*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0 !important;
}

figure {
	margin: 0;
	padding: 0;
}

figure img {
	height: auto;
	width: 100%;
}

img[src *=".svg"] {
	height: 100%;
}

iframe {
	border: none;
}

*>p:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

::selection {
	background: #B6DBF2;
	color: #506A85;
}

::-moz-selection {
	background: #B6DBF2;
	color: #506A85;
}

body {
/*	font-family: "Helvetica Neue", Helvetica, Arial, 'Source Sans Pro', sans-serif; */
	font-family: Arial, Helvetica, Verdana, sans-serif, serif, "Times New Roman";
/*	background-color: #283645; */
	color: #73879C;
	font-size: 14px;
	/*	line-height: 150%; */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*-moz-osx-font-smoothing: grayscale;*/
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	height: auto !important;
}

.navbar, main {
	background-color: #FFF;
}

main, main > section {
	margin-bottom: 10px;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

p {
	margin-bottom: 20px;
}

p a {
	border-bottom: 1px solid #73879C;
}

p a:hover {
	border-color: transparent;
}

a {
	color: inherit;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a:hover, a:focus {
	color: #1ABB9C;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #506A85;
	margin-top: 0;
	/*word-wrap: break-word;*/
}

h1 {
	font-size: 44px;
	line-height: 130%;
	margin-bottom: 15px;
}

h2 {
	font-size: 26px;
	line-height: 130%;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 5px;
}

a .logo {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	max-width: 200px;
}

a .logo.small {
	max-width: 100px;
}

a:hover .logo {
	opacity: .6;
}

a.green:hover {
	background: #1ABB9C !important;
}

a.blue:hover {
	background: #3F8DBF !important;
}

a.red:hover {
	background: #FA6C65 !important;
}

a.orange:hover {
	background: #F27A24 !important;
}

a.purple:hover {
	background: #9B59B6 !important;
}

a.pink:hover {
	background: #D487BE !important;
}

a.navy:hover {
	background: #34495E !important;
}

a.gray:hover {
	background: #95A5A6 !important;
}

ol {
	position: relative;
	padding-left: 22px;
}

ul {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

ul.arrowed li,ul.circled li,ol li {
	margin-bottom: 5px;
}

ul.arrowed li:before {
	content: '\2192';
	font-weight: normal;
	color: #1ABB9C;
	margin-top: -1px;
	margin-left: -23px;
	vertical-align: top;
	position: absolute;
}

ul.circled li:before {
	font-family: 'fontello-circle';
	content: '\e800';
	font-size: 8px;
	font-weight: normal;
	color: #1ABB9C;
	padding-top: 1px;
	margin-left: -20px;
	vertical-align: top;
	position: absolute;
}

ul.contacts {
	padding-left: 0;
}

ul.contacts li {
	margin-bottom: 5px;
}

footer ul.contacts li {
	margin-bottom: 2px;
}

.control-label.required {
	padding-right: 15px;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-horizontal .checkbox, .form-horizontal .radio {
	padding: 7px 15px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
  margin-top: -3px;
}

.form-horizontal button {
	margin-top: 2px;
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
	margin-left: 0;
	margin-right: 5px;
	position: relative;
	float: left;
}

.checkbox label, .radio label {
	padding-left: 0;
	line-height: 2;
}

.form-control.checkbox-control {
	border: 0;
	box-shadow: none;
}
.multicheckbox-control {
	height: auto;
}

.date-control, .date-group {
	max-width: 150px;
	min-width: 100px;
}

.form-horizontal .date-group {
	max-width: none;
}
.form-horizontal .date-group input {
	padding: 6px 12px;
}

.time-control, .time-group {
	max-width: 80px;
}

.form-inline .date-group, .form-inline .time-group {
	max-width: none;
}

.file-control .fileinput-button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	width: 25%;
}

.file-control .progress {
	width: 70%;
	float: right;
	height: 30px;
	margin-bottom: 0;
}

.file-control .progress .filename {
	padding: 3px 6px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
}

.social-network {
	position: relative;
	z-index: 0;
	padding-top: 25px;
}

.social-network .social li {
	display: table-cell;
}

.social-network .social li a i {
	width: 55px;
	height: 80px;
	font-size: 20px;
}

#hero {
	margin-bottom: 10px;
}

#hero h1 {
	font-size: 44px;
	line-height: 120%;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
	-webkit-transition: font 200ms ease-out;
	-moz-transition: font 200ms ease-out;
	-o-transition: font 200ms ease-out;
	transition: font 200ms ease-out;
}

#hero #owl-main .inner {
	padding-top: 400px;
	padding-bottom: 30px;
}

#hero #owl-main .caption {
	background-color: #2f4052;
	opacity: .66;
	padding: 10px;
}

#hero #owl-main .caption h1.light-bg,#hero #owl-main .caption h1.medium-bg,#hero #owl-main .caption h1.dark-bg,#hero #owl-main .caption h1.tint-bg {
	font-size: 73px;
}

#hero h4 {
	font-size: 33px;
	line-height: 120%;
}

#hero p {
	font-size: 22px;
	line-height: 150%;
	font-weight: 400;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-transition: font 200ms ease-out, margin 200ms ease-out;
	-moz-transition: font 200ms ease-out, margin 200ms ease-out;
	-o-transition: font 200ms ease-out, margin 200ms ease-out;
	transition: font 200ms ease-out, margin 200ms ease-out;
}

#hero .btn {
	margin-top: 60px;
	margin-bottom: 0;
	-webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
	-moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
	-o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
	transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}

#hero .btn {
	font-size: 18px;
	padding: 18px 70px 20px;
	background-color: transparent;
/*	border: 2px solid #fff; */
	border-width: 2px;
	border-style: solid;
/*	color: #fff !important; */
	font-weight: 600;
	padding: 13px 28px;
	text-shadow: none;
}

#hero .btn:hover {
	color: #3F8DBF !important;
	border-color: #3F8DBF;
}

header p {
	font-size: 22px;
	line-height: 150%;
}

p+h2,p+h3 {
	padding-top: 15px;
}

.text-small {
	font-size: 16px;
	line-height: 160%;
}

.text-normal {
	font-size: inherit;
	line-height: inherit;
}

h2+.text-small {
	margin-top: -5px;
}

header h2+.text-small {
	margin-top: 0;
}

.post-title {
	margin: 0 0 15px 0;
}

h1.post-title {
	font-size: 22px;
	line-height: 24px;
}

.bordered .post-title {
	margin-bottom: 5px;
}

main header+* {
	margin-top: 35px !important;
}

.inner {
	padding-top: 100px;
	padding-bottom: 100px;
}

.inner-md {
	padding-top: 100px;
	padding-bottom: 100px;
}

.inner-sm {
	padding-top: 80px;
	padding-bottom: 80px;
}

.inner-xs {
	padding-top: 40px;
	padding-bottom: 40px;
}

.inner-top {
	padding-top: 120px;
}

.inner-top-md {
	padding-top: 100px;
}

.inner-top-sm {
	padding-top: 80px;
}

.inner-top-xs {
	padding-top: 40px;
}

.inner-bottom {
	padding-bottom: 120px;
}

.inner-bottom-md {
	padding-bottom: 100px;
}

.inner-bottom-sm {
	padding-bottom: 80px;
}

.inner-bottom-xs {
	padding-bottom: 40px;
}

.inner-left {
	padding-left: 75px;
}

.inner-left-md {
	padding-left: 60px;
}

.inner-left-sm {
	padding-left: 45px;
}

.inner-left-xs {
	padding-left: 30px;
}

.inner-right {
	padding-right: 75px;
}

.inner-right-md {
	padding-right: 60px;
}

.inner-right-sm {
	padding-right: 45px;
}

.inner-right-xs {
	padding-right: 30px;
}

.outer {
	margin-top: 120px;
	margin-bottom: 120px;
}

.outer-md {
	margin-top: 100px;
	margin-bottom: 100px;
}

.outer-sm {
	margin-top: 80px;
	margin-bottom: 80px;
}

.outer-xs {
	margin-top: 40px;
	margin-bottom: 40px;
}

.outer-top {
	margin-top: 120px;
}

.outer-top-md {
	margin-top: 100px;
}

.outer-top-sm {
	margin-top: 80px;
}

.outer-top-xs {
	margin-top: 40px;
}

.outer-bottom {
	margin-bottom: 120px;
}

.outer-bottom-md {
	margin-bottom: 100px;
}

.outer-bottom-sm {
	margin-bottom: 80px;
}

.outer-bottom-xs {
	margin-bottom: 40px;
}

.center-block {
	float: none;
}

.height-xs {
	height: 30vh;
}

.height-sm {
	height: 44vh;
}

.height-md {
	height: 61vh;
}

.height-lg {
	height: 90vh;
}

.dropcap {
	float: left;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: #F2F5F7;
	font-size: 28px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	color: #506A85;
	margin: 6px 15px 0 0;
}

.dropcap-lg {
	float: left;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #F2F5F7;
	font-size: 48px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
	color: #506A85;
	margin: 6px 15px 0 0;
}

blockquote {
	padding: 0;
	margin: 0;
	border: none;
}

blockquote p {
	font-size: 22px;
	line-height: 160%;
	font-style: italic;
}

blockquote footer,blockquote small,blockquote .small {
	color: #506A85;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}

blockquote footer:before,blockquote small:before,blockquote .small:before,blockquote footer:after,blockquote small:after,blockquote .small:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #506A85;
	margin-bottom: .28em;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
	margin-right: 10px;
}

blockquote footer:after,blockquote small:after,blockquote .small:after {
	margin-left: 10px;
}

hr {
	border: 0;
	border-bottom: 1px solid #CED7E0;
	margin: 60px 0;
}

.map iframe {
	display: block;
	max-width: 100%;
}

h1+figure,p+figure {
	padding-top: 15px;
}

h2+figure,h3+figure,h2+.thumbs,h3+.thumbs,h2+.thumb,h3+.thumb {
	padding-top: 10px;
}

h4+figure {
	padding-top: 5px;
}

h2+.owl-carousel,p+.owl-carousel,h2+.panel-group,p+.panel-group {
	padding-top: 20px;
}

figure figcaption {
	font-size: 14px;
	line-height: 150%;
}

figure figcaption h4 {
	margin-bottom: 10px;
}

figure *+figcaption {
	padding-top: 20px;
}

figure+*,.thumb+figure {
	padding-top: 25px;
}

.classic-blog figure+* {
	padding-top: 35px;
}

figure.post-media+* {
	padding-top: 0;
}

.img-bg,.img-bg-center {
	background-position: center !important;
	background-size: cover;
}

.img-bg-top {
	background-position: top !important;
	background-size: cover;
}

.img-bg-bottom {
	background-position: bottom !important;
	background-size: cover;
}

.img-bg-soft,.img-bg-softer {
	background-position: center;
	position: relative;
}

.img-bg-soft:before,.img-bg-softer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.light-bg.img-bg-soft:before {
	background-color: #F2F5F7;
	opacity: .66;
}
.light-bg.img-bg-softer:before {
	background-color: #F2F5F7;
	opacity: .95;
}

.dark-bg.img-bg-soft:before {
	background-color: #2F4052;
	opacity: .57;
}

.dark-bg.img-bg-softer:before {
	background-color: #2F4052;
	opacity: .97;
}

.tint-bg.img-bg-soft:before {
	background-color: #3F8DBF;
	opacity: .84;
}

.tint-bg.img-bg-softer:before {
	background-color: #73879C;
	opacity: .96;
}

.screen-container {
	position: relative;
	width: 100%;
	height: auto !important;
	background: url("../images/art/screen-container.png") no-repeat top/100%;
	overflow: hidden;
}

.screen-container:before {
	content: "";
	display: block;
	padding-top: 47%;
}

.screen-container .tab-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5% 4.5%;
	padding-bottom: 0;
}

.sidelines {
	position: relative;
	line-height: 100%;
	border-bottom: 1px solid #CED7E0;
	margin-top: -.35em;
	margin-bottom: 1.5em;
}

.sidelines span {
	position: relative;
	top: .5em;
	background: #FFF;
	padding: 0 .5em 0 0;
}

.sidelines.text-right span,.text-right .sidelines span {
	padding: 0 0 0 .5em;
}

.sidelines.text-center span,.text-center .sidelines span {
	padding: 0 .5em;
}

.team-headline.sidelines {
	margin-top: -20px;
	margin-bottom: 40px;
}

.light-bg .sidelines {
	border-color: #BCC7D1;
}

.light-bg .sidelines span {
	background: #F2F5F7;
}

.dark-bg .sidelines {
	border-color: #73879C;
}

.dark-bg .sidelines span {
	background: #2F4052;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe+iframe {
	margin-top: 10px;
}

.green-bg {
	background-color: #1ABB9C !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.blue-bg {
	background-color: #3F8DBF !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.red-bg {
	background-color: #FA6C65 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.orange-bg {
	background-color: #F27A24 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.purple-bg {
	background-color: #9B59B6 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.pink-bg {
	background-color: #D487BE !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.navy-bg {
	background-color: #34495E !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.gray-bg {
	background-color: #95A5A6 !important;
	color: #FFF !important;
	padding: 2px 8px 4px;
	margin-top: -2px;
}

.light-bg {
	background-color: #F2F5F7;
}

.dark-bg {
	background-color: #2F4052;
}

.dark-bg,.dark-bg p {
	color: #A3B1BF;
}

.dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4 {
	color: #A3B1BF;
}

.dark-bg .widget h1,.dark-bg .widget h2,.dark-bg .widget h3,.dark-bg .widget h4 {
	color: #FFF;
}

.tint-bg {
	background-color: #73879C;
/*
	color: #FFF;
	padding: 2px 8px;
	margin-top: -2px;
*/
}

.tint-bg,.tint-bg h1,.tint-bg h2,.tint-bg h3,.tint-bg h4,.tint-bg p,.tint-bg .icon i.icn {
	color: #FFF;
}

.tint-bg a:hover {
	color: #506A85;
}

.light-color,.light-color .dark-bg {
	color: #FFF !important;
}
.light-color h1, .light-color h2, .light-color h3 {
	color: #FFF;
}

.medium-color {
	color: #A3B1BF !important;
}

.dark-color {
	color: #506A85 !important;
}

.tint-bg .btn, .tint-color {
	color: #3F8DBF !important;
}

.tint-color h1, .tint-color h2, .tint-color h3 {
	color: #3F8DBF;
}

.green {
	color: #1ABB9C !important;
}

.blue {
	color: #3F8DBF !important;
}

.red {
	color: #FA6C65 !important;
}

.pink {
	color: #D487BE !important;
}

.purple {
	color: #9B59B6 !important;
}

.orange {
	color: #F27A24 !important;
}

.navy {
	color: #34495E !important;
}

.gray {
	color: #95A5A6 !important;
}

