﻿@import url(https://fonts.googleapis.com/css?family=Lato);

html, body {
width:100%;

}
.g a, .g a:before, .g a:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
body {
    font-family: "Lato" sans-serif;
    padding-top: 67px;
    padding-bottom: 20px;
    text-rendering: optimizeLegibility;
  height:100%;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav ul, nav ol {
    padding: 0;
    margin: 0;
}

nav li {
    margin: 0 0 .5em;
}

a {
    outline: 0;
}
.topMenu {
    width: 100%;
    background-color: #fff;
    padding: 8px 36px;
    display: block;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    transition: 0.15s ease-in-out;
}

.topMenu .navDesk {
float:right !important;
color:#5C6A78;padding-right:0;

}
.dl-horizontal dt {
    white-space: normal;
}


input,
select,
textarea {
    max-width: 280px;
}



.navbar-header {
padding:10px 17px 10px 0;
}
.navDesk ul li {
    padding: 10px 0px 0px 27px;
}
    .navDesk ul li a {
        color: #7a7a7a;
        text-transform: uppercase;
        font-size: 12px;
        padding-right: 0;
        padding-left: 0;
    }
   
.navDesk ul li:last-child a {
    padding-right: 0 !important;
}
    .navDesk ul li a:hover {
        color: #7a7a7a;
        text-decoration: none;
        border-bottom: 1px solid #000;
        padding-bottom: 3px;
    }
    .navDesk ul li a:focus {
       
        text-decoration: none;
        
    }
ul#y li a.active {
    color: #000;
    
}
.brandLogo {
    font-size: 24px;
    font-weight: normal;
   outline:none;
    color:black;
    text-decoration:none;
}
.homeContent {
float:left;
display:block;
width:100%;
overflow:hidden;

}

#servicesHome {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 60px 0px;
    float: left;
}

    #servicesHome p {
        color: #7a7a7a;
        text-align: center;
    }
    #servicesHome a {
         color: #91b2d4;
        font-weight:700;
        font-size: 13px;
    }


    #servicesHome p a.read {
        color: #6c7c8c;
        padding-left: 11px;
       
        font-size: 13px;
        display: block;
        padding-top:15px;
    }
    #servicesHome p a.read:hover {
        text-decoration:none;
        color:#333;
    }
    #servicesHome p.preS {
        padding-top: .50em;
        line-height: 1.75em;
        font-size: 13px;
      
    }
    #servicesHome .tlink {
        margin-bottom: 27px;
        padding: 1em;      
        margin: 0 auto;
    }
    #servicesHome .tlink:hover {
        cursor:pointer;
    }
    #servicesHome img {
        width: 34px;
        margin:auto;
    }



.midContent {
    width: 100%;
    float: left;
    padding-top: 41px;
}
#banner {
    font-size: 18px;
    position: relative;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.3);
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.3);
    overflow: hidden;
    
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-animation: fadeIn 350ms 375ms cubic-bezier(.785, .135, .15, .86) both;
    animation: fadeIn 350ms 375ms cubic-bezier(.785, .135, .15, .86) both;
}
.banner-container {
    display: block;
    width: 100%;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.bfluid {
width:100%;
}
.heroWrap {
    display: block;
    -webkit-transition: none;
    transition: none;
}
.bg-blur {
    background-image:url('../Content/b3.png');
    position: absolute;
    width: 110%;
    height: 110%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
}

.slideWrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
    .slideWrap img {
        width: 100%;
        height: auto;
        max-width: 1400px;
    }
#tron-rn {
    position: absolute;
    bottom: 0;
    /*display: none;*/
    width: 100%;
    color: #fff;
    padding: 50px 0;
    /*background-color: rgba(237, 246, 252,0.25);*/
    font-size: 20px;
    font-family: proxima,serif;
    z-index: 9;
    text-align: center;
}
    #tron-rn a {
        border: none;
        padding-right: 93px; 
        background: rgba(70,130,180,0.9);      
        display: inline-block;
        transition: all .25s ease-in-out;
        width: 187px;
        height: auto;
        padding: 10px 0;
        font-family: 'OmnesRegularRoman', Helvetica, sans-serif;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;       
        letter-spacing: 1px;
