/*
Nome do Tema : "BETONFLEX"
Theme URI: www.betonflex.nl/
Author: Betonflex
Description: Een professioneel aannemersbedrijf dat zich heeft gespecialiseerd in het uitvoeren
van betonbetonreparaties
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Betonflex, beton, concret, floor, repair, construction     
Text Domain: "BETONFLEX"

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    font-family: 'Yantramanav', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: white;
}

h1{
	font-size: 70px;
	color: white;
	line-height: 70px;
}

.section-title h1{
	color:#989898 ;
	font-size: 40px;
	margin: 0;
}


h2{
	font-size: 50px;
	color: white;	
	margin: 0;
}

h3 {
    color: white;
    font-size: 20px;
    margin: 0;
}

h4{
	font-size: 25px;
	color: #989898;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}

p {
    color: #989898;
    font-size: 15px;
    font-weight: 100;
}

a {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #989898;
}

a:hover{
    text-decoration: none;
    color: #F6921E;
    cursor: pointer;
}

strong{
	font-size: 15px;
	color: #f6921E;
	font-weight: 400;
}

input{
	width: 100%;
	height: 35px;
	border: none;
	border-bottom: 1px solid #2828288f;
	font-size: 15px;
    font-weight: 200;
}

textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #2828288f;
    height: 100px;
    padding: 0;
    font-size: 15px;
    font-weight: 200;
}

input:hover, 
input:focus,
textarea:hover, 
textarea:focus{
    outline: none;
    border-bottom: 1.5px solid #f6921E;	
}

input[type=submit]{
	background-color: #f6921E;
	color: white;
	border: none;
	text-transform: uppercase;
	height: 40px;
}

img {
  width: 100%;
  height: auto;
}

.service-section .col-md-12 .section-title span{
	color: white;
	border-left: 2px solid #989898;
	padding: 0 0 0px 10px;
	font-size: 15px
}

.page .page .section-title h2{
	font-size: 50px;
	color: white;	
	margin: 0;
}

.btn{
	color: white;
	font-weight: 200;
	text-transform: uppercase;
	border: 2px solid white;
	border-radius: 0;
	height: 45px;
	padding: 10px 50px;
	margin: 15px 15px 0px 0;
}

.btn:hover{
	background-color: white;
    color: #989898 !important;
    transition: all .3s ease-in-out;
}

/*******Header******/

.top-header{
    padding: 0;
	margin: 0;
    display: flex;
    align-items: center;
    height: 38px;
    font-size: 15px;
    color: white;
    font-weight: 100;
    background-color: #4D4D4D;
}

.top-header ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 100;
    height: 38px;
}

.top-header ul li strong{
	color: white;
	font-size: 13px
}

.top-header li{
    margin: 0 15px;
    list-style: none;
    color: white;
}

.top-header li i{
	margin: 0 5px 0px 0;
}

.top-header a,
.top-header a{
	font-size: 13px;
    color: white;
	font-weight: 100;
}

.top-header a:hover,
.top-header a:hover i, 
.top-header a:hover strong {
	color: #F6921E;
}

.top-header .social-media{
	align-items: center;
	height: 38px;
	justify-content: flex-end;
}

.header {
    background: white;
    border-bottom: 1px solid #2828288f;
}

.header .row{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.header .logo{
	display: flex;
}

.header .logo img{
	width: 100%;
	max-width: 170px;
}

.header  .navbar-collapse.collapse{
	padding: 0
}

/******* Menu ******/

.navbar-nav {
    float: right !important;
}

.navbar-nav li a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #989898;
    font-weight: 400;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus{
	background-color: transparent;
	cursor: pointer;
}

.navbar-nav .menu-item:last-child a{
	background-color: #ff9300;
	color: white;
}

.navbar-nav .menu-item:last-child a{
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.navbar-nav li:last-child a:hover{
	background-color: #e67b00;
	transition: all .3s ease-in-out;
}


.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase
}

.navbar-nav .active a{
	color: #ff9300;
}
.navbar-nav>li>.active .dropdown-menu{
	color: red;
}


.dropdown-menu{
	    border: none;
    padding: 10px 0;
    top: 64px;
    box-shadow: none;
}

.dropdown-menu .menu-item{
	color: #989898;;
}

.navbar-nav .dropdown-menu li:last-child a{
	padding: 3px 20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: #ff9300;
    color: #fff;
}
/******* Footer ******/

.semi-footer{
    background-color: #989898;
    padding: 50px 0;
}

.semi-footer .semi-footer-img .img{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/footer-image.jpg);
    height: 180px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid white;
}