.icon {
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.icon.circle {
	padding: 30px;
	border: 1px solid #1ABB9C;
	border-radius: 50%;
}

.icon.circle.xs {
	padding: 15px;
}

.icon.circle.sm {
	padding: 20px;
}

.icon.circle.lg {
	padding: 35px;
}

.icon i.icn {
	display: block;
	color: #1ABB9C;
	font-size: 65px;
	line-height: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.icon i.icn.xs {
	font-size: 20px;
}

.icon i.icn.sm {
	font-size: 35px;
}

.icon i.icn.lg {
	font-size: 85px;
}

i.contact {
	margin-right: 5px;
	width: auto;
	height: auto;
	line-height: 18px;
}

.tagcloud {
	line-height: 25px;
}

footer {
	font-size: 14px;
	line-height: 22px;
}

footer.dark-bg {
	color: #A3B1BF;
}

footer .inner {
	padding: 10px 0px;
	/*
	padding-top: 45px;
	padding-bottom: 35px;
*/
}

footer .container>.row {
	margin-left: -25px;
	margin-right: -25px;
}

footer .row .inner {
	padding: 10px 25px;
}

footer .logo {
	height: auto;
	max-height: 80px;
}

footer h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer p {
	margin-bottom: 15px;
}

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

.footer-menu li {
	display: inline;
	padding-left: 10px;
}

.footer-menu li:before {
	display: inline-block;
	content: "·";
	padding-right: 12px;
}

.footer-menu li:first-child:before {
	display: none;
}

.footer-bottom {
	background: #283645;
	color: #707E8C;
}

.footer-bottom .container.inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bottom p,.footer-bottom a {
	color: #707E8C;
}

.footer-bottom p {
	padding: 0;
	margin: 0;
}

.meta,.more {
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	cursor: default;
}

.meta span:before {
	display: inline-block;
	content: "|";
	padding: 0 10px 0 7px;
}

.meta span:first-child:before {
	display: none;
	padding: 0;
}

.meta a {
	display: inline !important;
}

.meta a:hover,.more:hover {
	color: #1ABB9C;
}

.meta.tags a:before {
	content: "#";
	display: inline-block;
}

.bordered .info {
	text-align: center;
}

.bordered .info h3,.bordered .info h4 {
	margin-bottom: 5px;
}

.bordered .info h3 a,.bordered .info h4 a {
	color: #506A85;
}

.bordered .info h3 a:hover,.bordered .info h4 a:hover {
	color: #1ABB9C;
}

.bordered .info p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}

.bordered {
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	padding: 25px;
	background: #F5F7FA;
}

.light-bg .bordered {
	background: #FFF;
}

.dark-bg .bordered .info h3,.dark-bg .bordered .info h4,.tint-bg .bordered .info h3,.tint-bg .bordered .info h4 {
	color: #506A85;
}

.dark-bg .bordered .info p,.tint-bg .bordered .info p {
	color: #73879C;
}

.no-top-border {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.border {
	border: 1px solid #CED7E0;
}

.border-top-lg,.border-top-md,.border-top-sm,.border-top-xs,.border-top {
	border-top: 1px solid #CED7E0;
}

.border-right-lg,.border-right-md,.border-right-sm,.border-right-xs,.border-right {
	border-right: 1px solid #CED7E0;
}

.border-bottom-lg,.border-bottom-md,.border-bottom-sm,.border-bottom-xs,.border-bottom {
	border-bottom: 1px solid #CED7E0;
}

.border-left-lg,.border-left-md,.border-left-sm,.border-left-xs,.border-left {
	border-left: 1px solid #CED7E0;
}

.border-lg,.border-top-lg,.border-right-lg,.border-bottom-lg,.border-left-lg {
	border-width: 20px;
}

.border-md,.border-top-md,.border-right-md,.border-bottom-md,.border-left-md {
	border-width: 10px;
}

.border-sm,.border-top-sm,.border-right-sm,.border-bottom-sm,.border-left-sm {
	border-width: 5px;
}

.border-xs,.border-top-xs,.border-right-xs,.border-bottom-xs,.border-left-xs {
	border-width: 3px;
}

.light-bg .border,.light-bg .border-lg,.light-bg .border-md,.light-bg .border-sm,.light-bg .border-xs,.light-bg .border-top-lg,.light-bg .border-top-md,.light-bg .border-top-sm,.light-bg .border-top-xs,.light-bg .border-top,.light-bg .border-right-lg,.light-bg .border-right-md,.light-bg .border-right-sm,.light-bg .border-right-xs,.light-bg .border-right,.light-bg .border-bottom-lg,.light-bg .border-bottom-md,.light-bg .border-bottom-sm,.light-bg .border-bottom-xs,.light-bg .border-bottom,.light-bg .border-left-lg,.light-bg .border-left-md,.light-bg .border-left-sm,.light-bg .border-left-xs,.light-bg .border-left {
	border-color: #BCC7D1;
}

.dark-bg .border,.dark-bg .border-lg,.dark-bg .border-md,.dark-bg .border-sm,.dark-bg .border-xs,.dark-bg .border-top-lg,.dark-bg .border-top-md,.dark-bg .border-top-sm,.dark-bg .border-top-xs,.dark-bg .border-top,.dark-bg .border-right-lg,.dark-bg .border-right-md,.dark-bg .border-right-sm,.dark-bg .border-right-xs,.dark-bg .border-right,.dark-bg .border-bottom-lg,.dark-bg .border-bottom-md,.dark-bg .border-bottom-sm,.dark-bg .border-bottom-xs,.dark-bg .border-bottom,.dark-bg .border-left-lg,.dark-bg .border-left-md,.dark-bg .border-left-sm,.dark-bg .border-left-xs,.dark-bg .border-left {
	border-color: #73879C;
}

.tint-bg .border,.tint-bg .border-lg,.tint-bg .border-md,.tint-bg .border-sm,.tint-bg .border-xs,.tint-bg .border-top-lg,.tint-bg .border-top-md,.tint-bg .border-top-sm,.tint-bg .border-top-xs,.tint-bg .border-top,.tint-bg .border-right-lg,.tint-bg .border-right-md,.tint-bg .border-right-sm,.tint-bg .border-right-xs,.tint-bg .border-right,.tint-bg .border-bottom-lg,.tint-bg .border-bottom-md,.tint-bg .border-bottom-sm,.tint-bg .border-bottom-xs,.tint-bg .border-bottom,.tint-bg .border-left-lg,.tint-bg .border-left-md,.tint-bg .border-left-sm,.tint-bg .border-left-xs,.tint-bg .border-left {
	border-color: #FFF;
}

.last-bottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.last-right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.reset-margin {
	margin: 0;
}

.reset-margin-left {
	margin-left: 0;
}

.reset-margin-right {
	margin-right: 0;
}

.reset-padding {
	padding: 0;
}

.reset-padding-left {
	padding-left: 0;
}

.reset-padding-right {
	padding-right: 0;
}

.single-block {
	padding: 0;
	border: 0;
	margin: 0;
}

h1+.single-line,h2+.single-line,h3+.single-line,h4+.single-line {
	margin-top: -.5em;
}

.img-intext {
	margin-bottom: 20px;
}

aside {
	font-size: 16px;
	line-height: 160%;
}

aside p {
	margin-bottom: 15px;
}

aside .txt-btn {
	font-size: 100%;
}

aside .thumb figure {
	margin: 0;
}

.thumbs.no-gap {
	margin-left: 0;
	margin-right: 0;
}

.thumbs.no-gap .thumb {
	padding: 0;
}

.thumbs.gap-xs {
	margin-left: -5px;
	margin-right: 0;
}

.thumbs.gap-xs .thumb {
	padding: 0 0 5px 5px;
}

.thumbs.gap-sm {
	margin-left: -10px;
	margin-right: 0;
}

.thumbs.gap-sm .thumb {
	padding: 0 0 10px 10px;
}

.thumbs.gap-md {
	margin-left: -20px;
	margin-right: 0;
}

.thumbs.gap-md .thumb {
	padding: 0 0 20px 20px;
}

.thumbs.gap-lg {
	margin-left: -30px;
	margin-right: 0;
}

.thumbs.gap-lg .thumb {
	padding: 0 0 30px 30px;
}

/*==========*/
/*	HEADER
/*==========*/
.navbar .container {
	display: table;
	padding: 0;
}

.navbar {
	margin: 0;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 10;	 /* 8000 */
	min-height: inherit;
}

.navbar ul {
	list-style: none;
}

.navbar-brand {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	max-width: 300px;
}

.navbar-header .navbar-brand {
	display: none;
}

.navbar-header {
	float: none !important;
	position: relative;
	background: #F5F7FA;
	border-bottom: 1px solid #E6E9ED;
	z-index: 0;
}

.navbar-header li,.navbar-header a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	white-space: nowrap;
}

.navbar-collapse {
	position: relative;
	background-color: #FFF;
	width: 100%;
	border-bottom: 1px solid #E6E9ED;
}

.stuck {
	position: fixed !important;
	top: 0;
}

.navbar-nav {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	margin: 0;
}

.navbar-nav > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #506A85;
	padding: 7px 15px;
	border-radius: 3px;
	border: 1px solid transparent;
/*

	border-bottom: none;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	bottom: -1px;
*/
	z-index: 1;
	white-space: nowrap;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	border-color: #CCC;
}

.navbar .nav .open>a,.navbar .nav .open>a:hover,.navbar .nav .open>a:focus {
/*
.open

	background-color: #F5F7FA;
	border-color: #E6E9ED;
*/
	border-color: #CCC;
}


.skrollable-after .navbar-nav>li>a {
	margin-top: -1px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.bordered .info h3 a:hover,
.bordered .info h4 a:hover,
.icon i.icn,
.meta a:hover,
.meta li.categories:hover:before,
.more:hover,
.navbar.basic .nav > li > a:hover,
.navbar.basic .nav > li > a:focus,
.navbar.basic .nav .open > a,
.navbar.basic .nav .open > a:hover,
.navbar.basic .nav .open > a:focus,
.navbar-header .info a:hover,
.nav > li > a:hover,
.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover,
.panel-title > a:hover,
#scrollUp:hover,
.sidemeta .format-wrapper a,
.tabs-side .tab.active a,
.tabs-top .tab.active a,
.text-center .panel-title > a:hover span:after,
ul.arrowed li:before,
ul.circled li:before,
.yamm .yamm-content a:hover {
	color: #3F8DBF;
}

.nav>li>a:focus {
	border-color: #FFF;
}

.navbar .dropdown-menu1 {
	padding: 0;
	margin: 0;
	width: 210px;
	background: #EEE; /*#F5F7FA;*/
	border: none;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-bottom-color: #CED2D6;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-border-top-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	border-top-left-radius: 0 !important;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
	z-index: 0;
}

.navbar .dropdown-menu1:not(.yamm-dropdown-menu) li {
	background: transparent;
	border: none;
/*
	border-top: 1px solid #E6E9ED;
*/
}

.dropdown-menu1 .divider {
	background-color: #E6E9ED;
}

.navbar .dropdown-menu1:not (.yamm-dropdown-menu ) li:first-child {
	border: none;
}

.navbar .dropdown-menu1:not (.yamm-dropdown-menu ) li a {
	line-height: 18px;
	padding: 13px 20px;
	color: #73879C;
	text-transform: uppercase;
	font-weight: 700;
	white-space: normal;
}

.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
	filter: none;
/*
	background-color: #F5F7FA;
*/
	color: #3F8DBF !important; /*#3F8DBF; */
/*
	font-weight: bold;
*/
}

.navbar .nav .open>a,.navbar .nav .open>a:hover,.navbar .nav .open>a:focus {
/*
.open

	background-color: #F5F7FA;
	border-color: #E6E9ED;
*/
	border-color: #CCC;
}

.navbar .nav>li>.dropdown-menu:not (.yamm-dropdown-menu ):after {
	display: none;
}

.navbar .nav>li>.dropdown-menu:not (.yamm-dropdown-menu ):before {
	display: none;
}

.navbar .dropdown-submenu .dropdown-menu {
	top: -1px !important;
}

.navbar .dropdown-menu:not (.yamm-dropdown-menu ) >li>a:hover,.navbar .dropdown-menu:not (.yamm-dropdown-menu ) >li>a:focus,.navbar .dropdown-submenu:hover>a,.navbar .dropdown-submenu:focus>a,.navbar .dropdown-menu:not (.yamm-dropdown-menu ) >.active>a,.navbar .dropdown-menu:not (.yamm-dropdown-menu ) >.active>a:hover,.navbar .dropdown-menu:not (.yamm-dropdown-menu ) >.active>a:focus {
/*
	background: #3F8DBF;
*/
	color: #FFF !important;
	filter: progid : DXImageTransform.Microsoft.gradient ( enabled =	 false );
}

.navbar-nav .dropdown a.login-menuitem {
	border: 1px solid #e6e9ed;
	border-radius: 3px;
	background-color: #506a85;
	color: #FFFFFF;
}

.navbar-header .info {
	padding-left: 0;
	margin: 0;
}

.navbar-header .info li {
	font-size: 12px;
	padding-right: 25px;
}

.navbar-header .info li a {
	font-size: 12px;
	color: #73879C;
}

.navbar-header .info a:hover {
	color: #3F8DBF;
}

.navbar-form {
	padding: 0;
	margin: 0;
}

.btn.responsive-menu {
	display: none;
	width: 40px;
	height: 40px;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

/*==========*/
/*	MEGA MENU
/*==========*/
.yamm .nav,.yamm .dropup,.yamm .dropdown,.yamm .collapse {
	position: static;
}

.yamm .navbar-inner,.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	top: auto;
	left: auto;
	-webkit-border-top-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important;
	border-top-left-radius: 3px !important;
}

.yamm .dropdown-menu>li {
	display: block;
}

.yamm .nav.pull-right .dropdown-menu {
	right: 0;
}

.yamm .yamm-content {
	font-size: 14px;
	line-height: 22px;
	padding: 30px 40px;
	margin-left: -20px;
	margin-right: -20px;
}

.yamm .yamm-content .inner {
	padding: 0 20px;
}

.yamm .yamm-content li {
	line-height: inherit;
}

.yamm .yamm-content:before,.yamm .yamm-content:after {
	display: table;
	content: "";
	line-height: 0;
}

.yamm .yamm-content:after {
	clear: both;
}

.yamm .nav>li>.dropdown-menu:after,.yamm .nav>li>.dropdown-menu:before {
	display: none;
}

.yamm .yamm-content img {
	width: 100%;
}

.yamm .yamm-content a {
	color: inherit;
}

.yamm .yamm-content h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.yamm .yamm-content p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 15px;
}

.yamm .yamm-content .btn {
	margin: 10px 0;
}

.yamm .yamm-content a:hover {
	color: #3F8DBF;
}

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
}

/*==========*/
/*	BUTTONS
/*==========*/
#buttons .btn {
	margin: 5px 3px;
}

#buttons .btn-wrapper {
	margin: 30px 0;
}

