/*
* Records Templates Style
*/
/* Table of Content
==================================================
	#Custom Fonts
	#Site Styles
	#Media Queries
	#Animations
*/

/* #Custom Fonts

================================================== */
/* Google font */
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Paytone+One);

/* #Site Styles
================================================== */

html, html a {
	-webkit-font-smoothing: antialiased
}
html {
	-ms-overflow-style: scrollbar
}
body {
	font: 1.29em/1.29em 'Arvo', serif;
	color: #2b2b2b;
	background: url(../images/body-bg.png) repeat 0 0 #fff
}
a, a:active, a:focus, a:hover, a:visited {
	color: #00b3c1;
	outline: 0
}
a:visited {
	color: #2b2b2b;
}
a:active, a:focus, a:visited {
	text-decoration: none
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.4em
}
h1, h1 a, h1 a:hover, h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover {
	color: #00b3c1;
	font-family: 'Paytone One', sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0 0 1.3em;
	font-size: 1.846em;
	text-transform: uppercase;
}
h2 {
	margin: 0;
	padding: 0 0 1.3em;
	font-size: 1.846em;
	text-transform: uppercase;
}
h3 {
	margin: 0;
	font-size: 1.538em;
	padding: 0 0 0.8em;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 0 0 .8em;
	font-size: 1.231em;
	text-transform: uppercase;
}
h5 {
	margin: 0;
	padding: 0 0 .8em;
	font-family: 'Arvo', serif;
	font-size: 1.231em;
	font-weight: 700;
	color: #747474;
}
h6 {
	margin: 0;
	padding: 0 0 .1em;
	font-family: 'Arvo', serif;
	font-size: 1.231em;
	font-weight: 700;
	color: #747474;
}
/* services styles */
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 15px 10px;
}
.img-rounded {
	border-radius: 10px;
}
.img-shadowed {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}
.upper {
	text-transform: uppercase
}
.line-divider {
	border-bottom: 1px solid #eee;
	height: 20px;
	margin-bottom: 30px
}
.divider-xxs {
	margin: 0;
	height: 1px;
	line-height: 1px;
	clear: both
}
.divider-xs {
	height: 11px;
	line-height: 11px;
	clear: both
}
.divider-sm {
	height: 20px;
	clear: both
}
.divider-md {
	height: 30px;
	clear: both
}
.divider-lg {
	height: 40px;
	clear: both
}
.panel-group .panel {
	border-radius: 0
}
.color, .color:hover {
	color: #00b3c1
}
.read-more {
	font-size: 1.231em;
	line-height: 1em;
	color: #00b3c1 !important;
	font-family: 'Paytone One', sans-serif;
	text-decoration: none !important;
}
.read-more:hover {
	color: #ff6c00 !important;
}
/* form */
label {
	font-weight: normal;
	margin-bottom: 4px
}
label .required {
	color: #ff0000
}
label.label-inline {
	display: inline-block;
	line-height: 37px
}
.form-control, .form-control:focus {
	height: 37px;
	padding: 10px 12px;
	background-color: #fff;
	border: 2px solid #00b3c1;
	color: #000;
	padding-left: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
	line-height: 1em;
	border-radius: 5px;
}
.form-control:focus {
	border-color: #ff6c00;
}
.form-inline.form-custom .form-group, .push-right {
	position: relative;
	padding-left: 100px;
	margin-bottom: 12px;
	width: 100%;
}
.form-inline.form-custom .form-group textarea {
	height: 115px;
}
.form-inline.form-custom .text {
	line-height: 36px;
}
.form-inline.form-custom label {
	position: absolute;
	left: 0;
	font-size: 1em;
	line-height: 36px;
	min-width: 100px;
}
.form-inline.form-custom .form-control {
	width: 100%;
}
.input-control input.form-control {
	font-size: 1em;
	width: 262px
}
.input-control .button {
	float: right;
	margin-left: -40px;
	background: 0 0;
	font-size: 1.5em;
	position: relative;
	bottom: -1px;
	height: 35px;
	border: none;
	width: 40px;
	outline: 0;
	color: #00b3c1;
}
.touch .input-control .button span {
	margin-left: -10px
}
.input-control .button:active {
	line-height: .8em
}
.touch input[type=email], .touch input[type=password], .touch input[type=search], .touch input[type=text] {
	-webkit-appearance: caret;
	-moz-appearance: caret
}
.radio input[type=radio] {
	position: relative;
	display: inline;
	margin-top: 0
}
.checkbox label, .radio label {
	line-height: 1em
}
.radio {
	margin-bottom: 12px;
}
/*contact form*/

