html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	color: #2b2d35;
	font-size: 14px;
	line-height: 24px;
}

.row {
	display: block;
	float: left;
	width: 100%;
}

.ib {
	display: inline-block;
}

.sec {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.container {
	display: inline-block;
	width: 1018px;
	text-align: left;
	margin: 0 auto;
}

.row {
	display: inline-block;
	float: left;
	width: 100%;
}

* {
	outline: none;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	text-decoration: none;
	color: #008bcc;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}

a:hover {
	text-decoration: none;
	color: #94d7f6;
	text-shadow: 0px 0px 6px #afe6ff;
}

.animation {
	opacity: 0;
}

.animated {
	opacity: 1;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

/* SITE PRELOADER */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	height: 100%;
	display: none;
 }

#status  {
	width: 106px;
	height: 106px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -53px;
	margin-top: -53px;
 }


.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}



/* HEADER */

.header {
	position: relative;
	z-index: 1;
	background: #293033;
	color: #fff;
}

.header .container {
	margin-bottom: -8px;
}

.header_menu_col {
	position: relative;
	z-index: 20;
	display: block;
	float: left;
	width: 340px;
	min-height: 468px;
	margin-left: -75px;
	padding-top: 53px;
	padding-left: 105px;
	background: rgba(0,0,0, .4);
}

.header_slider {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.header_slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: auto 100%;
	background-repeat: repeat;
}

.header_logo {
	display: block;
	margin-bottom: 30px;
}

.logo_mobile {
	display: none;
}




/* TOP MENU */

.header_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.header_menu > li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}

.header_menu > li > a {
	display: inline-block;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: 300;
}

.header_menu > li.current > a::before,
.header_menu > li > a::before,
.header_menu > li.highlight > a::before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: -10px;
	display: inline-block;
	color: #0cd7e9;
	font-size: 12px;
	animation: arrowMenu 2s ease-in-out infinite;
}

.header_menu > li > a::before {
	opacity: 0;
	transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
}

	.header_menu > li > a:hover::before,
	.header_menu > li.highlight > a::before,
	.header_menu > li.current > a::before {
		opacity: 1;
	}

@keyframes arrowMenu {
	0% { 	left: -15px;	}
	50% { 	left: -10px;	}
	100% { 	left: -15px;	}
}

@-webkit-keyframes arrowMenu {
	0% { 	left: -15px;	}
	50% { 	left: -10px;	}
	100% { 	left: -15px;	}
}

.header_menu > li.highlight > a {
	color: #0cd7e9;
	text-transform: uppercase;
}




/* TOP BAR */

.topbar {
	background: #0d1114;
	border-bottom: 1px solid #373d44;
	padding: 18px 0;
	height: 69px;
}

.topbar .container,
.gradient_sec .container,
.footer .container,
.copyright .container,
.content_sec.paddings .container {
	padding-left: 30px;
	padding-right: 30px;
}

.tb_socs {
	display: block;
	float: left;
	width: 235px;
}

.tb_socs a {
	display: inline-block;
	opacity: .12;
	margin-right: 6px;
}

.tb_socs a:last-child {
	margin-right: 0;
}

	.tb_socs a:hover {
		opacity: .6;
	}



/* TOP MENU */

