/*@charset "utf-8";*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600,800&subset=latin,cyrillic);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.half_hold:after,
.container:after,
.social:after,
.bottom_line:after,
.info_sect:after,
.news:after,
.news .news_blk:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
html,
body {
  width: 100%;
  /*height: 100%;*/
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  font: normal 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #25242d;
}
fieldset,
form,
figure,
legend {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
header,
footer,
section,
nav,
article,
menu,
figure,
figcaption,
aside,
time,
details,
summary,
main {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: 0;
  vertical-align: top;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
b,
strong {
  font-weight: bold;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: normal;
}
/* Input */
input,
textarea,
select,
button {
  font: normal 16px Arial, Helvetica, sans-serif;
  color: #333;
  outline: none;
  line-height: normal;
  background: none;
}
input,
textarea,
select {
  margin: 0;
  border: 1px solid #333;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input,
textarea {
  padding: 13px 16px;
}
input:focus,
textarea:focus {
  border-color: #333;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
textarea {
  resize: none;
}
[hidden],
template {
  display: none;
}
/* END Input */
/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  /*margin-bottom: 37px;*/
}
td,
th {
  vertical-align: middle;
  text-align: left;
  border: none;
  /*padding: 17px 27px;*/
  font-weight: 600;
}
.table td,
.table th {
  padding: 17px 27px;
}
th {
  font-weight: bold;
}
tr:nth-child(odd) td {
  background: #f0f0ef;
}
.table th {
  background: #6385bf;
  color: #fff;
  font-weight: bold;
}
/* END Table */
p,
ul,
ol {
  margin: 0 0 17px;
}
ul,
ol {
  padding: 0 0 0 18px;
}
li {
  margin: 0 0 9px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  font-size: 30px;
  color: #25242d;
  margin: 0 0 21px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 18px;
}
a {
  cursor: pointer;
  color: #5391ea;
  text-decoration: underline;
  outline: none;
}
a:active,
a:hover {
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.nofloat {
  height: 100%;
  overflow: hidden;
}
.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
.fl,
.half_hold .half:first-child {
  float: left;
}
.fr,
.half_hold .half {
  float: right;
}
.half_hold .half {
  width: 48%;
}
.half_hold .half:first-child {
  width: 45%;
}
.wrapper,
.footer,
.services_entry {
  min-height: 100%;
  max-width: 10000px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.content:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.footer-place {
  height: 200px;
  clear: both;
}
.footer {
  min-height: 200px;
  margin: -200px auto 0px auto;
  background: #5e85c8;
  color: #fff;
  padding-top: 42px;
}
.footer a {
  color: #fff;
}
.footer .h2,
.footer .h3 {
  color: #fff;
}
.services_entry {
  min-height: 200px;
  margin: -200px auto 100px auto;
  background: #5e85c8;
  color: #fff;
  padding-top: 42px;
}
.services_entry a {
  color: #fff;
}
.services_entry .h2,
.services_entry .h3 {
  color: #fff;
}
.phone_num {
  cursor: default;
  color: #333;
  text-decoration: none;
}
.btn {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #635e8c;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 34px;
  border: 1px solid #645f8c;
  -webkit-box-shadow: inset 0 0 0 1px #9390b0;
  box-shadow: inset 0 0 0 1px #9390b0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:hover {
  text-decoration: none;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn.btn_white {
  background: #fff;
  border: 1px solid #e9e9e9;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  box-shadow: none;
}
.btn.btn_whboard {
  font-size: 14px;
  color: #635e8c;
  padding: 6px 24px;
  border: 1px solid #e4ebf4;
  -webkit-box-shadow: inset 0 0 2px 1px #e4ebf4;
  box-shadow: inset 0 0 2px 1px #e4ebf4;
  background: #fff;
}
.bg_blue {
  background: #77a9e4 !important;
  color: #fff;
  font-weight: bold;
}
.bg,
.header .phone_num:after,
.header .mail:after {
  background: url(../img/main_ico.png) no-repeat 0 0;
  background-size: 63px auto;
}
.header {
  position: relative;
  margin-bottom: 29px;
}
.header .logo {
  margin: 0 10px 15px 0;
  display: inline-block;
  color: #5391ea;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
}
.header .phone_num {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 34px;
  white-space: nowrap;
  color: #5391ea;
  font-size: 22px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 10px 73px;
}
.header .phone_num:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: -4px;
}
.header .mail {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  padding-left: 41px;
  white-space: nowrap;
  color: #5391ea;
  font-size: 22px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 10px 10px;
}
.header .mail:after {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  background-position: -33px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.top_line {
  padding-top: 12px;
}
.top_line .adr {
  float: right;
  font-style: normal;
  text-align: right;
  padding-top: 11px;
}
.menu_line {
  background: #5e85c8;
  padding-top: 8px;
  position: relative;
}
.menu_line a {
  color: #fff;
}
/* social */
.social {
  float: right;
}
.social a,
.social span {
  float: left;
  vertical-align: top;
  margin: 0;
  text-decoration: none;
  overflow: hidden;
  width: 49px;
  height: 43px;
  background: url(../img/socials_icon.png) no-repeat;
  background-size: auto 23px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.social a:hover,
.social span:hover {
  background-color: #5391ea;
}
.social .vk {
  background-position: -78px 9px;
}
.social .fb {
  background-position: 20px 10px;
}
.social .yt {
  background-position: -30px 9px;
}
/* end social */
/* Menu */
#menu_label {
  display: none;
}
#menu_check {
  position: absolute;
  left: -10000px;
}
.menu {
  margin-bottom: 20px;
  float: left;
  padding: 12px 0 0 4px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  margin: 0 38px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.menu ul li a,
.menu ul li span {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.menu ul li a:after,
.menu ul li span:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  transition: width 0.3s ease-in-out;
}
.menu ul li a:hover:after,
.menu ul li span:hover:after,
.menu ul li a:focus:after,
.menu ul li span:focus:after {
  width: 0;
}
.menu ul li a:hover,
.menu ul li span {
  text-decoration: none;
}
/* end Menu */
.mainContent {
  margin-bottom: 28px;
}
.lic {
  margin: 0 -70px 20px 0;
}
.lic .h2 {
  margin-bottom: 36px;
}
.lic .img {
  display: inline-block;
  vertical-align: top;
  margin: 0 59px 10px 0;
}
.lic .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.bottom_blk {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 35px;

}
.bottom_blk_services {
  margin: -100px auto 200px auto; 
}
.bottom_blk:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(249, 249, 249, 0.9);
}
.bottom_blk .h2 {
  color: #7b7b7b;
  margin-bottom: 17px;
}
.bottom_blk .bottom_blk_hold {
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
.bottom_blk .bottom_blk_hold:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bottom_blk .bottom_item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  color: #5391ea;
  font-size: 72px;
  line-height: 79px;
  font-weight: 800;
  text-transform: uppercase;
  width: 23%;
  margin-bottom: 43px;
}
.bottom_blk .bottom_item small {
  font-size: 20px;
  line-height: 24px;
  display: block;
}
.bottom_blk .bottom_item .img {
  display: block;
}
.bottom_blk .bottom_item .img img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.bottom_line {
  background: #2a2f39;
  padding-top: 21px;
}
.bottom_line a {
  text-decoration: none;
}
.bottom_line a:hover {
  text-decoration: underline;
}
.menu_bottom {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
}
.menu_bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_bottom ul li {
  margin: 0 34px 10px 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.menu_bottom ul li a,
.menu_bottom ul li span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.menu_bottom ul li a:hover,
.menu_bottom ul li span {
  text-decoration: none;
}
.copy {
  float: right;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.form {
  font-size: 16px;
  margin-bottom: 33px;
}
.form .h2,
.form .h3 {
  margin-bottom: 17px;
}
.form p {
  margin-bottom: 30px;
}
.form .small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-top: 9px;
}
.footer .form {
  margin: 0 -30px 33px 0;
}
.footer .form input,
.footer .form textarea,
.footer .form .btn {
  height: 49px;
}
.footer .form input,
.footer .form textarea {
  border-color: #fff;
  margin: 0 15px 18px 0;
  color: #fff;
}
.footer .form input,
.footer .form .btn {
  width: 286px;
  display: inline-block;
  vertical-align: top;
}
.footer .form textarea {
  width: 896px;
  max-width: 100%;
}
.footer .form ::-webkit-input-placeholder {
  color: #fff;
}
.footer .form ::-moz-placeholder {
  color: #fff;
}
.footer .form :-moz-placeholder {
  color: #fff;
}
.footer .form :-ms-input-placeholder {
  color: #fff;
}
/* fade */
.fade,
.fade .hold,
.fade .hold .container,
.fade .hold ul,
.fade .hold ul li {
  height: 438px;
}
.fade .hold ul,
.fade .hold ul li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fade {
  overflow: hidden;
  position: relative;
}
.fade .text_block {
  position: absolute;
  bottom: 10.8%;
  left: 0;
  color: #25242d;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  width: 41%;
}
.fade .text_block .h1 {
  color: #304770;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 13px;
  line-height: 36px;
}
.fade .text_block .sl_txt {
  margin-bottom: 20px;
}
.fade .hold ul,
.fade .hold ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fade .hold ul li {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}
.fade .hold ul li.active {
  z-index: 10;
}
.fade .dot {
  position: absolute;
  z-index: 110;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: 24px;
  right: 50%;
  margin-right: -600px;
}
.fade .dot li {
  margin: 0 0 0 13px;
  padding: 0;
  width: 23px;
  height: 23px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
}
.fade .dot li.active,
.fade .dot li:hover {
  background: #6a92d8;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
}
.fade .dot li.active {
  cursor: default;
}
/* end fade */
.info_sect {
  position: relative;
}
.info_sect .info_blk {
  position: relative;
  float: left;
  width: 33.33%;
  color: #323232;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  height: 282px;
  padding: 47px 2.6% 57px;
  overflow: hidden;
}
.info_sect .info_blk:before {
  content: '';
  display: block;
  background-color: rgba(90, 178, 216, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.info_sect .info_blk .titl {
  font-size: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.info_sect .info_blk.item2:before {
  background-color: rgba(92, 143, 202, 0.8);
}
.info_sect .info_blk.item3:before {
  background-color: rgba(77, 118, 186, 0.8);
}
.info_sect .all {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 18px 0;
  z-index: 2;
}
.info_sect .all a {
  color: #fff !important;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #a2a2a2;
}
.info_sect .all a:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: #a2a2a2;
  transition: width 0.3s ease-in-out;
}
.info_sect .all a:hover:after,
.info_sect .all a:focus:after {
  width: 0;
}
.info_head {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 25px;
  color: #304770;
  padding: 12px 0;
}
.info_head .container {
  text-align: center;
}
.info_head .txt {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px 0 0;
  margin: 0 0 10px;
}
/* Menu_content */
.menu_content {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu_content .dec {
  display: inline-block;
  margin: 0 6px;
}
.menu_content a {
  color: #a6a6a6;
  text-decoration: none;
}
.menu_content a:hover {
  text-decoration: underline;
}
/* end Menu_content */
.news {
  margin-bottom: 2px;
}
.news .h2 {
  margin-bottom: 24px;
}
.news .news_blk {
  margin-bottom: 20px;
  font-weight: 600;
}
.news .news_blk a {
  color: #25242d;
  text-decoration: none;
}
.news .news_blk .img {
  float: left;
  width: 147px;
  height: 98px;
  overflow: hidden;
  margin-right: 18px;
}
.news .news_blk .img img {
  width: 100%;
  height: auto;
}
.news .news_blk .txt {
  margin: -4px 0 20px;
  max-height: 69px;
  overflow: hidden;
}
.news .news_blk time {
  color: #c5c5c5;
}
.ourspecial {
  margin: 0 -70px 0 0;
}
.ourspecial .h2 {
  margin-bottom: 31px;
}
.ourspecial .ourspecial_blk {
  display: inline-block;
  vertical-align: top;
  width: 251px;
  height: 309px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 19px;
  position: relative;
  margin: 0 63px 8px 0;
}
.ourspecial .ourspecial_blk img {
  width: 100%;
  height: auto;
}
.ourspecial .ourspecial_blk a {
  text-decoration: none;
  color: #7b7b7b;
}
.ourspecial .ourspecial_blk .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
  padding: 16px 16px 13px;
}
.ourspecial .ourspecial_blk .txt strong {
  display: block;
  color: #5391ea;
  font-size: 12px;
  line-height: 21px;
}

.vjweb_hidden {
    display: none !important;
}
/*----*/

@media screen and (max-width: 900px) {
    .header .logo {
        margin: 0 auto 15px auto;
        display: block;
        text-align: center;
    }
    .top_line .adr {
        float: none;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 11px;
    }
    .header .mail {
        margin: 0 auto 25px auto;
    }
    .header .phone_num {
        margin: 0 auto 10px auto;
        padding-left: 41px;
    }
    .fade .text_block {
        left: 5%;
        width: 90%;
    }
    .info_sect .info_blk {
        height: 232px;
        width: 100%;
    }
    .half_hold .half:first-child,
    .half_hold .half {
        width: 90%;
        margin-left: auto; 
        margin-right: auto;
        float: none;
    }
    .lic .img {
        margin: 0 10px 10px 0;
    }
    .bottom_blk .h2 {
        text-align: center;
    }
    .bottom_blk .bottom_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .bottom_blk {
        padding-bottom: 15px;
    }
    .footer .form {
        margin: 0 5% 33px;
    }
    .menu_bottom {
        display: block;
        margin: 0 auto 13px;
        width: 90%;
    }
    .copy {
        float: none;
        text-align: center;
        display: block;
    }
    .menu_content {
        margin-left: 5%;
    }
    
    .long_art {
            margin: 0 auto;
            width: 90%;
    }
    .table {
        left: -5%;
        position: relative;
        font-size: 12px;
    }
    .table td,
    .table th {
        padding: 2px;
    }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  /* Menu */
  #menu_label {
    height: 27px;
    cursor: pointer;
    display: inline-block;
    margin: 9px 20px 10px 9px;
  }
  .menu {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
  }
  #menu_check:checked ~ .menu {
    display: block;
  }
  .menu ul {
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    position: relative;
    border-top: 1px solid #fff;
    display: block;
  }
  .menu ul li:first-child {
    border: none;
  }
  .menu ul li a,
  .menu ul li span {
    display: block;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    text-align: left;
  }
  .menu ul li a:after,
  .menu ul li span:after {
    display: none;
  }
  .menu ul li a:hover,
  .menu ul li span {
    background: #5e85c8;
  }
  /* ICON */
  #nav-toggle {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
  }
  #nav-toggle span {
    position: absolute;
    left: 0;
    top: 10px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 35px;
    background: white;
    border-radius: 1px;
    cursor: pointer;
  }
  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    transition: all 500ms ease-in-out;
  }
  .open #nav-toggle span {
    background-color: transparent;
  }
  .open #nav-toggle span:before,
  .open #nav-toggle span:after {
    top: 0;
  }
  .open #nav-toggle span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* end ICON */
  /* end Menu */
  .fade .dot {
    margin: 0 10px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 10px;
    text-align: right;
  }
}


