/*

Table of contents

1. SITE STRUCTURE & TYPOGRAPHY


2. CONTENT
- 2.1 Home
- 2.2 Detail page
- 2.3 Category page
- 2.4 Login/Register modals



3. COMMON
3.1 Preloader
3.2 Spacing & Containers
3.3 Ribbons
3.4 Parallax bg
3.5 Input form style
3.6 Search modal
3.7 Input Switcher
3.8 Pagination
3.9 Carousel 


4. MEDIA

*/





/* 1. SITE STRUCTURE & TYPOGRAPHY */



@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
	unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* This is for popins font for firefox */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* This is for popins font for firefox */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-family: "Poppins", Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	color: #222;
	font-weight: 300;
}

h1.main_title_in {
	border-bottom: 1px solid #ededed;
	text-align: center;
	padding: 15px 15px 30px 15px;
	margin: 0;
}

h1.main_title,
h2.main_title {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 42px;
	color: #92278f;
	text-transform: uppercase;
}

h1.main_title span,
h2.main_title span {
	display: block;
	color: #999;
	font-size: 24px;
	text-transform: none;
}

h1.main_title em,
h2.main_title em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #ededed;
	margin: auto;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

h3.main_title {
	text-align: center;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 36px;
	color: #ed5434;
	text-transform: uppercase;
}

h3.main_title span {
	display: block;
	color: #999;
	font-size: 18px;
	text-transform: none;
}
.parallax-window #subheader h1 {
	display: inline-block;
	margin: 0;
	padding: 15px 20px;
	font-size: 32px;
	color: #fff;
}


/** Layes slider typography **/
h3.slide_typo {
	white-space: nowrap;
	color: #fff !important;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 52px;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.45);
}

.slide_typo_2 {
	color: #fff;
	font-size: 22px;
	white-space: nowrap;
	font-weight: 500;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: 500;
}

p.lead.styled {
	text-align: center;
	font-size: 18px;
	padding: 0 10%;
	margin-bottom: 45px;
}

/*General links color*/
a {
	color: #ed5434;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
	outline: none;
}

/*-------- 1.2 Buttons --------*/

a.btn_full,
.btn_full {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	width: 100%;
	background: #ed5434;
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 600;
	margin-bottom: 5px;
}

a.btn_full:hover,
.btn_full:hover {
	background: #333;
}

a.btn_outline,
.btn_outline {
	border: 2px solid #333;
	font-family: inherit;
	font-size: inherit;
	color: #333;
	width: 100%;
	cursor: pointer;
	padding: 8px 20px;
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 600;
	text-transform: none;
}

a.btn_outline:hover,
.btn_outline:hover {
	background: #333;
	color: #fff;
}

a.btn_1,
.btn_1 {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #ed5434;
	cursor: pointer;
	padding: 7px 15px;
	display: inline-block;
	outline: none;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
}

a.btn_1:hover,
.btn_1:hover {
	background: #333;
}

a.btn_1_outline,
.btn_1_outline {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #ed5434;
	border: 2px solid #ed5434;
	cursor: pointer;
	padding: 7px 15px;
	display: inline-block;
	outline: none;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
}

a.btn_1_outline:hover,
.btn_1_outline:hover {
	background: #333;
	border: 2px solid #333;
	color: #fff;
}

a.btn_slider,
.btn_slider {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: #ed5434;
	cursor: pointer;
	padding: 8px 20px;
	display: inline-block;
	outline: none;
	font-size: 16px;
	-webkit-transition: background 0.3s !important;
	-moz-transition: background 0.3s !important;
	transition: background 0.3s !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
}

a.btn_slider:hover,
.btn_slider:hover {
	background: #fff;
	color: #ed5434;
}

a.btn_1.white,
.btn_1.white {
	background: #ed5434;
	color: #fff;
}

a.btn_1.white:hover,
.btn_1.white a:hover,
.btn_1.white:hover {
	background: #fff;
	color: #ed5434 !important;
}

/*-------- 1.3 Structure --------*/

/* Header */

header {
	padding: 5px 10px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url(../img/shadow_top.png) repeat-x 0 0;
}