.contacts-form textarea.form-control {
	height: 154px;
	resize: none;
}
/*comment form*/
.comment {
	position: relative;
}
.comment .inside {
	padding: 10px 15px 10px 100px;
	position: relative;
}
.comment .inside::before {
	background: #fff;
	color: #00b3c1;
	border: 1px solid #00b3c1;
	border-radius: 4px;
	font-family: 'kidsclub';
	content: "\e806";
	display: block;
	font-size: 4.153em;
	height: 76px;
	width: 76px;
	top: 10px;
	left: 0;
	line-height: 1.4em;
	position: absolute;
	text-align: center;
}
.comment.user-female .inside::before {
	color: #fdb47e;
	border-color: #fdb47e;
	content: "\e812";
}
.comment a {
	color: #00b3c1;
	text-decoration: none;
}
.comment a:hover {
	text-decoration: underline;
}
.comment p {
	margin-bottom: 0.7em;
}
.comments .comment {
	padding-left: 0;
}
.comment .comment::before {
	color: #cecece;
	content: "\e852";
	display: block;
	font-family: Flaticon;
	font-size: 1.538em;
	line-height: 1em;
	top: 10px;
	left: 10px;
	position: absolute;
}
.comment-form textarea.form-control {
	height: 154px;
	resize: none;
}
.comment .list-info {
	margin: 0 0 5px;
}
.comment .list-info li {
	font-size: 1em;
}
/*button*/
.btn-sm, .btn-xs {
	border-radius: 4px
}
.btn {
	padding: 3px 12px
}
.btn-group.open .dropdown-toggle, .btn.active, .btn:active {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default {
	background-color: #ff6c00;
	border: 2px solid #ff6c00;
	border-radius: 5px;
	color: #fff !important;
	font-family: 'Paytone One', sans-serif;
	font-size: 14px;
	line-height: 41px;
	padding: 0 15px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
	background-color: transparent;
	border-color: #ff6c00;
	color: #ff6c00 !important;
}
.btn-lg {
	border-radius: 6px;
	font: 20px 'Paytone One', sans-serif !important;
	padding: 12px 35px;
}
.btn-link {
	font: 12px/1em 'Arvo', serif !important;
	padding: 4px 15px 5px;
	border-width: 1px;
	border-radius: 3px;
	text-transform: none;
}
/*main structure*/
header {
}
.content {
	padding-top: 35px;
	padding-bottom: 35px
}
.content-row {
	padding-bottom: 35px
}
/*social widjet*/
.social-widgets {
	position: fixed;
	z-index: 10000;
	top: 50%;
	height: 0;
	width: 0;
	right: 0
}
.social-widgets .item, .social-widgets .items {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.social-widgets .items {
	top: -125px;
	position: relative
}
.social-widgets .item {
	position: absolute;
	top: 0;
	left: 120px
}
.social-widgets .active {
	z-index: 100;
	left: -310px
}
.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
	left: 0;
}
.social-widgets .item-01 {
	top: 0;
	z-index: 99
}
.social-widgets .item-02 {
	top: 66px;
	z-index: 98
}
.social-widgets .item-03 {
	top: 132px;
	z-index: 97
}
.social-widgets .item-04 {
	top: 198px;
	z-index: 96
}
.social-widgets .item-05 {
	top: 264px;
	z-index: 95
}
.social-widgets .item-06 {
	top: 330px;
	z-index: 94
}
.social-widgets .item-07 {
	top: 396px;
	z-index: 93
}
.social-widgets .item-08 {
	top: 462px;
	z-index: 92
}
.social-widgets .item-09 {
	top: 528px;
	z-index: 91
}
.social-widgets .tab-icon {
	position: absolute;
	top: 0;
	left: -57px;
	display: block;
	width: 57px;
	height: 59px;
	background: #fff;
	background: rgba(#fff, .6);
	border: 1px solid transparent;
	border-right: 0;
	text-align: center;
	font-size: 1.54em;
	line-height: 3.2;
	border-radius: 4px 0 0 4px;
}
.social-widgets .tab-icon:hover {
	text-decoration: none
}
.social-widgets .active .tab-icon {
	background: #fff;
	border-color: transparent;
}
.social-widgets .tab-content {
	background: #fff;
	border-color: transparent;
	width: 310px;
	padding: 10px 15px
}
.social-widgets .active .tab-content {
	box-shadow: none
}
.social-widgets .title {
	padding: 4px 0 11px;
	font: 1.23em Mavenpro, Arial, Helvetica, sans-serif;
	text-transform: uppercase
}
.social-widgets .facebook.active {
	left: -260px
}
.social-widgets .facebook .tab-content {
	width: 260px
}
.social-widgets .twitter.active {
	left: -300px
}
.social-widgets .twitter .tab-content {
	width: 300px
}
.social-widgets .twitter-widget {
	padding-top: 10px
}
.social-widgets .youtube.active {
	left: -450px
}
.social-widgets .youtube .tab-content {
	width: 450px;
	padding-left: 18px;
}
.social-widgets .loading {
	min-height: 200px;
	position: relative;
	z-index: 1000;
}
.social-widgets .loading img.ajaxloader {
	position: absolute;
	top: 45%;
	left: 45%;
	width: 32px;
	height: 32px
}
/*social icons*/
.icon.icon-facebook {
	color: #4664b7
}
.icon.icon-twitter {
	color: #00b6e4
}
.icon.icon-linkedin {
	color: #0073a5
}
.icon.icon-youtube {
	color: #ff0000
}
.icon.icon-pinterest {
	color: #cb2027
}
.icon.icon-gplus {
	color: #363636
}
/*back to top button*/
.back-to-top {
	bottom: 10%;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 35px;
	z-index: 10000
}
.back-to-top span.arrow-up {
	position: absolute;
	top: -6px;
	-webkit-animation: bounce 0.4s ease-in-out infinite alternate;
	animation: bounce 0.4s ease-in-out infinite alternate
}
.back-to-top span.arrow-up {
	top: -20px\0
}
/*navigation*/

.navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9990;
	border: 0;
}
.navbar .container {
	position: relative;
}
.navbar .background {
	border-bottom: 1px solid #eee;
	border-bottom: 0 solid rgba(0, 0, 0, 0);
	z-index: 1;
	color: #fff;
	padding-top: 15px;
}
.navbar-main-menu, .navbar-main-menu .item {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.navbar-main-menu-outer {
	margin-top: 12px;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, .1);
}
.navbar-compact .background {
	padding: 0;
	background: #fff;
}
.navbar-height-inner {
	height: 185px
}
.navbar-logo {
	position: relative;
	z-index: 11;
}
.navbar-compact .navbar-logo {
	width: 25% !important;
	padding-right: 15px;
}
.navbar-main-menu {
	z-index: 10;
	display: inline-block;
	height: 64px;
	padding: 15px 0 0 0;
	margin: 0;
	clear: both;
	list-style-type: none;
	position: relative;
	box-sizing: content-box;
}
.navbar-compact .navbar-main-menu {
	box-shadow: none;
}
.navbar-main-menu .sf-menu {
	padding: 0;
	margin: 0
}
.navbar-main-menu .sf-menu ul {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 7px;
	padding: 10px 0;
}
.navbar-main-menu .sf-menu>li {
	height: 64px;
}
.navbar-compact .navbar-main-menu .sf-menu>li {
	height: 32px;
	margin-bottom: 10px
}
.navbar-main-menu .sf-menu>li>a, .navbar-main-menu .item .btn-main {
	display: block;
	padding: 21px 25px 21px;
	height: 64px;
}
.navbar-compact .navbar-main-menu .sf-menu>li>a, .navbar-main-menu .item .btn-main {
	height: 50px;
}
.navbar-main-menu .sf-menu ul li a {
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 1.2em 'Paytone One', sans-serif;
	text-transform: none;
	color: #00b3c1;
}
.navbar-main-menu .sf-menu ul li a:hover {
	background: none;
	color: #ff6c00
}
.navbar-main-menu .item {
	display: inline-block;
	float: left;
	height: 64px;
	padding: 0;
	margin: 0;
	position: relative;
}
.navbar-main-menu .item:hover, .navbar-main-menu .item.active {
	-webkit-transform: rotate(0) !important;
	-moz-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	transform: rotate(0) !important;
	margin-top: -10px;
	margin-bottom: 10px;
}
.navbar-main-menu .item:nth-child(7n+1) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.navbar-main-menu .item:nth-child(7n+1) .btn-main, .navbar-main-menu .item:nth-child(7n+1) .sf-menu>li>a {
	background-color: #ff6c00;
}
.navbar-main-menu .item:nth-child(7n+2) {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.navbar-main-menu .item:nth-child(7n+2) .btn-main, .navbar-main-menu .item:nth-child(7n+2) .sf-menu>li>a {
	background-color: #83c909;
}
.navbar-main-menu .item:nth-child(7n+3) {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.navbar-main-menu .item:nth-child(7n+3) .btn-main, .navbar-main-menu .item:nth-child(7n+3) .sf-menu>li>a {
	background-color: #43adff;
}
.navbar-main-menu .item:nth-child(7n+4) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.navbar-main-menu .item:nth-child(7n+4) .btn-main, .navbar-main-menu .item:nth-child(7n+4) .sf-menu>li>a {
	background-color: #ff5fa3;
}
.navbar-main-menu .item:nth-child(7n+5) {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.navbar-main-menu .item:nth-child(7n+5) .btn-main, .navbar-main-menu .item:nth-child(7n+5) .sf-menu>li>a {
	background-color: #fc9e38;
}
.navbar-main-menu .item:nth-child(7n+6) {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.navbar-main-menu .item:nth-child(7n+6) .btn-main, .navbar-main-menu .item:nth-child(7n+6) .sf-menu>li>a {
	background-color: #00b3c1;
}
.navbar-main-menu .item:nth-child(7n+7) {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg)
}
.navbar-main-menu .item:nth-child(7n+7) .btn-main, .navbar-main-menu .item:nth-child(7n+7) .sf-menu>li>a {
	background-color: #ff276e;
}
.navbar-main-menu .item:hover {
	z-index: 1000000;
}
.navbar-main-menu .item .btn-main {
	position: relative;
	display: block;
}
.navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li>a {
	color: #fff;
	text-transform: uppercase;
	font: 1.692em/1em 'Paytone One', sans-serif;
	font-weight: 900;
	border-radius: 6px;
}
.navbar-main-menu .item .btn-main:hover, .navbar-main-menu .sf-menu>li:hover>a {
	color: #fff;font-weight: 900;
}
.navbar-main-menu .item, .navbar-main-menu .item .btn-main, .navbar-main-menu .sf-menu>li {
	height: 64px;
}
.navbar-main-menu .btn-main:hover {
	text-decoration: none
}
.navbar-main-menu .item .btn-main .icon {
	font-size: 1.12em;
	line-height: .3em;
	position: relative;
	bottom: -1px;
	margin-left: 1px
}
.navbar-main-menu .item-content {
	float: right;
	overflow: hidden;
	display: none;
	margin-left: -100%;
	width: 100%;
	margin-top: 38px!important;
	margin-bottom: -6px!important;
	background: #fff;
	position: relative
}
.navbar-compact .navbar-main-menu .item-content {
	margin-top: 28px!important;
}
.navbar-switcher {
	text-align: center;
	float: right;
	display: none;
	width: 49px;
	height: 47px;
	margin-bottom: -47px;
	margin-right: 10px;
	background: #fff!important;
	padding: 6px 7px;
	border-radius: 0 0 3px 3px;
	cursor: pointer;
	color: #fff
}
.navbar-switcher.active {
	background: #00b3c1!important
}
.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
	display: none
}
.navbar-switcher.active .i-active {
	display: inline;
	font-size: 1.8em;
	line-height: 1.5em
}
.navbar-compact {
	top: -60px;
	position: fixed
}
.navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
	display: none!important
}
.navbar-compact .navbar-main-menu {
	background: none;
	clear: none;
	height: 64px;
	top: 0;
	padding: 0 15px 0;
}
.navbar-compact .navbar-switcher {
	display: block;
	box-shadow: 0 2px 1px rgba(0,0,0,.15)
}
.navbar-compact .navbar-main-menu {
	margin-top: 4px
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li {
	height: 50px;
	margin-bottom: 10px;
}
.navbar-compact .navbar-main-menu .item .btn-main, .navbar-compact .navbar-main-menu .sf-menu>li>a {
	padding: 15px 10px 0;
	font-size: 1.2em;
	color: #fff;
}
.navbar-compact .navbar-main-menu .item .btn-main:hover, .navbar-compact .navbar-main-menu .sf-menu>li:hover>a, .navbar-compact .navbar-main-menu .item .btn-main.active, .navbar-compact .navbar-main-menu .sf-menu>li.active>a {
	color: #fff;
}
.navbar-logo {
	z-index: 11;
	width: 40%;
	text-align: center;
}
.navbar-logo img {
	display: inline-block;
}
.navbar-phone {
	width: 30%;
	padding-top: 32px;
	font-family: 'Paytone One', sans-serif;
	font-size: 1.846em;
	line-height: 1em;
	color: #00b3c1;
}
.navbar-phone .icon {
	color: #747474;
}
.navbar-compact .navbar-main-menu {
	margin-top: 8px;
	padding-left: 25%;
}
.navbar-secondary-menu {
	padding: 22px 0 0;
	height: 20px;
	position: relative;
	z-index: 1200
}
.navbar-secondary-menu a.btn-default {
	border-radius: 0;
	border: 0;
	background-color: transparent !important;
	box-shadow: none;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0 8px;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #747474 !important;
}
.navbar-secondary-menu .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-secondary-menu .btn-default:hover {
	color: #00b3c1 !important;
}
.navbar-secondary-menu .navbar-form .input-control input.form-control {
	width: 200px;
}
/*language flag*/
.icon-flag {
	display: inline;
	font-size: 9px!important;
	padding: 0 7px;
	position: relative;
	top: -1px;
	background: url(../images/icons-flags.png) no-repeat 0 0
}
.icon-flag-en {
	background-position: 0 0
}
.icon-flag-de {
	background-position: 0 -22px
}
.icon-flag-fr {
	background-position: 0 -44px
}
.icon-flag-da {
	background-position: 0 -66px
}
.icon-flag-el {
	background-position: 0 -88px
}
.icon-flag-es {
	background-position: 0 -110px
}
.icon-flag-it {
	background-position: 0 -132px
}
.icon-flag-nl {
	background-position: 0 -154px
}
.icon-flag-pl {
	background-position: 0 -176px
}
.icon-flag-pt {
	background-position: 0 -198px
}
.icon-flag-ru {
	background-position: 0 -220px
}
.icon-flag-sv {
	background-position: 0 -242px
}
/*slide menu*/
#off-canvas-menu {
	display: none
}
#off-canvas-menu, #off-canvas-menu-title {
	background: #2c2d32 !important;
	border-color: #3f3f3f !important;
	color: #fff !important;
}
#off-canvas-menu .expander-list .name {
	border-color: #3f3f3f !important;
}
#off-canvas-menu a {
	color: #fff !important;
}
.expander-list, .expander-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.expander-list li {
	margin: 0
}
.expander-list .expander {
	float: right;
	cursor: pointer;
	padding: 0 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.expander-list .name {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 7px 0 6px
}
.expander-list ul .name {
	padding-left: 21px
}
.expander-list ul ul .name {
	padding-left: 42px
}
.expander-list ul ul ul .name {
	padding-left: 63px
}
.expander-list .last>.name {
	border: none
}
/*white box*/
.white-box {
	background: #fff;
}
/*breadcrumbs*/
#breadcrumbs {
	background: rgba(236,247,252,0.5);
	font-size: 1em;
	line-height: 1.5em;
	margin: 10px 0 35px;
	padding: 12px;
}
#breadcrumbs span {
	color: #bcc0c1;
	padding: 0 10px;
}
/*banners row*/
.banners-row {
	position: relative;
	z-index: 1000;
}
.banners-row:after, .banners-row:before {
	display: table;
	content: " "
}
.banners-row:after {
	clear: both
}
.banners-row .banner-box:first-child {
	border: none;
}
.banner-box {
	width: 25%;
	float: left;
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 8px;
	color: #fff;
	position: relative;
	font-size: 0.923em;
	line-height: 1em;
	font-family:'Verdana';
}
.banner-box > .inside {
	padding: 10px 5px;
	background-image: url(../images/kidsclub/banner-bg.png);
	background-repeat: no-repeat;
	background-position: 110px -30px;
	background-color: #ff6c00;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.banners-row .banner-box:nth-child(4n+1) {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.banners-row .banner-box:nth-child(4n+2) {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.banners-row .banner-box:nth-child(4n+3) {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
.banners-row .banner-box:nth-child(4n+4) {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.banners-row .banner-box:nth-child(4n+1) > .inside {
	background-color: #ff6c00;
}
.banners-row .banner-box:nth-child(4n+2) > .inside {
	background-color: #a8d40e;
}
.banners-row .banner-box:nth-child(4n+3) > .inside {
	background-color: #17c7d5;
}
.banners-row .banner-box:nth-child(4n+4) > .inside {
	background-color: #ff5fa3;
}
.banner-box:hover > .inside {
	border-color: #00b3c1;
}
.banner-box h3 {
	padding-bottom: 5px;
	color: #fff;
}
.banner-box a.icon {
	position: absolute;
	right: 20px;
	bottom: 15px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}
.banner-box .icon-float-left {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -27px;
	width: 70px;
	font-size: 54px;
	line-height: 1em;
}
.banner-box .text-float-right {
	padding-left: 75px;
	height: 135px;
	display: table;
	padding-top: 15px;
}
.banner-box .text-float-right .inside {
	height: 135px;
	display: table-cell;
	vertical-align: middle;
}
/*blockquote*/
.blockquote {
	position: relative;
	padding: 15px 0;
	margin-bottom: 20px;
}
.blockquote .inside {
	border-left: 5px solid #c1e6eb;
	padding: 6px 0 0 20px;
	margin-left: 32px;
	font-style: italic;
	position: relative;
	color: #727272;
}
.blockquote .inside:after {
	display: block;
	position: absolute;
	top: -5px;
	left: -22px;
	padding: 0 0 5px;
	font-family: 'kidsclub';
	content: '\e81c';
	text-indent: 0;
	font-size: 29px;
	line-height: 29px;
	font-style: normal;
	color: #00b3c1;
	background: #fff;
}
/*testimonials carousel*/
.testimonials {
	padding: 0 0 35px;
	margin: 0 80px;
}
.testimonials p {
	color: #2b2b2c
}
.testimonials h4, .testimonials h4 a {
	margin-bottom: 5px;
	text-decoration: none;
	color: #00b3c1;
	font-size: 1.385em;
	font-weight: bold;
}
.testimonials a {
	color: #ddd;
	text-decoration: underline
}
.testimonials a:hover {
	text-decoration: none
}
.testimonials .slides {
	padding: 0;
	margin: 0;
}
.testimonials .slides li .text {
	min-height: 160px;
	margin: 0 10px;
	padding: 15px 20px 25px;
	background-color: #e5f7f9;
	border-radius: 10px;
	position: relative;
}
.testimonials .owl-carousel .owl-wrapper-outer {
	padding-top: 15px;
}
.testimonials .slides li .text:after {
	top: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #e5f7f9 transparent transparent transparent;
}
.testimonials .slides li .text:before {
	display: block;
	position: absolute;
	top: -30px;
	right: 10px;
	font-family: 'kidsclub';
	content: '\e81c';
	text-indent: 0;
	font-size: 40px;
	line-height: 64px;
	color: #00b3c1;
}
.testimonials .author {
	margin: 15px 0 0 10px;
}
.testimonials .author .image-cell {
	width: 80px;
	float: left;
}
.testimonials .author .image-cell img {
	width: 60px;
	height: 60px;
	border: 2px solid #ff6c00;
	padding: 2px;
	background: #fff;
	border-radius: 5px;
}
.testimonials .owl-item:nth-child(odd) .author .image-cell img {
	border-color: #00b0be;
}
.testimonials .author .offset-text {
	font-size: 1.077em;
	color: #747474;
	padding-top: 15px;
}
.testimonials .author .offset-text span {
	display: block;
}
/*blog widget*/
.blog-widget {
	background: url(../images/kidsclub/parallax-bg.jpg);
	color: #aeaeae;
	-webkit-backface-visibility: visible;
	overflow: hidden;
	padding: 50px 0 60px;
}
.blog-widget .content {
	overflow: hidden;
	background: 0 0
}
.container .blog-widget .content.container {
	width: auto;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.blog-widget p {
	color: #2b2b2c
}
.blog-widget h3 {
	text-decoration: none;
	color: #fff;
	font-size: 2.0em;
	text-align: center;
	margin-bottom: 5px;
}
.blog-widget h3 .icon {
	font-size: 1.3em;
	padding-right: 5px;
}
.blog-widget h4, .blog-widget h4 a {
	margin-bottom: 5px;
	text-decoration: none;
	color: #00b3c1;
	font-size: 1.385em;
	font-weight: bold;
}
.blog-widget a {
	color: #ddd;
	text-decoration: underline
}
.blog-widget a:hover {
	text-decoration: none
}
.blog-widget .posts {
	padding: 0;
	margin: 0 80px;
	position: relative;
}
.blog-widget .posts li {
	min-height: 275px;
	margin: 0 10px;
	padding: 15px 20px 25px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.blog-widget .owl-carousel .owl-wrapper-outer {
	padding-top: 20px;
}
.blog-widget .posts li:before {
	display: block;
	position: absolute;
	top: -20px;
	right: -10px;
	font-family: 'kidsclub';
	content: '\e81c';
	text-indent: 0;
	font-size: 64px;
	line-height: 64px;
	color: #fff;
	opacity: 0.3;
}
.blog-widget a.icon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #20a9b2;
	font-size: 22px;
	text-decoration: none;
}
.blog-widget a.icon:hover {
	color: #ff6c00;
}
.blog-widget .image-cell {
	margin-bottom: 15px;
}
.blog-widget .image-cell img {
	border-radius: 7px;
}
.blog-widget .blog-post-info {
	font-size: 1.0833em
}
.blog-widget .blog-post-info, .blog-widget .blog-post-info a {
	color: #818389;
}
/* posts */
.posts-isotope {
	margin: 10px -15px 35px;
}
.post .inside {
	padding: 20px 25px;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	position: relative;
	border: 3px solid #00b3c1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.posts-isotope .post:nth-child(odd) .inside {
	border-color: #ff6c00;
}
.post .inside:before {
	display: block;
	position: absolute;
	top: -30px;
	right: 10px;
	font-family: 'kidsclub';
	content: '\e81c';
	text-indent: 0;
	font-size: 40px;
	line-height: 64px;
	color: #c1e6eb;
}
.post .inside h4 {
	color: #00b3c1;
	font-size: 1.385em;
}
.post .inside img {
	border-radius: 10px;
}
.post a.icon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #00b3c1;
	font-size: 25px;
	text-decoration: none;
}
.post a.icon:hover {
	color: #ff6c00;
}
.list-info {
	margin: 15px 0 10px;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	width: 100%;
}
.list-info li {
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: top;
	float: left;
	border-left: 1px solid #f1f1f1;
	padding: 0 10px;
	font-size: 0.846em;
}
.list-info li:first-child {
	border: none;
	padding-left: 0 !important;
}
.list-info li, .list-info li a {
	color: #2b2b2b
}
.list-info li a {
	color: #00b3c1;
}
.list-info li .btn {
	margin-top: -5px;
}
/* single post */
.blog-post .blog-title {
	padding: 0 0 0 100px;
	margin-bottom: 25px;
	position: relative;
}
.blog-post .blog-title:before {
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
	font-family: 'kidsclub';
	content: '\e81c';
	text-indent: 0;
	font-size: 75px;
	line-height: 75px;
	color: #c1e6eb;
}
.blog-post .blog-title h3 {
	padding-bottom: 0;
}
.blog-post .blog-title .list-info {
	margin: 5px 0 0 0;
}
/*resent post*/
.resent-posts > ul {
	padding: 0;
	margin: 0;
}
.resent-posts > ul > li {
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.resent-posts .image-cell {
	width: 87px;
	float: left;
	margin: 0 10px 0 0;
}
.resent-posts .image-cell img {
	border-radius: 5px;
}
.resent-posts .list-info {
	display: inline;
}
.resent-posts h4 {
	padding-bottom: 10px;
}
.resent-posts .list-info li {
	margin: 0;
	padding: 0 4px;
	font-size: 0.8em;
}
/*news*/
.news > ul {
	padding: 0;
	margin: 0;
}
.news > ul > li {
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 20px;
}
.news .image-cell {
	width: 127px;
	float: left;
	margin: 0 10px 0 0;
}
.news .image-cell img {
	padding: 2px;
	border: 2px solid #00b3c1;
	border-radius: 5px;
}
.news ul li:nth-child(odd) .image-cell img {
	border-color: #ff6c00;
}
.news .list-info {
	display: inline;
}
.news h4 {
	padding-bottom: 10px;
}
.news .list-info li {
	margin: 0;
	padding: 0 4px;
	font-size: 0.8em;
}
.news .teaser {
	display: block;
	clear: both;
	padding-top: 15px;
}
/* aside widget */
.container-widget {
	margin-bottom: 35px
}
.container-widget h3 {
	font-size: 1.538em;
	padding-bottom: 1.3em
}
.container-widget p:last-child {
	margin: 0
}
/*contact icons*/
.contact-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 2px;
	text-align: center;
	font-size: 1.1em;
	line-height: 26px;
	background: #fff;
	border: 2px solid #00b3c1;
	border-radius: 3px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease
}
.contact-icon span {
	color: #747474 !important
}
.contact-icon:hover {
	text-decoration: none;
	background: #00b3c1;
}
.contact-icon:hover span {
	color: #fff !important
}
/*find us block*/
.find-us {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
	font-size: 1.5em;
	overflow: hidden
}
.find-us li {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	border: 2px solid #00b3c1;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px
}
.find-us li:hover {
	border-color: #08b5c3;
	background: #08b5c3;
}
.find-us li:hover .icon {
	color: #fff !important
}
.find-us .icon {
	display: block;
	line-height: 40px;
	width: 44px;
	text-align: center;
}
.find-us a:hover {
	text-decoration: none
}
/*filters*/
.filters-by-category {
	margin: 10px 0 20px;
}
.filters-by-category ul {
	padding: 0;
	margin: 0;
}
.filters-by-category li {
	margin: 0 2px 12px;
	display: inline-block;
	position: relative;
}
.filters-by-category li a {
	display: block;
	padding: 15px 25px;
	font-size: 1.231em;
	line-height: 1.375em;
	font-family: 'Paytone One', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #747474;
	background: #fff;
	border-radius: 6px;
}
.filters-by-category li a.selected {
	background: #ff6c00;
	color: #fff;
}
/* gallery */
/*.gallery {
	margin-bottom: 50px;
}
.gallery .item {
	width: 15.75%;
	margin-bottom: 12px;
	border: 10px solid #fff;
	position: relative;
	box-shadow: 0 0 2px rgba(0,0,0,0.1)
}
.gallery .item img {
	width: 100%;
	float: left;
}*/

/*image gallery*/
#img-gallery-big {
	margin-bottom: 35px;
	position: relative;
}
#img-gallery-big .arrow {
	position: absolute;
	display: block;
	margin-bottom: -32px;
	padding: 0;
	cursor: pointer;
	z-index: 100;
	width: 65px;
	height: 65px;
	text-indent: -5000px;
	border-radius: 50%;
	background: #20a9b2;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#img-gallery-big .arrow:before {
	display: block;
	font-family: 'kidsclub';
	text-indent: 0;
	font-size: 22px;
	line-height: 67px;
	width: 65px;
	text-align: center;
	color: #fff;
}
#img-gallery-big .arrow.arrow-next {
	bottom: 50%;
	right: -30px;
}
#img-gallery-big .arrow.arrow-next:before {
	content: '\e81d';
}
#img-gallery-big .arrow.arrow-prev {
	bottom: 50%;
	left: -30px;
}
#img-gallery-big .arrow.arrow-prev:before {
	content: '\e815';
}
#img-gallery-big .arrow-next.disable, #img-gallery-big .arrow-prev.disable {
	opacity: 0.4;
	cursor: auto;
}
#img-gallery-big.load {
	background: url(../images/ajax-loader.gif) no-repeat center center #fff;
}
#img-gallery-big img.hiddenImg {
	opacity: 0;
}
#img-gallery-big img {
	width: 100%;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease
}
#img-gallery-big .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	background: #00b3c1;
	color: #fff;
	padding: 26px;
}
#img-gallery-big .caption .title {
	font-size: 1.385em;
	margin-bottom: 10px;
}
.img-gallery-thumb.owl-theme .owl-controls {
	top: auto;
	bottom: -45px;
	text-align: center;
}
.img-gallery-thumb {
	margin-bottom: 55px;
}
.img-gallery-thumb img {
	cursor: pointer;
	width: 100%;
}
.img-gallery-thumb .tab-pane {
	min-height: 245px;
}
/*tabs*/
.nav-tabs {
	border: none;
	padding: 0 !important;
	text-align: center;
}
.nav-tabs>li {
	display: inline-block;
	float: none;
}
.nav-tabs>li>a {
	border: none;
}
.nav-tabs>li>a {
	display: block;
	padding: 15px 25px;
	border: none;
	font-size: 1.231em;
	line-height: 1.375em;
	font-family: 'Paytone One', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #747474;
	background: none;
	border-radius: 6px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li>a:hover {
	background: #ff6c00;
	color: #fff;
	border: none !important
}
.tab-content-outer .tab-content {
	background-color: transparent;
	border: none;
	padding: 25px 0 50px;
	min-height: 250px;
}
/*contacts list*/
.contacts-list {
	margin: 10px 0 20px;
	padding: 0;
	list-style-type: none
}
.contacts-list li {
	margin: 0;
	padding: 0 0 5px;
	font-size: 1.231em;
}
.contacts-list li, .contacts-list li a {
	color: #747474;
	font-weight: bold;
}
.contacts-list li .icon {
	padding-right: 10px;
	color: #00b3c1;
	font-size: 1.2em;
}
/* gallery */
.image-wrapper {
	position: relative;
	clear: both;
	margin-bottom: 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.image-wrapper a {
	text-decoration: none
}
.image-wrapper img {
	width: 100%;
	display: block
}
.image-hover {
	position: absolute;
	left: 0;
	bottom: -200px;
	right: 0;
	background: #00b3c1;
	-webkit-transition: bottom .3s ease;
	-moz-transition: bottom .3s ease;
	transition: bottom .3s ease;
	background: #00b3c1;
	color: #fff;
	font-size: 1em;
	padding: 25px 25px;
}
.image-hover:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 179, 193, 0);
	border-bottom-color: #00b3c1;
	border-width: 10px;
	margin-left: -10px;
}
.image-wrapper:hover .image-hover {
	bottom: 0;
}
.noGutter {
	margin: 15px 0
}
.noGutter .col-md-3, .noGutter .col-sm-3 {
	padding: 0!important;
}
/*google-map*/

