body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #777;
	line-height: 24px;
}

* {
	box-sizing: border-box;
}

.container {

	margin: 0 auto;
	padding: 0 15px;
}

.banner-header {
	height: 400px;
	background-image: url(./img/b1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.banner-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.banner-header .slideshow {
	position: relative;
}

.banner-header .slideshow h1 {
	font-size: 33px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;	
	padding: 20px;	
	border-bottom: 1px solid rgba(255,255,255,0.3)
}

.banner-header .slideshow p {
	font-size: 20px;	
	font-weight: 300;	
	color: #f9f9f9
}

.transcript {
	padding: 100px 0;
}

.transcript h2 {
	color: #333333;
	text-align: center;
	font-family: Lato;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 30px;
}

.grid-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.grid-column .column {
	width: 33.33%;
	padding: 0 15px;
}

.column-5 {
	width: 41.66666667%;
	padding: 0 15px;
}

.column-3 {
	width: 25%;
	padding: 0 15px;
}

.column-4 {
	width: 33.33333333%;
	padding: 0 15px;
}

.column-8 {
	width: 66.66666667%;
	padding: 0 15px;
}

.grid-content h4 {
	font-size: 15px;
	line-height: 1.46666667;
	color: #777777;
	font-weight: 700;	
}

.grid-column .column-2 {
	width: 50%;
	padding: 0 15px;
}

.ordering {
	margin: 0;	
	padding: 0;	
	list-style: none;	
}

.ordering li {
	font-size: 15px;
	line-height: 1.46666667;
	color: #777777;
	line-height: 35px;	
}

.star-link {
	color: #003F7D;
	text-decoration: none;	
	margin-top: 20px;	
}

.star-link:hover {
	color: #338dca;
}

.input-field {
	margin-bottom: 15px;
}

.input-field label {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	color: #777;
}

.requested-form h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	margin-top: 30px;
}

.requested-form  .input-field {
	margin-bottom: 20px;
}

.requested-form .add-more {
	padding: 14px 30px;
	color: #006cdf;
	background-color: transparent;
	border: 2px solid #006cdf;
	font-size: 18px;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

.requested-form button:hover {
	background: #006cdf;
	color: #fff;
}


.input-field label span {
	color: #ff0000;
}

.input-field input[type="text"], .input-field textarea {
	padding: 12px 15px;
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 2px;
	outline: 0;
	transition: all 0.3s ease-in-out;
	/*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);*/
}
.input-field input[type="text"]:plaseholder, .input-field textarea::plaseholder {
	color: #999;
}

.input-field input:hover, .input-field input:focus {
	border-color: #002954;
}

.input-field select {
	padding: 13px 15px;
	width: 100%;
	border: 1px solid #ddd;	
	color: #777;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	outline: 0;
	height: 50px;
	background: #f3f8fd;
	border-radius: 2px;
}

.input-field span {
	/*font-size: 14px;*/
	font-weight: 300;
}

.input-field select:focus, .input-field select:hover {
	border-color: #002954;
}

.transcript_request {
	padding: 100px 0;
}

.checkbox-wrapper {
	border: 1px solid #c9c9c9;		
	color: #000;
	border-top: 5px solid #006cdf;
	height: 100%;
	margin-bottom: 30px;	
}

.checkbox-wrapper h4 {	
	text-transform: uppercase;
	color: #333;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	font-size: 20px;
}

.checkbox-wrapper .checkbox-inner {
	padding: 30px 40px;
}


.md-checkbox {
	position: relative;
	margin: 1em 0;
	text-align: left;
}
.md-checkbox.md-checkbox-inline {
	display: inline-block;
}
.md-checkbox label {
	cursor: pointer;
	display: inline;
	line-height: 1.25em;
	vertical-align: top;
	clear: both;
	padding-left: 1px;
	color: #464646;
	font-weight: 300;
}
.md-checkbox label:not(:empty) {
	padding-left: 0.75em;
}
.md-checkbox label:before, .md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.md-checkbox label:before {
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 0.125em;
	cursor: pointer;
	transition: background .3s;
}
.md-checkbox input[type="checkbox"] {
	outline: 0;
	visibility: hidden;
	width: 1.25em;
	margin: 0;
	display: block;
	float: left;
	font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
	background: #006cdf;
	border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
	transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
	width: 0.75em;
	height: 0.375em;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}


.qty-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}

.qty-box p {
	font-size: 13px;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 0;
}

.qty-box .input-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #c9c9c9;
	width: 60px;
	border-radius: 3px;
	height: 35px;
}

