/*
CSS created by David Oldfield
Brainstorm Design / brainstormdesign.co.uk / david.oldfield@brainstormdesign.co.uk
*/
* {
	outline: none;
}

html,
body {
	height: 100%;
}

html {
	font-size: 15px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "azo-sans-web", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	background-color: #3f6a7b;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	color: #3f6a7b;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 150%;
}

input,
textarea,
select,
label {
	font-size: 1rem;
	font-family: "azo-sans-web", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

.bold,
strong {
	font-weight: 700;
}

#status {
	width: 350px;
	padding: 20px;
	background-color: #c00;
	color: #fff;
	position: fixed;
	top: 50%;
	margin-left: -195px;
	left: 50%;
	margin-top: -60px;
	z-index: 999999999999;
	text-align: center;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#status h4 {
	font-weight: 700;
	font-size: 1.238rem;
	text-transform: uppercase;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c_15 {
	width: 15%;
}

.c_20 {
	width: 20%;
}

.c_25 {
	width: 25%;
}

.c_30 {
	width: 30%;
}

.c_33 {
	width: 33.3333333%;
}

.c_40 {
	width: 40%;
}

.c_50 {
	width: 50%;
}

.c_60 {
	width: 60%;
}

.c_65 {
	width: 65%;
}

.c_66 {
	width: 66.6666666%;
}

.c_70 {
	width: 70%;
}

.c_75 {
	width: 75%;
}

.c_80 {
	width: 80%;
}

.c_85 {
	width: 85%;
}

.c_100 {
	width: 100%;
}

.clear {
	clear: both;
}

hr {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
	margin: 30px 0px
}

#contact_wrap {
	background-color: #3f6a7b;
	color: #ed6c32;
	font-style: italic;
}

.contact {
	padding: 15px 5%;
	position: relative;
	z-index: 1;
}

.contact a {
	color: #fff;
	display: inline-block;
	padding: 0px 15px;
}

.contact a:first-of-type {
	padding-left: 0px;
}

.contact p {
	padding: 0px;
	margin: 0px;
}

.basket {
	position: absolute;
	right: 5%;
	top: 7px;
	z-index: 1;
	color: #fff;
}

.basket span,
.contact .basket a {
	padding: 8px 20px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	margin-left: 5px;
	border-radius: 5px;
}

.basket a.plain {
	background: none !important;
	padding: 8px 10px 8px 0px !important;
	color: #ed6c32;
}

.basket a.plain:hover {
	color: #fff !important;
}

.basket span,
.contact .basket a {
	background-color: #ed6c32;
}

.basket .inactive {
	background-color: #3c525b;
}

.contact .basket a:hover {
	background-color: #fff;
	color: #3f6a7b;
	text-decoration: none;
}

#menu_wrap {
	background-color: #fff;
	position: relative;
	z-index: 9999;
}

.menu,
.offer {
	padding: 20px 5%;
}

.menu img {
	max-width: 250px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu ul {
	align-items: center;
}

.menu ul li {
	position: relative;
	z-index: 1;
}

.menu ul li:first-of-type {
	flex: 2.5;
}

.menu a {
	text-transform: uppercase;
	padding: 0px 15px 0px 25px;
	position: relative;
	z-index: 1;
	display: block;
}

.menu a span {
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 2;
	color: #ed6c32;
}

.menu ul li:first-of-type a {
	padding: 0px;
}

.menu ul li:last-of-type a {
	padding-right: 0px;
}

.dropdown {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 1;
	background-color: #3f6a7b;
	padding: 14px 10px 20px 10px;
	width: 125%;
	display: none;
}

.dropdown a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 0px;
}

.dropdown a:hover {
	padding: 6px 0px 6px 10px;
	text-decoration: none;
	background-color: #fff;
	color: #3f6a7b;
}

#banner {
	height: 60vh;
	background-color: #444;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

img.overlay {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 2;
	opacity: 0.5;
}

#banner .strapline {
	margin-left: 5%;
	position: relative;
	z-index: 5;
}

#banner p {
	font-size: 1.385rem;
	padding: 0px;
	margin: 0px;
}

#banner p.large {
	font-size: 3.538rem;
	font-weight: bold;
	line-height: 110%;
	margin-bottom: 10px;
}

a.btn,
input[name=submit] {
	display: inline-block;
	padding: 6px 20px;
	background-color: #3f6a7b;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
}

a.btn.reverse {
	background-color: #ed6c32;
}

table a.btn:hover {
	background-color: #000;
	text-decoration: none;
}

