#container {
	min-width: 320px;
}

#advert_container {
	position: relative;
}
.block {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #dadada;
	color: #707070;
	padding: 35px;
	min-height: 184px;
	width: 958px;
}

#advert_container h1 {
	color: #CA1913;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
}
#advert_container #main_text {
	font-size: 14px;
	margin: 35px 0 0 0;
	line-height: 1.5;
}
#advert_container .question {
	font-weight: bold;
	color: #2b3d52;
}
#advert_container .answer {
	margin: 0 0 20px 18px;
}

#advert_container ul {
	list-style-type: circle;
	margin-left: 18px;
}

#advert_container #advert_table {
	font-size: 12px;
	width: 100%;
	height: 100%;
}
#advert_container #advert_table td,
#advert_container #advert_table th {
	border-bottom: 1px solid #707070;
	vertical-align: middle;
}
#advert_container #advert_table th {
	font-weight: bold;
	border-top: 1px solid #707070;
}

#advert_container #contact_us {
	text-align: center;
}

#advert_container .half_block {
	display: inline-block;
	margin-top: 20px;
	height: 272px;
}

.info_row_separator {
	max-width: 1200px; 
	width: 90%; 
	margin: 0 auto;
	height: 1px;
	background: -webkit-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
	background: -o-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
	background: -moz-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
	background: linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
}

/* ## */
/* top container */
#advert_top_container {
	background: url( '/images/main_page_clouds.jpg' ) no-repeat scroll center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

#advert_top_container_text {
	width: 100%;
}

#advert_top_container .centered_container {
    min-height: 550px;
    max-height: 575px;
}

	body.use_vh #advert_top_container .centered_container {
    	height: 67vh;
	}

#advert_top_container h1 {
	font-size: 58px;
	font-weight: bold;
	margin: 0 0 50px;
}

#advert_top_container h2 {
	font-size: 24px;
	line-height: 1.3em;
	margin: 50px 0;
}

#order_add_button {
	display: inline-block;
    background: #ca1913;
    color: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 30px;
    border-bottom: 2px solid #471e21;
    border-radius: 3px;
    -webkit-transition: ease-in-out, background 0.3s ease-in-out;
    -moz-transition: ease-in-out, background 0.3s ease-in-out;
    -o-transition: ease-in-out, background 0.3s ease-in-out;
    transition: ease-in-out, background 0.3s ease-in-out;
}

#order_add_button:hover {
	background: #DE3933;
}

/* info blocks - main info block wrappers */
.info_block {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #2f3c52;
	font-size: 14px;
}

.info_block .info_block_title {
	color: #ca1913;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.info_block_subheader {
	text-align: center;
	font-size: 24px;
	margin: 40px 0 60px;
}

	#questions .info_block_subheader {
		margin: 0px;
	}

/* info boxes - box style lists of information inside info blocks */
.box_grid .box {
	width: 50%;
	float: left;
	margin: 25px 0;
	overflow: hidden;
}

.box_grid .box.full {
	width: 100%;
	float: none;
	margin: 0px;
	padding: 40px 0;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
	font-size: 0;
}

	.box_grid .box.full:last-child {
		border: none;
	}

.box_grid .box .box_icon {
	color: #2f3c52;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.box_grid .box .box_icon.large {
		float: left;
		font-size: 70px;
		min-width: 110px;
	}

.box_grid .box .box_text {
	color: #2b3d52;
	font-size: 18px;
	line-height: 1.4em;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.box_grid .box.full .box_icon, .box_grid .box.full .box_text {
		width: 50%;
		display: inline-block;
		*zoom:1;
		*display: inline;
		vertical-align: middle;
		float: none;
	}

	.box_grid .box.full .box_icon {
		text-align: center;
	}

	.box_grid .box.full .box_text {
		text-align: justify;
	}

/* styled list */
ul.styled {
	margin: 40px 0 0;
	padding: 0px;
}

ul.styled li {
	list-style: none;
	width: 50%;
	float: left;
	position: relative;
	margin: 15px 0;
	padding: 0 50px 0 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}

ul.styled li:before {
	position: absolute;
	display: block;
	content: "\f085";
	font-family: 'FontAwesome';
	left: 0px;
}

/* questions */
#questions {
	padding: 50px 0;
}
#questions strong {
    font-weight: bold;
}

/* new styles */
img {
	max-width: 100%;
}

p {
	margin: 2em 0;
}

.red {
	color: #ca1913;
}

.align_right {
	text-align: right;
}

.centered_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.vertical_center {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info_block_container.gray {
	background: #ebebeb;
}

.info_block_container.red {
	background: #2d3c4f;
}

	.info_block_container.red .info_block {
		color: #fff;
		font-size: 24px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

.standard_button.large {
	font-size: 30px;
	padding-left: 2em;
	padding-right: 2em;
}

/* clearfix */
.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
    position: relative;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    zoom: 1;
}

.clear
{
    clear: both;
}

/* breakpoints */
@media only screen and (max-width: 940px) {
	#advert_top_container .centered_container {
		min-height: 25em;
	}

	#advert_top_container h1 {
		font-size: 30px;
	}

	#advert_top_container h2 {
		font-size: 18px;
	}

	.centered_container {
		margin-left: 20px;
		margin-right: 20px;
	}

	.box_grid .box .box_icon.large, .box_grid .box.full .box_icon {
		display: none;
	}

	#question_1 .box_grid .box, .box_grid .box.full .box_text, ul.styled li {
		width: 100%;
	}

	.standard_button.large {
		font-size: 22px;
		padding: 0.7em;
		height: auto;
		min-height: 1em;
	}
}