display:none;
    }
        #tron-rn a:hover {
            background: rgb(92, 106, 120);
        }.tronHomeWrap {
            position: relative;
            float: left;
            background-color: #e5e8eb;
            padding-top: 0px !important;
            width: 100%;
            /*height: 630px;*/
            visibility: inherit;
            opacity: 1;
            transform: matrix(1, 0, 0, 1, 0, 0);
        }
#banner .tronHome {
    /*background-image: url('bg-dt.png');*/
    background-image: url('../Content/banner_2.png');
    opacity:.25;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}


footer {
    width: 100%;
    float: left;
    padding: 24px 0;
    color: #6c7c8c;
}



.cover_gal {
    display:none;
    overflow: visible;
    position: relative;   
    width: 100%;
    float: left;
}
.item-content div {
    text-align: center;

}
.item-content span {
    line-height: 1.2;
    text-align: center;
    color: #5c6a78;
    font-weight: 300;
    margin: 0;
    font-style: italic;
    text-transform: none;
    font-size: 2.288rem;
    font-family: "Sabon Italic";
    margin-bottom: 15px;
}

/*.item-content a {
    clear: both;
    font-size: 10px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    float: left;
}*/

/*.item-content a{
    background-color: rgba(0,0,0,.1);
}*/

/*.item-content a:hover, .gal_ a img:hover {
    background: rgba(0,0,0,.2);
    -webkit-transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
    transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
}*/

/*.item-content a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: ' ';
}*/
         /*.item-content a:hover {
            -webkit-transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
            transition: background-color .25s linear,border-color .25s linear,box-shadow .25s linear,color .25s linear,opacity .25s linear;
        }*/


/*.item-content div:hover {
    cursor: pointer;
}*/
    .contactHome .outerMap {
    float:left;width:100%;
    display:none;
    }

.callout-btn {
width:24%;
float:left;
}
.calloutbt-cover {
    padding: 0;
    float: left;
    text-align: center;
    width: 100%;
    display:none
        ;
}


.contactHome {
    padding: 50px 0;
    width: 100%;
    float: left;
    overflow: hidden;

}


.cpyr {

}
    .cpyr small {
        float: left;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: inherit;
       text-align:center;
        font-size:12px;
    }
.f {
    float: left;
    display: block;
    margin: 0 auto;
    padding: 20px;
}
ul.footer-social {
    float: left;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
    font-size: 0;
    list-style: none;
    text-align: center;
}
    ul.footer-social li {
        display: inline-block;
        margin: 0 5px;
        font-size: 13px;
    }
        ul.footer-social li a {
            width: 30px;
            height: 30px;
            padding-left: 10px;
            text-decoration: none;
            padding-right: 10px;
        }
        ul.footer-social li a:hover {
           
            text-decoration: none;
        }
            
            ul.footer-social li a i {
                color: #252525;
                font-size: 15px;
             
                margin-left: 0px;
            }
            ul.footer-social li a i:hover {
               cursor:pointer;
               color:#7a7a7a;
            }
.contactLite {
    display: none;
    float: right;
    width: 50%;
    right: 0;
    position: absolute;
    height: 100%;
    overflow: hidden;
   
    text-align: center;
    background: rgba(0,0,0,0.4);
    display: block;
    z-index: 1;
    padding: 40px 0;
    top: 0;
}

