

/* WRAPPER
 * ------------------------------------------------------------ */
#wrapper {
    position: relative;
    padding-top: 90px;
    margin: auto;
    overflow: hidden;
}


/* HEADER
 * ------------------------------------------------------------ */
header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
}

/* inner */
header .inner {
    position: fixed;
    top: 0;
    width: 100% !important;
    height: 90px;
    
    padding-top: 8px;
    padding-bottom: 10px;
    
    background: #FFF;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: height .3s ease;
}
header .inner .container{
    height: 100%;
}
header.sm .inner {
    height: 70px;
}

/* control */
header .inner .control{
    display: none;
    position: relative;
    height: 30px;
    /* margin: 10px 0; */
}
header .inner .control.control-left {float:left;}
header .inner .control.control-right{float:right;}

/* main */
header .inner .main{
    float: left;
    height: 100%;
}
.logo{
    display: block;
    width: 368px;
    max-width: 100%;
    height: 100%;
    
    text-indent: -9999px;
    
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    
    overflow: hidden;
}

/* nav */
header .inner nav{
    float: right;
}
header .inner nav ul{
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
}
header .inner nav ul li{
    display: inline-block;
    line-height: 70px;
    transition: line-height .3s ease;
}
header.sm .inner nav ul li{
    line-height: 50px;
}
header .inner nav ul li a{
    color: #666 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
}

/* nav main */
header .inner nav ul.nav-main li:not(:first-child){
    margin-left: 40px;
}
html.no-touch header .inner nav ul.nav-main li a:hover{
    color: #000 !important;
}

/* nav social */
header .inner nav ul.nav-social {
    margin-left: 117px;
}
header .inner nav ul.nav-social  li:not(:first-child){
    margin-left: 10px;
}
header .inner nav ul.nav-social li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    
    color: #231f20 !important;
    font-size: 19px;
    line-height: 40px;
}
header .inner nav ul.nav-social li a i {
    display: inline-block;
    vertical-align: middle;
}
html.no-touch header .inner nav ul.nav-social li a:hover{
    color: #FFF !important;
    background-color: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
html.no-touch ul.nav-social li a.facebook:hover{
    background-color: #3B5998 !important;
}
html.no-touch ul.nav-social li a.google-plus:hover{
    background-color: #d34836 !important;
}
html.no-touch ul.nav-social li a.instagram:hover{
    background-color: #9b6954 !important;
}



/* MAIN
 * ------------------------------------------------------------ */
main {
    z-index: 50;
}



/* SECTION
 * ------------------------------------------------------------ */
section {
    position: relative;
    margin: auto;
} 
section.content{
    padding-top: 72px;
}
section.gray {
    background-color: #f9f9f9;
}

/* head */
section .section-head{
    text-align: center;   
    margin-bottom: 94px;
}
section .section-head h2{
    margin: 0 auto 11px;
}
section .section-head h5{
    margin: 0 auto 25px; 
}
section .section-head:after{
    content: '';
    display: block;
    position: relative;
    margin: auto;
    width: 45px;
    height: 4px; 
    background-color: #eb212e;
}

/* head small*/
section .section-head-small{
    text-align: center;   
    margin-bottom: 60px;
}
section .section-head-small h5{
    color: #000;
    font-weight: bold;
    margin: 0;
}

/* content */
section .section-content{  
    margin-bottom: 72px;
}

/* foot */
section .section-foot{
    text-align: center;   
    margin-bottom: 72px;
}


/* PAGE
 * ------------------------------------------------------------ */
section.page-head{
    max-width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #f1f1f1;
}

/* section head */
section.page-head .section-head{
    text-align: left;   
    margin-bottom: 0;
}
section.page-head .section-head h1,
section.page-head .section-head h2{
    font-size: 23px;
    margin: 0 auto 6px;
}
section.page-head .section-head h2.subtitle{
    color: #999;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 auto 14px; 
}
section.page-head .section-head:after{
    margin: 0;
}


/* FOOTER
 * ------------------------------------------------------------ */
footer {
    z-index: 20;
}

/* social */
footer .social{
    background-color: #373737;
}
footer .social ul.nav-social{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .social ul.nav-social li{
    float:left;
    width: 33.333333%;
}
footer .social ul.nav-social li:not(:first-child){
    border-left: 1px solid #2b2b2b;
}
footer .social ul.nav-social li a{
    display: block;
    width: 100%;
    height: 134px;
    
    color: #ccc;
    font-size: 12px;
    line-height: 134px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
footer .social ul.nav-social li a .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    
    margin-right: 25px;
    
    color: #575757;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    
    border: 1px solid #575757;
    border-radius: 50%;
    
    transition: color .3s ease, border-color .3s ease;
}
footer .social ul.nav-social li a .icon i {
    margin-left: 2px;
}
html.no-touch footer .social ul.nav-social li a:hover {
    color: #FFF;
}
html.no-touch footer .social ul.nav-social li a:hover .icon{
    color: #FFF;
    border-color: #FFF;
}

/* main */
footer .main{
    padding: 80px 0;
    background-color: #343434;
}
footer .main .container {
    position: relative;
}
footer .main .container .table-cell{
    text-align: center;
}

/* text / links */
footer .main,
footer .main a,
footer .main address {
    color: #999 !important;
    font-size: 13px;
    line-height: 21px;
}
html.no-touch footer .main a:hover{
    border-bottom: 1px dotted #999;
}

/* logo */
footer .main .logo-foot{
    display: block;
    position: absolute;
    width: 76px;
    height: 76px;
    
    top: 50%;
    margin-top: -38px;
    left: -30px;
}

/* address */
footer .main address{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 0;
    text-align: left;
}
footer .main address:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    margin-top: -15px;
    color: #444;
    font-size: 16px;
    line-height: 30px;
}
footer .main address.home:before{content: '\f015'}
footer .main address.address:before{content: '\f041'}
footer .main address.contact:before{content: '\f095'}


/* SCROLL TOP
 * ------------------------------------------------------------ */
[data-top]{
    display: block;
    position: fixed;
    
    width: 32px;
    height: 32px;
    right: -47px;
    bottom: 15px;
    
    color: #FFF;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #9a9a9a;
    
    overflow: hidden;
    cursor: pointer;
    z-index: 70;
    
    box-sizing: border-box;
    transition: right .5s ease;
}
[data-top] i {
    display: inline-block;
    width: 12px;
    text-align: center;
    font-size: 16px;
}
[data-top].in{
    right: 15px;
}

/* Pers 16052025 */
header .inner nav ul.nav-main li:not(:first-child){
    margin-left: 22px;
}

header .inner nav ul.nav-social {
    margin-left: 27px;
}