header.sticky {
	border-bottom: 1px solid #ededed;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header#plain {
	background: #fff;
	border-bottom: 1px solid #ededed;
}

header#plain #logo .logo_sticky {
	display: block;
}

header#plain #logo .logo_normal {
	display: none;
}

header #logo .logo_sticky {
	display: none;
}

header.sticky #logo .logo_normal {
	display: none;
}

header.sticky #logo .logo_sticky {
	display: block;
}

#logo img {
	height: 27px;
	width: auto;
	margin: 12px 0 0 0;
}

ul#access_top {
	float: right;
	list-style: none;
	margin: 12px 0 0 0;
}

ul#access_top li {
	display: inline-block;
	margin-left: 5px;
}

ul#access_top li a {
	display: inline-block;
	padding: 8px 15px 5px 15px;
	text-transform: uppercase;
	line-height: 1;
	background-color: #f6f7f9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
}

ul#access_top li:first-child {
	margin-left: 0;
}

ul#access_top li a.search-overlay-menu-btn {
	display: inline-block;
	padding: 0 5px 0 0;
	position: relative;
	margin-left: -5px;
	top: 2px;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
}

ul#access_top li a.search-overlay-menu-btn:hover,
header.sticky ul#access_top li a.search-overlay-menu-btn:hover {
	color: #ed5434;
}

header.sticky ul#access_top li a.search-overlay-menu-btn {
	color: #444;
}

footer {
	background-color: #4088DA;
	padding: 45px 0 0 0;
}

footer h4 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
	font-weight: 500;
}

footer ul {
	list-style: none;
	padding: 0 0 20px 0;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	padding-left: 5px;
}

.footer_pic {
	margin-top: -130px;
}

#copy {
	text-align: center;
	font-size: 13px;
	background-color: #3269a9;
	padding: 15px;
	color: #fff;
	color: rgba(255, 255, 255, 0.6)
}





/* 2.  CONTENT */



/*-------- 2.1 Home page --------*/



#filter_buttons {
	text-align: center;
	margin-bottom: 30px;
}

#filter_buttons button {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #ededed;
	border: 0;
	font-weight: 500;
	padding: 5px 10px;
	min-width: 90px;
	margin: 20px 5px 10px 5px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#filter_buttons button:hover {
	background-color: #ed5434;
	color: #fff;
}

#filter_buttons button.active {
	background-color: #333;
	color: #fff;
}

.course_container {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	margin: 0;
	margin-bottom: 30px;
	position: relative;
}

.course_container figure {
	position: relative;
	overflow: hidden;
}

.course_container .course_title {
	padding: 25px 20px 20px 20px;
	position: relative;
	height: 90px;
}

.course_container .course_title h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.course_container figure a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.course_container figure img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.short_info {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/shadow_box.png) repeat-x left bottom;
	width: 100%;
	padding: 12px 10px 12px 10px;
	color: #fff;
	background: #000;
	font-size: 13px;
	font-weight: 500;
}

.type {
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
}

.type span {
	display: inline-block;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 3px 15px;
	text-transform: uppercase;
	font-weight: 500;
}



a#view_all {
	background: #fff;
	color: #ed5434;
	display: table;
	width: 100%;
	height: 330px;
	font-weight: 500;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

a#view_all:hover {
	background: #ed5434;
	color: #fff;
}

a#view_all span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

a#view_all span i {
	font-size: 38px;
	display: block;
	margin-bottom: 5px;
}




/*-------- 2.2 Detail page --------*/


ul#course_info {
	background-color: #4088DA;
	margin: 0;
	padding: 10px;
	list-style: none;
	color: #fff;
}

ul#course_info li {
	display: inline-block;
	margin-right: 30px;
}

ul#course_info li:last-child {
	float: right;
	margin-right: 0;
}

.workoutlist {
	margin-bottom: 20px;
	border-bottom: 1px solid#ededed;
	padding-bottom: 20px;
}

.workoutlist h4 {
	margin-top: 20px;
}

.workoutlist h4 a {
	color: #92278f;
}

