/* FONTS */
@font-face {
font-family: PTSerif;
src: url('../fon/PTSerif-Regular.otf');
src: url('../fon/PTSerif-Regular.eot');
src: url('../fon/PTSerif-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fon/PTSerif-Regular.woff') format('woff'),
		url('../fon/PTSerif-Regular.ttf')  format('truetype'),
		url('../fon/PTSerif-Regular.svg#svgFontName') format('svg');
}

body {
	color: #000000;
	font: 20px Arial;
	line-height: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #949494;
	background-image: url(../img/background.jpg);
}
body, html {
height: 100%;
}

/* COMMON */
a {
	color: #646464;
	text-decoration: none;
}
.body_full {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.body_center {
	width: 1200px;
	height: auto;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
h1 {
	font-family: PTSerif;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 55px;
}
h2 {
	font-family: PTSerif;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 42px;
}
.wrap_left {
	width: 65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.wrap_left h2 {
	margin-top: 60px !important;
	margin-bottom: 40px !important;
}

/* BUTTONS */
.btn_orange {
	width: 90%;
	height: auto;
	font-family: Arial;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	background: #f7ba38; /* Old browsers */
	background: -moz-linear-gradient(top, #f7ba38 1%, #fb9930 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7ba38 1%,#fb9930 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7ba38 1%,#fb9930 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ba38', endColorstr='#fb9930',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.15);
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.btn_orange span {
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}
.btn_orange:hover {
	background: #f7ba38;
}

/* HEADER */
#header {
	height: 160px;
	text-align: center;
	position: relative;
}
#header p {
	margin-top: 10px;
	margin-bottom: 0;
}
#header #logo {
	width: 35%;
	height: auto;
	position: absolute;
	top: 40px;
	left: 3%;
}
#header #phone {
	position: absolute;
	top: 60px;
	right: 40px;
}
#header #header_line {
	width: 100%;
	height: 6px;
	background-color: #0d406b;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* BODY */
#body {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #ffffff;
}
#body #body_title {
	width: 93%;
	height: auto;
	font-size: 39px;
	line-height: 60px;
	text-align: center;
	text-transform: capitalize;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#body #body_subtitle {
	width: 85%;
	height: auto;
	font-size: 30px;
	font-style: italic;
	line-height: 60px;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#body iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#body .body_bluebox {
	width: 95%;
	height: auto;
	background-color: #1972b5;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#body .body_bluebox span {
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 3.5%;
}
#body p {
	width: 95%;
	height: auto;
	font-family: PTSerif;
	text-indent: 3%;
	margin-left: auto;
	margin-right: auto; 
}
#body h2 {
	width: 95%;
	height: auto;
	text-align: center;
	text-transform: capitalize;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto; 
}
#body img {
	max-width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto; 
}
#body #body_watch {
	max-width: 85%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-top: 50px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#body .body_greybox {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
#body .body_greybox span {
	font-family: PTSerif;
	font-size: 30px;
	font-weight: bold;
	color: #364f88;
	letter-spacing: -1px;
	cursor: pointer;
}
#body .body_vidtrans {
	width: 85%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
#body .body_vidtrans span {
	font-size: 16px;
	color: #000000;
	text-transform: capitalize;
	cursor: pointer;
}
#body .body_vidtrans span strong {
	color: #364f88;
}
#body .body_vidtrans span strong:hover {
	text-decoration: underline;
}
#body .body_ad_book {
	width: 500px;
	height: auto;
	text-align: center;
	border-style: solid;
	border-width: 3px;
	border-color: #555555;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#body .body_ad_book span {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	letter-spacing: 2px;
	cursor: default;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#body #body_guide_copy {
	width: 700px;
	height: auto;
	font-size: 30px;
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	margin-bottom: 20px;
}
#body #body_guide_btn {
	width: 800px;
	margin-top: 10px;
}
#body #body_guide_copy a:hover {
	text-decoration: underline;
}
#body #body_docbox {
	width: 34%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
#body #body_docbox img {
	width: 100%;
	height: auto;
	display: block;
}
#body #body_docbox .body_bluebox {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
#body #body_docbox_copy {
	width: 100%;
	height: auto;
	background-color: #6f8297;
	padding-bottom: 20px;
}
#body #body_docbox_copy p {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-indent: 0;
}
#body #body_docbox_copy h2 {
	width: 90%;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
	text-align: left;
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
#body #body_docbox_copy ul {
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
#body #body_docbox_copy .body_docbox_copy_badge {
	width: 90%;
	height: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 7px;
	background-color: #546272;
	margin-top: 10px;
	margin-left: 10%;
}
#body #body_docbox_copy .body_docbox_copy_badge img {
	width: 10%;
	display: inline-block;
	margin-left: 5%;
	vertical-align: middle;
}
#body #body_docbox_copy .body_docbox_copy_badge span {
	font-family: PTSerif;
	color: #ffffff;
	vertical-align: top;
}
#body #body_docbox_copy .body_docbox_copy_badge .body_docbox_copy_badge_right {
	width: 80%;
	display: inline-block;
	margin-left: 2%;
	vertical-align: middle;
}
#body .btn_orange {
	width: 50%;
	margin-top: 50px;
}
#body .body_bybox {
	width: 83%;
	height: auto;
	text-align: center;
	border: #cccccc solid 1px;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#body .body_bybox .body_bybox_social {
	width: 20%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#body .body_bybox .body_bybox_spacer {
	width: 53%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#body .body_bybox span {
	width: 25%;
	height: auto;
	font-family: PTSerif;
	font-size: 18px;
	color: #126A96;
	display: inline-block;
	vertical-align: middle;
}
#body .body_bybox span img {
	width: 4.5%;
	height: auto;
	display: inline-block;
}