.google-map {
	border: 0 none;
	height: 370px;
	margin: 0;
	overflow: hidden;
	width: 100%;
	border: 0;
}
.map {
	position: relative;
}
.map h2 {
	position: absolute;
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 15px 25px;
}
/*teacher-block*/
.teacher-block {
	margin-bottom: 40px;
}
.teacher-block .image-cell {
	float: left;
	width: 140px;
}
.teacher-block .image-cell img {
	border: 3px solid #ff6c00;
	border-radius: 10px;
	padding: 3px;
	background: #fff;
	width: 110px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.teacher-block:nth-child(odd) .image-cell img {
	border-color: #00b3c1;
}
/*footer*/
footer {
	background: url(../images/footer-bg.png) repeat 0 0 #00b3c1;
}
footer, footer a {
	color: #fff;
}
.footer-navbar {
	background-image: none;
	border: none;
}
.footer-navbar .menu, .footer-navbar .menu a {
	color: #fff
}
.footer-navbar, .footer-navbar .icon, .footer-navbar a, .footer-navbar h3, .footer-navbar h4, footer, footer a, footer h3, footer h4 {
	color: #fff
}
.footer-navbar .icon {
	font-size: 1em;
	margin-right: 2px
}
.footer-navbar .menu {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.footer-navbar .menu li {
	margin: 0;
	padding: 0 0 10px
}
.footer-navbar .content {
	padding-top: 38px;
	padding-bottom: 0;
}
.footer-bottom-block {
	padding-top: 0;
	padding-bottom: 17px;
	line-height: 2em
}
footer .copyright-text {
	margin-top: -25px;
}
footer .copyright-text, footer .copyright-text a {
	color: #fff
}
.collapsed-block {
	margin-bottom: 15px
}
/*newsletter*/
.newsletter {
	color: #2b2b2b;
}
/*custom list*/
.simple-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.simple-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.simple-list li {
	margin: 0;
	padding: 0 0 12px;
}
.simple-list li a {
	font-size: 1.231em;
	color: #000;
	text-decoration: none;
}
.simple-list li a:hover {
	color: #ff6c00;
}
.simple-list li a span.color {
	color: #ff6c00;
}
.simple-list .icon {
	margin-right: 9px;
}
.styled-list {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	line-height: 18px
}
.styled-list li {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}
.styled-list li span {
	display: block;
	overflow: hidden
}
.styled-list li:before {
	color: #ee3b27;
	float: left;
	margin: 1px 8px 0 -20px;
	content: '\e805';
	font-family: 'kidsclub';
	font-size: .769em
}
.styled-list li ul {
	margin-left: 0;
	padding: 5px 0 0 20px;
	list-style: none;
}
/*accordion*/
.accordion {
	text-align: left;
	position: relative;
}
.accordion .panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}
.accordion .panel .panel-heading {
	padding: 0;
	color: #fff;
	border: 2px solid #00b3c1;
	border-radius: 7px;
	background: #fff;
}
.accordion .panel-heading a {
	display: block;
	position: relative;
	font-size: 1.231em;
	color: #747474;
	padding: 18px 5px 18px 57px;
	min-height: 54px;
}
.accordion .panel-heading a:hover {
	text-decoration: none;
}
.accordion .arrow-down, .accordion .arrow-up {
	position: absolute;
	display: block;
	background: #ff6c00;
	border-radius: 50%;
	color: #fff;
	width: 31px;
	height: 31px;
	font-size: 1.7em;
	line-height: 31px;
	text-align: center;
	top: 50%;
	left: 14px;
	margin-top: -15px;
}
.accordion .arrow-up {
	line-height: 28px;
}
.accordion .arrow-down, .accordion .collapsed .arrow-up {
	display: none;
}
.accordion .collapsed .arrow-down {
	display: block;
}
.accordion .panel-body {
	border-top: 0!important;
	padding: 20px 20px 15px 57px;
	background-color: transparent;
}
.accordion.panel-group .panel+.panel {
	margin-top: 10px;
}
/*tags list*/
.tags-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tags-list li {
	margin: 0;
	padding: 0 0 2px;
	display: inline-block;
}
.tags-list li a, a.tag {
	display: inline-block;
	border: 1px solid #00b3c1;
	background: #00b3c1;
	color: #fff;
	border-radius: 2px;
	padding: 5px 8px 4px;
	transition: all 0.5s 0s ease;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
a.tag {
	margin: 0 2px;
}
.tags-list li a:hover, a.tag:hover {
	text-decoration: none;
	color: #00b3c1;
	background: none;
	border-color: #00b3c1;
}
/*video*/
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.video-responsive iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*top playlist*/
#content-player {
	padding-bottom: 25px;
}
#content-player .scrollpane {
	height: 435px;
}
/*slider*/
.slider {
	font-size: 84px;
	line-height: 1em;
	margin-top: -40px;
}
.slider .slider__item {
	position: relative;
}
.slider .text-pos-1 {
	position: absolute;
	bottom: 20%;
	left: 15%;
	width: 55%;
	z-index: 10000;
}
.slider .text-pos-2 {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
}
.slider .text-pos-3 {
	position: absolute;
	bottom: 25%;
	left: 15%;
	width: 40%;
	text-align: center;
	z-index: 10000;
}
.slider .text1 {
	font-family: 'Verdana', sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color: #ff6c00;
	text-transform: uppercase;
}
.slider .text2 {
	font-family: 'Verdana', sans-serif;
	font-size: .69em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.slider .text3 {
	font-family: 'Verdana', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.slider .text4 {
	font-family: 'Verdana', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #00b3c1;
	text-transform: uppercase;
}
.slider .text5 {
	font-family: 'Verdana', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #ff6c00;
	text-transform: uppercase;
}
.slider .scroll-down {
	position: absolute;
	display: block;
	margin-bottom: 0;
	z-index: 100;
	color: #fff;
	left: 0;
	bottom: 3%;
	width: 22%;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, .5);
	font: 20px/20px 'Paytone One', sans-serif
}
.slider .scroll-down:hover {
	text-decoration: none
}
.slider .scroll-down .icon {
	display: block;
	font-size: 70px;
	margin-top: -60px;
}

/* #Media Queries
================================================== */

@media (max-width:767px) {
.responsive .content.nopad-xs {
	padding-top: 0;
	padding-bottom: 0
}
}

@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-height-inner {
	height: 185px
}
}