.workoutlist h4 a:hover {
	color: #333;
}

.workoutlist.last {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 20px;
}

.workoutlist figure {
	position: relative;
	background-color: #000;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.workoutlist figure i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	z-index: 5;
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

.workoutlist figure a img {
	opacity: 0.8;
}

.workoutlist figure a img:hover {
	opacity: 0.6;
}

.workoutlist figure span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 3px 8px 0 8px;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.workoutlist figure em {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-style: normal;
}

.workoutlist figure em:before {
	font-family: "fontello";
	content: "\ebcf";
	color: #6F9;
}


iframe {
	border: 0;
}

/*Calculator*/
form#calculator .form-control {
	color: #fff;
	font-weight: 500;
}

form#calculator label {
	color: #fff;
	font-weight: 500;
}

form#calculator .form-control::-moz-placeholder {
	color: #fff;
	font-weight: 500;
	opacity: 1;
}

form#calculator .form-control:-ms-input-placeholder {
	color: #fff;
	font-weight: 500;
}

form#calculator .form-control::-webkit-input-placeholder {
	color: #fff;
	font-weight: 500;
}

#btn-close-modal {
	text-align: right;
	font-size: 38px;
	padding: 10px 15px;
	cursor: pointer;
	color: #fff;
	opacity: 0.5;
}

#btn-close-modal:hover {
	opacity: 1;
}

.modal-content-2 h4 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin: 0 0 45px 0;
}

.result h3 {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../img/check_radio_sheet.png) -38px top no-repeat;
	cursor: pointer;
}

input[type="radio"]:checked + label span {
	background: url(../img/check_radio_sheet.png) -57px top no-repeat;
}

.result {
	background-color: #8dc63f;
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: 600;
	padding: 10px 20px 15px 20px;
	margin-bottom: 30px;
	font-family: "Helvetica Neue", Arial;
}

.box_style_3 {
	border: 1px solid #ededed;
	padding: 20px;
	text-align: center;
	min-height: 250px;
	position: relative;
	margin-bottom: 15px;
	background-color: #f9f4f9;
}

.box_style_3 h4 {
	position: absolute;
	bottom: 15px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.box_style_3 #count_calories {
	font-size: 38px;
	margin-top: 70px;
	line-height: 1;
}

.calculate_link {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 500;
}




/*-------- 2.3 Category page  --------*/


#filters_col {
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ededed;
	margin-bottom: 25px;
}

#filters_col label {
	color: #555;
	font-weight: normal;
	font-size: 12px;
}

a#filters_col_bt {
	display: block;
	color: #333;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}

a#filters_col_bt:before {
	font-family: "ElegantIcons";
	content: "\66";
	font-size: 26px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
}

.filter_type h6 {
	border-top: 1px solid #ddd;
	margin: 15px 0;
	font-weight: 500;
	padding: 15px 0 0 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
}

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

.filter_type ul li {
	margin-bottom: 10px;
}

.filter_type ul li:last-child {
	margin-bottom: 0;
}



/*-------- 2.4 Login/Register modals-------*/


.form-control.form-white {
	color: #fff;
	font-size: 16px;
	height: 48px;
	position: relative;
	border-radius: 0;
	border-bottom: 2px solid white;
	padding: 15px 20px 15px 10px;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	box-shadow: 0;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login_icon {
	color: #fff;
	font-size: 80px;
	opacity: 0.5;
}

.modal-backdrop {
	z-index: 999999;
}

.modal {
	padding: 0 25px !important;
	z-index: 9999999;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: #4088DA;
	border-radius: 0px;
	border: none;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 30px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

s.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
	background: rgba(255, 255, 255, 0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #ed5434;
	padding: 10px;
	background: #fff;
	outline: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size: 16px;
}

.btn.btn-submit:focus {
	outline: none;
}

.btn.btn-submit:hover {
	color: #fff;
	background: #333;
}




/* 3.  COMMON */


/*-------- 3.1 Preloader --------*/


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

[data-loader="circle-side"] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid #92278f;
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	border-radius: 100%;
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/*-------- 3.2 Containers & Spacing --------*/


.add_bottom_15 {
	margin-bottom: 15px;
}

.add_bottom_30 {
	margin-bottom: 30px;
}


.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}


.container_styled_1 {
	background: #f9f9f9;
}



/*-------- 3.3 Ribbons --------*/


.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 19px;
	left: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

.ribbon.top span {
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon.top span::before {
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}

.ribbon.top span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}




/*-------- 3.4 Parallax bg --------*/


.parallax_window_in {
	height: 200px;
	position: relative;
	display: table;
	width: 100%;
}

#sub_content_in {
	display: table-cell;
	padding: 45px 15% 0 15%;
	vertical-align: middle;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
}