.btn {
/*	color: #FFF !important; */
/*	background: #3F8DBF; */
/*	padding: 11px 20px 13px; */
	margin: 15px 0;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	border: none;
	/* text-transform: uppercase; */
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-small { /* padding: 5px 13px 6px; */
	font-size: 13px;
	padding: 5px 8px;
}

.btn-large { /* padding: 14px 26px 16px; */
	font-size: 15px;
}

.btn.btn-green {
	background: #3F8DBF;
}

.btn.btn-blue {
	background: #3F8DBF;
}

.btn.btn-red {
	background: #FA6C65;
}

.btn.btn-pink {
	background: #D487BE;
}

.btn.btn-purple {
	background: #9B59B6;
}

.btn.btn-orange {
	background: #F27A24;
}

.btn.btn-navy {
	background: #34495E;
}

.btn.btn-gray {
	background: #95A5A6;
}

/*.btn:focus,.btn:active,.btn.active, */
.btn:hover {
	background: #3F8DBF;
	color: #FFF !important;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:hover,.btn-green:focus,.btn-green:active,.btn-green.active {
	background: #17A78B !important;
}

.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active {
	background: #387EAA !important;
}

.btn-red:hover,.btn-red:focus,.btn-red:active,.btn-red.active {
	background: #CF4C45 !important;
}

.btn-pink:hover,.btn-pink:focus,.btn-pink:active,.btn-pink.active {
	background: #BD78A9 !important;
}

.btn-purple:hover,.btn-purple:focus,.btn-purple:active,.btn-purple.active {
	background: #8A4FA2 !important;
}

.btn-orange:hover,.btn-orange:focus,.btn-orange:active,.btn-orange.active {
	background: #D96716 !important;
}

.btn-navy:hover,.btn-navy:focus,.btn-navy:active,.btn-navy.active {
	background: #2C3E50 !important;
}

.btn-gray:hover,.btn-gray:focus,.btn-gray:active,.btn-gray.active {
	background: #859394 !important;
}

.tint-bg .btn {
	background: #FFF !important;
	color: #3F8DBF !important;
}

.tint-bg .btn:hover {
	background: #E9E9E9 !important;
	color: #506A85 !important;
}

.btn.share-facebook {
	background: #3d5b9b !important
}

.btn.share-facebook:hover {
	background: #334c8e !important
}

.btn.share-twitter {
	background: #5aa8cd !important
}

.btn.share-twitter:hover {
	background: #499ac8 !important
}

.btn.share-googleplus {
	background: #3b3b3b !important
}

.btn.share-googleplus:hover {
	background: #2e2e2e !important
}

.btn.share-pinterest {
	background: #c53942 !important
}

.btn.share-pinterest:hover {
	background: #bc2d32 !important
}

.btn-share-lg,.btn-share-md,.btn-share-sm,.btn-share-xs {
	display: table;
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: center;
}

.btn-share-lg i,.btn-share-md i,.btn-share-sm i,.btn-share-xs i {
	display: table-cell;
	vertical-align: middle;
}

.btn-share-lg {
	height: 250px;
}

.btn-share-lg i {
	font-size: 80px;
}

.btn-share-md {
	height: 180px;
}

.btn-share-md i {
	font-size: 60px;
}

.btn-share-sm {
	height: 120px;
}

.btn-share-sm i {
	font-size: 40px;
}

.btn-share-xs {
	height: 80px;
}

.btn-share-xs i {
	font-size: 28px;
}

.btn-share-lg i:after,.btn-share-md i:after,.btn-share-sm i:after,.btn-share-xs i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*.btn-share-lg:hover i:after,
.btn-share-md:hover i:after,
.btn-share-sm:hover i:after,
.btn-share-xs:hover i:after {
	height: 100%;
}*/
.btn-share-lg:hover .icon-s-facebook:after,.btn-share-md:hover .icon-s-facebook:after,.btn-share-sm:hover .icon-s-facebook:after,.btn-share-xs:hover .icon-s-facebook:after {
	background: #3B5998;
	background: #4668B3;
}

.btn-share-lg:hover .icon-s-gplus:after,.btn-share-md:hover .icon-s-gplus:after,.btn-share-sm:hover .icon-s-gplus:after,.btn-share-xs:hover .icon-s-gplus:after {
	background: #DD4B39;
	background: #DE5745;
}

.btn-share-lg:hover .icon-s-twitter:after,.btn-share-md:hover .icon-s-twitter:after,.btn-share-sm:hover .icon-s-twitter:after,.btn-share-xs:hover .icon-s-twitter:after {
	background: #00ACED;
	background: #2FBBED;
}

.btn-share-lg p,.btn-share-md p,.btn-share-sm p,.btn-share-xs p {
	position: absolute;
	height: 1.1em;
	line-height: 100%;
	color: #FFF;
	margin: auto;
	opacity: 0;
}

.btn-share-lg p,.btn-share-md p {
	top: 20px;
}

.btn-share-sm p,.btn-share-xs p {
	top: 0;
	bottom: 0;
}

.btn-share-sm p {
	font-size: 16px;
}

.btn-share-xs p {
	font-size: 15px;
}

.btn-share-lg:hover p,.btn-share-md:hover p,.btn-share-sm:hover p,.btn-share-xs:hover p {
	opacity: 1;
}

.btn-share-lg .name,.btn-share-md .name,.btn-share-sm .name,.btn-share-xs .name {
	left: 25px;
}

.btn-share-lg .counter,.btn-share-md .counter,.btn-share-sm .counter,.btn-share-xs .counter {
	right: 25px;
}

.btn-share-lg:hover,.btn-share-md:hover,.btn-share-sm:hover,.btn-share-xs:hover {
	color: #FFF;
}

span.btn {
	font-size: 1em;
}

h1 .btn,h2 .btn,h3 .btn,h4 .btn,p .btn {
	margin-left: 15px;
}

.txt-btn {
	font-size: 105%;
	font-weight: 700;
}

.txt-btn:after { /*font-family: 'fontello';*/
	content: '\2192';
	margin-left: 7px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.txt-btn:hover:after {
	margin-left: 12px;
}

/*==========*/
/*	SOCIAL ICONS
/*==========*/
.social {
	padding: 0;
	margin: 0;
}

.social li {
	font-family: 'fontello-social';
	margin-right: 4px;
}

.social li {
	position: relative;
}

.text-center .social li {
	margin: 0 2px;
}

.social li a {
	display: table;
	position: relative;
}

.social li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #73879C;
	width: 30px;
	height: 30px;
	font-size: 12px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.social li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.social li a:hover i {
	color: #FFF;
}

.social li a:hover i:after {
	height: 100%;
}

.social a .icon-s-facebook:after {
	background: #3B5998;
	background: #4668B3;
}

.social a .icon-s-gplus:after {
	background: #DD4B39;
	background: #DE5745;
}

.social a .icon-s-twitter:after {
	background: #00ACED;
	background: #2FBBED;
}

.social a .icon-s-pinterest:after {
	background: #CB2027;
	background: #D94348;
}

.social a .icon-s-behance:after {
	background: #1769FF;
	background: #3079FF;
}

.social a .icon-s-dribbble:after {
	background: #EA4C89;
	background: #EB6397;
}

/*==========*/
/*	TABS ON SIDE
/*==========*/
.tabs-side .etabs {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0 -1px 0 0;
}

.tabs-side .tab {
	display: block;
	position: relative;
	z-index: 0;
}

.tabs-side .tab a {
	display: block;
	background: #F5F7FA;
	color: #506A85;
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #E6E9ED;
	border-right-color: #CED7E0;
	border-bottom: none;
	overflow: hidden;
}

.tabs-side .tab:first-child a {
	border-top-left-radius: 3px;
}

.tabs-side .tab:last-child a {
	border-bottom: 1px solid #E6E9ED;
	border-bottom-left-radius: 3px;
}

.tabs-side .tab a:hover {
	background: #3F8DBF;
	color: #FFF;
	border-color: #3F8DBF;
}

.tabs-side .tab:hover,.tabs-side .tab.active {
	z-index: 2;
}

.tabs-side .tab.active a {
	background: #FFF !important;
	color: #3F8DBF;
	border-color: #CED7E0 !important;
	border-right-color: #FFF !important;
}

.tabs-side .tab.active+.tab a {
	border-top-color: #CED7E0;
}

.tabs-side .tab.active+.tab a:hover {
	border-top-color: #3F8DBF;
}

.tabs-side .tab a div {
/*	font-family: 'Lato', sans-serif; */
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}

.tabs-side.tab-container .panel-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-left: 70px;
	border-left: 1px solid #CED7E0;
}

.tabs-side.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}

/*==========*/
/*	TABS ON TOP
/*==========*/
.tabs-top .etabs {
	padding: 0;
	margin: 0;
}

.tabs-top .etabs:after {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	border-top: 1px solid #CED7E0;
	margin-top: -1px;
}

.tabs-top .tab {
	display: inline-block;
	position: relative;
	z-index: 0;
	max-width: 40%;
	margin: 0 3px;
}

.tabs-top .tab a {
	display: inline-block;
	vertical-align: bottom;
	background: #F5F7FA;
	color: #506A85;
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px;
	border: 1px solid #E6E9ED;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.tabs-top .tab a div {
/*	font-family: 'Lato', sans-serif; */
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}

.tabs-top .tab a:hover {
	background: #3F8DBF;
	color: #FFF;
	border-color: #3F8DBF;
}

.tabs-top .tab.active {
	z-index: 2;
}

.tabs-top .tab.active a {
	background: #FFF !important;
	color: #3F8DBF;
	border-color: #CED7E0 !important;
}

.tabs-top.tab-container .panel-container {
	margin-top: 70px;
}

.tabs-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}

/*==========*/
/*	TABS CIRCLED ON TOP
/*==========*/
.tabs-circle-top .etabs {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.tabs-circle-top .etabs:before {
	content: '';
	display: block;
	border-bottom: 1px solid #CED7E0;
	margin: 65px 0 -65px;
}

.tabs-circle-top .tab {
	display: inline-block;
	height: 160px;
	position: relative;
	top: 0;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.tabs-circle-top .tab a {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 140px;
	max-width: 140px;
	background: #FFF;
	color: #506A85;
	font-size: 12px;
	line-height: 130%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px;
	border: 1px solid #CED7E0;
	border-radius: 50%;
	overflow: hidden;
}

.tabs-circle-top .tab a div {
/*	font-family: 'Lato', sans-serif; */
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}

.tabs-circle-top .tab a:hover {
	border: 4px solid #3F8DBF;
}

.tabs-circle-top .tab.active {
	top: -15px;
}

.tabs-circle-top .tab.active a {
	height: 160px;
	width: 160px;
	max-width: 160px;
	background: #3F8DBF; /*#3F8DBF;*/
	font-size: 14px;
	line-height: 140%;
	color: #FFF;
	border: 1px solid #3F8DBF; /*#3F8DBF;*/
}

.tabs-circle-top .tab.active a div {
	font-size: 50px;
	margin: -13px 0 8px;
}

.tabs-circle-top.tab-container .panel-container {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

.tabs-circle-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}

/*==========*/
/*	TABS 2-BIG ON TOP
/*==========*/
.tabs-2-big-top .etabs {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.tabs-2-big-top .tab {
	position: relative;
	display: inline-block;
	width: 40%;
	border-bottom: 2px solid transparent;
	border-radius: 3px;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.tabs-2-big-top .tab:before,.tabs-2-big-top .tab:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.tabs-2-big-top .tab:before {
	border-width: 23px;
	margin-left: -23px;
}

.tabs-2-big-top .tab:after {
	border-width: 20px;
	margin-left: -20px;
}

.tabs-2-big-top .tab a {
	display: block;
	padding: 35px;
	color: #506A85;
	opacity: .5;
}

.tabs-2-big-top .tab:hover {
	background: #F7F9FA;
	border-color: #E6EBF0;
}

.tabs-2-big-top .tab:hover:before {
	border-top-color: #E6EBF0;
}

.tabs-2-big-top .tab:hover:after {
	border-top-color: #F7F9FA;
}

.tabs-2-big-top .tab.active {
	background: #FFF;
	border-color: #E1E7ED;
}

.tabs-2-big-top .tab.active:before {
	border-top-color: #E1E7ED;
}

.tabs-2-big-top .tab.active:after {
	border-top-color: #FFF;
}

.tabs-2-big-top .tab:hover a,.tabs-2-big-top .tab.active a {
	opacity: 1;
}

.tabs-2-big-top .tab a p {
	margin-bottom: 0;
}

.tabs-2-big-top.tab-container .panel-container {
	position: relative;
	margin-top: 80px;
	z-index: 1;
}

.tabs-2-big-top.tab-container .panel-container p {
	margin: 0;
	padding-bottom: 20px;
}

/*==========*/
/*	TESTIMONIALS / QUOTES
/*==========*/
.format-quote {
	position: relative;
}

.format-quote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/art/pattern-background01.jpg");
	opacity: .05;
}

#testimonials #owl-testimonials {
	margin-top: 10px;
}

blockquote {
	position: relative;
}

#testimonials #owl-testimonials:before,blockquote:before {
	display: block;
	position: relative;
	font-family: 'fontello';
	content: '\275e';
	font-size: 40px;
	line-height: 100%;
}

#testimonials #owl-testimonials:before {
	top: -10px;
	opacity: .3;
}

#testimonials #owl-testimonials blockquote:before {
	display: none;
}

blockquote:before {
	position: absolute;
	right: 0;
	bottom: 0;
}

.post.format-quote {
	background-color: #3F8DBF;
}

.format-quote .meta,.format-quote blockquote,.format-quote blockquote footer,.format-quote blockquote small,.format-quote blockquote .small {
	color: #FFF;
}

.format-quote blockquote footer:before,.format-quote blockquote small:before,.format-quote blockquote .small:before,.format-quote blockquote footer:after,.format-quote blockquote small:after,.format-quote blockquote .small:after {
	background-color: #FFF;
}

.format-quote .meta a:hover {
	color: #506A85;
}

/*==========*/
/*	ACCORDION / TOGGLE
/*==========*/
.panel-group {
	margin-bottom: 0;
}

.panel-group+.panel-group {
	margin-top: 20px;
}

.panel-group .panel {
	background: #F5F7FA;
	border: 1px solid #E6E9ED;
	border-bottom-width: 2px;
	border-radius: 3px;
	box-shadow: none;
}

.panel-group .panel+.panel {
	margin-top: 10px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top-color: #E6E9ED;
}

.panel-body {
	padding: 25px;
}

.panel-heading {
	background-color: inherit !important;
	color: inherit !important;
	padding: 0;
	border-color: inherit !important;
}

.panel-title {
/*	font-family: 'Source Sans Pro', sans-serif; */
	font-size: 15px;
	line-height: 1.42857;
	font-weight: 700;
	text-transform: uppercase;
}

.panel-title>a {
	display: block;
	padding: 15px 25px 15px;
}

.panel-title>a.collapsed {
	background: #F5F7FA;
	color: #506A85;
}

.panel-title>a,.panel-title>a:hover {
	background: #EDF0F2;
}

.panel-title>a {
	color: #506A85;
}

.panel-title>a:hover {
	color: #3F8DBF;
}