.qty-box .input-group .form-control{
	height: 33px;
	width: 40px;
	border: 0 !important;
	outline: 0;
	box-shadow: none !important;
}

.qty-box .input-group .control button {
	display: block;
	border: 0;
	outline: 0;
	line-height: 1.22;
	color: #006cdf;


}

.qty-box .input-group .control button:hover {
	color: #006cdf;
}

.qty-box .input-group .form-control {
	font-weight: 500;
	color: #777;
	font-size: 16px;
}

.qty-box .input-group .input-group-prepend button {
	background: transparent;
	padding: 0;
}

.qty-box .input-group .input-group-prepend button.quantity-right-plus {
	border: 0;
}

.bold label {
	font-weight: 600;
	color: #333;
}

.checkbox-wrapper-inner {
	display: flex;
	justify-content: space-between;
}


.authorization {
	border: 1px solid #ffe57f;
	background-color: #fdf8e5;
	padding: 40px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 40px;
}

.authorization p  {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}

.authorization p:last-child {
	margin-bottom: 0;
}

.authorization h3 {
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;

}

.comment_submit button {
	padding: 16px 42px;
	background: #006cdf;
	border: 0;
	color: #fff;
	border-radius: 3px;
	margin-right: 7px;
	font-size: 18px;
	cursor: pointer;
	outline: 0;
	transition: all 0.3s ease-in-out;
	border: 2px solid #006cdf;
}

.comment_submit button:hover {
	background: transparent;
	color: #006cdf;
	border: 2px solid #006cdf;
}

.comment_submit button.btn-gray {
	color: #006cdf;
	border: 2px solid #006cdf;
	background-color: transparent;
}

.comment_submit button.btn-gray:hover {
	background: #006cdf;
	color: #fff;
}

/*.comment_submit button:hover, .comment_submit button.btn-gray:hover {
	background: #338dca;
	color: #fff;
}*/

.transcript_request_form h3 {
	font-size: 24px;
	color: #333;
}

.transcript_request_form .add-more {
	padding: 10px 20px;
	background: #cdcdcd;
	border: 0;
	color: #333;
	border-radius: 3px;
	margin-right: 7px;
	font-size: 15px;
	cursor: pointer;
	outline: 0;
	transition: all 0.3s ease-in-out;
}

.transcript_request_form .add-more:hover {
	background: #338dca;
	color: #fff;
}

.result {
	border: 1px solid #000; 
	background-color: #ccc;
	padding: 7px;color: #000;
}

.result h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.result .advplacecontent {
	font-weight: 300;
	display: block;		
}

.result hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sec-title {
	text-align: center;
	margin-bottom: 50px;
}

.sec-title h2 {
	font-size: 30px;
	color: #333;
}

.sec-title p {
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
}

.odaring {
	padding: 100px 0;
}

.odaring-content .title {
	margin-top: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 30px;
}

.odaring-content p {
	margin-bottom: 20px;

}

.content-box {
	border: 1px solid #666;
}

.content-top {
	border-bottom: 1px solid #666;
	display: flex;	
	align-items: center;
}

.content-top .icon-img {
	padding: 10px;
	border-right: 1px solid #666;
}

.content-top h2 {
	margin: 0;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	line-height: 30px;
	padding: 8px 30px;
}

.content-box .content {
	padding: 50px 80px;
}

.content-box .content p span {
	text-transform: uppercase;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}

.content-box .content .trans {
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
}

.content-box .content .trans li {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.req-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px;
	background: #006cdf;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.req-btn:hover {
	color: #fff;
	box-shadow: none;
	text-decoration: none;
}

.no-padding {
	margin-bottom: 30px;	
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-padding .column-2 {
	padding: 0;
}

.no-padding .column-2:first-child .checkbox-wrapper {
	border-right: 0;
}


.cost-recored  {
	border: 1px solid #c9c9c9;
	border-top: 5px solid #006cdf;
	margin-bottom: 40px;
}

.cost-recored h3 {
	padding: 30px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #c9c9c9;
	margin: 0;
	font-weight: 700;
}


.recored-price-inner {
	padding: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.recored-price-inner .recored-price {
	width: 50%;
	text-align: center;
}

.recored-price-inner .recored-price h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	text-transform: uppercase;
}

.price-box {
	background: #deecfb;
	color: #006cdf;
	padding: 20px 50px;
	border-radius: 40px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	font-weight: 700;

}

.signature-pl{
	padding-top: 5px;
}
.signature-pl h2{
	text-transform: uppercase;
	color: #333;
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 27px;
}
.captcha{
	margin-bottom: 25px;
}
.captcha img{
	position: relative;
	left: -3px;
}