.litePhone p a {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #fff;
    padding-left: 7px;
}
.contactLite h2 {
  
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    line-height: 1.2;

    color: #fff;
    font-weight: 300;
    margin: 0;
   
    text-transform: none;
    font-size: 24px;
    font-family: "Sabon Italic";
    margin-bottom: 15px;
}
.lite-head {
    margin-bottom: 15px;
}
.lite-cont {
    margin-bottom: 25px;
    color: #fff;
}
.lite-botm a {
    background: rgba(255,255,255,0);
    color: white;
    text-transform: uppercase !important;
    vertical-align: middle;
    user-select: none;
    line-height: 1.2;    
    font-weight: 300;    
    border: 1px solid white;
    margin: 0px 0px 15px;
    font-size: 18px;

    font-size: 1em;
    padding:7px 10px;
    
}
    .lite-botm a:hover {
        background-color: rgba(255,255,255,.25);
        transition: color ease 0.3s;   cursor:pointer;
    text-decoration:none;
    }


.outer-map {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;

}
.litePhone span {
    color: white;
    font-size: 15px;
   
}
.topSection {
   
    background-color: #2f4e75;
    padding: 58px 15px;
    color:#000;
    display:none;
}
    .topSection h2 {
     
        text-align: left;
       font-size:2em;
       
        text-align: left;
        position: relative;
        letter-spacing: 2px;
        
    }
address span {
    color: rgb(0,32,92);
}
.calloutBt {
    width: 100%;
    text-align: center;
    padding: 64px 0 24px 0;
}
    .calloutBt a {
        border: none;
        font-size: 19px;
        letter-spacing: .47px;
        text-decoration: none;
        padding-right: 93px;
        color: gray;
        text-transform: uppercase;
        background: #3b3b86;
        text-align: center;
        color: white;
        display: inline-block;
        transition: all .25s ease-in-out;
        width: 199px;
        height: auto;
        padding: 11px 0;
        font-family: 'OmnesRegularRoman', Helvetica, sans-serif;
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        background: #286dc0;
        letter-spacing: 1px;

        
        padding: 9px 7px 8px 10px;
        margin-bottom: 60px;
       
       
        line-height: 20px;
        font-weight: 700;
    }