.panel-title>a span {
	display: block;
	position: relative;
	top: 0;
	color: #506A85;
	padding-right: 25px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.text-right .panel-title>a span {
	padding-left: 25px;
	padding-right: 0;
}

.text-center .panel-title>a span {
	padding-left: 0;
	padding-right: 0;
}

.panel-title>a:hover span {
	color: inherit;
}

.text-center .panel-title>a:hover span {
	top: .5em;
	color: transparent;
}

.panel-title>a span:after {
	font-family: "fontello";
	content: "\e849";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.text-right .panel-title>a span:after {
	left: 0;
	right: auto;
}

.text-center .panel-title>a span:after {
	top: -.75em;
	left: 0;
	opacity: 0;
}

.panel-title>a.collapsed span:after {
	content: "\e84c";
}

.text-center .panel-title>a:hover span:after {
	color: #3F8DBF;
	top: -.5em;
	opacity: 1;
}

.panel-group .bordered {
	background: #FFF;
}

.light-bg .panel-group .panel {
	background: #FFF;
}

.light-bg .panel-title>a.collapsed,.light-bg .blank .panel-title>a.collapsed {
	background: #F8FAFD;
}

.light-bg .panel-title>a,.light-bg .blank .panel-title>a,.light-bg .panel-title>a:hover,.light-bg .blank .panel-title>a:hover { /*background: #E6E9ED;*/
	background: #FFF;
}

.dark-bg .panel-group .panel,.dark-bg .panel-group .panel-heading+.panel-collapse .panel-body {
	border-color: #485867;
}

.dark-bg .panel-group .panel {
	background: #3A4A59;
}

.dark-bg .panel-title>a.collapsed {
	background: #566473;
}

.dark-bg .panel-title>a,.dark-bg .panel-title>a:hover { /*background: #E6E9ED;*/
	background: #485867;
}

.dark-bg .panel-title>a,.dark-bg .panel-title>a span {
	color: #FFF;
}

.dark-bg .blank .panel-title>a.collapsed {
	background: #2F4052;
}

.dark-bg .blank .panel-title>a.collapsed,.dark-bg .blank .panel-title>a {
	border-color: #566473;
}

.dark-bg .blank .panel-title>a,.dark-bg .blank .panel-title>a:hover {
	background: #485867;
}

.blank .panel-title>a.collapsed {
	background: #FFF;
}

.panel-group.blank .panel {
	background: none;
}

.panel-group.blank .panel {
	border: none;
}

.blank .panel-title>a.collapsed,.blank .panel-title>a {
	border: 1px solid #E6E9ED;
}

.blank .panel-title>a,.blank .panel-title>a:hover {
	background: #F5F7FA;
}

.blank .panel-heading,.blank .panel-title>a {
	border-radius: 3px;
}

.panel-group.blank .panel-heading+.panel-collapse .panel-body {
	border: none;
}

.blank .panel-body {
	padding: 35px 0;
}

.blank.panel-group .bordered,.light-bg .panel-group .bordered,.dark-bg .panel-group .bordered {
	background: #F5F7FA;
}

.light-bg .blank.panel-group .bordered {
	background: #FFF;
}

/*==========*/
/*	PORTFOLIO
/*==========*/
.items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.items:before,.items:after {
	display: table;
	content: "";
	line-height: 0;
}

.items:after {
	clear: both
}

.items li {
	float: left;
	min-height: 1px;
	position: relative;
}

.items.col-3 {
	margin-left: -8px;
	margin-bottom: -8px;
}

.items.col-3 li {
	width: 318px;
	margin-left: 8px;
	margin-bottom: 8px;
}

.items.col-3.gap {
	margin-left: -20px;
	margin-bottom: -20px;
}

.items.col-3.gap li {
	width: 310px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.items.col-4 {
	margin-left: -10px;
	margin-bottom: -10px;
}

.items.col-4 li {
	width: 235px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.items.col-4 .post-title {
	font-size: 16px;
	margin-bottom: 3px;
}

.items.fullscreen {
	width: 100%;
	clear: both;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
}

.items.fullscreen li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
	width: 16.666666666%;
}

.items.fullscreen li img {
	display: block;
	/*position: relative;*/
	width: 100%;
	height: auto;
}

.items.fullscreen:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.items li img {
	display: block;
	width: 100%;
}

.items li,.items li img,.thumbs .thumb figure,.owl-carousel .item figure {
	display: block;
	position: relative;
}

.items li {
	overflow: hidden;
}

.items li .text-overlay,.thumbs .thumb .text-overlay,.owl-carousel .item .text-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 10%;
	font: 0px/0 a; /* remove the gap between inline(-block) elements */
	background-color: rgba(242, 122, 36, 0.9);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}

.items li .text-overlay:before,.thumbs .thumb .text-overlay:before,.owl-carousel .item .text-overlay:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.items li:hover .text-overlay,.thumbs .thumb:hover .text-overlay,.owl-carousel .item:hover .text-overlay {
	opacity: 1;
}

.items li .text-overlay .info,.thumbs .thumb .text-overlay .info,.owl-carousel .item .text-overlay .info {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: auto;
/*	font-family: 'Source Sans Pro', sans-serif; */
	font-size: 14px;
	line-height: 22px;
	/*color: #FFF;*/
	text-align: center;
}

.items li .text-overlay .info h2,.thumbs .thumb .text-overlay .info h2,.owl-carousel .item .text-overlay .info h2,.items li .text-overlay .info h3,.thumbs .thumb .text-overlay .info h3,.owl-carousel .item .text-overlay .info h3,.items li .text-overlay .info h4,.thumbs .thumb .text-overlay .info h4,.owl-carousel .item .text-overlay .info h4 {
	color: #FFF;
	margin-bottom: 2px;
}

.items li .text-overlay .info p,.thumbs .thumb .text-overlay .info p,.owl-carousel .item .text-overlay .info p {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	margin-bottom: 0;
}

.items li .text-overlay .info.big p,.thumbs .thumb .text-overlay .info.big p,.owl-carousel .item .text-overlay .info.big p,#hero .items li .text-overlay .info.big p,#hero .thumbs .thumb .text-overlay .info.big p,#hero .owl-carousel .item .text-overlay .info.big p {
	font-size: 18px;
	line-height: 140%;
	padding-top: 10px;
	margin-top: 0;
}

#owl-clients .item .text-overlay,#clients .thumb .text-overlay {
	background: none;
}

#owl-clients .item img,#clients .thumb img {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#owl-clients .item:hover img,#clients .thumb:hover img {
	opacity: .1;
}

#owl-clients .item .text-overlay .info h4,#owl-clients .item .text-overlay .info p,#clients .thumb .text-overlay .info h4,#clients .thumb .text-overlay .info p {
	color: inherit;
}

.filter,.format-filter {
	padding: 0;
	margin-bottom: 40px;
}

.filter:before,.format-filter:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #CED7E0;
}

.filter li,.format-filter li {
	display: inline;
	position: relative;
	background: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: .031em;
	text-transform: uppercase;
	margin: 0 -2px;
}

.light-bg .format-filter li {
	background: #F2F5F7;
}

.filter li:after,.format-filter li:after {
	content: "\00b7";
}

.filter li:last-child:after,.format-filter li:last-child:after {
	content: "";
}

.filter li a,.format-filter li a {
	padding: 0 15px;
}

.light-bg .filter:before {
	border-color: #BCC7D1;
}

.light-bg .filter li {
	background: #F2F5F7;
}

.dark-bg .filter:before {
	border-color: #73879C;
}

.dark-bg .filter li {
	background: #2F4052;
}

.isotope,.isotope .isotope-item {
	-webkit-transition-duration: 600ms;
	-moz-transition-duration: 600ms;
	-ms-transition-duration: 600ms;
	-o-transition-duration: 600ms;
	transition-duration: 600ms;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope figure,.items figure {
	margin: 0;
}

.post-content .isotope figure {
	margin: auto;
}

/*==========*/
/*	OVERLAY
/*==========*/
.icon-overlay {
	display: block;
	position: relative;
}

.icon-overlay img {
	display: block;
	max-width: 100%;
}

.icon-overlay a .icn-more {
	opacity: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background-color: rgba(242, 122, 36, 0.9);
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	overflow: hidden;
}

.icon-overlay a:hover .icn-more {
	opacity: 1;
}

.icon-overlay a .icn-more:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	text-align: center;
	content: '\2b';
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 1;
	color: #FFF;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -30px 0 0 -30px;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.icon-overlay a:hover .icn-more:before {
	font-size: 30px;
	padding-top: 15px;
}

.icon-overlay.icn-link a .icn-more:before {
	content: '\2b';
}

.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
		background-color: rgba(242, 122, 36, 0.9);
}

.classic-blog .post .date,
.icon.circle,
.sidemeta .format-wrapper a,
.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
	border-color: #3F8DBF;
}

/*==========*/
/*	OWL CAROUSEL
/*==========*/
.owl-carousel {
	text-align: center;
	cursor: default;
}

.owl-controls {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}

.panel-group .panel .owl-controls {
	margin-top: 25px;
}

.panel-group.blank .panel .owl-controls {
	margin-top: 40px;
}

.owl-pagination {
	position: relative;
	line-height: 30px;
}

.owl-buttons {
	display: none;
}

.owl-prev,.owl-next {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	color: #FFF;
	background-color: #506A85;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}

.owl-prev {
	left: -35px;
}

.owl-next {
	right: -35px;
}

.owl-carousel:hover .owl-prev {
	left: -40px;
	opacity: .25;
}

.owl-carousel:hover .owl-next {
	right: -40px;
	opacity: .25;
}

.owl-carousel:hover .owl-prev:hover,.owl-carousel:hover .owl-next:hover {
	color: #3F8DBF;
	opacity: 1;
}

.owl-outer-nav:after {
	content: "";
	position: absolute;
	top: 0;
	left: -15%;
	width: 130%;
	height: 100%;
	z-index: 0;
}

.owl-outer-nav .owl-wrapper-outer,.owl-outer-nav .owl-pagination,.owl-outer-nav .owl-prev,.owl-outer-nav .owl-next {
	z-index: 1;
}

.owl-outer-nav .owl-controls {
	position: static;
}

.owl-outer-nav .owl-prev {
	left: -65px;
}

.owl-outer-nav .owl-next {
	right: -65px;
}

.owl-outer-nav:hover .owl-prev {
	left: -80px;
}

.owl-outer-nav:hover .owl-next {
	right: -80px;
}

.owl-ui-md .owl-pagination {
	line-height: 45px;
}

.owl-ui-md .owl-prev,.owl-ui-md .owl-next {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 45px;
}

.owl-ui-md .owl-prev {
	left: -55px;
}

.owl-ui-md .owl-next {
	right: -55px;
}

.owl-ui-md:hover .owl-prev {
	left: -60px;
}

.owl-ui-md:hover .owl-next {
	right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
	left: -18%;
	width: 136%;
}

.owl-outer-nav.owl-ui-md .owl-prev {
	left: -85px;
}

.owl-outer-nav.owl-ui-md .owl-next {
	right: -85px;
}

.owl-outer-nav.owl-ui-md:hover .owl-prev {
	left: -100px;
}

.owl-outer-nav.owl-ui-md:hover .owl-next {
	right: -100px;
}

.owl-ui-lg .owl-pagination {
	line-height: 60px;
}

.owl-ui-lg .owl-prev,.owl-ui-lg .owl-next {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
}

.owl-ui-lg .owl-prev {
	left: -75px;
}

.owl-ui-lg .owl-next {
	right: -75px;
}

.owl-ui-lg:hover .owl-prev {
	left: -80px;
}

.owl-ui-lg:hover .owl-next {
	right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
	left: -22%;
	width: 144%;
}

.owl-outer-nav.owl-ui-lg .owl-prev {
	left: -105px;
}

.owl-outer-nav.owl-ui-lg .owl-next {
	right: -105px;
}

.owl-outer-nav.owl-ui-lg:hover .owl-prev {
	left: -120px;
}

.owl-outer-nav.owl-ui-lg:hover .owl-next {
	right: -120px;
}

.owl-inner-nav .owl-controls {
	position: static;
}

.owl-inner-nav .owl-prev {
	left: 45px;
}

.owl-inner-nav .owl-next {
	right: 45px;
}

.owl-inner-nav:hover .owl-prev {
	left: 30px;
}

.owl-inner-nav:hover .owl-next {
	right: 30px;
}

.owl-outer-nav .owl-prev,.owl-outer-nav .owl-next,.owl-inner-nav .owl-prev,.owl-inner-nav .owl-next {
	bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev,.owl-outer-nav.owl-ui-md .owl-next,.owl-inner-nav.owl-ui-md .owl-prev,.owl-inner-nav.owl-ui-md .owl-next {
	bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev,.owl-outer-nav.owl-ui-lg .owl-next,.owl-inner-nav.owl-ui-lg .owl-prev,.owl-inner-nav.owl-ui-lg .owl-next {
	bottom: 100px;
}

.owl-inner-pagination .owl-pagination,.owl-inner-pagination .owl-prev,.owl-inner-pagination .owl-next {
	margin-top: -40px;
	top: -60px;
}

.owl-inner-pagination.owl-ui-md .owl-pagination,.owl-inner-pagination.owl-ui-md .owl-prev,.owl-inner-pagination.owl-ui-md .owl-next {
	margin-top: -50px;
	top: -65px;
}

.owl-inner-pagination.owl-ui-lg .owl-pagination,.owl-inner-pagination.owl-ui-lg .owl-prev,.owl-inner-pagination.owl-ui-lg .owl-next {
	margin-top: -60px;
	top: -75px;
}

.owl-inner-pagination.owl-outer-nav .owl-prev,.owl-inner-pagination.owl-outer-nav .owl-next,.owl-inner-pagination.owl-inner-nav .owl-prev,.owl-inner-pagination.owl-inner-nav .owl-next {
	margin: auto;
	top: 0;
	bottom: 43px;
}

.owl-inner-pagination .owl-pagination {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}

.owl-inner-pagination:hover .owl-pagination {
	opacity: 1;
}

.owl-inner-pagination.owl-inner-nav .owl-pagination,.owl-inner-pagination.owl-outer-nav .owl-pagination {
	top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
	top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
	top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
	top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
	top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
	top: -75px;
}

#owl-main .item {
	height: 44vh;
	background-color: #FFF;
	background-position: center 55%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#owl-main.height-md .item {
	height: 61vh;
}

#owl-main.height-lg .item {
	height: 90vh;
}

#owl-main .container {
	display: table;
	height: inherit;
}

#owl-main .caption {
	display: table-cell;
}

#owl-main .caption.vertical-center {
	vertical-align: middle;
	padding-bottom: 3vh;
}

#owl-main .caption.vertical-top {
	vertical-align: top;
	padding-top: 8vh;
}

#owl-main .caption.vertical-bottom {
	vertical-align: bottom;
	padding-bottom: 14vh;
}

#owl-main .caption.text-center {
	padding-left: 10%;
	padding-right: 10%;
}

#owl-main .caption.text-left {
	padding-right: 20%;
}

#owl-main .caption.text-right {
	padding-left: 20%;
}

#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
	position: relative;
}

#owl-main .caption h1 span {
	padding: .250em 0;
	line-height: 180%;
}

#owl-main .caption .light-bg,#owl-main .caption .medium-bg,#owl-main .caption .dark-bg,#owl-main .caption .tint-bg {
	background: none;
	padding-left: .500em;
	padding-right: .500em;
}

#owl-main .caption h1.light-bg span,#owl-main .caption p.light-bg span {
	background: #FFF;
	box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
}

#owl-main .caption h1.medium-bg span,#owl-main .caption p.medium-bg span {
	background: #A3B1BF;
	box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
}

#owl-main .caption h1.dark-bg span,#owl-main .caption p.dark-bg span {
	background: #506A85;
	box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
}

#owl-main .caption h1.tint-bg span,#owl-main .caption p.tint-bg span {
	background: #3F8DBF;
	box-shadow: -.500em 0 0 #3F8DBF, .500em 0 0 #3F8DBF;
}

#owl-main .caption h1 span.tint-bg, #owl-main .caption p span.tint-bg	{
	box-shadow: -.500em 0 0 #3F8DBF, .500em 0 0 #3F8DBF;
}

#owl-main .owl-controls {
	display: block;
	position: static;
	margin-top: -47px;
}

#owl-main .owl-pagination {
	background: #FFF;
	line-height: inherit;
	position: relative;
	bottom: -40px;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#owl-main:hover .owl-pagination {
	bottom: -25px;
	opacity: 1;
}

#owl-main .owl-prev,#owl-main .owl-next {
	bottom: 0;
}

.owl-controls .owl-page {
	display: inline-block;
}

.owl-pagination .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	background: #506A85;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.owl-pagination .owl-page.active span,.owl-pagination .owl-page:hover span {
	background: #3F8DBF;
}

.owl-item-gap .item {
	margin: 0 15px;
}

.owl-item-gap-sm .item {
	margin: 0 10px;
}

/* preloading images */
.owl-item.loading {
	min-height: inherit;
	background: none;
}

