/* SPARKY DYNAMICALLY GENERATED CSS - DO NOT EDIT THIS FILE!
YOUR CHANGES WILL BE OVERWRITTEN AFTER NEXT SAVE OF TEMPLATE PARAMETERS!
You can add your custom CSS code in template options, under Custom tab or
you can edit file custom.css to add your CSS code. */

* {
    box-sizing: border-box;
}

body {
    color:#4c4c4c;
    font-size:14px;
    line-height:1.4;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:normal;
    font-style:normal;
    background:var(--sparkycolor1);
}

input, textarea, button, select {
    font-family:Arial, Helvetica, sans-serif;
}

.content_sparky li, dl, dd, dt {
    line-height:1.4;
}

.sparky_container::after {
    content:'';
    display:table;
    clear:both;
}

.clr {
    clear:both;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border:none;
}

.sparky_container {
    margin:0 auto;
    padding:0;
}

.sparky_container > .sparky_cell {
    float:left;
}


/* GRID SYSTEM */

.sparkle1 {
    width: 8.3333333333333%;
}

.sparkle2 {
    width: 16.666666666667%;
}

.sparkle3 {
    width: 25%;
}

.sparkle4 {
    width: 33.333333333333%;
}

.sparkle5 {
    width: 41.666666666667%;
}

.sparkle6 {
    width: 50%;
}

.sparkle7 {
    width: 58.333333333333%;
}

.sparkle8 {
    width: 66.666666666667%;
}

.sparkle9 {
    width: 75%;
}

.sparkle10 {
    width: 83.333333333333%;
}

.sparkle11 {
    width: 91.666666666667%;
}

.sparkle12 {
    width: 100%;
}

.full .sparky_container {
    width:100%;
}

/* ROW SETTINGS */


/* SCREEN < 768px AND < TEMPLATE WIDTH */

@media (max-width: 767px) {
    .sparky_container {
        width: 100%;
    }

    .sparky_container > [class*='sparkle'] {
        width: 100% !important;
    }

    .two [class*='sparkle'] {
        width: 50% !important;
    }

    .full .sparky_container {
        width:100%;
    }

    .full .sparky_container > .sparky_cell {
        margin: 0;
        padding: 0;
    }
}

/* SCREEN >= 768px AND < TEMPLATE WIDTH */

@media (min-width: 768px) {
    .sparky_container {
        width: 750px;
    }
}

/* SCREEN >= TEMPLATE WIDTH */

@media (min-width:1020px) {
    .sparky_container {
        width:990px;
    }

    [class*='sparkle'] {
        margin-left: 0;
    }
}
.one .sparkle1 {
    width: 8.3333333333333% !important;
}
.one .sparkle2 {
    width: 16.666666666667% !important;
}
.one .sparkle3 {
    width: 25% !important;
}
.one .sparkle4 {
    width: 33.333333333333% !important;
}
.one .sparkle5 {
    width: 41.666666666667% !important;
}
.one .sparkle6 {
    width: 50% !important;
}
.one .sparkle7 {
    width: 58.333333333333% !important;
}
.one .sparkle8 {
    width: 66.666666666667% !important;
}
.one .sparkle9 {
    width: 75% !important;
}
.one .sparkle10 {
    width: 83.333333333333% !important;
}
.one .sparkle11 {
    width: 91.666666666667% !important;
}
.one .sparkle12 {
    width: 100% !important;
}
.fluid .sparky_container {
    width: 100%;
}
.sparky_container > .sparky_cell {
    padding:0px 0px;
}

/* FONTS AND TYPOGRAPHY */

h1, h1 a {
    padding:30px 0;
    margin:0;
    line-height:1.4;
    color:#4e6577;
    font-size:44px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:normal;
    font-style:normal;
}

h2, h2 a {
    padding:15px 0;
    margin:0;
    line-height:1.4;
    color:#4c4c4c;
    font-size:34px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:normal;
    font-style:normal;
}

h2.row_heading {
    padding-left:0px;
    padding-right:0px;
}

h3 {
    padding:15px 0;
    margin:0;
    color:#4d6476;
    font-size:24px;
    line-height:1.4;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:normal;
    font-style:normal;
}

h3.row_subheading {
    padding-left:0px;
    padding-right:0px;
}

h4 {
    padding:15px 0;
    margin:0;
    color:#4d6476;
    font-size:24px;
    line-height:1.4;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-weight:normal;
    font-style:normal;
}

a {
    color:#f1804e;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color:#2fadd6;
    text-decoration:none;
}

p {
    margin: 0 0 15px;
}

button,
button.btn,
a.btn,
button.btn-primary,
p.readmore a,
a.readmore {
    display: inline-block;
    padding: 4px 12px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image:none;
    border: 1px solid #cccccc;
    font-size:inherit;
    line-height:inherit;
    text-shadow:none;
    border-radius:0;
    box-shadow:none;
}

button:hover,
button.btn:hover,
button.btn-primary:hover,
button:active,
button.btn:active,
button.btn-primary:active,
button:focus,
button.btn:focus,
button.btn-primary:focus,
p.readmore a:hover,
p.readmore a:focus,
a.readmore:hover,
a.readmore:focus {
    color: #333333;
    text-decoration: none;
    background-color: #eeeeee;
    background-image:none;
}

p.readmore a.btn span {
    display:none;
}

/* blog layout */

.blog-items {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    clear:both;
}

.blog-items.columns-2 .blog-item {
    width:calc(50% - 7.5px);
}

.blog-items.columns-3 .blog-item {
    width:calc(33.33% - 7.5px);
}

.blog-items.columns-4 .blog-item {
    width:calc(25% - 7.5px);
}

.blog-items.columns-5 .blog-item {
    width:calc(20% - 7.5px);
}

.blog-items.columns-6 .blog-item {
    width:calc(16.66% - 7.5px);
}

@media (max-width: 767px) {

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item,
    .blog-items.columns-5 .blog-item,
    .blog-items.columns-6 .blog-item {
        width:100%;
    }

}

.page-header {
    padding: 0;
    margin: 0;
    border: 0;
}

.pull-left.item-image, figure.left.item-image {
    margin-right:15px;
    float:left;
}

.pull-right.item-image, figure.right.item-image {
    margin-left:15px;
    float:right;
}

/* forms */

form {
    margin:0;
}

.form-inline {
    display:inline;
}

#login-form input {
    padding: 4px;
}

/* lists */

ul, ol {
    margin: 15px 45px;
    padding: 0;
}

div.item-page ol li, div.item-page ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

div.icons ul.dropdown-menu li {
    margin: 0;
}

.warning, .info, .error {
    padding:15px 30px;
    min-height: 50px;
}

.warning {
    color:#000;
    border: 1px solid #ffcc00;
    background:#ffff66;
}

.info {
    color:#006699;
    border: 1px solid #006699;
    background:#bde1ff;
}

.error {
    color:#900;
    border: 1px solid #900;
    background:#f8b5b5;
}