@media (max-width:767px) {
.responsive .navbar {
	width: 100%;
	position: relative;
	margin-bottom: 0
}
.navbar .background {
	padding-top: 0;
}
.responsive .navbar.navbar-compact {
	position: fixed;
}
.responsive .navbar-logo {
	width: auto;
	margin: 5px 0 0 0;
	padding: 0 150px 0 60px;
}
.responsive .navbar-logo img {
	max-width: 100%
}
.responsive .navbar-height-inner {
	height: 0 !important
}
.responsive .navbar-secondary-menu {
	position: absolute;
	right: 10px;
	top: 5px;
}
.responsive #mobileMenu .icon.icon-menu {
	position: absolute;
	z-index: 1000;
	left: 10px;
	top: 35px;
	font-size: 35px;
	color: #747474;
}
.responsive .navbar-compact #mobileMenu .icon.icon-menu {
	left: 15px;
	top: 45px;
}
.responsive #mobileMenu .icon.icon-menu:hover {
	color: #ff6c00;
}
.responsive .navbar .navbar-form {
	margin: 0;
	padding: 8px 15px 5px;
}
}

@media (max-width: 479px) {
.responsive .navbar-logo {
	width: 100%;
	margin: 5px auto 10px;
	padding: 0 0 40px;
	text-align: left;
}
.responsive .navbar-secondary-menu {
	position: absolute;
	padding-top: 0;
	right: 10px;
	top: auto;
	height: 35px;
	bottom: 15px;
}
.responsive #mobileMenu .icon.icon-menu {
	left: 20px;
	top: auto;
	bottom: 25px;
}
}

