@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Russo+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/20px "Roboto", sans-serif;
  color: #c6c5c5;
  background: #0f5ea9;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ffab4f;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
@media (max-width: 979px) {
  br {
    display: none;
  }
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/40px "Russo One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media (max-width: 979px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
h3 {
  font: 400 24px/30px "Roboto", sans-serif;
  color: #c1c0c0;
}
@media (max-width: 979px) {
  h3 {
    font-size: 19px;
    line-height: 19px;
  }
}
h4 {
  font: 400 18px/28px "Russo One", sans-serif;
  color: #ffffff;
  letter-spacing: .1em;
}
.heading1 {
  text-align: center;
  margin-bottom: 81px;
}
.heading2 {
  text-align: center;
  margin-bottom: 25px;
}
.heading2 h2 {
  margin-bottom: 19px;
}
.heading2 h4 {
  display: block;
  margin-bottom: 24px;
}
.heading2 .btn-default {
  margin-top: 24px;
}
.heading2 .btn-default:after {
  left: 50%;
  margin-left: -12px;
}
.heading3 {
  text-align: center;
  margin-bottom: 26px;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/14px "Roboto", sans-serif;
  letter-spacing: .075em;
  color: #ffab4f;
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.btn-default:after {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: #ffab4f;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover {
  color: #4091e0;
}
.btn-default:hover:after {
  background: #4091e0;
}
.btn-big {
  display: inline-block;
  background: #0f5ea9;
  color: #ffffff;
  font: 400 18px/18px "Russo One", sans-serif;
  text-transform: uppercase;
  padding: 17px 62px 15px;
  border-bottom: 1px solid #0e579c;
}
.btn-big:hover {
  background: #084d8f;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.background-wrapper {
  background: url(../images/page1_img1.png) no-repeat center top;
  background-size: cover;
}
.wrapper1 {
  background: #084d8f;
  padding: 64px 0 56px;
}
.wrapper1.wrapper1__inset1 {
  padding-bottom: 39px;
}
.wrapper2 {
  background: #042647;
  padding: 65px 0 74px;
}
.wrapper2.wrapper2__inset1 {
  padding-bottom: 40px;
}
.wrapper3 {
  padding-bottom: 38px;
}
.relative-wrapper {
  position: relative;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 46px 0 124px;
  text-align: center;
}
#header.common {
  background-image: url(../images/page1_img1.png);
  padding-bottom: 48px;
}
/* ======= Logo ======= */
h1 {
  margin-top: 77px;
  text-align: center;
  display: inline-block;
}
h1 img {
  margin-bottom: 32px;
}
h1 a {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
h1 a:after {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  margin-left: -17px;
  bottom: 0;
}
h1 .first {
  display: block;
  font: 400 72px/40px "Russo One", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .075em;
  margin-bottom: 2px;
}
h1 .first .highlighted {
  color: #ffab4f;
}
h1 .second {
  display: block;
  font: 300 14px/40px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .45em;
}
@media (max-width: 479px) {
  h1 .first {
    font-size: 46px;
  }
  h1 .second {
    margin-top: -10px;
    letter-spacing: .07em;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  text-align: center;
}
/* Main menu styles
========================================================*/
.sf-menu {
  display: inline-block;
}
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  padding: 0 3px 13px;
}
.sf-menu > li:after {
  position: absolute;
  content: '';
  display: none;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #ffab4f;
}
.sf-menu > li + li {
  margin-left: 108px;
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 30px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 1px;
  left: 50%;
  margin-left: -3px;
}
.sf-menu > li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: .1em;
}
.sf-menu > li > a {
  text-transform: none;
  font: 400 18px/18px "Russo One", sans-serif;
  display: block;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #ffab4f;
}
.sf-menu > li > a:active {
  color: #ffab4f;
}
.sf-menu .sfHover > a:after {
  color: #ffab4f;
}
.sf-menu > li.current:after {
  display: block;
}
.sf-menu > li.current > a {
  color: #ffab4f;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffab4f;
}
.sf-menu > li.sfHover > a {
  color: #ffab4f;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 202px;
  position: absolute;
  background: #ffab4f;
  text-align: left;
  padding: 15px 0 32px 0;
  z-index: 2;
  top: 27px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 3px;
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  font: 400 18px/24px "Russo One", sans-serif;
  color: #ffffff;
  padding: 3px 0 3px 26px;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #ffab4f;
  background: #ffffff;
}
.sf-menu ul > .sfHover > a {
  color: #ffab4f;
  background: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffab4f;
}
.sf-menu ul li.sfHover > a {
  color: #ffab4f;
  background: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background: #ffab4f;
  padding: 0 0 27px 0;
  z-index: 18;
  text-align: left;
}
.sf-menu ul ul li {
  min-height: 26px;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: none;
  display: block;
  padding-left: 57px;
}
.sf-menu ul ul li a:hover {
  background: #ffbc72;
  color: #ffffff;
}
@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: #ffab4f;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ffffff;
    font: 22px/28px "Russo One", 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;
  padding-top: 10px;
  background: #084d8f;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.main .color-wrapper {
  padding-top: 64px;
  background: url(../images/background1.png) repeat;
}
#content.common {
  background: #042647;
  padding-top: 64px;
}
/* ======= Box 1 The finest quality of oil ======= */
.box1 {
  margin-bottom: 57px;
}
.box1 .wrapper {
  position: relative;
  text-align: center;
}
.box1 .wrapper:after {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  margin-left: -17px;
  bottom: -16px;
}
.box1 .wrapper:before {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  margin-left: -17px;
  top: -16px;
}
.box1 .wrapper a {
  background: #084d8f;
  display: block;
}
.box1 .wrapper a > img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1 .wrapper a .icon {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1 .wrapper a .text {
  opacity: 0;
  filter: alpha(opacity=0);
  font: 300 24px/30px "Roboto", sans-serif;
  color: #ffffff;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box1 .wrapper a:hover > img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.box1 .wrapper a:hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.box1 .wrapper a:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 80px;
  }
  .box1 .wrapper a > img {
    width: 100%;
  }
}
/* ======= Tabs Our products ======= */
#tabs {
  background: #ffffff;
  margin-bottom: 36px;
  text-align: left;
  position: relative;
  padding: 46px 0 6px;
}
@media (max-width: 767px) {
  #tabs {
    padding: 46px 10px 6px;
  }
}
#tabs .tabs-list {
  position: relative;
}
@media (max-width: 767px) {
  #tabs .tabs-list {
    margin-top: 280px;
  }
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-state-focus h3,
#tabs .tabs-list .ui-state-focus p {
  color: #383838;
}
#tabs .tabs-list .ui-state-focus .tab:before {
  background: #383838;
}
#tabs .tabs-list .ui-tabs-active h3,
#tabs .tabs-list .ui-tabs-active p {
  color: #383838;
}
#tabs .tabs-list .ui-tabs-active .tab:before {
  background: #383838;
}
#tabs .tabs-list li {
  outline: medium none !important;
  text-align: left;
  display: block;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  #tabs .tabs-list li {
    margin-bottom: 20px;
  }
}
#tabs .tabs-list li.last {
  margin-bottom: 35px;
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  position: relative;
  padding-top: 18px;
}
#tabs .tab:before {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #d3d3d3;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tabs .tab p {
  color: #c6c5c5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tabs .tab h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
