/**/
@font-face {
  font-family: Roboto-Light;
  src: url(/fonts/Roboto-Light.ttf) format("opentype");
}
@font-face {
  font-family: Roboto-Thin;
  src: url(/fonts/Roboto-Thin.ttf) format("opentype");
}
@font-face {
  font-family: Roboto-Medium;
  src: url(/fonts/Roboto-Medium.ttf) format("opentype");
}
@font-face {
  font-family: Roboto-Regular;
  src: url(/fonts/Roboto-Regular.ttf) format("opentype");
}
/* ------- Header --------- */
.navigation-mobile {
  display: none;
}
@media (max-width: 767px) {
  .navigation-mobile {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .navigation-pc {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .navigation-pc {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
  }
  .navigation-pc ul li + li:before {
    content: "|";
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 15px;
    position: absolute;
    left: -3px;
    top: 9px;
  }
  .navigation-pc ul li li + li:before {
    content: '';
  }
  .navigation-pc li:hover,
  .navigation-pc ul:hover,
  .navigation-pc li ul:hover {
    border-color: white !important;
  }
  .navigation-pc li:first-child {
    border: none;
  }
}
.logo-container img {
  margin: 70px auto -20px;
}
.container-fluid nav {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  /* Safari */
}
@media (min-width: 1270px) {
  .container-fluid nav {
    width: 1270px;
  }
}
@media (min-width: 768px) and (max-width: 1269px) {
  .container-fluid nav {
    justify-content: center;
    -webkit-justify-content: center;
    /* Safari */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu {
    width: 970px;
    margin: 0 auto;
  }
}
a.navbar-brand {
  float: none !important;
  font-size: 25px !important;
  padding: 0;
}
@media (max-width: 767px) {
  a.navbar-brand {
    line-height: 50px;
  }
}
@media (max-width: 525px) {
  a.navbar-brand {
    font-size: 22px !important;
    margin-top: 20px;
  }
}
a.navbar-brand img {
  width: 366px;
}
@media (min-width: 768px) and (max-width: 1190px) {
  a.navbar-brand img {
    width: 315px;
  }
}
@media (max-width: 767px) {
  a.navbar-brand img {
    width: 327px;
  }
}
@media (max-width: 470px) {
  .navbar-header {
    margin-left: 25px !important;
  }
}
@media (min-width: 400px) {
  .navbar-header {
    margin-top: 20px;
  }
}
@media (min-width: 1232px) {
  .navbar-collapse {
    margin-top: 73px;
  }
}
@media (min-width: 900px) and (max-width: 1231px) {
  .navbar-collapse {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.navbar-toggle {
  margin-top: 7px;
}
.nav-bar {
  margin-top: 0;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
}
@media (max-width: 767px) {
  .nav-bar {
    position: relative;
  }
}
.navbar-inverse {
  background-color: inherit;
}
@media (min-width: 767px) {
  .collapse.in,
  .collapsing {
    position: absolute;
    right: 15px;
    top: 45px;
    margin-right: 0;
    margin-top: 0;
  }
  .collapse.in li a,
  .collapsing li a {
    color: white !important;
  }
}
.navbar-toggle span {
  color: #000;
}
ul.nav {
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto-Medium', sans-serif;
    line-height: 24px;
    color: white;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    font-weight: 600;
    padding: 10px 15px;
  }
}
.navbar-default .navbar-nav > .active > a {
  color: #263555 !important;
}
.sf-menu > li {
  margin: 0 !important;
}
.sf-menu li ul li a {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 18px;
  text-decoration: none;
}
.sf-menu li ul,
.sf-menu li.sfHover > ul {
  position: absolute;
  display: none;
  top: 44px;
  left: 0;
  width: auto;
  padding: 5px 10px;
  margin-left: -33px;
  z-index: 999;
  border-radius: 3px;
  background-color: #ffffff;
}
.sf-menu li ul li,
.sf-menu li.sfHover > ul li {
  text-align: center;
  float: none !important;
  margin-bottom: 5px;
}
.sf-menu li ul li a,
.sf-menu li.sfHover > ul li a {
  text-transform: uppercase;
  color: #6b7488;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.sf-menu li ul li a:hover,
.sf-menu li.sfHover > ul li a:hover {
  color: #38afe5;
}
.sf-menu li ul .divider,
.sf-menu li.sfHover > ul .divider {
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .navbar-inverse .container {
    background-color: #2f4d96;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    font-weight: bold;
  }
  .navbar-inverse .navbar-brand {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.sf-menu li.sfHover > ul:after {
  display: block;
  left: 50%;
  margin-left: -2.5px;
  right: 0;
  top: -3px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.5px 3px 2.5px;
  border-color: transparent transparent #ffffff;
}
.scrolled.top-header {
  background: #18171D;
  height: 90px;
}
.scrolled.top-header li a {
  color: white;
}
.scrolled.top-header .logo-container {
  height: 90px;
}
.scrolled.top-header img.logo {
  height: 100px;
  margin-top: -30px;
  margin-bottom: 15px;
}
.scrolled.top-header .navbar-default {
  top: 7px;
}
@media (min-width: 400px) and (max-width: 991px) {
  .scrolled.top-header .navbar-header {
    margin-top: 4px;
  }
}
/* ------------------------ */
/* --------- Page structure ------ */
@media (min-width: 1270px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px) and (max-width: 1269px) {
  .container {
    width: 1110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 920px;
  }
}
/* ---------About-me section------- */
#about-me h1 {
  margin-top: 28px;
}
#about-me .avatar {
  width: 100%;
}
@media (max-width: 767px) {
  #about-me .avatar {
    width: 50vw;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #about-me .wrapper {
    margin-left: 30px;
  }
}
#about-me ul {
  line-height: 33px;
}
#about-me .bookmark {
  display: block;
  margin: 10px auto -20px;
}
#about-me blockquote {
  margin-top: 40px;
}
/* ------------------------ */
ul {
  color: #333333;
}
ul i {
  color: #1C5873;
}
.site-index ul {
  margin-top: 32px;
  font-size: 22px;
  line-height: 28px;
}
.site-index ul i {
  color: #1C5873;
}
@media (max-width: 767px) {
  .site-index ul {
    font-size: 18px;
    line-height: 24px;
  }
}
/* ---------About-me section------- */
#description {
  background-color: #336da9;
  color: #ffffff;
  font: 22px Roboto-Light, Helvetica, sans-serif;
  padding: 40px 18%;
}
@media (max-width: 767px) {
  #description {
    font-size: 19px;
    padding: 40px 5%;
  }
}
/* ------------------------ */
.tabs {
  margin-top: 20px;
}
.tabs .selector {
  list-style: none;
}
.tabs .selector li {
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.tabs .selector li.active {
  border: 1px solid #1C5873;
  border-bottom: 0;
  font-family: Roboto-Medium, Helvetica, sans-serif;
}
.tabs .row {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #1C5873;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .tabs .row {
    display: block;
  }
}
.tabs .button-tab {
  position: relative;
}
.tabs .button-tab .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tabs button {
  margin-top: 20px;
}
#help,
#regressive {
  font: 22px Roboto-Light, Helvetica, sans-serif;
  color: #333333;
}
#help i,
#regressive i {
  color: #1C5873;
}
/* ---------Help section------- */
#help {
  margin-top: 40px;
}
#help .row {
  padding: 20px 10%;
}
/* ------------------------ */
/* -------- Comments slider -------- */
#comments #prev-btn,
#comments #next-btn {
  background-color: #afbedb;
}
#comments #prev-btn .fa,
#comments #next-btn .fa {
  font-size: 20px;
  line-height: 50px;
}
#comments .slide-nav-btn {
  background-color: #afbedb;
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
}
#comments .slide-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 20px 30px;
  width: 79%;
}
#comments blockquote {
  color: #333;
}
/* ---------- Forms --------- */
.gradient-block {
  overflow: hidden;
  background: #7983cc;
  background: -webkit-linear-gradient(left, #7983cc 0, #ac89b8 80%);
  background: -webkit-gradient(linear, left top, right top, from(#7983cc), color-stop(80%, #ac89b8));
  background: linear-gradient(to right, #7983cc 0, #ac89b8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7983cc', endColorstr='#ac89b8', GradientType=1);
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  color: white;
  margin-bottom: -55px;
  margin-top: 30px;
}
.gradient-block .form {
  margin-top: 17px;
  padding-left: 15px;
}
.gradient-block h2 {
  color: white;
}
.gradient-block input[type="text"],
.gradient-block input[type="tel"] {
  box-sizing: border-box;
  position: relative;
  height: 61px;
  width: 244px;
  margin: 0 42px 0 0;
  padding: 0 31px 0 24px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid white;
  color: white;
  font-size: 20px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.gradient-block input[type="text"]::-webkit-input-placeholder,
.gradient-block input[type="tel"]::-webkit-input-placeholder {
  color: white;
}
.gradient-block input[type="text"]::-moz-placeholder,
.gradient-block input[type="tel"]::-moz-placeholder {
  color: white;
}
.gradient-block input[type="text"]:-moz-placeholder,
.gradient-block input[type="tel"]:-moz-placeholder {
  color: white;
}
.gradient-block input[type="text"]:-ms-input-placeholder,
.gradient-block input[type="tel"]:-ms-input-placeholder {
  color: white;
}
.gradient-block input[type="submit"] {
  background-color: #afbedb;
  color: black !important;
  height: 62px;
  width: 201px;
  margin-left: -25px;
  cursor: pointer;
  border-radius: 0;
}
.gradient-block .help-block {
  font-size: 17px;
}
.gradient-block .contacts {
  margin-top: 40px;
  margin-left: 15px;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  /* Safari */
}
/*----- contacts form */
.contacts {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  /* Safari */
}
@media (min-width: 992px) and (max-width: 1269px) {
  .contacts span {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contacts span {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .contacts {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  .contacts {
    font-size: 15px;
  }
}
.contacts .contact {
  text-align: left;
}
#cost input[type="text"],
#cost input[type="tel"] {
  box-sizing: border-box;
  position: relative;
  height: 61px;
  width: 244px;
  padding: 0 31px 0 24px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #1C5873;
  color: #1C5873;
  font: 19px Roboto-Light, Helvetica, sans-serif;
  /* Firefox 19+ */
  /* Firefox 18- */
}
#cost input[type="text"]::-webkit-input-placeholder,
#cost input[type="tel"]::-webkit-input-placeholder {
  color: #1C5873;
}
#cost input[type="text"]::-moz-placeholder,
#cost input[type="tel"]::-moz-placeholder {
  color: #1C5873;
}
#cost input[type="text"]:-moz-placeholder,
#cost input[type="tel"]:-moz-placeholder {
  color: #1C5873;
}
#cost input[type="text"]:-ms-input-placeholder,
#cost input[type="tel"]:-ms-input-placeholder {
  color: #1C5873;
}
@media (max-width: 767px) {
  #cost input[type="text"] {
    margin: 0;
  }
}
#cost input[type="submit"] {
  background-color: #afbedb;
  color: black !important;
  height: 62px;
  width: 201px;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 20px;
}
#cost .submit {
  text-align: center;
}
/* ----------------------------------*/
/* --------- Contacts ----------------- */
#cost ul {
  line-height: 45px;
}
#cost .fa-li {
  top: 0.45em;
}
#cost .contact {
  font: 25px Roboto-Light, Helvetica, sans-serif;
}
#cost .contact i {
  font-size: 32px;
  color: #1C5873;
}
#cost .contact small {
  font-size: 62%;
}
#cost .contact.email {
  font-size: 25px;
}
#cost .contact .phone {
  font-size: 29px;
  padding-bottom: 10px;
}
/* ----------------------------------*/
/* ---------Regressive section------- */
#regressive ul {
  margin-top: 20px;
  margin-bottom: 12px;
}
/* ----------------------------------*/
/* ---------Education section------- */
.flex-boxes figure {
  width: 200px;
  text-align: center;
}
.ca-container {
  height: 400px;
  position: relative;
}
@media (max-width: 767px) {
  .ca-container {
    height: auto;
  }
}
.ca-wrapper {
  margin: 0 auto;
  height: 363px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1270px) {
  .ca-wrapper {
    width: 1070px;
  }
}
@media (min-width: 992px) and (max-width: 1269px) {
  .ca-wrapper {
    width: 816px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ca-wrapper {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .ca-wrapper {
    width: 80vw;
  }
}
@media (min-width: 500px) and (max-width: 600px) {
  .ca-wrapper {
    height: 377px;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  .ca-wrapper {
    height: 377px;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .ca-wrapper {
    height: 284px;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .ca-wrapper {
    height: 261px;
  }
}
@media (max-width: 349px) {
  .ca-wrapper {
    height: 231px;
  }
}
#ca-nav-prev,
#ca-nav-next {
  position: absolute;
  top: 41%;
  font-size: 30px;
  cursor: pointer;
  background-color: #afbedb;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
#ca-nav-prev .fa,
#ca-nav-next .fa {
  font-size: 20px;
  line-height: 50px;
}
#ca-nav-next {
  right: -15px;
}
#ca-nav-prev {
  left: -15px;
}
.ca-item {
  width: 270px;
  height: 250px;
  float: left;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .ca-item {
    width: 100%;
  }
}
.ca-item .ca-item-main {
  width: 250px;
  height: 100%;
}
.ca-item .ca-item-main div {
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .ca-item .ca-item-main {
    width: 35vw;
  }
}
@media (min-width: 450px) and (max-width: 599px) {
  .ca-item .ca-item-main {
    width: 67vw;
  }
}
@media (max-width: 449px) {
  .ca-item .ca-item-main {
    width: 42vw;
  }
}
.ca-item .ca-item-main a:hover {
  color: #333;
}
.ca-item img {
  max-height: 100%;
}
.ca-item i.fa-search-plus {
  font-size: 30px;
  display: none;
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 45%;
}
/* ----------------------------------*/
/* --------Modal boxes ---------------*/
a.modalbox {
  cursor: pointer;
  color: #1C5873;
  font-weight: bold;
}
a.modalbox button {
  color: #fff;
  font-weight: normal;
}
.box-modal_close .fa {
  font-size: 25px;
}
.box-modal {
  width: 600px !important;
}
@media (max-width: 767px) {
  .box-modal {
    width: 100% !important;
  }
}
.box-modal p,
.box-modal ul {
  font-size: 16px;
}
@media (max-width: 767px) {
  .arcticmodal-container_i2 {
    padding: 0 !important;
    padding-top: 70px !important;
  }
  .arcticmodal-container_i2 h2 {
    font-size: 28px;
  }
}
/* ----------------------------------*/
/* ------ Footer -------*/
.bottom-block a {
  color: white;
}
.bottom-block a:hover {
  color: #38afe5;
}
/* ---------- Pages customize ------------*/
.site-prayer-therapy ul li {
  margin-bottom: 10px;
}
.site-library ul {
  list-style: inherit;
  margin-left: 30px;
}
.site-library .sub-header {
  font-size: 25px;
  text-transform: none;
}
/* ----------------------------------*/
/* -----------Other--------------*/
input {
  outline: none !important;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
body {
  font: 16px/19px 'Roboto-Normal', Helvetica, sans-serif;
  position: relative;
  background: #000;
  background: url(/images/bg_body_line.jpg) center 0 repeat-y;
}
.body-container {
  background: url(/images/bg_body.jpg) center 0 no-repeat;
}
.ic,
.ic a {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Roboto-Medium', sans-serif;
  color: #263555;
}
h1.title {
  border-bottom: 3px solid #eee;
  padding-bottom: 6px;
}
h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
h3 {
  font-size: 38px;
  line-height: 44px;
  color: #263555;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page1 h3 {
  padding-top: 62px;
  margin-bottom: 54px;
}
h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Roboto-Medium', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-top: 33px;
  margin-bottom: 8px;
}
.second-title {
  font-size: 19px;
  font-family: 'Roboto-Medium', sans-serif;
  color: #1C5873;
}
p {
  margin-bottom: 19px;
}
img {
  max-width: 100%;
}
address {
  font-style: normal;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 35px;
  background: url(/images/marker.png) 0 3px no-repeat;
  color: #263555;
  font-size: 16px;
  line-height: 22.8px;
}
ul.list li + li {
  margin-top: 17.2px;
}
ul.list1 li + li {
  margin-top: 35px;
}
ul.list1 li + li + li {
  margin-top: 34px;
}
ul.list1 .count {
  text-align: center;
  margin-top: 3px;
  margin-right: 25px;
  float: left;
  border-radius: 500px;
  width: 31px;
  line-height: 30px;
  height: 31px;
  color: #fff;
  border: 1px solid #4f93b2;
  background-color: #38afe5;
}
ul.list1 .text1 {
  margin-bottom: 9px;
}
ul.list2 {
  padding-top: 2px;
  width: 34.5%;
  float: left;
}
ul.list2 li + li {
  margin-top: 21px;
}
ul.list2 li {
  background: url(/images/marker1.png) 0 5px no-repeat;
  font-size: 16px;
  line-height: 19px;
  color: #263555;
  padding-left: 23px;
}
.hor_sep {
  border-bottom: 1px solid #dedbdb;
  padding-top: 54px;
}
h3.head1 {
  padding-top: 49px;
  padding-bottom: 1px;
}
/*links*/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
a:hover {
  color: #38afe5;
}
.boxes a.btn {
  padding: 4px 16px 4px ;
}
a.btn {
  color: #000;
  display: inline-block;
  background-color: #fbf6f8;
  border-radius: 5px;
  box-shadow: 0 1px 1px #dedbdb;
  font-size: 15px;
  border: 1px solid #b1aaaa;
  line-height: 15px;
  padding: 5px 16px 4px ;
}
a.btn:hover {
  border-color: #476788;
  color: #fff;
  background-color: #38AFE5;
}
button,
input[type="submit"] {
  background-color: #1C5873;
  color: #FFF;
  padding: 10px 20px;
  margin: 0;
  border-radius: 3px;
  border: 0 solid #D4D5D8;
  font-size: 20px;
  text-transform: uppercase;
}
a.link-1 {
  color: #fa7e7e;
}
a.link-1:hover {
  color: #38AFE5;
}
/*preclass*/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.ind1 {
  margin-top: 11px;
}
.pad0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0;
}
.img_inner {
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 3px;
  position: relative;
}
.fleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 0px;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.center {
  text-align: center;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
/*header*/
header {
  display: block;
  position: relative;
  z-index: 999;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  header {
    height: 217px;
  }
}
header a:hover {
  color: #000;
}
header h1 {
  position: absolute;
  float: none;
  width: 167px;
  top: 31px;
  left: 50%;
  margin-left: -84px;
  height: 168px;
  z-index: 999;
}
header h1 a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
}
header h1 a img {
  display: block;
}
.main {
  background: #fff;
  margin: 0 auto;
}
@media (min-width: 1270px) {
  .main {
    width: 1270px;
  }
}
@media (min-width: 992px) and (max-width: 1269px) {
  .main {
    width: 95%;
  }
}
.boxes {
  margin-bottom: 70px;
}
.boxes > div {
  position: relative;
}
.boxes figure figcaption {
  background-color: #193149;
  position: absolute;
  top: 0;
  font-size: 13px;
  line-height: 19px;
  color: #cbc6c6;
  text-align: left;
  left: 0;
  height: 100%;
  width: 183px;
  padding: 0 11px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
figcaption h3 {
  color: #ffffff;
  text-align: center;
  padding-top: 18px !important;
  font-size: 38px;
  margin-bottom: 18px !important;
  font-family: 'Open Sans Condensed', sans-serif;
}
figcaption a.btn {
  display: block;
  float: right;
  margin-top: 36px;
  margin-right: 4px;
}
.boxes {
  margin-bottom: 70px;
}
.boxes figure div {
  overflow: hidden;
}
.boxes figure {
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  -ms-perspective: 1700px;
  -o-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  -ms-perspective-origin: 0 50%;
  -o-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
  background-color: #193149;
}
.boxes a.btn {
  box-shadow: none;
}
.boxes figure img {
  position: relative;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.boxes figure:hover img {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
}
.boxes figure:hover figcaption {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
a.gal {
  display: block;
  margin-bottom: 23px;
  background: url(/images/magnify.png) center center no-repeat #373737;
}
a.gal img {
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
a.gal:hover img {
  opacity: 0.5;
}
.gallery .img_inner {
  margin-bottom: 0;
}
.gallery .clear {
  height: 46px;
}
/*Content*/
.content {
  padding-top: 123px;
  padding-bottom: 128px;
}
.page1 .content {
  padding-top: 0;
  padding-bottom: 55px;
}
.tab_cont {
  border: 1px solid #dedbdb;
  padding: 53px 16px 52px;
}
.tab_cont a.btn {
  display: block;
  float: right;
  margin-top: 21px;
  margin-right: 15px;
  margin-bottom: 2px;
}
.tab_cont a.btn.bt1 {
  margin-top: 16px;
}
.tab_cont img {
  float: left;
  margin-right: 24px;
}
.tab_cont .text1 {
  position: relative;
  top: -5px;
  margin-bottom: 17px;
}
.style1 {
  color: #000;
  line-height: 19px;
}
.style1 a {
  color: #fa7e7e;
}
.style1 a:hover {
  color: #000;
}
.text1 {
  font-size: 16px;
  line-height: 19px;
  color: #263555;
}
.page1 .text1 {
  font-size: 16.8px;
  line-height: 22.8px;
  color: #263555;
}
p.text1 {
  margin-bottom: 18px;
}
p.text1.tx2 {
  margin-bottom: 20px;
}
.tab_cont .text1.tx1 {
  top: -6px;
  margin-bottom: 22px;
}
.clear.cl1 {
  height: 20px;
  margin-bottom: 2px;
}
.newsletter_title {
  border: 1px solid #dedbdb;
  font: 300 24px/27px 'Open Sans Condensed', sans-serif;
  color: #263555;
  border-radius: 3px 3px 0 0;
  padding: 7px 0 3px;
  background-color: #fcfafa;
  text-transform: uppercase;
  text-align: center;
}
#newsletter {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
#newsletter span {
  display: block;
  padding-top: 8px;
  margin-bottom: 14px;
}
.n_container {
  padding: 0 19px 49px;
  border: 1px solid #dedbdb;
  border-top: 0;
}
#newsletter .text1 {
  text-align: center;
  padding-top: 49px;
  margin-bottom: 26px;
}
.none {
  display: none;
}
#newsletter input {
  float: left;
  border: 2px solid #e6e4e4;
  border-radius: 6px;
  color: #868f8f;
  width: 100%;
  height: 34px;
  font: 15.6px/22.8px Arial, Helvetica, sans-serif;
  padding: 4px 32px 5px;
  box-shadow: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#newsletter a {
  display: block;
  position: absolute;
  background: url(/images/envel.png) 6px 9px no-repeat;
  width: 34px;
  height: 34px;
  top: 99px;
  right: 0px;
}
#newsletter a:hover {
  opacity: 0.5;
}
#newsletter .error,
#form1 .empty {
  height: 0px;
  bottom: -35px;
  width: 100%;
  left: 0;
  font-size: 10px;
  line-height: 13px;
  display: block;
  overflow: hidden;
  z-index: 999;
  color: #ff0000;
  -webkit-transition: 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}