@media (max-width:767px) {
.responsive #outer {
	overflow: hidden
}
#outer-canvas, .responsive #off-canvas-menu {
	width: 100%
}
body.off-canvas-menu-open.responsive #outer-canvas {
	margin-left: 280px;
	position: relative;
	overflow: hidden
}
.responsive #outer-canvas:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff
}
.responsive #off-canvas-menu {
	position: absolute;
	display: block;
	left: -280px;
	top: 0;
	overflow: hidden;
	min-height: 100%;
	z-index: 1001;
	width: 280px;
	font-family: Mavenpro, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
}
.responsive #off-canvas-menu .expander-list .expander {
	font-size: 16px;
	margin-top: 5px
}
.responsive #off-canvas-menu .expander-list .name {
	padding: 10px 10px 10px 25px
}
.responsive #off-canvas-menu ul li span.icon {
	padding: 0 10px 0 0;
	font-size: 18px;
	line-height: 22px
}
.responsive #off-canvas-menu ul li li li {
	padding-left: 35px
}
.responsive #off-canvas-menu ul li a {
	font-size: 14px;
	line-height: 26px;
	color: #2b2b2b;
	text-transform: uppercase;
	text-decoration: none
}
.responsive #off-canvas-menu-title {
	display: block;
	background: #f5f5f5;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
	line-height: 46px;
	padding-left: 25px;
	font-family: Mavenpro-bold, Arial, Helvetica, sans-serif
}
.responsive #off-canvas-menu-close {
	font-size: 20px;
	cursor: pointer;
	float: right;
	color: #ff6c00;
	padding: 0 12px 0 0
}
body.off-canvas-menu-open.responsive #off-canvas-menu {
	display: block;
	left: 0
}
body.off-canvas-menu-open.responsive #outer-overlay {
	display: block;
	background: none repeat scroll 0 0 #000;
	height: 100%;
	left: 0;
	min-height: 100%!important;
	position: absolute!important;
	top: 0;
	width: 100%!important;
	opacity: .5;
	z-index: 1000
}
.responsive #outer-overlay {
	opacity: 0;
	z-index: 0
}
}