/* VIDEO */
.video_placeholder {
	width: 85%;
	height: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.video_placeholder img {
	width: 100%;
	height: auto;
	max-width: 100% !important;
	display: block;
	cursor: pointer;
}

/* FOOTER */
#footer {
	width: 1200px;
	height: auto;
	color: #555555;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 20px;
	background-color: #eeeeee;
}
#footer a {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer_box {
	width: 50%;
	height: auto;
	border-style: solid;
	border-width: 3px;
	border-color: #555555;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer_box p:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer .footer_box p {
	width: 95%;
	height: auto;
	font-size: 13px;
	text-align: center;
	max-width: none;
	margin: 0;
	padding: 0;
}
#footer .footer_list {
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer_list ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#footer .footer_list ul li {
	margin-bottom: 5px;
}

/* --------------- MOBILE --------------- */
@media screen and (max-width: 800px) {

	/* COMMON */
	body {
		font-size: 25px;
		background-color: #ffffff;
		background-image: none;
	}
	.body_center {
		width: 100%;
	}
	h1 {
		font-size: 8vmin;
		letter-spacing: normal;
		line-height: 10vmin;
	}
	h2 {
		font-size: 7vmin;
		line-height: 9vmin;
		margin-top: 40px;
	}
	.wrap_left {
		width: 100%;
		display: block;
	}
	.wrap_left h2 {
		margin-top: 30px !important;
		margin-bottom: 0 !important;
	}

	/* HEADER */
	#header {
		height: auto;
	}
	#header p {
		font-size: 3vmin;
		margin-bottom: 10px;
	}
	#header #logo {
		width: 55%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		display: block;
		margin-left: 2%;
	}
	#header #phone {
		width: 35%;
		height: auto;
		position: absolute;
		top: 45%;
		right: 1%;
	}
	#header #header_line {
		width: 100%;
		height: 6px;
		background-color: #0d406b;
		position: relative;
		margin-top: 20px;
	}

	/* BODY */
	#body {
		padding-top: 30px;
	}
	#body #body_title {
		letter-spacing: normal;
		font-size: 30px !important;
		line-height: 1.33;
	}
	#body #body_subtitle {
		font-size: 7vmin;
		line-height: 10vmin;
		margin-bottom: 10px;
	}
	#body iframe {
		width: 100%;
		height: 250px;
	}
	#body p {
		text-indent: 10%;
		width: calc(100% - 40px);
		font-size: 21px;
		word-break: break-word;
	}
	#body .body_bluebox span {
		font-size: 5vmin;
	}
	#body #body_watch {
		font-size: 5vmin;
		margin-bottom: 0;
	}
	#body .body_greybox span {
		font-size: 6vmin;
	}
	#body .body_ad_book {
		width: 80%;
	}
	#body .body_ad_book span {
		font-size: 2.5vmin;
		line-height: 3.5vmin;
		letter-spacing: normal;
	}
	#body #body_guide_copy {
		width: 100%;
		font-size: 4vmin;
		line-height: 6vmin;
		margin-top: 30px;
	}
	#body #body_guide_btn {
		width: 90%;
		margin-bottom: 0;
		font-size: 4.25vmin;
	}
	#body #body_docbox {
		width: 100%;
		margin-top: 0;
	}
	#body #body_docbox span {
		font-size: 6vmin;
	}
	#body .btn_orange {
		width: 80%;
		margin-top: 0;
		margin-bottom: 50px;
	}
	#body .body_bybox {
		width: 90%;
	}
	#body .body_bybox .body_bybox_social {
		width: 45%;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}
	#body .body_bybox .body_bybox_spacer {
		display: none;
		visibility: hidden;
	}
	#body .body_bybox span {
		width: 40%;
		font-size: 4vmin;
		margin-left: 3%;
	}
	#body .body_bybox span img {
		width: 8%;
		height: auto;
		display: inline-block;
	}

	/* VIDEO */
	.video_placeholder {
		width: 95%;
	}

	/* FOOTER */
	#footer {
		width: 100%;
	}
	#footer p {
		max-width: 90%;
		font-size: 16px;
	}
	#footer .footer_box {
		width: 70% !important;
		margin-top: 20px;
	}
	#footer .footer_box p:first-child {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#footer .footer_box p {
		font-size: 12px;
	}
	#footer .footer_list {
		font-size: 16px;
		margin-top: 20px;
	}

}