#tabs .tab:hover h3,
#tabs .tab:hover p {
  color: #383838;
}
#tabs #tabs-1,
#tabs #tabs-2,
#tabs #tabs-3,
#tabs #tabs-4 {
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #tabs #tabs-1,
  #tabs #tabs-2,
  #tabs #tabs-3,
  #tabs #tabs-4 {
    width: 100%;
    height: 300px;
  }
}
#tabs #tabs-1 {
  background-image: url(../images/page1_img5.png);
}
#tabs #tabs-2 {
  background-image: url(../images/page1_img5_1.png);
}
#tabs #tabs-3 {
  background-image: url(../images/page1_img5_2.png);
}
#tabs #tabs-4 {
  background-image: url(../images/page1_img5_3.png);
}
#tabs.tabs2 {
  margin-bottom: 73px;
}
#tabs.tabs2 #tabs-1 {
  background-image: url(../images/page4_img1.png);
}
#tabs.tabs2 #tabs-2 {
  background-image: url(../images/page4_img1_2.png);
}
#tabs.tabs2 #tabs-3 {
  background-image: url(../images/page4_img1_3.png);
}
#tabs.tabs2 #tabs-4 {
  background-image: url(../images/page4_img1_4.png);
}
/* ======= Box 2 Services ======= */
.box2 {
  padding-top: 32px;
  margin-bottom: 39px;
  position: relative;
  font: 400 18px/28px "Russo One", sans-serif;
  color: #ffffff;
  letter-spacing: .1em;
  text-align: center;
}
.box2:before {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  margin-left: -17px;
  background: #388ad8;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box2 ul li {
  display: inline-block;
}
.box2 .divider {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 479px) {
  .box2 ul li {
    display: block;
  }
  .box2 ul .divider {
    display: none;
  }
}
/* ======= Box 3 Geographical focus ======= */
.box3 {
  margin-bottom: 60px;
}
.box3 h2 {
  margin-bottom: 28px;
}
.box3 img {
  margin-top: -13px;
}
.box3 p {
  margin-bottom: 24px;
  color: #4091e0;
}
.box3 p + p {
  color: #ffffff;
}
.box3 .btn-default {
  margin-top: -1px;
}
/* ======= Box 4 Clients ======= */
.box4 ul li {
  float: left;
}
.box4 ul li + li {
  margin-left: 63px;
}
.box4 ul li a {
  display: inline-block;
}
.box4 ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 979px) {
  .box4 ul {
    text-align: center;
  }
  .box4 ul li {
    width: 33%;
    margin-bottom: 10px;
  }
  .box4 ul li + li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .box4 ul {
    text-align: left;
  }
  .box4 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 5 About us ======= */
.box5 {
  background: #ffffff;
  padding: 46px 0 46px;
  position: relative;
  margin-bottom: 73px;
}
.box5 .image-wrapper {
  position: absolute;
  top: 0;
  width: 42%;
  height: 100%;
  left: 0;
  background: url(../images/page2_img1.png) no-repeat left top;
  background-size: cover;
}
.box5 h3 {
  margin-bottom: 20px;
  position: relative;
  padding-top: 18px;
}
.box5 h3:before {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #d3d3d3;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box5 p {
  margin-bottom: 12px;
}
.box5 .btn-default {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .box5 {
    padding: 46px 10px 46px;
  }
  .box5 h3 {
    margin-top: 280px;
  }
  .box5 .image-wrapper {
    width: 100%;
    height: 300px;
    background-position: center center;
  }
}
/* ======= Box 6 What we do ======= */
.box6 {
  margin-top: 17px;
  margin-bottom: 34px;
  padding: 42px 30px 37px 50px;
  background: #042647;
  position: relative;
}
.box6 i {
  font-size: 48px;
  color: #ffffff;
  display: block;
  margin: 0 auto 32px;
  text-align: center;
}
.box6 h3 {
  margin-bottom: 20px;
}
.box6 .btn-default {
  margin-top: 23px;
}
.box6:after {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  margin-left: -17px;
  bottom: -16px;
}
.box6:before {
  position: absolute;
  content: '';
  display: block;
  width: 34px;
  height: 4px;
  background: #ffffff;
  left: 50%;
  margin-left: -17px;
  top: -16px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 70px;
  }
}
/* ======= Box 7 Our advantages ======= */
.box7 {
  margin-top: -7px;
}
.box7 h4 {
  margin-bottom: 18px;
}
.box7 p {
  margin-bottom: 24px;
  color: #4091e0;
}
.box7 p + p {
  color: #ffffff;
}
.box7 p.last {
  margin-top: -12px;
  margin-bottom: 31px;
}
.box7 .list1 {
  margin-bottom: 24px;
}
.box7 .btn-default {
  margin-top: -1px;
}
.box7.box7__offset1 {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .box7.box7__offset1 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .box7 {
    margin-bottom: 70px;
  }
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  text-align: center;
  padding: 0 140px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .blockquote1 {
    padding: 0 40px;
  }
}
.blockquote1 cite {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.blockquote1 cite .quote {
  font: 400 48px/48px "Russo One", sans-serif;
  position: absolute;
  color: #ffffff;
  letter-spacing: .1em;
  top: -1px;
}
.blockquote1 cite .quote-right {
  top: auto;
  bottom: -26px;
}
.blockquote1 cite .divider {
  display: inline-block;
  margin-left: 30px;
}
.blockquote1 cite .divider2 {
  display: inline-block;
  margin-right: 4px;
}
.blockquote1 .by {
  font: 400 18px/28px "Russo One", sans-serif;
  letter-spacing: .1em;
  display: inline-block;
}
.blockquote1 .by .divider {
  display: inline-block;
  margin-left: 15px;
}
.blockquote1 .by .divider:first-child {
  margin-left: 0;
  margin-right: 15px;
}
.blockquote1 .by a {
  color: #ffab4f;
}
.blockquote1 .by a:hover {
  color: #ffffff;
}
/* ======= Box 8 Our products ======= */
.box8 {
  margin-bottom: 36px;
}
.box8 .content {
  border-top: 1px solid #ffffff;
  padding: 27px 30px 28px 27px;
  background: #084d8f;
}
.box8 .content h3 {
  margin-bottom: 20px;
}
.box8 .content h3 a:hover {
  color: #ffffff;
}
.box8.box8__inset1 .content {
  background: #042647;
  padding-right: 20px;
}
/* ======= Banner 1 Our special offer ======= */
.banner1 {
  background-image: url(../images/page4_img2.png);
  padding: 66px 0 49px;
}
.banner1 .heading2 h2 {
  margin-bottom: 17px;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 {
  margin-top: -6px;
  margin-bottom: 30px;
}
.box9 h4 {
  margin-bottom: 22px;
}
.box9 p {
  margin-bottom: 12px;
}
.box9 .simple-link {
  margin-top: 8px;
  margin-bottom: 1px;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-bottom: 60px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 340px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #0f5ea9;
}
.simple-link:hover {
  color: #ffab4f;
}
/* ======= List 1 ======= */
.list1 li {
  font: 400 14px/20px "Roboto", sans-serif;
  color: #ffffff;
}
.list1 li + li {
  margin-top: 10px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #ffffff;
  background: #d61119;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ffab4f;
}
/* ======= Gallery  ======= */
.gallery_image {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_image a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  background: #0f5ea9;
  color: #4783bd;
  padding: 43px 0;
}
#footer h1 {
  margin-top: 0;
}
#footer h1 .first {
  color: #4783bd;
}
#footer h1 a:after {
  display: none;
  padding-bottom: 0;
}
#footer .privacy-block {
  font: 400 14px/14px "Roboto", sans-serif;
  letter-spacing: .4em;
  text-transform: uppercase;
  margin-top: 2px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 0;
  width: 35px;
  height: 15px;
  background: url(../images/toTop.png) no-repeat center 0;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
