/* ************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: 1400px) {
	.cover {
		background-attachment:scroll !important;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
	.contact_form .shortcode_button {
		min-width:inherit;
		width:calc(100% - 20px);
	}
}
@media only screen and (max-width: 1024px) {
    .parallax {
        background-position: 50% 50% !important;
        background-attachment: scroll !important;
    }
}
@media (max-width: 992px) {
	.price-item {
		margin: 0 2px 20px 5px;
	}
}
@media (max-width: 900px) {
	.individual_section .title {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.full_slider_caption .title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom:15px;
	}
	.full_slider_caption .shortcode_button {
		margin-top: 10px;
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.mobile_menu_wrapper li a {
		line-height:20px !important;
	}
	.page_section,
	.page_section.section_big {
		padding:20px 0 !important;
	}
	.about_block .img,
	.item-team,
	.service {
		margin-bottom:25px;
	}
	.page_section header {
		padding-bottom:25px;
	}
	.individual_section {
		padding:40px 0;
	}
	.individual_section .title {
		font-size: 26px;
    	line-height: 32px;
		margin:24px 0 20px;
	}
	.individual_section .cont {
		margin-right:0;
		padding:0px;
		background:none;
	}
	.price-item {
		margin: 0 7px 20px 10px;
	}
	.portfolio-list .item {
		width: calc(50% - 1px);
	}
	.services_tab ul.tabs {
		width: 220px;
	}
	.services_tab .tab_box {
		padding: 24px 10px 24px 240px;
	}
	.list_cont .cont {
		padding: 0 0 0 180px;
	}
	.about_block .wrap_cont {
		padding: 49px 15px 58px;
	}
	.contact_form {
		padding:20px 15px 15px;
		margin-left:-15px;
		margin-right:-15px;
	}
	.contact_form form label {
		margin-bottom: 5px;
	}
	.contact_form .shortcode_button {
		margin-top:0px;
	}
	.read-mail {
		margin:0 0 30px;
	}
}
@media (max-width: 700px) {
	.list_cont .img {
		float: none;
		max-width: 170px;
	}
	.list_cont .cont {
		padding: 0;
	}
	.list_cont .cont ul {
		display:block;
		height: auto;
	}
	.services_tab .tab_box {
		padding: 24px 20px 10px;
	}
}
@media (max-width: 600px) {	
	.page_section header div.container h1,
	.page_section header div.container h2,
	.page_section header h1,
	.page_section header h2 {
		font-size: 28px;
    	line-height: 32px;
		margin: 0 0 10px;
	}
	.separator {margin: 15px auto;
	}
	.cover {
		background-attachment:scroll;
		background-size:auto;
	} 
	.footer_block {
		margin-bottom: 15px;
	}
	.footer {
    	padding: 0 0 24px;
	}
	
	.about_block {
		display: block;
	}
	.about_block .col_img,
	.about_block .col_cont{
		flex:0;
		width: 100%;
		float:none;
	}
	.about_block .col_img {
		min-height:220px;
		position:relative;
	}
	.services_tab ul.tabs {
		float: none;
		margin:0;
		overflow: hidden;
		width: 100%;
		border-bottom:#cdcdcd solid 1px;
	}
	.services_tab ul.tabs li {
		padding:0 10px;
	}
}
@media (max-width: 500px) {	
	.full_slider_caption {
		display:none;
	}
	.service,
	.about_block,
	.individual_section,
	.individual_section h2 {
		text-align:center;
	}
}
@media (max-width: 400px) {	
	.blog-item .sub-info span {
		display:block;
	}
}

/***mobile menu***/
a.menu_toggler { display:none;
}
@media only screen and (max-width: 767px) {
	#top {
		background:#000;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0;
		left:0;
		padding:0;
	}
	#top header #logo {margin:5px 0;
	}
	#top header nav {
		display: none !important;
	}	
	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;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#262626;
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 70px;
		left:0;
		padding:15px 10px 20px;
	}
	.mobile_menu_wrapper ul li {
		margin-bottom:5px;
	}
	.mobile_menu_wrapper ul li:last-child {
		margin-bottom:0;
	}
	.mobile_menu_wrapper a {
		color:#fff;
		font-size:13px;
	}
	.mobile_menu_wrapper a:hover {color:#96ceb4;
	}
}