@import "animate.css";
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);*/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/20px "Ubuntu", sans-serif;
  color: #85848b;
  background: #26252b;
}
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: #db4954;
}
img {
  max-width: 100%;
}
b {
 font-weight: bold!important;
 color:#3f3f3f!important;

}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 42px/42px "Ubuntu Condensed", sans-serif;
  color: #363136;
}
.header1 {
  margin-top: 43px;
  margin-bottom: 36px;
}
.header2 {
  margin-top: 57px;
  margin-bottom: 52px;
}
.header3 {
  margin-top: 66px;
  margin-bottom: 44px;
}
.header3.__margin2 {
  margin-bottom: 56px;
}
.header4 {
  margin-top: 71px;
  margin-bottom: 46px;
}
.header5 {
  margin-top: 63px;
  margin-bottom: 36px;
}
.header6 {
  margin-top: 63px;
  margin-bottom: 30px;
}
.header7 {
  margin-top: 63px;
  margin-bottom: 29px;
}
h3 {
  font: 400 19px/26px "Ubuntu Condensed", sans-serif;
  color: #363136;
  letter-spacing: -1px;
}
h4 {
  font: 400 32px/37px "Ubuntu Condensed", sans-serif;
  color: #ffffff;
}
h6 {
  font: 700 234px/200px "Ubuntu Condensed", sans-serif;
  color: #ffffff;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 19px/19px "Ubuntu Condensed", sans-serif;
  color: #33323a;
  /*text-transform: uppercase;*/
  display: inline-block;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #db4954;
}
.__upper {
  /*text-transform: uppercase;*/
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
.__min-height {
  min-height: 0;
}
.__margin1 {
  margin-top: 46px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 0 0 20px;
}
.wrapper2 {
  padding: 0 0 11px;
}
.wrapper3 {
  padding: 0 0 10px;
}
.wrapper4 {
  padding: 0 0 100px;
}
.wrapper5 {
  padding: 0 0 28px;
}
.wrapper6 {
  padding: 0 0 46px;
}
.wrapper7 {
  padding: 0 0 37px;
}
.wrapper8 .list1 {
  margin-top: 59px;
  margin-bottom: 70px;
}
.wrapper8 .list1 li a:hover {
  color: #db4954;
}
.wrapper8 .list1 li a:hover:before {
  background-position: center 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.border-wrapper {
  border-bottom: 1px solid #f1f1f1;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  z-index: 999;
  position: relative;
  background: #ffffff;
}
#header .menu-wrapper {
  position: relative;
}
#header.common #stuck_container {
  background: url(../images/inceheader.jpg) no-repeat center;
  background-size: cover;
  padding: 0 0 192px;
}

#header.common #conf_container {
  background: url(../images/confbanner.jpg) ;
  padding: 0 0 192px;
}


