/* ************Responsive GRID************ */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* Grid */
	.container {
        width: 760px;
    }	
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
	/* Grid */
	.container {
        width: 990px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }    
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
/*******************************************/



/* Responsive changes */
@media (max-width: 1025px) {
	.cover {
		background-attachment:scroll !important;
	}
}
@media (min-width: 1026px) {
	.cover {
		background-attachment:fixed !important;
	}
}
@media (max-width: 1680px) {
	.cover1 {
		background-attachment:scroll !important;
	}
}
@media (min-width: 1681px) {
	.cover1 {
		background-attachment:scroll !important;
	}
	.header-bg.set1 {background-image:url(../images/slide_bg/1.jpg);
	background-position:top center !important;
	}
	.header-bg.set2 {background-image:url(../images/slide_bg/2.jpg);
	background-position:bottom center !important;
	}
	.header-bg.set3 {background-image:url(../images/slide_bg/3.jpg);
	background-position:bottom center !important;
	}
	.header-bg.set4 {background-image:url(../images/slide_bg/4.jpg);
	background-position:center center !important;
	}
}
@media (max-width: 1199px) {
	.team_block .tabs li {width: 13%;
	}
	.brick1 {
	  width: 160px;
	  height: 160px;
	}
	.boffset3 {
	  margin-left: 480px;
	}
	.boffset1 {
	  margin-left: 160px;
	}
}
@media (max-width: 991px) {
	.full_slider_caption {
		font-size: 42px;
		line-height: 52px;
	}
	.full_slider_caption p {
		margin-bottom: 30px;
	}
	.team_block .tabs li {width: 22%;
	}
	.separator-bg {min-height: 300px;
	}
		.header-bg {min-height: 300px;
	}
	
	.visible-phone {display:block;
	}
	.hidden-phone {display:none;
	}
	.cube_box .container {
		padding: 120px 0 120px;
		text-align:center;
	}
	[class*="brick"] {
		display: inline-block;
		float: none;
		margin:0 0 8px 4px;
		vertical-align: top;
	}
}
@media (max-width: 767px) {
	.hidden-phone {display:none;	
	}
	.mouse {bottom: 10px;
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.columns3 {
		width: 370px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.columns3 .element {
		width: 370px !important;
	}
	.page_section,
	.page_section.section_big {
		padding:30px 0 15px !important;
	}
	.page_section header div.container h1,
	.page_section header div.container h2,
	.page_section header h1,
	.page_section header h2 {
		font-size: 40px;
		line-height: 48px;
		margin: 0 0 20px;
	}
	.separator {margin: 28px auto 32px;
	}
	.about_block .img {margin-bottom:25px;
	}
	.page_section header {padding-bottom: 24px;
	}
	.image-grid .element {margin-bottom: 32px;
	}
	.filter_navigation ul li ul li {
		margin-bottom: 20px !important;
	}
	.filter_navigation {margin-bottom:15px;
	}
	.separator-bg {min-height: 250px;
	}
	.header-bg {min-height: 250px;
	}
}
@media (max-width: 600px) {	
	.full_slider_caption {
		display:none;
	}
	.page_section header div.container h1,
	.page_section header div.container h2,
	.page_section header h1,
	.page_section header h2 {
		font-size: 34px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.provide-block header h2 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.separator {margin: 20px auto 24px;
	}
	.page_section header {padding-bottom: 24px;
	} 
	.footer {padding: 30px 0 26px;
	}
	.icon_box {margin-bottom: 15px;
	}
	.icon_box .icon {margin-bottom: 7px;
	}
	.social_icon {margin-bottom: 20px;
	}
	.team_block .tabs li {
		width: 26%;
		margin: 0 7px 15px 10px;
	}
	.separator-bg {min-height: 200px;
	}
	.header-bg {min-height: 200px;
	}
}
@media (max-width: 500px) {
	.cube_box {
		display:none;
	}
	.full_slider {
		height:0px !important;
		min-height:0px !important;
	}
}
@media (max-width: 400px) {	
	.columns3 {
		width: 300px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.columns3 .element {
		width: 300px !important;
	}
	.team_block .tabs li {
		width: 36%;
	}
}

/***mobile menu***/
a.menu_toggler { display:none;
}
@media only screen and (max-width: 991px) {
	.navmenu ul li {
		margin:3px 15px 5px;
	}
	#logo {
		padding-left:0px;
	}
}
@media only screen and (max-width: 767px) {
	.fixed-menu {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		top:0;
		opacity: 1;
	}
	.fixed-menu nav {
		display: none !important;
	}	
		.fixed-menu1 {
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		top:0;
		opacity: 1;
	}
	.fixed-menu1 nav {
		display: none !important;
	}
	.fixed-menu-wrapper {
		padding: 10px 0 6px;
	}
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:-17px 20px 0px 0;
		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:0;
		top:50%;
	
		background-color:#efefef;
		background-image: linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
		background-image: -o-linear-gradient(top, #f5f5f5, #e9e9e9);
	}
	a.menu_toggler:hover {
		background-color:#f5f5f5;
		background-image: linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
		background-image: -o-linear-gradient(top, #e9e9e9, #f5f5f5);	
	}
	a.menu_toggler:before {
		content:'';
		display:block;
		position:absolute;
		left:7px;
		top:7px;
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		background:url(../images/btn_menu.png) no-repeat;		
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 75px;
		left:0;
		padding:15px 20px 10px;
	}
	.mobile_menu_wrapper li {margin-bottom:10px;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:14px;
		line-height:20px !important;
	}
}

@media only screen and (max-width: 1023px) {

img.right {
	float: right;
	margin: 10px 0px 30px 10px;
	max-width: 100%;
	height:auto;
	}
img.left {
	float: left;
	margin: 10px 10px 30px 0px;
	max-width: 100%;
	height:auto;
}
}
@media only screen and (max-width: 600px) {
img.center {
	display: block;
	margin: 30px auto 0px;
	max-width:100%;
	height:auto;
	
}
}

/*@media (min-width: 768px) {
.navmenu li.nav-mobiel {
	display: none;
}
}*/