#banner a.btn {
	margin-top: 30px;
}

#banner a.btn:hover,
.checkout a.btn:hover {
	text-decoration: none;
	background-color: #ed6c32;
}

.introduction {
	background-color: #3f6a7b;
}

.introduction .inner {
	color: #fff;
	padding: 30px 5%;
}

.introduction h3,
h5.subtitle {
	font-size: 3rem;
	font-style: italic;
	color: #ed6c32;
	line-height: 2.385rem;
}

.introduction h3 span {
	font-size: 2rem;
	color: #fff;
}

.introduction a.reverse:hover {
	background-color: #fff;
	text-decoration: none;
	color: #3f6a7b;
}

.welcome {
	text-align: right;
	position: relative;
	z-index: 1;
}

.welcome img {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	height: 100%;
}

h5.subtitle {
	display: block;
	text-align: center;
	font-size: 2.692rem;
	margin: 50px 0px 25px 0px;
}

#search_wrap {
	padding: 15px 5% 30px 5%;
	background-color: #efefef;
	position: relative;
	z-index: 5;
}

#search_wrap .flex {
	margin-top: -80px;
	position: relative;
	z-index: 1;
	margin-left: -10px;
	margin-right: -10px;
}

#search_wrap .inner {
	margin: 0px 10px;
	padding: 20px;
	background-color: #fff;
	border: 3px solid #3f6a7b;
	border-radius: 10px;
}

#search_wrap h4 {
	font-size: 1.538rem !important;
	color: #ed6c32;
	margin-bottom: 20px;
}

#search_wrap select,
#search_wrap input {
	border: 1px solid #3f6a7b;
	padding: 8px 10px;
	width: calc(100% - 22px);
	border-radius: 5px;
}

#search_wrap select {
	width: 100%;
}

#search_wrap .calendar_tile,
#offer_wrap {
	background-color: #ed6c32;
	color: #fff;
}

#search_wrap .calendar_tile h4 {
	color: #fff;
}

#search_wrap a.btn {
	padding: 10px;
	display: block;
	text-align: center;
}

#offer_wrap {
	position: relative;
	z-index: 888;
	border-bottom: 1px solid #fff;
}

#offer_wrap h3 {
	font-size: 1.692rem;
	line-height: 110%;
	padding-left: 10%;
}

#offer_wrap h3 span {
	font-size: 1.385rem;
	font-weight: 500;
}

.offer {
	display: block;
	position: relative;
	z-index: 1;
}

.offer img {
	position: absolute;
	left: 5%;
	top: 25px;
	z-index: 3;
	width: 5%;
}

.opts {
	margin: 30px 0%;
}

.opts .box {
	padding: 50px 10%;
	background-color: rgba(63, 106, 123, 0.8);
	color: #fff;
}

.c_66 .box {
	max-width: 40%;
	padding: 50px 5%;
}

.opts .inner {
	margin: 2px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.calendar {
	background-image: url(/images/bg-calendar.jpg);
}

.certificate {
	background-image: url(/images/bg-certificate.png);
}

.news {
	background-image: url(/images/bg-news.jpg);
}

.advice {
	background-image: url(/images/bg-advice.jpg);
}

.c_66 .news .box,
.c_33 .advice .box {
	background-color: rgba(237, 109, 50, 0.8);
}

.opts h6,
#search_wrap h4 {
	font-style: italic;
	font-size: 2rem;
	line-height: 100%;
}

.opts a {
	font-weight: 700;
	color: #fff;
	font-style: italic;
	font-size: 1.385rem;
}

.form_wrap {
	padding: 30px 5%;
	background-color: #efefef;
}

.form_wrap form {
	margin-left: -8px;
	margin-right: -8px;
}

.form_wrap p {
	text-align: center;
}

.form_wrap input[type=text],
textarea {
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	margin: 0px 10px 15px 10px;
	border: 1px solid #ccc;
	padding: 6px 10px;
	text-transform: uppercase;
}

.form_wrap textarea {
	height: 118px;
}

.form_wrap .right {
	text-align: center;
}

/*.form_wrap .submit_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	align-items:flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}*/
.g-recaptcha {
	display: inline-block !important;
	margin: 0px auto !important;
}

.indent {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 1px;
}

.form_wrap h5.subtitle {
	margin-top: 20px;
	color: #3f6a7b;
	font-size: 1.692rem;
}

input[name=submit] {
	border: none;
	background-color: #ed6c32;
	/*margin-right:11px;*/
	margin-top: 10px;
}

