/*
01 | BASIC STYLES SETTING
02 | HEADERS STYLES SETTING
03 | CUSTOM MARGINS SETTING
04 | CUSTOM PADDINGS SETTING
05 | LINKS STYLES SETTING
06 | BUTTONS STYLES SETTING
07 | TEXT STYLES SETTING
08 | BACKGROUND STYLES SETTING
09 | BACKGROUND IMAGES STYLES SETTING
10 | BACKGROUND OVERLAYS STYLES SETTING
11 | SOME MINOR STYLES SETTING
12 | PRELOADER STYLES SETTING
13 | TITLES STYLES SETTING
14 | SECTION STYLES SETTING
15 | SECTION IMAGE STYLES SETTING
16 | PAGER STYLES SETTING
17 | OWL NAVIGATION SETTING
18 | COUNTDOWN TIMER SETTING
19 | WIDGETS STYLES SETTING
20 | HEADER TOPBAR STYLES SETTING
*/

/* ((((((((((((((((((((((((( 01 | BASIC STYLES SETTING ))))))))))))))))))))))))) */

body {
    color: #151515;
    background-color: #FFFFFF;
    font-family: 'Arsenal', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    word-wrap: break-word;
}

p:last-child {margin-bottom: 0;}

img {
    max-width: 100%;
    height: auto;
}

textarea {resize: vertical;}

::-moz-selection {
    color: #FFFFFF;
    background-color: #047B61;
}
::selection {
    color: #FFFFFF;
    background-color: #047B61;
}

.nav li a:hover, .nav li a:focus, .nav li.open a, .nav li.open a:hover, .nav li.open a:focus {background-color: transparent;}

.form-control:focus {border-color: #047B61;}

.fm {margin-right: 10px;}

.flm {margin-left: 10px;}

/* ((((((((((((((((((((((((( 02 | HEADERS STYLES SETTING ))))))))))))))))))))))))) */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #151515;
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
}

