@charset "utf-8";
/**************************  $Content  *******************************/

/*****************  $Import Fonts and Icons  ************************/

/* Raleway - From Google Fonts */
/*
@import url("http://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800");
*/
/*
@font-face {
    font-family: "Roboto";
    src: url("http://font.toptopor.hi-doc.ru/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("http://font.toptopor.hi-doc.ru/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("http://font.toptopor.hi-doc.ru/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("http://font.toptopor.hi-doc.ru/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/
/*
@font-face {
    font-family: "Ubuntu";
    src: url("http://font.toptopor.hi-doc.ru/fonts/ubuntu.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
*/

/*********************  $General Tags  *****************************/
a {
  color: #00b9fe;
  /*font-family: 'Raleway';*/
/*font-family: 'Roboto';*/
font-family: 'Ubuntu';
  font-size: 0.875em;
  outline: 0;
}
a:hover {
  color: #0f283e;
  text-decoration: none;
}
article {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

article:first-child::before,
article:first-child::after {
  display: none;
}
body {
  color: #667f93;
  /*font-family: 'Raleway';*/
/*font-family: 'Roboto';*/
font-family: 'Ubuntu';
  font-size: 16px;
}
footer {
  background-color: #3d0f32;
  border-top: 1px solid #512747;
}
footer .navbar {
  margin: 10px 0;
}
footer .navbar-nav {
  float: left;
}
footer .navbar-nav>li>a {
  color: #835370;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #875774;
  /*font-family: 'Raleway';*/
/*font-family: 'Roboto';*/
font-family: 'Ubuntu';
  font-weight: 600;
  margin: 1.5em 0 0.5em 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
  text-align: center;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 0.875em;
}
header {
  background-color: #006400;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
}
header:hover {
  background-color: #000;
}
header .submit{
  border: 1px solid #f55573;
  color: #f55573;
}
header .navbar-brand {
/*  margin: 20px 0 !important;*/
  margin: 20px 0;
  padding: 0;
  width: 100px;
}
img {
  width: 100%;
}
input::-moz-focus-inner {
  border: 0;
}
object,
embed {
  outline: 0;
}
p {
  color: #875774;
  /*font-family: 'Raleway';*/
/*font-family: 'Roboto';*/
font-family: 'Ubuntu';
  font-size: 0.875em;
  line-height: 1.8em;
}
p a {
  font-size: 1em;
}
section {
  overflow: hidden;
}
section h1:first-child {
  margin-top: 0;
}
ul {
  padding: 0;
}

/*******************  $Animate Itemas on Start  **********************/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

/****************  $Animation Carousel Pagination  *******************/
.owl-theme .owl-controls {
  bottom: 0;
  cursor: default;
  display: inline-block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  position: relative;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 0;
}
.owl-theme .owl-controls .owl-page {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 16px;
  margin: 0 3.5px;
  position: relative;
  text-indent: 0;
  width: 16px;
}
.owl-theme .owl-controls .owl-page:last-child {
  left: 0;
  margin: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  width: 23px;
}
.owl-theme .owl-controls .owl-page:last-child::after {
  background-color: #f55573;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 16px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  border-style: solid;
  border-color:#F55573;
}
.owl-theme .owl-controls .owl-page span:hover,
.owl-theme .owl-controls .owl-page span:focus {
  background-color: #f55573;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.owl-theme .owl-controls .owl-page.active:first-child ~ .owl-page:last-child {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.owl-theme .owl-controls .owl-page.active:nth-child(2) ~ .owl-page:last-child {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.owl-theme .owl-controls .owl-page.active:nth-child(3) ~ .owl-page:last-child {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.owl-theme .owl-controls .owl-page.active:nth-child(4) ~ .owl-page:last-child {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -o-transform: translateX(300%);
  -ms-transform: translateX(300%);
  transform: translateX(300%);
}
.owl-theme .owl-controls .owl-page.active:nth-child(5) ~ .owl-page:last-child {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -o-transform: translateX(400%);
  -ms-transform: translateX(400%);
  transform: translateX(400%);
}
.owl-theme .owl-controls .owl-page.active:nth-child(6) ~ .owl-page:last-child {
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -o-transform: translateX(500%);
  -ms-transform: translateX(500%);
  transform: translateX(500%);
}

/************************  $Buttons  ******************************/
.btn {
  background-color: #3d0f32;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: #f55573;
  color: #fff;
}
.btn.btn-filter {
  background-color: #fff;
  border: 1px solid #f55573;
  color: #875774;
  font-size: 13px;
  margin: 5px;
  min-width: 100px;
}
.btn.btn-filter.active,
.btn.btn-filter:hover {
  background-color: #f55573;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn.btn-plans {
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  height: 50px;
  padding: 0.3em 0.5em;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.btn.btn-plans:hover,
.btn.btn-plans:active {
  color: #fff;
}
.btn.btn-plans:after {
  background: #f55573;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}
.btn.btn-plans:hover:after,
.btn.btn-plans:active:after {
  height: 100%;
}
.btn.btn-social {
  margin: 0 0 10px 0;
  padding: 0 0 0 48px;
  position: relative;
  text-align: left;
  width: 100%;
}
.btn.btn-social i {
  font-size: 1.5em;
  height: 38px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 38px;
}
.btn.btn-social.twitter {
  background-color: #01a9ea;
}
.btn.btn-social.twitter i {
  background-color: #34baef;
}
.btn.btn-social.facebook {
  background-color: #5775bb;
}
.btn.btn-social.facebook i {
  background-color: #7a90c9;
}
.btn.btn-subscribe {
  background-color: #3d0f32;
  border: 2px solid #f55573;
  color: #f55573;
  font-size: 1.2em;
  height: 67px;
  width: 190px;
}
.btn.btn-subscribe:hover {
  background-color: #f55573;
  border-color: #3d0f32;
  color: #3d0f32;
}

/***************************  $Dropdown  *****************************/
.navbar-nav>li>.dropdown-menu {
  background: #875774;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  left: -50%;
  padding: 20px;
  position: absolute;
  top: 70px;
  width: 225px;
}
.navbar-nav>li>.dropdown-menu:after {
  border-color: #875774 transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  content: '';
  display: block;
  left: 102px;
  position: absolute;
  top: -10px;
  width: 0;
  z-index: 1;
}

/**************************  $Features  ******************************/
.features {
  background-color: #fff;
  padding: 50px 0 100px 0;
}
.features h2 {
  color: #3d0f32;
  font-size: 2.5em;
  line-height: 2em;
  font-weight: 800;
  margin: 0 100px;
  text-align: right;
  text-transform: uppercase;
}
.features h3 {
  color: #875774;
}
.features h3 strong {
  color: #3d0f32;
}
.features h6 {
  font-size: 1em;
  font-weight: 300;
  margin: 30px 100px;
  text-align: right;
}
.features .fig {
  float: right;
  margin: 0 100px 0 0;
  width: 400px;
}
.features .device {
  float: left;
  margin: 20px 0;
}
.features .device a {
  display: block;
}
.features .device img {
  height: 150px;
  width: auto;
}
.features .features-item {
  margin: 0 20px 20px 20px;
}
.features .features-item h4 {
  font-size: 1.2em;
  font-weight: 700;
}
.features .features-item .icon {
  background-color: #eddddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #875774;
  display: block;
  font-size: 1.3em;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
}
.features .features-item .icon:hover {
  background-color: #f55573;
  color: #fff;
}

/*************************  $Forms  ******************************/
.form-control {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color:#fff;
}
.form-login {
  margin-top: 5px;
}
.form-login .btn {
  width: 100%;
}
.form-login .form-control {
  background-color: rgba(61,15,50,0.9);
  color: #f55573;
  font-size: 0.875em;
  font-weight: 700;
  height: 38px;
  text-transform: uppercase;
  width: 100%;
}
.form-login .form-group {
  margin: 0 0 10px 0;
}
.form-subscribe {
  text-align: center;
}
.form-subscribe .form-control {
  background-color: #300a27;
  font-size: 18px;
  height: auto;
  line-height: 27px;
  min-width: 400px;
  padding: 20px 20px;
}
.form-control:focus{
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(245, 85, 115, 0.6);
}

#contact_form input {
  width:100%;
  height: 35px;
  padding: 1px;
}

#contact_form textarea {
  width:100%;
  height: 175px;
}

.form-btn {
  padding: 8px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  height: 50px!important;
  margin-top: 7px;
  border: 0;
  float:left;
  display:block;
}

.form-btn:hover {
  background: #000;
  color: #aaa;
  text-decoration: none;
}

/***************************  $Home  ******************************/
.home {
/*  background-image: url("/img/bg/bg3.jpg");*/
  background-color: #777;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 500px;
  padding-top: 60px;
}
.home h2 {
  color: #fff;
  font-size: 4em;
  margin-top:0.7em;
}
.home h5 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}
.home .btn {
  color: #f55573;
  height: auto;
  margin-top: 6em;
  padding: 7px 40px;
}
.home .btn:hover {
  color: #04121f;
}
.home .bg-cover {
  background-color: rgba(29,48,63,0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .carousel-control {
  background: none;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.home .carousel-control.left {
  left: 30px;
}
.home .carousel-control.right {
  right: 30px;
}
.home .carousel-inner {
  height: 500px;
}
.home .carousel-inner .item {
  margin: 0 auto;
  text-align: center;
}

/*********************  $Image Thumbnail  **************************/
.item-thumbnail {
  overflow: hidden;
  position: relative;
}
.item-thumbnail:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.item-thumbnail:hover .icons {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 45%;
}
.item-thumbnail:hover .overthumb {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  top: 0;
}
.item-thumbnail img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.item-thumbnail .icons {
  display: block;
  font-size: 19px;
  height: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
}
.item-thumbnail .icons a {
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 2em;
  height: 60px;
  margin: -30px 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 60px;
}
.item-thumbnail .icons a:hover {
  border-color: #3d0f32;
  color: #3d0f32;
  text-decoration: none;
}
.item-thumbnail .overthumb {
  background: #be526d;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
}

/************************  $Menu Effect  ***************************/
.menu-effect>li>a::before,
.menu-effect>li>a::after {
  color: #f55573;
  display: inline-block;
  font-weight: 600;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  -o-transition: -o-transform 0.3s, opacity 0.2s;
  -ms-transition: -ms-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.menu-effect>li>a::before {
  content: '|';
  margin-right: 10px;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.menu-effect>li>a::after {
  content: '|';
  margin-left: 10px;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-effect>li>a:hover::before,
.menu-effect>li>a:hover::after,
.menu-effect>li>a:focus::before,
.menu-effect>li>a:focus::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/**********************  $Navbar Toggle  **************************/
.navbar-toggle {
  border-color: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

/**************************  $Navigation  ***************************/
.navbar-nav {
  float: right;
}
.navbar-nav>li>a {
  color: #8A8A8C;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  padding: 20px 10px;
  position: relative;
  text-transform: uppercase;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
  background-color: transparent;
  color: #fff;
}
.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus {
  background-color: transparent;
}
.navbar-nav>li.active>a {
  color: #d6ac22;
}

/*********************  $Preloader  ***************************/
#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.preloader {
  background: #fff;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 36px;
}

/*************************  $Premium   ******************************/
.premium {
  padding: 100px 0;
}
.premium h2, .subscribe h2 {
  color: #3d0f32;
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 800;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.premium h6 {
  color: #916780;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 70px;
  max-width: 580px;
}
.premium .premium-grid {
  margin: 40px -15px;
}
.premium .premium-item {
  margin: 0 15px 50px;
  padding: 0 30px 13px;
  position: relative;
  width: 360px;
}
.premium .premium-item:after,
.premium .premium-item:before {
  -webkit-border-radius: 5px;
  border-radius: 5px;
/*  content: ' ';*/
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.premium .premium-item:after {
  background-color: #f4f4f4;
  bottom: 3px;
  height: 20px;
}
.premium .premium-item:before {
  background-color: #e8e8e8;
  bottom: 0;
  height: 10px;
}
.premium .premium-item figure {
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  float: left;
  height: 210px;
  margin: 0 20px 0 0;
  width: 150px;
}
.premium .premium-item h3 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  text-transform: uppercase;
}
.premium .premium-item p {
  font-size: 1em;
  margin: 10px 0;
}
.premium .premium-item strong {
  color: #d4dbe3;
  font-size: 1.5em;
}
.premium .premium-item strong em {
  color: #ffb91b;
}
.premium .premium-item strong i {
  margin: 0 0 0 -17px;
}
.premium .premium-item strong i:first-child {
  margin: 0 0 0 -5px;
}

/*************************  $Social  *******************************/
.social {
  list-style: none;
  margin: 10px 0;
}
.social li {
  display: inline-block;
}
.social li a {
  background-color: #875774;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #3d0f32;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  margin: 20px 3px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.social li a:hover {
//  background-color: #f55573;
}

/************************  $Sticky  *******************************/
.stickyWrapper {
  height: 0 !important;
}

/*********************  $Subscribe  *******************************/
.subscribe {
  background-color: #3d0f32;
  padding: 100px 0;
}
.subscribe h2 {
  color: #fff;
//  font-size: 2em;
//  font-weight: 400;
  margin: 0 0 40px 0;
}
.modal-body .form-control{
 border: 1px solid #dde6ed;
}


/**************************   **********************/
section {
  width:100%;
}

.home .owl-carousel {
  height: 500px;
}
.home .owl-carousel .item {
  margin: 0 auto;
  text-align: center;
}


.navbar-header .navbar-brand, .navbar-nav > li > a {
  color: beige;
  text-transform: uppercase;
}
.home {
  background-position: center center;
}
.home h2, .home h5, .home .btn {
  color: beige;
}
.home .btn {
  background-color: #20B2AA;
}
.home .btn:hover {
  background-color: #D6AC22;
}
.features h4 {
  margin-top:0;
}
.features .fig {
  margin:0 auto;
}
.features .row {
  margin-bottom:20px;
}
.features .features-item .icon {
  display:none;
}
.features .features-item h4 {
  color: #2F4F4F;
  font-size: 1.4em;
  line-height: 1.6em;
}
.features .features-item p {
  color: #2F4F4F;
  font-size: 1.1em;
  line-height: 1.6em;
}
article, .features {
  background-color: #FFFFF0;
}
header {
  background-color: #2F4F4F;
}

/****************************    ***********************/
.note {
  background-image: mome;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 130px 0 70px;
}

article.subscribe::before, article.subscribe::after {
  content: '';
  height: 75%;
  left: -25%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 150%;
  z-index: -1;
}

 
article.features::before, article.features::after {
  background: inherit;
  content: '';
  height: 75%;
  left: -25%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 150%;
  z-index: -1;
}

article::before, article::after, .note::before, .note::after {
  background:#FFFFF0;
}
.note::before {
  content: '';
  left: -25%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 150%;
  z-index: -1;
  height: 110px;
  background:#FFFFF0;
  background-position: bottom;
  background-repeat: no-repeat;
}


.note::after {
  content: '';
  left: -25%;
  pointer-events: none;
  position: absolute;
  bottom: -100px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 150%;
  z-index: -1;
  height: 110px;
  background:#FFFFF0;
  background-position: top;
  background-repeat: no-repeat;
}

.note .carousel-control {
  background: none;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.note .carousel-control.left {
  left: 30px;
}
.note .carousel-control.right {
  right: 30px;
}
.note .carousel, .note .owl-carousel {
  min-height: 120px;
}
.note .carousel-inner {
  padding: 15px 30px 30px;
}
.note .carousel-inner .item, .note .item {
  margin: 0 auto;
  text-align: center;
}
.note .carousel-inner .item h5, .note .item h5 {
  font-size: 1.4em;
  line-height: 1.6em;
  color:#FFFFF0;
  margin: 1.5em 0 1.5em 0;
}

.note.carousel-topor {
  background-color: #777;
}
.note.carousel-topor_damask {
  background-color: #777;
}
.note.carousel-kolun {
  background-color: #777;
}
.note.carousel-after_kolun{
  background-color: #777;
}

article.subscribe{
/*  background-image: url("/img/bg/4-1920.jpg");*/
  background-color: #777;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 130px 0 70px;
}
article.subscribe::before,
article.subscribe::after {
  height: 110px;
}

.premium h2, .premium h6, .subscribe h2 {
  text-align:center;
}
.premium figure {
  margin: 0 auto 20px;
}
.premium figure img {
  display: block;
  margin: 0 auto;
}
.premium .item h3, .premium .item .cost {
//  text-align:center;
}
.premium .overthumb {
  display:none;
}
.premium h2, .premium h3, .premium h4, .premium h6 {
  color: #2F4F4F;
}
.premium h3, .premium h4, .premium h6 {
  font-size: 1.4em;
  line-height: 1.6em;
}
.premium p {
  color: #2F4F4F;
  font-size: 1.1em;
  line-height: 1.6em;
}
.premium .description p span {
  font-style: italic;
  font-weight:800;
}

.carousel .item-thumbnail{
  box-sizing: border-box;
}
.carousel .description {
  box-sizing: border-box;
}
.carousel .item figure img {
  height:400px;
  width:auto;
}

.owl-thumbs {
  padding: 20px;
}
.owl-thumbs button, .owl-thumbs div {
  margin-right: 20px;
  display: inline-block;
}
.owl-thumbs img {
  width: 100px;
}
.owl-thumbs p {
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
}

.readmore-js-toggle {
  padding: 10px 30px;
  color: #D6AC22;
}

/********************  ****************************/
#menu_video h6 {
  max-width:none;
}
#menu_contacts h6 {
  text-align: center;
  color:#fffff0;
}
#menu_video h6 a {
  color:#D6AC22;
}

.subscribe {
  background-color: #2F4F4F;
  color:beige;
}
.subscribe h2, .subscribe h6 {
  color:beige;
}
.subscribe h6 {
  font-size: 1.1em;
  line-height: 1.6em;
}
#contact_form .btn {
  color:beige;
  background-color: #20B2AA;
  float:none;
}
#contact_form .btn:hover {
  color: #04121f;
  background-color: #D6AC22;
}


footer {
  background-color: #2F4F4F;
  color:beige;
  border: 1px solid transparent;
}

footer p {
  color:beige;
}
footer a {
  color:#D6AC22;
}

footer p.copy {
  margin-top:30px;
}
.social li a {
  background-color: #2F4F4F;
  color:beige;
}
#contact_form select {
  width:100%;
  height: 35px;
}

#to_the_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAOHRSTlNEFUMYLDwhSzoGNTk+RT8cMxIyLUkUPTYLERsNAR8iCBlICR4KBQMaJSQTBDtMFh0CDkcHIwBNJpBDPVMAAALLSURBVHjatddZd6owFIbhnM62atU6D4jIPEaB5P//s6O2tsXABySr7yXL5waWOzskL43Oh/pe8zj3tL0+nNO8tDIcLBJ+U7IIGmFjyUtbGrXYTHhliQlxcM9h90E1Xnm8Jm9Vgdcxb1C8LsP0nTcqsUVs73nDNvYtphsIipoW8fqdt+h9XcAxb1X8G694y1Y/OPDaYi/4xg5vnXPFJpfI/MKJDE4+scGlMi54KYeXZ2y7cti1T3jBK8vSNOOVLU44ATbPgU5yQpFNU6QpmSObZUjPyRBZzpH2iQ4t1DrZI4v1nmjIYq0RD1msPYIt1gRarF3iQYsfii/MvPxM1OLMeBI/1cY8W1GbG/FT6Vw6nQzlsU/m8nhOqDymYBjUleAxhFsoDUCV0as09FWOG6WDTuWIVTrcVdYKlYVGYZVK1gWc222WODu/YqCBVVtc1Vdm9WX9WqBjqwdKFxT1qxG+lO2F+V56KUPXwafMdbMneB0szYrd0WNvzNi4Nx25sdUcb7MwYoWiMDMaYX92lUU/82uxH7LKQh/i7YjBRttq7OxYTTunAtMH1qAHWoaDN9aoF0vEnS5rWL9zi62CxXWtIqZvrEVvtIA/WKs+fmOHtcz5wdtdW7zbfuNX1rrXK54wiSZfOJTB4Sf2mVT+Bc/k8OyM00gOR+kJa6yy4+FwZJVpJxwCm+dAhzmxImAPB6Aji8TIHo9Ix8RFljGkORlAC/WATJHFekp6yGLdI2NksR4TbLEm0GL9TMbI4oc78YX5l5+JWpwZRPxU3cnZinrSFT/VgEk3IK485iSWxzH4S9YVWWAY1BXiMYTTlAagyuhVGvoqx43KQfdP5YhVOtzV1wr1hSanL23sCy3gvNNvbvud2/Ux7Te2qfziGlqlK/NHo3dFpZf1saNyTZC/oEz+4GpUyMgeoxv5mBmtroOD6d3u+Xl3Nx1UXgf/A1x7znwjwcarAAAAAElFTkSuQmCC') no-repeat 0 0;
  z-index: 1000000;
}
#to_the_top:hover {
  background-position: 0 -60px;
}


/************************  **********************/

article.carousel-topor h5{
text-align: center;
margin: 20px 0 40px;
font-size: 1.4em;
line-height: 1.6em;
color:#FFFFF0;
}

.note .carousel-inner .item h5, .note .item h5 {
color:#000;
}
article.carousel-topor h5, article.carousel-topor_damask h5{
color:#000;
}
article, .features {
background-color: #fff;
}
.note::before {
background-color: #fff;
}
article::before, article::after, .note::before, .note::after {
background-color: #fff;
}
.note::before, .note::after {
display:none;
}
.note {
padding: 30px 0 30px;
}

.owl-carousel .owl-thumbs .owl-thumb  img  {
width:70px;
}
.t0 .active {
border: #000 1px solid;
}


.subscribe input, .subscribe select, .subscribe textarea {
margin-bottom:5px;
}

