@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.container {
	box-shadow: 0 0 6px 1px #777;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 1px;
	padding: 0;
}

.header-top-top {
	background-image: url('../img/header-top-bar-bg.png');
	padding-top: 0.6875rem;
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.header-top-bottom {
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}

.logo {
	width: 14.25rem;
	margin-left: 1rem;
}

h1 {
	color: #282828;
	display: inline-block;
	font-size: 1.25rem;
	/*max-width: 22rem;*/
	font-weight: 700;
	margin: 0;
	margin-right: 1rem;
	margin-top: 0.1rem;
}

h1>br {
	display: none;
}

h1>span {
	color: #e87e00;
}

.header-middle {
	background-image: url('../img/header-middle-bg.jpg');
	padding: 0.4375rem;
	background-repeat: repeat-x;
	background-size: auto 100%;
}

h2 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	text-shadow: 1px 1px 4px #000000;
}

h2>span {
	font-weight: 700;
}

.header-bottom {
	padding: 10px;
}

.carousel {
	width: 64%;
	height: 18.5625rem;
	overflow: hidden;
}

.carousel-item>img {
	max-height: 18.5625rem;
	min-width: 100%;
	width: auto;
}

.carousel-inner, .carousel-item {
	max-height: 100%;
}

.container-form {
	width: 35%;
	min-height: 18.5625rem;
	background-color: #282828;
	padding: 10px;
	position: relative;
}