.outline {
    background: transparent;
}

.warning.outline {
    color: #d5aa00;
}

.typewriter {
    background: url('../images/typewriter_bg.png');
    padding:20px 15px 20px 30px;
    color:#000;
    font-family:'Courier New', Courier, monospace;
    line-height:20px;
}

.quote {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 15px 15px;
    font-size: 24px;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    max-width: 600px;
}

.dropcap:first-letter {
    font-size: 300%;
    font-weight:bold;
    float:left;
    margin:0 10px 5px 0;
    line-height: 1;
}

.p_number:first-letter {
    display:block;
    float:left;
    font-family: monospace;
    font-size: 400%;
    line-height:1;
    font-weight:bold;
    text-align: center;
    margin:0 15px 15px 0;
    padding:5px 15px;
    position: relative;
    color: #fff;
    background: #ccc;
}

.inset_left {
    display:block;
    float:left;
    width: 150px;
    font-style: italic;
    margin: 15px 15px 15px 0;
}

.inset_right {
    display:block;
    float:right;
    width: 150px;
    font-style: italic;
    margin: 15px 0 15px 15px;
}

.inset_title {
    font-weight:bold;
    display:block;
}

img.img_left {
    float:left;
    margin:0 30px 30px 0;
}

img.img_right {
    float:right;
    margin:0 0 30px 30px;
}

blockquote {
    border-left: 3px solid #ccc;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 15px;
    padding: 15px;
}

legend {
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    background:#f5f5f5;
    border: 0;
    font-size:inherit;
    line-height:inherit;
}

code {
    display: block;
    padding: 1em;
    color:inherit;
    border:0;
}

@media(min-width:600px) {
    .two-cols {
        -moz-column-count:2;
        -webkit-column-count:2;
        column-count:2;
        -moz-column-gap:3em;
        -webkit-column-gap:3em;
        column-gap:3em;
    }

    .three-cols {
        -moz-column-count:3;
        -webkit-column-count:3;
        column-count:3;
        -moz-column-gap:3em;
        -webkit-column-gap:3em;
        column-gap:3em;
    }

    .four-cols {
        -moz-column-count:4;
        -webkit-column-count:4;
        column-count:4;
        -moz-column-gap:3em;
        -webkit-column-gap:3em;
        column-gap:3em;
    }

    .five-cols {
        -moz-column-count:5;
        -webkit-column-count:5;
        column-count:5;
        -moz-column-gap:2em;
        -webkit-column-gap:2em;
        column-gap:2em;
    }

    .six-cols {
        -moz-column-count:6;
        -webkit-column-count:6;
        column-count:6;
        -moz-column-gap:2em;
        -webkit-column-gap:2em;
        column-gap:2em;
    }
}

.abovecontent {
    padding: 0 0 30px 0;
}

.belowcontent {
    padding: 30px 0 0 0;
}


/* LOGO */

.sparky_logo {
    color:var(--sparkycolor1);
    font-size:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:left;
    text-decoration:none;
}
.sparky_slogan {
    color:#d6d6d6;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:left;
    text-decoration:none;
}

.sparky_logo_link {
    display:block;
}


/* DROP-DOWN MENU */

ul.mnu_topmenu {
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    white-space:nowrap;
    text-align:right;
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
}

.mnu_topmenu ul {
    margin:0;
    list-style-type:none;
    list-style-position:outside;
    text-align:initial;
    position:absolute;
    z-index:100;
    background:#2fadd6;
    width:200px;
    border:0px solid #dddddd;
    padding:12px;
}

.mnu_topmenu > li > a, .mnu_topmenu > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:var(--sparkycolor1);
    font-size:14px;
    padding:0 15px;
    font-weight:normal;
    font-style:normal;
    height:32px;
    line-height:32px;
    cursor:pointer;
}

.mnu_topmenu  > li.active > a, .mnu_topmenu > li.active > span {
    color:var(--sparkycolor1);
    cursor:pointer;
}

.mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > a, .mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > span {
    color:var(--sparkycolor1);
}

.mnu_topmenu > li {
    display:inline-block;
    position:relative;
    margin:0;
    padding:0;
    border-right:0px solid #cccccc;
    border-bottom:0px solid #cccccc;
    border-top:0px solid #cccccc;
}

.mnu_topmenu > li.active {
    background:#2fadd6;
}

.mnu_topmenu > li:first-child {
    border-left:0px solid #cccccc;
}

.mnu_topmenu li:hover {
    position:relative;
    background:#2fadd6;
}

.mnu_topmenu li ul li:hover {
    background-color:#2fadd6;
}

.mnu_topmenu li ul li {
    height:25px;
    border-bottom:0px solid #dddddd;
    padding:0 10px;
    margin: 0;
    
}

.mnu_topmenu li ul a, .mnu_topmenu li ul span {
    display: block;
    line-height:25px;
    font-size:12px;
    color:var(--sparkycolor1);
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
}

.mnu_topmenu li ul li:hover > a, .mnu_topmenu li ul li:hover > span {
    color:var(--sparkycolor1);
}

.mnu_topmenu li ul ul {
    left: calc(200px - 12px);
    margin-top:-12px;
}

.mnu_topmenu ul ul {
    top:0px;
}

.mnu_topmenu > li.parent {
    background-image:url('../images/arrow_down.png');
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:15px;
}

.mnu_topmenu li li.parent {
    background:url('../images/arrow_right.png') no-repeat right center;
}

.mnu_topmenu .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}

.mnu_topmenu > li > ul {
    display: none;
}


/* STANDARD MENU */

ul.mnu_sidemenu {
    display:block;
    margin:0;
    padding:0;
    text-align:left;
}

ul.mnu_sidemenu ul {
    margin:10px;
    padding:0;
}

.mnu_sidemenu li {
    display:block;
}