a.ff {
    position: relative;
    left: 0;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
        .calloutBt a:hover {
            color: white;
            background: rgba(70,130,180,0.9);
        }
.lang span {
    color: #64baa9;   

}


ul.lng {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
   
}
    ul.lng li {
        float: left;
        font-size: 12px;
    }
        ul.lng li a {
            color: #999;
            font-size: 11px;
        }

            ul.lng li a.active {
                color: #002f6d;
            }
    ul.lng li a:hover {
       cursor:pointer;
    }


article.abouts {
    padding: 50px 0;
}
    article.abouts p {
        color: #5C6A78;
      
        margin: 18px 0;
    }
    article.abouts h2 {
        font-size: 20px;
        font-weight: 400;
    }
section.about-head { 
    background-color: #ddd;
    background-image:url('../Content/about-top.png');
    background-repeat: no-repeat;
}
section.about-head span{
   color:white;
}

    section.about-head h2, section.about-head h3 {
        font-size: 2em;
        line-height: 1.4em;
        color: white;
    }
    section.about-head h2 {
        font-size: 2em;
        line-height: 1.4em;
        letter-spacing: 0.5px;
    }
 
    section.about-head, section.treatments-head {
            padding: 40px 0 8px 0;
        }
.treatments-head h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    color: #5C6A78;
}
.article_cap {
    width: 279px;
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.article_cap img{
    background-image: url('denemebasklik.png');
    width: 100%;
}

section.treatments-head {
    /*background-color: #f0f4f7;*/
    background-position: 100%;
    padding-bottom: 33px;
}
/*.sidea:after {
    content: "\e019";
    position: absolute;
    right: .5em;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: -.9em;
    font-size: 11px;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease-out,-webkit-transform 0.3s;
    -moz-transition: color 0.2s ease-out,-moz-transform 0.3s;
    -o-transition: color 0.2s ease-out,-o-transform 0.3s;
    transition: color 0.2s ease-out,transform 0.3s;
}*/
.treats-top {
    color: #ffffff;
    /*background-color: rgba(54,54,54,0.55);*/
    background-color: rgba(255,255,255,0.04);
    padding: 10px;
    position: absolute;
    z-index: 10;
    width: 100%;
    /*padding: 14px 60px;*/
}
ul.treatSide {
    display: block;
    width: 248px;
}
    ul.treatSide li {
        margin-bottom: 9px;
        /*border-bottom: solid 1px #E9E9E9;*/
    }
       
        ul.treatSide li a {
            font: 12px "AvenirLTPro-Roman",Helvetica,Arial,Verdana,Sans-serif;
            text-transform: uppercase;
            color: #5C6A78;
        }
        ul.treatSide li a:hover {
           cursor:pointer;
           color:#414141;
           text-decoration:underline;
        }

.treatment-side {
    width: 30%;
    float: left;
    padding: 58px 0px 44px 20px;
}
.treatment-article {
    width: 70%;
    float: left;
    margin: 0;
    padding: 24px 0 24px 0;
    color: #5C6A78;
}
    .treatment-article img {
        max-width: 100%;
        box-shadow:0 0 11px 0 rgba(0,0,0,0.1);
        /*border: 1px solid #ededed;*/
    }
    .treatment-article p {
        font-size: 1em;
        line-height: 1.75em;
        padding: 0 0 1.75em 0;
        font-weight: 300;
        color: #5C6A78;
    }
    .treatment-article h3 {
        color: #5C6A78;
        margin: 0;
        display: inline-block;
        font-size: 1.75em;
        line-height: 1.5;
        padding: 0 0 50px 0px;
    }
article h4 {
    color: #5C6A78;
}
.nav-crumps {
    list-style: none;
    padding: 0;
}
    .nav-crumps ol li a {
        color: #5C6A78;
    }
.treatments-head .nav-crumps span {
    color: #fff;
}
    .topSection .nav-crumps ol li a span,.topSection h2 {
        color: white !important;
    }
    .nav-crumps ol {
        margin-bottom: 0;
    }
        .nav-crumps ol li {
            margin-bottom: 0;
        }
        .nav-crumps ol li a:hover {
           cursor:pointer;
           text-decoration:underline;

        }
        .nav-crumps a,.nav-crumps li {
            display:inline-block;
        }
    .nav-crumps a {
        text-decoration: none;
    }
.nav-crumps li:first-child a:after {
    content: " /";
    display: inline-block;
    speech: none;
    color: #485a67;
    margin-left: 18px;
    font-size: 18px;
}


.hamburger-wrap a i{
    font-size: 20px;
    color: #a3a8ad;
    font-weight: inherit;
    cursor:pointer;
}
.hamburger-wrap {
    float: right;
    position: relative;
    right: 0;
    padding-right: 21px;
    padding-top: 32px;
    top: 0;
}

.hamburger-menu {
    right: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-overflow-scrolling: touch;
    -moz-transition: opacity 100ms linear 1ms;
    -o-transition: opacity 100ms linear 1ms;
    -webkit-transition: opacity 100ms linear;
    -webkit-transition-delay: 1ms;
    transition: opacity 100ms linear 1ms;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);



}

    .hamburger-menu nav.navMob {
        text-align: left;
        text-transform: uppercase;
        font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif;
        padding-top:10px;
       
    }
    .hamburger-menu nav.navMob ul {
        float: none;
    }
    .hamburger-menu nav.navMob ul li {
        width: 100%;
        text-align:center;
        max-width: none;      
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
            .hamburger-menu nav.navMob ul li a {
                padding: 1em;
                display: block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
ul#mob li a:after {
    transform: rotate(135deg);
    right: 12px;
    left: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-color: #999 !important;
}

.m-social {
    text-align: center;
    margin:22px 0;
}
.m-social a {
  padding:13px;
}
    .m-social a i {
        font-size: 14px;
        color: #29253f;
    }
    ul#mob span {
        position: relative;
        display: inline-block;text-transform:uppercase;
    }