input[name=submit]:hover {
	cursor: pointer;
	background-color: #3f6a7b;
}

.grey_bg {
	background-color: #efefef;
	display: none;
}

img.logos {
	max-width: 75%;
	margin: 0px auto;
	display: block;
}

.testimonial_wrap {
	padding: 1px 15% 50px 15%;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #eee;
}

.testimonial_wrap h4 {
	font-size: 1.692rem;
	font-style: italic;
	color: #3f6a7b;
}

.testimonial_wrap h4 span {
	font-size: 1.231rem;
	font-weight: 500;
}

#footer {
	background-color: #3f6a7b;
	padding: 30px 5%;
	color: #fff;
	font-size: 0.9231rem;
	position: relative;
	z-index: 1;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a {
	color: #fff;
	font-weight: 500;
}

.socials {
	position: absolute;
	right: 5%;
	top: 30px;
	z-index: 3;
}

.socials a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 10px;
	margin-left: 8px;
}

.socials a img {
	width: 100%;
}

.tweets {
	text-align: center;
	padding: 50px 5%;
}

#introduction_wrap {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

#introduction_wrap .c_50:first-of-type {
	font-weight: bold;
	font-style: italic;
	font-size: 1.154rem;
}

#introduction_wrap h2 {
	font-style: italic;
	font-size: 1.154rem;
	margin-top: 15px;
}

.content {
	padding: 30px 5%;
	background-color: #fff;
}

.white_bg {
	background-color: #fff;
}

.training img {
	display: block;
	max-width: 90%;
}

.training h2 a {
	text-transform: uppercase;
	color: #ed6c32;
}

.training .c_75 p:last-of-type {
	text-align: right;
}

.training .c_75 p a,
.training .c_20 p a {
	display: inline-block;
	margin-left: 10px;
	border: 1px solid #3f6a7b;
}

.training .c_75 p a:first-of-type {
	background-color: #fff;
	color: #3f6a7b;
}

.training .c_75 p a:hover,
.courses .c_20 a:hover,
.training .c_20 p a:hover,
.news_wrap a.btn:hover,
.courses .c_30 a:hover {
	text-decoration: none;
	background-color: #ed6c32;
	border: 1px solid #ed6c32;
	color: #fff;
}

.training span {
	color: #ed6c32;
	font-weight: 700;
}

.training .c_65 p {
	display: block;
	padding-right: 15%;
}

.training .c_20 p a.btn {
	display: block;
	text-align: center;
}

.training .c_20 p a.btn.reverse {
	border: 1px solid #ed6c32;
}

.training .c_20 p a.btn.reverse:hover {
	border: 1px solid #3f6a7b;
	background-color: #3f6a7b;
}

.training .c_100.breaker {
	border-top: 1px solid #3f6a7b;
	margin: 5px 0px 20px 0px;
}

.courses .c_20 a:hover,
.news_wrap a.btn:hover,
.courses .c_30 a:hover {
	border: none;
}

.courses a.btn {
	margin-left: 5px;
}

h1.title {
	display: block;
	padding: 50px 5%;
	color: #fff;
	font-size: 3rem;
	background-color: #ed6c32;
	position: relative;
	z-index: 1;
}

h1.title span {
	position: absolute;
	right: 5%;
	top: 39%;
	font-size: 2rem;
	z-index: 1
}

h2.subtitle {
	background-color: #3f6a7b;
	color: #fff;
	padding: 25px 5%;
	font-size: 2rem;
	display: block;
	position: relative;
}

h2.subtitle.reverse {
	background-color: #ed6c32;
}

h2.subtitle a {
	position: absolute;
	right: 5%;
	top: 30px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 300;
	z-index: 1;
}

h2.subtitle a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #3f6a7b;
}

.training_content img {
	width: 100%;
	display: block;
}

.training_content .inner {
	padding-right: 80px;
}

.training_content .c_66 .inner,
.training_content .c_75 .inner {
	padding: 40px;
}

.training_content .c_75 .inner {
	padding-top: 0px;
}

.training_content .c_66 {
	background-color: #efefef;
}

.c_100.breaker {
	border-top: 3px solid #3f6a7b;
	margin: 30px 0px 20px 0px;
	height: 1px;
}

.training_content li {
	margin-bottom: 8px;
}

.training_content .c_40 h2 {
	margin-top: 15px;
}

.training_content h2,
h2.page_title,
.cart_wrap h6 {
	font-weight: 300;
	color: #3f6a7b;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #3f6a7b;
}

