/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	header {
		height:100px;
	}

	div.logo {
		text-align:center;
	}

	div.logo img{
		width:250px;
		text-align:center;
	}

	div.top_phone, div.top_addr {
		display:none;
	}

	nav.top-menu ul li {
		display: block;
		float: left;
		font-family: "BebasBold";
		line-height: 56px;
		font-size: 12px;
		padding: 0 6px 0 6px;
	}

	h2.h2 {
		font-size: 30px;
		line-height: 40px;
		font-family: "BebasBold";
		color: #000;
		display: block;
		text-align: center;
		margin-top:50px;
	}

	.font-mvboli, .oput {
		text-align:center;
		margin:50px auto 0;
	}

	.about-short {
		margin-top:0;
		margin-bottom: 50px;
    		font-size: 16px;
	}

	.formCallback input.itext {
		height: 45px;
		width: 286px;
	}

	div.callback-form {
		margin-bottom:0;
	}

	.news-block {
		margin-bottom: 50px;
	}
	
	.footer-menu {
		display:none;
	}

	.owl-item div.item .slider_text {
	    background-color: rgba(0,0,0,.63);
	    color: #fff;
	    padding: 15px;
	    margin-top: 50px;
	    width: 286px;
	    text-transform: uppercase;
	    font-family: "BebasBold";
	    font-size: 20px;
	}

	.button {
	    display: inline-block;
	    background-color: #d12f22;
	    border-bottom: #ac160a 4px solid;
	    padding: 0 25px;
	    font-size: 13px;
	    line-height: 30px;
	    height: 30px;
	    vertical-align: middle;
	    font-family: "BebasBold";
	    color: #fff;
	}

	footer img {
		width:200px;
	}

	footer {
		text-align:center;
	}

}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.owl-item div.item .slider_text {
	    background-color: rgba(0,0,0,.63);
	    color: #fff;
	    padding: 15px;
	    margin-top: 50px;
	    width: 385px;
	    text-transform: uppercase;
	    font-family: "BebasBold";
	    font-size: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	header {
		height:135px;
	}

	div.logo img {
		width:280px;
	}

	div.top_addr, div.top_phone { display:block;}

	div.top_addr {
		padding-left: 50px;
		margin-top: 50px;
		background-image: url(/skin/vk/img/header_map_icon.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		min-height: 50px;
		font-family: "BebasRegular";
		text-transform: uppercase;
		line-height: 26px;
	}
	
	
	div.top_addr strong {
		display:block;
		color:#b62c2c;
		font-size:20px;
		font-family:"BebasBold";
	}
	
	div.top_addr a, div.top_phone a {
		font-size:13px;
		color:#424242;
		border-bottom:1px dashed #424242;
		transition: all .25s;
		-webkit-transition: all .25s;
		-o-transition: all .25s;
	}
	
	
	div.top_phone {
		margin-top: 50px;
		font-family: "BebasRegular";
		text-transform: uppercase;
		line-height: 26px;
		text-align:right;
	}
	
	div.top_phone strong {
		display:block;
		color:#424242;
		font-size:20px;
		font-family:"BebasBold";
	}
	
	div.top_phone>strong>span {
		color:#b62c2c;
	}
	
	
	div.top_phone a:hover, div.top_addr a:hover {
		border-bottom:1px dashed transparent;
	}

	nav.top-menu ul li {
		display: block;
		float: left;
		font-family: "BebasBold";
		line-height: 56px;
		font-size: 20px;
		padding: 0 15px 0 15px;
	}

	h2.h2 {
		margin-bottom:50px;
	}

	div.footer-menu {
		margin-top:0px;
		display:block;
		overflow:hidden;
	}
	
	div.footer-menu ul {
		list-style-type:none;
	}
	
	div.footer-menu ul li {
		display:block;
		float:left;
		padding:12px;
	}
	
	div.footer-menu ul li:last-child {
		background:#b62c2c;
	}
	
	div.footer-menu ul li a {
		text-transform:uppercase;
		text-decoration:underline;
		color:#fff;
		font-size:15px;
	}

	div.copyright {
		padding-top:0
	}

	footer img {
		margin-top: 15px;
		width: 300px;
		height: auto;
	}

	div.footer-menu ul li:last-child {
		display:none;
	
	}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.about-short {
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	color:#424242;
	font-family:"BebasBold";
	border-left:5px solid #b62c2c;
	background:#eee;
	margin-top:80px;
	margin-bottom:150px;
	padding:30px;
}

.button {
	display: inline-block;
	background-color: #d12f22;
	border-bottom: #ac160a 4px solid;
	padding: 0 25px;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	font-family: "BebasBold";
	color: #fff;
}
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}