.mnu_sidemenu > li {
    margin-bottom:5px;
    padding:5px 0px;
    font-size:14px;
    font-weight:normal;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu > li > a {
    color:#2fadd6;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}

.mnu_sidemenu > li > a:hover {
    color:#333333;
}

.mnu_sidemenu > li li {
    margin:0;
    padding:0;
    font-size:11px;
    line-height:15px;
    font-weight:normal;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu > li li a {
    color:#782320;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu > li li a:hover {
    color:#333333;   
}


/* STANDARD MENU */

ul.mnu_footermenu {
    display:block;
    margin:0;
    padding:0;
    text-align:right;
}

ul.mnu_footermenu ul {
    margin:10px;
    padding:0;
}

.mnu_footermenu li {
    display:block;
}

.mnu_footermenu > li {
    display:inline-block;
}

.mnu_footermenu > li {
    margin-bottom:0px;
    padding:0px 12px;
    font-size:12px;
    font-weight:normal;
    font-style:normal;
    text-align:right;
}

.mnu_footermenu > li > a {
    color:var(--sparkycolor1);
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
}

.mnu_footermenu > li > a:hover {
    color:#f1804e;
}

.mnu_footermenu > li li {
    margin:0;
    padding:0;
    font-size:11px;
    line-height:15px;
    font-weight:normal;
    font-style:normal;
    text-align:right;
}

.mnu_footermenu > li li a {
    color:#782320;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:right;
}

.mnu_footermenu > li li a:hover {
    color:#333333;   
}


/* STANDARD MENU */

ul.mnu_sidemenu2 {
    display:block;
    margin:0;
    padding:0;
    text-align:left;
}

ul.mnu_sidemenu2 ul {
    margin:10px;
    padding:0;
}

.mnu_sidemenu2 li {
    display:block;
}

.mnu_sidemenu2 > li {
    margin-bottom:5px;
    padding:5px 0px;
    font-size:14px;
    font-weight:400;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu2 > li > a {
    color:#2fadd6;
    font-family:'Open Sans', sans-serif;
    font-weight:400;
    font-style:normal;
}

.mnu_sidemenu2 > li > a:hover {
    color:#333333;
}

.mnu_sidemenu2 > li li {
    margin:0;
    padding:0;
    font-size:11px;
    line-height:15px;
    font-weight:400;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu2 > li li a {
    color:#782320;
    font-family:'Open Sans', sans-serif;
    font-weight:400;
    font-style:normal;
    text-align:left;
}

.mnu_sidemenu2 > li li a:hover {
    color:#333333;   
}

/* RESPONSIVE TOP MENU */

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    position:absolute;
}

.nav-collapse.opened > ul {
    position: fixed;
    top: 0;
    left: 5%;
    width: 90%;
    height: auto;
    background:#444;
}

.nav-collapse.opened > ul ul {
    width: 100%;
    position: relative;
    left:0;
    padding:0;
    margin:0;
    background:#444;
    border:0;
}

.nav-collapse.opened > ul ul li {
    height:auto;
}

.nav-collapse.opened li {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    text-align:initial;
}

.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background-color:#333;
}

.nav-collapse.opened li.active a {
    color:#fff !important;
}

.nav-collapse.opened li a,
.nav-collapse.opened li span {
    padding:0 15px;
    margin:0;
    line-height:50px;
    height:50px;
    color:#fff !important;
}

.nav-collapse.opened li li a,
.nav-collapse.opened li li span {
    padding:0 30px;
    line-height:30px;
    height:30px;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: url('../images/tinynav.png');
    background-size: 42px 84px;
    width: 42px;
    height: 42px;
    text-indent:-9999px;
    display:inline-block;
    float:right;
}

.nav-toggle.active {
    position: fixed;
    z-index: 999;
    right: 5%;
    top: 0;
    margin-top:5px;
    margin-right:15px;
    background-position: bottom;
}

#blocker {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
}

@media screen and (min-width: 1021px) {

    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

}

@media screen and (max-width: 1020px) {

    .nav-collapse.closed {
        overflow:hidden;
    }

    .firstClick + ul {
        display: none !important;
    }

}
    
.element-invisible {
    display:none !important;
}

/* forms */

.input-group {
    margin-bottom:15px;
}

.has-danger input {
    border-color:red;
}

.form-control-feedback {
    color:red;
    padding: 0 15px;
}

.control-group {
    margin-bottom:15px;
}

.input-prepend .add-on,
.input-prepend .btn,
a.jmodedit {
    box-sizing: content-box;
}

.nav-tabs.nav-stacked {
    margin:0;
}

a.modal.btn, a.btn.hasTooltip, a.btn.modal-button {
    font-size:13px;
}

a.jmodedit.btn {
    text-decoration: none;
}

.input-password-toggle .icon-eye::before {
    content: '\f06e';
}

.input-password-toggle .icon-eye-slash::before {
    content: '\f070';
}

.btn .icon-edit::before {
    content: '\f044';
}

/* front-end edit */

.edit.item-page button span {
    margin:0 5px;
}

#jform_publish_up_img, #jform_publish_down_img {
    padding:7px 12px 6px;
}

#modules-form legend {
    border:0;
    padding:0;
    margin-bottom:15px;
    font-size:18px;
}

#jformposition_chzn ul.chzn-results li:nth-child(1),
#jformposition_chzn ul.chzn-results li:nth-child(2),
#jformposition_chzn ul.chzn-results li:nth-child(3) {
    display:none;
} 

/* article info */

dl.article-info {
    display:inline-block;
    width:auto;
    margin:0 0 10px;
    padding:4px 3px 3px;
    font-size:13px;
}

dl.article-info dt.article-info-term {
    display:none;
}

dl.article-info dd {
    display:inline-block;
    padding:0 5px;
    margin:0;
    border-right:1px solid #ccc;
}

dl.article-info dd:first-of-type {
    padding:0 5px 0 0;
}

dl.article-info dd:last-child {
    border:0;
}

/* print/email drop-down */

.items-leading .icons,
.items-row .icons {
    float:right;
    width:15%;
}

.dropdown-menu li a span {
    padding:0 10px;
    background-image:none !important;
}

.dropdown-menu li a span:before {
    margin-left:-10px;
}

