


/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}

.padbot_90{
    padding-bottom: 90px;
}

.padbot_120{
    padding-bottom: 120px;
}

.padbot_200{
    padding-bottom: 200px;
}
/*preloader */
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
}

.loader {
    height: 1px;
    background-color: #e7be2d;
    position: absolute;
    z-index: 9999;
}


/* #Primary
================================================== */

#royal_preloader {
    visibility: visible;
    position: fixed;
	width:100%;
	height:100%;
    margin: 0;
    z-index: -9999999999;
}










.about h2{
    font-size: 23px;
    line-height: 30px;
	color: #191c1e;
 } 


.about h6{
	color: #191c1e;
}

.about p{
	color: #191c1e;
 }

.about .icon{
	color: #191c1e;
}


.about-text{
    display: table;
    height: 407px;
 } 

.out{
    display: table-cell;
   vertical-align: middle;
 } 

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}















.subtitle {
     font-size: 22px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: bold;
}

.post-comment {
    float: left;
}

ul.post-comment li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    list-style: none;
}

ul.post-comment li img {
    width: 15%;
    float: left;
}

ul.post-comment li .comment-info {
    float: left;
    width: 85%;
    padding-left: 15px;
        margin-top: 15px;
}


ul.post-comment li h3 {
    float: left;
    font-size: 14px;
}

ul.post-comment li a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

ul.post-comment li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 3px;
}

ul.post-comment li p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.send-message{
    margin-top:60px !important;
}

.send-message .subtitle{
    margin-bottom:30px;
}

.blog .dgray-bg .sitebtn{
    margin-right:120px;
}


.blogbtn{
    border: solid 2px #191c1e;
    background: none;
    font-size: 13px;
    padding:9px 11px;
    text-align: left;
    min-width: 140px;
    line-height: 17px;
    transition: all ease 0.3s;
    color:#000; 
}

.blogbtn:after{
    font-family: FontAwesome;
    content: "\f178";
    color: #000;
    float: right;
}

.blogbtn:focus{
    border: solid 2px #191c1e;
}

.blogbtn:hover{
    background: #191c1e;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.blogbtn:hover:after{
    color: #fff;
}

.blogbtn:focus{
    border: solid 2px #dfdfdf;
}













/*------------------------ 3 ALUNOS ------------------------*/



.section-title{
    text-align: center;
    padding: 90px 0 60px 0;
}

.section-title h2{
    font-size: 23px;
    font-weight: bold;
}


.portfolio .section-title h2{
	color: #363535;
}

.section-title p{
    line-height: 20px;
}

.portfolio_filter{
    text-align: center;
    padding-top: 15px;
}

.portfolio_filter ul{
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li{
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
}

.single_item {
    margin-bottom: 30px;
}

.single_item img{
    width: 100%;
    transition: all ease 0.3s;
}

.single_item img:hover {
  background: #ffffff;
  transition: all ease 0.3s;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}





.single_port {
	max-width: 20%;
    margin-bottom: 30px;
}

.single_port img{
	width: 100%;
    transition: all ease 0.3s;
}

.single_port img:hover {
	-webkit-filter:grayscale(100%);
	background: #ffffff;
	transition: all ease 0.3s;
	box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
	top: -5px;
}


.alunos_port img{
	width: 100%;
    transition: all ease 0.3s;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}


.alunos_port img:hover {
	-webkit-filter: grayscale(0%);
	background: #ffffff;
	transition: all ease 0.3s;
	box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
	top: -5px;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}


.select-cat{
    color:#e7be2d !important;
}

.popup-youtube {
    position: relative;
}

.popup-youtube i{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.66);
    padding: 28px 29px;
    color: #fff;
    margin: -31px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
































/* --------------------------------- Galeria --------------------------------- */


#galeria {
	height:660px;
	margin: 200px 0 0 0;
	background-image:url(../img/body_1.png);
	background-repeat:no-repeat;
	background-size:100%;
}


.galery {
	position:absolute;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 0 20px 0 100px;
}