.lng_div ul {
    float: right;
    padding-top: 5px;
}
.lng_div {
   
    display:block;
    float: left;
    width: 100%;
    max-height: 40px;
    overflow: hidden;
}


.underline {
text-decoration:underline;
}

.txtSrc {
    border: 1px solid #ddd;
    user-select: none;
    text-indent: 7px;
   padding:9px;
}
._src {
    float: right;
    display: inline-block;
    margin-right: 20px;

}
    ._src i {
        margin-left: -27px;
        color: #bbb;
        font-size: 14px;
    }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

h2.block-treats {display:none;
    line-height: 1.2;
    text-align: center;   
    color: #5c6a78;
    font-weight: 300;
    margin: 0;
    font-style: italic;
    text-transform: none;
    font-size: 2rem;
    font-family: "Sabon Italic";
    margin-bottom: 25px;
    display: block;
}


.tlink-wrap {
    overflow: visible;
    position: relative;
    margin: 0 auto;
    padding: 10px;   
    width: 100%;
    float: left;
}

section.home-footer {
display:none;
}

section.home-footer nav a {
    display: block;
    color: #5C6A78;
    margin-bottom: 7px;
    text-transform: uppercase;
    transition: color ease 0.3s;
}
section.home-footer .contact {
  text-align:right;
}

section.home-footer nav a:hover {
    cursor: pointer;
    color: #29253f;
    text-decoration: none;
}
section.home-footer .brand h2 {
margin-top:0;
font-size:24px;
color:#5C6A78;
}
    section.home-footer .contact a {
        font-size: 14px;
        padding-left: 30px;
        display: block;
        color: #5C6A78;
        margin-bottom: 7px;
        cursor: pointer;
        /*transition: color ease 0.3s;*/
    }
    section.home-footer .contact a:hover {       
       
        text-decoration:none;
    }
    section.home-footer .contact a:last-child {
       text-transform:uppercase;
    }

article.abouts figure {
    margin-bottom: 41px;
    text-align: center;
}
    article.abouts figure img {
        margin: 0 auto;
        max-width: 100%;
    }
article.abouts .detail_info {
     
    line-height: 25px;
}

.detail_info p {
    margin: 18px 0;
}
.detail_head {
    margin-bottom: 57px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 25px;
    text-align: center;
}
    .detail_head p:first-child {
        text-transform: none;
        font-size: 20px;
        color: #252525;
        font-weight: 600;
        font-family: "ff-more-web-pro";
    }
    .detail_head p {
        margin: 10px 0;
    }
.about_info_cover {
    width: 62.5%;
    margin: 0 auto;
}
.abouts_cover {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 86px;
    padding-left: 86px;
    background-color:#f9f9f9;
}
.info_wrapper {

}

.browse {
    margin: 47px 0 47px;
}
section.search-results {
    margin-bottom: 115px;
}
    section.search-results header {
        margin: 47px 0;
        text-align: center;
    }
    section.search-results h1.search-title {
        margin: 0;
        color: #999;
    }
.search-title span {
color:black;
}
.browse-input-wrap {
position:relative;
}
    .browse-input-wrap input.txtB {
        height: 73px;
        padding-right: 70px;
        font-size: 20px;
        line-height: 37px;
        text-overflow: ellipsis;
    }

.txtBbtn {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 69px;
    width: 69px;
    z-index: 2;
    padding: 0;
    border: none;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…dpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yMiAyNmwtNy05Ii8+PC9zdmc+);
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -webkit-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}



/*Gal*/

.galTop h2 {
    text-align: left;
    font-weight: 600;
    text-align: left;
    position: relative;
    letter-spacing: 0.25px;
    color: #5C6A78;

}
.galTop nav ol li a span {
    color: #7a7a7a;
}