/* pagination */

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-double-left:before {
    content: '\f100';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-angle-double-right:before {
    content: '\f101';
}

/* pager */

.pager li > a, .pager li > span {
    background: transparent;
    border: 1px solid #121212;
    border-radius: 0;
    color: #121212;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px;
    text-transform: uppercase;
}

/* tags */

ul.tags.list-inline, .mod-tagspopular ul {
    margin:0;
    padding:15px 0;
    list-style:none;
}

ul.tags.list-inline li, .mod-tagspopular ul li {
    display:inline-block;
    border:1px solid #ccc;
    padding:0;
    border-radius:4px;
    line-height:13px;
}

ul.tags.list-inline li:hover, .mod-tagspopular ul li:hover {
    background:#f5f5f5;
}

ul.tags.list-inline li a.btn, .mod-tagspopular ul li a {
    display:inline-block;
    background:none;
    border:none;
    text-shadow:none;
    color:#999;
    padding:5px;
    margin:0;
    font-size:13px;
    line-height:13px;
}

ul.tags.list-inline li a.btn:hover, .mod-tagspopular ul li a:hover {
    color:#666 !important;
}

/* rating */

.content_rating {
    display: inline-block;
    margin-inline-end: 15px;
}

.content_vote {
    display: inline-block;
    margin-bottom: 15px;
}

.content_rating ul {
    margin: 0 0 15px;
}

.content_vote select {
    display: inline-block;
    height: 30px;
}

.content_vote input.btn {
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

/* blog */

.items-more ol.nav {
    margin:0;
}

.items-more ol.nav li a {
    border:0;
    padding:5px 0;
}

.items-more ol.nav li a:hover,
.items-more ol.nav li a:focus {
    background:none;
}

/* category */

ul.category {
    margin:0;
    padding:0;
    list-style:none;
}

ul.category li {
    padding:10px 0;
}

ul.category li .list-title {
    font-size:18px;
}

/* contact form */


/* search form */

ol.com-finder__results-list,
ol.com-finder__results-list ul.result__taxonomy {
    margin: 0;
}

.com-finder__explained {
    padding-bottom: 30px;
}

/* user */

.registration legend,
.profile-edit legend {
    border:0;
    font-size:18px;
}

ul.mod-login__options {
    margin-left:0;
    margin-right:0;
}

/* breadcrumbs */

ol.mod-breadcrumbs {
    margin: 0;
}

/* faq */

.accordion-header {
    padding: 0;
}


/* Custom user code */

h1 {
    padding:0 0 30px 0;
    margin:0;
    line-height:normal;
}

h2, h2 a {
    padding:0 0 15px 0;
    margin:0;
    line-height:normal;
}

h3 {
    margin:15px 0;
    padding:0;
}

h4 {
    margin:0 0 15px 0;
    padding:0;
}

/* read more button */

p.readmore a.btn {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #4e6577;
	border: 0;
  	border-radius: 25px;
}

p.readmore a.btn:hover,
p.readmore a.btn:focus {
	text-decoration: none;
	background: #2fadd6;
  	color: #fff;
}

p.readmore a span {
	display: none;
}

/* contacts category layout */

.category th {
	height: 30px;
	background: #eee;
}

.category .item-num {
	width:9%;
	padding:1%;
}

.category .item-title {
	width:17%;
	padding:1%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:17%;
	padding:1%;
}

.category .item-phone {
	width:17%;
	padding:1%;
}

.category .item-suburb {
	width:17%;
	padding:1%;
}

.category .item-state {
	width:17%;
	padding:1%;
}

/* forms */

.input {
	margin:0;
	padding:0;
}

.inputbox, input.required, textarea.required {
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: 'Open Sans', sans-serif;
}

a.button, a.btn, button.btn {
	display: inline-block;
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 6px 15px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #f1804e;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	text-transform: uppercase;
}

a.button:hover, a.btn:hover, button.btn:hover {
	text-decoration: none;
	background: #f1804e;
	color: #ffffff;
  	border: 2px solid #f1804e;
}

img.img_left {
	float:left;
	margin:0 15px 15px 0;
}

img.img_right {
	float:right;
	margin:0 0 15px 15px;
}

.fontawesome-icon-list div {
	width: 25%;
	float: left;
	padding: 5px 0;
}

.fontawesome-icon-list i {
	width: 30px;
	color: #333;
}

/* abovecontent and belowcontent modules */

div.abovecontent {
	padding: 0 0 30px 0;
}

div.belowcontent {
	padding: 30px 0 0 0;
}

p.copyright {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

p.copyright a {
	color: #fff;
}

/* toprow */

.toprow {
	background: #f5f5f5;
	color: #4d6577;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	position: relative;
	z-index: 2;
}

.toprow .mp_top2 {
	text-align: center;
}

.toprow .mp_top3 {
	text-align: right;
}

.toprow .mp_top3 a {
	margin-left: 15px;
}

.toprow img {
	padding-right: 10px;
}

.toprow .mp_top1,
.toprow .mp_top2 {
	line-height: 18px;
}

.toprow .mp_top1 i,
.toprow .mp_top2 i {
	color: #2fadd6;
	font-size: 18px;
	margin-right: 10px;
	line-height: 18px;
	vertical-align: top;
}

.toprow .mp_top3 i {
	color: #4d6577;
	background: #d6d6d6;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.toprow .mp_top3 i:hover {
	background: #2fadd6;
	color: #ffffff;
}

/* logorow */

.logorow {
	background: #4e6577;
	padding: 25px 0 35px;
}

.logorow:before,
.logorow:after {
	position: absolute;
    z-index: 1;
    top: 31px;
    width: 50.1%;
    content: "";
    height: 80px;
    background: #4e6577;

}

.logorow:before {
    right: 0px;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);

}

.logorow:after {
    left: 0px;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
}

.sparky_logo, .sparky_slogan {
	line-height: 1;
	padding: 0 0 0 60px;
	position: relative;
	z-index: 2;
}

.sparky_logo a:hover {
	color: #fff;
}

div.mp_logo a::before {
	content: "";
	position: absolute;
	background: #2faed7 url(../images/logo.png) no-repeat -15px 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
  	z-index: 10;
}

.logorow .mp_top4 {
	text-align: right;
	color: #d6d6d6;
	padding-top: 12px;
	position: relative;
	z-index: 2;
}

.sparky_logo_image img {
  position:relative;
  z-index:10;
}

.sparky_container > .mp_topmenu {
	padding-top: 10px;
}

.mnu_topmenu > li {
	margin: 0 3px;
}

.mnu_topmenu > li.active, .mnu_topmenu li:hover {
	border-radius: 15px;
}

.mnu_topmenu ul {
	border-radius: 0 0 15px 15px;
	border-top: 15px solid #4e6577;
	opacity: 0.9;
}

.closed .mnu_topmenu li ul li:hover {
	padding: 0 30px;
	background: url(../images/custom/submenu_hover.png) no-repeat 10px 5px;
}

@media screen and (max-width: 1020px) {
    .logorow nav:not(.opened) ul.menu {
		display: none;
	}
}

#search_enable {
	cursor: pointer;
}

#search_enable:hover,
#close_search:hover {
	color: #f17f4e;
}

/* searchrow */

.searchrow {
	display: none;
	background: #4e6577;
	position: absolute;
    width: 100%;
    z-index: 101;
    padding: 15px 0;
}

.searchrow .input-group {
  	justify-content: center;
}

.searchrow input.form-control {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
	color: #d6d6d6;
  	border-radius: 0;
}

.searchrow input.form-control::placeholder {
  	color: #fff;
}

.searchrow button.btn {
	border: 0;
  	color: #fff;
}

.searchrow button.btn:hover {
	background: none;
}

#close_search {
	color: #d6d6d6;
	text-align: right;
	cursor: pointer;
  	margin-bottom: -20px;
  	position: relative;
    z-index: 1;
}

/* carouselrow */

.carouselrow {
	position: relative;
	top: -30px;
	overflow: hidden;
}

