/*Fonts*/

@font-face {
    font-family: "centurygothic";
    src: url("../fonts/centurygothic.eot");
    src: url("../fonts/centurygothic.eot?#iefix") format("embedded-opentype"), url("../fonts/centurygothic.woff") format("woff"), url("../fonts/centurygothic.woff2") format("woff2"), url("../fonts/centurygothic.ttf") format("truetype"), url('../fonts/centurygothic.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: "centurygothic-bold";
    src: url("../fonts/centurygothic-bold.eot");
    src: url("../fonts/centurygothic-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/centurygothic-bold.woff") format("woff"), url("../fonts/centurygothic-bold.ttf") format("truetype"), url('../fonts/centurygothic-bold.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: "myriadpro-regular";
    src: url("../fonts/myriadpro-regular.eot");
    src: url("../fonts/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro-regular.woff") format("woff"), url("../fonts/myriadpro-regular.ttf") format("truetype"), url('../fonts/myriadpro-regular.svg') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: "olivier";
    src: url("../fonts/olivier.eot");
    src: url("../fonts/olivier.eot?#iefix") format("embedded-opentype"), url("../fonts/olivier.woff") format("woff"), url("../fonts/olivier.ttf") format("truetype"), url('../fonts/olivier.svg') format('svg');
    font-weight: normal;
}


/*Icon*/

.icon-search {
    display: inline-block;
    background: url("../images/icon-search.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 24px;
}

.icon-search-minus {
    display: inline-block;
    background: url("../images/icon-search-minus.png") no-repeat 0 0 transparent;
    width: 25px;
    height: 24px;
}

a.ss-button-facebook {
    background: #444999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

a.ss-button-facebook::before {
    content: "\f09a";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 25px;
    padding: 3px 7px;
}

a.ss-button-twitter {
    background: #00A0F1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

a.ss-button-twitter::before {
    content: "\f099";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 25px;
    padding: 2px 5px;
}

a.ss-button-googleplus {
    background: #E04006;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

a.ss-button-googleplus::before {
    content: "\f0d5";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 25px;
    padding: 2px 3px;
}

a.ss-button-pinterest {
    background: #DC0012;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}

a.ss-button-pinterest::before {
    content: "\f0d2";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 25px;
    padding: 2px 6px;
}

/*Style*/

a {
    color: #6F6F6F;
}

a:hover,
a:focus {
    color: #208400;
    text-decoration: none;
}

body {
    background: url('../images/bg.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "myriadpro-regular";
}

.br-line {
    background: url("../images/br.png") no-repeat 0 0 transparent;
    width: 2px;
    height: 918px;
    display: inline-block;
}

.btn-green {
    background-color: #96DE68;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #5FC11F;
    color: #fff;
}

.container {
    padding-right: 70px;
    padding-left: 70px;
}

.form-control {
    border-radius: 0;
    font-family: "centurygothic";
}

span.roll {
    background: center center no-repeat #208400;
    position: absolute;
    text-align: center;
    line-height: 153px;
    z-index: 10;
}

.roll:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 40px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 95px;
}

.social-list {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social-list > li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.social-list > li > a {
    background: rgb(203, 203, 203) none repeat scroll 0% 0%;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 30px;
    padding: 7px;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.social-list > li:first-child > a:hover,
.social-list > li:first-child > a:focus {
    background: #54ABEE;
}

.social-list > li:nth-child(2) > a:hover,
.social-list > li:nth-child(2) > a:focus {
    background: #D63686;
}

.social-list > li:last-child > a:hover,
.social-list > li:last-child > a:focus {
    background: #3C5A98;
}


/*Header*/

.logo-header {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.logo-header > .navbar-brand {
    float: none;
    height: auto;
    display: inline-block;
}

.nav > li > a {
    padding: 7px;
}

.navbar {
    background: #fff;
    margin-bottom: 0;
    min-height: auto;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #002E00;
    position: relative;
}

.navbar::before {
    background: url("../images/bg-top.png") no-repeat 0 0 transparent;
    width: 143px;
    height: 145px;
    content: "";
    position: absolute;
    left: -40px;
    top: -80px;
}

.navbar-default .navbar-nav > li > a {
    color: #6F6F6F;
    text-transform: uppercase;
    font-size: 19.5px;
    font-family: "centurygothic";
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #6F6F6F;
    background-color: transparent;
    border-bottom: 5px solid #96DE68;
}

.navbar-default .navbar-nav > li:last-child > a:hover,
.navbar-default .navbar-nav > li:last-child > a:focus {
    border-bottom: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-form .btn {
    width: 100%;
}

.navbar-nav > li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
}

.navbar-nav > li::before {
    content: "";
    position: absolute;
    background: url("../images/br2.png") no-repeat 0 0 transparent;
    left: -10px;
    top: -20px;
    width: 3px;
    height: 60px;
}

.navbar-nav > li:first-child::before,
.navbar-nav > li:last-child::before {
    display: none;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    outline: 0;
}


/*Content*/

.article-detail {
    padding: 30px 10px;
}

.article-detail p {
    font-family: "centurygothic";
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}

.article-detail p:first-child::first-letter {
    font-size: 23px;
}

.article-link {
    text-transform: uppercase;
    padding: 20px 0;
}

.article-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.article-list > .article-desc {
    width: auto;
    margin-left: 240px;
}

.article-list > .article-desc h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "centurygothic";
}

.article-list > .article-desc p {
    font-family: "centurygothic";
    text-align: justify;
    font-size: 13px;
    line-height: 1.5;
}

.article-list > .article-desc p > a {
    font-family: "centurygothic-bold";
    display: block;
}

.article-list > .article-desc strong {
    font-family: 'centurygothic-bold';
    font-weight: normal;
    color: #6F6F6F;
    font-size: 13px;
    text-transform: capitalize;
}

.article-list > .article-img {
    width: 220px;
    height: 163px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 10px;
}

.article-list > .article-img img {
    width: 100%;
}

.article-list > .article-img span.roll {
    width: 220px;
    height: 163px;
}

.box {
    box-shadow: 0px 20px 50px rgb(0, 0, 0);
}

#commentform .btn {
    width: 100%;
}

.commentlist {
    list-style: none;
    padding-left: 0;
}

.content-article {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "centurygothic" !important;
}

.content-body {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    padding-bottom: 50px;
}

.content-body .carousel .carousel-indicators {
    position: static;
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}

.content-body .carousel .carousel-indicators li {
    background: #D6D6D6;
    width: 15px;
    height: 15px;
    margin: 0 2px;
}

.content-body .carousel .carousel-indicators .active {
    background-color: #A7A7A7;
    width: 15px;
    height: 15px;
}

.content-box {
    padding: 10px 0px;
    position: relative;
}

.content-box .br-line {
    position: absolute;
    right: -25px;
    top: 0;
}

.content-box > label {
    font-family: "olivier";
    text-transform: capitalize;
    color: rgb(145, 145, 145);
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.gallery-box {
    margin-bottom: 20px;
}

.gallery-box #gallery-16 {
    box-shadow: 0px 0px 15px #888;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.location-box {
    padding: 30px;
}

.location-box > label {
    font-size: 50px;
    text-transform: uppercase;

    font-weight: normal;
    color: rgb(93, 93, 93);
    font-family: "centurygothic";
}

.location-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.location-list > li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.location-list > li > .img-box {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.location-list > li > .img-box > span {
    display: inline-block;
    width: 100%;
}

.location-list > li > .desc-box {
    padding: 4px 20px;
    width: auto;
    margin-left: 104px;
}

.location-list > li > .desc-box > h3 {
    margin-bottom: 5px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-family: "centurygothic";
    font-size: 28px;
}

.location-list > li > .desc-box > p {
    font-size: 16px;
    font-family: "centurygothic";
}

.ngg_slideshow {
    box-shadow: 0px 0px 15px rgb(136, 136, 136);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    max-width: 100% !important;
    height: 217px;
}

.ngg_slideshow > .ngg-slideshow {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
    height: 100%;
}

.ngg-slideshow .ngg-gallery-slideshow-image {
    width: auto !important;
    height: auto !important;
}

.ngg-slideshow img {
    max-height: none !important;
}

#search-toggle i {
    position: relative;
    top: -2px;
}

.section-article {
    /*margin-top: 50px;*/
    position: relative;
}

.section-article label.top-article {
    text-transform: uppercase;
    font-size: 40px;
    color: #7C7C7C;
    font-family: "centurygothic";
    font-weight: normal;
}

.section-article > .br-line {
    position: absolute;
    top: 0;
    right: -20px;
}

.section-article .desc-box {
    padding-left: 50px;
    font-family: "centurygothic";
    padding-right: 35px;
}

.section-article .img-box {
    position: relative;
    left: -30px;
    width: 550px;
    height: 253px;
    overflow: hidden;
}

.section-article .img-box > img {
    width: 120%;
}

.section-article .section-body {
    padding: 20px 0;
}

.section-article .section-body p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 13px;
}

.section-article .section-footer {
    border-top: 1px solid #9B9B9B;
    padding: 10px 5px;
}

.section-article .section-footer a {
    font-family: 'centurygothic-bold';
    font-weight: normal;
    font-size: 13px;
}

.section-article .section-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #46CC3D;
    padding-bottom: 10px;
}

.section-article .section-header > h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 5px;
}

.section-article .section-header strong {
    font-size: 12px;
    font-family: "centurygothic-bold";
    font-weight: normal;
    color: #5D5D5D;
}

.section-article .section-header span {
    display: block;
    font-size: 11px;
}

.section-article .section-header .social-shares {
    text-align: right;
}

.section-article .service-box > h2 {
    text-transform: capitalize;
    font-size: 25px;
}

.section-article .service-box > .img-box {
    position: relative;
    width: 278px;
}

.section-article .service-box > .img-box > p {
    text-align: right;
    font-size: 12px;
}

.section-article .service-box > .img-box > .imgs {
    width: 278px;
    height: 243px;
    overflow: hidden;
}

.section-single .img-box {
    left: 0;
    text-align: center;
    width: 100%;
    height: auto;
    /*margin-bottom: 20px;*/
}

.section-single .section-body {
    text-align: center;
}

.section-single .section-body .social-sharing {
    text-align: right;
    display: inline;
}

.section-single .section-header {
    text-align: center;
}

.sidebar-box {
    margin-top: 30px;
}



.sidebar-box .article-list > .article-img {
    /*width: 156px;*/
    height: 105px;
    margin-top: 0;
}

.sidebar-box .article-list > .article-img span.roll {
    width: 156px;
    height: 105px;
    line-height: 100px;
}

.sidebar-box .roll::before {
    left: 60px;
}

.sidebar-box .content-box > label {
    text-align: left;
    font-size: 35px;
}

.thumbnail-box {
    position: relative;
    margin-left: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.thumbnail-box > .big-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
}

.thumbnail-box > .big-thumb > span {
    width: 75%;
    height: 312px;
    overflow: hidden;
    float: left;
}

.thumbnail-box > .big-thumb > span > img {
    width: 120%;
}

.thumbnail-box > .big-thumb > strong {
    width: 25%;
    float: left;
    background: rgb(155, 155, 155) none repeat scroll 0% 0%;
    color: rgb(217, 217, 217);
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
    font-family: "centurygothic";
    line-height: 0.9;
    padding: 15px 0;
    margin-top: 75px;
}

.thumbnail-box > .big-thumb > strong > small {
    font-size: 25px;
}

.thumbnail-box > .big-thumb > strong > big {
    font-size: 65px;
}

.thumbnail-box > .small-thumb {
    margin-top: -8px;
}

.thumbnail-box > .small-thumb > strong {
    width: 100%;
    text-align: right;
    display: inline-block;
    padding-right: 200px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    top: -10px;
    position: relative;
}

.thumbnail-box > .small-thumb > .thumb-list {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    text-align: right;
    width: 100%;
    padding-right: 30px;
}

.thumbnail-box > .small-thumb > .thumb-list > li {
    display: inline-block;
    margin-left: -3px;
}

.thumbnail-box > .small-thumb > .thumb-list > li > a {
    width: 130px;
    height: 94px;
    overflow: hidden;
    display: inline-block;
}

.thumbnail-box > .small-thumb > .thumb-list > li > a > img {
    width: 100%;
}

.thumbnail-box > .small-thumb > .thumb-list > li.active > a > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/*Contact*/

.contact-box {
    width: 100%;
    display: inline-block;
}
.contact-box .desc-box {
    float: left;
    width: 40%;
    padding: 0;
    margin-left: -20px;
    /*margin-top: 28px;*/
}
.contact-box .desc-box > h1 {
    color: #8C8C8C;
    text-transform: uppercase;
    border-bottom: 1px solid #B1B6B5;
    font-size: 30px;
    padding-left: 25px;
}
.contact-box .desc-box > address,
.contact-box .desc-box > p {
    margin-bottom: 10px;
    font-size: 17px;
    color: #8C8C8C;
    padding-left: 25px;
}
.contact-box .img-box {
    width: 60%;
    float: left;
}
.contact-box .img-box > img {
    width: 100%;
}
.contact-us .contact-desc {
    padding: 10px 20px;
}

.contact-us .contact-box {
    position: relative;
    padding: 10px 20px;
}

.contact-us .contact-box .br-line {
    position: absolute;
    top: -100px;
    right: -20px;
    height: 120%;
}

.contact-us .contact-box .btn {
    width: 100%;
}

.contact-us .contact-box .form-group {
    display: inline-block;
    width: 100%;
}

.contact-us .contact-box label {
    font-family: "centurygothic-bold";
    font-weight: normal;
    color: #919191;
}

.contact-us h2 {
    font-family: "olivier";
    text-transform: capitalize;
    color: rgb(145, 145, 145);
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.contact-us h4 {
    font-family: "olivier";
    text-transform: capitalize;
    color: rgb(145, 145, 145);
    font-size: 25px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.map-box {
    background: #E5E3DF;
    height: 400px;
    margin: 20px 0 30px 0;
    width: 100%;
}

/*About*/

.about-desc {
    padding: 0 200px 50px 100px;
}

.about-desc > b {
    color: #707070;
    text-align: justify;
    font-family: "centurygothic-bold";
    font-size: 13px;
    margin-bottom: 20px;
}

.about-desc > h2 {
    font-family: "centurygothic";
    text-transform: uppercase;
    color: #707070;
    font-weight: bold;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.about-desc > p {
    color: #707070;
    text-align: justify;
    font-family: "centurygothic";
    font-size: 13px;
    margin-bottom: 20px;
}

.about-desc > p > b {
    font-family: "centurygothic-bold";
}

.about-desc > ol {
    padding-left: 15px;
}

.about-desc > ol > li {
    color: #707070;
    text-align: justify;
    font-family: "centurygothic-bold";
    font-size: 14px;
}

.about-nav {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: -30px;
}

.about-nav > li {
    display: inline-block;
    position: relative;
}

.about-nav > li::after {
    content: "";
    position: absolute;
    background: url("../images/br3.png") no-repeat 0 0 transparent;
    width: 1px;
    height: 39px;
    top: 15px;
    right: 0;
}

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

.about-nav > li > a {
    outline: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "centurygothic";
    color: #AAABAB;
    line-height: 1;
    display: inline-block;
padding:20px 35px 20px 10px;
    /*padding: 20px 50px 20px 20px;*/

}

.about-nav > .active > a,
.about-nav > li > a:hover,
.about-nav > li > a:focus {
    color: #5FB15F;
    font-weight:bold;
}

.img-box-sp {
    margin-left: -30px;
}

.img-box-sp > .img-span {
    display: inline-block;
    position: relative;
}

.img-box-sp > .img-span > span > strong,
.img-box-sp > .img-span > div > strong {
    position: absolute;
    right: 0;
    top: 90px;
    background: rgba(127, 51, 0, 0.8);
    color: #fff;
    width: 330px;
    min-height: 170px;
    font-family: "centurygothic";
    padding: 20px;
    font-weight: normal;
}

.img-box-sp > .img-span > span > strong > big,
.img-box-sp > .img-span > div > strong > big {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.img-box-sp > .img-span > span > strong > big > i,
.img-box-sp > .img-span > div > strong > big > i {
    font-style: normal;
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.img-box-sp > .img-span > strong,
.img-box-sp > .img-span > p > strong {
    text-transform: uppercase;
    font-family: "centurygothic";
    color: #FFFFFF;
    line-height: 1;
    display: inline-block;
    background: #96DE68;
    position: absolute;
    top: 90px;
    right: -130px;
    font-size: 30px;
    font-weight: normal;
    padding: 50px 50px 50px 20px;
    width: 160px;
    height: 170px;
}

.img-box-sp.img-specialist > .img-span > strong,
.img-box-sp.img-specialist > .img-span > p > strong {
    padding: 50px 50px 50px 10px;
    width: 170px;
}

.specialist-desc {
    margin-top: 90px;
    padding: 10px 0 10px 10px;
    font-family: "centurygothic";
    color: #8E8E8E;
}

.specialist-desc > h4 {
    border-bottom: 1px solid #BBBBBB;
    display: block;
    padding: 10px 0;
    font-size: 20px;
    margin-bottom: 20px;
}

.specialist-desc > h4.no-border {
    border-bottom: 0;
}

.specialist-desc > span {
    font-size: 20px;
}


/* Scalp & Hair */

.article-box > .section-header {
    margin-top: 35px;
}

.article-box > .section-body {
    padding-right: 100px;
}

.article-box > .section-body > p,
.article-box > .section-body > ul > li {
    color: #5F5F5F;
    font-family: "centurygothic";
}

.article-box > .section-body > .social-shares {
    border-top: 1px solid #949494;
    text-align: right;
    margin-top: 20px;
}

.navbar-sidebar {
    list-style: none;
    padding-left: 0;
    font-family: "centurygothic";
}

.navbar-sidebar > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.navbar-sidebar > li:last-child {
    display: none;
}

.navbar-sidebar > li.current_page_ancestor {
    font-family: "centurygothic-bold";
}

.navbar-sidebar > li.active > a {
    display: inline-block;
    width: 100%;
    background: #CAF09F;
    font-family: "centurygothic-bold";
    text-transform: capitalize;
    padding: 2px;
}

.navbar-sidebar > li > .dropdown-menu {
    width: 100%;
    position: static;
    padding: 0 0 0 20px;
    display: block !important;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.navbar-sidebar > li.current_page_ancestor > .dropdown-menu {
    display: block;
}

.navbar-sidebar > li > .dropdown-menu > li {
    margin-top: 5px;
}

.navbar-sidebar > li > .dropdown-menu > li > a {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 2px;
    color: #5D5D5D;
    padding-left: 20px;
    position: relative;
    white-space: initial;
}

.navbar-sidebar > li > .dropdown-menu > li > a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #FFF;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.navbar-sidebar > li > .dropdown-menu > li.active > a {
    background: #E6E6E6;
    font-family: "centurygothic-bold";
    color: #5D5D5D;
}

.sidebar-box {
    padding-right: 30px;
}

.sidebar-box > label,
.article-box > .section-header > h3 {
    color: #6F6F6F;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "centurygothic";
    font-weight: normal;
}

/*Footer*/

.footer {
    background: url("../images/bg2.jpg") no-repeat 0 0 transparent;
    text-align: center;
    padding-top: 40px;
    height: 76px;
    color: #003300;
}
@media(min-width:992px){
	.sidebar-box .article-list > .article-img {
		width: 156px;
	}
    .sidebar-box .article-list > .article-desc {
        margin-left: 156px;
        padding-left: 20px;
    }
}