.cart_wrap p.bold {
	margin-left: 5px;
}

h2.page_title {
	margin: 20px 0px 10px 0px;
}

.courses {
	margin-top: 20px;
}

.courses .c_80 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.courses .c_100.breaker {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #3f6a7b;
}

.courses .c_20,
.courses .c_30 {
	text-align: right;
}

.course_detail h3 {
	display: none;
}

.news_wrap {
	margin-left: -10px;
	margin-right: -10px;
}

.news_wrap .inner {
	margin: 0px 10px 30px 10px;
}

.news_wrap img {
	display: block;
	width: calc(100% - 2px);
	border: 1px solid #ccc;
	margin-bottom: 25px;
}

.news_wrap img:hover {
	border: 1px solid #ed6c32;
}

p.posted {
	font-size: 0.8231rem;
	color: #aaa;
	font-style: italic;
	display: block;
	padding: 6px 0px;
	border: 1px solid #eee;
	border-width: 1px 0px;
}

.news_wrap h3 a:hover {
	color: #ed6c32;
	text-decoration: none;
}

img.news_img {
	max-width: 90%;
	border: 1px solid #ccc;
}

.c_66 .inner p.posted {
	margin-top: 0px;
}

form[name=login] input[type=text],
form[name=login] input[type=password] {
	display: block;
	width: 75%;
	padding: 10px 10px 10px 40px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid #ccc;
}

form[name=login] input[type=text] {
	background-image: url("/images/icon-email.png");
	background-size: auto 50%;
}

form[name=login] input[type=password] {
	background-image: url("/images/icon-password.png");
	background-size: auto 50%;
}

.checkout h5 {
	display: block;
	padding: 10px;
	background-color: #efefef;
	text-transform: uppercase;
}

.inner_cart {
	display: block;
	padding: 10px;
}

.inner_cart h5 {
	padding: 2px 0px 0px 0px;
	background: none;
	font-size: 1rem;
}

.inner_cart input[type=text],
.inner_cart select {
	border: 1px solid #ccc;
}

.inner_cart input[type=text],
.inner_cart input[type=submit],
.qty_wrapper,
.inner_cart select {
	padding: 5px 10px;
	width: 60%;
	text-align: center;
	border-radius: 5px;
	margin-left: 5px;
}

.inner_cart select {
	width: calc(60% + 20px);
}

.qty_wrapper {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	margin-left: 0px;
	width: 66%;
}

.inner_cart input[type=submit] {
	width: 78%;
}

.cart_wrap {
	margin-left: -20px;
	margin-right: -20px;
}

.cart_wrap .inner {
	margin: 0px 20px;
}

.checkout a.btn {
	display: none;
	text-align: center;
}

.cart_wrap h6 {
	font-size: 1.231rem;
	margin-bottom: 15px;
}

.cart_wrap .c_50 form {
	margin-left: -5px;
	margin-right: -5px;
}

.summary_table {
	margin-top: 20px;
}

.summary_table a.btn {
	display: block !important;
	margin-bottom: 5px;
	font-size: 0.9231rem;
	padding: 8px 10px;
}

th.no-sort {
	min-width: 150px;
}

form input[type=text] {
	padding: 10px;
	width: calc(50% - 40px);
	margin: 0px 5px 5px 5px;
	display: inline-block;
}

form input[name=submit] {
	padding: 10px 10px;
}

.total {
	border-top: 1px solid #ddd;
}

.autocomplete-suggestions {
	border: none;
	background: #2e4d59;
	cursor: default;
	overflow: auto;
	text-align: left
}

.autocomplete-suggestion {
	padding: 5px 10px;
	font-size: 1rem;
	white-space: nowrap;
	overflow: hidden;
	color: #aaa;
	text-align: left
}

.autocomplete-no-suggestion {
	padding: 5px 10px;
	color: #fff;
}

.autocomplete-selected {
	background: #2e4d59;
	color: #fff
}

.autocomplete-suggestions strong {
	font-weight: 400;
	color: #fff
}

.autocomplete-selected strong {
	color: #fff
}

.menu_icon,
#mobile_menu {
	display: none;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 32px;
	overflow: visible;
	background: #fff;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #fff;
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(/images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #fff;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(/images/controls.png) no-repeat 0 0;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious:hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext:hover {
	background-position: -25px -25px;
}

#cboxClose {
	background-position: -50px 0px;
	right: 0;
	padding: 5px;
	background-color: #fff;
}

#cboxClose:hover {
	background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -75px -25px;
}