#newsletter label.invalid .error {
  /*display: block;*/
  height: 40px;
}
#newsletter .success {
  width: 100%;
  z-index: 999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  top: 98px;
  text-align: center;
  background: #fff;
  border: 2px solid #e6e4e4;
  border-radius: 6px;
  color: #868f8f;
  left: 0px;
  font-size: 15.6px;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
}
.bottom-block {
  background-color: #30455b;
  color: #ffffff;
  font-size: 12px;
  padding-bottom: 34px;
}
.bottom-block ul li {
  font: 18px/18px 'Roboto-Regular', sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-block ul li {
    font: 16px/16px 'Roboto-Regular', sans-serif;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .bottom-block ul li {
    font: 15px/15px 'Roboto-Regular', sans-serif;
  }
}
@media (max-width: 499px) {
  .bottom-block ul li {
    font: 14px/14px 'Roboto-Regular', sans-serif;
  }
}
.bottom-block ul li + li {
  margin-top: 10px;
}
.bottom-block ul {
  padding-top: 42px;
}
@media (max-width: 767px) {
  .bottom-block ul {
    padding-top: 15px;
  }
}
blockquote {
  color: #666565;
}
#comments blockquote {
  margin-top: -37px;
}
blockquote p {
  background-color: #fcfafa;
  padding: 24px 22px 26px;
  margin-bottom: 0 !important;
  border: 1px solid #dedbdb;
}
.bq_bot {
  margin-top: -1px;
  padding-top: 65px;
  position: relative;
  padding-left: 34px;
  background: url(/images/bq_bot_bg.png) 113px 0 no-repeat;
}
.bq_bot .text1 {
  margin-bottom: 20px;
  padding-left: 14px;
}
.tour .text1 {
  margin-bottom: 13px;
}
.tour {
  overflow: hidden;
}
.price span {
  padding-top: 4px;
  display: block;
  text-transform: uppercase;
  color: #38afe5;
  font-size: 16px;
}
.price {
  margin-bottom: 14px;
}
.price + .price {
  margin-bottom: 40px;
}
.tours .clear {
  height: 47px;
}
.form1 {
  margin-right: 2px;
}
.jqTransformHidden {
  display: none;
}
.jqTransformSelectWrapper {
  position: relative;
  height: 25px;
  width: 100% !important;
  float: left;
  border: 1px solid #dedbdb;
}
.jqTransformSelectWrapper div span {
  font-size: 13px;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 25px;
  line-height: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 3px;
  padding: 4px 9px 3px;
  background: #fcfafa;
  width: 100% !important;
  color: #868f8f !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*border: 1px solid #CCCCCC;*/
  /*	border-right: none;*/
}
.jqTransformSelectWrapper a:after {
  display: none;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 28px !important;
  height: 25px !important;
  padding: 0;
  border: 1px solid #e0dddd;
  background: url(/images/select.png) no-repeat center center;
}
.jqTransformSelectWrapper:hover a.jqTransformSelectOpen {
  background-color: #38AFE5;
  border-color: #38AFE5;
}
.jqTransformSelectWrapper ul {
  position: absolute;
  top: 28px;
  left: -1px;
  height: auto !important;
  list-style: none;
  background-color: #e3e2e2;
  display: none;
  border: 1px solid #d1cccc;
  margin: 0px;
  width: 100% !important;
  padding: 0px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 7px;
}
.jqTransformSelectWrapper ul a {
  display: block;
  padding: 0 9px;
  line-height: 19px;
}
#form2 .jqTransformSelectWrapper {
  margin-bottom: 27px;
}
#form2 a.btn {
  margin-top: 47px !important;
}
#form2 span {
  margin-bottom: 8px;
}
.form1 span.col1 {
  display: inline-block;
  margin-bottom: 2px !important;
}
.form1 span {
  margin-bottom: 9px;
  display: block;
}
.form1 a.btn {
  margin-top: 74px;
  margin-bottom: 13px;
}
.blog {
  overflow: hidden;
}
.blog .links {
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 1px;
}
.blog a.btn {
  margin-top: 23px;
}
a.comment {
  margin-top: 2px;
  display: inline-block;
  float: right;
  margin-right: 85px;
}
.blog + .blog {
  border-top: 1px solid #dedbdb;
  margin-top: 60px;
  padding-top: 58px;
}
.blog time {
  text-align: center;
  display: block;
  background-color: #38afe5;
  border-radius: 500px;
  color: #fff;
  width: 39px;
  height: 30px;
  padding-top: 9px;
  font-size: 11px;
  line-height: 11px;
  float: left;
  margin-right: 13px;
  margin-top: 3px;
}
ul.list2.l1 {
  width: auto;
  float: none;
  padding-top: 0;
  margin-bottom: 43px;
}
/****Map***/
.map {
  padding-top: 0px;
  margin-top: -2px;
}
.map figure {
  width: 550px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-right: 26px;
  padding-top: 2px;
}
.map figure iframe {
  width: 550px;
  height: 414px;
  max-width: 100%;
}
.map address {
  overflow: hidden;
}
.map address + address {
  margin-top: 43px;
}
.map address + address dt {
  margin-bottom: 5px;
}
.map .text2 {
  margin-bottom: 21px;
  font: bold 24px/24px 'Marvel', sans-serif;
  color: #000;
  padding-top: 1px;
}
address dt {
  margin-bottom: 19px;
}
address dd span {
  min-width: 95px;
  display: inline-block;
  text-align: left;
}
/************Footer***********/
footer {
  display: block;
  padding: 25px 0;
  color: #6b6868;
}
.socials {
  text-align: center;
  margin-bottom: 21px;
}
.socials a {
  margin: 0 5px;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/images/socials.png) 0 0 no-repeat;
}
.socials a + a {
  background-position: -60px 0;
}
.socials a + a + a {
  background-position: -122px 0;
}
.socials a + a + a + a {
  background-position: right 0;
}
.socials a:hover {
  opacity: 0.5;
}
.copy {
  text-align: center;
  color: #666565;
  font-size: 12px;
}
.f_bot {
  padding-top: 26px;
  padding-bottom: 40px;
  color: #797979;
}
/**to top**/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  overflow: hidden;
  width: 36px;
  height: 37px;
  border: none;
  text-indent: -999px;
  z-index: 999;
  background: url(/images/totop.png) no-repeat left top;
  transition: 0s ease;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
}
#toTop:hover {
  background-position: right 0;
}