.clear {
    clear: both;
}
a.fancybox-btn {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


section.galTop {
    width: 100%;
    float: left;
   

    background-color: white;
    padding: 20px 0;
    color: #000;
    
}

.gal-wrap {
    float: left;
    min-height: -webkit-calc(100vh - (150px + 90px + 50px));
    min-height: calc(100vh - (150px + 90px + 50px));
    background: #fbfbfb;
    width: 100%;
}
#videos {
overflow:hidden;
}
#videos,#fotos {
padding:50px 0;
}
    #fotos a img {
        width: 99%;
        max-height: 200px;
        margin: 1%;
    }
    #fotos a  {
        width: 24%;
        overflow: hidden;
        max-height: 200px;
        margin: 0.1%;
    }
    #fotos col-md-3:before {

    }

iframe {
    height: 237px;
    border: 1px solid #ddd;
}
.treat-filter-wrap {
    float: left;
}
    .treat-filter-wrap ul li a::selection {
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;

    }.filter-treat {
        z-index: 999;
        width: 100%;
        float: left;
        padding-top: 1.25em;
    }
    .filter-treat ul {
        display: table;
        padding: 14px 0;
        width: 100%;
        table-layout: fixed;
        /* background: #fbfbfb; */
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }
        .filter-treat ul li {
            width: auto !important;
            float: none;
            padding-left: 50px;
            border-right: 2px solid #fff;
        }
        .filter-treat ul li small {
            color: #002f6d;
            text-align: left;
            display: block;
            
            font-size: 14px;
            cursor: pointer;
            padding: 10px 20px;
        }
.filter-content {
}
.filter-cover {
    margin-bottom: 0;
    width: 100%;
    float: left;
    width: 100%;
}
.filter-btn {
   
    float: left;
    border: 1px solid #bac5c6;
    margin-left: 15px;
    bottom: -16px;
    width: 50px;
}
    .filter-btn:hover {
        cursor: pointer;
        border-color: #002f6d;
        background-color: #fdfdfd;
    }
    
    .filter-cover .filter-btn span {
        margin: 0 1px;
        font-size: 13px;
        display: block;
        width: 100%;
        border-radius: 5px;
        float: left;
        padding: 5px;
        background-image: url(icn/ar-down.png);
        background-repeat: no-repeat;
        background-size: 26px 15px;
        background-position-x: 345px;
        background-position-y: 17px;
        color: #aaa;
    }
    .filter-cover .filter-btn span:before, .filter-cover .filter-btn span:after {
        content: '';
    
        float: left;
        margin-right: 4px;
        top: 0;
        transition: left .2s,right .2s;
        height: 8px;
        width: 8px;
        background-color: #ddd;
        border-radius: 100px;
    }
     .filter-cover .filter-btn span.active {
    
}


.bsimg {
    width: 50%;
    margin-bottom:25px;
    
}


.wide-container {
width:1280px;
padding:0;
overflow:visible;
margin:auto;
}
    .wide-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .wide-container ul li{
     display:list-item;

    }

        .wide-container ul li a {
            font-weight: 300;
            display: block;
            text-decoration: none;
            -webkit-transition: color 0.2s;
            transition: color 0.2s;
            -o-transition: color 0.2s;
            -moz-transition: color 0.2s;
         
        }
        .wide-container ul li div.social-item-content {
            
            overflow:visible;
            width:100%;
        }
        .wide-container ul li img{
           height:auto;
           max-width:100%;
           border:0;
           display:block;
           background-size:cover;
        }