/*==========*/
/*	PRICING TABLES
/*==========*/
.pricing .plan {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.pricing .plan header {
	background: #2F4052;
	text-align: center;
	padding: 50px;
}

.pricing .plan h2 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #FFF;
}

.pricing .plan .btn {
	margin-bottom: 0;
	background-color: #3F8DBF;
	color: #FFF;
}

.pricing .plan .price {
	margin-bottom: 15px;
}

.pricing .plan .price * {
/*	font-family: 'Lato', sans-serif; */
	line-height: 100%;
}

.pricing .plan .price .amount {
	font-size: 120px;
	font-weight: 900;
	color: #FFF;
}

.pricing .plan .price .currency {
	position: relative;
	top: 16px;
	font-size: 24px;
	vertical-align: top;
	margin-right: 5px;
}

.pricing .plan .price .period {
	font-size: 16px;
	text-transform: uppercase;
}

.pricing .plan .features {
	background: #F5F7FA;
	padding: 25px 35px;
	border: 1px solid #E6E9ED;
	border-top: none;
	border-bottom-width: 2px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 0 !important;
}

.pricing .plan .features li {
	padding: 15px 0;
	/*border-top: 1px solid #CED7E0;*/
	border-top: 1px solid #BCC7D1;
}

.pricing .plan .features li:first-child {
	border: none;
}

.pricing .plan .features li i {
	margin-right: 10px;
}

.pricing.col-4 .plan header {
	padding: 40px;
}

.pricing.col-4 .plan h2 {
	font-size: 18px;
}

.pricing.col-4 .plan .price .amount {
	font-size: 90px;
}

.pricing.col-4 .plan .features {
	padding: 20px 30px;
}

/*==========*/
/*	FORMS
/*==========*/
.forms {
	position: relative;
	padding: 0;
	width: 100%;
}

.form-container .response {
	display: none;
}

.forms ol {
	margin: 0;
	padding: 0;
}

.forms ol li {
	line-height: auto;
	list-style: none;
}

input, textarea, .uneditable-input, .navbar-form .form-control {
	width: 100%;
}

select,textarea,textarea.form-control,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	height: auto;
	padding: 3px 6px;
	margin-bottom: 5px;
	font-size: 14px;
/*	line-height: 25px; */
/*	color: #73879C; */
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
/*	background-color: #f5f5f5; */
	border: 1px solid #E6E9ED;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
}

input[type="text"].form-control {
	line-height: 17.5px;
}

select.form-control:not([size]):not([multiple]) {
	height: 25.5px;
	padding: 3px 6px;
	border-radius: 0;
}

textarea:focus,textarea.form-control:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus {
	border: 1px solid #BCC7D1;
	box-shadow: none;
}

textarea {
	height: 100%;
	padding: 10px;
	margin-bottom: 15px;
	resize: vertical;
}

.btn-submit {
	width: auto;
}

.forms .btn-submit {
	margin-bottom: 0;
}

.forms .error,.forms .error:focus {
	border: 1px solid #d99898;
}

.forms label {
	display: block;
	float: left;
	width: 95px;
	padding-top: 7px;
	font-size: 13px;
	clear: both;
}

.forms input,.forms textarea {
	background: #F8FAFD;
	border-radius: 3px;
}

.light-bg .forms input,.light-bg .forms textarea {
	background: #FFF;
}

.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.newsletter {
	position: relative;
}

.newsletter input[type="email"] {
	background: rgba(255, 255, 255, 0.15);
	padding-right: 100px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #FFF !important;
}

.newsletter input[type="email"]:focus {
	background: rgba(255, 255, 255, 0.20);
}

.navbar .searchbox .dropdown-menu {
	width: 270px;
}

.search {
	position: relative;
	margin: 15px;
	margin-bottom: 0;
}

.search input[type="search"] {
	background: #FFF;
	padding-right: 40px;
}

.newsletter .btn-submit,.search .btn-submit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFF !important;
	line-height: 1;
}

.navbar-form.search .btn-submit {
	width: 30px;
	height: 30px;
}

footer .newsletter .btn-submit {
	width: 88px;
	height: 30px;
	font-size: 13px;
}

ul.errors {
	padding: 5px 10px;
	color: #842029;
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
	border-radius: .25rem;
}
ul.errors:empty {display: none;}

#response ul.errors {
	margin-bottom: 25px;
}

#response .btn i {
	font-size: 12px;
}

.dark-bg input,.dark-bg button,.dark-bg select,.dark-bg textarea {
	color: #A3B1BF;
}

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

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

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

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

.dark-bg .form-control::-webkit-input-placeholder {
	color: #828E99;
}

.dark-bg .form-control:-moz-placeholder {
	color: #828E99;
}

.dark-bg .form-control::-moz-placeholder {
	color: #828E99;
}

.dark-bg .form-control:-ms-input-placeholder {
	color: #828E99;
}

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

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

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

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

input:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder {
	color: transparent !important;
}

input:focus::-moz-placeholder {
	color: transparent !important;
}

input:focus:-ms-input-placeholder {
	color: transparent !important;
}

/*==========*/
/*	SIDEBAR
/*==========*/
.sidebar {
	padding-left: 25px !important
}

.sidebar.left-sidebar {
	padding: 15px !important
}

.sidebox+.sidebox {
	margin-top: 60px;
}

.sidebox h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.sidebox.widget form,.sidebox.widget input {
	margin: 0;
}

.sidebox.widget input {
	border-radius: 3px;
}

.widget .list {
	list-style: none;
	margin: 0;
}

.sidenav {
	background: #F5F7FA;
	padding: 0;
	border: 1px solid #E6E9ED;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}

.sidenav li {
	border-bottom: 1px solid #E6E9ED;
}

.sidenav li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	color: #506A85;
	padding: 13px 18px;
}

.sidenav li a:hover {
	background: #3F8DBF;
	color: #FFF;
}

.sidenav li a:after {
	position: absolute;
	right: 18px;
	content: "\e762";
	font-family: 'fontello';
	font-size: 18px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}

.sidenav li a:hover:after {
	opacity: 1;
}

/*==========*/
/*	TOOLTIPS
/*==========*/
.tooltip-inner {
	color: #555;
	background-color: #EDE4D4;
	padding: 5px 12px;
	border: 1px solid #CDC3B7;
}

.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
	border-top-color: #CDC3B7;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #CDC3B7;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #CDC3B7;
}

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #CDC3B7;
}

/*==========*/
/*	PAGINATION	/*11px 20px 13px;*/
/*==========*/
/*
.pagination {
	display: block;
	border-radius: 0;
	margin: 0;
}

.pagination>li {
	display: inline-block;
	margin-left: 10px;
}

.pagination>li:first-child {
	margin-left: 0;
}

.pagination>li>a,.pagination>li>span {
	float: none;
	display: inline-block;
	color: #fff;
	background: #CDC3B7;
	padding: 6px 12px;
	margin-left: 0;
	font-weight: 700;
	font-size: 14px;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>li>a:hover,.pagination>li>a:focus {
	background: #3F8DBF;
	color: #FFF;
}

.pagination>li:first-child>a,.pagination>li:last-child>a {
	border-radius: 3px;
}
*/
/*==========*/
/*	COMMENTS
/*==========*/
#comments {
	position: relative;
}

#comments .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments .commentlist>.comment {
	padding-top: 40px;
	border-top: 1px solid #E6E9ED;
	margin-top: 40px;
}

#comments .commentlist>.comment:first-child {
	border-top: none;
	padding-top: 0;
}

#comments .comment *:last-child {
	margin-bottom: 0;
}

#comments .commentlist .children {
	padding-left: 80px;
}

#comments .commentlist .children .comment {
	padding-top: 40px;
}

#comments .avatar {
	float: left;
}

#comments .avatar span {
	border-radius: 50%;
}

#comments .avatar img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

#comments .commentbody {
	padding-left: 22px;
	overflow: hidden;
}

#comments .author {
	margin-bottom: 15px;
}

#comments .author h3 {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}

#comments .author .meta {
	display: inline-block;
	/*opacity: .5;*/
	color: #BCC7D1;
	margin: 0;
}

#comments .message .meta {
	text-align: right;
	/*opacity: .5;*/
	color: #BCC7D1;
	padding-left: 0;
}

#comments .message .meta li {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

#comments .message .meta li.reply {
	float: left;
}

#comments .message .meta li.reply a:before {
	font-family: 'fontello';
	content: "\e712";
	margin-right: 6px;
}

#comments .message .meta li a:before,#comments .message .meta li:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

.comment-form-wrapper p {
	padding-bottom: 20px
}

.blog.no-sidebar #comments .meta {
	text-align: left
}

/*==========*/
/*	GO TO TOP / SCROLL UP
/*==========*/
#scrollUp {
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	line-height: 100%;
	color: #FFF;
	background-color: #506A85;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: .5;
}

#scrollUp:hover {
	color: #CDC3B7;
	opacity: 1;
}