.semi-footer h3 {
    margin: 10px 0 10px 0px;
}

.semi-footer p{
	color: white;
}

.semi-footer .footer-icon{
	width: 30px;
	height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 0 15px 0 0;
}

.semi-footer .footer-icon.facebook-messenger{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/facebook_messenger.svg);

}

.semi-footer .footer-icon.whatsapp{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/whatsapp.svg);
}

.semi-footer .footer-icon.telephone{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/phone-white.svg);
}

.semi-footer .footer-icon.mail{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/envelope_white.svg);
}

.semi-footer .footer-icon.map{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/map.svg);
}


.semi-footer .semi-footer-contact div{
    display: flex;
    flex-flow: column;	
}


.semi-footer .semi-footer-contact span, .semi-footer .semi-footer-contact a {
	color: white;
	font-weight: 100;
}

.semi-footer .semi-footer-contact span {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
}

.semi-footer .semi-footer-contact{
	display: flex;
	margin: 0 0 10px 0;
}

footer{
	background-color: #4D4D4D;
}


footer .row{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .row p{
	margin: 0;
}

footer .row strong{
	color: #F6921E;
}

.social-media{
    display: flex;
    justify-content: flex-end;
}

.social-media .social-media-icon {
	width: 15px;
    height: 15px;
    margin: 0 0px 0px 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-media .social-media-icon.facebook{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/facebook.svg);
}

.social-media .social-media-icon.instagram{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/instagram.svg);
}

.social-media .social-media-icon.youtube{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/youtube.svg);
	width: 20px;
	height: 15px;
}

.social-media .social-media-icon.tiktok{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/TikTok.svg);
	width: 20px;
	height: 15px;
}


/******* Mobile Menu ******/

.menu-mobile {
  background-color: #4D4D4D;

}
.menu-mobile.act {
  overflow: hidden;
}
.menu-mobile.act .mainMenu a {
  opacity: 1;
  transform: translateX(0);
  font-size: 15px;
}
.menu-mobile.act .mainContainer {
  transform: translate(80%, 1%);
}
.mainContainer {
	transition: all 350ms;
	position: relative;
	z-index: 1;
	background-color: white;
}
.menu-mobile header {
    padding: 10px 15px;
    background-color: white;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2828288f;
}

.menu-mobile .logo{
    width: 100%;
    max-width: 100px;	
}