._item {
overflow:hidden;
position:relative;
background-color:rgb(242,242,243);
}
.wide-container ul li.heads {
    display: flex;
    align-items: flex-end;
   
    background: #f3f1ec;
}
.wide-containerul li.tails {
    background-size: cover;
}
.item-content {
overflow:visible;

}
.heads .item-content {
    width:100%;
    overflow:hidden;
}
.social-item-content.l {
    border: 30px solid transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

._item a:hover {
cursor:pointer;
}


article ol {
    list-style-type: disc;
    padding-left: 17px;
    margin:0;
}
article ol li {
   padding-bottom:10px;
   line-height:1.75em;
   font-weight:300;
}
article h5 {
    padding: 14px 0;
    color: #5C6A78;
    font-weight: 700;
    font-size: 1.3em;
}

::selection {
background:#2261b9;
color:#fff;
}



* {
margin:0;
padding:0;
}
#nav-icon {
    width: 24px;
    height: 24px;
    position: absolute;    
    top: 37px;
    right: 16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
       
        background: #002f6d;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
        top:0px;

    }
        #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
            top: 7px;
        }
        #nav-icon span:nth-child(4) {
            top: 14px;
        }
    #nav-icon.open span:nth-child(1) {
        top: 18px;
        width:0px;
        left:50%;
    }
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #nav-icon.open span:nth-child(4) {
       top:18px;
       width:0%;
       left:50%;
    }

.dn {
    display: none !important;
    max-height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    -moz-transition: max-height 0.15s ease-out;
    -ms-transition: max-height 0.15s ease-out;
    -o-transition: max-height 0.15s ease-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.db {
    display: block !important;
    height: auto;
    max-height: 400px;
    transition: all 0.5s ease-in-out;
   
}


.firststate {
   
}

.class {
   
}

/*.lng_div {
    float: left;
    width: 100%;
    height: 40px;
  
}*/

li.search {
position:static;
margin-left:10px;display:none;
}
    .search a {
        color: #5C6A78;
        font-size: 14px;
        padding: 10px 13px;
        position: relative;
        text-decoration:none;
    }

.navDesk ul li:last-child a {
margin-right:0;

}
a.search-icon {
    content:"\f002";

}

.hide {
display:none;
}
.show {
   display:block;
}
#frms form {
    display: block;
    margin-top: 0em;
    line-height: 23px;
}
.search-content {
    float:left;
    margin-right: 0;
    width: 100%;
    top: 132%;
    height: 40px;
    left: 0;
    right: 7%;
      z-index: 999;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background:pink;
  
}

input.search-input {
    width: 94%;
    border: none;
    outline: 0;
    padding: 15px 15px 8px 15px;
    border-bottom: 1px solid #eee;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease 0s;
    outline: none;
    max-width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 15px;
    line-height: inherit;
    margin:0;
    font:inherit;
    color:inherit;
}
.wrap-search {
    width: 100%;
    float: left;
    left: 0;
    margin-top: 32px;
    position: absolute;
    z-index: 9999;
}

a.searchSubmit {
    float: right;
    /*top: 17px;*/
    width: 6%;
    right: 0px;
    background: none;
    border: none;
    font-weight: normal;
    color: #cecece;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 10px 20px 10px 10px;
    background-color: white;
    padding: 15px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #f3f1f1;font-size:13px;
}
    a.searchSubmit:hover {
        color: #9e9e9e;
        cursor:pointer;
    }



figure.detail-page-fig {
    margin:45px 0;
}
figure {
margin:0;
}

/*.mob-src-wrap {
    display:none;
    padding: 2px 20px;
    right: 57px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}*/

    /*.mob-src-wrap .fa-search {
        color: #002f6d;
        font-size: 22px;        
    }*/
.fa-plus {
padding-left:7px;
}
.str {
    -webkit-text-stroke: .5px #fff;
}


.owl-carousel {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    z-index: 0 !important;
  
    background: white;
}