.topmenu {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topmenu > li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

.topmenu > li > a {
	display: inline-block;
	height: 33px;
	line-height: 34px;
	padding-left: 22px;
	padding-right: 22px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	background: #1f262a;
}

.topmenu > li.current > a,
.topmenu > li > a:hover {
	background: #eb2824;
	text-shadow: none;
}

.topmenu > li.current > a {
	transform: scale(1) !important;
	padding-left: 13px;
	padding-right: 13px;
}

.topmenu > li > a:hover {
	transform: scale(0.88);
}

.search_input_form {
	display: block;
	/*float: right;*/
	float: left;
}

.search_input {
	display: none;
	float: left;
	background: #fff;
	width: 163px;
	height: 33px;
	padding-left: 10px;
	/*margin-right: 5px;*/
	border: none;
	color: #000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}



	.search_input:focus {
		box-shadow: 0px 0px 10px rgba(255,255,255, .8);
	}

.search_button {
	display: inline-block;
	float: left;
	background: transparent;
	color: #0cd7e9;
	font-size: 20px;
	text-align: center;
	line-height: 27px;
	width: 30px;
	height: 33px;
	border: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

	.search_button:hover {
		/*text-shadow: 0px 0px 3px #0cd7e9;
		color: transparent;*/
		color: #eb2824;
	}

	.btn_go {
		display: none;
		float: left;
		width: 37px;
		height: 33px;
		border: none;
		font-size: 18px;
		color: #fff;
		background-color: #0cd7e9;
		transition: all 0.15s linear;
	}

	.btn_go:hover {
		background-color: #008bcc;
	}

.gradient_sec {
	background: #0a0f12 url(../_img/grad_top.png) no-repeat top center;
	background-size: 1018px 100%;
	color: #afbcc5;
	padding-top: 80px;
	padding-bottom: 80px;
	font-weight: 300;
	font-size: 15px;
}

.gradient_sec h1 {
	margin-top: -7px;
	margin-bottom: 60px;
	color: #fff;
	font-weight: 300;
	font-size: 57px;
	letter-spacing: -1px;
	line-height: 57px;
}

.gradient_sec .more {
	display: inline-block;
	margin-top: 30px;
}


/* CONTENT */

.content_sec {
	padding-top: 70px;
	padding-bottom: 70px;
}

.upcoming_events {
	display: block;
	float: left;
	width: 31.5%;
	height: 89px;
	margin-top: -90px;
	margin-bottom: 70px;
	padding: 30px 0px 20px 25px;
	border-bottom: 4px solid transparent;
	background: #eb2824 url(../_img/button_red_bg.png) no-repeat right ;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

	.upcoming_events:hover {
		color: #fff;
		transform: perspective(500px) rotateX(22deg) translateY(-10px);
		border-bottom: 4px solid #bb1e1b;
		text-shadow: 0px 3px 1px rgba(0,0,0, .3);
		box-shadow: 0px 20px 1px -10px rgba(0,0,0, .2);
	}





/* SCHOOLS */

.schools_box {
	width: 100%;
	float: left;
}

.sb_item {
	position: relative;
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
	border: 1px solid #d0dfe4;
	/*background: #d0dfe4;*/
	background-color: #fff;
	overflow: hidden;
}

	.sb_item:nth-child(3n+3) {
		margin-right: 0;
	}

.sb_item a {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}

.sb_item a img {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 100%;
  	max-height: none;
  	height: auto;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

	.sb_item:hover img {
		transform: scale(1.1);
	}

.sbi_names {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	background: #2cb0db url(../_img/button_blue_bg.png) no-repeat left top;
	background-size: 35px 100%;
	color: #fff;
	padding: 12px 20px 4px;
	text-align: right;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

	.sb_item:hover .sbi_names {
		border-top: 3px solid #1686ab;
		bottom: 0;
	}

.sbi_names h3 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 34px;
	font-weight: bold;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	-moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.sbi_names big {
	text-shadow: 0px 0px 0px #fff;
	font-size: 16px;
	padding-right: 3px;
}

	.sb_item:hover .sbi_names h3 {
		margin-top: -33px;
		text-shadow: 0px -3px 0px #1686ab;
		color: #2cb0db;
	}





/* FOOTER */

.footer {
	background: #0e1215 url(../_img/footer.png) no-repeat top center;
	background-size: 1018px 100%;
	color: #8d8d8d;
	padding-top: 70px;
	padding-bottom: 50px;
}

.fcols {
	display: table;
	width: 100%;
}

.fcol {
	display: table-cell;
	background: url(../_img/_footer_wrap.png) no-repeat left top;
	min-height: 162px;
	padding-left: 50px;
	padding-right: 30px;
	vertical-align: top;
}

	.fcol:first-child {
		background: none;
		padding-left: 0;
	}

	.fcol:last-child {
		padding-right: 0;
	}

.fmenu {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.fmenu li a {
	color: inherit;
}

.fmenu li.current a,
.fmenu li a:hover {
	color: #eb2824;
	text-shadow: none;
}

.fcol a {
	color: #0cd7e9;
}

.fcol a:hover {
	text-shadow: 0px 0px 4px #0cd7e9;
}

.copyright {
	background: #0e1216 url(../_img/debug.png) no-repeat top center;
	color: #545657;
}

.copyright {
	padding-top: 23px;
	padding-bottom: 23px;
}

.copyright a {
	color: inherit;
}

	.copyright a:hover {
		color: #eb2824;
		text-shadow: none;
	}



/* TEACHERS LIST */
.teachers-list {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}

.teacher {
	position: relative;
	display: inline-block;
	float: left;
	width: 22%; 
	margin-bottom: 20px;
	margin-right: 4%;
	background: url(../_img/teach-grad.png)no-repeat top left;
	/*background-color: #f8f8f8;*/
	background-size: 100% 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d0dfe4;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}

.teach-img-box {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px;
	vertical-align: middle;
}

.teacher:nth-child(4n+4) {
	margin-right: 0;
}

.teacher a {
	display: inline-block;
	float: left;
	width: 100%;
}

.teach-img {
	position: relative;
	overflow: hidden;
	padding-bottom: 140%;
}

.teach-img img {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	/*width: 100%;
  	max-height: none;
  	height: 100%;*/
}

.teacher:hover {
	border: 1px solid #2cb0db;
}

.teach-name {
	position: absolute;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	left: 0;
	bottom: -70px;
	background-color: #2cb0db;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}

.teacher:hover .teach-name {
	color: #fff;
	bottom: 0;
	text-shadow: none;
}

.inner-title  {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #008bcc;
	text-transform: uppercase;

}

.inner-text {
	display: block;
	float: left;
	width: 100%;
}

.teacher-img-box {
	display: inline-block;
	float: left;
	width: 20%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.teacher-text-box {
	display: inline-block;
	float: left;
	width: 78%;
}

.teach-training {
	margin-bottom: 20px;
	font-size: 18px;
}

/* PRICE SECTION */
.price-table {
	float: left;
	width: 100%;
	font-size: 18px;
}

.price-table td {
	width: 50%;
	padding: 0 10px 10px 25px;
	border: 1px solid #c1c1c1;
	background-color: #eeece1;
	vertical-align: top;
}

.price-table td:nth-child(2n+2) {
	background-color: #d9d9d9;
}

.price-table td p {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}   

.price-table td span {
	display: block;
	float: left;
	width: 100%;
}
  

.price-terms-box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
} 

.price-regulations-box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

/* CALENDAR SECTION */
.calendar-table {
	float: left;
	width: 100%;
}

.calendar-table  tr {
	border-bottom: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}

.calendar-table  tr.odd {
	background-color: #f2f2f2;
}

.calendar-table  tr.even {
	background-color: #fff;
}

.calendar-table td {
	vertical-align: top;
	padding: 10px;
}

.calendar-table td.date {
	width: 80px;
	padding-left: 15px;
}

.calendar-table td.text {
	padding-left: 15px;
	font-weight: 700;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.calendar-table td.text p {
	margin: 0;
}

.calendar-table .curs-more-info {
	display: none;
	float: left;
	width: 100%;
	overflow: hidden;
	font-weight: 400;
}

.calendar-table td.plus-box {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.calendar-table .btn-more-info {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	line-height: 20px;
	border-radius: 20px;
	background-color: #0cd7e9;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.calendar-table .btn-more-info::after {
	content: '+';
}

.calendar-table .btn-more-info.minus::after {
	content: '-';
}


/* LOGIN BOX */

.left-col {
    display: inline-block;
    float: left;
    width: 40%;
    margin-right: 5%;
}

.right-col {
    display: inline-block;
    float: left;
    width: 55%;
}

.login-box,
.register-box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#profile_form {
    display: inline-block;
    float: left;
    width: 65%;
}

.input-row {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.input-row label {
	display: block;
	width: 100%;
	font-size: 16px;
}

.input-text {
	display: block;
	width: 100%;
	height: 40px;
	background: #fff;
	padding-left: 10px;
	padding-right: 20px;
	border: 1px solid #c1c1c1;
	color: #000;
	font-size: 14px;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.input-text:focus {
	box-shadow: 0 0 5px #999;
	border-color: #999;
}

.select-multiple {
    height: 120px;
    padding-left: 5px;
}

.checkbox-under-age {
	display: block;
	float: left;
	width: 100%;
}

.disable .input-text {
	background-color: #dcdcdc !important;
}

.input-text.w50,
label.w50 {
    display: inline-block;
    float: left;
    width: 48%;
    margin-right: 2%;
}

.input-row.hidden {
	display: none;
}

.input-row.visible{
	display: inline-block;
}

.input-text.w50:last-child {
    margin-right: 0;
    width: 50%;
}

.input-text.w20 {
	display: inline-block;
	float: left;
	width: 20%;
	margin-right: 2%;
	background: #fff url(../_img/arrow-select.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

select::-ms-expand {
    display: none; /* for IE*/
}

.input-text.no-backgr {
	background: none;
	background-color: #fff;
	cursor: auto;
}

.input-text.w20:last-child {
	margin-right: 0;
}

label.w20 {
	display: inline-block;
    float: left;
    width: 20%;
    margin-right: 2%;
}

.input-text.w10 {
	display: inline-block;
	width: 10%;
	margin-right: 2%;
}

.blue-btn {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0cd7e9;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border: none;
	border-bottom: 2px solid rgba(0,0,0, .2);
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0,0,0, .3), 0px 0px 10px rgba(255,255,255, .3) inset;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

}

.blue-btn .fa {
	padding-right: 10px;
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active {
	background-color: #008bcc;
	border-bottom: 2px solid rgba(0,0,0, 0);
	box-shadow: 0px 0px 10px rgba(255,255,255, .3), 0px 0px 20px 5px rgba(255,255,255, .7) inset;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}

.forget-pass,
.reg-note  {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 16px;
	color: #008bcc;
	text-decoration: underline;
}

.forget-pass:hover {
	color: #008bcc;
	text-shadow: none;
	text-decoration: none;
}


/*.register-box {
	margin-top: 40px;
}*/

.reg-note {
	text-decoration: none;
}

.asterisk {
	display: inline-block;
	width: 20px;
	color: #008bcc;
}

#profile_name .inner-title {
    margin-bottom: 20px;
    font-weight: 700;
}


/* COURSES SECTION */
.courses-list,
.prod-list {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.course-item,
.prod-item {
	display: inline-block;
	width: 23%;
	vertical-align: top;
	margin-bottom: 40px;
	margin-right: 2%;
}

.course-item:nth-child(4n+4),
.prod-item:nth-child(4n+4) {
	margin-right: 0;
}

.course-item-img-box,
.prod-item-img-box {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
}

.course-item-img-box:hover,
.prod-item-img-box:hover {
	 border: 1px solid #0cd7e9;
}

.course-img,
.prod-img {
	position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 60%;
    vertical-align: middle;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
}

.course-img img,
.prod-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-height: none;
	height: auto;
}

.course-img:hover,
.prod-img:hover  {
	opacity: .8;
}


.read-more {
	display: inline-block;
	float: right;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #0cd7e9;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.read-more:hover {
	background-color: #008bcc;
	color: #fff;
}

.course-name {
	display: inline-block;
	float: left;
	margin-top: 10px;
	font-size: 18px;
	color: #008bcc;
}

/* COURSE */
.course-baner {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px; 
}

.course-tab-box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.course-tab-body {
	display: block;
	float: left;
	width: 100%;
}

.course-tab-title {
    display: block;
    min-height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
    background-color: #008bcc;
    color: #fff;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    cursor: pointer
}

.course-tab-title .fa {
	padding-left: 10px;
}

.course-tab-title .fa-chevron-up {
	display: none;
}

.course-tab-title.active .fa-chevron-up {
	display: inline-block;
}

.course-tab-title.active .fa-chevron-down {
	display: none;
}

.course-tab-box .calendar-legend {
	margin-top: 20px;
}


/* TIME PLAN */
.calendar {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.calendar-legend {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;

}

.calendar-legend ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.calendar-legend ul li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.calendar-legend ul li:last-child {
	margin-right: 0;
}

.calendar-legend  .fa {
	margin-right: 5px;
	font-size: 26px;
}

.color-1 .fa {
	color: #008bcc
}

.color-2 .fa {
	color: #0cd7e9;
}

.color-3 .fa {
	color: #eb2824;
}

.color-4 .fa {
	color: #555;
}

/*.weekday {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background-color: #1f262a;
	text-align: center;
	font-weight: 700;
}*/


.weekday {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 40px;
	background-color: #145d80;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.weekday:after {
	content: 'Lukk';
	text-transform: lowercase;
	color: #fd4f4b;
	margin-left: 10px;
}

.weekday.active:after {
	content: 'Vis kursene nå';
}

.weekday:hover:after {
	text-decoration: underline;
}


.timeplan-table{
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.timeplan-table .column {
	display: inline-block;
	float: left;
	/*width: 155px;
	margin-right: 17px;*/
	width: 18.4%;
	margin-right: 2%;
	
}

/*.timeplan-table .column:nth-child(6n+6) {
	margin-right: 0;
}*/

.timeplan-table .column:last-child {
	margin-right: 0 !important;
}

/*.salon-name {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 10px;
	background-color: #145d80;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}*/

.salon-name {
	display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #1f262a;
    text-align: center;
    font-weight: 700;
}

.timeplan-table .column.new_studio .salon-name {
    background-color: #145d80;
}

.timeplan-table .cell {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	/*margin-bottom: 15px;*/
	margin-bottom: 30px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background-color: #d3d3d3;
}

.timeplan-table .column.new_studio .cell {
    background-color: #e1f0f7;
}

.timeplan-table.teacher-name {
	color: #008bcc;
}

.timeplan-table .teacher-name:hover{
	color: #008bcc;
	text-shadow: none;
	text-decoration: underline;
}

.calendar-class-name,
.calendar-subname {
	display: block;
	float: left;
	width: 100%;
	font-weight: 700;
}

.calendar-course-name {
	display: block;
	float: left;
	width: 100%;
}

.calendar-class-name:hover {
	color: #008bcc;
	text-shadow: none;
	text-decoration: underline;
}

.teacher-name {
	display: block;
	float: left;
	width: 100%;
}


.btn-add-course {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    background-color: #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0 ,0, .7);
}

.btn-add-course:hover {
	color: #fff;
	text-decoration: underline;
	text-shadow: none;
}

.btn-color-1 {
	background-color: #008bcc !important;
}

.btn-color-2 {
	background-color: #0cd7e9 !important;
}

.btn-color-3 {
	background-color: #eb2824 !important;
}

.btn-color-4 {
	background-color: #555 !important;
}

/* CART */
.container.cart {
	font-size: 16px;
}

.red-row {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #eb2824;
}

.center {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

.cart-table {
	display: inline-block;
	margin-top: 20px;
}

.cart-table th,
.cart-table td {
	padding: 10px;
	border: 1px solid #c1c1c1; 
}

.cart-table th {
	text-align: center;
	font-weight: 700;
	background-color: #d3d3d3;
}

td.remove {
	text-align: center;
}


.btn-remove-course {
	font-size: 20px;
}

.btn-remove-course:hover {
	color: #eb2824;
	text-shadow: none;
}

.cart-table-size .input-text, 
.cart-table-qty .input-text {
    width: 90px;
    height: 35px;
    padding-left: 20px;
    color: #000;
    background: #fff url(../img/arrow-select.png) no-repeat center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.cart-total-row {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-weight: 700;
}

.cart-discount {
	display: inline-block;
	color: #0cd7e9;
	border-right: 1px solid #c1c1c1;
	padding-right: 30px;
	vertical-align: middle;
}

.cart-total {
	display: inline-block;
	font-size: 18px;
	color: #008bcc;
	padding-left: 30px;
	vertical-align: middle;
}

.cart-note {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.condition-box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.condition-box form {
	display: inline-block;
}

.ch-box {
	display: none;
}

.ch-box + .checkbox-label {
	display: inline-block;
	min-height: 14px;
	padding-left: 25px;
	background: url(../_img/checkbox.png) no-repeat 0 5px;
	cursor: pointer;
}

.ch-box:checked + .checkbox-label {
	background: url(../_img/checkbox-checked.png) no-repeat 0 5px;
}

.show-popup {
	display: inline-block;
	margin-right: 20px;
	background-color: #008bcc;
	color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
}

#overlay {
	position: fixed; 
	display: none;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%; 
	background-color: #000;
	opacity: .8;
	z-index: 5;
}

#popup-info {
	position: fixed;
	display: none;
	left: 50%; 
	top: 50%; 
	-ms-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 10px;
	width: 50%;
	max-height: 80%;
	background-color: #fff;
	border-radius: 5px;
	border: 3px solid #008bcc;
	overflow-y: auto;
	z-index: 60;
	color: #000;
}

.close-hold {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
}

#close-popup {
	position: relative; 
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	background-color: #008bcc;
	color: #fff;
	cursor: pointer;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}

#close-popup:hover {
	background-color: #eb2824;
}

.popup-desc {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-right: 35px;
}

.popup-title {
	float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    color: #008bcc;
    text-transform: uppercase;
}

#popup-info .btns-box {
	margin-top: 10px;
}

#popup-info .btn-ok,
#popup-info .btn-cancel  {
	display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0,0,0, .2);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
}

#popup-info .btn-ok {
	background-color: #008C20;
}

#popup-info .btn-cancel {
	background-color: #eb2824;
}

/* CART PAYMENT */
.cart-payment-box {
	display: block;
	float: left;
	width: 100%;
}

.cart-choose-payment {
	display: inline-block;
	float: left;
	width: 180px;
	height: 180px;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 30px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #c1c1c1;;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	cursor: pointer;
}

.cart-choose-payment:hover,
.cart-choose-payment:checked {
	border: 1px solid #000;
}

.cart-payment-photo {
	display: inline-block;
	width: 100%;
	height: 55px;
}

.cart-choose-payment .radio {
	display: none;
}

.cart-choose-payment .radio + .radio-label {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: 20px;
	background: url(../_img/checkbox.png)  no-repeat top left;
}

.cart-choose-payment .radio:checked + .radio-label{
	background: url(../_img/checkbox-checked.png)  no-repeat top left;
}

.payment-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
}

.cart-choose-payment:hover .payment-title,
.cart-choose-payment .radio:checked + .radio-label + .payment-title{
	color: #008bcc;
}

.cart-choose-payment .radio:checked + .radio-label + .payment-title {
	text-decoration: underline;
}

.btn-complete-order {
	display: block;
	float: left;
	height: 70px;
	line-height: 70px;
	width: 100%;
	/*margin-top: 40px;*/
	border: none;
	background-color: #008bcc;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.btn-complete-order:hover {
	opacity: .7;
}



/* LOGGED USER */
.logged-user {
	background-color: #1f262a;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.logged-user .container {
	padding-right: 30px;
}

.logged-user-row {
	display: inline-block;
	float: right;
	padding-right: 35px;
}

.user-row-item {
	display: inline-block;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #fff;
	text-align: center;
}

.user-row-item:last-child {
	border-right: none;
	padding-right: 0;
}

a.user-row-item {
	color: #0cd7e9;
}


/* BIRTHDAY BOX */
.birthday-calendar-box {
	display: block;
	float: left;
	width: 100%;
}

.birthday-calendar-left {
	display: inline-block;
	float: left;
	width: 40%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.birthday-calendar-right {
	display: inline-block;
	float: left;
	width: 56%;
}

.birthday-calendar-holder {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.birthday-calendar-holder .inner-title {
	display: inline-block;
	width: auto;
}

.birthday-calendar-holder .calendar-legend {
	display: inline-block;
	float: right;
	width: auto;
	margin-bottom: 20px;
}

.birthday-calendar-item {
	display: inline-block;
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.birthday-calendar-item:last-child {
	margin-right: 0;
}

.birthday-calendar-item .month {
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	color: #145d80;
}

.month-weekday-row {
	display: block;
	float: left;
	width: 100%;
}

.month-weekday,
.week,
.day {
	display: inline-block;
	float: left;
	width: 11%;
	margin: 0 3px 3px 0;
	font-size: 16px;
	text-align: center;
	color: #145d80;
}

.week,
.day {
	background-color: #d3d3d3;
}

.day {
	color: #939598;
}

.day.color-1 {
	color: #fff;
	background-color: #008bcc
}

.day.color-3 {
	color: #fff;
	background-color: #eb2824;
}

.day.color-1 a,
.day.color-3 a {
	color: #fff;
}

.day.color-1 a:hover {
	text-decoration: underline;
}

.week-nav {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
}


.prev-month .fa {
	padding-right: 10px;
}

.next-month .fa {
	padding-left: 10px;
}

.next-month {
	float: right;
}

.prev-month:hover,
.next-month:hover {
	color: #145d80;
	text-shadow: none;
}

/* BIRTHDAY PROD */
.birth-prod-sec .inner-title {
	margin-bottom: 10px;
}

.birth-prod-sec .small-inner-title {
	margin-bottom: 15px;
}

.birth-prod-sec .birthday-calendar-holder {
	margin-top: 20px;
}

.buy-course-table {
	display: inline-block;
	float: left;
    width: 260px;
    margin-bottom: 20px;
    color: #000;
}

.buy-course-table.fright {
	float: right;
}

.buy-course-table th {
	padding: 5px 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-color: #008bcc; 
}

.buy-course-table td {
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
}

.buy-course-table td:first-child {
	border-left: 1px solid #c1c1c1;
}

.buy-course-table td:last-child {
	border-right: 1px solid #c1c1c1;
}

.buy-course-table .labels td {
    background-color: #d3d3d3;
    padding: 0px 20px;
}

.buy-course-table .btn {
	display: inline-block;
	float: right; 
	width: 70px; 
	text-align:center;
	font-size: 14px; 
	color: #fff;
}

.buy-course-table .btn.color-1 {
	background-color: #008bcc;
}

.btn-disabled { 
	background-color :#eb2824 !important;
	cursor: default;
}

.buy-course-table .btn:hover {
	background-color: #0cd7e9;
}

/* BIRTHDAY INFO */
.profile-name {
	padding-left: 20px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #008bcc;
    text-transform: uppercase;
}

.birthdays-buy {
	display: inline-block;
	float: left;
	width: 100%;
}

.birthdays-buy td {
	padding: 5px;
}

.birthdays-buy .input-text {
	height: 30px;
}

.birthdays-buy select.input-text {
	background: #fff url(../_img/arrow-select.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.birthdays-buy .input-text.guestcount {
	margin-bottom: 10px;
}

.birthdays-buy .checkbox-label {
	margin-right: 10px;
}

.birthdays-buy textarea.input-text {
	height: 80px;
	width: 100%;
	resize: none;
}

.birthdays-buy .show-popup {
	padding: 0;
	text-decoration: underline;
	background-color: transparent !important;
	color: #008bcc;
	cursor: pointer;
}

.birthdays-buy .show-popup:hover {
	text-decoration: none;
}

.error-mesage {
	display: inline-block;
	width: 100%;
	padding: 2px 10px; 
	color: #ff0000; 
	margin: 0 2px 10px;
	border: 1px solid #ff0000;
	background-color: #F7E5E1; 
	font-weight: 700;

}

.error-mesage span {
	color: #008bcc;

}


/* INFO PAGE */
.left-part {
	display: inline-block;
	float: left;
    max-width: 40%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.right-part {
	display: inline-block;
    float: left;
    width: 56%;
}

#info_main_image {
	display: inline-block;
	float: left;
    width: 40%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.info-banner {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.info-text {
	display: inline-block;
	float: left;
	width: 100%;
}

/* MAP */
.map-box {
	display: block;
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 20px;
	border: 3px solid #008bcc;
	border-radius: 5px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .5);
}

.map-box iframe {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

/* GALLERY */
.gallery-box {
	display: block;
	float: left;
	width: 100%;
}

.gallery-item {
	position: relative;
	display: inline-block;
	width: 31%;
	margin-right: 2%;
	margin-bottom: 40px;
	border: 1px solid #d0dfe4;
	overflow: hidden;

}

.gallery-item:nth-child(3n+3) {
	margin-right: 0;
}

.gallery-item-title  {
	position: absolute;
	display: block;
	bottom: 55px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 12px 20px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	text-align: right;
	background: #2cb0db url(../_img/button_blue_bg.png) no-repeat left top;
    background-size: 35px 100%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.gallery-item a {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100%;
}

.gallery-item img {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	width: 100%;
  	height: auto;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}

.gallery-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery-item:hover .gallery-item-title  {
	bottom: 0;
}

.gallery-item.fancy {
	width: 22%;
	overflow: hidden;
    margin-bottom: 40px; 
}

.gallery-item.fancy:nth-child(3n+3) {
	margin-right: 2%;
}

.gallery-item.fancy:nth-child(4n+4) {
	margin-right: 0;
}

.gallery-item.fancy a {
	padding-bottom: 70%;
}

.gallery-item.fancy:hover img {
	-webkit-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	transform: none;
}

/**/
.choise-group {
	margin-bottom: 0;
}

.choise-group label {
	display: inline-block;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    color: #008bcc;
    font-size: 18px;
}

.choise-group .input-text {
	float: none;
}

/* MY COURSES */
.my-courses-table {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 60px;
	border-bottom: 1px solid #d3d3d3;
	overflow-x: auto;
}

.my-courses-table th {
	font-size: 16px;
	font-weight: 700;

}

.my-courses-table th,
.my-courses-table td {
	padding: 15px;
}

.my-courses-table th:first-child,
.my-courses-table td:first-child {
	padding-left: 0;
}

.my-courses-table a {
	color: #116994;
	text-decoration: underline;
}

.my-courses-table a:hover {
	text-decoration: none;
	color: #116994;
	text-shadow: none
}

/* PRODUCT LIST */
.categories-box {
	display: inline-block;
	float: left;
	width: 100%;
}

.category {
	display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    color: #008bcc;
}

.category:hover,
.category.current {
	color: #fff;
	text-shadow: none;
	background-color: #008bcc;
	border: 1px solid #008bcc;
}

.category:nth-child(5n+5) {
	margin-right: 0;
}

.prod-name {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 22px;
	line-height: 25px;
	color: #008bcc;
}

.prod-name:hover {
	color: #008bcc;
	text-shadow: none;
	text-decoration: underline;
}

.prod-price {
	display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}

.prod-short-info {
	display: inline-block;
	float: left;
    width: 100%;
    height: 70px;
    margin-top: 10px;
    font-weight: 300;
    overflow: hidden;

}

/* PRODUCT PAGE */
.prod-left-col {
	display: inline-block;
	float: left;
	width: 29%;
	margin-right: 4%;
}

.main-thumb {
    display: inline-block;
    float: left;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fafafa;
}

.main-thumb a {
	position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding-bottom: 115%;
   	overflow: hidden;
}

.main-thumb a img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.thumbs-box {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.thumbs-box .thumb {
    position: relative;
    display: inline-block;
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.thumbs-box .thumb:nth-child(4n+4) {
	margin-right: 0;
}

.thumbs-box .thumb a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.thumbs-box a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.mask {
	position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-thumb a:hover .mask,
.thumbs-box a:hover .mask {
    opacity: 1;
}

.main-thumb .mask span,
.thumbs-box .mask span {
 	position: absolute;
	display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/i-search.png) center no-repeat;
    opacity: 0;
     -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition:  opacity 0.4s ease-in-out 0.2s;
    -moz-transition:  opacity 0.4s ease-in-out 0.2s;
    -o-transition:  opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.main-thumb:hover .mask span,
.thumbs-box:hover .mask span {
    opacity: 1;
}

.prod-right-col {
	display: inline-block;
	float: left;
	width: 67%;
}

.prod-info {
	display: inline-block;
	float: left;
	width: 100%;
}

.prod-options {
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.prod-option-item {
	display: inline-block;
	float: left;
	width: 103px;
	margin-right: 3%;
	margin-bottom: 10px;
}

.option-name {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
}

.prod-option-item .input-text {
	width: 100%;
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #808080;
	background: #fff url(../img/arrow-select.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}


.prod-make-order {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	overflow-x: auto;
}

.prod-make-order label {
	margin-right: 10px;
}

.prod-make-order .input-text {
	display: inline-block;
	width: 80px;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	color: #808080;
	background: #fff;
}

.prod-make-order table .prod-name-td {
	width: 215px;
}

.prod-make-order table td {
	padding: 10px;
}

.prod-right-col .btn-add-cart {
	display: inline-block;
	float: left;
    height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
    border: none;
    background-color: #008bcc; 
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.btn-add-cart:hover {
	background-color: #0cd7e9;
}


/*.mono {
	width: 65%;
}*/

.error {
	border: 1px solid #ff0000;
}


/* RESPONSIVE */

@media (max-width: 1024px) {

	.container {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.course-item,
	.prod-item {
		width: 31%;
	}

	.course-item:nth-child(3n+3),
	.prod-item:nth-child(3n+3) {
		margin-right: 0;
	}

	.course-item:nth-child(4n+4),
	.prod-item:nth-child(4n+4) {
		margin-right: 2%;
	}

	.timeplan-table .column {
		width: 32%;
		margin-bottom: 20px;
	}

	.timeplan-table .column:nth-child(3n+3) {
		margin-right: 0;
	}


	.timeplan-table .column:nth-child(5n+5) {
		margin-right: 2%;
	}

	/*.timeplan-table .cell {
		height: 250px;
	}*/

	.category {
		margin-right: 2%;
	}
}

/*@media (max-width: 1024px) and (min-width: 800px)  {
	.timeplan-table .column {
		width: 32%;
		margin-bottom: 20px;
	}
}*/






@media (max-width: 800px) {

	.container {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.header .container {
		width: 100%;
	}

	.header_logo {
		display: none;
	}

	.header_menu_col {
		width: 280px;
		padding-top: 20px;
		padding-left: 95px;
		padding-bottom: 15px;
		min-height: 150px;
	}

	.logo_mobile {
		position: absolute;
		top: 20px;
		right: 2%;
		width: 70px;
		display: inline-block;
		z-index: 30;
	}

	.tb_socs {
		width: auto;
	}

	.tb_socs a:last-child {
		margin-right: 28px;
	}

	.search_input {
		width: 115px;
	}

	.gradient_sec h1 {
		font-size: 50px;
	}

	.content_sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.upcoming_events {
		width: auto;
		padding-right: 75px;
		margin-top: -60px;
	}

	.sbi_names {
		padding-top: 7px;
		bottom: 20px;
	}

	.gallery-item-title {
		padding: 5px;
		bottom: 20px;
	}

	.sbi_names h3,
	.gallery-item-title {
		font-size: 22px;
		margin-bottom: -5px;
	}

	.sbi_names big {
		font-size: 14px;
	}

	.sb_item:hover .sbi_names h3 {
		margin-top: -25px;
	}

	.birthday-calendar-item {
		width: 32%;
		margin-right: 2%;
	}

	
	/*.login-box,
	.register-box {
		width: 100%;
	}*/

	.input-text.w20,
	label.w20 {
		width: 31%
	}

	.choise-group .input-text.w20 {
		width: auto;
	}

	/*.prod-right-col .btn-add-cart {
		padding: 10px 52px;
	}*/
}


@media (max-width: 690px) {
	.tb_socs a:last-child {
		margin-right: 14px;
	}

	.mono {
		width: 100%;
	}

	.topmenu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.timeplan-table .cell {
		height: 250px;
	}
}

@media (max-width: 667px) {

	/*.topmenu > li > a {
		padding-left: 13px;
		padding-right: 13px;
	}*/

	.tb_socs {
		position: absolute;
		top: 140px;
		right: 30px;
		z-index: 30;
	}

	.tb_socs a {
		opacity: .5;
		margin-right: 10px;
	}

	.tb_socs a:last-child {
		margin-right: 0;
	}

	.birthday-calendar-item {
		width: 49%;
	}

	.birthday-calendar-item:nth-child(2n+2) {
		margin-right: 0;
	}

	.birthday-calendar-left {
		width: 100%;
	}

	.birthday-calendar-right {
		width: 100%;
	}

	.fcol {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 50px;
		width: 49%;
	}

	.fcol:nth-child(3) {
		background: none;
		padding-left: 0;
	}

	#popup-info {
		width: 80%;
	}

	.gallery-item,
	.sb_item {
		overflow: visible;
		margin-bottom: 100px;
	}

	.gallery-item a,
	.sb_item a {
		overflow: visible;
	}

	.gallery-item-title,
	.sbi_names {
		bottom: auto;
		top: 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}

	.gallery-item:hover .gallery-item-title  {
		bottom: auto;
	}

	.gallery-item-title {
		font-size: 16px;
		line-height: 26px;
	}

	.sb_item:hover .sbi_names {
		bottom: auto;
		border-top: none;
	}

	.sb_item:hover .sbi_names h3 {
		text-shadow: none;
		margin-top: 0;
		color: #fff;
	}

	.left-col,
	.right-col {
		width: 100%;
	}

	.right-col {
		margin-top: 40px;
	}

	#profile_form {
            width: 100%;
    }

    .category {
		width: 48%;
	}

	.category:nth-child(2n+2) {
		margin-right: 0;
	}

	.prod-right-col .btn-add-cart {
		margin-top: 20px;
	}

}






@media (max-width: 568px) {

	.topmenu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.logo_mobile {
		width: auto;
		height: 100px;
		right: 30px;
	}

	.sb_item {
		overflow: visible;
		margin-bottom: 100px;
	}

	.sb_item a {
		overflow: visible;
	}


	.sbi_names {
		bottom: auto;
		top: 100%;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}


	.sbi_names h3 {
		font-size: 19px;
	}


	.sb_item:hover img {
		transform: scale(1);
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 0px;
	}

	
	.upcoming_events {
		font-size: 22px;
		height: auto;
		padding-top: 15px;
		padding-bottom: 13px;
		margin-bottom: 40px;
	}

	.gradient_sec {
		padding-top: 40px;
		padding-bottom: 70px;
	}

	.gradient_sec h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}

}








@media (max-width: 480px) {

	/*.search_input_form {
		position: relative;
		z-index: 30;
		margin-top: -128px;
	}*/

	.header_menu_col {
		min-height: 245px;
	}

	/*.search_input {
		margin-right: 0;
		border-radius: 4px 0px 0px 4px;
		background: rgba(255,255,255, .7);
	}

		.search_input:focus {
			background: #fff;
		}*/

	/*.search_button {
		background: #0d1114;
		border-radius: 0px 4px 4px 0px;
	}*/

	.topmenu {
		width: 100%;
		text-align: justify;
	}

	.topmenu::after {
		content: '';
		display: inline-block;
		width: 100%;
	}

	.topmenu > li > a {
		padding-left: 14px;
		padding-right:14px;
		font-size: 14px;
	}

	.sbi_names h3 {
		font-size: 16px;
	}

	/*.input-text.w20 {
		width: 31%
	}*/

	.input-text.w10 {
		width: 20%;
	}

	.course-item,
	.prod-item {
		width: 47%;
	}

	.course-item:nth-child(2n+2),
	.prod-item:nth-child(2n+2) {
		margin-right: 0;
	}

	.course-item:nth-child(3n+3),
	.prod-item:nth-child(3n+3) {
		margin-right: 2%;
	}

	.topbar .container {
		padding-left: 2%;
		padding-right: 2%;
	}

	.timeplan-table .column {
		width: 49%;
	}

	.timeplan-table .column:nth-child(2n+2) {
		margin-right: 0;
	}

	.timeplan-table .column:nth-child(3n+3) {
		margin-right: 2%;
	}

	.timeplan-table .cell {
		height: 250px;
	}

	.logged-user-row {
		display: table;
		width: 100%;
		padding-top: 18px;
	}

	.user-row-item {
		display: table-cell;
		padding-left: 10px;
		padding-right: 10px;
	}



}





@media (max-width: 414px) {
	.topmenu {
		text-align: left;
		display: table;
	}

	.topmenu::after {
		display: none;
	}

	.topmenu > li {
		display: table-cell;
	}

	.topmenu > li > a {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		border-right: 1px solid #0d1114;
	}

	.sb_item,
	.gallery-item {
		width: 100%;
		margin-bottom: 100px;
	}

	.sbi_names h3,
	.gallery-item-title {
		font-size: 28px;
		margin-bottom: 0;
	}

	.gallery-item-title {
		line-height: 35px;
	}

	.sbi_names big {
		font-size: 16px;
	}

	.sb_item img,
	.gallery-item img {
		width: 100%;
	}

	.birthday-calendar-item {
		width: 100%;
		margin-right: 0;
	}


	.birthday-calendar-holder {
		margin-left: 2%;
	}

	.birthday-calendar-holder .calendar-legend {
		float: left;
		width: 100%;
	}

	/*.timeplan-table .column:last-child {
		width: 100%;
		margin-right: 0;
	}*/

	/*.timeplan-table .column:last-child .cell {.timeplan-table .column:last-child
		width: 49%;
		margin-right: 2%;
	}

	.timeplan-table .column:last-child .cell:nth-child(2n+1) {
		margin-right: 0;
	}*/



	.teacher-img-box {
		width: 100%;
	}

	.teacher-text-box {
		width: 100%;
	}

	.teach-img-box {
		height: auto;
	}

	.cart-choose-payment {
		width: 49%;
		margin-right: 2%;
	}

	.cart-choose-payment:nth-child(2n+2) {
		margin-right: 0;
	}

	#info_main_image {
		width: 100%;
	}

	.left-part {
		max-width: 100%;
	}

	.right-part {
		width: 100%;
	}


}


@media (max-width: 384px) {
	.user-row-item {
		padding-left: 5px;
		padding-right: 5px;
	}

	.cart-table th, .cart-table td {
		padding: 5px;
	}

	.course-item,
	.prod-item {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 320px) {

	.topbar .container,
	.gradient_sec .container,
	.footer .container,
	.copyright .container,
	.content_sec.paddings .container {
		padding-left: 2%;
		padding-right: 2%;
	}

	.header .container {
		padding-left: 0;
		padding-right: 0;
	}

	.header_menu_col {
		width: 100%;
		margin-left: 0;
	}

	.header_menu_col {
		padding-left: 30px;
	}

	.logo_mobile {
		margin-top: 8px;
		height: 70px;
		right: 2%;
	}

	.tb_socs {
		top: 112px;
		right: 2%;
		width: 30px;
	}

	.tb_socs a {
		margin-right: 0;
		margin-bottom: 0px;
	}

	/*.search_input_form {
		margin-top: 0;
		position: absolute;
		right: 2%;
		top: 212px;
	}

	.search_input {
		width: 100px;
		border-radius: 4px 0 0 0;
	}

	.search_button {
		border-radius: 0 4px 0 0
	}*/

	.topmenu > li > a {
		font-size: 12px;
	}

	.upcoming_events {
		width: 100%;
	}

	.fcol {
		width: 100%;
		background: no-repeat;
		padding-right: 2%;
		padding-left: 2%;
		text-align: center;
		min-height: 1px;
	}

	.copyright .container {
		text-align: center;
	}

	.gradient_sec h1 {
		font-size: 32px;
		line-height: 32px;
	}

	.logged-user-row {
		padding-top: 10px;
	}

	.cart-choose-payment {
		height: 200px;
	}

	.cart-discount {
		padding-right: 15px;
	}

	.cart-total {
		padding-left: 15px;
	}

	.prod-option-item {
		width: 95px;
	}

	/*.prod-right-col .btn-add-cart {
		padding: 10px 45px;
	}*/
}