.disabled{
    display:none!important;
}

.has-cover #mynano{
    top:0px!important;
}

/*Page Settings*/

#page-content{
    background-color:#FFFFFF;   
}

.heading-badge h3{
    width:95px;
    text-align:center;
    margin-bottom:0px!important;
    line-height:25px;
    font-size:12px;
    font-weight:400;
    padding-top:3px;
    padding-bottom:0px;
}

.heading-badge{
    margin-bottom:20px;
    border-width:3px!important;
}

.heading-title{
    text-align:center;
    font-size:19px;
    font-weight:650!important;
    padding-bottom:10px;
}

.heading-title-large{
    text-align:center;
    font-size:22px;
    font-weight:600!important;
    padding-bottom:10px;
}

.heading-style p{
    width:90%!important;
    margin-left:auto;
    margin-right:auto;
}

.heading-style .line{
    z-index:1;
    width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    display:block;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
    background: gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
}

.heading-style i{
    background-color:#FFFFFF;
    font-size:24px;
    height:40px;
    width:50px;
    text-align:center;
    line-height:40px;
    color:#666666;
    position:absolute;
    top:38px;
    left:50%;
    margin-left:-25px;
    z-index:2;
}

.heading-style p{
    width:300px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/*Content Strip*/

.coverflow-strip{
    background-color:#0e141b;
    padding-left:30px;
    padding-top:0px;
    padding-bottom:30px;
}

.coverflow-strip h3{
    color:#FFFFFF;
    text-align:center;
    padding-top:30px;
}

.coverflow-strip p{
    color:rgba(255,255,255,0.5);
    text-align:center;
    margin-top:30px;
}

.coverflow-strip a{
    margin-top:30px!important;   
}

.content-strip{
    overflow:hidden;
    padding-top:35px;
    padding-bottom:30px;
    margin-bottom:30px;
}

@media(min-width:768px){
    .content-strip .strip-content h4{text-align:center;}
    .content-strip .strip-content p{text-align:center;}
    .content-strip .strip-content i{display:none;}
    .content-strip .strip-subtitle{text-align:center; max-width:500px;  margin:0 auto;}
}

.content-strip .strip-content{
    position:relative;
    z-index:3;
}

.content-strip .strip-subtitle{
    z-index:3;
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    margin-bottom:0px;
}

.content-strip .strip-content h4{
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    font-size:20px;
    margin-bottom:5px;
}

.content-strip .strip-content p{
    color:rgba(255,255,255,0.6);
    padding-left:30px;
    padding-right:30px;
    margin-bottom:0px;
}

.content-strip .strip-content i{
    position:absolute;
    right:0px;
    height:100px;
    top:-20px;
    width:25px;
    color:rgba(255,255,255,0.9);
    line-height:93px;
    margin-right:30px;
    font-size:30px;
}


.content-strip .overlay{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1;
    background-color:rgba(0,0,0,0.7);
}

.content-strip img{
    position:absolute;
    width:150%;
    top:0px;
    left:0px;
    z-index:0;
}

.strip-button h4{
    text-align:center;
    padding-bottom:10px
}

.strip-button p{
    text-align:center;
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:30px;
}

.strip-button a{
    text-align:center;
    width:130px;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    border:solid 1px rgba(255,255,255,0.5);
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
}

.strip-button .overlay{
    background-color:rgba(0,0,0,0.8)!important;
}

.swiper-container-horizontal{
    overflow:hidden!important;;
}

.coverflow-thumbnails .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
    margin-top:20px;
}

/*Homepage Classic Settings*/