@media (max-width:767px) {
.responsive .navbar-compact {
	top: -145px
}
}

@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-compact {
	top: -115px
}
}

@media (max-width:767px) {
.responsive .input-control input.form-control {
	width: 100%
}
}

@media(min-width:992px) and (max-width:1200px) {
.banners-row .icon-float-left {
	margin-right: 0;
}
}

@media(min-width:480px) and (max-width:991px) {
.banner-box {
	width: 50%;
}
}

@media (max-width:479px) {
.banner-box {
	width: 100%;
	border: none;
}
}

@media (max-width:767px) {
.responsive .post {
	display: block;
	width: 100%;
}
.responsive .post.post-single .image img {
	max-width: 100%;
	width: auto
}
}

@media(min-width:992px) and (max-width:1199px) {
.responsive .blog-widget .image-cell {
	width: 50%;
	margin-right: 15px;
}
}

@media (max-width:991px) {
.responsive .blog-widget .image-cell {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
}
}

@media (max-width:767px) {
.responsive .blog-widget .posts {
	padding: 20px 20px 10px 20px;
	margin: 0;
}
.responsive .blog-widget h3 {
	text-align: left;
}
.responsive .blog-widget .posts:before {
	content: '';
}
.responsive .blog-widget .owl-theme .owl-controls {
	top: 0;
	margin-top: -85px;
}
.responsive .blog-widget .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: auto;
	right: 80px;
}
.responsive .blog-widget .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}
}