.black_bg {
	background-color: #000;
}

.login_wrap .inner {
	padding-right: 40px;
}

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

/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}

/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

@media only screen and (max-width:768px) {
	.hide {
		display: none;
	}

	.m_100 {
		width: 100%;
	}

	.menu_icon {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 20%;
		z-index: 99;
		background-color: #ed6c32;
		height: 100%;
		background-image: url(/images/icon-menu.png);
		background-repeat: no-repeat;
		background-size: 80% 80%;
		background-position: center;
	}

	.menu ul li {
		display: none;
	}

	.menu ul li:first-of-type {
		display: flex;
	}

	.contact {
		padding: 10px 5%;
	}

	.contact p span {
		display: block;
		height: 1px;
		visibility: hidden;
	}

	.contact a {
		padding: 0px 0px;
	}

	#banner p.large {
		font-size: 1.853rem;
	}

	#banner p {
		font-size: 1rem;
	}

	#search_wrap .flex {
		margin-top: -40px;
	}

	#search_wrap .flex .c_33 {
		margin-bottom: 15px;
	}

	.c_66 .box {
		max-width: 80%;
		padding: 50px 10%;
	}

	h5.subtitle {
		font-size: 1.692rem;
		margin: 20px 0px 25px 0px;
	}

	.welcome img {
		position: relative;
		width: 100%;
	}

	.introduction .inner {
		margin-right: 0px !important;
	}

	#footer p span {
		display: block;
	}

	.socials {
		position: relative;
		right: auto;
		top: 15px;
		z-index: 3;
	}

	.socials a {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 1px solid #fff;
		padding: 10px;
		margin-left: 0px;
		margin-right: 8px;
	}

	input[name=submit] {
		-webkit-appearance: none;
	}

	#mobile_menu {
		display: none;
		background-color: #ed6c32;
	}

	#mobile_menu .menu ul li {
		display: block !important;
		flex: auto;
		width: 100%;
	}

	#mobile_menu a {
		color: #fff;
		display: block;
		padding: 6px 0px;
		border-bottom: 1px solid #fff;
	}

	#mobile_menu a span {
		display: none;
	}

	h1.title {
		padding: 30px 5%;
		font-size: 2rem;
	}

	h2.subtitle {
		padding: 15px 5%;
		font-size: 1.538rem;
	}

	.courses .c_20 {
		text-align: left;
	}

	.courses a.btn {
		margin-right: 5px;
		margin-left: 0px;
		margin-top: 6px;
	}

	a.btn {
		padding: 6px 20px;
	}

	h2.subtitle a {
		position: relative;
		right: auto;
		top: 0px;
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	.training img {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.training .c_75 p:last-of-type {
		text-align: left;
	}

	.training .c_75 p a,
	.training .c_20 p a {
		margin-left: 0px;
		margin-right: 10px;
	}

	img.news_img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}

	.c_33 {
		width: 100%;
	}

	form[name=login] {
		padding-bottom: 40px;
	}

	.training_content .inner {
		padding-right: 0px;
	}

	#offer_wrap h3 {
		font-size: 1rem;
		padding-left: 0%;
		padding-right: 15%;
		line-height: 125%;
	}

	#offer_wrap h3 span {
		font-size: 1rem;
	}

	.offer img {
		position: absolute;
		left: auto;
		right: 5%;
		top: 25%;
		z-index: 3;
		width: 15%;
	}

	.testimonial_wrap {
		padding: 1px 5% 50px 5%;
	}

	.testimonial_wrap h4 {
		font-size: 1.231rem;
	}

	.testimonial_wrap h4 span {
		font-size: 1rem;
	}

	.menu .basket {
		position: relative;
		right: auto;
		top: auto;
		z-index: 1;
		color: #fff;
	}

	.menu .basket span,
	.contact .basket a,
	.menu .basket a {
		padding: 8px 20px;
		color: #fff;
		font-weight: 500;
		display: inline-block !important;
		margin-left: 5px;
		border-radius: 5px;
	}

	.basket a.plain {
		background: none !important;
		padding: 8px 10px 8px 0px !important;
		color: #ed6c32;
	}

	.basket a.plain:hover {
		color: #fff !important;
	}

	.basket span,
	.contact .basket a,
	.menu .basket a {
		background-color: #3c525b;
		border: none !important;
		padding: 8px 0px;
		width: calc(50% - 20px);
		text-align: center;
		margin: 0px 10px;
	}

	.basket .inactive {
		background-color: #3c525b;
	}

	.menu .basket {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}
}