.bg--overlay h1, .bg--overlay .h1, .bg--overlay h2, .bg--overlay .h2, .bg--overlay h3, .bg--overlay .h3, .bg--overlay h4, .bg--overlay .h4, .bg--overlay h5, .bg--overlay .h5, .bg--overlay h6, .bg--overlay .h6 {color: #FFFFFF;}

h1, .h1 {
    font-size: 48px;
    line-height: 72px;
}

h2, .h2 {
    font-size: 36px;
    line-height: 54px;
}

h3, .h3 {
    font-size: 28px;
    line-height: 40px;
}

h4, .h4 {
    font-size: 21px;
    line-height: 30px;
}

h5, .h5 {
    font-size: 16px;
    line-height: 22px;
}

h6, .h6 {
    font-size: 12px;
    line-height: 16px;
}

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {margin-top: 0;}

/* ((((((((((((((((((((((((( 03 | CUSTOM MARGINS SETTING ))))))))))))))))))))))))) */

.mtb--10 {margin: 10px 0;}

.mtb--30 {margin: 30px 0;}

.mtb--60 {margin: 60px 0;}

.ml--10 {margin-left: 10px;}

.ml--20 {margin-left: 20px;}

/* ((((((((((((((((((((((((( 04 | CUSTOM PADDINGS SETTING ))))))))))))))))))))))))) */

.pl--10 {padding: 0 10px;}

.plb--10 {padding: 0 10px 15px;}

.pb--10 {padding-bottom: 10px;}

.pb--20 {padding-bottom: 20px;}

.pb--40 {padding-bottom: 40px;}

.pb--60 {padding-bottom: 60px;}

.pb--100 {padding-bottom: 100px;}

.plr--10-0 {padding: 0 10px;}

.pl--10-0 {padding: 0 0 0 10px;}

.ptb--10-0 {padding: 10px 0;}

.ptb--20-0 {padding: 20px 0;}

.ptb--30-0 {padding: 30px 0;}

.ptb--40-0 {padding: 40px 0;}

.ptb--60-0 {padding: 60px 0;}

.ptb--80-0 {padding: 80px 0;}

.ptb--100-0 {padding: 100px 0;}

.ptb--130-0 {padding: 130px 0;}

.ptb--20-0-0 {padding: 20px 0 10px;}

.ptb--30-0-0 {padding: 30px 0 0;}

.ptb--30-0-10 {padding: 30px 0 10px;}

.ptb--30-0-20 {padding: 30px 0 20px;}

.ptb--40-0-0 {padding: 40px 0 0;}

.ptb--40-0-10 {padding: 40px 0 10px;}

.ptb--50-0-10 {padding: 50px 0 10px;}

.ptb--50-0-40 {padding: 50px 0 40px;}

.ptb--100-0-40 {padding: 100px 0 40px;}

.ptb--30-0-40 {padding: 30px 0 40px;}

.ptb--30-0-60 {padding: 30px 0 60px;}

.ptb--30-0-70 {padding: 30px 0 70px;}

.ptb--50-0-70 {padding: 50px 0 70px;}

.ptb--100-0-70 {padding: 100px 0 70px;}

/* ((((((((((((((((((((((((( 05 | LINKS STYLES SETTING ))))))))))))))))))))))))) */

a, .btn-link {
    color: inherit;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
    transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}

a:hover, .btn-link:hover, a:focus, .btn-link:focus {color: #06C69C;}

a, .btn-link, a:link, .btn-link:link, a:visited, .btn-link:visited, a:hover, .btn-link:hover, a:active, .btn-link:active {
    text-decoration: none;
    outline: 0;
}

/* ((((((((((((((((((((((((( 06 | BUTTONS STYLES SETTING ))))))))))))))))))))))))) */

.btn {
    padding: 8px 15px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease, ease, ease-in-out;
    transition-timing-function: ease, ease, ease-in-out;
}

.btn-small {
    padding: 5px 10px 6px;
    font-size: 9px;
    font-weight: 400;
}

.btn.active, .btn:active {box-shadow: none;}

.btn:focus, .btn.focus, .btn.active.focus, .btn.active:focus, .btn:active.focus, .btn:active:focus, .btn.focus {outline: 0;}

.btn-default {
    color: #151515;
    background-color: transparent;
    border-color: #A5A5A5;
}

.bg--overlay .btn-default {color: #FFFFFF;}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default.focus {
    color: #FFFFFF;
    background-color: #047B61;
}

/* ((((((((((((((((((((((((( 07 | TEXT STYLES SETTING ))))))))))))))))))))))))) */

.text--primary {color: #047B61;}

/* ((((((((((((((((((((((((( 08 | BACKGROUND STYLES SETTING ))))))))))))))))))))))))) */

.bg--color-theme {
    color: #FFFFFF;
    background-color: #047B61;
}

.bg--color-dark {
    color: #CCCCCC;
    background-color: #454545;
}

.bg--color-lightgray {background-color: #F9F9F9;}

.bg--color-darkgray {background-color: #F1F1F1;}

/* ((((((((((((((((((((((((( 09 | BACKGROUND IMAGES STYLES SETTING ))))))))))))))))))))))))) */

.bg--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ((((((((((((((((((((((((( 10 | BACKGROUND OVERLAYS STYLES SETTING ))))))))))))))))))))))))) */

.bg--overlay {
    position: relative;
    color: #FFFFFF;
    z-index: 0;
}

.bg--overlay::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #023127;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -1;
}

.bg--overlay-off::before {display: none;}


/* ((((((((((((((((((((((((( 11 | SOME MINOR STYLES SETTING ))))))))))))))))))))))))) */

.font--primary, .font--secondary {font-family: "Arsenal", sans-serif;}

.float--left {float: left;}

.float--right {float: right;}

.reset--gutter {
    margin-left: 0;
    margin-right: 0;
}

.reset--gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.vc--parent {
    width: 100%;
    height: 100%;
    display: table;
}

.vc--child {
    display: table-cell;
    vertical-align: middle;
}

.vc--child-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.row--vc > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

/* ((((((((((((((((((((((((( 12 | PRELOADER STYLES SETTING ))))))))))))))))))))))))) */

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999 !important;
}

/* ((((((((((((((((((((((((( 13 | TITLES STYLES SETTING ))))))))))))))))))))))))) */

.section--title {
    position: relative;
    margin-bottom: 45px;
    padding-bottom: 15px;
    text-align: center;
    z-index: 0;
}

.section--title .h2 {
    margin-bottom: 0;
    font-size: 2.25em;
    font-weight: 700;
    color: #047B61;
    }

.section--title .h2::before, .section--title .h2::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 75px;
    border-top: 1px solid #CCCCCC;
}

.section--title.left {text-align: left;}

.section--title.left .h2::before, .section--title.left .h2::after {margin: 0;}

.section--title.left .h2::before {left: 0;}

.section--title.left .h2::after {left: 66px;}

/* ((((((((((((((((((((((((( 14 | SECTION STYLES SETTING ))))))))))))))))))))))))) */

.section--content p {margin-bottom: 20px;}

.section--content p:last-child {margin-bottom: 0;}

.section--content ul {
    padding: 0;
    list-style: none;
}

.section--content ul:last-child {margin-bottom: 0;}

/* ((((((((((((((((((((((((( 15 | SECTION IMAGE STYLES SETTING ))))))))))))))))))))))))) */

.section--img-inner.bg--overlay::before {
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: 1;
}

.section--img-inner.bg--overlay::after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid;
    z-index: 1;
}

/* ((((((((((((((((((((((((( 16 | PAGER STYLES SETTING ))))))))))))))))))))))))) */

.pager {
    margin: 0;
    padding: 0;
    color: #959595;
    font-size: 0;
    line-height: 0;
}

.pager li + li {margin-left: 30px;}

.pager li > a, .pager li > span {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}

.pager li > a:hover, .pager li > a:focus {background-color: transparent;}

.pager li em {
    color: #047B61;
    font-weight: 400;
}

.pager li a[aria-describedby] {color: #047B61;}

.pager li .tooltip-inner {
    padding: 5px 20px;
    color: #FFFFFF;
    background-color: #047B61;
    border-radius: 15px;
}

.pager li .tooltip .tooltip-arrow {border-top-color: #047B61;}

/* ((((((((((((((((((((((((( 17 | OWL NAVIGATION SETTING ))))))))))))))))))))))))) */

.owl-nav .owl-next {right: 0;}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: color .25s, opacity .25s ease-in-out;
    transition: color .25s, opacity .25s ease-in-out;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {color: #047B61;}

.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ((((((((((((((((((((((((( 18 | COUNTDOWN TIMER SETTING ))))))))))))))))))))))))) */

.countdown--timer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.countdown--timer ul li {
    position: relative;
    margin-top: 30px;
    margin-right: 50px;
    display: inline-block;
    border-radius: 2px;
}

.countdown--timer ul li:last-child {margin-right: 0;}

.countdown--timer ul li:after {
    content: ":";
    position: absolute;
    top: 50%;
    right: -32px;
    margin-top: -48px;
    font-size: 72px;
    line-height: 72px;
}

.countdown--timer ul li:last-child:after {display: none;}

.countdown--timer ul li strong {
    display: block;
    padding: 6px 25px 4px;
    background-color: #047B61;
    border-radius: 2px 2px 0 0;
    font-size: 30px;
    line-height: 40px;
}

.countdown--timer ul li span {
    display: block;
    padding: 9px 11px 8px;
    color: #454545;
    background-color: #FFFFFF;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

/* ((((((((((((((((((((((((( 19 | WIDGETS STYLES SETTING ))))))))))))))))))))))))) */

.widget + .widget {margin-top: 40px;}

.widget--title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
    color: #252525;
    font-weight: 400;
}

.widget--title::before {
    top: auto;
    bottom: 0;
    width: 50px;
    height: 2px;
}

.links--widget {
    margin-top: -10px;
    padding-left: 5px;
}

.links--widget .nav li + li {margin-top: 5px;}

.links--widget .nav li a {
    padding: 0;
    font-size: 15px;
}

.links--widget .nav li a .fa {margin-right: 10px;}

.tags--widget {
    margin: -4px 0 0;
    padding: 0;
    list-style: none;
    color: #959595;
    font-size: 0;
    line-height: 0;
}

.tags--widget li {
    display: inline-block;
    margin-right: 10px;
}

.tags--widget li:last-child {margin-right: 0;}

.tags--widget li a {
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
}

.social--widget {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.social--widget li {
    display: inline-block;
    margin-right: 10px;
}

.social--widget li:last-child {margin-right: 0;}

.social--widget li a {
    font-size: 14px;
    line-height: 22px;
}

.recent-posts--widget .nav li {
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.recent-posts--widget .nav li + li {padding-top: 15px;}

.recent-posts--widget .nav li .img {
    float: left;
    margin-right: 15px;
}

.recent-posts--widget .nav li .content {
    overflow: hidden;
}

.recent-posts--widget .nav li .content .h6 {
    margin: 2px 0 0;
    font-weight: 700;
    color: #151515;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.recent-posts--widget .nav li .content p {
    font-size: 11px;
    color: #AAAAAA;
    line-height: 1.0em;
}

.nav-links--widget {
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.nav-links--widget .h4 {
    position: relative;
    margin: 15px 25px;
    padding-bottom: 10px;
    font-weight: 700;
}

.nav-links--widget .h4::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.nav-links--widget .nav {margin-bottom: 23px;}

.nav-links--widget .nav > li > a {
    margin-left: -1px;
    padding: 3px 25px 5px;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: transparent;
    font-weight: 700;
    font-size: 1.2em;
    color: #454545;
}

.nav-links--widget .nav > li > a.patientsmustknow {
    padding: 3px 30px;
    font-weight: 700;
    font-size: 0.75em;
    color: #252525;
}

.nav-links--widget .nav > li > p {
    padding: 0 35px 10px;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #757575;
    text-align: justify;
}

.nav-links--widget .nav > li > p.bestdoctordepartment {
    padding: 0 35px;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #757575;
    text-align: justify;
    font-weight: 700;
}

.nav-links--widget .nav > li > p.bestdoctorspeciality {
    padding: 0 35px;
    margin: 5px 0 10px;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #757575;
    text-align: justify;
}

.nav-links--widget .nav > li > p.bestdoctorspeciality i {
    margin: 0 5px 0 3px;
}

.nav-links--widget .nav > li > a:hover {
    color: #047B61;
}

.nav-links--widget .nav > li.active > a {color: #047B61;}

.nav-links--widget .nav > li > a:hover, .nav-links--widget .nav > li > a:focus, .nav-links--widget .nav > li.active > a {border-left-color: #047B61;}

.nav-links--widget .nav > li > a.patientsmustknow:hover {border-left-color: #FF0000;}

.subscribe--widget > p:first-child {margin-top: -8px;}

.subscribe--widget p + form {margin-top: 23px;}

.subscribe--widget ::-webkit-input-placeholder { color: #DDDDDD; }

.subscribe--widget ::-moz-placeholder { color: #DDDDDD; }

.subscribe--widget :-ms-input-placeholder { color: #DDDDDD; }

.subscribe--widget :-moz-placeholder { color: #DDDDDD; }

.subscribe--widget .form-control {
    height: 41px;
    padding: 9px 20px 10px;
    color: #FFFFFF;
    background-color: transparent;
    border-color: #047B61;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    outline: 0;
}

.subscribe--widget .input-group-btn .btn {padding: 9px 30px 10px 25px;}

.subscribe--widget form + .social {margin-top: 34px;}

.subscribe--widget .social .h6 {
    margin: 0 0 18px;
    color: #DDDDDD;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.subscribe--widget .social .nav > li {float: left;}

.subscribe--widget .social .nav > li + li {margin-left: 25px;}

.subscribe--widget .social .nav > li > a {padding: 0;}

.search--widget form {background-color: #EEEEEE;}

.search--widget .form-control {
    height: 40px;
    padding: 9px 25px 9px 25px;
    color: #252525;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.search--widget .input-group-addon {
    padding: 0 20px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.search--widget .input-group-addon button {
    color: #047B61;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    outline: 0;
}

.cart--widget ul {
    margin-top: -15px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.cart--widget ul li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.cart--widget ul li::before, .cart--widget ul li::after {
    content: " ";
    display: table;
}

.cart--widget ul li::before, .cart--widget ul li::after {clear: both;}

.cart--widget ul li .remove {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    margin-top: -11px;
    padding-left: 1px;
    color: #959595;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.cart--widget ul li .remove:hover {
    color: #FFFFFF;
    background-color: #047B61;
    border-color: #047B61;
}

.cart--widget ul li .img {
    float: left;
    margin-right: 15px;
}

.cart--widget ul li .info {overflow: hidden;}

.cart--widget ul li .info .h6 {
    margin: -5px 0 0;
    color: #555555;
    font-weight: 400;
}

.cart--widget ul li .info p {
    font-size: 12px;
    line-height: 24px;
}

.cart--widget .subtotal {
    margin-top: 23px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.cart--widget .btn-group {margin-top: 22px;}

.cart--widget .btn-group .btn {
    padding-left: 5px;
    padding-right: 5px;
}

.cart--widget .btn-group .btn + .btn {border-left: 0;}

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

.categories--widget ul li {
    position: relative;
    color: #959595;
    text-align: right;
    overflow: hidden;
    z-index: 0;
}

.categories--widget ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    border-bottom: 1px dotted;
    z-index: -1;
}

.categories--widget ul li:hover {color: #047B61;}

.categories--widget ul li + li {margin-top: 15px;}

.categories--widget ul li a {
    display: block;
    float: left;
    padding-right: 2px;
    background-color: #FFFFFF;
}

.categories--widget ul li span {
    padding-left: 2px;
    background-color: #FFFFFF;
}

/* ((((((((((((((((((((((((( 20 | HEADER TOPBAR STYLES SETTING ))))))))))))))))))))))))) */

.header--topbar .nav > li {float: left;}

.header--topbar .nav > li > a {padding: 5px 0;}

.header--topbar .links > li + li {
    margin-left: 10px;
    padding-left: 12px;
}

.header--topbar .links > li + li::before {
    content: "|";
    position: absolute;
    top: 5px;
    left: 0;
}

.header--topbar .social > li + li {margin-left: 25px;}

.header--topbar .cart > li {
    margin-left: 20px;
    padding-left: 20px;
}

.header--topbar .cart > li i {
    margin-right: 10px;
    color: #06C69C;
}

.header--topbar .cart > li::before {
    content: "|";
    position: absolute;
    top: 5px;
    left: 0;
}

.header--navbar-top {margin: 20px 0;}

.header--navbar-top-info .nav > li {float: left;}

.header--navbar-top-info .nav > li + li {margin-left: 30px;}

.header--navbar-top-info .icon {
    float: left;
    width: 25px;
    text-align: right;
    color: #047B61;
    font-size: 20px;
}

.header--navbar-top-info .content {
    float: left;
    margin-left: 10px;
    line-height: 18px;
    font-size: 0.95em;
    text-align: left;
}

.header--navbar-top-info .content p {margin-bottom: 0;}

.header--navbar-top-btn {margin-left: 30px;}

.header--navbar {
    margin-bottom: 0;
    background-color: #047B61;
    border: 0;
    border-radius: 0;
}

.header--navbar::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px 0;
    border-color: #047B61;
}

.header--navbar > .container {
    position: relative;
}

.header--navbar .navbar-collapse {
    padding: 0;
}

/* 5.9. HEADER NAVBAR LINKS */
.header--nav-links > li > a {
    display: block;
    padding: 16px 20px 17px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #047B61;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.header--nav-links > li + li > a {
    border-left-width: 0;
}

.header--nav-links > li > a:focus {
    color: #FFFFFF;
    border-color: #047B61;
}

.header--nav-links > li > a:hover,
.header--nav-links > li.active > a,
.header--nav-links > li.open > a,
.header--nav-links > li.open > a:hover,
.header--nav-links > li.open > a:focus {
    background-color: #059475;
    border-color: #059475;
}

.header--nav-links > li > a .fa {
    margin-left: 10px;
}

.header--nav-links > li > a .fa-lg {
    margin-left: 0;
}

.header--nav-links .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.header--nav-links .dropdown-menu > li > a {
    padding: 9px 20px 10px;
    color: #555;
    font-size: 13px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #eee;
}

.header--nav-links .dropdown-menu > li > a:hover,
.header--nav-links .dropdown-menu > li > a:focus,
.header--nav-links .dropdown-menu > li.active > a {
    color: #FFFFFF;
    background-color: #047B61;
    border-color: #047B61;
}

.header--nav-links .megamenu {
    position: static;
}

.header--nav-links .megamenu > .dropdown-menu {
    left: auto;
    width: 500px;
    padding: 10px 20px 10px 8px;
}

.header--nav-links .megamenu > .dropdown-menu .nav > li + li {
    margin-top: 5px;
}

.header--nav-links .megamenu > .dropdown-menu .nav > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}

.header--nav-links .megamenu > .dropdown-menu .nav > li > a:hover {
    color: #FFFFFF;
    background-color: #047B61;
}

.header--nav-links .megamenu > .dropdown-menu .nav > li.active > a {
    color: #047B61;
}

.megamenu-img {
    margin: 0;
    padding: 5px 0 5px 10px !important;
    z-index: 0;
}
.megamenu-img::before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 20px;
    right: -5px;
    height: 95%;
    border: 1px solid #047B61;
    border-radius: 2px;
    z-index: -1;
}
.megamenu-img img {
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

/* 5.10. HEADER NAVBAR SEARCH */
.header--nav-search .dropdown-toggle {
    display: block;
    padding: 16px 20px 17px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}

.header--nav-search .dropdown-menu {
    left: auto;
    right: 0;
    top: 75%;
    min-width: 400px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.header--nav-search .form-control {
    height: 40px;
    padding: 10px 20px;
    color: #222;
    background-color: #FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 5px #454545;
}

/*------------------------------------*\
    6. PAGE HEADER SECTION
\*------------------------------------*/
/* 6.1. PAGE TITLE */
.page--title.bg--overlay::before {
    background-color: #000;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

.page--title {
    text-align: right;
    padding-right: 40px;
}

.page--title .h2 {
    text-shadow: 2px 2px 3px #252525;
}

/* 6.2. PAGE BREADCRUMB */
.page--breadcrumb {
    background-color: #DDDDDD;
}

.page--breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
}

.page--breadcrumb .breadcrumb > li {
    color: #454545;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.page--breadcrumb .breadcrumb > li + li:before {
    content: "\f105";
    margin: 0 10px;
    padding: 0;
    color: #454545;
    font-family: "FontAwesome";
}

.page--breadcrumb .breadcrumb > li > span {
    color: #047B61;
}

/*------------------------------------*\
    7. BANNER SECTION
\*------------------------------------*/
.banner--section {
    position: relative;
    z-index: 0;
}

/* 7.1. BANNER SLIDER */
.banner--slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner--slider .owl-stage-outer,
.banner--slider .owl-stage,
.banner--slider .owl-item,
.banner--slider .banner--item {
    height: 100%;
}

.banner--slider .banner--item::before {
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.banner--slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
}

.banner--slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out, border-color .25s;
    transition: background-color .25s ease-in-out, border-color .25s;
}

.banner--slider .owl-dot.active {
    background-color: #047B61;
    border-color: #047B61;
}

.banner--slider .owl-dot + .owl-dot {
    margin-left: 12px;
}

/* 7.2. BANNER CONTENT */
.banner--content {
    padding: 75px 10px 75px 0;
    text-align: right;
}

.banner--content h1 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 2.75em;
    text-shadow: 1px 1px 3px #000000;
}

.banner--content h1 strong {
    color: #047B61;
    font-weight: 700;
    font-size: 0.65em;
    text-transform: uppercase;
}

.banner--content p {
    font-size: 1.25em;
    line-height: 1.25em;
}

.banner--content p + .btn {
    margin-top: 30px;
}

/* 7.3. BANNER FORM */
.banner--form form {
    position: relative;
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.banner--form .h4 {
    color: #047B61;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.banner--form sup {
    color: #757575;
    font-size: 0.6em;
    font-weight: 400;
}

.banner--form .status .alert {
    border-radius: 0;
}

.banner--form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.banner--form .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.banner--form .form-group {
    position: relative;
}

.banner--form label {
    width: 100%;
    margin-bottom: 0;
    color: #222;
    font-weight: normal;
}
.banner--form label span {
    display: block;
}

.banner--form .form-control {
    height: 32px;
    margin-top: 4px;
    padding: 5px 0;
    color: #222;
    border-width: 0 0 1px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.banner--form textarea.form-control {
    position: relative;
    height: auto;
    min-height: 91px;
}

.banner--form input[type="file"].form-control {
    display: none;
}

.banner--form input[type="file"].form-control + span {
    position: absolute;
    top: 27px;
    left: 0;
    bottom: 0;
    width: 120px;
    padding: 3px 0;
    color: #555;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-radius: 15px 0 0 15px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}
.banner--form input[type="file"].form-control + span .fa {
    margin-right: 5px;
}

.banner--form label span.file-status {
    margin-top: 3px;
    padding: 3px 0 3px 138px;
    color: #555;
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    font-size: 13px;
    line-height: 23px;
    cursor: pointer;
    outline: 0;
}

.banner--form .form-control:focus {
    border-color: #047B61;
}

.banner--form ::-webkit-input-placeholder { color: #999; font-weight: 300; }

.banner--form ::-moz-placeholder { color: #999; font-weight: 300; }

.banner--form :-ms-input-placeholder { color: #999; font-weight: 300; }

.banner--form :-moz-placeholder { color: #999; font-weight: 300; }

.banner--form .btn {
    color: #151515;
    margin-top: 15px;
}

.banner--form .btn:hover,
.banner--form .btn:focus {
    color: #FFFFFF;
}

/*------------------------------------*\
    8. ABOUT SECTION
\*------------------------------------*/
/* 8.1. ABOUT CONTENT */
.about--content .h2 {
    margin-top: -8px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #047B61;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.about--content .h2 span {
    color: #047B61;
}

.about--content p {
    margin-bottom: 20px;
}

.about--content p:last-child {
    margin-bottom: 0;
}

.about--content ul {
    padding: 0;
    list-style: none;
}

.about--content ul:last-child {
    margin-bottom: 0;
}

/* 8.2. ABOUT GALLERY */
.about--gallery .bg--overlay:before {
    background-color: #000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: 1;
}

.about--gallery-video {
    margin-bottom: 30px;
}

.about--gallery-video .play-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    z-index: 1;
}

.about--gallery-img {
    display: block;
    cursor: -webkit-zoom-in;
}

/*------------------------------------*\
    9. APPOINTMENT SECTION
\*------------------------------------*/
/* 9.1. APPOINTMENT FORM */
.appointment--form form {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.appointment--form form:hover {
    border: 1px solid #AAAAAA;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.appointment--form .h4 {
    color: #047B61;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.appointment--form .status .alert {
    border-radius: 0;
}

.appointment--form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.appointment--form .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.appointment--form .form-control {
    height: 32px;
    margin-top: 4px;
    padding: 5px 0;
    color: #222;
    border-width: 0 0 1px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.appointment--form textarea.form-control {
    height: auto;
    min-height: 91px;
}

.appointment--form .form-control:focus {
    border-color: #047B61;
}

.appointment--form ::-webkit-input-placeholder { color: #999; font-weight: 300; }

.appointment--form ::-moz-placeholder { color: #999; font-weight: 300; }

.appointment--form :-ms-input-placeholder { color: #999; font-weight: 300; }

.appointment--form :-moz-placeholder { color: #999; font-weight: 300; }

.appointment--form .btn {
    margin-top: 15px;
}

/* 9.2. APPOINTMENT ITEM */
.appointment--item {
    position: relative;
    margin-bottom: 52px;
    z-index: 0;
}

.appointment--item .step {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
    color: #DDDDDD;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: -1;
}

.appointment--item .icon {
    margin-bottom: 23px;
}

.appointment--item .title .h5 {
    color: #353535;
}

.appointment--item .content {
    margin-top: 13px;
    line-height: 1.25em;
    font-size: 0.9em;
    color: #757575;
}

/*------------------------------------*\
    10. SERVICES SECTION
\*------------------------------------*/
/* 10.1. SERVICE ITEM */
.service--items {text-align: left;}

.service--items.text-right {text-align: right;}

.service--item {position: relative;}

.service--item + .service--item {margin-top: 48px;}

.service--item .dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    z-index: 1;
}

.service--item:hover .dot, .service--item.active .dot {border-color: #047B61;}

.service--item .dot::before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background-color: #000000;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.service--item:hover .dot::before, .service--item.active .dot::before {background-color: #047B61;}

.service--item .h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.35em;
    line-height: 1.3em;
}

.service--item .h3 a {
    cursor: default;
}

.service--item:hover .h3 a,
.service--item.active .h3 a {
    color: #047B61;
}

.service--item p {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #656565;
}

.service--item p + .btn {
    margin-top: 0;
    margin-bottom: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-property: margin, opacity, visibility;
    transition-property: margin, opacity, visibility;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
}

.service--item:hover p + .btn,
.service--item.active p + .btn {
    margin-top: 10px;
    margin-bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

/* 10.2. SERVICE IMAGE */
.service--img {
    float: none;
    display: inline-block;
}

.service--img-inner {
    display: inline-block;
    padding: 30px;
}

.service--img-inner:before {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
    background-color: #000;
    border-radius: 50%;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 0;
}

.service--img-inner img {
    border-radius: 50%;
}

/*------------------------------------*\
    11. SERVICE SINGLE SECTION
\*------------------------------------*/

/* 11.1. SERVICE SINGLE CONTENT */
.service-single--content h1, .service-single--content h2, .service-single--content h3, .service-single--content h4, .service-single--content h5, .service-single--content h6 {
    font-weight: normal;
}

.service-single--content .title {
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1.75em;
}

.service-single--content .bestdoctorimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    box-shadow: 0 0 10px #353535;
}

.service-single--content .bestdoctorpicture {
    margin: 3px 0 10px;
}

.service-single--content .priceinfo {
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1.35em;
}

.service-single--content .pricecomment {
    padding: 15px 0 0;
    font-size: 0.5em;
    font-weight: 400;
}

.service-single--content .title strong, .service-single--content .priceinfo strong {
    color: #047B61;
}

.service-single--content .title::before, .service-single--content .priceinfo::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.service-single--content .pricevalue {
    font-size: 2.0em;
}

.service-single--content .pricevalue strong {
    color: #047B61;
}

.service-single--content .pricevalue sup {
    font-size: 0.6em;
}

.service-single--content p {
    color: #757575;
    font-size: 0.95em;
    line-height: 1.25em;
    margin-bottom: 20px;
    text-align: justify;
}

.service-single--content p:last-child {
    margin-bottom: 0;
}

.service-single--content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service-single--content ul > li {
    font-size: 0.75em;
    line-height: 1.5em;
    text-align: justify;
}

.service-single--content ul > li.centredescriptioninfo {
    padding-bottom: 5px;
}

.service-single--content ul > li.centredescriptioninfo:last-child {
    padding-bottom: 0;
}

.service-single--content ul > li.centredescriptioninfo i {
    margin: 0 10px 0 5px;
    color: #047B61;
}

.service-single--content ul:last-child {
    margin-bottom: 0;
}

.service-single--content .tab-content .tab-pane .h5 {
    color: #047B61;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.25em;
    text-align: justify;
}

/*------------------------------------*\
    12. EXTRA SERVICES SECTION
\*------------------------------------*/
/* 12.1. EXTRA SERVICE ITEM */

.extra-service--item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.extra-service--item:hover {
    border-color: #047B61;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

.extra-service--info {
    position: absolute;
    left: 0;
    top: 80% !important;
    width: 100%;
    height: 100%;
    background: rgba(2, 74, 59, 0.75);
    -webkit-transition-property: top, background-color;
    transition-property: top, background-color;
    -webkit-transition-duration: .45s, .25s;
    transition-duration: .45s, .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.extra-service--item:hover .extra-service--info {
    top: 0 !important;
    background-color: rgba(255, 255, 255, 0.95);
}

.extra-service--info-content {
    position: absolute;
    top: 22px;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: top .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: top .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: top .25s ease-in-out, transform .25s ease-in-out;
    transition: top .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}

.extra-service--info-content .content p {
    font-size: 1.0em;
    line-height: 1.15em;
}

.extra-service--info-content .content p i {
    font-size: 1.0em;
    color: #047B61;
    margin: 0 10px 5px 5px;
    text-align: center;
}

.extra-service--item:hover .extra-service--info-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.extra-service--info .title .h4 {
    margin: -15px 0 10px -5px;
    color: #FFFFFF;
    font-size: 1.35em;
}

.extra-service--item:hover .extra-service--info .title .h4 a {color: #047B61;}

.extra-service--info .footer {margin-top: 26px;}

/*------------------------------------*\
    13. FEATURES SECTION
\*------------------------------------*/
/* 13.1. FEATURE ITEM */
.feature--item {
    margin-bottom: 50px;
    text-align: center;
    padding: 0 30px;
}

.feature--item .icon {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.feature--item .icon::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background-color: #DDDDDD;
}

.feature--item .title .h5 {
    margin-bottom: 10px;
    color: #151515;
}

.feature--item .content p {
    font-size: 0.9em;
    line-height: 1.65em;
    color: #656565;
}

/*------------------------------------*\
    14. COUNTER SECTION
\*------------------------------------*/
/* 14.1. COUNTER ITEM */
.counter--item {
    margin-bottom: 10px;
}

.counter--item .icon {
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.counter--item .info {
    margin-left: 55px;
    padding-left: 15px;
    border-left: 1px solid;
}

.counter--item .info .title {
    margin-bottom: 2px;
    font-weight: normal;
    text-transform: uppercase;
}

.counter--item .info .number {
    margin: 5px 0 0 10px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000000;
}

/*------------------------------------*\
    15. GALLERY SECTION
\*------------------------------------*/
.gallery--section .section--title {
    margin-bottom: 54px;
}

.gallery--section .title {
    position: relative;
    margin-top: -6px;
    margin-bottom: 60px;
    padding-bottom: 8px;
}

.gallery--section .title::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

/* 15.1. GALLERY FILTER NAV */
.gallery--filter-nav {
    margin-bottom: 10px;
}

.gallery--filter-nav .nav {
    font-size: 0;
    line-height: 0;
}

.gallery--filter-nav .nav > li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: color .25s;
    transition: color .25s;
    cursor: pointer;
}

.gallery--filter-nav .nav > li:hover, .gallery--filter-nav .nav > li.active {color: #047B61;}

.gallery--filter-nav .nav > li::after {
    content: "|";
    margin: 0 15px;
    color: #CCCCCC;
}

.gallery--filter-nav .nav > li:last-child::after {
    display: none;
}

/* 15.2. GALLERY ITEMS */
.gallery--item {
    margin-bottom: 30px;
}

.gallery--item .mediaheader {
    background: linear-gradient(to right, #047B61, #353535);
    color: #FFFFFF;
    padding: 3px 10px;
    font-size: 0.75em;
    text-align: center;
}

.gallery--img {
    position: relative;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    z-index: 0;
}

.gallery--info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    text-align: center;
}

.gallery--info .h4 {
    margin-bottom: 4px;
}

.gallery--info .btn-groups {
    margin-top: 16px;
    font-size: 0;
    line-height: 0;
}

.gallery--info .btn-groups .btn {
    width: 35px;
    padding: 1px 0 0 1px;
    font-size: 14px;
    line-height: 32px;
    border-color: #fff;
    border-radius: 50%;
}

.gallery--info .btn-groups .btn:hover {
    color: #047B61;
    background-color: #fff;
}

.gallery--info .btn-groups .btn + .btn {
    margin-left: 20px;
}

/* 15.3. GALLERY NAV */
.gallery--nav {
    margin-top: 24px;
    margin-bottom: -7px;
}

.gallery--nav .btn-groups {
    color: #999;
    font-size: 0;
    line-height: 0;
}

.gallery--nav .pull-left,
.gallery--nav .pull-right {
    display: block;
}

.gallery--nav .pull-left,
.gallery--nav .pull-right,
.gallery--nav a {
    font-size: 16px;
    line-height: 26px;
}

.gallery--nav .pull-left,
.gallery--nav .pull-right {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0;
}

.gallery--nav a[aria-describedby] {
    color: #047B61;
}

.gallery--nav .tooltip-inner {
    padding: 7px 30px;
    color: #fff;
    background-color: #047B61;
    border-radius: 15px;
}

.gallery--nav .tooltip .tooltip-arrow {
    border-top-color: #047B61;
}

/*------------------------------------*\
    16. GALLERY SINGLE SECTION
\*------------------------------------*/
/* 16.1. GALLERY SINGLE CONTENT */
.gallery-single--content h1,
.gallery-single--content h2,
.gallery-single--content h3,
.gallery-single--content h4,
.gallery-single--content h5,
.gallery-single--content h6 {
    font-weight: normal;
}

.gallery-single--content .title {
    position: relative;
    margin-top: -6px;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.gallery-single--content .title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.gallery-single--content p {
    margin-bottom: 20px;
}

.gallery-single--content p:last-child {
    margin-bottom: 0;
}

.gallery-single--content blockquote {
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
}

.gallery-single--content blockquote p:before {
    content: "\f10d";
    margin-right: 8px;
    color: #999;
    font-family: "FontAwesome";
    font-size: 24px;
}

/* 16.2. GALLERY SINGLE SIDEBAR */
.gallery-single--info {
    margin-bottom: 30px;
    padding: 25px 30px;
    border: 1px solid #eee;
}

.gallery-single--info .table {
    margin-bottom: 0;
}

.gallery-single--info .table tbody tr th,
.gallery-single--info .table tbody tr td {
    padding: 0;
    border-top: 0;
}

.gallery-single--info .table tbody tr + tr th,
.gallery-single--info .table tbody tr + tr td {
    padding-top: 19px;
}

.gallery-single--info .table tbody tr th {
    padding-right: 10px;
    color: #222;
    white-space: nowrap;
}

.gallery-single--info .table tbody tr td {
    position: relative;
    padding-left: 12px;
    color: #999;
}

.gallery-single--info .table tbody tr td:before {
    content: ":";
    position: absolute;
    left: 0;
}


/*------------------------------------*\
    17. PRICING SECTION
\*------------------------------------*/

.ipcinfoblock p {
    text-align: justify;
    line-height: 1.4em;
    margin: 0 0 5px;
    font-size: 0.9em;
}

.ipcinfoblock p i {
    margin: 0 10px 0 0;
    color: #047B61;
    width: 20px;
    text-align: center;
}

.ipcinfoblock .h5 {
    margin: 5px 0 10px;
    color: #047B61;
}

.ipcinfoblock .centrechief {
    margin: 0 0 10px;
    color: #047B61;
    text-transform: uppercase;
    font-size: 1.75em;
}

.ipcinfoblock h5 {
    color: #047B61;
}

.ipcinfoblock h6.chiefposition {
    color: #757575;
}

.ipcinfoblock h6.centrechiefposition {
    color: #757575;
}

.ipcinfoblock p.centrecontacts {
    margin: 0 0 5px 0;
}

.ipcinfoblock h6.centrechiefposition span {
    color: #757575;
    text-transform: uppercase;
    font-weight: 400;
}

.ipcinfoblock h6.chiefposition span {
    color: #757575;
    text-transform: uppercase;
}

.ipcinfoblock ul {
    list-style: none;
}

.ipcinfoblock ul i {
    color: #757575;
    text-align: center;
    width: 20px;
}

.ipcinfoblock ul li a {
    font-weight: 700;
}

/* 17.1. PRICING ITEM */
.pricing--item {
    margin-bottom: 30px;
    padding: 30px 15px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
    text-align: center;
}

.patientsinfo-item {
    padding: 25px 15px 10px;
    min-height: 215px;
}

.pricing--item .specialoffer {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.15em;
    color: #757575;
}

.pricing--item .productshortdescription {
    margin: 5px 0;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #454545;
}

.pricing--item .specialoffercomment {
    color: #757575;
    font-size: 0.75em;
    line-height: 1.45em;
    padding: 0 10px;
}

.pricing--item .screeningcomment {
    color: #757575;
    font-size: 0.75em;
    line-height: 1.45em;
    padding: 0 10px 15px 0;
}

.pricing--item .doctordescription {
    color: #757575;
    font-size: 0.75em;
    line-height: 1.25em;
    padding: 0 15px 0 10px;
}

.pricing--item .publicationannouncement {
    color: #757575;
    font-size: 0.75em;
    line-height: 1.25em;
    padding: 0 10px;
    text-align: justify;
}

.pricing--item:hover,
.pricing--item.active {
    border-color: #AAAAAA;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.pricing--icon {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.25197 0.6794399999999999 0.06859 0 0 0.20197 0.72944 0.06859 0 0 0.20197 0.6794399999999999 0.11859000000000004 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(95%);
            filter: grayscale(95%);
    -webkit-transition: -webkit-filter .15s ease-in-out;
    transition: -webkit-filter .15s ease-in-out;
    transition: filter .15s ease-in-out;
    transition: filter .15s ease-in-out, -webkit-filter .15s ease-in-out;
}

.pricing--item:hover .pricing--icon,
.pricing--item.active .pricing--icon {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.pricing--item:hover .specialoffer, .pricing--item:hover .patientsheader, .pricing--item:hover .doctorsheader {
    color: #047B61;
}

.pricing--item:hover .specialoffercomment {
    color: #757575;
}

.pricing--title .h5 {
    margin-top: 10px;
    margin-bottom: 18px;
    color: #047B61;
    font-size: 1.0em;
    font-weight: 400;
}

.pricing--title .patientsheader, .pricing--title .magazinelink {
    line-height: 1.35em;
    font-size: 0.8em;
    font-weight: 700;
    color: #757575;
}

.pricing--title .doctorsheader {
    line-height: 1.35em;
    font-size: 1.25em;
    font-weight: 700;
    color: #757575;
    text-transform: uppercase;
}

.pricing--title .doctorsheader strong {
    font-weight: 400;
    text-transform: uppercase;
}

.pricing--price p {
    margin-bottom: 3px;
}

.pricing--price .h3 {
    margin: 0;
    font-weight: 400;
}

.pricing--title .patientsheader strong {
    color: #006D5C;
    font-size: 0.65em;
    font-weight: 400;
}

.pricing--features {
    margin: 15px 0;
}

.pricing--features li {
    font-size: 0.9em;
}

.pricing--footer {
    margin-top: 26px;
}

.pricing--item:hover .pricing--footer .btn, .pricing--item.active .pricing--footer .btn {
    color: #FFFFFF;
    background-color: #047B61;
}

/*------------------------------------*\
    18. PRICING SINGLE SECTION
\*------------------------------------*/
/* 18.1. PRICING SINGLE ITEM */
.pricing-single--item {
    margin-bottom: 60px;
}

.pricing-single--item .title {
    position: relative;
    margin-top: -6px;
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-weight: normal;
}

.pricing-single--item .title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.pricing-single--item .title small {
    margin-left: 6px;
    font-size: 14px;
}

.pricing-single--item .table {
    margin-bottom: 0;
}

.pricing-single--item .table tbody tr td {
    padding: 0;
    border: 0;
}

.pricing-single--item .table tbody tr + tr td {
    padding-top: 6px;
}

/*------------------------------------*\
    19. EXPERTS SECTION
\*------------------------------------*/
/* 19.1. EXPERT MEMBERS */
.expert--members:not(.owl-carousel) .expert--member {
    margin-bottom: 30px;
}

.experts--section .section--title {
    margin-bottom: 25px;
}

.expert--member-img {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.expert--member-info {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: top .45s ease-in-out;
    transition: top .45s ease-in-out;
    overflow: hidden;
}

.expert--member-img:hover .expert--member-info {
    top: 0;
}

.expert--member-info::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
    z-index: -1;
}

.expert--member-info::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    z-index: -2;
}

.expert--member-info .name .h5 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.expert--member-info .role {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.3;
    color: #BBBBBB;
}

.expert--member-info .content {
    margin-top: 5px;
}

.expert--member-info .social {
    margin-top: 10px;
}

.expert--member-info .social .nav li {
    display: inline-block;
}

.expert--member-info .social .nav li + li {
    margin-left: 22px;
}

.expert--member-info .social .nav li a {
    padding: 0;
    color: #ffca8f;
}

.expert--member-info .social .nav li a:hover,
.expert--member-info .social .nav li a:focus {
    color: #fff;
}

/* 19.2. EXPERT MEMBERS NAV */
.expert--members-nav {
    margin-top: 15px;
}

.expert--members-nav .btn-groups {
    color: #999;
    font-size: 0;
    line-height: 0;
}

.expert--members-nav button,
.expert--members-nav a {
    font-size: 25px;
    line-height: 25px;
}

.expert--members-nav button {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: color .25s;
    transition: color .25s;
    outline: 0;
}

.expert--members-nav button:hover {
    color: #047B61;
}

.expert--members-nav a {
    margin: 0 30px;
}

.expert--members-nav a[aria-describedby] {
    color: #047B61;
}

.expert--members-nav .tooltip-inner {
    padding: 10px 0;
    color: #FFFFFF;
    background-color: #047B61;
    border-radius: 10px;
}

.expert--members-nav .tooltip .tooltip-arrow {
    border-top-color: #047B61;
}

/*------------------------------------*\
    20. TESTIMONIAL SECTION
\*------------------------------------*/

.testimonial--section.bg--overlay:before {
    background-color: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.testimonial--section .section--title {
    z-index: 1;
}

/* 20.1. TESTIMONIAL SLIDER */

.testimonial--slider-wrapper {
    z-index: auto;
}

.testimonial--slider-wrapper::before {
    display: none;
    top: -100px;
    bottom: 0;
    height: auto;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.testimonial--slider .owl-dots {
    margin: 25px 20px 0 0;
    text-align: right;
}

.testimonial--slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.testimonial--slider .owl-dot.active {
    background-color: #FFFFFF;
}

.testimonial--slider .owl-dot + .owl-dot {
    margin-left: 13px;
}

.testimonial--item {
    margin: 0 10px;
}

/* 20.2. TESTIMONIAL CONTENT */

.testimonial--content blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 24px;
}

.testimonial--content blockquote p::before {
    content: "\f10d";
    margin-left: 0;
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 10px;
}

.testimonial--content p {
    line-height: 1.35em;
    text-indent: 10px;
    text-align: justify;
}

/* 20.3. TESTIMONIAL RATING */
.testimonial--rating {
    margin-top: 21px;
    font-size: 16px;
    line-height: 26px;
}

.testimonial--rating li {
    float: left;
}

.testimonial--rating li + li {
    margin-left: 8px;
}

/* 20.4. TESTIMONIAL INFO */
.testimonial--info .img,
.testimonial--info .content {
    display: table-cell;
    vertical-align: middle;
}

.testimonial--info .img {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.testimonial--info {
    margin-top: 25px;
}

.testimonial--info .content {
    padding-left: 30px;
}

.testimonial--info .content p {
    padding: 0;
    margin: 0;
    line-height: 1.75em;
}

.testimonial--info .content p.contactsinfo {
    line-height: 1.5em;
}

.testimonial--info .content i {
    width: 30px;
    text-align: center;
    color: #CCCCCC;
}

.testimonial--info .content .h5 {
    margin-bottom: 0;
    line-height: 1.0em;
    font-size: 1.25em;
}

.testimonial--info .content .h5 a {
    font-weight: 400;
    color: #BBBBBB;
}

.testimonial--info .content .h5 a:hover {
    color: #FFFFFF;
}

/* 20.5. TESTIMONIAL VIDEO */
.testimonial--video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonial--video.bg--overlay:before {
    left: -45%;
    -webkit-transform: skew(-37deg, 0);
            transform: skew(-37deg, 0);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* 20.6. TESTIMONIAL VIDEO CONTENT */
.testimonial--video-content .play-btn {
    display: block;
    width: 80px;
    margin: 0 auto;
    padding-left: 4px;
    font-size: 30px;
    line-height: 76px;
    border: 2px solid;
    border-radius: 50%;
}

.testimonial--video-content .h3 {
    margin: 0;
}

.testimonial--video-content .play-btn + .h3 {
    margin-top: 22px;
}

/*------------------------------------*\
    21. BLOG SECTION
\*------------------------------------*/
/* 21.1. POST ITEM */
.post--item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
    transition: border-color .25s, box-shadow .25s ease-in-out;
}

.post--item.sticky {
    border-color: #047B61;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.15);
}

.post--info {
    padding: 24px 30px 0;
    color: #999;
}

.post--info .h5 {
    margin-bottom: 9px;
    color: #047B61;
}

.post--info p .divider {
    margin: 0 5px;
}

.post--info p a:first-child {
    color: #454545;
}

.post--content {
    margin-top: 10px;
    padding: 0 30px;
    line-height: 1.5em;
}

.post--content p {
    margin-bottom: 26px;
    color: #959595;
}

.post--content p:last-child {
    margin-bottom: 0;
}

.post--content blockquote {
    margin: 56px 0 55px;
    padding: 19px 20px 26px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.post--content blockquote p {
    margin-bottom: 0;
}

.post--content blockquote footer {
    color: #555;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.post--content h1,
.post--content h2,
.post--content h3,
.post--content h4,
.post--content h5,
.post--content h6 {
    font-weight: normal;
}

.post--content h1,
.post--content h2,
.post--content h3,
.post--content h1:first-child, .post--content .h1:first-child,
.post--content h2:first-child, .post--content .h2:first-child,
.post--content h3:first-child, .post--content .h3:first-child {
    margin-top: 43px;
}

.post--footer {
    margin-top: 23px;
    padding: 0 30px 30px;
}

.post--item.sticky .post--footer .btn-default {
    color: #fff;
    background-color: #047B61;
}

.post--footer .tags--widget li span {
    margin-right: 9px;
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

.post--footer .tags--widget li a:after {
    content: ",";
}

.post--footer .tags--widget li:last-child a:after {
    content: "";
}

.post--extra {
    margin-top: 24px;
    padding-bottom: 93px;
    border-bottom: 1px solid #eee;
}

.post--extra .social--widget {
    color: #999;
}

.post--extra .social--widget li {
    margin-right: 26px;
}

.post--extra .social--widget li span {
    display: block;
    margin-right: -5px;
    color: #222;
    font-size: 16px;
    line-height: 26px;
}

.post--extra .social--widget li a {
    font-size: 16px;
    line-height: 26px;
}

.comment--items {
    margin-top: 93px;
}

.comment--title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-weight: normal;
}

.comment--title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

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

.comment--items ul ul {
    padding-left: 110px;
}

.comment--items ul li {
    border-bottom: 1px solid #eee;
}

.comment--items ul ul li {
    border-bottom-width: 0;
}

.comment--item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.comment--item + .comment--item {
    padding-top: 30px;
}

.comment--items ul ul .comment--item {
    padding-top: 0;
}

.comment--item .img {
    float: left;
    margin-right: 20px;
}

.comment--item .content {
    overflow: hidden;
}

.comment--item .content .header {
    color: #999;
}

.comment--item .content .header .name {
    margin-bottom: 0;
    color: #222;
    font-weight: 600;
}

.comment--item .content .body {
    margin-top: 13px;
    padding: 12px 20px 13px;
    color: #999;
    background-color: #f9f9f9;
}

.comment--form {
    margin-top: 53px;
}

.comment--form .sub-title {
    margin: 22px 0 16px;
    color: #999;
}

.comment--form .form-group {
    margin-bottom: 30px;
}

.comment--form .form-control {
    height: 40px;
    padding: 9px 20px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.comment--form textarea.form-control {
    height: auto;
    min-height: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
}

/* 21.2. BLOG CONTENT */
.blog--content .pager {
    margin-top: 22px;
    text-align: right;
}

.blog--content .post--single .pager {
    margin-top: 0;
}

.blog--content .pager li + li {
    margin-left: 8px;
}

.post--item {
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post--item:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.post--item.post--single {
    margin-bottom: 0;
    border: 0;
}

.post--item.post--single .post--info {
    padding-left: 0;
    padding-right: 0;
}

.post--item.post--single .post--content {
    padding: 0;
}

.post--item.post--single .post--footer {
    padding: 8px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
}

.post--single .post--extra .pager li + li {
    margin-left: 30px;
}

/* 21.3. BLOG SIDEBAR */
.blog--sidebar .recent-posts--widget .nav li {
    border-color: #eee;
}

.blog--sidebar .recent-posts--widget .nav li .content .h6 {
    color: #555;
    font-weight: 500;
}

.blog--sidebar .social--widget {
    color: #999;
}

.blog--sidebar .social--widget li {
    margin-right: 25px;
}

.blog--sidebar .social--widget li a {
    font-size: 16px;
    line-height: 26px;
}

/*------------------------------------*\
    22. PRODUCTS SECTION
\*------------------------------------*/
/* 22.1. PRODUCT ITEM */
.product--item {
    margin-bottom: 60px;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}

.product--item:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.product--item-img {
    position: relative;
}

.product--item-img img {
    width: 100%;
}

.product--item-img-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product--item-img-info .btn-groups {
    font-size: 0;
    line-height: 0;
}

.product--item-img-info .btn-groups .btn {
    width: 35px;
    margin: 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 33px;
    border-color: #fff;
}

.product--item-img-info .btn-groups .btn:hover,
.product--item-img-info .btn-groups .btn:focus {
    color: #047B61;
    background-color: #fff;
}

.product--item-img-info .btn-groups .tooltip.top {
    margin-top: -8px;
}

.product--item-img-info .btn-groups .tooltip-inner {
    padding: 5px 20px;
    color: #047B61;
    background-color: #fff;
    border-radius: 20px;
}

.product--item-img-info .btn-groups .tooltip-arrow {
    border-top-color: #fff;
}

.product--item-info {
    padding: 14px 20px;
    text-align: center;
}

.product--item-info .h5 {
    margin-bottom: 7px;
}

.product--item-info .rating {
    float: left;
    color: #999;
}

.product--item-info .rating ul li {
    float: left;
}

.product--item-info .rating ul li + li {
    margin-left: 5px;
}

.product--item-info .price {
    float: right;
    color: #047B61;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.product--item-info .price p del {
    margin-right: 15px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

/*------------------------------------*\
    23. PRODUCTS SINGLE SECTION
\*------------------------------------*/
/* 23.1. PRODUCT SINGLE GALLERY */
.product--single-gallery .thumbnails {
    margin-top: 20px;
}

.product--single-gallery .thumbnails .owl-item a {
    display: block;
    position: relative;
    z-index: 0;
}

.product--single-gallery .thumbnails .owl-item a:before {
    content: " ";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    z-index: 1;
}

.product--single-gallery .thumbnails .owl-item a.active:before {
    border-color: #047B61;
}

/* 23.2. PRODUCT SINGLE SUMMERY */
.product--single-summery .title {
    margin-top: -6px;
}

.product--single-summery .title .h4 {
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.product--single-summery .title .btn-group {
    float: right;
    margin-top: 1px;
    color: #999;
    font-size: 0;
    line-height: 0;
}

.product--single-summery .title .btn-group a {
    font-size: 16px;
    line-height: 26px;
}

.product--single-summery .title .btn-group a .fa-th-large {
    margin: 0 30px;
}

.product--single-summery .title .btn-group a[aria-describedby] {
    color: #047B61;
}

.product--single-summery .title .btn-group .tooltip-inner {
    padding: 7px 30px;
    color: #fff;
    background-color: #047B61;
    border-radius: 15px;
}

.product--single-summery .title .btn-group .tooltip .tooltip-arrow {
    border-top-color: #047B61;
}

.product--single-summery .title + .sub-title {
    margin-top: 17px;
}

.product--single-summery .sub-title {
    color: #999;
    font-size: 0;
    line-height: 0;
}

.product--single-summery .sub-title .rating {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product--single-summery .sub-title .rating li,
.product--single-summery .sub-title a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.product--single-summery .sub-title .rating li + li {
    margin-left: 6px;
}

.product--single-summery .sub-title .rating + a {
    margin-left: 20px;
}

.product--single-summery .in-stock {
    margin-top: 16px;
    margin-bottom: 15px;
    color: #047B61;
}

.product--single-summery .description {
    margin-bottom: 10px;
}

.product--single-summery .meta {
    color: #999;
}

.product--single-summery .meta strong {
    color: #222;
    font-weight: normal;
}

.product--single-summery .meta del {
    margin-right: 10px;
    color: #555;
}

.product--single-summery .meta del + strong {
    font-size: 16px;
}

.product--single-summery .actions .quantity {
    margin-right: 10px;
    margin-bottom: 13px;
    color: #222;
}

.product--single-summery .actions .quantity p {
    float: left;
    margin: 3px 0 0;
}

.product--single-summery .actions .quantity .ui-spinner {
    float: left;
    margin-left: 12px;
    border-color: #eee;
    border-radius: 15px;
    text-align: center;
}

.product--single-summery .actions .quantity .ui-spinner-input {
    width: 70px;
    margin: 0;
    padding: 3px 15px;
    outline: 0;
}

.product--single-summery .actions .quantity .ui-spinner-button {
    width: 25px;
    color: #999;
    background-color: #eee;
    cursor: pointer;
}

.product--single-summery .actions .quantity .ui-spinner-button:active:before {
    color: #047B61;
}

.product--single-summery .actions .quantity .ui-spinner-button:before {
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}

.product--single-summery .actions .quantity .ui-spinner-up:before {
    content: "\f0d8";
}

.product--single-summery .actions .quantity .ui-spinner-down:before {
    content: "\f0d7";
    vertical-align: top;
}

.product--single-summery .actions .buttons {
    margin-bottom: 13px;
    font-size: 0;
    line-height: 0;
}

.product--single-summery .actions .buttons .btn {
    margin-right: 10px;
    padding: 4px 0px;
}

.product--single-summery .actions .buttons .btn.active {
    padding-left: 30px;
    padding-right: 30px;
}

.product--single-summery .actions .buttons .btn:not(.active) {
    width: 30px;
    color: #999;
    border-color: #eee;
}

.product--single-summery .actions .buttons .btn:not(.active):hover,
.product--single-summery .actions .buttons .btn:not(.active):focus {
    color: #fff;
    border-color: #047B61;
}

.product--single-summery .social--widget {
    color: #999;
}

.product--single-summery .social--widget span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
}

.product--single-summery .social--widget li {
    margin-right: 24px;
}

.product--single-summery .social--widget li:first-child {
    margin-right: 19px;
}

.product--single-summery .tags--widget {
    margin-top: 14px;
}

.product--single-summery .tags--widget + .tags--widget {
    margin-top: 11px;
}

.product--single-summery .tags--widget li span {
    margin-right: 9px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
}

.product--single-summery .tags--widget li a {
    text-decoration: none;
}

.product--single-summery .tags--widget li a:after {
    content: ",";
}

.product--single-summery .tags--widget li:last-child a:after {
    content: " ";
}

.product--details-tab-nav {
    margin-bottom: 18px;
    color: #222;
    font-size: 18px;
    line-height: 28px;
}

.product--details-tab-nav li {
    float: left;
    margin-bottom: 10px;
}

.product--details-tab-nav .nav > li > a {
    padding: 0 0 3px;
}

.product--details-tab-nav .nav > li.active > a {
    color: #047B61;
}

.product--details-tab-nav .nav > li > a:after {
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
    color: #999;
}

.product--details-tab-nav .nav > li:last-child > a:after {
    display: none;
}

.product--details-tab-nav .nav > li > a:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: transparent;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.product--details-tab-nav .nav > li.active > a:before {
    background-color: #047B61;
}

.product--details-item table {
    width: 100%;
}

.product--details-item table tr th,
.product--details-item table tr td {
    padding-top: 14px;
    padding-bottom: 6px;
}

.product--details-item table tr th {
    color: #222;
    border-bottom: 1px solid #eee;
    font-family: "Arsenal", sans-serif;
    font-weight: normal;
}

.product--details-item table tr td {
    color: #999;
    border-bottom: 1px solid #eee;
}

.product--details-item .sub-title {
    color: #222;
}

.product--details-item p + .sub-title {
    margin: 30px 0 23px;
}

.review--item {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.review--item + .review--item {
    padding-top: 30px;
}

.review--item .img {
    float: left;
    margin-right: 20px;
}

.review--item .content {
    overflow: hidden;
}

.review--item .content .header .name {
    margin-bottom: 0;
    color: #222;
    font-weight: 600;
}

.review--item .content .header .date {
    color: #999;
}

.review--item .content .header .rating {
    color: #999;
    font-size: 0;
    line-height: 0;
}

.review--item .content .header .rating .fa {
    font-size: 14px;
    line-height: 24px;
}

.review--item .content .header .rating .fa + .fa {
    margin-left: 8px;
}

.review--item .content .body {
    margin-top: 13px;
    padding: 12px 20px 13px;
    color: #999;
    background-color: #f9f9f9;
}

.product--details-item .title {
    position: relative;
    margin: 23px 0 0;
    padding-bottom: 3px;
    font-weight: normal;
}

.product--details-item .title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.review--form .rating {
    margin: 22px 0 14px;
}

.review--form .rating label {
    color: #222;
    font-weight: normal;
    margin-bottom: 0;
}

.review--form .rating .br-wrapper {
    display: inline-block;
    margin-left: 14px;
}

.review--form .rating .br-widget a {
    margin-right: 9px;
}

.review--form .rating .br-widget a:last-child {
    margin-right: 0;
}

.review--form .rating .br-widget a:after {
    color: #999;
    font-size: 14px;
    -webkit-transition: color .25s;
    transition: color .25s;
}
.review--form .rating .br-widget a.br-selected:after {
    color: #047B61;
}

.review--form .rating .br-widget a[data-rating-value="0"] {
    display: none;
}

.review--form .form-group {
    margin-bottom: 30px;
}

.review--form .form-control {
    height: 40px;
    padding: 9px 20px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.review--form textarea.form-control {
    height: auto;
    min-height: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.related-products-title {
    position: relative;
    margin: 0 0 60px;
    padding-bottom: 3px;
    font-weight: normal;
}

.related-products-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

/*------------------------------------*\
    24. CART SECTION
\*------------------------------------*/
.cart--items .table thead tr th {
    padding: 15px 15px 17px;
    color: #222;
    background-color: #eee;
    border: 0;
    font-family: "Arsenal", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
}

.cart--items .table tbody tr td {
    padding: 15px;
    border: 0;
    background-color: #f9f9f9;
    text-align: center;
    vertical-align: middle;
}

.cart--items .table tbody tr:nth-child(2n) td {
    background-color: #f4f4f4;
}

.cart--items .table tbody tr td img {
    border: 1px solid #eee;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
}

.cart--items .table tbody tr:hover td img {
    border-color: #047B61;
}

.cart--items .table tbody tr td .remove {
    display: block;
    width: 20px;
    margin: 0 auto;
    padding-left: 1px;
    color: #999;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

.cart--items .table tbody tr td .remove:hover {
    color: #fff;
    background-color: #047B61;
    border-color: #047B61;
}

.cart--items .table tbody tr td .quantity .ui-spinner {
    margin-left: 12px;
    background-color: transparent;
    border-color: #eee;
    border-radius: 15px;
    text-align: center;
}

.cart--items .table tbody tr td .quantity .ui-spinner-input {
    width: 70px;
    margin: 0;
    padding: 3px 15px;
    outline: 0;
}

.cart--items .table tbody tr td .quantity .ui-spinner-button {
    width: 25px;
    color: #999;
    background-color: #eee;
    cursor: pointer;
}

.cart--items .table tbody tr td .quantity .ui-spinner-button:active:before {
    color: #047B61;
}

.cart--items .table tbody tr td .quantity .ui-spinner-button:before {
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}

.cart--items .table tbody tr td .quantity .ui-spinner-up:before {
    content: "\f0d8";
}

.cart--items .table tbody tr td .quantity .ui-spinner-down:before {
    content: "\f0d7";
    vertical-align: top;
}

.cart--items .action {
    margin-top: 30px;
    text-align: right;
}

.cart--title {
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 7px;
    font-weight: normal;
}

.cart--title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.cart--coupon,
.cart--total {
    margin-top: 23px;
}

.cart--coupon .sub-title {
    margin-bottom: 26px;
}

.cart--coupon .input-group .form-control {
    height: 40px;
    padding: 9px 15px 9px 30px;
    border-color: #047B61;
    border-radius: 20px 0 0 20px;
    box-shadow: none;
    text-overflow: ellipsis;
    outline: 0;
}

.cart--total .table tr td {
    padding: 4px 0 8px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.cart--total .table tr td + td {
    text-align: right;
}

.cart--total .table tr + tr td {
    padding-top: 14px;
}

.cart--total .table tr:last-child td {
    padding-bottom: 5px;
    color: #047B61;
    border-bottom: 0;
}

/*------------------------------------*\
    25. CHECKOUT SECTION
\*------------------------------------*/
.checkout--info > p {
    margin-bottom: 0;
    padding: 10px 20px 13px;
    background: linear-gradient(to bottom, #F1F1F1, #FFFFFF);
    border-top: 1px solid #047B61;
    font-size: 18px;
    line-height: 28px;
}

.checkout--info:hover > p {
    background: linear-gradient(to bottom, #DDDDDD, #FFFFFF);
}

.checkout--info > p a {
    color: #047B61;
}

.checkout--info + .checkout--info {
    margin-top: 10px;
}

.checkout--info-form {
    display: none;
    padding: 5px 30px 15px;
    color: #656565;
    line-height: 1.45em;
}

.checkout--info-form > p {
    margin: 5px 10px 5px 15px;
}

.checkout--info-form > p i {
    margin: 0 10px;
    width: 20px;
    text-align: center;
    color: #06C69C;
}

.checkout--info-form .form-group {
    margin: 21px 0 0;
}

.checkout--info-form .form-group label {
    margin-bottom: 3px;
    color: #555;
    font-weight: 600;
}

.checkout--info-form .form-group label span {
    color: #ff0000;
}

.checkout--info-form .form-group input {
    height: 40px;
    padding: 9px 20px;
    color: #222;
    border-color: #eee;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
}

.checkout--info-form .submit-btn-group {
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}

.checkout--info-form .submit-btn-group .checkbox {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}

.checkout--info-form .submit-btn-group .checkbox input {
    display: none;
}

.checkout--info-form .submit-btn-group .checkbox label {
    padding-top: 0;
}

.checkout--info-form .submit-btn-group .checkbox label span:before,
.checkout--info-form .submit-btn-group .checkbox label input + span:after {
    content: " ";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.checkout--info-form .submit-btn-group .checkbox label span:before {
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border: 1px solid #eee;
}

.checkout--info-form .submit-btn-group .checkbox label input + span:after {
    left: 3px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background-color: transparent;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.checkout--info-form .submit-btn-group .checkbox label input:checked + span:after {
    background-color: #000;
}

.checkout--info-form .help-block {
    margin-top: 23px;
    color: #999;
}

.checkout--info-form .help-block a {
    text-decoration: underline;
}

.checkout--info-form .input-group {
    margin-top: 7px;
    margin-bottom: 4px;
}

.checkout--info-form .input-group .form-control {
    height: 40px;
    padding: 9px 20px;
    color: #222;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    border-radius: 20px;
    box-shadow: none;
    outline: 0;
}

.checkout--info-form .input-group-btn .btn {
    margin-left: 20px;
    border-radius: 20px;
}

.checkout--form {
    margin-top: 54px;
}

.checkout--form-title {
    position: relative;
    margin: 0 0 12px;
    padding-bottom: 12px;
    font-weight: normal;
}

.checkout--form-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.checkout--billing-info {
    margin-bottom: 60px;
}

.checkout--billing-info .form-group {
    margin-top: 22px;
    margin-bottom: 0;
}

.checkout--billing-info .form-group label {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
}

.checkout--billing-info .form-group label + label {
    margin-top: 20px;
}

.checkout--billing-info .form-group label span {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.checkout--billing-info .form-group label span em {
    color: #ff0000;
    font-style: normal;
}

.checkout--billing-info .form-group .form-control {
    height: 40px;
    padding: 8px 20px 10px;
    color: #222;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
}

.checkout--billing-info .form-group textarea.form-control {
    height: auto;
    min-height: 100px;
}

.checkout--billing-info .checkbox {
    margin-top: 25px;
}

.checkout--billing-info .checkbox input {
    margin-top: 6px;
}

.checkout--billing-info .checkbox .form-group {
    margin-top: 16px;
}

.checkout--billing-info .checkbox .form-group label {
    margin-top: 15px;
    padding-left: 0;
    color: #555;
    font-family: "Arsenal", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.checkout--billing-info .checkbox.h4 {
    margin: 50px 0 0;
}

.checkout--billing-info .checkbox.h4 label {
    font-weight: normal;
}

.checkout--billing-info .checkbox.h4 input {
    margin-top: 7px;
}

.checkout--order-info {
    margin-bottom: 60px;
}

.checkout--order-info .table {
    margin-top: 30px;
    margin-bottom: 0;
}

.checkout--order-info .table thead tr th {
    padding: 3px 0 3px;
    border-width: 0 0 1px;
    border-color: #eee;
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.checkout--order-info .table thead tr th + th {
    text-align: right;
}

.checkout--order-info .table tbody tr td {
    padding: 9px 20px 10px;
    border-color: #eee;
}

.checkout--order-info .table tbody tr td + td {
    text-align: right;
}

.checkout--order-info .panel-group {
    margin-top: 49px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.checkout--order-info .panel {
    box-shadow: none;
}

.checkout--order-info .panel + .panel {
    margin-top: 0;
}

.checkout--order-info .panel-group .panel-heading {
    padding: 0;
}

.checkout--order-info .panel-title label {
    cursor: pointer;
}

.checkout--order-info .panel + .panel .panel-title label {
    margin-bottom: 1px;
}

.checkout--order-info .panel-title input {
    display: none;
}

.checkout--order-info .panel-title span {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #222;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.checkout--order-info .panel-title span:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #eee;
    border-radius: 50%;
}

.checkout--order-info .panel-title span:after {
    content: " ";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.checkout--order-info .panel-title input:checked + span:after {
    background-color: #000;
}

.checkout--order-info .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.checkout--order-info .panel-body {
    padding: 20px 0 0;
    color: #999;
}

.checkout--order-info .panel-body blockquote {
    position: relative;
    margin-bottom: 0;
    padding: 12px 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 26px;
    z-index: 0;
}

.checkout--order-info .panel-body blockquote:before,
.checkout--order-info .panel-body blockquote:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

.checkout--order-info .panel-body blockquote:before {
    top: -27px;
    left: 16px;
    border-width: 14px 9px;
    border-bottom-color: #f9f9f9;
    z-index: 1;
}

.checkout--order-info .panel-body blockquote:after {
    top: -30px;
    left: 15px;
    border-width: 15px 10px;
    border-bottom-color: #eee;
    z-index: 0;
}

/*------------------------------------*\
    26. CONTACT SECTION
\*------------------------------------*/
.contact--title {
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 8px;
    font-weight: 700;
    color: #047B61;
}

.contact--title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 1px;
    background-color: #CCCCCC;
}

.contact--content p {
    margin-bottom: 20px;
}

.contact--content p:last-child {
    margin-bottom: 0;
}

.contact--content ul {
    margin: 0 40px 0 20px;
    padding: 0;
    list-style: none;
}

.contact--content ul li {
    padding-left: 16px;
    line-height: 20px;
}

.contact--content ul li::before {
    color: #06C69C;
    position: absolute;
    left: 20px;
    width: 25px;
    font-family: "FontAwesome", sans-serif;
    text-align: center;
}

.contact--content ul li + li {
    margin-top: 13px;
}

.contact--content ul li p span {
    display: block;
    color: #047B61;
    font-size: 0.75em;
}

.contact--map {
    min-height: 600px;
    border-top: 1px solid #DDDDDD;
}

.contact--form ::-webkit-input-placeholder { font-weight: lighter; }

.contact--form ::-moz-placeholder { font-weight: lighter; }

.contact--form :-ms-input-placeholder { font-weight: lighter; }

.contact--form :-moz-placeholder { font-weight: lighter; }

.contact--form form {
    margin-top: 30px;
    padding: 15px 30px 10px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact--form form:hover {
    border: 1px solid #DDDDDD;
}

.contact--form form p {
    font-size: 0.65em;
    color: #959595;
    line-height: 1.1em;
    padding-bottom: 5px;
}

.contact--form .status .alert {
    margin-top: 16px;
    margin-bottom: 18px;
    border-radius: 0;
}

.contact--form .form-group {
    margin-bottom: 15px;
}

.contact--form .form-control {
    height: 32px;
    margin-top: 4px;
    padding: 5px 0;
    color: #222;
    border-width: 0 0 1px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.contact--form textarea.form-control {
    height: auto;
    min-height: 135px;
}

.contact--form .btn {
    margin: 15px 0;
}

/*------------------------------------*\
    27. COMING SOON SECTION
\*------------------------------------*/
.coming-soon--section.bg--overlay:before {
    background-color: #000;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.coming-soon--section .title .h1 {
    margin-top: 16px;
    margin-bottom: 30px;
    font-weight: 300;
}

.coming-soon--section .sub-title {
    margin: 53px 0 52px;
    font-size: 18px;
    line-height: 28px;
}

.coming-soon--section ::-webkit-input-placeholder { color: #fff; }

.coming-soon--section ::-moz-placeholder { color: #fff; }

.coming-soon--section :-ms-input-placeholder { color: #fff; }

.coming-soon--section :-moz-placeholder { color: #fff; }

.coming-soon--section .subscribe--widget .social {
    display: inline-block;
    margin-top: 44px;
}

.coming-soon--section .copyright {
    margin-top: 9px;
    font-size: 16px;
    line-height: 26px;
}

.coming-soon--section .copyright a {
    font-weight: bold;
}

/*------------------------------------*\
    28. 404 SECTION
\*------------------------------------*/
.f0f--section.bg--overlay {
    color: #555;
}

.f0f--section.bg--overlay:before {
    background-color: #fff;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.f0f--section .title {
    text-transform: uppercase;
}

.f0f--section.bg--overlay .title {
    margin: 61px 0 33px;
    color: #222;
}

.f0f--section .sub-title {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
}

.f0f--section ::-webkit-input-placeholder { color: #555; }

.f0f--section ::-moz-placeholder { color: #555; }

.f0f--section :-ms-input-placeholder { color: #555; }

.f0f--section :-moz-placeholder { color: #555; }

.f0f--section .footer {
    margin-top: 51px;
    font-size: 0;
    line-height: 0;
}

.f0f--section .footer > a,
.f0f--section .footer > span {
    display: block;
    float: left;
    font-size: 24px;
    line-height: 34px;
}

.f0f--section .footer > a {
    margin-top: 2px;
    color: #047B61;
    border-bottom: 1px solid;
}

.f0f--section .footer > span {
    margin: 5px 20px 0;
    color: #222;
}

.f0f--section .footer .subscribe--widget {
    float: left;
    max-width: 300px;
}

/*------------------------------------*\
    29. CALL TO ACTION SECTION
\*------------------------------------*/
.cta--section {
    padding: 30px 0;
}

.cta--content {
    padding-left: 30px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #047B61;
    font-size: 16px;
    line-height: 26px;
}

.cta--btn {
    margin-top: 20px;
    margin-left: 32px;
}

/*------------------------------------*\
    30. FOOTER SECTION
\*------------------------------------*/
.footer--section {
    position: relative;
    overflow: hidden;
}

.footer--section .container.bg--overlay::before {
    display: block;
    left: auto;
    right: 100%;
    margin-right: -15px;
    background: #FFFFFF;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer--section .bg--color-theme.bg--overlay::before {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer--copyright-border {
    position: absolute;
    left: 0;
    width: 100%;
}

/* 30.1. FOOTER ABOUT */
.footer--about {
    margin: 35px 20px 30px 0;
}

.footer--about .logo {
    margin-bottom: 20px;
}

.footer--about .link {
    margin-top: 20px;
    color: #757575;
    padding-left: 10px;
}

.footer--about .link a {
    color: #151515;
    font-weight: 700;
    font-size: 1.25em;
}

.footer--about .link a:hover,
.footer--about .link a:focus {
    color: #047B61;
}

.footer--about .info .nav li:nth-child(odd) {
    margin: 10px 0 5px 10px;
    line-height: 1.0em;
    color: #047B61;
    font-weight: 700;
}

.footer--about .info .nav li:nth-child(even) {
    line-height: 1.4em;
    margin-left: 45px;
    color: #151515;
}

.footer--about .info .nav li i {
    margin-right: 10px;
    width: 15px;
    text-align: right;
}

.footer--about .info .nav > li::before {
    margin-right: 10px;
    font-family: 'FontAwesome';
}

.footer--about .info .nav > li > a {
    display: inline;
    padding: 0;
    color: #151515;
}

.footer--about .info .nav > li > a:hover,
.footer--about .info .nav > li > a:focus {
    color: #047B61;
}

.footer--about .info .nav > li > span {
    color: #222;
}

/* 30.2. FOOTER WIDGETS */
.footer--widgets {
    margin-left: 0;
    color: #ddd;
}

.footer--widget {
    padding: 5px 35px 5px;
}

.footer--widget .widget--title {
    color: inherit;
    padding: 0;
}

.footer--widget .social .widget--title {
    margin: 0 0 20px;
}

.footer--widget .widget--title .h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 3px;
    color: #151515;
    font-weight: 700;
}

.footer--widget .widget--title .h4:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 1px;
    background-color: #047B61;
}

.footer--widget .social {
    margin-top: 35px;
}

.footer--widget .social .h6 {
    color: #047B61;
    font-size: 14px;
    line-height: 2.0em;
    font-weight: 700;
}

.footer--widget .social .h6::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #047B61;
}

.footer--widget .social .nav {
    padding: 0 5px;
    color: #757575;
}

.footer--widget .nav {
    color: #757575;
    font-weight: 700;
}

.footer--widget .social .nav > li {
    float: left;
}

.footer--widget .social .nav > li + li {
    margin-left: 25px;
}

.footer--widget .social .nav > li > a {
    padding: 0;
}

/* 30.3. FOOTER COPYRIGHT */
.footer--copyright {
    color: #151515;
    border-top: 1px solid #CCCCCC;
    line-height: 1.0em;
}

.footer--copyright p.float--right, .footer--copyright p.float--left {
    line-height: 1.5em;
    font-size: 0.85em;
    padding: 8px 50px 0;
}

.footer--copyright p.float--left {
    font-weight: 700;
    color: #151515;
}

.footer--copyright p.float--right {
    color: #959595;
}

.footer--copyright a {
    color: #047B61;
}

/* ///////////////////////// BACK-TO-TOP BUTTON SETTING ///////////////////////// */

.back-to-top-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

body.isScrolling .back-to-top-btn {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.back-to-top-btn .btn {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    font-size: 15px;
    border-color: #A5A5A5;
    border-radius: 50%;
}