@media(min-width:768px) and (max-width:991px) {
.responsive .news {
	padding: 0;
	text-align: center;
}
.responsive .news p {
	text-align: left;
}
.responsive .news .image {
	position: relative;
	margin-bottom: 10px;
}
.responsive .news .image img {
	width: auto;
	margin: 0 auto;
}
}

@media (min-width:768px) {
.responsive .footer-navbar .tabBlock {
	display: block!important
}
}

@media (max-width:767px) {
.responsive footer .copyright-text {
	margin-top: 0;
}
.responsive .footer-navbar {
	background: 0 0;
	color: #2b2b2b;
	border: none
}
.responsive .container .footer-navbar .container {
	padding: 0
}
.responsive .footer-navbar .menu {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.responsive .footer-navbar .menu li {
	margin: 0;
	padding: 0 0 10px
}
.responsive .collapsed-block-outer {
	width: 100%;
	padding: 0;
}
.responsive .collapsed-block {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	margin: 0
}
.responsive .collapsed-block h3, .responsive .collapsed-block h4 {
	padding-bottom: 15px
}
.responsive .collapsed-block .tabBlock {
	display: none
}
.responsive .collapsed-block .expander {
	float: right;
	cursor: pointer;
	padding: 0 8px;
	margin-top: -5px;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
.responsive .footer-bottom-block {
	text-align: center;
	padding: 25px 0
}
}

@media (max-width:767px) {
.responsive .tab-content {
	padding: 20px 20px 15px;
	border: none;
	margin-bottom: 20px
}
}

@media (max-width: 767px) {
.responsive .navbar-compact .navbar-logo {
	width: 40% !important;
	margin: 5px auto 10px !important;
	float: none !important;
	padding: 0;
}
}

@media (max-width:1199px) {
.responsive .navbar-main-menu .item {
	margin-right: -3px;
}
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
}
}

@media (max-width:991px) {
.responsive .navbar-main-menu .item {
	margin-right: -3px;
}
.responsive .navbar-main-menu .item .btn-main, .responsive .navbar-main-menu .sf-menu>li>a {
	font-size: 1.3em;
}
.responsive .navbar-compact .navbar-main-menu .item .btn-main, .responsive .navbar-compact .navbar-main-menu .sf-menu>li>a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	padding-top: 18px;
}
.responsive .navbar-compact .navbar-logo {
	padding-top: 10px;
}
.responsive .navbar-compact .navbar-main-menu {
	clear: none !important;
}
}