/*==========*/
/*	FEATURES / STYLES
/*==========*/
.font-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.font-icons li {
	display: inline-block;
	font-size: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.alert {
	padding: 10px;
}

.alert .close {
	line-height: 28px;
}

.retina-icons-code i {
	font-size: 18px;
}

.retina-icons-code tr td:first-child,.retina-icons-code tr th:first-child {
	text-align: center;
}

.retina-icons-code code {
	color: #73879C;
	background: none;
}

.table-bordered {
	border: 1px solid #E6E9ED;
	border-left: none;
	background: #FFF;
}

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

.table th,.table td {
	border-top: 1px solid #E6E9ED;
}

.table-striped>tbody>tr:nth-child (2n+ 1) > td,.table-striped>tbody>tr:nth-child (2n+ 1) > th {
	background-color: #F5F7FA;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
	border-color: #E6E9ED;
}

/*==========*/
/*	RESPONSIVE
/*==========*/
@media ( min-width : 1200px) {
 .container {
		padding-right: 0;
		padding-left: 0;
	}
 .owl-buttons {
		display: block;
	}
 .items.col-4 {
		margin-left: -10px;
		margin-bottom: -10px;
	}
 .items.col-4 li {
		width: 285px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
 .items.col-3 {
		margin-left: -9px;
		margin-bottom: -9px;
	}
 .items.col-3 li {
		width: 384px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
 .items.col-3.gap {
		margin-left: -21px;
		margin-bottom: -21px;
	}
 .items.col-3.gap li {
		width: 376px;
		margin-left: 21px;
		margin-bottom: 21px;
	}
 .items.col-4.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
 .items.col-4.gap li {
		width: 279px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
 .grid-blog.col-2 {
		margin-left: -40px;
	}
 .sidebar-left .grid-blog.col-2 {
		margin-left: -20px;
	}
 .sidebar-left .pagination {
		margin-left: 20px;
	}
 .grid-blog.col-2 .post {
		width: 390px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
 .grid-blog.col-2.no-sidebar .post {
		width: 565px;
	}
 .grid-blog.col-3 {
		margin-left: -30px;
	}
 .grid-blog.col-3 .post {
		margin-left: 30px;
		margin-bottom: 30px;
	}
 .grid-blog.col-3.no-sidebar .post {
		width: 370px;
	}
 .sidebar {
		padding-left: 35px !important;
	}
 .navbar .dropdown-submenu>a:after {
		display: none;
	}
 .navbar .dropdown-submenu>.dropdown-menu:not (.yamm-dropdown-menu ) {
		margin-top: 0;
	}
 .dropdown-submenu {
		position: relative;
	}
 .dropdown-submenu>.dropdown-menu:not (.yamm-dropdown-menu ) {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}
 .dropdown-submenu:hover>.dropdown-menu:not (.yamm-dropdown-menu ) {
		display: block;
	}
 .dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
	}
 .dropdown-submenu.pull-left {
		float: none;
	}
 .dropdown-submenu.pull-left>.dropdown-menu:not (.yamm-dropdown-menu ) {
		left: -100%;
		margin-left: 10px;
	}
 .open>.dropdown-menu,.open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
		animation-name: slidenavAnimation;
		animation-duration: 200ms;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-name: slidenavAnimation;
		-webkit-animation-duration: 200ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-name: slidenavAnimation;
		-moz-animation-duration: 200ms;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-fill-mode: forwards;
	}
	@
	keyframes slidenavAnimation {from { margin-top:-30px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

@
-webkit-keyframes slidenavAnimation {from { margin-top:-30px;
	opacity: 0;
}

to {
	margin-top: 0;
	opacity: 1;
}

}
}
@media ( min-width : 1025px) and (max-width: 1199px) { /* br {
		display: none;
	}*/
	#team .inner-left {
		padding-left: 40px;
	}
	#team .inner-right {
		padding-right: 40px;
	}
 .classic-blog .post {
		width: 601px;
		padding-bottom: 50px;
	}
 .classic-blog .post-content>* {
		margin-left: 50px;
		margin-right: 50px;
	}
 .classic-blog .post-content>.post-media {
		margin-left: 0;
		margin-right: 0;
	}
 .classic-blog .post-content>*:first-child,.classic-blog .post-media+* {
		margin-top: 45px;
	}
 .classic-blog .post-content>.post-media:first-child,.classic-blog .owl-carousel.post-media+* {
		margin-top: 0;
	}
 .classic-blog .post-title {
		font-size: 33px;
	}
 .classic-blog .post-content .meta {
		padding-left: 50px;
		padding-right: 50px;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 25px;
	}
 .grid-blog.col-2 {
		margin-left: -30px;
	}
 .grid-blog.col-2 .post {
		width: 330px;
		margin-left: 30px;
		margin-bottom: 30px;
	}
 .grid-blog.col-2 .post-title {
		font-size: 28px;
	}
 .grid-blog.col-2.no-sidebar {
		margin-left: -40px;
	}
 .grid-blog.col-2.no-sidebar .post {
		width: 465px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
 .grid-blog.col-3.no-sidebar {
		margin-left: -25px;
	}
 .grid-blog.col-3.no-sidebar .post {
		width: 306px;
		margin-left: 25px;
		margin-bottom: 25px;
	}
 .grid-blog.col-3.no-sidebar .post-title {
		font-size: 24px;
	}
 .grid-blog.col-3.no-sidebar p {
		font-size: 16px;
	}
 .tabs-circle-top .etabs:before {
		margin: 55px 0 -55px;
	}
 .tabs-circle-top .tab {
		height: 140px;
		margin: 0 10px;
	}
 .tabs-circle-top .tab a {
		width: 110px;
		height: 110px;
		max-width: 110px;
		font-size: 12px;
	}
 .tabs-circle-top .tab a div {
		font-size: 36px;
	}
 .tabs-circle-top .tab.active a {
		height: 140px;
		width: 140px;
		max-width: 140px;
		font-size: 14px;
	}
 .tabs-circle-top .tab.active a div {
		font-size: 46px;
	}
 .navbar .dropdown-submenu>a:after {
		display: none;
	}
 .navbar .dropdown-submenu>.dropdown-menu:not (.yamm-dropdown-menu ) {
		margin-top: 0;
	}
 .dropdown-submenu {
		position: relative;
	}
 .dropdown-submenu>.dropdown-menu:not (.yamm-dropdown-menu ) {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}
 .dropdown-submenu:hover>.dropdown-menu:not (.yamm-dropdown-menu ) {
		display: block;
	}
 .dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
	}
 .dropdown-submenu.pull-left {
		float: none;
	}
 .dropdown-submenu.pull-left>.dropdown-menu:not (.yamm-dropdown-menu ) {
		left: -100%;
		margin-left: 10px;
	}
 .open>.dropdown-menu,.open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
		animation-name: slidenavAnimation;
		animation-duration: 200ms;
		animation-iteration-count: 1;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-name: slidenavAnimation;
		-webkit-animation-duration: 200ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-name: slidenavAnimation;
		-moz-animation-duration: 200ms;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-out;
		-moz-animation-fill-mode: forwards;
	}
	@
	keyframes slidenavAnimation {from { margin-top:-30px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

@
-webkit-keyframes slidenavAnimation {from { margin-top:-30px;
	opacity: 0;
}

to {
	margin-top: 0;
	opacity: 1;
}

}
}
@media ( max-width : 1024px) {
	html {
		overflow-x: hidden;
	}
	#hero .info,#hero .info,#hero .info,.items li .text-overlay .info.big,.thumbs .thumb .text-overlay .info.big,.owl-carousel .item .text-overlay .info.big {
		margin-top: -35px;
	}
 .retina-icons-code code {
		font-size: 11.5px;
	}
 .tabs-side.tab-container .panel-container {
		padding-left: 50px;
	}
	br {
		display: none;
	}
 .form-control br {
		display: block;
	}
	#team .inner-left {
		padding-left: 30px;
	}
	#team .inner-right {
		padding-right: 30px;
	}
 .classic-blog .post {
		width: 630px;
		padding-bottom: 50px;
	}
 .classic-blog .post-content>* {
		margin-left: 50px;
		margin-right: 50px;
	}
 .classic-blog .post-content>.post-media {
		margin-left: 0;
		margin-right: 0;
	}
 .classic-blog .post-content>*:first-child,.classic-blog .post-media+* {
		margin-top: 45px;
	}
 .classic-blog .post-content>.post-media:first-child,.classic-blog .owl-carousel.post-media+* {
		margin-top: 0;
	}
 .classic-blog .post-title {
		font-size: 33px;
	}
 .classic-blog .post-content .meta {
		padding-left: 50px;
		padding-right: 50px;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 25px;
	}
 .classic-blog.no-sidebar .sidemeta,.classic-blog.no-sidebar .pagination {
		left: auto;
	}
 .sidebar-left .grid-blog.col-2,.sidebar-left .grid-blog.col-2+.pagination {
		padding-left: 20px;
		padding-right: 0;
	}
 .grid-blog.col-2 {
		padding-right: 20px;
		margin-left: 0;
		margin-bottom: 0;
	}
 .grid-blog.col-2 .post {
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
 .grid-blog.col-2 .post-title {
		font-size: 28px;
	}
 .grid-blog.col-2.no-sidebar,.grid-blog.col-3.no-sidebar {
		padding-right: 0;
		margin-left: -25px;
	}
 .grid-blog.col-2.no-sidebar .post,.grid-blog.col-3.no-sidebar .post {
		width: 347px;
		padding-bottom: 40px;
		margin-left: 25px;
		margin-bottom: 25px;
	}
 .grid-blog.col-2.no-sidebar .post-content>*,.grid-blog.col-3.no-sidebar .post-content>* {
		margin-left: 40px;
		margin-right: 40px;
	}
 .grid-blog.col-2.no-sidebar .post-content>*:first-child,.grid-blog.col-2.no-sidebar .post-media+*,.grid-blog.col-3.no-sidebar .post-content>*:first-child,.grid-blog.col-3.no-sidebar .post-media+* {
		margin-top: 35px;
	}
 .grid-blog.col-2.no-sidebar .post-content .meta,.grid-blog.col-3.no-sidebar .post-content .meta {
		padding-left: 40px;
		padding-right: 40px;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 25px;
	}
 .grid-blog.col-2.no-sidebar .post-title,.grid-blog.col-3.no-sidebar .post-title {
		font-size: 24px;
	}
 .grid-blog.col-2.no-sidebar p,.grid-blog.col-3.no-sidebar p {
		font-size: 16px;
	}
 .format-filter li a {
		padding: 0 25px;
	}
 .blog.no-sidebar .post,.blog.no-sidebar #comments,.blog.no-sidebar .pagination,.blog.no-sidebar .comment-form-wrapper {
		width: 100%;
	}
 .classic-blog .pagination,.classic-blog .comment-form-wrapper {
		margin-bottom: 120px;
	}
 .classic-blog.no-sidebar .pagination,.classic-blog.no-sidebar .comment-form-wrapper {
		margin-bottom: 0;
	}
	[class *="col-md"][class *="inner-left"],[class *="col-md"][class *="inner-right"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	[class *="col-md"][class *="border-left"] {
		border-left: none;
	}
	[class *="col-md"][class *="border-right"] {
		border-right: none;
	}
 .tabs-circle-top .etabs:before {
		margin: 50px 0 -50px;
	}
 .tabs-circle-top .tab {
		height: 130px;
		margin: 0 5px;
	}
 .tabs-circle-top .tab a {
		width: 100px;
		height: 100px;
		max-width: 100px;
		font-size: 11px;
	}
 .tabs-circle-top .tab a div {
		font-size: 33px;
	}
 .tabs-circle-top .tab.active a {
		height: 130px;
		width: 130px;
		max-width: 130px;
		font-size: 13px;
	}
 .tabs-circle-top .tab.active a div {
		font-size: 44px;
	}
	#owl-main .caption.text-center,#owl-main .caption.text-left,#owl-main .caption.text-right {
		padding-left: 0;
		padding-right: 0;
	}
 .navbar-header .navbar-brand {
		display: inline-block;
	}
 .navbar-collapse .navbar-brand {
		display: none;
	}
 .navbar-collapse.collapse {
		display: none !important;
	}
 .navbar-collapse.collapse.in {
		display: block !important;
	}
 .navbar .container {
		display: block;
	}
 .navbar .social,.navbar .info {
		display: none;
	}
 .navbar-nav {
		padding-left: 0;
	}
 .navbar-header {
		background: #FFF;
		padding: 25px 0;
	}
 .btn.responsive-menu {
		display: table;
	}
 .btn.responsive-menu i {
		display: table-cell;
		vertical-align: middle;
	}
 .navbar-collapse {
		position: static !important;
		background: #F5F7FA;
		max-height: inherit;
	}
 .navbar-collapse:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
 .yamm .nav,.yamm .dropup,.yamm .dropdown,.yamm .collapse {
		float: none;
		position: relative;
	}
 .yamm .dropdown-menu {
		position: relative;
		left: inherit;
		top: inherit;
		float: none;
		width: 100%;
		/* display: block !important;*/
	}
 .yamm .yamm-content {
		padding: 12px 0;
		font-size: 13px;
	}
 .navbar-nav {
		display: block;
		padding: 15px 0;
	}
 .navbar-nav>li {
		display: block;
	}
 .navbar-nav>li>a {
		padding-left: 0;
		padding-right: 0;
		border: none;
		border-radius: 0;
	}
 .navbar-nav>li>a:focus {
		background: none;
		/*color: #CDC3B7;*/
	}
 .navbar-nav .dropdown-menu {
		border: none;
		box-shadow: none;
	}
 .navbar-nav .dropdown-submenu .dropdown-menu {
		top: 0 !important;
		padding-left: 20px;
	}
 .navbar-nav .dropdown+.dropdown {
		border-top: 1px solid #E6E9ED;
	}
 .navbar-nav .dropdown-menu>li:last-child {
		margin-bottom: 20px;
	}
 .navbar-nav .searchbox {
		float: left !important;
		display: block;
		width: 100%;
	}
 .navbar-header {
		float: left;
		width: 100%;
	}
 .navbar-header:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
}

@media ( max-width : 969px) {
 .yamm .dropdown.yamm-fullwidth .dropdown-menu {
		width: 100%;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
 .navbar .container,.container {
		padding-right: 15px;
		padding-left: 15px;
	}
 .tabs-side .etabs {
		width: 240px;
	}
 .tabs-side.tab-container .panel-container {
		width: 480px;
	}
 .tabs-top.left .tab {
		margin-right: 2px;
	}
 .tabs-top.left .tab a {
		padding: 5px 10px;
	}
 .items.col-4 {
		margin-left: -9px;
		margin-bottom: -9px;
	}
 .items.col-4 li {
		width: 234px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
 .items.col-3 {
		margin-left: -9px;
		margin-bottom: -9px;
	}
 .items.col-3 li {
		width: 234px;
		margin-left: 9px;
		margin-bottom: 9px;
	}
 .items.col-3.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
 .items.col-3.gap li {
		width: 351px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
 .items.col-4.gap {
		margin-left: -18px;
		margin-bottom: -18px;
	}
 .items.col-4.gap li {
		width: 351px;
		margin-left: 18px;
		margin-bottom: 18px;
	}
}

@media ( max-width : 767px) {
	body {
		height: 100vh;
	}
	h1,h2,h3,h4 {
		letter-spacing: .0125em;
	}
	h1 {
		font-size: 33px;
		line-height: 120%;
		margin-bottom: 20px;
	}
	header p {
		font-size: 20px;
	}
	footer .inner {
		padding-top: 35px;
		padding-bottom: 25px;
	}
	footer .row .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .container>.row {
		margin-left: -20px;
		margin-right: -20px;
	}
 .row,#share {
		overflow: hidden;
	}
	#share .container {
		width: auto;
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	/*.owl-controls {
		display: inline;
	}

 .owl-pagination {
		top: 0 !important;
	}*/
 .last-bottom {
		padding-bottom: 20px !important;
	}
 .last-bottom+.last-bottom {
		padding-bottom: 0 !important;
	}
 .thumbs.gap-lg {
		margin-left: -15px;
	}
 .thumbs.gap-lg .thumb {
		padding: 0 0 15px 15px;
	}
 .icon.pull-right {
		margin-left: 10px;
	}
 .inner {
		padding-top: 80px;
		padding-bottom: 80px;
	}
 .inner-md {
		padding-top: 65px;
		padding-bottom: 65px;
	}
 .inner-sm {
		padding-top: 50px;
		padding-bottom: 50px;
	}
 .inner-xs {
		padding-top: 40px;
		padding-bottom: 40px;
	}
 .inner-top {
		padding-top: 80px;
	}
 .inner-top-md {
		padding-top: 65px;
	}
 .inner-top-sm {
		padding-top: 50px;
	}
 .inner-top-xs {
		padding-top: 40px;
	}
 .inner-bottom {
		padding-bottom: 80px;
	}
 .inner-bottom-md {
		padding-bottom: 65px;
	}
 .inner-bottom-sm {
		padding-bottom: 50px;
	}
 .inner-bottom-xs {
		padding-bottom: 40px;
	}
 .height-xs,.height-sm,.height-md,.height-lg,#owl-main .item,#owl-main.height-md .item,#owl-main.height-lg .item {
		height: 88vh;
	}
	#hero h1 {
		font-size: 24px;
		line-height: 115%;
		letter-spacing: 0.031em;
	}
	#hero p {
		font-size: 20px;
		line-height: 135%;
		margin-top: 15px;
	}
	#hero #owl-main .caption h1.light-bg,#hero #owl-main .caption h1.medium-bg,#hero #owl-main .caption h1.dark-bg,#hero #owl-main .caption h1.tint-bg {
		font-size: 33px;
	}
	#hero .btn {
		margin-top: 25px;
	}
	#hero .btn-large {
		font-size: 16px;
		padding: 12px 30px 15px;
	}
 .retina-icons-code tr td:first-child,.retina-icons-code tr th:first-child {
		max-width: 30px;
	}
 .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
		line-height: 100%;
		padding-left: 4px;
		padding-right: 4px;
	}
 .table>thead>tr>th {
		font-size: 11px;
	}
 .retina-icons-code i {
		font-size: 14px;
	}
 .retina-icons-code code {
		font-size: 10px;
	}
 .tabs-side .etabs {
		float: none;
		width: 100%;
	}
 .tabs-side .tab a {
		border-right-color: #E6E9ED;
	}
 .tabs-side .tab:first-child a {
		border-top-right-radius: 3px;
	}
 .tabs-side .tab:last-child a {
		border-bottom-right-radius: 3px;
	}
 .tabs-side .tab.active a {
		border-right-color: #CED7E0 !important;
	}
 .tabs-side.tab-container .panel-container {
		padding-left: 0;
		border-left: none;
		margin-top: 30px;
	}
 .tabs-top .etabs:after {
		display: none;
	}
 .tabs-top .tab {
		display: block;
		max-width: 100%;
		margin: 0;
	}
 .tabs-top .tab a {
		display: block;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
 .tabs-top .tab:first-child a {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
 .tabs-top .tab:last-child a {
		border-bottom: 1px solid #E6E9ED;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
 .tabs-top .tab.active+.tab a {
		border-top-color: #CED7E0;
	}
 .tabs-top .tab.active+.tab a:hover {
		border-top-color: #CDC3B7;
	}
 .filter:before,.format-filter:before {
		display: none;
	}
	h1.single-block .btn {
		margin-left: 0;
	}
 .sidemeta .date-wrapper,.classic-blog.sidebar-left .sidemeta .date-wrapper {
		top: -80px;
		left: 50%;
		margin-left: -60px;
	}
 .sidemeta .format-wrapper,.classic-blog.sidebar-left .sidemeta .format-wrapper {
		top: -70px;
		left: 50%;
		margin-left: 10px;
	}
 .classic-blog .sidemeta,.classic-blog .pagination {
		padding-left: 0;
		border-left: none;
		margin-left: 0;
	}
 .classic-blog.sidebar-left .sidemeta,.classic-blog.sidebar-left .pagination {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
 .classic-blog.no-sidebar .sidemeta,.classic-blog.no-sidebar .pagination {
		left: 0;
	}
 .classic-blog .post {
		margin-top: 80px;
		width: 100%;
	}
 .grid-blog.col-2 {
		padding-right: 0;
	}
 .sidebar-left .grid-blog.col-2,.sidebar-left .grid-blog.col-2+.pagination {
		padding-left: 0;
	}
 .classic-blog .post,.grid-blog.col-2 .post,.grid-blog.col-3 .post,.grid-blog.col-2.no-sidebar .post,.grid-blog.col-3.no-sidebar .post {
		padding-bottom: 30px;
	}
 .classic-blog .post-content>*,.grid-blog.col-2 .post-content>*,.grid-blog.col-3 .post-content>*,.grid-blog.col-2.no-sidebar .post-content>*,.grid-blog.col-3.no-sidebar .post-content>* {
		margin-left: 30px;
		margin-right: 30px;
	}
 .classic-blog .post-content .meta,.grid-blog.col-2 .post-content .meta,.grid-blog.col-3 .post-content .meta,.grid-blog.col-2.no-sidebar .post-content .meta,.grid-blog.col-3.no-sidebar .post-content .meta {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 20px;
	}
 .classic-blog .post-content>*:first-child,.classic-blog .post-media+*,.grid-blog.col-2 .post-content>*:first-child,.grid-blog.col-2 .post-media+*,.grid-blog.col-3 .post-content>*:first-child,.grid-blog.col-3 .post-media+*,.grid-blog.col-2.no-sidebar .post-content>*:first-child,.grid-blog.col-2.no-sidebar .post-media+*,.grid-blog.col-3.no-sidebar .post-content>*:first-child,.grid-blog.col-3.no-sidebar .post-media+* {
		margin-top: 30px;
	}
 .classic-blog .post-title,.grid-blog.col-2 .post-title,.grid-blog.col-3 .post-title,.grid-blog.col-2.no-sidebar .post-title,.grid-blog.col-3.no-sidebar .post-title {
		font-size: 24px;
	}
 .classic-blog p,.grid-blog.col-2 p,.grid-blog.col-3 p,.grid-blog.col-2.no-sidebar p,.grid-blog.col-3.no-sidebar p {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 10px;
	}
 .classic-blog .pagination,.classic-blog .comment-form-wrapper,.pagination {
		margin-bottom: 100px;
	}
 .grid-blog.col-2.no-sidebar+.pagination,.grid-blog.col-3.no-sidebar+.pagination {
		margin-bottom: 0;
	}
 .classic-blog .pagination,.classic-blog.sidebar-left .pagination,.grid-blog.col-2+.pagination,.grid-blog.col-3+.pagination,.grid-blog.col-2.no-sidebar+.pagination,.grid-blog.col-3.no-sidebar+.pagination {
		margin-left: -10px;
	}
 .pagination>li:first-child {
		margin-left: 10px;
	}
 .pagination li {
		margin-bottom: 10px;
	}
	#blog-post .post h2 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	#blog-post .post h3 {
		font-size: 16px;
	}
	#blog-post .post h4 {
		font-size: 14px;
	}
	#blog-post .post figure figcaption p {
		font-size: 14px;
		line-height: 150%;
	}
	[class *="col"]>figcaption:first-child {
		padding-top: 20px;
	}
 .post-author,#comments {
		padding: 30px;
	}
 .post-author .author-image {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
 .post-author .author-details {
		padding-left: 0;
	}
	#comments .avatar {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}
	#comments .commentbody {
		padding-left: 0;
	}
	#comments .commentlist .children {
		padding-left: 0;
	}
	[class *="col"][class *="border-left"] {
		border-left: none;
	}
	[class *="col"][class *="border-right"] {
		border-right: none;
	}
 .filter li {
		display: block;
	}
 .filter li+li {
		margin-top: 15px;
	}
 .filter li:after {
		display: none;
	}
	#hero .info,#hero .info,#hero .info,.items li .text-overlay .info.big,.thumbs .thumb .text-overlay .info.big,.owl-carousel .item .text-overlay .info.big {
		margin-top: -25px;
	}
 .items li .text-overlay .info h2,.thumbs .thumb .text-overlay .info h2,.owl-carousel .item .text-overlay .info h2,.items li .text-overlay .info h3,.thumbs .thumb .text-overlay .info h3,.owl-carousel .item .text-overlay .info h3,.items li .text-overlay .info h4,.thumbs .thumb .text-overlay .info h4,.owl-carousel .item .text-overlay .info h4 {
		font-size: 16px;
		line-height: 150%;
	}
 .items li .text-overlay .info p,.thumbs .thumb .text-overlay .info p,.owl-carousel .item .text-overlay .info p,.items li .text-overlay .info.big p,.thumbs .thumb .text-overlay .info.big p,.owl-carousel .item .text-overlay .info.big p,#hero .items li .text-overlay .info.big p,#hero .thumbs .thumb .text-overlay .info.big p,#hero .owl-carousel .item .text-overlay .info.big p {
		font-size: 14px;
		line-height: 140%;
		padding-top: 0;
	}
 .tabs-2-big-top .tab {
		width: 100%;
		margin: 0 0 50px 0;
	}
 .tabs-2-big-top .tab a {
		padding: 25px;
	}
 .tabs-2-big-top.tab-container .panel-container {
		margin-top: 0;
	}
	[class *="col"][class *="inner-left"],[class *="col"][class *="inner-right"],[class *="col"][class *="reset-padding"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	[class *="inner-top"].reset-xs {
		padding-top: 0 !important;
	}
 .tabs-circle-top .etabs:before {
		border-bottom: none;
		margin: 0;
	}
 .tabs-circle-top .tab {
		display: table;
		width: 100%;
		height: auto;
		margin: 0;
	}
 .tabs-circle-top .tab.active {
		top: 0;
	}
 .tabs-circle-top .tab a,.tabs-circle-top .tab.active a {
		width: 100%;
		max-width: 100%;
		height: auto;
		font-size: 18px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		border-radius: 0;
	}
 .tabs-circle-top .tab a:hover {
		border-width: 1px;
		border-color: #CED7E0 !important;
		border-top: none;
	}
 .tabs-circle-top .tab.active a:hover {
		border-color: transparent !important;
	}
 .tabs-circle-top .tab:first-child a {
		border-top: 1px solid #CED7E0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
 .tabs-circle-top .tab:last-child a {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
 .tabs-circle-top .tab a div,.tabs-circle-top .tab.active a div {
		display: inline-block;
		vertical-align: middle;
		font-size: 30px;
		line-height: 120%;
		padding-bottom: 5px;
		margin: 0 10px 0 0;
	}
 .yamm-content {
		margin-top: 25px;
	}
 .yamm-content>[class *="col"] {
		margin-bottom: 50px;
	}
 .navbar .container,.container {
		padding-right: 20px;
		padding-left: 20px;
	}
 .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
 .footer-bottom p.pull-left,.footer-bottom ul.pull-right {
		float: none !important;
		text-align: center;
	}
 .footer-bottom p {
		margin-bottom: 20px;
	}
 .footer-menu li {
		padding: 0 5px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
 .filter li a:before {
		display: none;
	}
 .items {
		margin-left: 0 !important;
		/*margin-bottom: -20px !important;*/
	}
 .items li {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
 .items.fullscreen li {
		margin: 0 !important;
	}
 .sidebar {
		margin-top: 70px;
		padding-left: 15px !important;
	}
 .blog.no-sidebar .post,.blog.no-sidebar #comments,.blog.no-sidebar .pagination,.blog.no-sidebar .comment-form-wrapper {
		width: 100%
	}
 .blog.no-sidebar .pagination ul {
		margin: 0
	}
 .grid-blog {
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
 .grid-blog .post {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	#comments ul.children {
		padding: 0 0 0 20px;
	}
	#comments .arrow-box {
		margin-left: 0;
	}
 .panel-title {
		line-height: 18px;
	}
 .yamm .yamm-content.row {
		margin-bottom: -30px
	}
}
@media ( min-width : 768px) {
 .form-inline .control-label {
		width: auto;
	}
 .form-inline .input-container {
		display: inline-block;
	}

 .filter-form #SubmitBtn {
		float: right;
	}
 .filter-form.form-inline #SubmitBtn {
		margin-top: 0;
		float: none;
	}

 .form-control:first-child:nth-last-child(1) {
		width: 100%;
	}

 .has-feedback .form-control-feedback {
		top: 0;
	}

}

@media ( min-width : 768px) and (max-height: 1024px) {
 .height-xs,.height-sm,#owl-main .item {
		height: 480px;
	}
	#hero #owl-main .caption h1.light-bg,#hero #owl-main .caption h1.medium-bg,#hero #owl-main .caption h1.dark-bg,#hero #owl-main .caption h1.tint-bg {
		font-size: 50px;
	}
}

