

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: transparent;
	color: #79d7d8;
}

.pagination > .disabled > a,
.pagination > .disabled > span,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span:focus {
	background-color: #fafafa;
	color: #656565;
	opacity: 0.5;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select,
.form-control {
	height: 50px;
	background-color: transparent;
	border-radius: 5px;
	box-shadow: none;
	color: #323232;
	padding-left: 20px;
	//padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	//line-height: 30px;
	font-weight: 300;
	border: 2px solid rgba(0, 0, 0, 0.05);
}

input[type="text"] + .theme_button,
input[type="email"] + .theme_button,
input[type="url"] + .theme_button,
input[type="password"] + .theme_button,
input[type="search"] + .theme_button,
input[type="tel"] + .theme_button,
input[type="number"] + .theme_button,
input[type="date"] + .theme_button,
textarea + .theme_button,
select + .theme_button,
.form-control + .theme_button {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	box-shadow: none;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}

.input-text-center input[type="text"], .input-text-center
input[type="email"], .input-text-center
input[type="url"], .input-text-center
input[type="password"], .input-text-center
input[type="search"], .input-text-center
input[type="tel"], .input-text-center
input[type="number"], .input-text-center
input[type="date"], .input-text-center
textarea, .input-text-center
select, .input-text-center
.form-control {
	text-align: center;
}

.with_background input[type="text"], .with_background
input[type="email"], .with_background
input[type="url"], .with_background
input[type="password"], .with_background
input[type="search"], .with_background
input[type="tel"], .with_background
input[type="number"], .with_background
input[type="date"], .with_background
textarea, .with_background
select, .with_background
.form-control {
	background-color: #ffffff;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group-wrap {
	position: relative;
}

.inline-form .form-group-wrap {
	display: inline-block;
}

/* select styling */
.form-control option {
	color: #323232;
	background-color: #ffffff;
}

.form-control-unstyled {
	border: none;
	background-color: transparent;
}

/* select styling */
.select-group {
	position: relative;
	border-radius: 0;
	padding: 0;
	z-index: 1;
}

.select-group select {
	position: relative;
	cursor: pointer;
	z-index: 1;
	padding-right: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent !important;
	box-shadow: none !important;
}

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

.select-group .empty {
	color: #656565;
}

.select-group option {
	font-style: normal;
	color: #323232;
	font-weight: 300;
}

.select-group option[data-default] {
	color: #656565;
}

.select-group:hover select + .theme_button,
.select-group:hover select + i {
	color: #323232;
}

.select-group:hover .theme_button {
	transition: all 0.05s linear 0s;
}

.select-group select + i,
.select-group .theme_button {
	font-size: 14px;
	z-index: -1;
}

.form-inline .select-group {
	display: inline-block;
	max-width: 100%;
}

.form-inline .select-group select {
	width: 100%;
}

.form-control.invalid {
	box-shadow: 0 0 0 2px #4ebbe3;
}

.form-control:focus {
	border-color: rgba(101, 101, 101, 0.3);
	box-shadow: none;
}

.form-control:-moz-placeholder {
	color: #939393;
	font-style: italic;
}

.form-control::-moz-placeholder {
	color: #939393;
}

.form-control:-ms-input-placeholder {
	color: #939393;
}

.form-control::-webkit-input-placeholder {
	color: #939393;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

/*icons for forms */
form label + i,
form label + i {
	position: absolute;
	font-size: 14px !important;
	left: 20px;
	top: 18px;
	width: 1em;
	line-height: 1;
	text-align: center;
}

form label + i + .form-control,
form label + i + .form-control {
	padding-left: 45px;
}

form .with_icon {
	padding-left: 25px;
}

form .with_icon + [class*="fa-"],
form .with_icon + [class*="icon2-"] {
	position: absolute;
	top: 17px;
	left: 2px;
	font-size: 12px;
}

form .with_icon:focus + [class*="fa-"],
form .with_icon:focus + [class*="icon2-"] {
	color: #bee27b;
}

label {
	font-weight: inherit;
}

.checkbox label,
.radio label {
	font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
	font-weight: inherit;
}

.form-control + [class*="icon2-"] {
	position: absolute;
	font-size: 24px;
	left: 20px;
	top: 50%;
	color: #4ebbe3;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=checkbox],
.radio label[for] + input[type=radio] {
	left: 20px;
}

input[type=checkbox],
input[type=radio] {
	//margin-top: 7px;
}

.form-wrapper.with_background, .form-wrapper.muted_background, .form-wrapper.cs, .form-wrapper.ds, .form-wrapper.ls {
	padding: 35px;
}

.form-inline-button .form-inline {
	position: relative;
}

.form-inline-button .form-inline .form-control {
	width: 100%;
	margin: 0;
}

.form-inline-button .form-inline label {
	display: block;
}

.form-inline-button .form-inline label[for] {
	display: none;
}

.form-inline-button .form-inline .form-group {
	display: block;
	vertical-align: top;
	position: relative;
}

@media (min-width: 768px) {
	.form-inline-button .form-inline .form-group.inline-block {
		min-width: 370px;
		margin-right: 5px;
	}
}

.form-inline-button .form-inline [type="text"],
.form-inline-button .form-inline [type="password"],
.form-inline-button .form-inline [type="search"],
.form-inline-button .form-inline [type="email"] {
	padding-right: 50px;
	width: 100%;
}

.form-inline-button .form-inline [type="submit"],
.form-inline-button .form-inline .theme_button {
	font-size: 0;
	padding-left: 22px;
	padding-right: 22px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: #4ebbe3;
	color: #ffffff;
}

.form-inline-button .form-inline [type="submit"] i,
.form-inline-button .form-inline .theme_button i {
	font-size: 16px;
	content: "\e656";
	font-family: 'rt-icons-2';
	line-height: 1;
	top: 0;
}

.form-inline-button .form-inline [type="submit"]:hover,
.form-inline-button .form-inline .theme_button:hover {
	opacity: 0.5;
}

.has-error .form-control {
	border-color: #4ebbe3;
}

.has-error label,
.has-error .help-block {
	color: #4ebbe3;
}

/* inline input with button */
.button-on-input {
	position: relative;
}

.button-on-input input[type*="text"],
.button-on-input input[type*="email"]
input[type*="password"],
.button-on-input .form-group {
	width: 100%;
}

.button-on-input button,
.button-on-input input[type*="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}


/* bootstrap tables */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 15px 15px;
	border-color: #f2f2f2;
}

.table {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.table td + th,
.table th + td,
.table th + th,
.table td + td {
	border-left: 1px solid #f2f2f2;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}

.table > tbody > tr > td.media-middle {
	vertical-align: middle;
}

.table-responsive {
	border: none;
}

/* bootstrap buttons */
.btn {
	padding: 22px 30px 22px;
	margin: 0 0 4px 0;
	font-weight: 700;
	border: none;
	border-radius: 0;
	outline: none;
	transition: all 0.3s ease-in-out 0s;
}

.btn:hover, .btn:focus {
	outline: none;
}

/* media elements */
.media {
	margin-top: 17px;
}

.media .media-object {
	max-width: 100px;
}

li.media:before,
li.media:after {
	display: block;
	content: '';
	clear: both;
}

.media-right,
.media > .pull-right {
	padding-left: 20px;
}

.media-left,
.media > .pull-left {
	padding-right: 20px;
}

.media-left img,
.media-right img {
	max-width: 85px;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	color: inherit;
	font-weight: 300;
}

/* labels */
.label-success {
	color: #ffffff;
	background-color: #9fc201;
}

.label-info {
	color: #ffffff;
	background-color: #19bcdb;
}

.label-warning {
	color: #ffffff;
	background-color: #f4b803;
}

.label-danger {
	color: #ffffff;
	background-color: #ec5c42;
}

/*caret*/
.caret {
	border: none;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #f2f2f2;
	text-align: center;
	margin-left: 5px;
	vertical-align: baseline;
}

.caret:before {
	content: "\f107";
	font-family: FontAwesome;
}

/* helpers */
@media (max-width: 499px) {
	.hidden-xxs {
		display: none !important;
	}
}

/*
** General Styles for HTML tags
*/
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
	font-size: 16px;
}

::-moz-selection {
	color: #ffffff;
	background-color: #4ebbe3;
}

::selection {
	color: #ffffff;
	background-color: #4ebbe3;
}

::-moz-selection {
	color: #ffffff;
	//background-color: #4ebbe3;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.34;
	word-break: break-word;
	margin-top: 1.1em;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

blockquote {
	position: relative;
	margin: 40px 0;
	padding: 0 0 0 50px;
	border: none;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5em;
	color: #656565;
}

blockquote .item-meta {
	margin-top: 25px;
}

blockquote h4, blockquote h5 {
	font-size: 30px;
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin-top: 40px;
	font-size: 18px;
}

blockquote:before {
	content: "\"";
	font-size: 80px;
	position: absolute;
	font-style: italic;
	font-weight: 700;
	top: 25px;
	left: -10px;
	color: #323232;
}

@media (min-width: 992px) {
	blockquote.lg-big {
		font-size: 24px;
		padding-left: 70px;
	}

	blockquote.lg-big:before {
		font-size: 130px;
		left: -20px;
		top: 45px;
	}
}

.flexslider blockquote,
.owl-carousel blockquote {
	margin: 0;
}

img, figure {
	//max-width: 100px;
	height: auto;
}

figcaption, .entry-caption {
	padding: 2px 0 12px;
}

figcaption p, .entry-caption p {
	margin-bottom: 0;
}

a {
	text-decoration: none;
	transition: all 0.05s ease-in-out 0s;
}

a:hover {
	color: #bee27b;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	//transition: all 0.2s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

hr {
	border: none;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	background-color: #f2f2f2;
}

iframe {
	border: none;
	max-width: 100%;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0;
}



table th {
	color: #323232;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
}

.table_template thead {
	background-color: #4ebbe3;
	color: #323232;
}

.table_template thead.light {
	background-color: #ffffff;
}

.table_template th {
	font-weight: 700;
}

.table_template td, .table_template th {
	padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
	background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
	background-color: rgba(17, 17, 17, 0.05);
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*
** Styled Lists
*/
ul, ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

.list1 ul,
ul.list1 {
	list-style: none;
	padding: 0;
}

.padding_30 .list1 ul, .padding_30
ul.list1 {
	margin: 0;
}

.list1 li {
	position: relative;
	padding: 9px 0 10px 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.muted_background .list1 li {
	border-color: rgba(255, 255, 255, 0.4);
}

.list1 li > .media {
	margin: 3px 0;
}

@media (min-width: 992px) {
	.list1 li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.list1.big-padding li {
	padding-top: 22px;
	padding-bottom: 21px;
}

.list1.huge-padding li {
	padding-top: 37px;
	padding-bottom: 36px;
}

.list1.no-bullets li {
	padding-left: 0;
}

.list1.no-bullets li:before {
	display: none;
}

.list1 li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.list1.no-top-border li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.list1.no-bottom-border li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.list1 li:before {
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #4ebbe3;
	left: 10px;
	top: 21px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.list2 ul,
ul.list2 {
	list-style: none;
	padding-left: 20px;
}

.list2 li {
	position: relative;
	padding: 5px 0 5px 0;
}

.list2 li:first-child {
	padding-top: 0;
}

.list2 li:first-child:before {
	top: calc(50% - 5px);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* 
** Time Table 
*/
#timetable span {
	display: block;
}

#timetable th, #timetable td {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	padding: 25px 5px;
}

#timetable thead {
	color: #ffffff;
}

#timetable thead th {
	border: 1px solid rgba(255, 255, 255, 0.23);
	border-width: 0 1px;
}

#timetable tbody th, #timetable tbody td {
	border: 1px solid #f2f2f2;
	transition: all 0.2s ease-in-out 0s;
}

#timetable tbody .current {
	background-color: #4ebbe3;
	border-color: #4ebbe3;
}

#timetable tbody .current a {
	color: #ffffff;
}

/* 
** toTop
*/
#toTop {
	bottom: 10px;
	right: 10px;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	font-size: 0;
	color: transparent;
	border-radius: 50%;
	color: #ffffff;
	background: #4ebbe3;
}

@media (min-width: 768px) {
	#toTop {
		bottom: 30px;
		right: 30px;
	}
}

@media (min-width: 992px) {
	#toTop {
		width: 60px;
		height: 60px;
		bottom: 60px;
		right: 60px;
	}
}

#toTop:after {
	color: #ffffff;
	content: "\f106";
	font-size: 16px;
	line-height: 50px;
	font-family: FontAwesome;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s linear;
}

@media (min-width: 992px) {
	#toTop:after {
		line-height: 60px;
	}
}

#toTopHover, #toTop:hover {
	bottom: 15px;
	opacity: 1;
}

@media (min-width: 768px) {
	#toTopHover, #toTop:hover {
		bottom: 35px;
	}
}

@media (min-width: 992px) {
	#toTopHover, #toTop:hover {
		bottom: 65px;
	}
}

#toTop:hover:after {
	color: #ffffff;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}