@media(min-width:768px) and (max-width:991px) {
.responsive .navbar-logo {
	width: 47%;
}
}

@media (max-width:1400px) {
.responsive .slider {
	font-size: 80px;
}
}

@media (max-width:1199px) {
.responsive .slider {
	font-size: 60px;
}
}

@media (max-width:991px) {
.responsive .slider {
	font-size: 40px;
}
}

@media (max-width:767px) {
.responsive .slider {
	font-size: 30px;
	margin-top: 0;
}
}

@media (max-width:479px) {
.responsive .slider {
	font-size: 30px;
}
}

@media (max-width: 1200px) {
.responsive .gallery .item {
	width: 15.5%;
}
}

@media (max-width: 991px) {
.responsive .gallery .item {
	width: 18.5%;
}
}

@media (max-width: 767px) {
.responsive .gallery .item {
	width: 32.0%;
}
}

@media (max-width: 640px) {
.responsive .gallery .item {
	width: 31.0%;
}
}

@media (max-width: 479px) {
.responsive .gallery .item {
	width: 47%;
}
}

@media (max-width: 767px) {
.responsive .image-hover {
	font-size: .9em;
	padding: 15px 15px;
}
}

@media (max-width: 767px) {
.responsive #img-gallery-big .arrow.arrow-next {
	right: 0;
}
.responsive #img-gallery-big .arrow.arrow-prev {
	left: 0;
}
}

@media (max-width: 767px) {
.responsive .testimonials {
	margin: 0;
}
.responsive .testimonials .owl-theme .owl-controls {
	top: 0;
	margin-top: -80px;
}
.responsive .testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: auto;
	right: 80px;
}
.responsive .testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}
}
/* Animation */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animate, .animate-delay {
	opacity: 0;/*-webkit-perspective:1000*/
}
.touch .animate, .touch .animate-delay {
	opacity: 1!important
}
.animate-delay.animated.scale, .animate.animated.scale {
	-webkit-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	-moz-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	-o-animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	animation: scale 1s 1 cubic-bezier(0.445, .05, .55, .95);
	opacity: 1
}
.animate-delay.animated.fadeUp, .animate.animated.fadeUp {
	-webkit-animation: fadeUp .5s 1 linear;
	-moz-animation: fadeUp .5s 1 linear;
	-o-animation: fadeUp .5s 1 linear;
	animation: fadeUp .5s 1 linear;
	opacity: 1
}
@-webkit-keyframes scale {
0% {
-webkit-transform:scale(0.3);
opacity:.1
}
100% {
-webkit-transform:scale(1);
opacity:1
}
}
@-moz-keyframes scale {
0% {
-moz-transform:scale(0.3);
opacity:.1
}
100% {
-moz-transform:scale(1);
opacity:1
}
}
@-o-keyframes scale {
0% {
-o-transform:scale(0.3);
opacity:.1
}
100% {
-o-transform:scale(1);
opacity:1
}
}
@keyframes scale {
0% {
transform:scale(0.3);
opacity:.1
}
100% {
transform:scale(1);
opacity:1
}
}
 @-webkit-keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes fadeUp {
0% {
opacity:0;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
@keyframes bounce {
0% {
top:-18px
}
100% {
top:-24px
}
}
.animate-move-down, .animate-scale {
	-o-transition: -o-transform 0.2s linear 0s;
	-moz-transition: -moz-transform 0.2s linear 0s;
	-webkit-transition: -webkit-transform 0.2s linear 0s;
	-ms-transition: -ms-transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s;
}
.animate-scale:hover {
	-o-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}
.animate-move-down:hover {
	-o-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}
.navbar-main-menu .item {
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.navbar-main-menu .item .btn-main, .sf-menu>li {
	-o-transition: border .1s ease;
	-moz-transition: border .1s ease;
	-webkit-transition: border .1s ease;
	transition: border .1s ease
}
.navbar-switcher {
	-o-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	transition: background .5s ease
}
.social-widgets .item, .social-widgets .tab-content, .social-widgets .tab-icon {
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}
.animate-hover:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item .tab-content, .mobile-nav .nav-item a, .mobile-nav .nav-item.active .tab-content {
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
