@charset "utf-8";
/** CSS media query document.
  *
  * version: 1.0
  */

@media screen and (min-width: 2100px) {
	#footer .spacer {
		margin-top: 5.5%;	
	}	
	
	.search .field {
		font-size: 42px;
		line-height: 42px;
	}
	
	.search > label {
		background-size: 35% auto;
	}
}

@media screen and (min-width: 1780px) {
	.result_box span.label.big {
		font-size: 20px;
	}	
}

@media screen and (max-width: 1660px) {
	.wall .tile {
		width: 33.33%;
	}
	
	.wall .tile.tile-span-2 {
		width: 66.66%;
	}
	
	.currently .live-box {
		margin-top: 9%;
	}
	
	.currently h3 {
		font-size: 65px;
	}
	
	.currently h3.big {
		font-size: 90px;
		line-height: 90px;
	}
	
	.result_box span.label.big {
		font-size: 19px;
	}
	
	.col-home .info .caption h2{
	    color: #ffffff;
	    font-size: 2.5em;
	    margin-bottom: 0px;
	}
	
}


@media screen and (max-width: 1440px) {
	
	div.collapse-menu ul.mobile-nav li a {
		font-size: 32px;
		line-height: 40px;
	}
	
	#footer .box a {
		font-size: 14px !important;
	}
	
	.currently .live-box {
		margin-top: 5%;
	}
	
	#footer .box {
		font-size: 18px;
	}
	
	.brand img {
		width: 100%;
	}
	
	.contacts .headquarters img {
		width: 140%;
	}
	
	.result_box {
		padding: 50px 20px;
	}
	
	.result_box span.label.big {
		font-size: 17px;
	}
	
	.col-home .info .caption h2{ 
		font-size: 2em;	
	}
	
	header div.logo-container .logo-type {
		background-size: 85% auto;
	}
	
	header div.logo-container .logo-text {
		background-size: 78% auto;
	}
	
	.news-container .news-short {
		font-size: 28px;
	}	
}

@media screen and (max-width: 1279px) {
	#home_slider {
		display: block! important;
	}
	
	#flipVisual {
		display: none;
	}
	
	#footer .box {
		display: none;
	}
	
	.wall .tile {
		width: 50%;
	}
	
	#page-wrapper {
		width: 80%;
	}
	
	.wall .tile.tile-span-2 {
		width: 100%;
	}
	
	.main-visual img {
		margin-top: 8%;
	}
	
	body.desktop .col-span-2 {
		width: 100% !important;
	}
	
	.currently .live-box {
		display: none;
	}
	
	.clients {
		font-size: 70px;
	}
	
	.pagetitle {
		font-size: 70px;
	}
	
	
	.param  {
		display: none;
	}
	
	
	.contacts .headquarters img {
		display: none;
	}
	
	.footer-logo {
		width: 80%;	
	}
	
	header div.logo-container .logo-type {
		background-position: left 80%;
		background-size: 75% auto;
	}
	
	body.homepage header.fixedHeader {
   	    background-color: white !important;
	}
	
	body.homepage {
		padding-top: 100px;
	}
	
	.news-container .news-title {
		padding: 5% 0 5% 10%;
		font-size: 70px;
	}		
	
	.news-container .collapsible-news {
		padding: 0 5% 3% 10%;
	}
	
	.news-container .stripes {
		width: 80%;
	}
	
	.hidden-sm {
		display: none;
	}
	
	.span2-sm {
		width: 66.66%;
	}
	
	.car_title {
		z-index: 2;
	}
	
	.balloon .message {
		font-size: 28px;
		line-height: 30px;
	}
	
	.balloon .message span {
		font-size: 35px;
	}
}

@media screen and (max-width: 1080px) {
	
	.currently h3 {
		margin-top: 3%;
		font-size: 45px;
		text-align: center;
	}
	
	.currently h3.big {
		font-size: 65px;
		line-height: 65px;
		text-align: center;
	}
	
	.result_box {
		padding: 50px 0;
	}
	
	.news-container .news-short {
		font-size: 18px;
		line-height: 20px;
	}
	
	.news-container .news-title {
		padding: 5% 0 5% 5%;
		font-size: 70px;
	}		
	
	.news-container .collapsible-news {
		padding: 0 5% 3% 5%;
	}
	
	.subscribe input {
		font-size: 60px;
		line-height: 80px;
	}
	
}

@media screen and (orientation: landscape) {
	body.tablet .wall .tile {
		width: 33.33% !important;
	}
	
	body.tablet .wall .tile.tile-span-2 {
		width: 66.66% !important;
	}
}

@media screen and (max-height: 720px) {
	
	div.collapse-menu div.menuInfo {
		right: auto !important;
		left: 0;
	}
	
	div.collapse-menu div.menuInfo div.address {
		text-align: left;
	}
	
	div.collapse-menu div.menuInfo span.small-rect {
		float: left !important;
	}
}

@media screen and (max-width: 1023px) {
	.col-span-2 {
		width: 100% !important;
	}
	
	.press_cover {
		display: none;
	}
	
	.balloon {
		width: 85%;
	}
	
	.balloon .message {
		font-size: 22px;
		line-height: 25px;
	}
	
	.balloon .message span {
		font-size: 30px;
	}
}

@media screen and (max-width: 679px) {
	.balloon {
		display: none;
	}
}
