/* ************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 only screen and (min-width: 767px) and (max-width: 991px) {
	.work_hours {margin: 9% auto 7%;
	}
	.work_hours .item {width: 85px;
	}
	.slide_title {margin-top: 14%;
	}
}
@media (max-width: 767px) {
	.slide_title {margin-top: 13%;
	}
	.work_hours {margin: 8% auto 8%;
	}
	.work_hours .item {width: 80px;
	}
	.slide_title {
		line-height:24px;
		font-size:30px;
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	.mobile_menu_wrapper li a {
		line-height:20px !important;
	}
	.columns3 {
		width: 370px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.columns3 .element {
		width: 370px !important;
	}
	.announce {display: block;
	}
	.announce .col,
	.announce .wrap_cont {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
	}
	.announce .slides li,
	.announce .col_best .wrap_cont {
		min-height: 300px;
		padding: 20px 15px;
	}
	.page_section,
	.page_section.section_big {
		padding:30px 0 36px !important;
	}
	.partners {margin-bottom: 20px;
	}
	.partners div.item {padding-bottom:10px;
	}
	.page_section header div.container h1,
	.page_section header div.container h2,
	.page_section header h1,
	.page_section header h2 {
		font-size: 38px;
		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;
	}
	.footer {padding: 32px 0 22px;
	}
	.copyright .logo {margin-bottom: 15px;
	}
	.social_icon {margin: 0;
	}
	.flex-control-nav li {margin: 0 6px 0 8px;
	}
}
@media (max-width: 660px) {
	.work_hours {
		display:none;
	}
	.full_slider_caption {
		position:absolute;
		top:50%;
		left:10%;
		right:10%;
		width:80%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	.full_slider_caption .slide_title {
		margin:0px;
	}
}	
@media (max-width: 600px) {	
	.bullet_list ul li {margin: 0 0 40px;
	}
	.page_section header div.container h1,
	.page_section header div.container h2,
	.page_section header h1,
	.page_section header h2 {
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.separator {margin: 20px auto 24px;
	}
	.page_section header {padding-bottom: 24px;
	}
	.social_icon li {
		margin: 0 5px 6px 7px;
	}
}
@media (max-width: 400px) {	
	.columns3 {
		width: 300px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.columns3 .element {
		width: 300px !important;
	}
}

/***mobile menu***/
a.menu_toggler { display:none;
}
@media only screen and (max-width: 1100px) {
	.navmenu ul li {
		margin: 0 20px 0 24px;
	}
	nav.navmenu #logo {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 760px) {

	.navmenu {
		display:none;
	}
	.logo_main {
		display: flex;
	}
	#navigation {
		padding-bottom:0px;
		padding-top:4px
	}
	#navigation .container {
		margin-bottom:4px;
	}
	.mobile_menu #logo {
		display:none !important;
		margin:-5px 0;
	}
	#mobile-nav{
		display: flex;
	}
	.mobile_menu li:nth-child(3){
		display:none !important;
	}
	a.menu_toggler {
		display:inline-block;
		float:right;
		margin:0;

		border:#cfcfcf 1px solid;
		border-radius:4px;
		box-shadow:inset #fbfbfb 0 1px 0;
		width:34px;
		height:34px;
		position:absolute;
		overflow:hidden;
		right:12px;
		top:50%;
		margin:-17px 0 0;
	
		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 0 0;		
	}
	.fixed-menu,
	.fixed-menu:before,
	.fixed-menu:after {
		display:none!important;
	}
	.mobile_menu_wrapper {
		display:block;
		background:#383838;
		padding: 15px 20px;
	}
	.mobile_menu_wrapper a {color:#fff;
	}
	.mobile_menu_wrapper a:hover {color:#2980b9;
	}
	.mobile_menu li {
		margin:5px 0;
	}	
}