#sub_content_in h1 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0;
}

#sub_content_in p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}



/*-------- 3.5 Input form style --------*/


label {
	font-weight: 600;
}

.form-control {
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 2px solid #ededed;
	padding-left: 0;
	box-shadow: none;
}

.form-control:focus {
	border-color: #4088DA;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #b6b6b6;
	font-weight: 500;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #b6b6b6;
	font-weight: 500;
}

.form-control::-webkit-input-placeholder {
	color: #b6b6b6;
	font-weight: 500;
}

.form-group {
	margin-bottom: 25px;
}

/* Drop down select */
.styled-select select {
	background: none;
	width: 115%;
	padding: 0 5px 0 0;
	border: 0;
	border-radius: 0;
	line-height: 1;
	height: 34px;
	margin: 0;
	font-weight: 300;
	-moz-appearance: window;
	-webkit-appearance: none;
	cursor: pointer;
	box-shadow: none;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	line-height: 1;
	height: 34px;
	background: url(../img/arrow_down.svg) no-repeat right center;
	border: none;
	border-bottom: 2px solid #ededed;
	margin-bottom: 15px;
}

.styled-select select::-ms-expand {
	display: none;
}

.styled-select select:focus {
	outline: none;
}



/*-------- 3.6 Search modal --------*/



.search-overlay-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	text-align: center;
}

.search-overlay-menu.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.search-overlay-menu form {
	height: 70px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -35px auto 0;
	width: 60%;
	left: 20%;
	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.search-overlay-menu.open form {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.search-overlay-menu input[type="search"] {
	height: 100%;
	width: 100%;
	color: #fff;
	background: transparent;
	border-top: 0px solid transparent;
	border-bottom: 2px solid #909090 !important;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 42px;
	font-weight: 300;
	outline: none;
	padding: 10px 0 10px 0;
}

.search-overlay-menu form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 3rem;
	position: absolute;
	right: 0;
	top: 15px;
	color: #c6c6c6;
	outline: none;
}

.search-overlay-menu .search-overlay-close {
	position: absolute;
	top: 5px;
	right: 20px;
	opacity: 1;
	font-size: 40px;
	color: #fff;
}

.search-overlay-menu .search-overlay-close:hover {
	color: #ed5434;
	cursor: pointer;
}



/*-------- 3.7 Input Switcher --------*/


.switchery {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	position: relative;
	vertical-align: middle;
	width: 50px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	background-clip: content-box;
	float: right;
}

.switchery > small {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	height: 30px;
	position: absolute;
	top: 0;
	width: 30px;
}

/* Switchery sizes. */
.switchery-small {
	border-radius: 20px;
	height: 20px;
	width: 33px;
}

.switchery-small > small {
	height: 20px;
	width: 20px;
}

.switchery-large {
	border-radius: 40px;
	height: 40px;
	width: 66px;
}

.switchery-large > small {
	height: 40px;
	width: 40px;
}



/*-------- 3.8 Pagination --------*/


.pagination > li > a,
.pagination > li > span {
	color: #ed5434;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #333;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #999;
	border-color: #999;
}



/*-------- 3.9 Carousel --------*/


.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -50px;
}

.owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 2%;
	width: 50px;
	height: 50px;
}

.owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 2%;
	width: 50px;
	height: 50px;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 36px;
	margin: 5px;
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-style: normal;
	font-weight: normal;
	font-family: "fontello";
	text-align: center;
	line-height: 48px;
}

