/*Header*/

body{
    background-image:url(../images/pictures/bg.jpg);
    background-position: top left;
    background-repeat:repeat;
}

.header-dark{background-color:#0c1117;}
.header-light{background-color:#ecf0f1;}
.header-dark a{color:#FFFFFF;}
.header-dark a em{background-color:#FFFFFF;}
.header-light a{color:#1f1f1f;}
.header-light a em{background-color:#1f1f1f;}

.header-dark{border-bottom:solid 1px rgba(255,255,255,0.1);}
.header-light{border-bottom:solid 1px rgba(0,0,0,0.1);}


.header{
    position:fixed;
    left:0!important;
    right:0!important;
    top:0px;
    height:60px;
    z-index:99;
    transition:all 250ms ease;
}

.header-icon-4{right:0px; width:70px!important;}
.header-icon-3{right:70px; width:50px!important;}
.header-icon-2{left:70px; width:50px!important;}
.header-icon-1{left:0px; width:70px!important;}

.header .header-logo{
    font-weight:900;
    text-transform: uppercase;
    width:80px;
    margin:0 auto!important;
    height:60px;
    line-height:60px;
    font-size:18px;
}

.header-icon i{transition:all 250ms ease;}

.header-icon i{
    position:absolute;
    left:0px;
    width:100%;
    height:60px;
    line-height:63px;
    font-size:20px;
    transition:all 250ms ease;
}

.close-sidebar-mask{
    position:absolute;
    background-color:transparent;
    z-index:9999999;
    pointer-events:none;
}
.pointer-events{pointer-events:all!important;}

.header-icon{
    top:0px;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    position:absolute;
    transition:all 250ms ease;
}

.header-icon .ion-social-twitter{font-size:17px;}
.header-icon .ion-social-facebook{font-size:18px;}
.header-icon .ion-ios-telephone{font-size:18px;}

/*Menu Lines*/

.line-1, .line-2, .line-3{
    position:absolute;
    left:50%;
    background-color:#FFFFFF;
    transition:all 250ms ease;
    width:16px;
    height:1px;
    top:50%;
}

.line-1{
    -moz-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    margin-top:-5px;    
}

.line-2{
    -moz-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
    margin-top:-1px;
}

.line-3{
    margin-left:-8px;
    margin-top:3px;
}

.line-2-active{
    opacity:0!important;
    transition:all 250ms ease;
}

.line-1-active{
    transform: rotate(45deg) translateY(7px) translateX(-3px)!important;
    transition:all 250ms ease;
}

.line-3-active{
    transform: rotate(-45deg) translateY(-3px) translateX(4px)!important;
    transition:all 250ms ease;
}


/*Swiper*/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

/*Homepage Slider*/

.home-slider h4{
    width:100%;
    padding-top:30px;
    padding-bottom:40px;
    position:absolute;
    bottom:15px;
    background: linear-gradient( to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    );
    color:#FFFFFF;
    padding-left:20px;
    padding-right:20px;
    font-size:18px;
    font-weight:500;
    line-height:30px;
}

.home-slider p{
    font-size:13px;
    position:absolute;
    bottom:0px;
    z-index:999;
    color:#FFFFFF;
    opacity:0.5;
    padding-left:20px;
    padding-right:20px;
    display:block;
    width:100%;
}

.home-round-slider{padding-top:10px;}
.home-round-slider img{
    border-radius:200px;
    margin-left:auto;
    margin-right:auto;
}

.home-img-1{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    left:50%;
    margin-left:-170px!important;
    opacity:0.7;
}

.home-img-2{
    width:200px;
    height:200px;
    position:relative;
    z-index:1;
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
}

.home-img-3{
    position:absolute;
    width:150px;
    height:150px;
    top:25px;
    right:50%;
    margin-right:-170px!important;
    opacity:0.7;
}

.home-round-slider h3{text-align:center; padding-top:20px;}
.home-round-slider em{display:block; font-style: normal; text-align:center;}
.center-socials{width:160px; margin-left:auto; margin-right:auto;}

/*Home Columns*/

.column-home-left i{
    font-size:46px;
    position:absolute;
    height:60px;
    margin-top:5px;
    width:40px;
    text-align:center;
}

.column-home-left h5{
    padding-left:60px;
}

.column-home-left p{
    padding-left:60px;
}

.column-home-center i{
    font-size:46px;
    height:60px;
    margin-top:5px;
    width:100%;
    display:block;
    text-align:center;
}

.column-home-center h5{
    text-align:center;
    font-size:18px;
    padding-bottom:10px;
}

.column-home-center p{
    text-align:center;
}

/*Footer*/

.footer{padding:30px 0px 30px 0px;}
.footer-bottom{padding-bottom:30px!important;}
.footer-dark{background-color:#0c1117;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light{background-color:#ecf0f1; border-top:solid 1px #e0e0e0; border-bottom:solid 1px #e0e0e0;}
.footer-light i{color:#1f1f1f;}
.footer-light p{color:#666666;}
.footer-light .decoration{background-color:rgba(0,0,0,0.1)!important;}

.footer-dark .decoration{
    background-color:rgba(255,255,255,0.05);
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
}

.footer .footer-logo{
    background-image:url(../images/preload-logo.png);
    background-size:80px 80px;
    width:80px;
    height:80px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.copyright-text{margin-bottom:0px; margin-top:-10px; margin-bottom:0px;}

.footer p{
    max-width:290px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.footer-socials{
    width:255px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

.footer-socials .icon-ghost{background-color:transparent!important;}

.footer-socials a{
    margin-left:2px!important;
    margin-right:2px!important;
}

/*----------------------*/
/*---Sidebar Settings---*/
/*----------------------*/

/*We've placed them here because the sidebar is VERY sensitive*/
/*EDIT ONLY if you have the required skill!!!*/

.sidebar-dark{background-color:#0e141b;}
.sidebar-light{background-color:#ecf0f1;}
.sidebar-light{border-right:solid 1px rgba(0,0,0,0.1);}

.sidebar-menu{
    overflow: hidden;
    position: fixed;
    z-index:9999;
    left:0px;
    top:0px;
    bottom:0px;
    width:70px;
    top:60px;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    transition:all 250ms ease;
}

.sidebar-menu-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

.sidebar-tap-close{
    position:fixed;
    top:0px;
    left:270px;
    right:0px;
    bottom:0px;
    z-index:999;
}

.no-pointer-events{
    pointer-events:none;
}

.sidebar-menu a{
    width:70px;
    height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.1);
    border-top:solid 1px rgba(0,0,0,0.1);
}

.sidebar-dark a i{color:#FFFFFF;}
.sidebar-light a i{color:#000000!important;}
.sidebar-dark a em{color:#FFFFFF;}
.sidebar-light a em{color:#000000!important; font-weight:700;}

.sidebar-menu a i{
    position:absolute;
    width:70px;
    margin-top:5px;
    display:block;
    font-size:20px;
    text-align:center;
}

.sidebar-menu a em{
    opacity:0.5;
    padding-top:27px;
    text-align:center;
    display:block;
    font-size:11px;
    font-style:normal;
}

.submenu-zindex{
    z-index:9998!important;
}

.submenu-dark{background-color:#0f161f;}
.submenu-light{background-color:#f4f4f4;}
.submenu-dark a em{color:#FFFFFF;}
.submenu-light a em{color:#1f1f1f;}
.submenu-dark a i{color:#FFFFFF;}
.submenu-light a i{color:#1f1f1f;}
.submenu-light{border-right:solid 1px rgba(0,0,0,0.1)!important;}
.submenu-light .active-menu *{color:#FFFFFF!important;}

.sidebar-light .current-menu *{
    color:#FFFFFF!important;
    font-weight:800!important;
    opacity:1!important;
}

.sidebar-light .active-menu *{
    color:#FFFFFF!important;
    font-weight:800!important;
    opacity:1!important;
}


.submenu{
    overflow: hidden;
    position: fixed;
    z-index:999;
    left:70px;
    top:0px;
    bottom:0px;
    top:60px;
    width:210px;
    -webkit-overflow-scrolling: touch;
    border-left:solid 1px rgba(255,255,255,0.1);
    border-right:solid 1px rgba(255,255,255,0.1);
    -moz-transform: translateX(-280px);
    -webkit-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    transform: translateX(-280px);
    transition:all 250ms ease;
}

.submenu-scroll{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling: touch;
}

.submenu a{
    height:60px;
    padding-left:60px;
}

.submenu a em{
    font-size:13px;
    line-height:60px;
    opacity:0.5;
    font-style:normal;
}

.submenu a i{
    height:60px;
    width:60px;
    position:absolute;
    left:0px;
    font-size:20px;
    line-height:60px;
    text-align:center;
}

.submenu a i:last-child{
    width:10px;
    margin-left:180px;
    line-height:60px;
    font-size:6px;
    color:#cacaca;
}

.active-submenu{
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition:all 250ms ease;
}

.active-content-sidebar{
    -moz-transform: translateX(70px)!important;
    -webkit-transform: translateX(70px)!important;
    -o-transform: translateX(70px)!important;
    -ms-transform: translateX(70px)!important;
    transform: translateX(70px)!important;
    transition:all 250ms ease;
}

.active-content{
    -moz-transform: translateX(280px)!important;
    -webkit-transform: translateX(280px)!important;
    -o-transform: translateX(280px)!important;
    -ms-transform: translateX(280px)!important;
    transform: translateX(280px)!important;
    transition:all 250ms ease;
}

.active-menu{
    pointer-events:none;
    background-color:rgba(39, 174, 96,1.0)!important;
    transition:all 250ms ease;
}

.active-menu em{
    opacity:1!important;
    transition:all 250ms ease;
}

.current-menu{
    background-color:rgba(39, 174, 96,1.0)!important;
}

.current-menu .ion-record{
    color:#2ecc71!important;
}

.close-sidebar i:last-child{color:#c0392b!important;}

.sidebar-menu a:hover, .submenu a:hover{
    background-color:rgba(127, 140, 141,0.2)
}