button.owl-prev, button.owl-next {
    font-size: 50px !important;
    color: #d8d8d8 !important;
    outline: none;
    background: none;
    border: none;
}
button.owl-prev {
    padding: 0 !important;
    font: inherit;
    left: -40px !important;
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.owl-next:hover ,button.owl-prev:hover{
color:#7a7a7a;
}
button.owl-next {
  
    padding: 0 !important;
    font: inherit;
    right: -40px !important;
    position: absolute !important;
    top: 50% !important;
}



.galeri-wrap {
    float: left;
    width: 100%;
    margin: auto;
    text-align: center;
}
    .galeri-wrap ul {
        padding: 0;
        margin: auto;
        padding-top: 50px;
        list-style: none;
        position: relative;
    }
        .galeri-wrap ul.nav-tabs li {
            display: inline-block;
            padding: 7px;
            margin:auto;
        }

            .galeri-wrap ul li a {
                padding: 10px;
                color: #5C6A78;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 600;
            }
        .galeri-wrap ul li.active a {
            color: #7a7a7a;
            border: none;
         
        }
        .galeri-wrap ul li a:hover {
            cursor: pointer;
            text-decoration: none;
            color:#7a7a7a;
            border: none !important;
           background-color:transparent !important;
        }
ul.nav-tabs {
    display: inline-block;
    border-bottom: none !important;
}
    ul.nav-tabs li a {
    border-radius:0;
    border:none;
    }
.galeri-wrap ul li.active a, .galeri-wrap ul li.active a:focus {
    text-decoration:none;
    border:0;
    background-color:transparent;
}
.galeri-wrap ul li.active a:after {
    content: "";
    width: 37px;
    height: 0;
    border-bottom: 2px solid #cdcdcb;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border: none;
}


._left {
    position: relative;
}
._right {
    position: relative;
}

._left, ._right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contactleft {
    padding-bottom: 0;
    padding-right: 50px;
    width: 100%;
    padding-left: 50px;
}


ol.t-sub-list {
    margin:0;
    padding:0;
    list-style-type: upper-roman;
}
ol.t-sub-list li{
}
ol li b {
    color: #5C6A78;
}

/*Menu treats*/
.window-container {
    width: 48%;
    display: block;
     /*height: 400px;*/ 
    /*background: #dadfe2;*/
    margin: 0 auto;
    height:48px;
}
.valign:hover {
cursor:pointer;
}
.window-container .helper-text {
    display: block;
    padding: 15px 55px;
    color: #5C6A78;
}
.valign {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* right: 0; */
    /* float: left; */
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    /* width: 100%; */
    /* display: block; */
}

.button-container {
position:fixed;
top:14px;
left:15px;
height:25px;
width:25px;
cursor:pointer;
z-index:9999;
transition:opacity .25s ease;
}
    .button-container span {
        background: #5C6A78;
        border: none;
        height: 5px;
        width: 5px;
        position: absolute;
        top: 0;
        left: 10px;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 5px;
    }

    .button-container:hover {
    opacity:.7;

    }
    .button-container span:nth-of-type(3) {
    top:9px;
    }

    .button-container span:nth-of-type(4),
    .button-container span:nth-of-type(5) {
        top:18px;

    }

    .button-container.active .top,
    .button-container.active .bottom {
    transform:translateX(-10px);
    background:#ccc;
    }

    .button-container.active .top2,
    .button-container.active .bottom2 {
        transform: translateX(10px);
        background: #ccc;
    }
    .button-container.active .middle{       
        background: #ccc;
    }
.overlay {
    position: fixed;
    background: #121111;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    z-index: 8888;
    visibility: hidden;
    -webkit-transition: opacity .35s,visibility .35s,height .35s;
    transition: opacity .35s,visibility .35s,height .35s;
    overflow:hidden;
}
.overlay .open{
   opacity:.95;
   visibility:visible;
   height:100%;

}
    .overlay .overlay-menu {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:1.5em;
    font-weight:400;
    text-align:center;color:#ffffff;

    }
    .overlay .overlay-menu ul{
       list-style:none;
       padding:0;
       margin:0 auto;
       position:relative;
       height:100%;

    }
        .overlay li {
           opacity:0;
        }
    .overlay.open li {
       animation:fadein 0.5s ease forwards;
       animation-delay:.35s;
       padding:3px;

    }

@keyframes fadein {
    from {
    opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