.carouselrow:after {
	position: relative;
	display: block;
    width: 120%;
    content: "";
    height: 80px;
    top: -80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

.hot_swipe_carousel_slides .contents {
	top: 33% !important;
}

.hot_swipe_carousel_slides .contents h2 {
	color: #fff;
	padding: 30px 0 5px 0px;
	position: relative;
	z-index: 1;
	margin-left: 45px;
}

.hot_swipe_carousel_slides .contents a.btn {
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.hot_swipe_carousel_slides .contents p {
	position: relative;
	z-index: 1;
	margin-left: 45px;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
	background: transparent;
}

.flickity-prev-next-button .arrow {
    fill: #fff;
}

.flickity-prev-next-button:hover .arrow {
    fill: #f1804e;
}

.svg-container {
	position: absolute;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected img {
	-webkit-animation-name: growslowly;
    -moz-animation-name: growslowly;
    -o-animation-name: growslowly;
    animation-name: growslowly;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents {
	opacity: 0;
	-webkit-animation-name: contentshow;
    -moz-animation-name: contentshow;
    -o-animation-name: contentshow;
    animation-name: contentshow;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
	opacity: 0;
	position: relative;
	left: -20px;
	-webkit-animation-name: fromleft;
    -moz-animation-name: fromleft;
    -o-animation-name: fromleft;
    animation-name: fromleft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p.animright {
	opacity: 0;
	position: relative;
	right: 20px;
	-webkit-animation-name: fromright;
    -moz-animation-name: fromright;
    -o-animation-name: fromright;
    animation-name: fromright;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.hot_swipe_carousel_slides .gallery-cell.is-selected .contents p.animbottom {
	opacity: 0;
	position: relative;
	bottom: 20px;
	-webkit-animation-name: frombottom;
    -moz-animation-name: frombottom;
    -o-animation-name: frombottom;
    animation-name: frombottom;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

@-webkit-keyframes growslowly {
    0% {
        -webkit-transform: scale(1); 
    }
    
    100% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes growslowly {
    0% {
        -moz-transform: scale(1); 
    }
    
    100% {
        -moz-transform: scale(1.1);
    }
}

@-o-keyframes growslowly {
    0% {
        -o-transform: scale(1); 
    }
    
    100% {
        -o-transform: scale(1.1);
    }
}

@keyframes growslowly {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@-webkit-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-moz-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-o-keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes contentshow {
    25% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fromleft {
    50% {
        opacity: 0;
        left: -20px;
    }
    
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-0-keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fromright {
    66% {
        opacity: 0;
        right: -20px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@-o-keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

@keyframes frombottom {
    
    75% {
        opacity: 0;
        bottom: -20px;
    }

    100% {
        opacity: 1;
        bottom: 0;
    }
}

/* contactrow */

.contactrow {
    position: relative;
}

.contactrow .sparky_container {
	width: 1020px;
}

.contactrow .sparky_container > .sparky_cell {
	margin: 0;
}

.contactrow h3 {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 35px 10px 65px;
	margin: 0;
	border-radius: 17px 17px 0 0;
	background: #f5f5f5 url(../images/custom/appointment_icon.png) no-repeat 30px 6px;
}

div.hot_appointment {
	background: #2fadd6;
	padding: 20px 15px;
}

.hot_appointment input.inputbox,
.rapid_contact input.inputbox,
.rapid_contact textarea {
	border:0;
	background: rgba(255,255,255,0.6);
	color: #ffffff;
	margin: 9px 0;
	padding: 8px 20px;
	width: 300px;
	height: 35px;
	box-sizing:border-box;
}

.hot_appointment input.inputbox:focus,
.rapid_contact input.inputbox:focus,
.rapid_contact textarea:focus {
	outline:none;
	background: transparent;
	border: 2px solid #fff;
}

input.hot_appointment::placeholder,
.rapid_contact input.inputbox::placeholder,
.rapid_contact textarea::placeholder {
	color: #ffffff;
  	opacity:1;
}

input.hot_appointment::-ms-input-placeholder,
.rapid_contact input.inputbox::-ms-input-placeholder,
.rapid_contact textarea::-ms-input-placeholder {
	color: #ffffff;
  	opacity:1;
}

.hot_appointment input.button {
  	background: transparent;
	border:2px solid #ffffff;
	color: #ffffff;
	width: 300px;
  	height: 35px;
	margin-top: 9px;
  	border-radius: 25px;
}

.hot_appointment input.button:hover {
	background:#f1804e;
	border:2px solid #f1804e;
}

.hot_appointment .span4 {
	float: left;
	text-align: center;
  	width: 33.33%;
}

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker           { position: absolute; background: #2fadd6; border: 3px solid #fff; display: none; z-index: 100; font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 13px }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #666; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                     { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                        { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                        { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker            { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { width: 30px; border: 1px solid #e6e6e6; background: #fff; color: #666 }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #E0E0E0 }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { color:#fff; text-transform: uppercase; }
.Zebra_DatePicker .dp_header .dp_hover      { background: #67AABB; color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th              { background: #F1F1F1; font-size: 9px; padding-top: 7px }

.Zebra_DatePicker td.dp_weekend_disabled,
.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #f5f5f5; color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { cursor: pointer }

.Zebra_DatePicker td.dp_weekend                 { background: #fff; color: #666 }

.Zebra_DatePicker td.dp_selected                { background: #f1804e; color: #fff !important }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #67AABB; color: #FFF }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #fff; padding: 5px; text-transform: uppercase; }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #E0E0E0; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current                 { background: #ededed }
.Zebra_DatePicker td.dp_disabled_current        { color: #E38585 }
.Zebra_DatePicker td.dp_hover                   { background: #f1804e; color: #FFF }
.Zebra_DatePicker td.dp_disabled                { background: #f5f5f5; color: #DDD; cursor: default }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon            { display: block; position: absolute; width: 60px; height: 16px; background: url('../images/custom/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top; outline:none; }
button.Zebra_DatePicker_Icon_Disabled   { background: #f5f5f5 }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon            { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside     { margin: 0 3px 0 0 }

.Zebra_DatePicker {
    width: 300px;
    left: auto !important;
    top: auto !important;
    margin-top: -10px;
    font-size: 12px;
}

.dp_header, .dp_daypicker {
	width: 100% !important;
}

/* doctorsrow */

.doctorsrow {
	position: relative;
}

.doctorsrow h3,
.servicesrow h3,
.galleryrow h3,
.sparky_home .contentrow h1,
.maprow h3,
.page-header h1 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color: #4c4c4c;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/custom/title_bg.png) no-repeat right;
	margin-bottom: 30px;
}

.doctors_gradient {
	background: url(../images/custom/gradient_blue.png) repeat-x;
	width: 300px;
	height: 200px;
	position: absolute;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 1;
	border-radius: 15px;
	opacity: 0;
	transition:opacity 0.5s;
}

.doctors_share {
	position: absolute;
	z-index: 2;
	width: 254px;
	text-align: center;
	margin-top: 162px;
}

.doctors_share_open {
	position: absolute;
	z-index: 2;
	width: 254px;
	height: 30px;
	line-height: 30px;
	background: #2fadd6 url(../images/custom/social_bg.png) no-repeat right;
	border-radius: 15px;
	margin-top: -30px;
	opacity: 0;
	color: #fff;
	text-align: left;
	padding: 0 14px;
	box-sizing:border-box;
	font-size: 14px;
}

.doctors_share_open a i {
	color: #d6d6d6;
	font-size: 14px;
	width: auto;
	float: right;
	padding: 0 7px;
	background: transparent;
}

.doctors_share_open a:hover i {
	color: #fff;
}

.doctors_share i {
	background: #2fadd6;
	color: #fff;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.doctorsrow .moduletable .span4 {
	float: left;
	margin-right: 3%;
	width: 31.3333%;
	padding: 23px;
	box-sizing:border-box;
	background: #f5f5f5;
	border-radius: 15px;
}

.doctorsrow .moduletable .span4 p {
	margin: 0;
	opacity: 0;
	display: none;
	position: relative;
	z-index: 2;
	color: #fff;
}

.doctorsrow .moduletable .span4 p.readmore a {
	display: inline-block;
	background: url(../images/custom/plus.png) no-repeat left;
	line-height: 20px;
	margin-top: 10px;
    padding: 0 0 0 26px;
    color: #fff;
    text-align: inherit;
    background-color: transparent;
    border:0;
    text-transform: uppercase;
}

.doctorsrow .moduletable .span4 p.readmore a:hover {
	color: #000;
	background: url(../images/custom/plus2.png) no-repeat left;
	transition: all 0.3s;
}

.doctorsrow .moduletable .span4:last-child {
	margin-right: 0;
}

.doctorsrow .moduletable .span4.box1 {
	background: #f5f5f5;
	font-size: 16px;
	height: 200px;
}

.doctorsrow h4 {
	color: #f1804e;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin: 0;
}

.doctorsrow .moduletable .span4.box1 h4 {
	margin-bottom: 45px;
}

.doctorsrow .moduletable .span4.box2 img,
.doctorsrow .moduletable .span4.box3 img {
	position: absolute;
	margin-top: -23px;
	margin-left: -23px;
	border-radius: 15px;
}

.doctorsrow .moduletable .span4.box2 h4,
.doctorsrow .moduletable .span4.box3 h4 {
	color: #4e6577;
	padding-top: 90px;
}

.doctorsrow .moduletable .span4.box2:hover .doctors_share_open,
.doctorsrow .moduletable .span4.box3:hover .doctors_share_open {
	opacity:1;
	transition:opacity 0.5s;
}

.doctorsrow .moduletable .span4.box2:hover h4,
.doctorsrow .moduletable .span4.box3:hover h4 {
	padding-top: 0;
	padding-bottom: 15px;
	color: #fff;
}

.doctorsrow .moduletable .span4.box2:hover p,
.doctorsrow .moduletable .span4.box2:hover .doctors_gradient,
.doctorsrow .moduletable .span4.box3:hover p,
.doctorsrow .moduletable .span4.box3:hover .doctors_gradient {
	opacity:1;
	display: block;
	transition:opacity 0.5s;
}

/* aboutrow */

.aboutrow {
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}

.aboutrow:before {
	position: relative;
	display: block;
    width: 110%;
    content: "";
    height: 80px;
    left: -10px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
}

.mp_advert1 h3 {
	color: #4c4c4c;
	font-size: 34px;
	font-weight:bold;
	text-transform: uppercase;
}

.sparky_container > .mp_advert2 {
  	padding: 0 15px;
}

.mp_advert2 h3 {
	padding-top: 58px;
}

.aboutrow #responsivelightboxcertificate li {
	-webkit-box-shadow: 0px 0px 5px #c6c6c6;
	-moz-box-shadow: 0px 0px 5px #c6c6c6;
	box-shadow: 0px 0px 5px #c6c6c6;
	border-radius: 15px;

}

.aboutrow #responsivelightboxcertificate li img {
	border-radius: 15px;
	background: #fff;
}

/* testimonialsrow */

.testimonialsrow {
	background: #f5f5f5;
	position: relative;
    font-style: italic;
    padding-top: 20px;
    overflow: hidden;
}

.testimonialsrow .span4 {
	float: left;
	margin-right: 3%;
	width: 31.3333%;
	padding: 0 0 0 65px;
	box-sizing:border-box;
	background: url(../images/custom/testimonial_bg1.png) no-repeat;
}

.testimonialsrow .span4:last-child {
	margin-right: 0;
}

.testimonialsrow strong {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #4e6577;
}

.testimonialsrow:after {
	position: relative;
	display: block;
    width: 110%;
    content: "";
    left: -10px;
    height: 80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

/* servicesrow */

.servicesrow {
	text-align: center;
	position: relative;
}

.servicesrow h3,
.page-header h1 {
	background: url(../images/custom/title_bg2.png) no-repeat right;
}

.servicesrow h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 8px;
}

.servicesrow .moduletable .span4 {
	float: left;
	margin: 0 3% 45px 0;
	width: 31.3333%;
	padding: 23px 23px 0 23px;
	box-sizing:border-box;
	background: #f5f5f5;
	border-radius: 15px;
}

.servicesrow .moduletable .span4:hover {
	background: #16d3d1;
	background: -moz-linear-gradient(top, #16d3d1 0%, #0f88a4 100%);
	background: -webkit-linear-gradient(top, #16d3d1 0%,#0f88a4 100%);
	background: linear-gradient(to bottom, #16d3d1 0%,#0f88a4 100%);
}

.servicesrow .moduletable .span4:hover h4,
.servicesrow .moduletable .span4:hover p {
	color: #fff;
}

.servicesrow .moduletable .span4:nth-child(3),
.servicesrow .moduletable .span4:nth-child(7) {
	margin-right: 0;
}

.servicesrow .service_icon {
	width: 140px;
	height: 130px;
	margin: 0 auto;
}

.service_plus {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: #4e6577;
	color: #fff;
	line-height: 28px;
	border-radius: 15px;
	font-size: 28px;
	position: relative;
	top: 15px;
}

.service_plus span {
	display: block;
	position: absolute;
    width: 30px;
}

.service_plus_open,
.servicesrow .moduletable .span4:hover .service_plus span {
	opacity: 0;
}

.service_plus_open {
    height: 30px;
    display: block;
    white-space: nowrap;
}

.servicesrow .moduletable .span4:hover .service_plus .service_plus_open {
	opacity: 1;
	color: #fff;
	transition:opacity 0.5s;
	width: auto;
}

.servicesrow .moduletable .span4:hover .service_plus {
	width: 120px;
	font-size: 14px;
	text-transform: uppercase;
	background: #2fadd6;
	line-height: 30px;
	transition:background 1s;
}

.servicesrow .moduletable .span4:hover .service_plus:hover {
	background: #f17f4e;
	transition:background 0.5s;
}

.servicesrow .moduletable .span4:nth-child(1) .service_icon {
	background: url(../images/custom/service1.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(2) .service_icon {
	background: url(../images/custom/service2.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(3) .service_icon {
	background: url(../images/custom/service3.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(5) .service_icon {
	background: url(../images/custom/service4.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(6) .service_icon {
	background: url(../images/custom/service5.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(7) .service_icon {
	background: url(../images/custom/service6.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(1):hover .service_icon {
	background: url(../images/custom/service1_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(2):hover .service_icon {
	background: url(../images/custom/service2_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(3):hover .service_icon {
	background: url(../images/custom/service3_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(5):hover .service_icon {
	background: url(../images/custom/service4_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(6):hover .service_icon {
	background: url(../images/custom/service5_hover.png) no-repeat;
}

.servicesrow .moduletable .span4:nth-child(7):hover .service_icon {
	background: url(../images/custom/service6_hover.png) no-repeat;
}

/* galleryrow */

.galleryrow h3 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/custom/title_bg3.png) no-repeat right;
}

.galleryrow #responsivelightboxgallery li {
	width: 16.55%;
	text-align: left;
}

.galleryrow #responsivelightboxgallery li a {
	display: block;
}

.galleryrow #responsivelightboxgallery img {
	width: 100%;
	height: auto;
}

.galleryrow #responsivelightboxgallery img.gallery_hover_plus {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 2;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
    position: absolute;
    width: 16.55%;
    height: auto;
    opacity: 0;
}

.galleryrow #responsivelightboxgallery li img.gallery_hover_plus {
	opacity: 0;
}

.galleryrow #responsivelightboxgallery li:hover img.gallery_hover_bg {
	opacity: 0.6;
	transition:opacity 0.3s;
}

.galleryrow #responsivelightboxgallery li:hover img.gallery_hover_plus {
	opacity: 1;
	transition:opacity 1s;
}

/* contentrow */

.contentrow {
	padding: 70px 0;
}

.sparky_inner .contentrow {
	padding: 30px 0;
}

.sparky_home .contentrow h1 {
	background: url(../images/custom/title_bg4.png) no-repeat right;
	padding: 0;
}

.teeth_blog_item_container {
	padding-top: 10px;
}

.contentrow h2 a {
	font-size: 20px;
	color: #4d6476;
	text-transform: uppercase;
}

.contentrow h2 a:hover {
	color: #2faed8;
}

.blog-items.columns-3 div.blog-item {
  	width: calc(33.33% - 26px);
    border: 2px solid #f5f5f5;
    border-radius: 15px;
}

.sparky_inner .blog-items .item-image img {
	border-radius: 14px;
	float: left;
	margin-right: 30px;
}

.sparky_home .blog-items .item-image img {
	border-radius: 14px 14px 0 0;
}

.sparky_home .blog-items .blog-item time {
	float: left;
	background: #f5f5f5;
	color: #2faed7;
	width: 58px;
	margin-right: 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	border-radius: 0 0 0 10px;
}

.sparky_home .blog-items .blog-item time span {
	display: block;
}

.sparky_home .blog-items .blog-item time .teeth_day {
	font-size: 24px;
	font-weight: bold;
	padding-top: 20px;
}

.blog-featured dl.article-info {
  	display: none;
}

.blog-featured h2 {
 	padding-bottom: 0; 
}

.sparky_inner .blog-items .blog-item {
	margin-top: 25px;
  	margin-bottom: 25px;
}

.sparky_inner time div {
	display: inline;
}

.item-page .article-info dd:nth-child(2),
.blog-items .article-info dd:nth-child(2) {
	padding-left: 0;
}

.item-page .page-header {
	margin: 0;
	padding: 0;
}

.page-header h1 {
	padding: 0;
	margin-bottom: 10px;
}

.item-page dl.article-info {
    margin: 0;
    padding: 0px 0 20px;
}

.item-page .item-image img {
  	width: 100%;
	border-radius: 17px 17px 0 0;
	margin-bottom: 30px;
}

ul.tags a.label {
	border:2px solid #2fadd6;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #2fadd6 !important;
	padding: 6px 15px;
	border-radius: 15px;
}

ul.tags a.label:hover {
	background: #f1804e;
	border:2px solid #f1804e;
	color: #fff !important;
}

.sparky_container > .mp_right {
	padding-top: 55px;
  	padding-left: 30px;
}

.mp_right .moduletable,
.mp_right .moduletable._featured {
	margin-bottom: 65px;
	padding-bottom: 15px;
	background: #f5f5f5 url(../images/custom/right_module_bg.png) bottom left no-repeat;
}

.mp_right .moduletable._featured {
	color: #fff;
	background: #2fadd6 url(../images/custom/right_module_bg2.png) bottom right no-repeat;
}

.mp_right h3 {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	background: #000;
	padding: 10px 35px 10px 65px;
    margin: 0;
    border-radius: 17px 17px 0 0;
    background: #f0f0f0 url(../images/custom/appointment_icon.png) no-repeat 30px 6px;
    position: relative;
    top: -35px;
}

.mp_right .moduletable div,
.mp_right .moduletable nav,
.mp_right .moduletable._featured div,
.mp_right .moduletable._featured nav {
	padding: 0 30px 15px 30px;
}

.mnu_sidemenu > li.current > a,
.mnu_sidemenu2 > li.current > a {
	color: #333;
}

#searchForm #search-searchword {
	width: 250px;
}

#searchForm button {
	border-radius:17px;
	padding: 7px 15px;
}

/* maprow */

.maprow {
	background: #f5f5f5;
	padding-top: 50px;
	overflow: hidden;
}

.maprow:before {
    position: relative;
    display: block;
    width: 110%;
    content: "";
    top: -130px;
    left: -10px;
    height: 80px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

.maprow .sparky_container {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.maprow .mp_user3 {
	background: #2faed8;
}

.maprow .mp_user3 .moduletable {
	width: 480px;
	float: right;
	min-height: 490px;
}

.maprow h3 {
	background: none;
	border-bottom: 0;
	position: relative;
	top: -70px;
}

.rapid_contact input.inputbox {
    width: 220px;
}

.rapid_contact form div .inputbox:nth-child(2) {
	margin-left: 30px;
}

.rapid_contact textarea {
	font-family: 'Open Sans', sans-serif;
	width: 470px;
	height: 155px;
}

.rapid_contact input.button {
  	background: transparent;
	border:2px solid #ffffff;
	color: #ffffff;
	width: 220px;
  	height: 35px;
	margin-top: 9px;
  	border-radius: 25px;
}

.rapid_contact input.button:hover {
	background:#f1804e;
	border:2px solid #f1804e;
}

.mp_user4:before {
	content:"";
	height: 490px;
	width: 150px;
	background: url(../images/custom/map_bg.png) no-repeat;
	position: absolute;
	z-index: 1;
}

/* bottomrow */

.bottomrow {
	background: #4e6577;
	color: #fff;
	padding: 45px 0;
	line-height: 1.5;
}

.bottomrow .sparky_cell {
	padding-left: 5%;
}

.bottomrow h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/custom/bottom_heading_bg.png) no-repeat bottom left;
	padding-bottom: 5px;
}

.bottomrow a {
	transition:all 0.3s;
}

/* copyrightrow */

.copyrightrow {
	background: #3e505e;
	color: #fff;
	padding: 20px 0;
}

.copyrightrow ul.mnu_footermenu {
	line-height: 1;
}

.copyrightrow ul.mnu_footermenu li {
	background: url(../images/custom/footermenu_bg.png) left no-repeat;
}

.copyrightrow ul.mnu_footermenu li:hover {
	background: url(../images/custom/footermenu_bg_orange.png) left no-repeat;
	transition:all 0.3s;
}

.copyrightrow ul.mnu_footermenu li a {
	transition:all 0.3s;
}

.copyrightrow ul.mnu_footermenu li:last-child {
	padding-right: 0;
}

/* responsive */

.nav-toggle {
	z-index: 4;
	position: relative;
	background: url(../images/tinynav_white.png);
  	width: 40px;
  	height: 30px;
  	margin-top: -3px;
}

@media (max-width: 1368px) {

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 34px !important;
	}

	.hot_swipe_carousel_slides .contents {
		font-size: 14px !important;
	}

}

@media (max-width: 1040px) {

	.contactrow .sparky_container {
		width: 96%;
	}

	.contactrow .sparky_cell {
		width: 100%;
	}

	.contactrow {
		top: -190px !important;
	}

	.hot_appointment input.inputbox,
	span.Zebra_DatePicker_Icon_Wrapper {
		width: 96%;
	}

	.Zebra_DatePicker {
		width: 200px;
		margin-left: 10px;
	}

	.hot_appointment input.button {
		width: 92%;
	}

	.rapid_contact input.inputbox {
		width: 150px;
	}

	.rapid_contact textarea {
		width: 330px;
	}

}

@media (max-width: 1020px) {

	.hot_swipe_carousel_slides .contents {
		width: 50% !important;
		top: 20% !important;
	}

	.sparky_container > .mp_logo {
		width: 80% !important;
	}

	.sparky_container > .mp_topmenu,
	.sparky_container > .mp_top4 {
		width: 10% !important;
	}

	ul.mnu_topmenu, .mnu_topmenu > li {
		text-align: inherit;
	}

	.mnu_topmenu > li.active, .mnu_topmenu li:hover {
		border-radius: 0;
	}

	.mnu_topmenu > li {
		margin: 0;
	}

	.nav-collapse.opened li li a {
		padding-left:30px;
		padding-right: 30px;
	}

	.doctorsrow .moduletable .span4 {
		padding: 0;
	}

	.doctorsrow .moduletable .span4.box1 {
		height: auto;
		padding: 15px;
	}

	.doctorsrow .moduletable .span4.box2 img,
	.doctorsrow .moduletable .span4.box3 img {
		position: relative;
		margin-top: 0;
    	margin-left: 0;
	}

	.doctors_gradient {
		display: none;
	}

	.doctors_share {
		position: relative;
		width: auto;
		margin-top: 0;
	}

	.doctors_share > i {
		display: none;
	}

	.doctors_share_open {
		position: relative;
		width: auto;
		opacity: 1;
		background-image: none;
		border-radius: 0 0 15px 15px;
	}

	.doctorsrow .moduletable .span4.box2 h4,
	.doctorsrow .moduletable .span4.box3 h4 {
		padding: 10px 15px 0;
	}

	.doctorsrow .moduletable .span4 p {
		display: block;
		opacity: 1;
		padding: 5px 15px;
		color: #4c4c4c;
	}

	.doctorsrow .moduletable .span4 p.readmore {
		padding-bottom: 15px;
	}

	.doctorsrow .moduletable .span4 p.readmore a {
		color: #4c4c4c;
		background: url(../images/custom/plus2.png) no-repeat left;
	}

	.doctorsrow .moduletable .span4.box2:hover .doctors_gradient,
	.doctorsrow .moduletable .span4.box3:hover .doctors_gradient {
		display: none;
	}

	.doctorsrow .moduletable .span4.box2:hover h4,
	.doctorsrow .moduletable .span4.box3:hover h4 {
		padding-bottom: 0;
		padding-top: 10px;
		color: inherit;
	}

	.galleryrow h3 {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.galleryrow #responsivelightboxgallery li,
	.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
	    width: 24.8%;
	}

	.sparky_home h2.item-title {
		line-height: 20px;
	}

	.sparky_home .blog-items .blog-item time {
		height: 90px !important;
		border-radius: 0;
	}

	.teeth_blog_item_container {
		padding: 10px;
	}

	.sparky_inner .blog-items .item-image img {
		width: 100%;
		margin-bottom: 15px;
	}

	.maprow .mp_user3 .moduletable {
		float: none;
		margin: 0 15px;
	}

}

@media (max-width: 840px) {

	.hot_swipe_carousel_slides .contents {
	    width: 60% !important;
	    top: 10% !important;
	    left: 5% !important;
	}

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 24px !important;
	}

}

@media (max-width: 767px) {

	.sparky_container > .sparky_cell,
	.bottomrow.full .sparky_container > .sparky_cell {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.toprow .mp_top2,
	.toprow .mp_top3 {
		text-align: left;
	}

	.sparky_inner .logorow {
		padding-bottom: 20px !important;
    	margin-bottom: 0 !important;
	}

	.carouselrow {
		top: 0;
	}

	.carouselrow:after {
		display: none;
	}

	.contactrow, .doctorsrow, .aboutrow, .testimonialsrow, .servicesrow {
	    top: 30px !important;
	}

	.contactrow {
		margin-bottom: 30px;
	}

	.doctorsrow .moduletable .span4,
	.servicesrow .moduletable .span4,
	.blog-items.columns-3 div.blog-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.doctorsrow .moduletable .span4.box2 img,
	.doctorsrow .moduletable .span4.box3 img,
	.sparky_home .blog-items .item-image img,
	.hot_appointment input.inputbox, span.Zebra_DatePicker_Icon_Wrapper,
	.rapid_contact textarea {
		width: 100%;
	}

	.hot_appointment .span4 {
		width: 100%;
		float: none;
	}


	.testimonialsrow .span4 {
		width: 100%;
		margin-right: 0;
	}

	.galleryrow #responsivelightboxgallery li,
	.galleryrow #responsivelightboxgallery li img.gallery_hover_bg {
	    width: 32%;
	}

	.maprow .mp_user3 .moduletable {
		width: auto;
	}

	.rapid_contact input.inputbox {
		width: 45%;
	}

	.copyrightrow,
	ul.mnu_footermenu {
		text-align: center;
	}

	.mp_copyright {
		padding-bottom: 15px;
	}

}

@media (max-width: 485px) {
  
  	.svg-container {
        display: none;
    }

	.hot_swipe_carousel_slides .gallery-cell.is-selected .contents h2 {
		font-size: 18px !important;
	}

	.flickity-prev-next-button {
		display: none;
	}

	.hot_swipe_carousel_slides .contents {
	    width: 98% !important;
	    bottom: 1% !important;
	    left: 1% !important;
	    font-size:13px !important;
	    line-height: 13px;
      	background: rgba(0,0,0,0.3) !important;
	}

	.rapid_contact input.inputbox {
	    width: 140px;
	}

	.rapid_contact form div .inputbox:nth-child(2) {
	    margin-left: 10px;
	}

}