@media (max-width: 767px) {
  #header.common #stuck_container {
    padding: 0 0 15px;
  }
  #header.common #stuck_container h1 {
    background: transparent;
  }
  #header.common #stuck_container nav {
    background: transparent;
    margin-bottom: 0;
  }
}
/* ======= Logo ======= */
h1 {
  top: 0;
  position: absolute;
  color: white;
  padding: 24px 56px 47px 0;
  background: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  h1 {
    position: relative;
    width: 100%;
    padding: 15px 0;
  }
}
h1:before {
  display: block;
  content: '';
  height: 152px;
  width: 1000px;
  background: #ffffff;
  margin-left: -999px;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  h1:before {
    display: none;
  }
}
h1 .main {
  font: 400 64px/64px "Ubuntu Condensed", sans-serif;
  display: inline-block;
  color: #33323a;
}
h1 .secondary {
  font: 400 19px/19px "Ubuntu Condensed", sans-serif;
  display: inline-block;
  color: #b3b2b8;
  margin-top: -2px;
  margin-left: 4px;
}
h1 a:hover {
  color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  /*padding: 20px 67px 22px 18px;*/
  padding: 11px 15px 10px 15px;
  position: absolute;
  left: 251px;
  background: #33323a;
}
@media (max-width: 767px) {
  nav {
    position: relative;
    left: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  nav {
    background: #ffffff;
  }
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  position: relative;
  text-align: left;
}
.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: ">";
  color: #ffffff;
  bottom: -1px;
  left: 65px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  /*text-transform: uppercase;*/
  font: 400 20px/22px "Ubuntu Condensed", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #db4954;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #db4954;
}
.sf-menu .sfHover > a:after {
  color: #db4954;
}
.sf-menu > li.current > a {
  color: #db4954;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #db4954;
}
.sf-menu > li.sfHover > a {
  color: #db4954;
}
.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;
  width: 159px;
  font: 400 20px/22px "Ubuntu Condensed", sans-serif;
  position: absolute;
  top: -14px;
  left: 167px;
  background: #db4954;
  text-align: left;
  padding: 21px 0px 22px 18px;
  z-index: 2;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 5px 7.5px 0;
  border-color: transparent #db4954 transparent transparent;
  display: block;
  left: -5px;
  top: 18px;
}
.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: ">";
  color: #ffffff;
  bottom: -1px;
  right: 68px;
  -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: #33323a;
}
.sf-menu ul > .sfHover > a:after {
  color: #33323a;
}
.sf-menu ul li.sfHover > a {
  color: #33323a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -14px;
  left: 159px;
  margin-left: 0;
  background: #ffffff;
  padding: 21px 0 22px 18px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 5px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
  display: block;
  left: -5px;
  top: 18px;
}
.sf-menu ul ul li a {
  color: #db4954;
  /*text-transform: uppercase;*/
  display: inline-block;
}
.sf-menu ul ul li a:hover {
  color: #33323a;
}
.sf-menu ul ul li:hover a {
  color: #33323a;
}
@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: #db4954;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Ubuntu Condensed", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
/* ======= Post 1 3D Print ======= */
.post1-wrapper {
  line-height: 0;
  font-size: 0;
}
.post1 {
  padding: 48px 37px 57px 37px;
  position: relative;
  z-index: 1000;
  display: inline-block;
  margin-top: -189px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .post1 {
    width: 25%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .post1 {
    width: 100%;
  }
}
.post1 h2 {
  color: #ffffff;
  /*margin-bottom: 10px;*/
}
.post1 i {
  color: #ffffff;
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 24px;
}
.post1 img {
  margin-bottom: 25px;
}
.post1 p {
  font: 400 12px/16px "Ubuntu", sans-serif;
}
.post1.__background1 {
  background: #f4b939;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post1.__background1:hover {
  background: #565659;
}
.post1.__background2 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #d10455;
}
.post1.__background2:hover {
  background: #565659;
}
.post1.__background3 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #020202;
}
.post1.__background3:hover {
  background: #565659;
}
.post1.__background4 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /*background: #89e4f7;*/
  background: #f49ac1;
}
.post1.__background4:hover {
  background: #565659;
}
/* ======= Post 2 Top Services ======= */
.post2 {
  padding-right: 30px;
  margin-bottom: 75px;
}
.post2 h3 {
  padding-left: 60px;
  margin-bottom: 9px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 h3 {
    padding-left: 30px;
    font-size: 14px;
    line-height: 19px;
  }
}
.post2 h3.icon1 a,
.post2 h3.icon2 a,
.post2 h3.icon3 a,
.post2 h3.icon4 a,
.post2 h3.icon5 a,
.post2 h3.icon6 a {
  position: relative;
}
.post2 h3.icon1 a:hover:before,
.post2 h3.icon2 a:hover:before,
.post2 h3.icon3 a:hover:before,
.post2 h3.icon4 a:hover:before,
.post2 h3.icon5 a:hover:before,
.post2 h3.icon6 a:hover:before {
  color: #db4954;
}
.post2 h3.icon1 a:before,
.post2 h3.icon2 a:before,
.post2 h3.icon3 a:before,
.post2 h3.icon4 a:before,
.post2 h3.icon5 a:before,
.post2 h3.icon6 a:before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: FontAwesome;
  font-size: 44px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #363136;
  left: -60px;
  top: 5px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 h3.icon1 a:before,
  .post2 h3.icon2 a:before,
  .post2 h3.icon3 a:before,
  .post2 h3.icon4 a:before,
  .post2 h3.icon5 a:before,
  .post2 h3.icon6 a:before {
    left: -30px;
    font-size: 20px;
  }
}
.post2 h3.icon1 a:before {
  content: '\f0c4';
}
.post2 h3.icon2 a:before {
  content: '\f0ea';
}
.post2 h3.icon3 a:before {
  content: '\f1b2';
  font-size: 39px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 h3.icon3 a:before {
    font-size: 20px;
  }
}
.post2 h3.icon4 a:before {
  content: '\f046';
}
.post2 h3.icon5 a:before {
  content: '\f066';
}
.post2 h3.icon6 a:before {
  content: '\f073';
  font-size: 39px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 h3.icon6 a:before {
    font-size: 20px;
  }
}
.post2 p {
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post2 p {
    padding-left: 30px;
  }
}
/* ======= Post 3 Solutions ======= */
.post3 {
  padding-right: 36px;
  margin-bottom: 62px;
}
.post3 h3 {
  margin-bottom: 9px;
  border-top: 1px solid #e9e8e9;
  padding-top: 25px;
  margin-top: 24px;
}
.post3 h3.first {
  padding-top: 0;
  border-top: none;
}
.post3 p {
  margin-bottom: 19px;
}
.post3 .btn-default {
  margin-top: 30px;
}
/* ======= Post 4 News ======= */
.post4 {
  padding-right: 45px;
  margin-top: 15px;
}
.post4 time {
  display: block;
  margin-bottom: 13px;
  font: italic 300 10px/10px "Ubuntu", sans-serif;
  color: #bfbec4;
}
.post4 h3 {
  margin-bottom: 1px;
}
.post4 p {
  border-bottom: 1px solid #e9e8e9;
  padding-bottom: 9px;
}
.post4 p.no-border {
  border-bottom: none;
}
/* ======= Post 5 Clients ======= */
.post5 {
  position: relative;
}
.post5:before {
  content: '';
  display: block;
  position: absolute;
  width: 95%;
  height: 1px;
  background: #ebebeb;
  left: 2.5%;
  top: 141px;
}
@media (max-width: 767px) {
  .post5:before {
    display: none;
  }
}
.post5 ul li {
  text-align: center;
  display: inline-block;
  width: 163px; /*191px;*/
  height: 111px;
  border-right: 1px solid #ebebeb;
  margin-bottom: 61px;
}
@media (max-width: 1199px) {
  .post5 ul li {
    width: 153px;
  }
}
@media (max-width: 979px) {
  .post5 ul li {
    width: 122px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .post5 ul li {
    display: block;
    width: 100%;
    padding: 0;
    border-right: none;
    height: 100px;
    margin-bottom: 6px;
  }
  .post5 ul li.__none {
    display: none;
  }
}
.post5 ul li a {
  display: block;
}
.post5 ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.post5 ul li a img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* ======= Post 6 Who We Are ======= */
.post6 {
  margin-bottom: 66px;
}
.post6 .vimeo-video1 iframe {
  width: 100%;
  height: 332px;
}
@media (max-width: 1199px) {
  .post6 .vimeo-video1 iframe {
    height: 267.9298245614035px;
  }
}
@media (max-width: 979px) {
  .post6 .vimeo-video1 iframe {
    height: 212.01403508771932px;
  }
}
@media (max-width: 767px) {
  .post6 .vimeo-video1 iframe {
    height: 244.63157894736844px;
  }
}
@media (max-width: 479px) {
  .post6 .vimeo-video1 iframe {
    height: 157.26315789473685px;
  }
}
.post6 h3 {
  margin-top: 16px;
  margin-bottom: 9px;
}
.post6 p {
  margin-bottom: 20px;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-bottom: 64px;
}
.blockquote1 p {
  background: #f1f1f1;
  padding: 24px 30px 30px;
  margin-bottom: 45px;
  position: relative;
}
.blockquote1 p:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #f1f1f1 transparent transparent transparent;
  bottom: -20px;
  left: 41px;
}
.blockquote1 .simple-link {
  display: inline-block;
  margin-top: 9px;
}
/* ======= Post 7 Our Team ======= */
.post7 {
  margin-bottom: 36px;
}
.post7 img {
  margin-bottom: 23px;
}
.post7 h3 {
  margin-bottom: 9px;
}
/* ======= Tabs Our History ======= */
#tabs {
  margin-bottom: 70px;
  text-align: left;
}
#tabs .tabs-list {
  position: relative;
  margin-bottom: 22px;
}
#tabs .tabs-list:after {
  z-index: 0;
  top: 48px;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -61px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 20px 21px;
  border-color: transparent transparent #f1f1f1 transparent;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  outline: medium none !important;
  text-align: left;
  display: inline-block;
  padding-left: 35px;
  height: 64px;
}
@media (max-width: 479px) {
  #tabs .tabs-list li {
    padding-left: 10px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-bottom: 100px;
}
#tabs .tab:hover h3 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #db4954;
}
#tabs .tab:hover:after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #db4954;
}
#tabs .tab:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 7px;
  bottom: -30px;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #33323a;
}
/* ======= Post 8 Our History ======= */
.post8 {
  padding: 25px 30px 30px 30px;
  background: #f1f1f1;
}
.post8 img {
  margin-top: 5px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 479px) {
  .post8 img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.post8 p {
  margin-bottom: 20px;
}
/* ======= Post 9 Services & Products ======= */
.post9 {
  margin-top: 6px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .post9 {
    margin-bottom: 70px;
  }
}
.post9 img {
  margin-top: 4px;
}
.post9 h3 {
  margin-top: 10px;
  margin-bottom: 9px;
}
.post9.first img {
  margin-top: 4px;
}
.post9.second img {
  margin-top: 4px;
}
.post9.third img {
  margin-top: 15px;
}
.post9.fourth img {
  margin-top: 5px;
}
.post9.fifth img {
  margin-top: -6px;
}
.post9.sixth img {
  margin-top: 23px;
}
.post9.seventh img {
  margin-top: -6px;
}
.post9.eight img {
  margin-top: -2px;
}
/* ======= Post 10 Blog ======= */
.post10 {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 23px;
}
.post10:last-child {
  border-bottom: none;
}
.post10 time span {
  display: block;
}
.post10 time .day {
  font: 400 42px/42px "Ubuntu Condensed", sans-serif;
  color: #363136;
}
.post10 time .month {
  font: 400 19px/26px "Ubuntu Condensed", sans-serif;
  color: #363136;
  margin-bottom: 25px;
}
.post10 i {
  text-align: center;
  display: block;
  color: #33323a;
  background: #f1f1f1;
  font-size: 58px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 13px;
}
@media (max-width: 979px) {
  .post10 i {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
  }
}
.post10 h3 {
  margin-bottom: 24px;
}
.post10 .main-image {
  margin-bottom: 28px;
}
.post10 .more {
  display: inline-block;
  margin-top: 3px;
  margin-left: 7px;
}
.post10 .more:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.post10 p {
  margin-bottom: 27px;
}
/* ======= Post 11 Privacy Policy ======= */
.post11 {
  margin-top: 51px;
  margin-bottom: -13px;
}
.post11 h3 {
  margin-bottom: 9px;
}
.post11 p {
  margin-bottom: 20px;
}
.post11 .simple-link {
  color: #33323a;
  margin-bottom: 42px;
  display: inline-block;
}
.post11 .simple-link:hover {
  color: #db4954;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 21px;
  position: relative;
  font: 400 13px/17px "Ubuntu", sans-serif;
}
.list1 li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/list1.png) no-repeat center 0;
  left: 0;
  top: 1px;
}
.list1 li a:hover {
  color: #ffffff;
}
.list1 li a:hover:before {
  background-position: center -14px;
}
.list1 li + li {
  margin-top: 13px;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 30px;
  background: #85848b;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.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 img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  height: 130px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -65px;
  text-align: left;
  padding: 40px 10px 10px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image a .gallery_icon {
    padding: 20px 10px 10px 0;
  }
}
.gallery_image a .gallery_icon span {
  display: block;
}
.gallery_image a .gallery_icon .main {
  color: #33323a;
  font: 400 21px/21px "Ubuntu Condensed", sans-serif;
  /*text-transform: uppercase;*/
}
.gallery_image a .gallery_icon .secondary {
  margin-top: -1px;
  font: 400 12px/16px "Ubuntu", sans-serif;
  color: #a0a1a6;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 7px;
  margin-bottom: 70px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 502px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block h3 {
  margin-bottom: 8px;
}
.address-block address {
  margin-bottom: 24px;
}
.address-block .our-address {
  display: block;
  margin-bottom: 9px;
  font: 400 19px/26px "Ubuntu Condensed", sans-serif;
  color: #363136;
  letter-spacing: -1px;
}
.address-block .numbers {
  display: inline-block;
  min-width: 75px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block .numbers {
    display: block;
    min-width: 70px;
  }
}
.address-block .simple-link {
  color: #33323a;
}
.address-block .simple-link:hover {
  color: #db4954;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding-top: 48px;
}
#footer.common {
  padding-top: 0;
}
#footer h3 {
  color: #ffffff;
}
#footer h4 {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  #footer h4 {
    margin-top: 40px;
  }
}
#footer h3 {
  margin-bottom: 10px;
}
#footer p {
  padding-right: 36px;
  font-size: 11px;
  line-height: 16px;
}
#footer address {
  margin-top: 40px;
  margin-bottom: -8px;
}
#footer address span {
  display: block;
  font-size: 11px;
  line-height: 16px;
}
#footer .list1 {
  margin-top: 40px;
}
#footer .privacy-block {
  padding: 18px 0;
  background: #26252b;
  font: 400 14px/17px "Ubuntu Condensed", sans-serif;
  color: #ffffff;
}
.socials1 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  border: 1px solid #525158;
  text-align: center;
  margin-right: 7px;
  margin-bottom: 10px;
}
.socials1 li a {
  display: block;
  border-radius: 100px;
}
.socials1 li a:hover {
  background: #ffffff;
}
.socials1 li a:hover i {
  color: #33323a;
}
.socials1 li a i {
  font-size: 19px;
  color: #ffffff;
  line-height: 42px;
}
.socials1 li a i.fa-google-plus {
  margin-left: 2px;
  margin-top: 2px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ffffff;
  background: #db4954;
  border-radius: 200px;
  width: 42px;
  text-align: center;
  height: 42px;
  font-size: 19px;
  line-height: 40px;
  z-index: 20;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#toTop:hover {
  outline: none;
  background: #ff5a66;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