.menuBtn {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 101;
}
.menuBtn > span {
  background-color: #989898;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after,
.menuBtn > span:before {
  content: '';
  background-color: #989898;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn > span:after {
  top: -7px;
}
.menuBtn > span:before {
  bottom: -7px;
}
.menuBtn.act > span {
  height: 0;
}
.menuBtn.act > span:after,
.menuBtn.act > span:before {
  background-color: #F6921E;
  top: 1px;
}
.menuBtn.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before {
  transform: rotate(-45deg);
}
/* main menu block */
.mainMenu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mainMenu ul {
	margin: 80px 0 0 15px;
}
.mainMenu li {
  padding: 15px;
}
.mainMenu li.act {
  border-left: 3px solid #fff;
}
.mainMenu li i,
.mainMenu li a {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.mainMenu li i {
  margin-right: 15px;
}
.mainMenu a {
  color: #fff;
  opacity: 0;
  transition: all 750ms;
  transform: translateX(50%);
}

.menu-mobile .mainMenu,
.menu-mobile header{
	display: none;
}


.masterContainer{
	padding: 50px 0;
}

/******* Welcome section ******/

.welcome-section{
	height: 580px;
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/welcom-section.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}


.welcome-section p{
	font-size: 15px;
	color: white;
	font-weight: 100;
}

.welcome-section .btn.get-a-quote{
	background-color: #F6921E;
	border: 2px solid #F6921E;
}

.welcome-section .btn.get-a-quote:hover{
	background-color: #e67b00;
	border: 2px solid #e67b00;
	color: white !important;
	transition: all .3s ease-in-out;
}

/******* Projects ******/

.projects-section{
	background-color: #F6921E;
}

.home .projects-section .section-title span,
.home .projects-section .section-title h2 {
	color: white;
}
.home .projects-section .section-title span{
	border-left: 2px solid white;	
}


/******* service ******/

.projects-section{
	background-color: #F6921E;
	padding: 50px 0;
	background-image: url('https://www.betonflex.nl/wp-content/uploads/2023/01/paint-big.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 90%;
    background-position-y: 80%;
    background-attachment: fixed;
    background-size: 100px;
}

.projects-section .row p{
	color: white;
}

.projects-list{
	width: 100%;
  display: flex;
  flex-wrap: wrap;	
}

.projects-list .project{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/project.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 360px;
    width: 25%;
    display: flex;
    align-items: center;
	
}

.projects-list .project a{
	width: 100%;
}


.projects-list .project-details{
	display: flex;
    height: 320px;
    width: 90%;
    background-color: transparent;
    margin: 0 auto;
    padding: 260px 20px 20px 0;
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.projects-list .project .project-details span{
	font-size: 16px;
    color: white;
    padding: 5px 10px;
    background-color: #4D4D4D;
}

.projects-list.project .project-details p{
	padding: 5px 10px;
	font-size: 13px;
    color: white;
    font-weight: 100;
    background-color: #F6921E;
}

.projects-list .section-title h1{
	display: flex;
	align-items: center;
}


.page.service .projects-list{
	width: auto;
    display: inherit;
}

.page.service .projects-list .project{
    height: 250px;
    width: auto;
    display: flex;
    padding: 15px;
    background-size: cover;
}

.page.service .projects-list .project .project-details{
	position: absolute;
	bottom: 0;
}

.page.service .projects-list .project .project-details span{
	padding: 5px;
    background-color: #4D4D4D;
    color: white;
}

.page.service .projects-list .project .project-details p{
	padding: 5px;
    margin: 3px 0 15px 0;
    background-color: #ff9300;
    color: white;
    width: max-content;
}

.page.service .projects-list .col-md-3 {
	margin: 0 0 25px 0;
}
/******* Services section ******/

.services-section{
	padding: 50px 0;
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/grid.svg);
	background-size: contain;
    background-repeat: repeat-x;
}

.services-section .section-title span{
	color:#F6921E;
	border-left: 2px solid #4D4D4D;
	
}

.services-section .section-title h1{
	color:#989898 ;
	font-size: 50px;
	margin: 0;
}

.services-section .service {
	display: flex;
	margin: 50px 0;
	flex-flow: column;
	align-items: center;
}

.services-section .service p{
	text-align: center;	
}

.services-section .service h3{
	text-align: center;
	font-size: 25px;
	margin: 15px 0;
	color: #989898;
}

.services-section .service .service-icon{
    width: 85px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.services-section .service:hover{
	transform: scale(1.2);
	transition: transform .3s ease;
	background-color: #ffffff87;
}

.services-section .service .service-icon.concret-repairs,
.section-title .services-icon.concret-repairs{
	background-image: url('/wp-content/uploads/2021/07/betonreparaties-2-1.svg');
}

.services-section .service .service-icon.parking-garage,
.section-title .services-icon.parking-garage{
	background-image: url('/wp-content/uploads/2021/07/parkerengarage.svg');
}

.services-section .service .service-icon.catering-floors,
.section-title .services-icon.catering-floors{
	background-image: url('/wp-content/uploads/2021/07/horeca.svg');	
}

.services-section .service .service-icon.inject,
.section-title .services-icon.inject{
	background-image: url('/wp-content/uploads/2021/07/injecteren.svg');	
}

.services-section .service .service-icon.bathrooms,
.section-title .services-icon.bathrooms{
	background-image: url('/wp-content/uploads/2021/07/badkamers.svg');
}

.services-section .service .service-icon.hoge,
.section-title .services-icon.hoge{
	background-image: url('/wp-content/uploads/2021/07/hoge.svg');
}


.section-title .services-icon{
	width: 30px;
	height: 30px;
	margin: 0 10px 0px 0;
	background-size: cover;
}



.services-section a:hover .col-md-4.col-sm-4.col-xs-12{
	background-color: white;
	box-shadow: red;
	-webkit-box-shadow: -1px 1px 7px 1px rgb(0 0 0 / 45%);
	box-shadow: -1px 1px 7px 1px rgb(0 0 0 / 45%);
}


.page.services .services-section{	
	padding: 0;
}


/******* Pages ******/

.page .page{
	padding: 50px 0 0 0;
	min-height: 100vh;
}

.page .section-title{
    margin: 0 0 25px 0;
}

.page .section-title h2{
	color: #989898;
}

.page .section-title span{
	color: #f6921E;
	border-left: 2px solid #f6921E;
	padding: 0 0px 0px 10px;
}

.page.about{
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/house_plan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 20px;
    background-color: transparent;
}

.page.about .about-img {
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/15jaar.png);
	height: 483px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.funny-about .funny-top{
	height: 100px;
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/paint_orange.svg);
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-position-y: 10px;
}

.funny-about .funny-about-content{
	background-color: #F6921E;
	height: 100px;
	color: white;
	display: flex;
	align-items: center;
}

.funny-about .funny-about-content .funny-info{
	display: flex;
	height: 50px;
	font-weight: bold;
	align-items: center;
}

.funny-about .funny-about-content .funny-info .funny-icon{
	width: 40px;
	height: 40px;
	background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}


.funny-about .funny-about-content .funny-info .funny-icon.completed{
	background-image: url('/wp-content/uploads/2021/07/complete_service.svg');
}

.funny-about .funny-about-content .funny-info .funny-icon.happy{
	background-image: url('/wp-content/uploads/2021/07/smile.svg');
}

.funny-about .funny-about-content .funny-info .funny-icon.qualified{
	background-image: url('/wp-content/uploads/2021/07/like.svg');
}


.funny-about .funny-about-content .funny-info .funny-icon.concret{
	background-image: url('/wp-content/uploads/2021/07/floor.svg');
}

.funny-about .funny-about-content .funny-info span{
	font-size: 40px;
	margin: 0 10px 0px 10px;	
}

.funny-about .funny-about-content .funny-info p{
    margin: 0;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    line-height: initial;
}

.funny-about .funny-about-content .funny-info b{
	text-transform: uppercase;
	font-size: 20px;
	line-height: initial;
}

.page.project-list .service-list{
	margin: 15px 0 0 0;
}


.page.contact strong, 
.page.contact b{
	font-size: 15px;
	font-weight: 400;
}

.page.contact strong{
	
	color: #989898 ;
}

.page.contact b{
	font-size: 10px;
	color: #f6921E;
	text-transform: uppercase;
}

.page.contact label{
	width: 100%;
}

.page.contact .wpcf7-form-control.wpcf7-submit{
	width: auto;
	padding: 0 20px;
    margin: 15px 0;
}


.wpcf7-not-valid-tip{
	font-size: 12px;
	margin: 10px 0;
}

.contact-map{
    position: absolute;
    right: 0;
    height: 536px;
    top: 0;
    width: 55%;
    padding: 0;
}

.contact-map iframe{
	height: 570px;
}


/******* Services ******/

.services .nav-tabs {
    border-bottom: none;
    display: flex;
    flex-flow: column;
    height: 100vh;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    border-top: 1px solid #989898;
}


.services .nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services .nav-tabs>li{
	border-bottom: 1px solid #989898;
}

.services .nav-tabs>li.active>a, .services .nav-tabs>li.active>a:focus, .services .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #f6921E;
    border: 1px solid #f6921E;
    border-bottom-color: transparent;
    margin: 0;
    border-radius: 0;
}

.services .nav-tabs>li>a:hover {
    background-color: #F6921E;
    border: 1px solid #f6921E;
    margin: 0;
    border-radius: 0;
    color: white;
}

.services .services-icon{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 10px 0 0;
}


.page.page-404{
    height: 50vh;
	background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/grid.svg);
	background-size: contain;
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
}


.page.page-404 .col-md-12{
	display: flex;
	flex-flow: column;
	align-items: center;
}

.page.page-404 .col-md-12 img{
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #46b450;
    color: white;
    font-weight: 100;
    margin: 0;

}

/******* service ******/

.page.service{
	padding: 50px 0;
}

.page.service h2{
	color: #989898;
}

.wp-block-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.page.service .section-title {
    margin: 0 0 15px 0;

}

.page.service .section-title h1 {
    display: flex;
    align-items: center;
}

.welcome-section-buttons a:hover{
	color: white;
}


/******* Tablet ******/

@media (max-width: 768px) {

	h1 {
    	font-size: 50px;
    }	
    
	.navbar-nav li a {
	    text-transform: uppercase;
	    padding: 0 20px 0px 0;
	    font-size: 13px;
	}
	.navbar-nav li:last-child a {
	    height: 40px;
	    padding: 0 15px;
	}
	
	.navbar-nav {
	    height: 40px;
	    display: flex;
	    align-items: center;
	}
	
	.welcome-section{
	    height: 500px;
	    background-position: top;
	    background-image: url(https://www.betonflex.nl/wp-content/uploads/2023/01/welcom-section-tablet.jpg);
	    background-attachment: inherit;
	}
	
	.section-title h2 {
    	font-size: 40px;
	}
	
	.service-section {	
		padding: 25px 0;
		background-size: 90px;
		background-image: none;
	}
	
	.service-list .project{
		width: 50%;
	}
	
	.services-section .service h3 {
	    font-size: 20px;
	    margin: 10px 0;
    }
    
    .services-section .service {
	    margin: 20px 0;
    }
    
    .semi-footer .semi-footer-img{
	    display: none;
    }
    
    .semi-footer .footer-icon{
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
	}
	
	.services-section,
	.semi-footer{
		padding: 25px 0;
	}
	
	.page.about .about-img{
		height: 300px;
	}
	
	.funny-about .funny-about-content .funny-info span {
	    font-size: 40px;
	}
	
	.funny-about .funny-about-content .funny-info b {
    	font-size: 20px;
	}
	
	.funny-about .funny-about-content .funny-info .funny-icon {
	    width: 40px;
	    height: 40px;
	    background-size: contain;
	}
	
	.funny-about .funny-about-content {
    	height: 80px;
	}

}

@media (max-width: 480px) {
	
	h1,
	.section-title h2 {
		font-size: 25px;
		line-height: inherit;
	}
	
	.page .page{
		padding: 25px 0;
	}
	
	.btn{
		height: 40px;
		padding: 10px 25px;
		margin: 0 10px 0px 0px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid white;
	}
	
	.welcome-section-buttons{
		display: flex;
		justify-content: space-between;
	}
	
	.welcome-section-buttons .btn:last-child{
		margin: 0;
	}
	
	.page .page .section-title h2 {
    	font-size: 25px;
	}
	
	.page .page .section-title{
		margin: 0px 0 15px 0;
	}

	.top-header{
		display: none;
	}
	.header{
		display: none;
	}
	
	.menu-mobile .mainMenu,
	.menu-mobile header{
		display: block;
	}
   	
   	
	.mainMenu li{
		margin: 0;
		padding: 0;
		height: 35px;
	}
   	
   	.service-list .project {
	    width: 100%;
	    height: 320px;
	}
	
	.navbar-nav {
	    display: block;
	    position: absolute;
	    height: auto;
	}
	
	.funny-about .funny-about-content {
		height: auto;
		padding: 15px 0;
	}
   	
   	.funny-about .funny-about-content .funny-info {
    	margin: 0 0 5px 0;
	}
	
	.services .nav-tabs{
    	margin: 0 0 30px 0px;
    	height: auto;
	}
	
	.contact-map{
	    position: initial;
	    height: auto;
	    width: 100%;
	}
	
	.contact-map iframe {
	    height: 200px;
	}
	
	footer .row {
		padding: 15px 0 ;
	    height: auto;
	    display: inherit;
    }

}