.fh5co-gallery {
  position: relative;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
.fh5co-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 11%;
  margin: 2px;
  z-index: 110;
}
.fh5co-gallery .gallery-item img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
@media screen and (max-width: 1300px) {
  .fh5co-gallery .gallery-item {
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .fh5co-gallery .gallery-item {
    width: 120px;
  }
}
@media screen and (max-width: 620px) {
  .fh5co-gallery .gallery-item {
    width: 90px;
  }
}
.fh5co-gallery .gallery-item .overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  vertical-align: middle;
  padding-top: 30%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-gallery .gallery-item .overlay h2, .fh5co-gallery .gallery-item .overlay span {
  position: relative;
  z-index: 12;
  margin-bottom: 0;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-gallery .gallery-item .overlay h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .fh5co-gallery .gallery-item .overlay h2 {
    font-size: 18px;
  }
}
.fh5co-gallery .gallery-item .overlay span {
  color: #7ac143;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
}
.fh5co-gallery .gallery-item .overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fh5co-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.fh5co-gallery .gallery-item:hover .overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fh5co-gallery .gallery-item:hover .overlay h2 {
  bottom: 0px;
}
.fh5co-gallery .gallery-item:hover .overlay span {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}





.fh5co-gallery .gallery-item .overlay span {
  color: #7ac143;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
  font-family:'ITCAvantGardeStd XLt', Arial, Verdana, sans-serif;
  font-weight:normal;

}





.fh5co-gallery .gallery-item .overlay span {
  color: #7ac143;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  bottom: -5px;
  visibility: hidden;
  opacity: 0;
  font-family:'ITCAvantGardeStd XLt', Arial, Verdana, sans-serif;
  font-weight:normal;

}


.js .animate-box {
  opacity: 0;
}










/*------------------------ 5 Blog ------------------------*/

.blog_bg {
	background-color: #f5f5f5;
}

.blog-image img{
    width: 100%;
    min-height: 207px;
}

.blog-content{
    margin-bottom:60px;
}

.blog-content p {
	color: #191c1e;
}

.blog-title{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    padding: 30px 0 15px;
    color: #000;
}

.blog-info{
    font-size: 12px;
    font-weight: 400;
    color: #191c1e;
    margin-top: 20px;
    display: inline-block;
}

.blog-info span{
    color: #000;
    font-weight: 600;
}

.blog .site-button{
    margin:0 auto 60px;
    display: table;
}

.blog-single h1 {
    font-size: 30px;
    line-height: 41px;
    margin: 25px 0 22px 0;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single .blog-detail{
    font-size: 13px;
    color: #b9b9b9;
    margin-bottom: 30px;
}

.blog-single .blog-detail span{
    color: #000;
}

.blog-single blockquote {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 40px 0;
}

.blog-single ul.list-style {
    padding: 30px;
    line-height: 24px;
}

.blog-single ul.list-style li {
    font-size: 14px;
    list-style: circle;
}

.lightbox-image img{
    width: 100%;
    padding-bottom: 30px;
}

.blog-single .post-lightbox{
    padding: 30px 0 0;
 }

.subtitle {
     font-size: 22px;
    line-height: 24px;
    margin: 25px 0 30px 0;
    color: #000;
    font-weight: bold;
}

.post-comment {
    float: left;
}

ul.post-comment li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
    list-style: none;
}

ul.post-comment li img {
    width: 15%;
    float: left;
}

ul.post-comment li .comment-info {
    float: left;
    width: 85%;
    padding-left: 15px;
        margin-top: 15px;
}


ul.post-comment li h3 {
    float: left;
    font-size: 14px;
}

ul.post-comment li a {
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

ul.post-comment li span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #c5c5c5;
    margin-top: 3px;
}

ul.post-comment li p {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-top: 6px;
}

.send-message{
    margin-top:60px !important;
}

.send-message .subtitle{
    margin-bottom:30px;
}

.blog .dgray-bg .sitebtn{
    margin-right:120px;
}


.blogbtn{
    border: solid 2px #191c1e;
    background: none;
    font-size: 13px;
    padding:9px 11px;
    text-align: left;
    min-width: 140px;
    line-height: 17px;
    transition: all ease 0.3s;
    color:#000; 
}

.blogbtn:after{
    font-family: FontAwesome;
    content: "\f178";
    color: #000;
    float: right;
}

.blogbtn:focus{
    border: solid 2px #191c1e;
}

.blogbtn:hover{
    background: #191c1e;
    color: #fff;
    border-color: #000;
    transition: all ease 0.3s;
}

.blogbtn:hover:after{
    color: #fff;
}

.blogbtn:focus{
    border: solid 2px #dfdfdf;
}












/*------------------------ 5 Contact ------------------------*/


.contact-info{
    text-align: center;
}

.contact-info i{
    width: 60px;
    height: 60px;
    text-align: center;
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info p{
    line-height: 20px;
}

.section-title p{
    margin-top:20px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact-form textarea {
       width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.contact-form{
    margin-top: 90px;
}

.contact-form .sitebtn{
    margin: auto;
    margin-top: 30px;
    display: block;
}

.button{
    text-align: center;
    padding: 45px 0;
}

.site-button{
    padding: 10px 50px;
    font-size: 12px;
    background: none;
    border: 2px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all ease 0.3s;
}

a.site-button{
    border: 2px solid #000;
    color: #000;
}

.site-button:hover{
    background: #000;
    color: #fff;
    transition: all ease 0.3s;
}




/*------------------------ 6 Responsive ------------------------*/


/*max Width 992px */

@media screen and (max-width: 991px) {

    .home-content h1{
        font-size: 50px;
    } 
    
     .what-can .feature{
        padding: 0 30px;
    }
    
    .about.type-1 .about-image{
        background: none;
    }
    
    .about.type-1 .about-image img{
        margin: 0;
    }
    
}


/*max Width 768px */

@media screen and (max-width: 767px) {


    
    .home-content h1{
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .contact-info{
        margin-bottom: 30px;
        padding: 0 50px;
    }
   
    .social a{
        margin: 0 10px;
        font-size: 12px;
    }
    
    nav{
        padding:30px 15px;
    }
    
    .nav-menu{
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    
    .nav-menu li{
        float: none; 
        width: 100%;
        text-align: center;
        height: 45px;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
    }
   
    .responsive{
        float: right;
        display: block;
    }
    
    .about {
    padding-top: 60px;
    }
    
    .about h2 {
        margin-top: 30px;
    }
    
    .gray-bg {
        margin-top: 30px;
    }
    
    .what-can {
        padding: 45px 0;
    }
    
    .section-title {
        padding: 60px 0 45px 0;
    }
    
    .portfolio_filter ul{
        margin-top: 15px;
    }
    
    .portfolio_filter ul li{
        height: 30px;
    }
    
    .diagonal, .diagonal-gray, .diagonal-white{
        height: 70px;
    }
    
    .row.bottom_90{
        margin-bottom: 0;
    }
    
    .diag .blog{
        padding-bottom: 60px;
    }
    
}


/*min Width 768px */
@media screen and (min-width: 768px) {
    
 .nav-menu{
        display: block!important;
    }
    
}


/*------------------------ 7 Slider & Video Home ------------------------*/


.home-slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider{
    background: none !important;
}

.home-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}



.wow-removed{
     animation-name: none !important;
        visibility: visible !important;
}










/*------------------------ NAME ------------------------*/





.slidesInner {
    top: 50%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	color:#ffffff;
	z-index:999;
	margin-top:-127px;
}





.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}










/* #Parallax
================================================== */

.parallax {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-1 {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-2 {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-3 {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-4 {
	background-repeat: repat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-4 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-4 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-4 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-pat {
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: 300px 300px;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
} 


@media (max-width: 991px) {
	.nav-top-bar {
		display: none;
	}
	.nav-line-top {
		border-top: 1px solid rgba(255, 255, 255, 0);
	}
	.scroll-to-top {
		top: auto;
		bottom: 20px;
		right: 20px;
		width:30px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}	
	#menu-wrap{
		position: relative;
		top:auto;
		left:auto;
	}
	#menu-wrap .navbar-brand img,
	#menu-wrap.cbp-af-header.cbp-af-header-shrink .navbar-brand img{
		max-height: 20px;
	}
	.black-menu-background-1st-trans {
		background-color: rgba(0, 0, 0, 1);
	}
	.white-menu-background-1st-trans {
		background-color: rgba(255, 255, 255, 1);
	}
	.white-menu-background-no-trans {
		background-color: rgba(255, 255, 255, 1);
	}
	.cbp-af-header.cbp-af-header-shrink.black-menu-background-1st-trans {
		background-color: rgba(0, 0, 0, 1);
	}
	.cbp-af-header.cbp-af-header-shrink.white-menu-background-1st-trans {
		background-color: rgba(255, 255, 255, 1);
	}
	.cbp-af-header.cbp-af-header-shrink.white-menu-background-no-trans {
		background-color: rgba(255, 255, 255, 1);
	}
	.cbp-af-header .bg-inverse.not-transparent {
		background-color: rgba(0, 0, 0, 0) !important;
		padding: 0.8rem 0;
	}
	.cbp-af-header.cbp-af-header-shrink .bg-inverse.not-transparent {
		background-color: rgba(0, 0, 0, 0) !important;
		padding: 0.8rem 0;
	}
	.menu-fixed-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu-fixed-padding-small {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu-fixed-padding-small-same {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cbp-af-header.cbp-af-header-shrink.menu-fixed-padding {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cbp-af-header.cbp-af-header-shrink.menu-fixed-padding-small {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cbp-af-header.cbp-af-header-shrink.menu-fixed-padding-small-same {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.cbp-af-header.cbp-af-header-shrink.menu-shadow{
		box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0);
	}	
	.drop-mega-menu {
		width: 100%;
		max-width: 100%;
	}
	.drop-mega-menu li{
		display: block;
		float: none;
		padding-left: 0;
		padding-right: 0;
		border-right: none;
		width:100%;
	}
	.dropdown-menu.dark .drop-mega-menu li{
		border-right: none;
	}
	.drop-mega-menu li.half-menu{
		width:100%;
	}
	.icons-item-menu .ml-4 {
		margin-left: 0 !important;
	}
	.navbar .nav-item.icons-item-menu .nav-link {
		padding: 0.8em 1.2em;
		font-size: .65rem;
		line-height: 1.2rem;
		height: auto;
	}
	.navbar .nav-item.icons-item-menu .nav-link i {
		font-size: .9rem;
	}
	.navbar .nav-item.icons-item-menu .dropdown-menu {
		width:100%;
	}
	.dropdown .dropdown-menu {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform:none;
		transform: none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
		box-shadow: none;
	}
	.dropdown.show .dropdown-menu,
	.dropdown-menu.open {
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
		box-shadow: none;
	}
	.dropdown.show .dropdown-menu {
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		transition: all 200ms linear;
		box-shadow: none;
	}
	.dropdown-menu {
		margin-bottom:20px;
		box-shadow: none;
	}
	.modal.search-modal .modal-content input {
		font-size: 0.7rem;
	}  
	.modal.search-modal .modal-content button.btn {
		top:0;
		right:20px;
	} 
}
@media (min-width: 992px) {
	.drop-mega-menu {
		width: 932px;
		max-width: 100%;
	}
	.container-fluid.max-width-95 .drop-mega-menu {
		width: calc(95vw - 30px);
		max-width: 100%;
	}
	.container-fluid.max-width-90 .drop-mega-menu {
		width: calc(90vw - 30px);
		max-width: 100%;
	}
	.container-fluid.max-width-85 .drop-mega-menu {
		width: calc(85vw - 30px);
		max-width: 100%;
	}
	.container-fluid.max-width-80 .drop-mega-menu {
		width: calc(80vw - 30px);
		max-width: 100%;
	}
	.container-fluid.max-width-75 .drop-mega-menu {
		width: calc(75vw - 30px);
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.drop-mega-menu {
		width: 1110px;
		max-width: 100%;
	}
	.mt-xl-6 {
		margin-top: 8rem !important;
	}
	.mb-xl-6 {
		margin-bottom: 8rem !important;
	}
}


