/* CSS Document */
.clear {
	clear: both;
}
/* Large desktop - BROWSER SIZE 1 */
@media only screen and (min-width: 1200px) and (max-width: 5000px) { /* crank up to 5000px to support high res monitors and TV's */
	.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
		width: 1170px;
		margin: 0 auto;
	
	}

}

/* Portrait tablet to landscape and desktop - BROWSER SIZE 2 */
@media (max-width: 1200px) {
	.rd-navbar-static.rd-navbar--is-clone {
		display: none;
	}	
}

/* Portrait tablet to landscape and desktop - BROWSER SIZE 2 */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
	header {
		height: auto;
	}
	.h100resp {
		height: 100%;
	}
	.rd-navbar-static .rd-navbar-nav > li > a {
		font-size: 14px;
	}
	.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 11px;
		margin-right: 11px;
	}
	.rd-navbar-static .rd-nav-item.rd-navbar-submenu {
		margin-right: 11px;
	}
	.lk {
		margin-left: 30px;
	}
	.top {
		height: 400px;
	}
	.serfon {
		padding-bottom: 50px;
	}
	.b-block-wrap {
		margin-bottom: 170px;
	}
	.b-block {
		margin-left: -75px;
	}
	.b-block.b-block2 {
		margin-left: 40px;
	}
	.card-preim {
		font-size: 18px;
	}
.preim-desc {
		line-height: 14px;
		font-size: 13px;
	}
}

/* Landscape phone to portrait tablet - BROWSER SIZE 3 */
@media only screen and (min-width: 767px) and (max-width: 991px) {
	header {
		height: auto;
	}

	.topblack {
		height: auto;
		background-color: transparent;
		color: #ffffff;
	}
	.rd-navbar-wrap {
		margin-top: 25px;
	}
	.logo.display-flex.centered {
		display: none;
	}
	.logo-static {
		height: 46px;
		display: block;
		float: right;
	}
	.top {
		height: 240px;
	}
	.b-block {
		position: relative;
		width: 100%;
		top: auto;
		margin-left: 0px;
	}
	.b-block.b-block2 {
		margin-left: 0px;
	}
	.b-block-wrap {
		margin-bottom: 30px;
	}
	.card-preim {
		font-size: 17px;
	}
	.card-desc {
		padding-top: 56px;
	}
	.col-sm-offset-332 {
		margin-left: 25%;
	}
	.preim-desc {
		line-height: 14px;
		font-size: 13px;
	}
	
}

/* All Mobile Sizes (devices and browser) - BROWSER SIZE 4 */
@media only screen and (max-width: 767px) {
	header {
		height: auto;
		background-size: cover;
		padding-bottom: 0px;
	}
	.topblack {
		height: auto;
		background-color: transparent;
		color: #ffffff;
	}
	.rd-navbar-wrap {
		margin-top: 25px;
	}
	.logo.display-flex.centered {
		display: none;
	}
	.logo-static {
		height: 46px;
		display: block;
		float: right;
		margin: 0px;
	}
	.lk {
		display: none;
	}
	.top {
		height: auto;
		padding-top: 140px;
		background-size: 100% 140px;
		background-position: center top;
	}
	.price-azs-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.price-azs {
		position: relative;
		padding: 15px 10px 20px 10px;
	}
	.price-azs-prices {
		margin-top: 12px;
		min-width: auto;
	}
	.contwr {
		margin-top: -10px;
		padding-top: 0px;
	}
	.b-block {
		position: relative;
		width: 100%;
		top: auto;
		margin-left: 0px;
		padding: 30px 35px 30px 35px;
	}
	.b-block.b-block2 {
		margin-left: 0px;
	}
	.b-block-wrap {
		margin-bottom: 30px;
	}
	.card-preim {
		font-size: 17px;
	}
	.cap700 {
		font-size: 32px;
		line-height: 35px;
	}
	.pr7 {
		padding-right: 7px;
	}
	.pl7 {
		padding-left: 7px;
	}
	.preim-block {
		margin-top: 14px;
		border: 1px solid #e51b20;
		padding: 25px 10px 19px 10px;
		width: 100%;
		height: 200px;
	}
	.preim-desc {
		font-size: 13px;
		line-height: 13px;
	}
	.card-desc {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.card p {
		font-size: 14px;
	}
	.foot-logo {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.footer-bg .row .col-xs-6:nth-child(4) {
		clear: both;
	}
	h1, .h1 {
		margin-bottom: 30px;
		margin-top: 0;
		font-size: 24px;
   		 line-height: 32px;
	}
	h2, .h2 {
		margin-bottom: 20px;
		margin-top: 20px;
		font-size: 21px;
		line-height: 26px;
	}
	h3 {
		font-size: 19px;
		line-height:24px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	h4 {
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 18px;
		line-height: 22px;
	}
}

/* Landscape phones and down - BROWSER SIZE 5 */
@media (max-width: 480px) {
	
	header {
		height: auto;
		
	}

	
}

/* iphone portrait mode - BROWSER SIZE 6 */
@media (max-width: 320px) {
	header {
		height: auto;
	
	}

	
}