.text-after-submit {
	position: absolute;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.4;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.text-after-submit>span {
	color: #f49e25;
	border-bottom: 1px solid #ffffff;
}

input, select {
	padding: 6px;
	padding-left: 12px;
	font-size: 14px;
	border: 1px solid #000000;
	box-sizing: border-box; 
}

.field4-1, .field4-2 {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input, select, button {
	outline: none;
}

.field4-1 {
	width: 30%;
	border-right: 0;
}

.field4-2 {
	width: 70%;
}

.field1-2, .field2, .field3, .field4 {
	margin-top: 4px;
}

.field1-1 input, .field1-2 input, .field2 input, 
.field3 select, .field4 input {
	max-height: 31px;
	vertical-align: top;
}

.form-submit-button {
	width: 15rem;
	margin: auto;
	margin-top: 1.25rem;
	font-size: 1.375rem;
	-moz-box-shadow: 0px 4px 15px -5px #000;
    -webkit-box-shadow: 4px 0px 15px -5px #000;
    box-shadow: 0px 4px 15px -5px #000;
    background-color: #e87e00;
	background-repeat: repeat-x;
	background-size: auto 100%;
	outline: none !important;
	border-radius: 5px !important;
}

.formsubmitmain, .formcheckmain {
	padding: 0.6rem; 
	border-radius: 5px !important;
	border: 2px solid #ffffff !important;
	color: #ffffff;
	font-size: 1rem;
	outline: none !important;
	font-weight: 700;
	text-shadow: 1px 1px 4px #000000;
}

.form-submit-button:hover .formsubmitmain,
.form-submit-button:hover .formcheckmain {
	background-color: #f49e25;
}

.agreement {
	font-size: 11px;
	width: 19rem;
	margin: auto;
	margin-top: 0.7rem;
}

.error-div, .error-div-checkbox {
	color: #f49e25;
}

.checkbox-container {	
	color: #ffffff !important;
}

.error-div-checkbox {
	padding-top: 4px;
	width: 17.5rem;
	margin: auto;
}
.main-section {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.main-section1 {
	padding-top: 0.8rem;
}

.main-section1>p:nth-last-of-type() {
	margin-top: 0.3rem;
}

h3 {
	font-size: 1.2rem;
	font-weight: 700;
	padding-left: 1rem;
	padding-right: 1rem;
}

.section-paragraph {
	font-size: 0.9rem;
	margin-top: 0.8rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.3;
}

.main-section2 {
	border-top: 2px solid  #282828;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.courses {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}

.course {
	width: 32%;
	display: inline-block;
}

.course img {
	max-width: 100%;
}

.imgwrap {
	position: relative;
	font-size: 0;
}

.course1 .imgwrap::before,
.course2 .imgwrap::before,
.course3 .imgwrap::before {
	content: "";
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-box-shadow:    inset 0 2px 10px rgba(0,27,65,0.65);
	-webkit-box-shadow: inset 0 2px 10px rgba(0,27,65,0.65);
	box-shadow:         inset 0 2px 10px rgba(0,27,65,0.65);
	background: linear-gradient(to bottom,rgba(0,27,65,0.55) 0,rgba(0,27,55,0) 100%);
}

h4 {
	margin-top: 0.9rem;
	font-weight: 700;
	font-size: 1.2rem;
	color: #282828;
}

h4>span {
	color: #e87e00;
}

.course-paragraph {
	font-size: 0.9rem;
	margin-top: 0.9rem;
}

.main-section3 {
	background-color: #302e42;
	padding-left: 1rem;
	padding-right: 1rem;
}

h5 {
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	margin-top: 0.3rem;
}

h5>span {
	font-weight: bold;
}

.sections-cols {
	margin-top: 0.9rem;
}

.col-title {
	font-size: 0.9rem;
	font-weight: bold;
	color: #f49e25;
	text-align: left;
}

.col-title>span {
	color: #ffffff;
}

.section-col {
	display: inline-block;
	color: #ffffff;
	width: 30%;
}

.col-ul {
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.7; 
	margin-top: 0.7rem;
}

.col-ul>li {
	padding-left: 1rem;
	position: relative;
}

.col-ul>li::before {
	content: "\2022";
	position: absolute;
	color: #f49e25;
	font-weight: 900;
	left: 0;
}

.main-section4 {
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #282828;
}

.main-section4-img {
	border-radius: 100%;
	width: 17.5rem;
	margin-left: 0.5rem;
	margin-top: 4rem;
	overflow: hidden;
	position: relative;
}

.main-section4-img>img {
	border-radius: 100%;
	max-width: 100%;
}

.main-section4-img::before {
	content: "";
	position: absolute;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-box-shadow:    inset 0 2px 10px rgba(0,27,65,0.65);
	-webkit-box-shadow: inset 0 2px 10px rgba(0,27,65,0.65);
	box-shadow:         inset 0 2px 10px rgba(0,27,65,0.65);
	background: linear-gradient(to bottom,rgba(0,27,65,0.55) 0,rgba(0,27,55,0) 100%);
}

.footer {
	font-size: 0.7rem;
	padding: 0.8rem 1rem 0.8rem 1rem;
}

/*.news-text {
	width: 70%;
}*/

.news-text {
	display: inline-block;
	max-width: 50%;
}

.news-img {
	float: right;
	max-height: 16.4375rem;
}

.news-title, .rss_title {
	font-weight: 700;
	font-size: 1.2rem;
	color: #3f3f3f;
}

.news-title:hover, .rss_title:hover {
	text-decoration: none;
	color: #3f3f3f;
}

/*.news-text-block {
	margin-top: 0.5rem;
}*/

.rss_box {
	font-family: 'Roboto', sans-serif;
}

.rss_box>img {
	display: none;
}

a.rss_title {
	display: none;
	color: #ffffff !important;
}

p.rss_item {
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	color: #ffffff !important;
	font-weight: 300;
}

.rss_box p.rss_item {
	display: none;
}

span.rss_item {
	display: none;
}

.news-text-block-title, a.rss_item {
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	color: #3f3f3f;
}

.news-text-block-title:hover, a.rss_item:hover {
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	color: #3f3f3f;
}

.rss_date {
	display: none;
}

p.rss_item br:nth-child(2) {
	display: none;
}

.news-text-block-paragraph {
	font-size: 0.9rem;
	line-height: 1.4;
}

.rss_title>.rss_item {
	display: none;
}

a.rss_item {
	color: #e87e00 !important;
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 991px) {

	html {
		font-size: 14px;
	}

	.logo {
		width: 12.5rem;
		margin-top: 0.6rem;
	}

	h1 {
		max-width: 60%;
		margin-top: 0;
	}

	h1>br {
		display: inline;
	}

	.container-form {
	    padding: 8px;
	}

	input, select {
	    font-size: 12px;
	}

	.form-submit-button {
	    margin-top: 0.8rem;
	}

	.formsubmitmain, .formcheckmain {
	    padding: 0.3rem;
	}

	.agreement {
	    font-size: 10px;
	    width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	html {
		font-size: 13px;
	}

	.logo {
		width: 11rem;
		margin-top: 0.7rem;
	}

	.carousel {
		float: none !important;
		width: 100%;
		height: auto;
	}

	.carousel-item>img {
		width: 100%;
	}

	.container-form {
		float: none !important;
		width: 100%;
		margin: auto;
		margin-top: 10px;
		padding: 12px;
	}

	.fieldset1, .fieldset2 {
		max-width: 60%;
		margin: auto;
	}

	.agreement {
		width: 50%;
	}

	.course1, .course3 {
		float: none !important;
	}

	.course1, .course2, .course3 {
		display: block;
		width: auto;
		overflow: hidden;
		max-width: 300px;
	    margin: auto;
	}

	.course2, .course3 {
		margin-top: 12px;
	}

	h4>br {
		display: none;
	}

	.course img {
	    max-width: auto;
	    min-width: 100%;
	}

	.section-col {
		float: none !important;
		display: block;
		width: 100%;
		max-width: 300px;
		margin: auto;
	}

	.section-col2, .section-col3 {
		margin-top: 12px;
	}

	.col-title>br {
		display: none;
	}

	.news-img {
		display: none;
	}

	.news-text {
		display: inline-block;
		max-width: 100%;
	}


}

@media only screen and (max-width: 575px) {

	.header-top-bottom {
	    padding-top: 6px;
	    padding-bottom: 6px;
	}

	.logo {
		display: block;
		float: none !important;
		margin: auto;
		width: 13rem;
	}

	h1 {
		float: none !important;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-top: 6px;
		margin-right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	.fieldset1, .fieldset2 {
		max-width: 100%;
	}

	.agreement {
		width: 100%;
	}

}