.owl-theme .owl-nav .owl-prev:before {
	content: "\e89a";
	left: -2px;
	position: relative;
}

.owl-theme .owl-nav .owl-next:before {
	content: "\e89b";
	right: -2px;
	position: relative;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(0, 0, 0, 0.8);
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ed5434;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}




/* 4. media */


@media (min-width:992px) and (max-width:1200px) {
    #sub_content h1 {
        font-size: 50px
    }
}


@media (min-width:768px) and (max-width:1200px) {
    a#view_all {
        height: 288px
    }

    

}

@media (max-width:991px) {
    ul#access_top {
        margin-right: 45px
    }

    #sub_content {
        padding: 0 60px
    }

    #sub_content h1 {
        font-size: 42px
    }

    header {
        padding: 5px 10px 15px
    }
}

@media (max-width:768px) {
    #sub_content h1 {
        font-size: 42px
    }

    #hero_video {
        background: url(../img/sub_header_home.jpg) center center #333;
        background-size: cover
    }

    .header-video {
        background: 0 0
    }

    a#view_all {
        height: 100px
    }


    #feat {
        padding: 60px 0 30px;
        background-image: none
    }
}

@media (max-width:767px) {
    header {
        padding: 5px 0 15px
    }

    #logo img {
        height: 22px
    }

    h1.main_title,
    h2.main_title {
        font-size: 32px
    }

    h1.main_title span,
    h2.main_title span {
        font-size: 18px
    }

    h3.main_title {
        font-size: 26px;
        margin-bottom: 30px
    }

    h3.main_title span,
    p.lead.styled {
        font-size: 16px
    }


    #hero_video>div {
        padding: 60px 20px 0
    }

    #hero_video #sub_content .mobile_fix {
        background-color: rgba(0, 0, 0, .8);
        display: inline-block;
        padding: 15px 20px;
        font-size: 14px
    }

    #hero_video #sub_content .mobile_fix h1 {
        margin: 0;
        font-size: 28px
    }

    footer {
        padding: 30px 0 0
    }


    #sub_content_in {
        padding: 45px 30px 0
    }

    .margin_60,
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 30px
    }

   
    td.options {
        text-align: left !important
    }

    .margin_30 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .add_bottom_60 {
        margin-bottom: 30px
    }

    .box_overlay {
        padding: 25px;
        text-align: center
    }

    .pic {
        margin-bottom: 25px;
        width: 100%
    }

    .pic figure {
        margin: auto
    }

    .comment {
        border-left: none;
        padding-left: 0;
        padding-top: 30px
    }

   
    

    .search-overlay-menu form {
        width: 80%;
        left: 10%;
        height: 50px;
        margin: -25px auto 0
    }

    .search-overlay-menu input[type=search] {
        font-size: 26px
    }

    .search-overlay-menu form button {
        font-size: 2rem;
        top: 10px
    }

    ul#access_top li a.search-overlay-menu-btn {
        margin-left: -5px;
        top: 2px;
        margin-right: -20px
    }
}

@media (max-width:480px) {
    .header-video {
        height: 320px !important
    }

    h1.main_title,
    h2.main_title {
        font-size: 28px
    }

    h1.main_title span,
    h2.main_title span {
        font-size: 18px
    }

    footer {
        padding: 30px 0 0
    }

    #sub_content_in {
        padding: 17px 6px 57px;
    }

    #sub_content_in h1 {
        font-size: 26px
    }

    #sub_content p,
    #sub_content_in p,
    p.lead.styled {
        font-size: 16px
    }

    .popup-form {
        width: 90%;
        max-width: 375px;
        margin: 0 auto
    }

    ul#course_info li {
        display: block;
        margin-right: 0;
        margin-bottom: 3px
    }

    ul#course_info li:last-child {
        float: none
    }

    .indent_title_in {
        padding-left: 0;
        margin-bottom: 20px
    }

    .indent_title_in i {
        font-size: 35px;
        position: static;
        margin-bottom: 20px;
        display: inline-block
    }

    .wrapper_indent {
        padding-left: 0
    }
}