@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/23px "Arial", sans-serif;
  color: #bbbaba;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #fcaf17;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 300 30px/30px "Open Sans", sans-serif;
  color: #3a3f4d;
  text-transform: uppercase;
}
h3 {
  font: italic 400 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fcaf17;
}
h3 a:hover {
  color: #d48f17;
}
h4 {
  font: italic 400 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #383838;
}
h4 a:hover {
  color: #d48f17;
}
.h4__inset1 {
  color: #fcaf17;
}
h5 {
  font: italic 600 30px/30px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
h6 {
  font: italic 400 80px/80px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fcaf17;
}
.header1 {
  margin-top: 83px;
  margin-bottom: 55px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 600 15px/23px "Open Sans", sans-serif;
  color: #fcaf17;
  text-transform: uppercase;
  position: relative;
}
.btn-default:hover {
  color: #d48f17;
}
.btn-default:hover:after {
  color: #d48f17;
}
.btn-default:after {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f105';
  color: #3a3f4d;
  right: -21px;
  top: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-big {
  border-bottom: 4px solid #2d303b;
  display: block;
  background: #3a3f4d;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font: 600 15px/23px "Open Sans", sans-serif;
  color: #ffffff;
  padding: 14px 0 9px;
}
.btn-big:hover {
  border-bottom: 4px solid #ca8f1b;
  color: #ffffff;
  background: #fcaf17;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #fcaf17;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__margin1 {
  margin-bottom: 49px;
}
.__margin2 {
  margin-bottom: 49px;
  margin-top: 81px;
}
.__margin3 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 0 0 89px;
  background: #f4f5f5;
}
.wrapper2 {
  background: #ffffff;
  padding: 84px 0 40px;
}
.wrapper3 {
  background: #ffffff;
  padding: 0 0 40px;
}
.wrapper4 {
  background: #f4f5f5;
  padding: 84px 0 4px;
}
.wrapper5 {
  background: #ffffff;
  padding: 0 0 22px;
}
.border-wrapper {
  border-bottom: 1px solid #f4f4f4;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  padding: 0 0 63px;
  background: #ffffff;
  z-index: 999;
}
#header .color-plank {
  position: absolute;
  height: 88px;
  width: 100%;
  background: #2c2f3a;
  z-index: 1;
}
#header #stuck_container {
  position: relative;
  z-index: 2;
}
#header .authorization {
  margin-top: 89px;
  text-align: right;
}
#header .login,
#header .register {
  text-transform: uppercase;
  color: #3a3f4d;
  font: 400 14px/24px "Open Sans", sans-serif;
  position: relative;
  display: inline-block;
  padding-left: 31px;
}
#header .login:before,
#header .register:before {
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #fcaf17;
  left: 0;
  top: 2px;
}
#header .login:before {
  content: '\f023';
}
#header .register {
  margin-left: 30px;
}
#header .register:before {
  content: '\f007';
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .authorization {
    margin-top: 70px;
    width: 100px;
    float: right;
  }
  #header .login,
  #header .register {
    display: inline-block;
  }
  #header .register {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 0 0 48px;
    text-align: center;
  }
  #header .authorization {
    margin-top: 30px;
  }
}
/* ======= Logo ======= */
h1 {
  position: relative;
  margin-top: 61px;
  padding-left: 107px;
}
h1 .main {
  font: italic 300 60px/60px "Open Sans", sans-serif;
  color: #3a3f4d;
  display: inline-block;
}
h1 .secondary {
  font: 300 12px/15px "Open Sans", sans-serif;
  display: inline-block;
  color: #9c9fa6;
  text-transform: uppercase;
}
h1 a:before {
  font-family: FontAwesome;
  font-size: 89px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  cursor: pointer;
  content: '\f0a0';
  color: #fcaf17;
  left: 0px;
  top: 31px;
}
h1 a:hover .main {
  color: #3a3f4d;
}
h1 a:hover .second {
  color: #9c9fa6;
}
@media (max-width: 767px) {
  h1 {
    display: inline-block;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  background: #21232c;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  width: 20%;
  border-bottom: 4px solid #3a222b;
}
.sf-menu > li.current {
  border-bottom: 4px solid #ca8f1b;
}
.sf-menu > li.current:hover {
  border-bottom: 4px solid #3a222b;
}
.sf-menu > li + li {
  border-left: 1px solid #21232c;
}
.sf-menu > li + li.current {
  border-left: 1px solid #fb900e;
  border-right: 1px solid #fb900e;
}
.sf-menu > li + li.current.sfHover {
  border-left: 1px solid #21232c;
  border-right: 1px solid #21232c;
  border-bottom: 4px solid #21232c;
}
.sf-menu > li + li.current:hover {
  border-left: 1px solid #21232c;
  border-right: 1px solid #21232c;
  border-bottom: 4px solid #21232c;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 25px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-align: center;
  text-transform: uppercase;
  font: 600 14px/15px "Open Sans", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #3a3f4d;
  color: #ffffff;
  padding: 47px 0 44px;
}
.sf-menu > li > a:hover {
  background: #353a47;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: #353a47;
  color: #ffffff;
}
.sf-menu .sfHover > a {
  background: #353a47;
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu .sfHover > a + li {
  border-left: 1px solid #21232c;
}
.sf-menu .sfHover > a + li.current {
  border-left: 1px solid #21232c;
  border-right: 1px solid #21232c;
}
.sf-menu > li.current > a {
  background: #fcaf17;
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #353a47;
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 189px;
  font: 600 14px/15px "Open Sans", sans-serif;
  position: absolute;
  top: 110px;
  left: -1px;
  margin-left: 0;
  background: #353a47;
  text-align: center;
  padding: 38px 0 41px 0;
  z-index: 2;
}
@media (max-width: 979px) {
  .sf-menu ul {
    left: 50%;
    margin-left: -95px;
  }
}
.sf-menu ul > li + li {
  margin-top: 13px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -2px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #fcaf17;
}
.sf-menu ul > .sfHover > a:after {
  color: #fcaf17;
}
.sf-menu ul li.sfHover > a {
  color: #fcaf17;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -9px;
  left: 210px;
  margin-left: 0;
  background: #fcaf17;
  padding: 25px 0 28px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul:before {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0d9';
  color: #fcaf17;
  left: -5px;
  top: 13px;
}
.sf-menu ul ul li {
  line-height: 27px;
  margin-top: 1px;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.sf-menu ul ul li:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #353a47;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #fcaf17;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: #2c2f3a;
}
.isStuck .sf-menu > li > .sf-with-ul:after {
  bottom: 0;
}
.isStuck .sf-menu > li > a {
  padding: 15px 0;
}
.isStuck .sf-menu ul {
  top: 49px;
}
.isStuck .sf-menu ul ul {
  top: -12px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
/* ======= Post 1 Bronze, Silver, Gold, Platinum ======= */
.post1 {
  margin-top: -90px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.post1 .header {
  padding: 30px 0 26px;
}
.post1 .header.bronze {
  background: #fcaf17;
  border-bottom: 4px solid #ca8f1b;
}
.post1 .header.silver {
  background: #91bed4;
  border-bottom: 4px solid #7fa5b8;
}
.post1 .header.gold {
  background: #ffd400;
  border-bottom: 4px solid #e6c002;
}
.post1 .header.platinum {
  background: #ccd3d9;
  border-bottom: 4px solid #afb4b8;
}
.post1 .content {
  background: #ffffff;
  padding: 44px 25px 49px 25px;
}
.post1 .price-per span {
  display: block;
}
.post1 .price-per .price {
  font: 600 60px/60px "Open Sans", sans-serif;
  color: #3a3f4d;
  margin-bottom: 5px;
}
.post1 .price-per .per {
  font: italic 300 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fcaf17;
  margin-bottom: 31px;
}
.post1 .btn-big.bronze:hover {
  background: #fcaf17;
}
.post1 .btn-big.silver:hover {
  background: #91bed4;
}
.post1 .btn-big.gold:hover {
  background: #ffd400;
}
.post1 .btn-big.platinum:hover {
  background: #ccd3d9;
}
@media (max-width: 767px) {
  .post1 {
    position: relative;
    margin-top: 40px;
  }
}
/* ======= Post 2 High Speed ======= */
.post2 {
  margin-bottom: 82px;
}
.post2 .header {
  padding-left: 111px;
  position: relative;
  margin-bottom: 33px;
}
.post2 .header h2 {
  margin-bottom: 11px;
}
.post2 .header.first:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0e4';
  line-height: 75px;
}
.post2 .header.second:before {
  font-family: FontAwesome;
  font-size: 50px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f132';
  line-height: 87px;
}
.post2 .header.third:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0c7';
  line-height: 82px;
}
.post2 .header.fourth:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0ed';
  line-height: 82px;
}
.post2 .header.fifth:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0e0';
  line-height: 82px;
}
.post2 .header.sixth:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0ac';
  line-height: 82px;
}
.post2 .header.seventh:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f0c5';
  line-height: 82px;
}
.post2 .header.eight:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f075';
  line-height: 77px;
}
.post2 .header.ninth:before {
  font-family: FontAwesome;
  font-size: 43px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f03d';
  line-height: 82px;
}
.post2 .header:before {
  color: #ffffff;
  height: 83px;
  width: 83px;
  border-radius: 200px;
  background: #fcaf17;
  text-align: center;
  -webkit-box-shadow: 0px -4px 0px 0px rgba(200, 142, 27, 0.96) inset;
  box-shadow: 0px -4px 0px 0px rgba(200, 142, 27, 0.96) inset;
  left: 2px;
  top: 50%;
  margin-top: -42px;
}
.post2 .btn-default {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 {
    margin-top: 83px;
  }
  .post2 .header {
    text-align: center;
    padding-left: 0;
  }
  .post2 .header:before {
    left: 50%;
    margin-left: -41px;
    top: -53px;
  }
}
.post2.post2__inset1 {
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2.post2__inset1 {
    margin-top: 60px;
  }
  .post2.post2__inset1 .header {
    margin-bottom: 10px !important;
  }
}
.post2.post2__inset1 .header {
  margin-bottom: 48px;
}
/* ======= Post 3 What makes us special? ======= */
.post3 {
  margin-bottom: 82px;
}
.post3 .icon {
  background: #f4f5f5;
  width: 118px;
  height: 118px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 25px;
}
.post3 .icon img {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  margin-left: -31px;
}
.post3 .icon i {
  font-size: 65px;
  color: #fcaf17;
  line-height: 118px;
  text-shadow: 4px 4px 2px #969696;
}
.post3 h4 {
  margin-bottom: 17px;
}
.post3 p {
  overflow: hidden;
}
.post3.post3__inset1 {
  margin-bottom: 62px;
}
.post3.post3__inset1 img {
  left: 0;
  top: 0;
  margin-left: 0;
  position: relative;
  margin-top: 22px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post3 .icon {
    float: none;
    margin: 0 0 20px 0;
  }
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 16px;
  position: relative;
  font: italic 400 14px/22px "Open Sans", sans-serif;
  color: #fcaf17;
}
.list1 li a:hover {
  color: #d48f17;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #3a3f4d;
  left: 0;
  top: 7px;
  border-radius: 20px;
}
/* ======= Post 4 Web hosting ======= */
.post4 {
  margin-top: -11px;
  margin-bottom: 44px;
}
.post4 .list1 {
  margin-bottom: 21px;
}
.post4 .btn-default {
  margin-top: 36px;
}
.post4.post4__inset1 {
  margin-bottom: 84px;
  margin-top: 0;
}
.post4.post4__inset1 h4 {
  margin-bottom: 17px;
}
.post4.post4__inset1 p {
  margin-bottom: 38px;
}
.post4.post4__inset1 .btn-default {
  margin-top: 12px;
  font-weight: 600;
}
/* ======= Banner 1 Partners ======= */
.banner1 {
  -webkit-box-shadow: 0px -4px 0px 0px rgba(227, 233, 233, 0.96) inset;
  box-shadow: 0px -4px 0px 0px rgba(227, 233, 233, 0.96) inset;
  text-align: center;
  background: #f4f5f5;
}
.banner1 .list2 li {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .banner1 .list2 li {
    float: none;
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.banner1 .list2 li:hover {
  background: #91bed4;
  -webkit-box-shadow: 0px -4px 0px 0px rgba(126, 164, 183, 0.96) inset;
  box-shadow: 0px -4px 0px 0px rgba(126, 164, 183, 0.96) inset;
}
.banner1 .list2 li + li {
  border-right: 1px solid #ffffff;
  border-left: none;
}
@media (max-width: 767px) {
  .banner1 .list2 li + li {
    border-right: none;
    border-left: none;
  }
}
.banner1 .list2 li a {
  display: block;
}
.banner1 img {
  padding: 55px 0 58px;
}
/* ======= Post 5 With Video ======= */
@media (max-width: 767px) {
  .vimeo-video1 {
    margin-bottom: 50px;
  }
}
.vimeo-video1 iframe {
  width: 100%;
  height: 348px;
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 275.8222222222222px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 270.66666666666663px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 173.99999999999997px;
  }
}
.post5 {
  margin-top: 2px;
}
.post5 h3 {
  margin-bottom: 17px;
}
.post5 p {
  margin-bottom: 23px;
}
/* ======= Post 6 Our Team ======= */
.post6 {
  margin-bottom: 43px;
}
.post6 img {
  margin-bottom: 28px;
}
.post6 h3 {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .post6 img {
    width: 100%;
  }
}
.big {
  font-size: 100px;
}
/* ======= Banner 2 professional webhosting form ======= */
.banner2 {
  background: url(../images/page3_img1.png) no-repeat center;
  background-size: cover;
  padding: 86px 0 84px;
}
.banner2 .secondary {
  font: 400 30px/30px "Open Sans", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.banner2 p {
  font: 400 12px/20px "Arial", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 33px;
}
@media (max-width: 979px) {
  .banner2 h6 {
    font: italic 400 40px/40px "Open Sans", sans-serif;
  }
}
/* ======= Post 7 Blog ======= */
.post7 {
  margin-bottom: 47px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
.post7.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post7 h3 {
  margin-bottom: 17px;
}
.post7 .header {
  margin-bottom: 23px;
}
.post7 .header a {
  color: #fcaf17;
}
.post7 .header a:hover {
  color: #d48f17;
}
.post7 img {
  margin-bottom: 25px;
}
.post7 .btn-default {
  margin-top: 32px;
}
/* ======= Google Map  ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 428px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
@media (max-width: 767px) {
  .address-block {
    margin-top: 30px;
  }
}
.address-block address {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .address-block address {
    margin-bottom: 0;
  }
}
.address-block .our-address {
  display: block;
  font: italic 400 20px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fcaf17;
  margin-bottom: 17px;
}
.address-block .numbers {
  display: inline-block;
  min-width: 88px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block .numbers {
    display: block;
    min-width: 70px;
  }
}
.simple-link {
  color: #fcaf17;
  display: inline-block;
}
.simple-link:hover {
  color: #d48f17;
}
/* ======= Post 8 Privacy Policy ======= */
.post8 {
  margin-bottom: 41px;
}
.post8 h3 {
  margin-bottom: 18px;
}
.post8 p {
  margin-bottom: 22px;
}
.post8 .simple-link {
  margin-top: 2px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #3a3f4d;
  padding: 33px 0 26px;
}
#footer .privacy-block {
  text-align: left;
}
#footer .socials-block {
  text-align: right;
}
#footer .privacy-block {
  color: #9fa6ae;
  font: 300 14px/24px "Open Sans", sans-serif;
}
#footer .footer-logo {
  color: #ffffff;
  font-weight: 600;
}
#footer .footer-logo:hover {
  color: #fcaf17;
}
#footer .socials1 {
  margin-top: -4px;
}
@media (max-width: 767px) {
  #footer .socials-block {
    text-align: center;
    margin-top: 20px;
  }
  #footer .privacy-block {
    text-align: center;
  }
}
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 5px;
}
.socials1 li a {
  background: #454b57;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 70px;
  text-align: center;
}
.socials1 li a:hover {
  background: #fcaf17;
  color: #ffffff;
  -webkit-box-shadow: 0px -4px 0px 0px rgba(200, 142, 27, 0.96) inset;
  box-shadow: 0px -4px 0px 0px rgba(200, 142, 27, 0.96) inset;
}
.socials1 li a i {
  font-size: 19px;
  line-height: 34px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fcaf17;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #d48f17;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
