@import url(https://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic&subset=latin,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {font-family: 'Roboto Slab', serif;}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
 margin: 0;
 padding: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: top;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
blockquote,
q {
 quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
 content: '';
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del,
s,
strike {
 text-decoration: line-through;
}
html {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
 display: block;
 margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
 clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
 content: '';
 clear: both;
 display: table;
 width: 100%;
}
.webkit-flicker-fix {
 -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
 -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
 -webkit-backface-visibility: hidden;
}
/* positioning
-----------------------------------------------------------------------------*/
.pa {
 position: absolute;
}
.pr {
 position: relative;
}
.fl {
 float: left;
}
.fr {
 float: right;
}
/* sizing
-----------------------------------------------------------------------------*/
.full-width,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
 box-sizing: border-box;
 width: 100%;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
 transition: all 200ms ease;
}
.title {
 font-size: 32px;
 text-align: center;
 color: #222222;
 padding: 10px 0 10px;
 position: relative;
}

.title:after {
 content:'';
 position: absolute;
 width: 45px;
 height: 3px;
 background: #16c9cb;
 bottom: -4px;
 left: 50%;
 margin-left: -22.5px;
}
.opensans {
 font-family: 'Open Sans', sans-serif;
 color: #555555;
}
.base-margin-bottom,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote,
.text-content .row {
 margin-bottom: 9px;
}
.base-margin-bottom:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.text-content .row:last-child {
 margin-bottom: 0;
}
body,
input,
button,
select,
textarea {
 font-family: 'Roboto Slab', serif;
 font-size: 12px;
}
body {
 line-height: 1.5;
}
a {
 color: #16c9cb;
 outline: none;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
img {
 border: none;
 vertical-align: top;
 max-width: 100%;
 height: auto;
}
h1 {
 font-size: 36px;
}
h2 {
 font-size: 30px;
}
h3 {
 font-size: 24px;
}
h4 {
 font-size: 18px;
}
h5 {
 font-size: 14px;
}
h6 {
 font-size: 12px;
}
ul,
ol {
 padding-left: 0px;
}
ul.unstyled,
ol.unstyled {
 list-style: none;
 padding: 0;
 margin: 0;
}
.text-left {
 text-align: left;
}
.text-center {
 text-align: center;
}
.text-right {
 text-align: right;
}
.text-justify {
 text-align: justify;
}
.text-uppercase {
 text-transform: uppercase;
}
.text-lowercase {
 text-transform: lowercase;
}
pre,
code {
 font-family: monospace;
}
.text-content {
 /* grid
-----------------------------------------------------------------------------*/
 /* table
-----------------------------------------------------------------------------*/
}
.text-content blockquote {
 border-left: 2px solid #ccc;
 background: #f2f2f2;
 padding: 10px;
}
.text-content q:before {
 content: '“';
}
.text-content q:after {
 content: '”';
}
.text-content thead th {
 border-bottom: 2px solid #ccc;
}
.text-content tbody td {
 border-bottom: 1px solid #ccc;
}
.text-content tbody tr:nth-child(even) td {
 background: #f2f2f2;
}
.text-content th,
.text-content td {
 padding: 10px;
}
/* button
-----------------------------------------------------------------------------*/
.button {
 display: inline-block;
 margin: 0;
 padding: 0;
 border: none;
 position: relative;
}
.button input {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 position: absolute;
}
.lte-ie-8 .button input {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
 vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
 display: block;
 margin: 0;
 padding: 0;
 border: 1px solid #ccc;
 border-radius: 0;
 box-shadow: none;
}
textarea {
 overflow: auto;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
 -webkit-appearance: button;
 cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
html {
 height: 100%;
}
.no-flexbox body {
 min-height: 100%;
 height: 100%;
 display: block !important;
}
.page-wrapper,
.footer {
 max-width: none;
 min-width: 0;
 width: 100%;
 margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
 width: auto;
}
.page-wrapper {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 min-height: 100vh;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
 min-height: 0;
}
.no-flexbox .page-wrapper {
 display: block !important;
 width: auto;
 min-height: 100%;
 height: auto !important;
 height: 100%;
}
.page-body {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.page-body.flex-none {
 -webkit-flex: none;
 -ms-flex: none;
 flex: none;
}
.wrapper {
 position: relative;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
@import url(structure-sidebars.less);
*/
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
 text-align: left;
}
.text-xs-right {
 text-align: right;
}
.text-xs-center {
 text-align: center;
}
.text-xs-justify {
 text-align: justify;
}
@media (min-width: 768px) {
 .text-sm-left {
 text-align: left;
 }
 .text-sm-right {
 text-align: right;
 }
 .text-sm-center {
 text-align: center;
 }
 .text-sm-justify {
 text-align: justify;
 }
}
@media (min-width: 992px) {
 .text-md-left {
 text-align: left;
 }
 .text-md-right {
 text-align: right;
 }
 .text-md-center {
 text-align: center;
 }
 .text-md-justify {
 text-align: justify;
 }
}
@media (min-width: 1200px) {
 .text-lg-left {
 text-align: left;
 }
 .text-lg-right {
 text-align: right;
 }
 .text-lg-center {
 text-align: center;
 }
 .text-lg-justify {
 text-align: justify;
 }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
 display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
 display: none !important;
}
@media (max-width: 767px) {
 .visible-xs {
 display: block !important;
 }
 table.visible-xs {
 display: table;
 }
 tr.visible-xs {
 display: table-row !important;
 }
 th.visible-xs,
 td.visible-xs {
 display: table-cell !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-block {
 display: block !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline {
 display: inline !important;
 }
}
@media (max-width: 767px) {
 .visible-xs-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm {
 display: block !important;
 }
 table.visible-sm {
 display: table;
 }
 tr.visible-sm {
 display: table-row !important;
 }
 th.visible-sm,
 td.visible-sm {
 display: table-cell !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
 display: block !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
 display: inline !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md {
 display: block !important;
 }
 table.visible-md {
 display: table;
 }
 tr.visible-md {
 display: table-row !important;
 }
 th.visible-md,
 td.visible-md {
 display: table-cell !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
 display: block !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
 display: inline !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
 display: inline-block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg {
 display: block !important;
 }
 table.visible-lg {
 display: table;
 }
 tr.visible-lg {
 display: table-row !important;
 }
 th.visible-lg,
 td.visible-lg {
 display: table-cell !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-block {
 display: block !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline {
 display: inline !important;
 }
}
@media (min-width: 1200px) {
 .visible-lg-inline-block {
 display: inline-block !important;
 }
}
@media (max-width: 767px) {
 .hidden-xs {
 display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .hidden-sm {
 display: none !important;
 }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .hidden-md {
 display: none !important;
 }
}
@media (min-width: 1200px) {
 .hidden-lg {
 display: none !important;
 }
}
.visible-print {
 display: none !important;
}
@media print {
 .visible-print {
 display: block !important;
 }
 table.visible-print {
 display: table;
 }
 tr.visible-print {
 display: table-row !important;
 }
 th.visible-print,
 td.visible-print {
 display: table-cell !important;
 }
}
.visible-print-block {
 display: none !important;
}
@media print {
 .visible-print-block {
 display: block !important;
 }
}
.visible-print-inline {
 display: none !important;
}
@media print {
 .visible-print-inline {
 display: inline !important;
 }
}
.visible-print-inline-block {
 display: none !important;
}
@media print {
 .visible-print-inline-block {
 display: inline-block !important;
 }
}
@media print {
 .hidden-print {
 display: none !important;
 }
}
.container {
 margin-right: auto;
 margin-left: auto;
 padding-left: 10px;
 padding-right: 10px;
 box-sizing: border-box;
}
@media (min-width: 768px) {
 .container {
 width: 740px;
 }
}
@media (min-width: 992px) {
 .container {
 width: 960px;
 }
}
@media (min-width: 1200px) {
 .container {
 width: 1160px;
 }
}
.container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 10px;
 padding-right: 10px;
 box-sizing: border-box;
}
.row {
 margin-left: -10px;
 margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-fifth-xs-1, .col-fifth-sm-1, .col-fifth-md-1, .col-fifth-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-fifth-xs-2, .col-fifth-sm-2, .col-fifth-md-2, .col-fifth-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-fifth-xs-3, .col-fifth-sm-3, .col-fifth-md-3, .col-fifth-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-fifth-xs-4, .col-fifth-sm-4, .col-fifth-md-4, .col-fifth-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-fifth-xs-5, .col-fifth-sm-5, .col-fifth-md-5, .col-fifth-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-fifth-xs-6, .col-fifth-sm-6, .col-fifth-md-6, .col-fifth-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-fifth-xs-7, .col-fifth-sm-7, .col-fifth-md-7, .col-fifth-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-fifth-xs-8, .col-fifth-sm-8, .col-fifth-md-8, .col-fifth-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-fifth-xs-9, .col-fifth-sm-9, .col-fifth-md-9, .col-fifth-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-fifth-xs-10, .col-fifth-sm-10, .col-fifth-md-10, .col-fifth-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-fifth-xs-11, .col-fifth-sm-11, .col-fifth-md-11, .col-fifth-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-fifth-xs-12, .col-fifth-sm-12, .col-fifth-md-12, .col-fifth-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 10px;
 padding-right: 10px;
 box-sizing: border-box;
}
.col-xs-1, .col-fifth-xs-1, .col-xs-2, .col-fifth-xs-2, .col-xs-3, .col-fifth-xs-3, .col-xs-4, .col-fifth-xs-4, .col-xs-5, .col-fifth-xs-5, .col-xs-6, .col-fifth-xs-6, .col-xs-7, .col-fifth-xs-7, .col-xs-8, .col-fifth-xs-8, .col-xs-9, .col-fifth-xs-9, .col-xs-10, .col-fifth-xs-10, .col-xs-11, .col-fifth-xs-11, .col-xs-12, .col-fifth-xs-12 {
 float: left;
}
.col-xs-12 {
 width: 100%;
}
.col-xs-11 {
 width: 91.66666667%;
}
.col-xs-10 {
 width: 83.33333333%;
}
.col-xs-9 {
 width: 75%;
}
.col-xs-8 {
 width: 66.66666667%;
}
.col-xs-7 {
 width: 58.33333333%;
}
.col-xs-6 {
 width: 50%;
}
.col-xs-5 {
 width: 41.66666667%;
}
.col-xs-4 {
 width: 33.33333333%;
}
.col-xs-3 {
 width: 25%;
}
.col-xs-2 {
 width: 16.66666667%;
}
.col-xs-1 {
 width: 8.33333333%;
}
.col-fifth-xs-5 {
 width: 100%;
}
.col-fifth-xs-4 {
 width: 80%;
}
.col-fifth-xs-3 {
 width: 60%;
}
.col-fifth-xs-2 {
 width: 40%;
}
.col-fifth-xs-1 {
 width: 20%;
}
.col-xs-pull-12 {
 right: 100%;
}
.col-xs-pull-11 {
 right: 91.66666667%;
}
.col-xs-pull-10 {
 right: 83.33333333%;
}
.col-xs-pull-9 {
 right: 75%;
}
.col-xs-pull-8 {
 right: 66.66666667%;
}
.col-xs-pull-7 {
 right: 58.33333333%;
}
.col-xs-pull-6 {
 right: 50%;
}
.col-xs-pull-5 {
 right: 41.66666667%;
}
.col-xs-pull-4 {
 right: 33.33333333%;
}
.col-xs-pull-3 {
 right: 25%;
}
.col-xs-pull-2 {
 right: 16.66666667%;
}
.col-xs-pull-1 {
 right: 8.33333333%;
}
.col-xs-pull-0 {
 right: auto;
}
.col-fifth-xs-pull-5 {
 right: 100%;
}
.col-fifth-xs-pull-4 {
 right: 80%;
}
.col-fifth-xs-pull-3 {
 right: 60%;
}
.col-fifth-xs-pull-2 {
 right: 40%;
}
.col-fifth-xs-pull-1 {
 right: 20%;
}
.col-fifth-xs-pull-0 {
 right: auto;
}
.col-xs-push-12 {
 left: 100%;
}
.col-xs-push-11 {
 left: 91.66666667%;
}
.col-xs-push-10 {
 left: 83.33333333%;
}
.col-xs-push-9 {
 left: 75%;
}
.col-xs-push-8 {
 left: 66.66666667%;
}
.col-xs-push-7 {
 left: 58.33333333%;
}
.col-xs-push-6 {
 left: 50%;
}
.col-xs-push-5 {
 left: 41.66666667%;
}
.col-xs-push-4 {
 left: 33.33333333%;
}
.col-xs-push-3 {
 left: 25%;
}
.col-xs-push-2 {
 left: 16.66666667%;
}
.col-xs-push-1 {
 left: 8.33333333%;
}
.col-xs-push-0 {
 left: auto;
}
.col-fifth-xs-push-5 {
 left: 100%;
}
.col-fifth-xs-push-4 {
 left: 80%;
}
.col-fifth-xs-push-3 {
 left: 60%;
}
.col-fifth-xs-push-2 {
 left: 40%;
}
.col-fifth-xs-push-1 {
 left: 20%;
}
.col-fifth-xs-push-0 {
 left: auto;
}
.col-xs-offset-12 {
 margin-left: 100%;
}
.col-xs-offset-11 {
 margin-left: 91.66666667%;
}
.col-xs-offset-10 {
 margin-left: 83.33333333%;
}
.col-xs-offset-9 {
 margin-left: 75%;
}
.col-xs-offset-8 {
 margin-left: 66.66666667%;
}
.col-xs-offset-7 {
 margin-left: 58.33333333%;
}
.col-xs-offset-6 {
 margin-left: 50%;
}
.col-xs-offset-5 {
 margin-left: 41.66666667%;
}
.col-xs-offset-4 {
 margin-left: 33.33333333%;
}
.col-xs-offset-3 {
 margin-left: 25%;
}
.col-xs-offset-2 {
 margin-left: 16.66666667%;
}
.col-xs-offset-1 {
 margin-left: 8.33333333%;
}
.col-xs-offset-0 {
 margin-left: 0%;
}
.col-fifth-xs-offset-5 {
 margin-left: 100%;
}
.col-fifth-xs-offset-4 {
 margin-left: 80%;
}
.col-fifth-xs-offset-3 {
 margin-left: 60%;
}
.col-fifth-xs-offset-2 {
 margin-left: 40%;
}
.col-fifth-xs-offset-1 {
 margin-left: 20%;
}
.col-fifth-xs-offset-0 {
 margin-left: 0%;
}
@media (min-width: 768px) {
 .col-sm-1, .col-fifth-sm-1, .col-sm-2, .col-fifth-sm-2, .col-sm-3, .col-fifth-sm-3, .col-sm-4, .col-fifth-sm-4, .col-sm-5, .col-fifth-sm-5, .col-sm-6, .col-fifth-sm-6, .col-sm-7, .col-fifth-sm-7, .col-sm-8, .col-fifth-sm-8, .col-sm-9, .col-fifth-sm-9, .col-sm-10, .col-fifth-sm-10, .col-sm-11, .col-fifth-sm-11, .col-sm-12, .col-fifth-sm-12 {
 float: left;
 }
 .col-sm-12 {
 width: 100%;
 }
 .col-sm-11 {
 width: 91.66666667%;
 }
 .col-sm-10 {
 width: 83.33333333%;
 }
 .col-sm-9 {
 width: 75%;
 }
 .col-sm-8 {
 width: 66.66666667%;
 }
 .col-sm-7 {
 width: 58.33333333%;
 }
 .col-sm-6 {
 width: 50%;
 }
 .col-sm-5 {
 width: 41.66666667%;
 }
 .col-sm-4 {
 width: 33.33333333%;
 }
 .col-sm-3 {
 width: 25%;
 }
 .col-sm-2 {
 width: 16.66666667%;
 }
 .col-sm-1 {
 width: 8.33333333%;
 }
 .col-fifth-sm-5 {
 width: 100%;
 }
 .col-fifth-sm-4 {
 width: 80%;
 }
 .col-fifth-sm-3 {
 width: 60%;
 }
 .col-fifth-sm-2 {
 width: 40%;
 }
 .col-fifth-sm-1 {
 width: 20%;
 }
 .col-sm-pull-12 {
 right: 100%;
 }
 .col-sm-pull-11 {
 right: 91.66666667%;
 }
 .col-sm-pull-10 {
 right: 83.33333333%;
 }
 .col-sm-pull-9 {
 right: 75%;
 }
 .col-sm-pull-8 {
 right: 66.66666667%;
 }
 .col-sm-pull-7 {
 right: 58.33333333%;
 }
 .col-sm-pull-6 {
 right: 50%;
 }
 .col-sm-pull-5 {
 right: 41.66666667%;
 }
 .col-sm-pull-4 {
 right: 33.33333333%;
 }
 .col-sm-pull-3 {
 right: 25%;
 }
 .col-sm-pull-2 {
 right: 16.66666667%;
 }
 .col-sm-pull-1 {
 right: 8.33333333%;
 }
 .col-sm-pull-0 {
 right: auto;
 }
 .col-fifth-sm-pull-5 {
 right: 100%;
 }
 .col-fifth-sm-pull-4 {
 right: 80%;
 }
 .col-fifth-sm-pull-3 {
 right: 60%;
 }
 .col-fifth-sm-pull-2 {
 right: 40%;
 }
 .col-fifth-sm-pull-1 {
 right: 20%;
 }
 .col-fifth-sm-pull-0 {
 right: auto;
 }
 .col-sm-push-12 {
 left: 100%;
 }
 .col-sm-push-11 {
 left: 91.66666667%;
 }
 .col-sm-push-10 {
 left: 83.33333333%;
 }
 .col-sm-push-9 {
 left: 75%;
 }
 .col-sm-push-8 {
 left: 66.66666667%;
 }
 .col-sm-push-7 {
 left: 58.33333333%;
 }
 .col-sm-push-6 {
 left: 50%;
 }
 .col-sm-push-5 {
 left: 41.66666667%;
 }
 .col-sm-push-4 {
 left: 33.33333333%;
 }
 .col-sm-push-3 {
 left: 25%;
 }
 .col-sm-push-2 {
 left: 16.66666667%;
 }
 .col-sm-push-1 {
 left: 8.33333333%;
 }
 .col-sm-push-0 {
 left: auto;
 }
 .col-fifth-sm-push-5 {
 left: 100%;
 }
 .col-fifth-sm-push-4 {
 left: 80%;
 }
 .col-fifth-sm-push-3 {
 left: 60%;
 }
 .col-fifth-sm-push-2 {
 left: 40%;
 }
 .col-fifth-sm-push-1 {
 left: 20%;
 }
 .col-fifth-sm-push-0 {
 left: auto;
 }
 .col-sm-offset-12 {
 margin-left: 100%;
 }
 .col-sm-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-sm-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-sm-offset-9 {
 margin-left: 75%;
 }
 .col-sm-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-sm-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-sm-offset-6 {
 margin-left: 50%;
 }
 .col-sm-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-sm-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-sm-offset-3 {
 margin-left: 25%;
 }
 .col-sm-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-sm-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-sm-offset-0 {
 margin-left: 0%;
 }
 .col-fifth-sm-offset-5 {
 margin-left: 100%;
 }
 .col-fifth-sm-offset-4 {
 margin-left: 80%;
 }
 .col-fifth-sm-offset-3 {
 margin-left: 60%;
 }
 .col-fifth-sm-offset-2 {
 margin-left: 40%;
 }
 .col-fifth-sm-offset-1 {
 margin-left: 20%;
 }
 .col-fifth-sm-offset-0 {
 margin-left: 0%;
 }
}
@media (min-width: 992px) {
 .col-md-1, .col-fifth-md-1, .col-md-2, .col-fifth-md-2, .col-md-3, .col-fifth-md-3, .col-md-4, .col-fifth-md-4, .col-md-5, .col-fifth-md-5, .col-md-6, .col-fifth-md-6, .col-md-7, .col-fifth-md-7, .col-md-8, .col-fifth-md-8, .col-md-9, .col-fifth-md-9, .col-md-10, .col-fifth-md-10, .col-md-11, .col-fifth-md-11, .col-md-12, .col-fifth-md-12 {
 float: left;
 }
 .col-md-12 {
 width: 100%;
 }
 .col-md-11 {
 width: 91.66666667%;
 }
 .col-md-10 {
 width: 83.33333333%;
 }
 .col-md-9 {
 width: 75%;
 }
 .col-md-8 {
 width: 66.66666667%;
 }
 .col-md-7 {
 width: 58.33333333%;
 }
 .col-md-6 {
 width: 50%;
 }
 .col-md-5 {
 width: 41.66666667%;
 }
 .col-md-4 {
 width: 33.33333333%;
 }
 .col-md-3 {
 width: 25%;
 }
 .col-md-2 {
 width: 16.66666667%;
 }
 .col-md-1 {
 width: 8.33333333%;
 }
 .col-fifth-md-5 {
 width: 100%;
 }
 .col-fifth-md-4 {
 width: 80%;
 }
 .col-fifth-md-3 {
 width: 60%;
 }
 .col-fifth-md-2 {
 width: 40%;
 }
 .col-fifth-md-1 {
 width: 20%;
 }
 .col-md-pull-12 {
 right: 100%;
 }
 .col-md-pull-11 {
 right: 91.66666667%;
 }
 .col-md-pull-10 {
 right: 83.33333333%;
 }
 .col-md-pull-9 {
 right: 75%;
 }
 .col-md-pull-8 {
 right: 66.66666667%;
 }
 .col-md-pull-7 {
 right: 58.33333333%;
 }
 .col-md-pull-6 {
 right: 50%;
 }
 .col-md-pull-5 {
 right: 41.66666667%;
 }
 .col-md-pull-4 {
 right: 33.33333333%;
 }
 .col-md-pull-3 {
 right: 25%;
 }
 .col-md-pull-2 {
 right: 16.66666667%;
 }
 .col-md-pull-1 {
 right: 8.33333333%;
 }
 .col-md-pull-0 {
 right: auto;
 }
 .col-fifth-md-pull-5 {
 right: 100%;
 }
 .col-fifth-md-pull-4 {
 right: 80%;
 }
 .col-fifth-md-pull-3 {
 right: 60%;
 }
 .col-fifth-md-pull-2 {
 right: 40%;
 }
 .col-fifth-md-pull-1 {
 right: 20%;
 }
 .col-fifth-md-pull-0 {
 right: auto;
 }
 .col-md-push-12 {
 left: 100%;
 }
 .col-md-push-11 {
 left: 91.66666667%;
 }
 .col-md-push-10 {
 left: 83.33333333%;
 }
 .col-md-push-9 {
 left: 75%;
 }
 .col-md-push-8 {
 left: 66.66666667%;
 }
 .col-md-push-7 {
 left: 58.33333333%;
 }
 .col-md-push-6 {
 left: 50%;
 }
 .col-md-push-5 {
 left: 41.66666667%;
 }
 .col-md-push-4 {
 left: 33.33333333%;
 }
 .col-md-push-3 {
 left: 25%;
 }
 .col-md-push-2 {
 left: 16.66666667%;
 }
 .col-md-push-1 {
 left: 8.33333333%;
 }
 .col-md-push-0 {
 left: auto;
 }
 .col-fifth-md-push-5 {
 left: 100%;
 }
 .col-fifth-md-push-4 {
 left: 80%;
 }
 .col-fifth-md-push-3 {
 left: 60%;
 }
 .col-fifth-md-push-2 {
 left: 40%;
 }
 .col-fifth-md-push-1 {
 left: 20%;
 }
 .col-fifth-md-push-0 {
 left: auto;
 }
 .col-md-offset-12 {
 margin-left: 100%;
 }
 .col-md-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-md-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-md-offset-9 {
 margin-left: 75%;
 }
 .col-md-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-md-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-md-offset-6 {
 margin-left: 50%;
 }
 .col-md-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-md-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-md-offset-3 {
 margin-left: 25%;
 }
 .col-md-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-md-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-md-offset-0 {
 margin-left: 0%;
 }
 .col-fifth-md-offset-5 {
 margin-left: 100%;
 }
 .col-fifth-md-offset-4 {
 margin-left: 80%;
 }
 .col-fifth-md-offset-3 {
 margin-left: 60%;
 }
 .col-fifth-md-offset-2 {
 margin-left: 40%;
 }
 .col-fifth-md-offset-1 {
 margin-left: 20%;
 }
 .col-fifth-md-offset-0 {
 margin-left: 0%;
 }
}
@media (min-width: 1200px) {
 .col-lg-1, .col-fifth-lg-1, .col-lg-2, .col-fifth-lg-2, .col-lg-3, .col-fifth-lg-3, .col-lg-4, .col-fifth-lg-4, .col-lg-5, .col-fifth-lg-5, .col-lg-6, .col-fifth-lg-6, .col-lg-7, .col-fifth-lg-7, .col-lg-8, .col-fifth-lg-8, .col-lg-9, .col-fifth-lg-9, .col-lg-10, .col-fifth-lg-10, .col-lg-11, .col-fifth-lg-11, .col-lg-12, .col-fifth-lg-12 {
 float: left;
 }
 .col-lg-12 {
 width: 100%;
 }
 .col-lg-11 {
 width: 91.66666667%;
 }
 .col-lg-10 {
 width: 83.33333333%;
 }
 .col-lg-9 {
 width: 75%;
 }
 .col-lg-8 {
 width: 66.66666667%;
 }
 .col-lg-7 {
 width: 58.33333333%;
 }
 .col-lg-6 {
 width: 50%;
 }
 .col-lg-5 {
 width: 41.66666667%;
 }
 .col-lg-4 {
 width: 33.33333333%;
 }
 .col-lg-3 {
 width: 25%;
 }
 .col-lg-2 {
 width: 16.66666667%;
 }
 .col-lg-1 {
 width: 8.33333333%;
 }
 .col-fifth-lg-5 {
 width: 100%;
 }
 .col-fifth-lg-4 {
 width: 80%;
 }
 .col-fifth-lg-3 {
 width: 60%;
 }
 .col-fifth-lg-2 {
 width: 40%;
 }
 .col-fifth-lg-1 {
 width: 20%;
 }
 .col-lg-pull-12 {
 right: 100%;
 }
 .col-lg-pull-11 {
 right: 91.66666667%;
 }
 .col-lg-pull-10 {
 right: 83.33333333%;
 }
 .col-lg-pull-9 {
 right: 75%;
 }
 .col-lg-pull-8 {
 right: 66.66666667%;
 }
 .col-lg-pull-7 {
 right: 58.33333333%;
 }
 .col-lg-pull-6 {
 right: 50%;
 }
 .col-lg-pull-5 {
 right: 41.66666667%;
 }
 .col-lg-pull-4 {
 right: 33.33333333%;
 }
 .col-lg-pull-3 {
 right: 25%;
 }
 .col-lg-pull-2 {
 right: 16.66666667%;
 }
 .col-lg-pull-1 {
 right: 8.33333333%;
 }
 .col-lg-pull-0 {
 right: auto;
 }
 .col-fifth-lg-pull-5 {
 right: 100%;
 }
 .col-fifth-lg-pull-4 {
 right: 80%;
 }
 .col-fifth-lg-pull-3 {
 right: 60%;
 }
 .col-fifth-lg-pull-2 {
 right: 40%;
 }
 .col-fifth-lg-pull-1 {
 right: 20%;
 }
 .col-fifth-lg-pull-0 {
 right: auto;
 }
 .col-lg-push-12 {
 left: 100%;
 }
 .col-lg-push-11 {
 left: 91.66666667%;
 }
 .col-lg-push-10 {
 left: 83.33333333%;
 }
 .col-lg-push-9 {
 left: 75%;
 }
 .col-lg-push-8 {
 left: 66.66666667%;
 }
 .col-lg-push-7 {
 left: 58.33333333%;
 }
 .col-lg-push-6 {
 left: 50%;
 }
 .col-lg-push-5 {
 left: 41.66666667%;
 }
 .col-lg-push-4 {
 left: 33.33333333%;
 }
 .col-lg-push-3 {
 left: 25%;
 }
 .col-lg-push-2 {
 left: 16.66666667%;
 }
 .col-lg-push-1 {
 left: 8.33333333%;
 }
 .col-lg-push-0 {
 left: auto;
 }
 .col-fifth-lg-push-5 {
 left: 100%;
 }
 .col-fifth-lg-push-4 {
 left: 80%;
 }
 .col-fifth-lg-push-3 {
 left: 60%;
 }
 .col-fifth-lg-push-2 {
 left: 40%;
 }
 .col-fifth-lg-push-1 {
 left: 20%;
 }
 .col-fifth-lg-push-0 {
 left: auto;
 }
 .col-lg-offset-12 {
 margin-left: 100%;
 }
 .col-lg-offset-11 {
 margin-left: 91.66666667%;
 }
 .col-lg-offset-10 {
 margin-left: 83.33333333%;
 }
 .col-lg-offset-9 {
 margin-left: 75%;
 }
 .col-lg-offset-8 {
 margin-left: 66.66666667%;
 }
 .col-lg-offset-7 {
 margin-left: 58.33333333%;
 }
 .col-lg-offset-6 {
 margin-left: 50%;
 }
 .col-lg-offset-5 {
 margin-left: 41.66666667%;
 }
 .col-lg-offset-4 {
 margin-left: 33.33333333%;
 }
 .col-lg-offset-3 {
 margin-left: 25%;
 }
 .col-lg-offset-2 {
 margin-left: 16.66666667%;
 }
 .col-lg-offset-1 {
 margin-left: 8.33333333%;
 }
 .col-lg-offset-0 {
 margin-left: 0%;
 }
 .col-fifth-lg-offset-5 {
 margin-left: 100%;
 }
 .col-fifth-lg-offset-4 {
 margin-left: 80%;
 }
 .col-fifth-lg-offset-3 {
 margin-left: 60%;
 }
 .col-fifth-lg-offset-2 {
 margin-left: 40%;
 }
 .col-fifth-lg-offset-1 {
 margin-left: 20%;
 }
 .col-fifth-lg-offset-0 {
 margin-left: 0%;
 }
}
/* Slider */
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before,
.slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}
.slick-slide {
 display: none;
 float: left;
 height: 100%;
 min-height: 1px;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: block;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
.page-body {
 margin-top: 84px;
}
.main-slider-wrapper {
 position: relative;
}
.main-slider-wrapper .main-slider {
 overflow: hidden;
}
.main-slider-wrapper .main-slider .slide {
 max-height: 572px;
 height: auto;
 float: left;
 position: relative;
}
.main-slider-wrapper .main-slider .slide .back-image {
 display: block;
 width: 100%;
 height: auto;
}
.main-slider-wrapper .main-slider .slide .slide-description {
 background: rgba(255, 255, 255, 0.3);
 position: absolute;
 left:0;
 top:0;
 right:0;
 bottom: 0;
 text-align: center;
 z-index: 5;
}
.main-slider-wrapper .main-slider .slide .slide-description:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}
.main-slider-wrapper .main-slider .slide .slide-description .centered {
 display: inline-block;
 vertical-align: middle;
 max-width: 40%;
 background: rgba(0, 0, 0, 0.3);
 padding: 40px 0;
 color: #fff;
}
.main-slider-wrapper .main-slider .slide .slide-description .centered .title-slide {
 text-transform: uppercase;
 font-size: 24px;
 color: #f4f4f4;
}
.main-slider-wrapper .main-slider .slide .slide-description .centered .text-slide {
 color: #f4f4f4;
 font-weight: 400;
 font-size: 20px;
}
.main-slider-wrapper .main-slider .slide .slide-description .centered .text-slide span {
 display: block;
 color: #fff;
 font-size: 40px;
 margin-top: -10px;
 margin-left: -13px;
}
.main-slider-wrapper .main-slider .slide .slide-description .link-slide {
 margin-top: 26px;
 margin-left: 10px;
}
.main-slider-wrapper .main-slider .slide .slide-description .link-slide a {
 display: inline-block;
 z-index: 8;
 overflow: hidden;
 font-size: 16px;
 font-weight: 400;
 text-decoration: none;
 text-transform: uppercase;
 padding: 10px 20px;
 color: #fff;
 background: #16c9cb;
 border: 1px solid #16c9cb;
}
.main-slider-wrapper .main-slider .slide .slide-description .link-slide a:hover {
 border-color: #333;
 background: #333;
}
.services-wrapper {
 padding: 41px 0 80px;
}
.services-wrapper .services-container-wrap {
 margin: 43px auto 0;
}
.services-wrapper .services-container-wrap ul {
 text-align: center;
}
.services-wrapper .services-container-wrap li {
 list-style: none;
 display:inline-block;
 vertical-align: top;
 width: 23%;
 margin-top: 20px;
}
.services-wrapper .services-wrap {
 display: block;
 vertical-align: middle;
 text-align: center;
}
.services-wrapper .services-wrap .icon-block {
 padding: 0px;
 border: 10px solid #16c9cb;
 border-radius: 50%;
 display: block;
 width: 126px;
 height: 126px;
 margin: 0 auto;
 box-sizing: border-box;
 line-height: 118px;
 transition: all ease 0.4s;
}
.services-wrapper .services-wrap .icon-block i {
font-size: 30px;
 line-height: 100px;
}
.services-wrapper .services-wrap .icon-block img {
 vertical-align: middle;
}

.services-wrapper .services-wrap:hover .icon-block {
border-width: 20px;
}
.services-wrapper .services-wrap .services-title-wrap {
 font-size: 18px;
 color: #222222;
 font-weight: 400;
 margin-top: 14px;
 margin-bottom: 15px;
}
.services-wrapper .services-wrap .services-text-wrap {
 font-family: 'Open Sans', sans-serif;
 color: #555555;
 font-size: 13px;
 line-height: 17px;
 padding: 0 5px;
}
.enroll-wrapper {
 padding: 70px 0 43px;
 text-align: center;
 background: #f7f7f7;
}
.enroll-wrapper .enroll-text {
 margin: 0 auto;
 width: 790px;
 max-width: 90%;
 font-family: 'Open Sans', sans-serif;
 font-size: 17px;
 color: #555555;
}
.enroll-wrapper a {
 margin-top: 30px;
 display: inline-block;
 z-index: 8;
 overflow: hidden;
 font-size: 18px;
 font-weight: 400;
 text-transform: uppercase;
 text-decoration: none;
 padding: 8px 44px;
 color: #fff;
 background: #333;
 border: 1px solid #333;
}
.enroll-wrapper a:hover {
 background: #16c9cb;
 border-color: #16c9cb;
}
.gallery-wrapper {
 padding: 50px 0 64px;
}
.gallery-wrapper .title-gallery {
 margin-bottom: 40px;
}
.gallery-wrapper .title-gallery:after {
 bottom: -1px;
}
.gallery-wrapper .title-gallery:before {
 top: 0;
}
.gallery-wrapper .icon-gallery {
 margin-bottom: 20px;
 display: block;
 padding: 10px;
 text-align: center;
 border: 1px solid #e4e4e4;
 box-sizing: border-box;
 cursor: pointer;
 border-radius: 15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 -o-border-radius: 15px;
}
.icon-gallery img {

 border-radius: 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 width: 100%;
}
.gallery-wrapper .show-more {
 text-align: center;
}
.gallery-wrapper .show-more a {
 display: inline-block;
 margin-top: 30px;
 z-index: 8;
 overflow: hidden;
 font-size: 24px;
 font-weight: 400;
 text-decoration: none;
 padding: 6px 28px;
 color: #222;
 border: 1px solid #16c9cb;
}
.gallery-wrapper .show-more:hover {
 border-color: #f824b4;
}
.reviews-wrapper {
 padding: 51px 0 55px;
 background: #e1f0f0;
}
.reviews-wrapper .title-reviews:before {
 top: 1px;
}
.reviews-wrapper .title-reviews:after {
 bottom: 3px;
}
.reviews-wrapper .author-reviews {
 text-align: center;
 margin-top: 40px;
 min-height: 270px;
}
.reviews-wrapper .author-reviews .icon-reviews-block {
 position: relative;
 width: 160px;
 margin: 0 auto;
}
.reviews-wrapper .author-reviews .icon-reviews-block img {
 border: 10px solid #fff;
 border-radius: 50%;
 max-width: 100%;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
}
.reviews-wrapper .author-reviews .name-author {
 margin-top: 15px;
 font-size: 18px;
 color: #333;
}
.reviews-wrapper .author-reviews .text-author {
 font-family: 'Open Sans', sans-serif;
 color: #555555;
 font-size: 12px;
 margin: 10px auto;max-width: 215px;
}
.contact-wrapper {
 padding: 0;
}
.contact-wrapper iframe {
 display: block;
}
.contact-wrapper .contact-wrap {
 position: relative;
 margin: 0;
 padding: 30px;
 background: #fff;
}
.contact-wrapper .contact-wrap .title-contact-wrap {
 font-size: 32px;
 color: #222222;
}
.contact-wrapper .contact-wrap .text-contact-wrap .contact-info {
 width: 355px;
 margin-top: 15px;
 margin-left: 2px;
}
.contact-wrapper .contact-wrap .text-contact-wrap .contact-info .contact-title-info {
 font-size: 24px;
 color: #222222;
}
.contact-wrapper .contact-wrap .text-contact-wrap .contact-info .contact-text-info {
 margin-top: 10px;
 margin-bottom: 18px;
 display: block;
 font-size: 14px;
 font-family: 'Open Sans', sans-serif;
 color: #555555;
 color: #444444;
}
.contact-wrapper .map-wrap {
 position: absolute;
 left:0;
 top:0;
 right: 0;
}
.header {
 position: fixed;
 top: 0px;
 width: 100%;
 z-index: 999;
 background: #fff;
}
.header .logo {
 margin: 25px 0;
}
.header .logo h1 {line-height: 13px;}
.header .logo a img {
 max-width: 100%;
 position: relative;
 bottom: 5px;
 width: 160px;
}
.header .logo h1 a {
 font-size: 24px;
 text-decoration: none;
 color: #333;
}
.header .logo h1 a span {
 color: #16c9cb;
}
.header .top-nav-container .top-nav {
 float: right;
}
.header .top-nav-container .top-nav li {
 float: left;
 list-style: none;
 padding: 0;
 margin-left: 10px;
}
.header .top-nav-container .top-nav li a {
 text-decoration: none;
 font-size: 13px;
 text-transform: uppercase;
 color: #333;
 padding: 23px 10px;
 display: block;
}
.header .top-nav-container .top-nav li a:hover,
.header .top-nav-container .top-nav li a.active {
 background: #16c9cb;
 color: #fff;
}
.footer {
 background: #16c9cb;
 padding: 6px 0;
}
.footer .logo {
 margin-top: 15px;
 margin-left: 0px;
}
.footer .logo a img {
 max-width: 100%;
 width: 100px;
}
.blog-wrapper {
 background: #f7f7f7;
 padding: 50px 0 64px;
}

.popup {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: none;
}
.popup .overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: rgba(255,255,255,0.4);
}
.popup .content {
 background: #fff;
 box-shadow: 0 0 5px rgba(0,0,0,0.3);
 padding: 20px;
 position: absolute;
 top: 120px;
 width: 500px;
 left: 50%;
 margin-left: -260px;
}

/*Ucoz styles*/
input[type=button], input[type=submit], button {
 display: inline-block;
 z-index: 8;
 overflow: hidden;
 font-size: 24px;
 font-weight: 400;
 text-decoration: none;
 padding: 10px 20px;
 color: #222;
 border: 1px solid #16c9cb;
 background: none;
 outline: none;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
 border-color: #f824b4;
}
input[type=text],input[type=email],input[type=tel],input[type=number],select,textarea {
 height: 40px;
 border: 1px solid #e4e4e4;
 outline: none;
 padding: 0 10px;
 box-sizing: border-box;
 margin-bottom: 10px;
 width: 100% !important;
 border-radius: 0;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,textarea:focus {
 border: 1px solid #16c9cb;
}
textarea {
 min-height: 70px;
 resize: vertical;
 padding: 5px 10px;
}

.footer span a {
 display:block;
 text-align:right;
 color:#fff;
 font-size: 13px;
 padding: 30px 0;
}

#uCatsMenu7 {
 top: 42px !important;
 left: 0 !important;
}
.u-combo {
 position: relative;
}

#selectPhotosBtn {
 width: 140px !important;
 height: 48px !important;
 margin-bottom: 30px;
}
.eBlock {
 margin: 30px 0;
}
.blog-item {
 margin-top: 80px;
 min-height: 140px;
 margin-bottom: 30px;
}
.blog-title,.eTitle {
 font-size: 24px;
 margin-bottom: 10px;
 line-height: 30px;
}
.blog-title a {
 text-decoration: none;
}
.blog-title a:hover {
 color: #222;
}
.eMessage p {
 font-size: 14px;
 line-height: 18px;
}
.footer {margin-top: 60px;}
#section6 + .footer {margin-top: 0;}

.icon-gallery {position: relative;}
.icon-gallery .gallery-mask {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(255,255,255,0.9);
 transform: scale(0);
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transition: all ease 0.3s;
}
.icon-gallery:hover .gallery-mask {
transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -webkit-transform: scale(1);
}
.icon-gallery .gallery-mask:before {
 content:'';
 height: 100%;
 width: 0;
 display: inline-block;
 vertical-align: middle;
}
.icon-gallery .gallery-mask .gallery-mask-inside {
 display: inline-block;
 vertical-align: middle;
}
.icon-gallery .gallery-mask .gallery-mask-inside h3 {font-size: 18px;}
.icon-gallery .gallery-mask .gallery-mask-inside span {
 color: #333;
 font-weight: bold;
}

@media (max-width: 980px) {
 .services-wrapper .services-container-wrap li {
 list-style: none;
 display: inline-block;
 vertical-align: top;
 margin-bottom: 20px;
 width: 48%;
 }
 .footer span a, .footer .logo {
 text-align:center;
 }
}
@media (max-width: 630px) {
 .services-wrapper .services-container-wrap li {
 width: 49%;
 }
}
@media (max-width: 480px) {

 .services-wrapper .services-container-wrap li {
 width: 89%;
 }
}
@media (max-width: 768px) {
 .page-body {
 margin-top: 133px;
 }
 .header .logo {
 text-align: center;
 }
 .header .top-nav-container .top-nav {
 float:none;
 text-align: center;
 margin:10px 0;
 }
 .header .top-nav-container .top-nav li {
 float:none; padding: 8px 0;
 display: inline-block;
 }
 .header .top-nav-container .top-nav li a {
 padding: 10px;
 }
}
@media (max-width: 556px) {
 .page-body {
 margin-top: 180px;
 }
}

body {
 overflow-x: hidden;
}
#scroller {
 width: 80px;
 height: 80px;
 position: fixed;
 right: 30px;
 bottom: 30px;
 background: #fff url('http://emojipedia-us.s3.amazonaws.com/cache/59/0e/590e26b7cbb611cc0bc772c38e8fd4eb.png') no-repeat center center;
 box-shadow: 0 0 5px rgba(0,0,0,0.3);
 background-size: 100% 100%;
}
#scroller:hover {
 box-shadow: 0 0 5px rgba(0,0,0,0.8);
}


.toper {background: #333; color:#fff; padding: 10px 0;}
.toper .social a {font-size: 14px; margin-right: 10px;}
.toper .social a:hover {color: #fff;}
.toper .phone {text-align: right; font-size: 14px; }
.toper .phone i {margin-right: 10px;}
.header {
box-shadow: 0 0 3px rgba(0,0,0,0.5);}
.logo h2 a {font-size: 24px; color:#fff; text-decoration: none;}
.logo h2 a span {color:#333;}
#scroller {text-align:center; color:#333; line-height: 100px;}
#scroller i {line-height: 75px;
 font-size: 40px;}

hr {display: none;}
.manTable {margin-top: 30px;}
.phCat1 {margin-top: 50px;}
.details {margin-bottom: 20px;}
.details span {
 margin-right: 10px; padding-right: 10px; border-right: 1px solid #e4e4e4;
}

@media (max-width: 826px) {
 .main-slider-wrapper .main-slider .slide .slide-description .centered {
 max-width: 90%;
 padding: 10px 30px;
 }
 .popup .content {top: 240px;}
}
@media (max-width: 660px) {
 .main-slider-wrapper .main-slider .slide .slide-description .centered .title-slide {
 font-size: 14px;
 }
 .main-slider-wrapper .main-slider .slide .slide-description .centered .text-slide {
 font-size: 12px;
 }
 .main-slider-wrapper .main-slider .slide .slide-description .centered .text-slide span {
 font-size: 16px;
 }
}

@media (max-width: 500px) {
 .main-slider-wrapper .main-slider .slide .slide-description .centered {
 display: none;
 }
}
@media screen and ( max-height: 680px ){
 .popup {
 z-index: 999999;
 }
 .popup .overlay {position: fixed;}
 
 .popup .content {
 background: #fff;
 box-shadow: 0 0 5px rgba(0,0,0,0.3);
 padding: 20px;
 position: absolute;
 top: 120px;
 width: 300px;
 left: 50%;
 margin-left: -190px;
}
 
}

@media screen and ( max-width:480px ){
 .header {
 position: absolute;
 }
}

.eBlock {margin-top: 80px;}