@media ( min-width : 768px) and (max-height: 768px) {
 .height-xs,.height-sm,.height-md,.height-lg,#owl-main .item,#owl-main.height-md .item,#owl-main.height-lg .item {
		height: 480px;
	}
}

/*==========*/
/*	SKROLLR ANIMATIONS
/*==========*/
.navbar .navbar-collapse {
	-skrollr-animation-name: shrink-header;
}

.navbar .navbar-brand img {
	-skrollr-animation-name: shrink-logo;
}

@-skrollr-keyframes shrink-header {
	40 {
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
		-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.0);
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
	}

300 {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0,0,0.1);
		-moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
		box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	}
}

@-skrollr-keyframes shrink-logo {
	40 {
	 max-height: 80px;
	}

	300 {
		max-height: 40px;
	}
}

fieldset {
	margin: 1em 0;
	padding: 1em 1em .5em 1em;
	border-radius: 6px;
	border: 1px solid #AAAAAA;
/*	box-shadow: 0 0 8px #AAAAAA; */
}

legend {
	width: auto;
	border: 0 none;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.form-group label.required:after, .required-desc:after {
	color: red;
	content: "*";
	position: absolute;
	margin-left: 2px;
	margin-top: -5px;
	font-family: 'Glyphicons Halflings';
	font-weight: normal;
	font-size: 12px;
}

.required-desc {
	color: red;
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
}

.row .required-desc {
	padding-right: 30px;
}


label[for=TermsConsent] a {
	color: #428bca;
	font-weight: bold;
}

div.growlUI { background: url(/images/check48.png) no-repeat 5px 5px; min-height: 60px;}
div.growlUI h1 { font-size: 22px; color: white; padding: 5px 5px 5px 75px; text-align: left }
div.growlUI h2 { font-size: 14px; color: white; padding: 5px 5px 5px 75px; text-align: left }

.form-note {
	background-color: #f4f8fa;
	border: 1px solid #5bc0de;
	border-radius: 4px;
	font-style: italic;
	margin-bottom: 15px;
	padding: 5px;
}

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

.form-group .btn {
	margin: 0px 5px 5px 0px;
}

.btn-group .btn {
	margin: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin-right: 2px;
	width: auto;
}

input[type="submit"], input[type="button"] {
	width: auto;
}

.checkboxes .checkbox-label, .radiogroup .radio-label {
	font-size: 1em;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0;
}

.checkbox-label input[type="checkbox"], .radio-label input[type="radio"] {
	position: relative;
	top: 2px;
}

.checkbox .input-container {
	float: left;
/*
	width: 20px;
	padding-left: 15px;
*/
}

.btn-primary:active, .btn-primary.active {
	color: #FFFF00 !important;
}

.has-error ul.errors {
	color: #a94442;
	margin-bottom: 20px;
}

.has-error > ul.errors {
	clear: left;
}

input#DaycareCode, input#LoginPIN {
	display: inline-block;
	margin-right: 5px;
	max-width: 120px;
}

select#Status {
	display: inline-block;
	margin-right: 10px;
	max-width: 120px;
}

select#TimeZone {
	display: inline-block;
	margin-right: 10px;
	max-width: 350px;
}

.input-container input.url {
	display: inline-block;
	padding-right: 42.5px;
}

.input-container a.gotoURL {
	background: url("../../images/go.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	display: inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	vertical-align: middle;
	margin-left: -34px;
}


.help-block {
	background-color: #f4f8fa;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
	margin-bottom: 15px;
}

.message-block {
	padding: 5px;
	border: 1px solid;
	border-radius: 4px;
	margin-bottom: 15px;
}


.message-block.bg-danger {
	border-color: #a94442;
}

.bar {
	height: 18px;
	background: green;
}

input[type=date]::-webkit-clear-button, input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*==========*/
/*	jquery-ui
/*==========*/
.ui-widget {
	font-size: 0.875em;
}

.ui-widget-shadow {
  box-shadow: none;
}

.ui-widget .form-control {
	font-size: 1em;
	padding: 3px 6px;
}

.ui-widget input.form-control, .ui-widget textarea.form-control, .ui-widget button.form-control {
	margin-bottom: 0px;
}

.ui-widget select.form-control {
	padding: 3px;
	margin-bottom: 0px;
}

.ui-datepicker-report a.ui-state-default {
	background: #6eac2c url("../../images/ui-bg_gloss-wave_50_6eac2c_500x100.png") repeat-x scroll 50% 50%;
	border: 1px solid #acdd4a;

	background: #f1fbe5 url("../../images/ui-bg_glass_55_f1fbe5_1x400.png") repeat-x scroll 50% 50%;
	border: 1px solid #8cce3b;

	font-weight: bold;
}

.ui-jqgrid .ui-jqgrid-sdiv {
	background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50%;
	color: #2e6e9e;
}

.ui-jqgrid .ui-jqgrid-sdiv .ui-widget-content {
	background: transparent;
	border: 1px solid #c5dbec;
}

.ui-jqgrid .danger {
	background-image: none;
	background-color: #f2dede;
}

.ui-jqgrid .jqgrow td {
	vertical-align: middle;
}

.ui-jqgrid .ui-jqgrid-htable th div {
	height: auto;
}

.ui-jqgrid .action-column .btn {
	padding: 2px;
	margin: 3px;
	width: 30px;
	height: 25px;
}

.input-group .glyphicon {
	top: 0;
}

.ui-jqgrid .glyphicon {
	font-size: 15px;
}

.ui-jqgrid .footrow td[title='Total'] {
	text-align: right;
}

.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox {
	width: auto;
	height: 18px;
	min-height: 18px;
	line-height: 18px;
}

.ui-jqgrid .glyphicon-ok, .ui-jqgrid .glyphicon-envelope {
	color: #5cb85c;
}

.ui-jqgrid .glyphicon-remove {
	color: #d9534f;
}

.ui-jqgrid .glyphicon-question-sign {
	color: #f0ad4e;
}

.ui-jqgrid .glyphicon-send {
	color: #428bca;
}

.ui-tabs .ui-tabs-panel {
	padding: 10px 5px;
}

.ui-button {
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.ui-dialog .ui-dialog-content {
	padding-left: 15px;
	padding-right: 15px;
}

.ui-dialog .ui-dialog-content > .ui-tabs, .ui-dialog .ui-dialog-content > form > .ui-tabs {
	margin-left: -5px;
	margin-right: -5px;
}

.ui-dialog .swicthtabsbtn {
	color: #f08000;
	padding: 1px 5px;
	position: absolute;
	right: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-weight:bold;
}

/*==========*/
/*	Application
/*==========*/
#dashboard ul {
	padding-left: 0;
}
#dashboard #Buttons li {
	float: left;
}
#dashboard #Buttons .ui-button {
	width: 145px;
	height: 145px;
	margin: 5px;
}

#dashboard img {
	display: block;
}

#dashboard .content-body > div {
	padding: 10px;
}

#dashboard #CameraGallery {
	margin-top: .5em;
}

#DaycareStats {
	padding:0;
	margin:0;
}

#DaycareStats #StatsList {
	padding-left:0px;
	margin-top:-10px;
}

#DaycareStats #StatsList li {
	display:block;
	float:left;
	border:1px solid #2e6e9e;
	border-radius:4px;
	transition:border 0.2s ease-in-out 0s;
	margin:5px;
	padding:0;
	width:145px;
	height:67.5px;
	background-color:#FFF;
	text-align:center;
}

#DaycareStats #StatsList li p.title {
	font-size:0.85em;
	font-weight:bold;
	background-color:#2e6e9e;
	color:#FFF;
	padding:0;
	margin:0;
	line-height:34px;
}

#DaycareStats #StatsList li p.value {
	color:#000;
	padding:5px 0;
	padding:0;
	margin:5px 0;
}

.itemsCount {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	background-color: #2e6e9e;
	color: #ff0;
}

.actionsbar {
	margin: 15px 10px 0px 10px;
	text-align: right;
}

.actionsbar:after {
	clear: both;
	content: "";
	display: block;
}

.actionsbar .ui-button {
	margin-bottom: 10px;
}

.tab-pane .actionsbar {
	margin: 15px 0px 0px 0px;
}

.tab-pane .actionsbar .ui-button {
	margin: 0px 0px 0px 5px;
}

.input-container .nowbtn {
	border-color: #e6e9ed;
	border-left: 0 none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	top: 0;
	margin-left: 0;
}

.nowbtn.ui-button-text-only .ui-button-text {
	font-size: 1em;
	line-height: 25px;
	padding: 3px 6px;
}

.ui-dialog-content hr {
	margin: 10px 0;
}

/*==========*/
/*	Forms
/*==========*/