.social-center{
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

.social-center a{
    width:40px;
    height:40px;
    float:left;
    border-radius:40px;
    margin-left:10px;
    margin-right:10px;
}

.social-center a i{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13px;
    border-radius:45px;
}

.has-icon{
    font-size:18px;
}

.has-icon i{
    margin-right:20px;
    width:20px;
    text-align:center;
}

/*Columns*/

.column-left{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-left img{
    width:150px;
    position:absolute;
    margin-left:-75px;
    border-radius:150px;
}

.column-left h4{
    padding-right:20px;
    padding-left:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-left p{
    padding-right:20px;
    padding-left:90px;
    margin-bottom:0px;
}

.column-right{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-right img{
    width:150px;
    position:absolute;
    right:-75px;
    border-radius:150px;
}

.column-right h4{
    padding-left:20px;
    padding-right:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-right p{
    padding-left:20px;
    padding-right:90px;
    margin-bottom:0px;
}

/*Quote Slider*/

.quote-slider{
    overflow:hidden;
}

.quote-slider h4{
    font-weight:300;
    line-height:40px;
    text-align:center;
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}

.quote-slider em{
    margin-top:20px;
    color:#f1c40f;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.quote-slider em i{
    font-size:18px;
    margin-left:5px;
    margin-right:5px;
}

.quote-slider a{
    text-align:center;
    font-size:12px;
    margin-top:-5px;
}


/*Staff Slider*/

.staff-slider{
    overflow:hidden;
}

.staff-slider img{
    margin-top:8px;
    width:150px!important;
    height:150px!important;
    border-radius:150px;
    margin-left:auto;
    margin-right:auto;
}

.staff-slider h3{
    text-align:center;
    margin-top:20px;
}

.staff-slider em{
    display:block;
    text-align:center;
    margin-top:-10px;
    margin-bottom:10px;
}

.staff-slider p{
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:20px;
}

.staff-icons a{
    margin-left:6px;
    margin-right:6px;
    margin-bottom:30px;
}

.staff-icons-three{
    width:180px;
    margin:0 auto;
}

.staff-icons-two{
    width:120px;
    margin:0 auto;
}

.staff-icons-one{
    width:60px;
    margin:0 auto;
}

.next-staff-slider, .next-quote-slider{
    top:50%;
    margin-top:-45px;
    right:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.next-staff-slider:hover, .next-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.next-staff-slider i, .next-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.prev-staff-slider, .prev-quote-slider{
    top:50%;
    margin-top:-45px;
    left:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    border-radius:50px;
    line-height:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.prev-staff-slider:hover, .prev-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.prev-staff-slider i, .prev-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.footer-clear{height:70px;}
.header-clear{height:63px;}
.header-clear-large{height:93px;}

.footer-logo{
    background-repeat: no-repeat;
    background-size:135px 20px;
    width:135px;
    height:20px;
    margin-left:auto;
    margin-right:auto;
}

.footer .footer-strip{
    margin-top:-30px;
    margin-bottom:-15px;
}

.footer-logo{
    color:#FFFFFF;
    padding-top:40px;
    font-weight:800;
    font-family:'Raleway', sans-serif;
    text-align:center;
    font-size:24px;
    display:block;
    width:100%;
}

.footer-socials{
    width:160px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}

.footer-socials a{
    width:40px;
    height:40px;
    border-radius:40px;
    float:left;
    line-height:42px;
    text-align:center;
    margin-left:4px;
    margin-right:3px;
}

.footer-strip{
    text-align:center;
    margin-bottom:15px;
    font-size:12px;
    padding-top:11px!important;
    padding-bottom:10px!important;
}

.footer-decoration{
    height:3px;
    width:50px;
    margin-left:auto;
    margin-right:auto;
    background-color:#e34e47;
    margin-bottom:20px;
}

/*Navigation*/

.dark-menu a{    color:#FFFFFF;}
.dark-menu a em{ color:#8192a5;}
.dark-menu .menu-scroll a i{color:#FFFFFF;}
.dark-menu .menu-scroll a{    background-color:#0e141b; border-top:solid 1px #2c3e50; border-bottom:solid 1px #0c1117;}
.dark-menu .selected-item i{    color:#FFFFFF!important;    background-color:#26a85c;}
.dark-menu .selected-item em{    color:#FFFFFF!important;}

.light-menu a{    color:#1f1f1f!important;}
.light-menu a em{ color:rgba(0,0,0,0.7)!important;}
.light-menu .menu-scroll a i{color:#1f1f1f;}
.light-menu .menu-scroll a{    background-color:#ecf0f1; border:solid 1px rgba(0,0,0,0.01);}
.light-menu .selected-item i{    color:#FFFFFF!important;    background-color:#26a85c;}
.light-menu .selected-item em{    color:#FFFFFF!important;}



.selected-item{
    border:none!important;
}


.menu-color{
    border:none!important;
    margin-bottom:1px!important;
}

.menu-color em{
    color:#FFFFFF!important;
}

.right-menu, .left-menu{
    pointer-events:none;
}

.allow-scroll{
    pointer-events:all!important;
}

.right-menu a{
    margin-top:0px;
    width:70px;
    height:65px;
    z-index:9999;
    -webkit-transform: perspective(200px) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;        
    -moz-transform: perspective(200px) rotateY(-90deg);
    -moz-transform-origin: 100% 50%;        
    -o-transform: perspective(200px) rotateY(-90deg);
    -o-transform-origin: 100% 50%;    
    transform: perspective(200px) rotateY(-90deg);
    transform-origin: 100% 50%;
    transition:all 300ms ease;
    text-align:center;
    line-height:65px;
}

.right-menu .active-tile{
    -webkit-transform: perspective(200px) rotateY(0deg);
    -webkit-transform-origin: 100% 50%;     
    -moz-transform: perspective(200px) rotateY(0deg);
    -moz-transform-origin: 100% 50%;       
    -o-transform: perspective(200px) rotateY(0deg);
    -o-transform-origin: 100% 50%;       
    transform: perspective(200px) rotateY(0deg);
    transform-origin: 100% 50%;   
    transition:all 300ms ease;
}

.left-menu a{
    margin-top:0px;
    width:70px;
    height:65px;
    z-index:9999;
    -webkit-transform: perspective(200px) rotateY(90deg);
    -webkit-transform-origin: 0% 100%;    
    -moz-transform: perspective(200px) rotateY(90deg);
    -moz-transform-origin: 0% 100%;    
    -o-transform: perspective(200px) rotateY(90deg);
    -o-transform-origin: 0% 100%;   
    transform: perspective(200px) rotateY(90deg);
    transform-origin: 0% 100%;
    transition:all 300ms ease;
    text-align:center;
    line-height:65px;
}

.delay-it{
    -webkit-transition-delay: 150ms!important; /* Safari */
    -moz-transition-delay: 150ms!important; /* Safari */
    -o-transition-delay: 150ms!important; /* Safari */
    transition-delay: 150ms!important; /* Safari */
}

.left-menu .active-tile{
    -webkit-transform: perspective(200px) rotateY(0deg);
    -webkit-transform-origin: 0% 100%;       
    -moz-transform: perspective(200px) rotateY(0deg);
    -moz-transform-origin: 0% 100%;    
    -o-transform: perspective(200px) rotateY(0deg);
    -o-transform-origin: 0% 100%;      
    transform: perspective(200px) rotateY(0deg);
    transform-origin: 0% 100%;   
    transition:all 300ms ease;
}

.left-menu{
    position:fixed;
    left:0px;
    top:65px;
    bottom:0px;
    right:0px;
    z-index:1;
    width:70px;
    overflow:hidden;
    z-index:9999999;
}

.right-menu{
    position:fixed;
    top:65px;
    bottom:0px;
    right:0px;
    z-index:1;
    width:70px;
    overflow:hidden;
    z-index:9999999;
}

.menu-scroll{
    width:90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -19px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
}

.menu-perspective{
    width:70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -19px; /* Decrease this value for cross-browser compatibility */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-tap-close{
    position:fixed;
    opacity:0;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:9999;
    pointer-events:none;
    transition:all 300ms ease;
    -webkit-transition-delay: 250ms; /* Safari */
    transition-delay: 250ms;
}

.dark-close{
    background-color:rgba(0,0,0,0.6);
}

.light-close{
    background-color:rgba(255,255,255,0.6);
}

.shown{
    opacity:1;
    transition:all 300ms ease;
}


.left-menu .submenu{
    position:fixed;
    left:0px;
    top:65px;
    bottom:0px;
    right:0px;
    z-index:1;
    width:70px;
    overflow:hidden;
    z-index:9;
    pointer-events:none;
}

.right-menu .submenu{
    position:fixed;
    right:0px;
    top:65px;
    bottom:0px;
    z-index:1;
    width:70px;
    overflow:hidden;
    z-index:9;
    pointer-events:none;
}

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

.right-menu .submenu-scroll{
    position: absolute;
    top: 0;
    right:0px!important;
    bottom: 0;
    overflow: auto;
}

.menu-scroll a i{
    position:absolute;
    top:0px;
    left:0px;
    width:70px;
    height:65px;
    line-height:47px;
    font-size:16px;
}

.menu-scroll a em{
    font-style:normal;
    font-size:12px;
    position:absolute;
    width:100%;
    height:60px;
    display:block;
    text-align:center;
    padding-top:13px;
}

.menu-scroll .fa-mobile{
    font-size:24px;
}

.menu-color i{
    color:#FFFFFF;
}

.menu-lime{      background-color:#a0db43;}
.menu-green{     background-color:#5fc869;}
.menu-grass{     background-color:#27ae60;}
.menu-sky{       background-color:#2aa3da;}
.menu-water{     background-color:#3498db;}
.menu-blue{      background-color:#2980b9;}
.menu-purple{    background-color:#d06cb2;}
.menu-pink{      background-color:#e84862;}
.menu-red{       background-color:#f54945;}
.menu-dawn{      background-color:#ee491c;}
.menu-orange{    background-color:#f26f07;}
.menu-sun{       background-color:#f4a900;}
.menu-yellow{    background-color:#cbbf15;}

.menu-facebook{  background-color:#3b5998;}
.menu-twitter{   background-color:#4099FF;}
.menu-google{    background-color:#d34836;}
.menu-white{     background-color:#FDE3A7;}
.menu-teal{      background-color:#a0db43;}

.menu-dark{ background-color:#0e141b;}
.menu-light{ background-color:#ecf0f1;}
.menu-light em {color:#1f1f1f!important;}
.menu-light i {color:#1f1f1f!important;}

.dark-menu .menu-scroll a{    
    background-color:#0e141b; 
    border-bottom:solid 1px #0c1117;
}

.light-menu .menu-scroll a{    
    background-color:#ecf0f1; 
    border-top:solid 1px rgba(0,0,0,0.01); 
    border-right:solid 1px rgba(0,0,0,0.01); 
    border-bottom:solid 1px rgba(0,0,0,0.1);
}


.header-dark{background-color:#006c06; border-bottom:solid 1px rgba(0,0,0,0.1)!important;}
.header-dark h3{color:#FFFFFF;}
.header-dark a{color:#FFFFFF;}


.header-light{background-color:#ecf0f1; border-bottom:solid 1px rgba(0,0,0,0.1);}
.header-light h3{color:#1f1f1f;}
.header-light a{color:#1f1f1f;}


.header-fixed{
    position:fixed;
    z-index:9999999;
    top:0px;
    width:100%;
    height:65px;
    transition:all 300ms ease;
}

.header-fixed .open-left-menu, .header-fixed .close-left-menu{
    position:absolute;
    left:0px;
    height:60px;
    width:70px;
    line-height:65px;
    text-align:center;
}

.header-fixed h3{
    text-align:center;
    height:65px;
    line-height:65px;
    text-align:center;
    margin-left:60px;
    margin-right:60px;
    font-size:25px;
    font-family:'Satisfy', cursive;
}

.header-fixed .open-right-menu, .header-fixed .close-right-menu{
    position:absolute;
    right:0px;
    height:65px;
    line-height:65px;
    top:0px;
    width:70px;
    right:0px;
    text-align:center;
}

.close-left-menu{display:none;}
.close-right-menu{display:none;}


.footer-links a{
    font-size:13px;
    line-height:40px;
    width:50%;
    float:left;
    color:#666666;
}

@media(min-width:768px){
    .footer-links a{
        width:33.3%;   
    }
}

.footer-links a i{
    width:20px;
    text-align:left;
    color:#1f1f1f;
}