.DeleteBtn, .ui-button.DeleteBtn { float: left; color: #721C24; background: #F8D7DA; border-color: #BB8287;}
.DeleteBtn:hover, .ui-button.DeleteBtn:hover { color: #721C24; background: #ECC6C9; border-color: #721C24;}
#DeleteMyAccount { float: left; }

#UserDaycares { height:120px;width:100%;overflow-y:scroll; text-align:left; }
#UserDaycares label { display:inline-block; width:49%; }

#childrenTable td,#picturesTable td,#dailyreportTable td, #attendancesTable td { vertical-align: middle; }

#PictureDialog, #ViewPictureDialog { padding: 5px; }
#ViewPictureDialog img#picture { display: block; width: 480px; margin: 0px auto; }

#viewReportDialog { padding: 0; }
#viewReportDialog h1 { text-align: center; }
#reportTable tr { height: 40px; border-bottom: 1px solid #E7E7E7; }
#reportTable td, #reportTable th { border-collapse: collapse; padding: 5px; vertical-align: middle; }
#reportTable th { width: 130px; text-align: right; font-weight: bold; }
#reportTable > tbody > tr:nth-child(2n+1) > td, #reportTable > tbody > tr:nth-child(2n+1) > th { background-color: #F9F9F9; }
#reportTable tr.Supplies td { color: red; font-weight: bold; }
#reportTable ._time { display: inline-block; width: 40px; text-align: right; margin: 2px 6px 2px 0px; }
#reportTable .checkboxes { display: inline-block; margin: 2px 6px 2px 0px; }
#reportTable .checkboxes > div { display: inline-block; min-width: 50px; height: 25px; background-color: #E7E7E7; color: #C0C0C0; border: 1px solid #C0C0C0; border-left: 0; text-align:center; vertical-align: middle; padding: 2px 4px; }
#reportTable .checkboxes > div:nth-child(1) { border-left: 1px solid #C0C0C0; }
#reportTable .checkboxes > div.active {	color: #660000; background-color: #FAF0E6; font-weight: bold; }

#MyDailyReports #reportTable { width: 100%; }
#MyDailyReports #reportTable th { width: 25%; }
#MyDailyReports #reportTable td { width: 75%; }

#EditDailyreportForm .multicheckbox-control .checkbox-label {
	margin: 5px;
	width: 30%;
	font-size: 12px;
}

#captcha-element img {
	width: 160px;
	height: 50px;
	margin: 0 0px 10px 20px;
}


.filter-form #SubmitBtn {
	margin-top: 20px;
}

#fieldset-NapTimes {
	border-width: 0;
	border-style: none;
}

#fieldset-NapTimes > div {
	width: 45%;
	float: left;
	margin-bottom: 5px;
}
#fieldset-NapTimes .control-label {
	margin-right: 10px;
}
#fieldset-NapTimes .input-container {
	display: inline-block;
	width: 120px;
}

.btn-applyall, .btn-applyallrooms {
	margin-bottom:10px;
}

#fieldset-FilterForm {
	width: 100%;
	max-width: 100%;
}

/*
#ChildForm #fieldset-FilterForm .date-group {
	width: 50%;
	max-width: 50%;
}
*/

.ChildsDailyReports #ReportStatus {
	padding-top: 7px;
	width: 100%;
}

#ReportContainer #reportTable {
	width: 100%;
}

#ChildrenList .ChildrenListItem .thumbnail img {
	max-width: 144px;
	max-height: 166px;
}

#ChildrenList .ChildrenListItem .thumbnail p {
	margin-bottom: 0;
}

#ChildrenList .ChildrenListItem {
	text-align: center;
	font-weight: bold;
}

#PhotoGallery ul.Pictures {
	padding-left: 0px;
}

#PhotoGallery ul.Pictures li {
	float: left;
	text-align: center;
	margin: 5px;
	position: relative;
	height: 120px;
}

#PhotoGallery ul.Pictures li input[type="checkbox"]{
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -6px;
}

#PhotoGallery .thumbnail {
	position: relative;
	margin-bottom: 0;
}

#PhotoGallery .thumbnail img {
	margin: 0 auto;
	max-width: 75px;
	max-height: 75px;
}

#PhotoGallery .thumbnail span.title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

#PhotoGallery .pagination {
	margin: 0;
}

#PhotoSliderDialog {
	padding: 2px;
}

#PhotoSliderDialog ul.Slider {
	padding: 0px;
	text-align: center;
}

#PhotoSliderDialog ul.Slider li img {
	margin: 0 auto;
	max-height: 720px !important;
	max-width: 720px !important;
}

#PhotoSliderDialog .bx-viewport {
	left: 0px;
	height: 730px !important;
	width: 730px !important;
}

#PhotoSliderDialog .bx-wrapper {
	margin-bottom: 40px;
}

#UploadDaycareLogoDialog .thumbnail {
	min-height: 130px;
	width: 230px;
	margin: 10px auto;
}

table.weekly-schedule { width:400px; margin: 10px auto; }
table.weekly-schedule th, table.weekly-schedule td { padding:3px; text-align:center; font-weight:bold; }
table.weekly-schedule input[type="text"] { text-align:center; margin: 0; }

#tagchildren-tabs:after{
	clear: both;
	content: "";
	display: block;
}

#AttendanceForm .textarea-control {
	width: 100%;
}

#NewsletterForm #container-Rooms .checkbox-label {
	width: 45%;
}

#DisplayNewsletterDialog #Subject, #DisplayNewsletterDialog #Content {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#DisplayNewsletterDialog #Content {
	height: 400px;
	overflow: auto;
}

#RoomAttendanceData {
	padding: 0;
	margin: 0;
}

#RoomAttendanceData #RoomsList {
	padding-left: 0px;
	margin-top: -10px;
}

#RoomAttendanceData #RoomsList li {
	display: block;
	float: left;
	border: 1px solid #aaa;
	border-radius: 4px;
	line-height: 1.42857;
	transition: border 0.2s ease-in-out 0s;
	margin: 5px;
	padding: 4px;
	width: 145px;
	height: 145px;
	background-color: #CCFFCC;
}

#RoomAttendanceData #RoomsList li.total {
	background-color: #CCFFFF;
}

#RoomAttendanceData #RoomsList li.warning {
	background-color: #FFCCCC;
}

#RoomAttendanceData #RoomsList li.active {
	color: #3F8DBF;
	border-color: #3F8DBF;
}

#RoomAttendanceData #RoomsList li p {
	margin-bottom: 10px;
}

#RoomAttendanceData #RoomsList li p.room {
	font-size: 0.85em;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #aaa;
	height: 40px;
}

#RoomAttendanceData #RoomsList li.active p.room {
	border-color: #3F8DBF;
}

#RoomAttendanceData #RoomsList li p a {
	border-bottom: 0;
}

#RoomAttendanceData #RoomsList li p span.name {
	display: inline-block;
	width: 80px;
}

#RoomForm .number-control {
	width: 100px;
}

#RoomForm #container-Activity1 input[type="text"] {
	width: 32%;
}
#RoomForm #container-Activity1 #Activity2 {
	margin: 0 10px;
}

#container-Capacity .help-block, #container-ChildStaffRatio .help-block {
	display: inline-block;
}


#dailypictures .progress {
	margin-bottom: 0px;
}

#dailypictures .template-upload td {
	vertical-align: top;
}

#dailypictures .template-upload td.thumbnail-col {
	width: 85px;
	vertical-align: middle;
}

#dailypictures .template-upload td.title-col {

}

#dailypictures .template-upload td.actions-col {
	width: 180px;
	min-width: 180px;
	text-align: center;
}

#dailypictures .template-upload td.actions-col > div {
	width: 100%;
}

#dailypictures .template-upload td.actions-col .btn {
	margin: 5px 0px 10px 5px;
	padding: 6px 10px;
}

#dailypictures .template-upload input {
	margin-bottom:5px;
}

#dailypictures .progress {
	margin-bottom: 0px;
}

#dropzone {
	background: palegreen;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#dropzone.in {
	width: 600px;
	height: 200px;
	line-height: 200px;
	font-size: larger;
}
#dropzone.hover {
	background: lawngreen;
}
#dropzone.fade {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

#reasons .panel-container .tab-content {
	min-height: 100px;
}
#testimonials .owl-item blockquote {
	min-height: 200px;
}
#get-a-quote {
	display: block;
	height: 135px;
	margin-top: -135px;
	visibility: hidden;
}

/* players */
#watchvideoDialog { display:none; padding:0px; background: #fff url("/images/preload_waiting.gif") no-repeat fixed center center; }
#watchcameraDialog { display:none; padding:0px; background: #fff url("/images/preload_waiting.gif") no-repeat fixed center center; overflow:hidden; }
#mp4-player { position:relative; width:100%; text-align:center; }
#jpeg-player { position:relative; width:100%; text-align:center; }
#jpeg-img1 { position:absolute; top:0px; left:0px; z-index:200; }
#jpeg-img2 { position:absolute; top:0px; left:0px; z-index:199; }
#zoomin { position:absolute; top:5px; right:40px; float:left; z-index:205; }
#zoomout { position:absolute; top:5px; right:10px; float:left; z-index:205; }

a.facebookuploadAction {
	background: transparent linear-gradient(rgb(76, 105, 186), rgb(59, 85, 160)) repeat scroll 0px 0px !important;
	color: #fff !important;
}

a.facebookuploadAction .icon-s-facebook {
	background: #fff none repeat scroll 0% 0%;
	color: rgb(76, 105, 186);
	padding-left: 3px;
}

#ThirdPartyButtons-ActionsBar > div {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	border-radius: 1px;
	margin-left: 10px;
}

#GoogleLogin {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: #4285f4 none;
	color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.218s ease 0s, border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

#GoogleLogin:hover {
	box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3)
}

#GoogleLogin span.icon {
	background: #fff url("/images/google.png") no-repeat center / 50%;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid #4285f4;
}

#GoogleLogin span.buttonText {
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0 10px;
}

.thumbnail.profile {
	width: 250px;
	margin: 0 auto 20px;
}

.file-btn input[type="file"] {
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
}

.upload-container {
	width: 700px;
	height: 700px;
	margin: 0px auto 50px;
	text-align: center;
}
.upload-container .upload-msg {
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	text-align: center;
	color: #aaa;
	font-size: 22px;
	border: 1px solid #aaa;
}
.upload-container .upload-wrap {
	display: none;
}
.upload-container.ready .upload-msg {
	display: none;
}
.upload-container.ready .upload-wrap {
	display: block;
}

.ChatContainer {
	height: 400px;
	overflow-y: scroll;
}

.ChatContainer img.busy {
	display: block;
	width: 250px;
	margin: 50px auto;
}
.ChatContainer .loadmore {
	display: block;
	text-align: center;
	font-weight: bold;
}

ul.chat {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	width: 100%;
	padding: 0;
}

ul.chat li{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

ul.chat li .msg {
	display: flex;
	padding: 5px;
	width: 85%;
	background: #eee none repeat scroll 0 0;
	border-radius: 10px 10px 10px 0;
	clear: both;
}

ul.chat li .avatar {
	align-items: center;
	display: flex;
	float: left;
	justify-content: center;
	width: 10%;
	padding:0 10px 0 0;
}
ul.chat li .avatar img {
	width: 100%;
	display: block;
}

ul.chat li .text {
	width: 90%;
	display: flex;
	flex-direction: column;
	padding-left: 5px;
}

ul.chat li .text .name {
	width: 100%;
	font-size: smaller;
	color: #616161;
}

ul.chat li .time {
	padding: 0;
	width: 85%;
	font-size: smaller;
	color: lightgrey;
}

ul.chat li.right div {
	float: right;
}
ul.chat li.right .avatar {
	padding:0 0 0 10px;
}

ul.chat li.right .msg {
	color: #fff;
	background-color: #5c9ccc;
	border-radius: 10px 10px 0 10px;
}

ul.chat li.right .text .name {
	color: #eee;
}

ul.chat li.right .time {
	text-align: right;
}


ul.chat li .text > p:first-of-type {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: auto;
	margin-top: 0;
	width: 100%;
}

ul.chat li .text > p:last-of-type {
	color: silver;
	margin-bottom: -7px;
	margin-top: auto;
	text-align: right;
	width: 100%;
}

ul.chat li .text-l {
	float: left;
	padding-right: 10px;
}

ul.chat li .text-r {
	float: right;
	padding-left: 10px;
}

ul.chat li .macro {
	display: flex;
	margin-top: 5px;
	padding: 5px;
	width: 85%;
}

ul.chat li.unreadmsg {
	text-align: center;
}

ul.chat li.unreadmsg span {
	padding: 5px;
	background-color: #eee;
	color: #616161;
	border: 1px solid #616161;
	border-radius: 5px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#VideoGallery, #CameraGallery {
	background-color: #eee;
}

#VideoGallery .PagerContainer {
  text-align:right;
}
#VideoGallery .pagination {
  margin:10px 0;
}
#VideoGallery ul.Videos, #CameraGallery  ul.Cameras{
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
#VideoGallery .Videos li, #CameraGallery .Cameras li {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 18%;
  margin: 1% 1% 20px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  background-color: #fff;
}
@media only screen and (max-width: 200000px) {
	#VideoGallery .Videos li, #CameraGallery .Cameras li { width: 18%; margin: 1% 1% 20px; }
}
@media only screen and (max-width: 1140px) {
	#VideoGallery .Videos li, #CameraGallery .Cameras li { width: 23%; margin: 1% 1% 20px; }
}
@media only screen and (max-width: 960px) {
	#VideoGallery .Videos li, #CameraGallery .Cameras li { width: 29%; margin: 2% 2% 20px; }
}
@media only screen and (max-width: 720px) {
	#VideoGallery .Videos li, #CameraGallery .Cameras li { width: 46%; margin: 2% 2% 20px; }
}
@media only screen and (max-width: 540px) {
	#VideoGallery .Videos li, #CameraGallery .Cameras li { width: 96%; margin: 2% 2% 20px; }
}
#VideoGallery .Videos .card-body {
	flex: 1 1 auto;
	padding: .5rem;
	text-align: left;
}
#CameraGallery .Cameras .card-body {
	flex: 1 1 auto;
	padding: .5rem;
}
#VideoGallery .Videos .card-body p, #CameraGallery .Cameras .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  height: 2.5em;
  font-size: small;
}

#VideoGallery .Videos .thumbnail, #CameraGallery .Cameras .thumbnail{
  background-color: #ddd;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border:0;
  border-radius: 0;
  padding:0;
}
#VideoGallery .Videos .preview, #CameraGallery .Cameras .preview{
  width: 100%;
  height: auto;
}
#VideoGallery .Videos .play-icon, #CameraGallery .Cameras .play-icon{
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#VideoGallery .Videos .duration {
  background-color: #000;
  color: #fff;
  font-size: smaller;
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 1px 3px;
  border-radius: 3px;
}

#VideoGallery .Videos .title, #CameraGallery .Cameras .title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
  height: 1.5em;
  max-height: 1.5em;
  font-size: small;
}

#VideoGallery .Videos .size {
  font-size: smaller;
  width:100%;
}

.videoInfo .meta {
  font-size: .9em;
  text-align: right;
  margin-top: 5px;
  border-top: 1px solid #cbc7bd;
}

.videoInfo .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .75rem;
}

tags.tagify.textarea-control {
	height: auto;
	min-height: 70px;
}

.otp-container {
  margin: 10px auto;
  text-align: center;
}
.otp-container .realInput {
  width: 1px;
  height: 1px;
  left: -1000px;
}
.otp-container .otp-fake-input {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 3px;
}
.otp-container .otp-fake-input .otp-content {
  font-size: 24px;
}