/*

Theme Name: 20one
Theme URI: http://themeforest.net
Description: Responsive One Page Theme
Version: 1.0.0
Author: bitfade
Author URI: http://themeforest.net/user/bitfade
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

/*==============================================================================
                MIXINS LESS
==============================================================================*/
/*==============================================================================
                SETTINGS
==============================================================================*/
/*==============================================================================
                DEFAULTS
==============================================================================*/
/*GENERIC RESET*/
html,
body {
  height: 100%;
}
figure {
  margin: 0;
  padding: 0;
}
/*==============================================================================
                TYPO
==============================================================================*/
.extraLight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.semiBold {
  font-weight: 600;
}
.bold,
strong,
b {
  font-weight: 700;
}
.extraBold {
  font-weight: 900;
}
.color01 {
  color: #4a4040;
}
.color02 {
  color: #ffffff;
}
.color03 {
  color: #c3b479;
}
.color04 {
  color: #887d7d;
}
.color05 {
  color: #ede5e2;
}
.color06 {
  color: #b1a3a3;
}
.color07 {
  color: #373030;
}
.bgColor01 {
  background: #4a4040;
}
.bgColor02 {
  background: #ffffff;
}
.bgColor03 {
  background: #c3b479;
}
.bgColor04 {
  background: #887d7d;
}
.bgColor05 {
  background: #ede5e2;
}
.bgColor06 {
  background: #b1a3a3;
}
.bgColor07 {
  background: #373030;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #4a4040;
  line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0;
  padding-top: 0;
  color: #4a4040;
  font-weight: 200;
}
h1,
.h1 {
  font-size: 70px;
  line-height: 68px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 37px;
}
h3 {
  font-size: 23px;
  line-height: 22px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
a {
  color: #4a4040;
}
a:hover {
  color: #c3b479;
  text-decoration: none ;
}
.stroke {
  text-decoration: line-through;
}
.stripedList {
  margin: 0;
  padding: 0;
}
.stripedList li {
  padding: 2px 0px 2px 0px ;
  border-top: 1px dashed #887d7d;
  list-style: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.stripedList li:last-child {
  border-bottom: 1px dashed #887d7d;
}
.stripedList li:hover {
  padding-left: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
blockquote {
  border-left: 0;
  font-family: "Georgia";
  font-weight: normal;
  font-style: italic;
  margin: 40px 0px;
  padding-left: 80px;
  color: #887d7d;
}
blockquote:before {
  content: '\f10d';
  margin-top: 19px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  float: left;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-size: 60px;
  margin-left: -79px;
  filter: formatstring("alpha(opacity={0})", 10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
blockquote.pull-right {
  border-right: 1px solid #c3b479;
}
/*==============================================================================
                NAVIGATION
==============================================================================*/
.page-type-onePage #menu,
.page-type-portfolioDetail #menu,
.page-type-shortcodes #menu {
  position: absolute;
  top: auto;
  bottom: -54px;
}
#menu {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0;
  height: 148px;
  z-index: 1100;
}
#menu nav {
  background: #887d7d;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  height: 34px;
  /*** SUPERFISH ESSENTIAL STYLES ***/

  /*** 20One DESKTOP SUPERFISH SKIN ***/

  /* list */

  /* second level list */

  /* submenu arrow */

  /* anchor */

  /* second level anchor */

  /* item */

  /* second level item */

  /* hover */

  /* second level hover */
  /* icon: second level item with submenu  */

}
#menu nav .container {
  height: 28px;
}
#menu nav .sf-menu,
#menu nav .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu nav .sf-menu li {
  position: relative;
}
#menu nav .sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
#menu nav .sf-menu > li {
  float: left;
}
#menu nav .sf-menu li:hover > ul,
#menu nav .sf-menu li.sfHover > ul {
  display: block;
}
#menu nav .sf-menu a {
  display: block;
  position: relative;
}
#menu nav .sf-menu ul ul {
  top: 0;
  left: 100%;
}
#menu nav .sf-menu {
  float: right;
}
#menu nav .sf-menu ul {
  top: auto;
  padding-bottom: 40px;
  left: 50%;
  /* horizontally centered */

  margin: 0 0 0 -6em;
  /* horizontally centered */

  bottom: 100%;
  /* bottom aligned menu (just for OnePage Home Section) */

  min-width: 12em;
  /* allow long menu items to determine submenu width */

  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}
#menu nav.sticky {
  position: fixed;
  top: 0;
}
#menu nav.sticky .sf-menu ul {
  top: 100%;
  /* force top aligned menu */

  bottom: auto;
  padding-bottom: 0;
  padding-top: 40px;
}
#menu nav .sf-menu ul:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 16px;
  margin-left: -16px;
  left: 50%;
  top: 100%;
  margin-top: -40px;
  border-top-color: #d1cdcd;
}
#menu nav.sticky .sf-menu ul:after {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -40px;
  border-top-color: transparent;
  border-bottom-color: #d1cdcd;
}
#menu nav .sf-menu a {
  padding: 8px 10px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */

}
#menu nav .sf-menu a {
  color: #141516;
}
#menu nav .sf-menu ul a {
  font-size: 14px;
  border: solid 4px #d1cdcd;
}
#menu nav .sf-menu > li {
  margin-left: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #887d7d;
  white-space: nowrap;
  /* no need for Supersubs plugin */

  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */

}
#menu nav .sf-menu > li > .selected {
  border: 1px solid #141516;
}
#menu nav .sf-menu ul li {
  margin-left: 0;
  border: none;
  background: #d1cdcd;
}
#menu nav .sf-menu > li:hover,
#menu nav .sf-menu > li.sfHover {
  /* only transition out, not in */

  -webkit-transition: none;
  transition: none;
}
#menu nav .sf-menu > li:hover > a,
#menu nav .sf-menu > li.sfHover > a {
  background: #d1cdcd;
}
#menu nav .sf-menu ul li:hover a,
#menu nav .sf-menu ul li.sfHover a {
  background: #b1a3a3;
}
#menu nav .sf-menu > li > a:not(:only-child):before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  content: "\f0c9";
  font-size: 86%;
  opacity: 0.3;
  margin-right: 0.6em;
}
#menu nav .logotype {
  float: left;
  border: 0;
  margin-top: -74px;
  margin-bottom: -30px;
  font-size: 1.3em;
  width: 186px;
  height: 186px;
  display: block;
  position: relative;
}
#menu nav .logotype,
#menu nav .logotype:hover {
  background: url(../img/logotype.png) no-repeat;
}
#menu nav .logotype h1 {
  display: none;
}
#menu .pull {
  display: none;
}
/* CAROUSEL nav-prev/NEXT NAV
 ***************************************************/
.nav-prev,
.nav-next {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  width: 80px;
  height: 100%;
  z-index: 1000;
  border: none;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.nav-prev {
  left: 10px;
  background: url(../img/arrow-prev.png) no-repeat scroll 38px 48% transparent;
}
.nav-next {
  right: 10px;
  background: url(../img/arrow-next.png) no-repeat scroll 0px 48% transparent;
}
.npc-trigger:hover .nav-prev {
  background-position: 23px 48%;
  filter: formatstring("alpha(opacity={0})", 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.npc-trigger:hover .nav-prev:hover {
  background-position: 28px 48%;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.npc-trigger:hover .nav-next {
  background-position: 15px 48%;
  filter: formatstring("alpha(opacity={0})", 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.npc-trigger:hover .nav-next:hover {
  background-position: 10px 48%;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* CAROUSEL DOT NAV
 ***************************************************/
.dot-nav {
  height: 30px;
  margin-top: -30px;
  text-align: center;
  z-index: 10;
}
.dot-nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0px;
  margin: 0 8px;
  text-indent: -1000px;
  overflow: hidden;
  background: #f4f4f4;
  filter: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  -moz-box-shadow: 0 0 25px #111111;
  -webkit-box-shadow: 0 0 25px #111111;
  box-shadow: 0 0 25px #111111;
}
.dot-nav a:hover,
.dot-nav a.activeSlide {
  background: #222;
}
/*
SECTIONS
*/
header.bigHeadline {
  text-align: center;
  padding-bottom: 50px;
}
.logotypeSign,
.logotypeSignDark {
  background: url(../img/logotypeSign.png) no-repeat center center;
  display: inline-block;
  width: 65px;
  height: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.logotypeSignDark {
  background: url(../img/logotypeSignDark.png) no-repeat center center;
}
section.home {
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.home .bg-img {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.home .item {
  position: absolute;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.home .content {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.home .content-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}
section.home .video {
  width: 100%;
  height: 100%;
}
section.home .mask {
  position: relative;
  overflow: hidden;
}
section.home .mask h1,
section.home .mask h2 {
  position: relative;
}
section.home .logotypeSign {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
}
section.home h1 {
  margin: 0 50px 30px 50px;
  color: #fff;
}
section.home h2 {
  margin-bottom: 0;
  color: #fff;
}
#dot-nav-home {
  position: relative;
  top: -130px;
}
.about {
  background: #373030 url('') no-repeat center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.number {
  text-align: center;
  margin-top: 50px;
}
.number .data {
  display: block;
  font-size: 130px;
  font-style: italic;
  width: 100%;
  line-height: 1em;
  color: #887d7d;
  font-weight: 900;
}
.number h2 {
  color: #ffffff;
}
.services {
  background: url(../img/services/bg.jpg) repeat-x;
  padding: 100px 0;
}
.centerImg {
  top: 10px;
  left: 50%;
  margin-left: -64px;
  position: absolute;
}
.services .lCol:before,
.services .rCol:before {
  content: "";
  width: 64px;
  height: 145px;
}
.services .lCol:before {
  float: right;
}
.services .rCol:before {
  float: left;
}
.services .service01 figure {
  background: url() no-repeat;
}
.services .service02 figure {
  background: url() no-repeat;
}
.services .service03 figure {
  background: url() no-repeat;
}
.services .service04 figure {
  background: url() no-repeat;
}
.services .service {
  position: relative;
  background: #ede5e2;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service .stroke {
  border: 1px solid #fff;
  display: block;
  position: absolute;
  z-index: 10;
  top: 2%;
  left: 4%;
  width: 92%;
  height: 95%;
}
.services .service h3 {
  font-weight: 300;
}
.services .service h4 {
  font-weight: 600;
  margin-top: 20px;
}
.services .service .text {
  padding: 30px;
  font-size: 15px;
  line-height: 22px;
}
.services .service figure {
  overflow: hidden;
  width: 100%;
  height: 160px;
  display: block;
  position: relative;
}
.services .service figure img.normal {
  position: absolute;
  top: 35px;
  left: 95px;
  z-index: 9;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service figure img.over {
  position: absolute;
  top: 80px;
  left: 140px;
  z-index: 9;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 0px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service figure i.normal {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 45px;
  left: 95px;
  z-index: 10;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
  color: #ffffff;
}
.services .service figure i.over {
  overflow: hidden;
  position: absolute;
  font-size: 0em;
  top: 89px;
  left: 139px;
  z-index: 9;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
  color: #4a4040;
}
.services .service:hover {
  background: #373030;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service:hover img.over {
  left: 95px;
  top: 35px;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0.1s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0.1s;
  -o-transition-easing: ease-out;
  width: 87px;
}
.services .service:hover img.normal {
  left: 95px;
  top: 35px;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service:hover i.over {
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0.1s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0.1s;
  -o-transition-easing: ease-out;
  font-size: 4em;
  top: 45px;
  left: 95px;
}
.services .service:hover i.normal {
  left: 95px;
  top: 45px;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service:hover h3,
.services .service:hover h4 {
  color: #c3b479;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .service:hover .text {
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .listOfServices {
  margin-top: 50px;
}
.services .chooseUs {
  margin-top: 100px;
}
.services .chooseUs h1 {
  text-align: center;
  padding-bottom: 20px;
}
.services .chooseUs hr {
  border-top: 2px dotted #887d7d;
  margin: 0;
  padding: 10px 0;
}
.services .chooseUs .slides li {
  list-style-type: none;
  display: inline;
  width: 150px;
  padding-right: 45px;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.services .chooseUs .slides li:hover {
  filter: formatstring("alpha(opacity={0})", 50) !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  opacity: 0.5 !important;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.bquote {
  position: relative;
  background: #373030 url() 50% 0 no-repeat fixed;
  overflow: hidden;
}
.bquote .carousel {
  height: 500px;
}
.bquote .item {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.bquote .content {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
}
.bquote .mask {
  position: relative;
  overflow: hidden;
}
.bquote .quote-ico {
  background: url(../img/blockquote/quote-ico.png) 0 0 no-repeat;
  width: 39px;
  height: 44px;
  margin: 0 auto 45px auto;
}
.bquote h1 {
  position: relative;
  font-weight: 200;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
}
.bquote h4 {
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
#dot-nav-quotes {
  position: relative;
  top: -20px;
}
.portfolio > header {
  padding-top: 30px;
  height: 285px;
  background: #4a4040 no-repeat left top;
  text-align: center;
}
.portfolio > header h1 {
  color: #ffffff;
}
.portfolio > header .filters li {
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
  font-size: .85em;
  margin-right: 10px;
  font-weight: 600;
}
.portfolio > header .filters li a {
  color: #887d7d;
  padding: 3px 10px;
  cursor: pointer;
  border: 1px solid #4a4040;
}
.portfolio > header .filters li a:hover {
  border: 1px solid #887d7d;
}
.portfolio > header .filters .filterSelected {
  background: #887d7d;
  color: #4a4040;
  border: 1px solid #887d7d;
}
.portfolioitems {
  background: #fff;
  margin: 0 auto 100px;
}
.portfolioitems ul {
  margin: 0;
  width: 100%;
}
.portfolioitems .perRow3 {
  width: 33.3% !important;
}
.portfolioitems .perRow2 {
  width: 49.9% !important;
}
.portfolioitems .perRow1 {
  width: 99.9% !important;
}
.portfolioitems .portfolioItem {
  cursor: pointer;
  margin-top: 1px;
  padding: 0;
  width: 19.95%;
  list-style: none;
  float: left;
}
.portfolioitems .portfolioItem:hover .title > div {
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.portfolioitems .portfolioItem a,
.portfolioitems .portfolioItem img {
  display: block;
  position: relative;
}
.portfolioitems .portfolioItem a {
  overflow: hidden;
  color: #4a4040;
}
.portfolioitems .portfolioItem .img {
  width: 100%;
}
.portfolioitems .portfolioItem .title {
  text-align: center;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: url() no-repeat center center;
}
.portfolioitems .portfolioItem .title > div {
  display: block;
  font-size: 200%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 45% !important;
  left: 45% !important;
  font-weight: 400;
}
.detail {
  display: block;
  width: 100%;
  padding: 200px 0 100px;
  overflow: auto;
  background: #373030;
  color: #b1a3a3;
}
.detail h1 {
  padding-bottom: 20px;
  color: #c3b479;
}
.detail .callToAction {
  padding-top: 20px;
}
.detail img {
  border: 30px solid #5b5151;
}
.beSocial {
  padding: 0;
  margin: 0;
  margin-top: -7px;
}
.beSocial li {
  list-style: none;
  display: inline;
  margin-left: 10px;
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.beSocial li:hover {
  filter: formatstring("alpha(opacity={0})", 50) !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  opacity: 0.5 !important;
}
.socialButton {
  padding: 0;
  margin: 50px 0;
}
.socialButton a {
  color: #b1a3a3 !important;
}
.socialButton li {
  list-style: none;
  display: inline;
  float: left;
  margin-right: 10px;
}
.socialButton .pinterest-pinit {
  margin-top: 22px;
}
.team {
  background: url() repeat-x center -4em;
  padding: 60px 0px;
}
.team h1 {
  color: #fff;
}
.team .bigHeadline {
  padding-bottom: 0;
}
.team .people {
  background: url(../img/team/bgTeam.png) repeat;
  width: 90%;
  margin: 0 2%;
  padding: 3%;
}
.team .person figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.team .person figure .overImg {
  text-align: center;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  filter: formatstring("alpha(opacity={0})", 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
  background: rgba(55, 48, 48, 0.9);
  display: block;
  width: 100%;
  height: 100%;
}
.team .person figure .overImg a {
  display: inline-block;
  position: relative;
  bottom: -100%;
  margin-right: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
  filter: formatstring("alpha(opacity={0})", 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.team .person figure .overImg a:hover {
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.team .person figure img {
  z-index: 9;
  width: 100%;
  position: relative;
}
.team .person header {
  margin-left: 20%;
  margin-top: 5%;
}
.team .person h2 {
  font-weight: 400;
  margin-bottom: 0;
}
.team .person h3 {
  color: #4a4040;
  margin-bottom: 5px;
}
.team .person a.mailMe {
  margin-left: 20%;
  font-weight: 600;
}
.team .person:hover h2 {
  color: #c3b479;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.team .person:hover .mailMe {
  color: #887d7d;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.team .person:hover .overImg {
  filter: formatstring("alpha(opacity={0})", 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.team .person:hover .overImg a {
  bottom: -45%;
}
.contacts {
  background: #fff;
  display: block;
  padding-bottom: 100px;
}
.contacts .address {
  background: rgba(74, 64, 64, 0.4);
  margin-top: -100px;
  position: relative;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.contacts .address .margins {
  padding: 60px 30px 50px;
  margin: 40px;
  background: #fff;
}
.contacts .address .margins .h1 {
  font-size: 62px;
  line-height: 62px;
}
.contacts .address:hover {
  background: rgba(74, 64, 64, 0.8);
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.contacts .address:hover h1 {
  color: #4a4040;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.contacts .natural-form:hover h1 {
  color: #4a4040;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.contacts .normal-form:hover h1 {
  color: #4a4040;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.gmap {
  width: 100%;
  height: 450px;
}
#foot {
  background: #4a4040;
  padding: 50px 0;
  font-size: .8em;
  clear: both;
  text-align: center;
  color: #887d7d;
}
#foot a {
  color: #887d7d;
}
/*
404 - 500
*/
.error404 {
  background: #4a4040 url(../img/bg.jpg) no-repeat top center;
}
.error404 h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 500px;
  filter: formatstring("alpha(opacity={0})", 20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  line-height: .8em;
}
.error404 h2 {
  color: #ffffff;
}
.error404 h2 span {
  color: #c3b479;
}
.error404 .btn {
  margin-top: 40px;
  padding: 10px 30px;
  font-size: 1.3em;
}
.error404 .message {
  padding-top: 100px;
}
/*
  BLOG
*/
.page-template-page_blog-php,
.single,
body.archive,
body.blog,
body.search {
  display: block;
  width: 100%;
  padding: 200px 0 0px;
  overflow: auto;
  color: #b1a3a3;
  background: #373030;
}
.page-template-page_blog-php blockquote,
.single blockquote,
body.archive blockquote,
body.blog blockquote,
body.search blockquote {
  color: #ffffff;
}
.page-template-page_blog-php a,
.single a,
body.archive a,
body.blog a,
body.search a {
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.page-template-page_blog-php a:hover,
.single a:hover,
body.archive a:hover,
body.blog a:hover,
body.search a:hover {
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
  color: #c3b479;
}
.page-template-page_blog-php .socialButton,
.single .socialButton {
  margin-top: 28px;
}
.page-template-page_blog-php input[type="text"],
.single input[type="text"],
.page-template-page_blog-php textarea,
.single textarea {
  filter: formatstring("alpha(opacity={0})", 80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #4a4040;
}
.page-template-page_blog-php label,
.single label {
  font-size: 0.9em;
}
.page-template-page_blog-php .post-single {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #887d7d;
}
.post-title h1 {
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}
.post-title h1 a,
.post-title h1 span {
  color: #c3b479;
  font-size: .7em;
}
.post-meta {
  font-size: .85em;
}
.post-meta ul,
.post-meta li {
  margin: 0;
  padding: 0;
}
.post-meta li {
  display: inline;
  padding-right: 15px;
}
.post-media {
  border: 30px solid #887d7d;
  margin: 30px 0;
}
.post-media img {
  width: 100%;
}
.tags,
.tagcloud {
  margin-top: 30px;
  line-height: 24px;
  margin-left: 0!important;
}
.tags a,
.tagcloud a {
  white-space: nowrap;
  background: url(../img/blog/tag.png) no-repeat left;
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  margin-right: 6px;
  text-transform: uppercase;
}
.continue-reading {
  margin-top: 30px;
}
.continue-reading a {
  color: #c3b479;
}
.continue-reading a:hover {
  color: #ffffff;
}
#comments-title,
#reply-title {
  color: #c3b479;
  font-weight: 600;
}
#comments-title span,
#reply-title span {
  font-weight: 200;
  font-size: 0.8em;
}
#comments {
  margin-top: 50px;
  border-top: 1px solid #887d7d;
  padding-top: 30px;
}
#comments ul {
  margin: 0;
  padding: 0;
}
#comments ul li {
  border-bottom: 1px dashed #887d7d;
  padding: 20px 0;
}
#comments ul ul {
  margin-left: 70px;
}
#comments ul ul li {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#comments li {
  list-style: none;
}
#comments .label {
  padding: 3px 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .7em;
  background: #887d7d;
  border-radius: 0px;
}
.comment p {
  font-size: .9em;
  line-height: 1.3em;
}
.fn {
  color: #ffffff;
  font-weight: 600;
}
.vcard {
  overflow: hidden;
}
.vcard img {
  width: 100%;
}
.commentmetadata {
  line-height: 22px;
  margin-bottom: 20px;
  color: #c3b479;
}
.commentmetadata a {
  color: #c3b479;
  font-size: .6em;
}
.comment-notes {
  font-size: .8em;
}
.control-group {
  margin-bottom: 10px !important;
}
.sidebar {
  font-size: .9em;
  line-height: 1.2em;
}
.sidebar h3 {
  color: #c3b479;
}
.sidebar .widget {
  margin: 40px 0px;
}
.sidebar .widget_search {
  filter: formatstring("alpha(opacity={0})", 90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.sidebar .stripedList li {
  font-size: .9em;
}
.sidebar .stripedList li:before {
  margin-top: 5px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 1em;
  font-size: 11px;
  color: #c3b479;
}
/* calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
  color: #c3b479;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  border: 1px solid #887d7d;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  background: #c3b479;
  color: #ffffff;
}
#wp-calendar tbody .pad {
  background: none;
  border: 0;
}
#wp-calendar tbody .pad:hover {
  background: none;
}
#today {
  background: #c3b479;
}
#today a {
  color: #4a4040;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/*

PRICING TABLES

*/
.pricing_box {
  border: 1px solid #ccc;
  float: left;
  text-align: center;
  padding: 0 0 20px 0;
  margin-left: -1px;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.pricing_box header {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 85px;
  background: #373030;
  color: #c3b479;
}
.pricing_box header h3 {
  margin: 0;
  padding-top: 20px;
  color: #c3b479;
  font-weight: 300;
}
.pricing_box header span.info {
  color: #ffffff;
  font-size: 14px;
}
.pricing_box p {
  line-height: 28px;
  margin-top: 0px;
  padding-top: 20px;
  border-top: 1px dashed #ede5e2;
}
.pricing_box ul {
  list-style: none;
  margin: 20px 0 0 0;
  text-align: left;
}
.cols-2 .pricing_box {
  width: 49.5%;
  margin-bottom: 50px;
}
.cols-3 .pricing_box {
  width: 33%;
  margin-bottom: 50px;
}
.cols-4 .pricing_box {
  width: 24.8%;
  font-size: 1em;
}
.cols-5 .pricing_box {
  width: 19.5%;
  font-size: 0.9em;
}
.pricing_box ul li {
  line-height: 2.5em;
  font-size: .85em;
  padding-left: 0px ;
  margin-left: 0;
  text-align: center;
  list-style-type: none!important;
}
.pricing_box ul li.odd {
  background: #ede5e2;
}
.pricing_box ul li.even {
  background: #fff;
}
.pricing_box h3 {
  margin: 20px 0;
  font-size: 22px;
  display: block;
  font-weight: 600;
}
.pricing_box h3 em {
  font-size: 12px;
  font-weight: normal;
}
.pricing_box.featured {
  position: relative;
  z-index: 9;
  margin-top: -24px;
  margin-left: -6px;
  padding-bottom: 30px;
  border: 5px solid #c3b479;
  /*-moz-box-shadow: 0 1px 10px #cbcbcb; 
  -webkit-box-shadow: 0 1px 10px #cbcbcb;
   box-shadow: 0px 1px 10px #cbcbcb; padding: 0 0 40px 0; */

}
.pricing_box.featured header {
  height: 105px;
  background: #c3b479;
}
.pricing_box.featured header h3 {
  padding-top: 32px;
  color: #4a4040;
  font-weight: 600;
}
.v2 header {
  background: #ede5e2;
  height: 61px;
}
.v2 header h3 {
  color: #4a4040;
}
.v2 ul {
  margin-top: 30px!important;
}
.v2 ul li {
  text-align: left !important;
  padding-left: 20px !important;
}
.v2 .info {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #887d7d;
}
.v2 h1 {
  padding: 20px 0 0px;
  font-weight: 900;
  margin-bottom: 2px;
}
.v2 h1 sup {
  font-size: 30px;
  font-weight: 400;
  top: -25px;
}
.v2.pricing_box.featured header {
  height: 81px;
}
.v2:hover {
  background: #ede5e2;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.v2:hover header {
  background: #b1a3a3;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
/*
  INPAGE MENU
  (used in shortcodes)
*/
.inpage-menu {
  text-align: center;
}
.inpage-menu nav li {
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
  font-size: .85em;
  margin-right: 10px;
  font-weight: 600;
}
.inpage-menu nav li a {
  color: #887d7d;
  padding: 3px 10px;
  cursor: pointer;
}
/*Preloader*/
#FakePageLoader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #373030;
  z-index: 10000;
}
.QOverlay {
  background: #373030;
  z-index: 9999;
}
.QLoader {
  background: #c3b479;
  height: 1px;
}
.QAmt {
  color: #333333;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  width: 100px;
  margin: -60px 0 0 -50px;
}
/*NATURAL LANGUAGE */
/* general style for the form */
.nl-form {
  width: 100%;
}
.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nl-form input:focus {
  outline: none;
}
/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative;
}
.nl-field.nl-field-open {
  z-index: 10000;
}
/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
  line-height: inherit;
  display: inline-block;
  color: #4a4040;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #4a4040;
}
/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #ede5e2;
  color: #4a4040;
  right: -1em;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}
.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}
.nl-field ul li {
  color: #4a4040;
  position: relative;
}
.nl-dd ul {
  padding: .5em 0;
}
.nl-dd ul li {
  padding: 0.2em 1.5em 0.2em 0.5em;
  cursor: pointer;
  white-space: nowrap;
  min-width: 15em;
  color: #887d7d;
}
.nl-dd ul li.nl-dd-checked {
  color: #4a4040;
  font-weight: 600;
}
.no-touch .nl-dd ul li:hover {
  color: #887d7d;
  background: rgba(0, 0, 0, 0.5);
}
.no-touch .nl-dd ul li:hover:active {
  color: #4a4040;
}
/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3px;
}
.nl-ti-text ul {
  min-width: 15em;
}
.nl-ti-text ul li.nl-ti-input input {
  width: 80%;
  padding: 2% 15% 2% 5% ;
  border-bottom: none;
  color: #4a4040;
}
.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 10%;
  text-align: center;
  color: transparent;
}
.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2;
  display: block;
}
/* custom placeholder color */
input::-webkit-input-placeholder {
  color: #887d7d;
  padding: 0% 0 2% 0 ;
}
input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
input::-moz-placeholder {
  color: #ffffff;
  padding: 0% 0 2% 0 ;
}
input:active::-moz-placeholder,
input:focus::-moz-placeholder {
  color: #ffffff;
}
input:-ms-input-placeholder {
  color: #ffffff;
  padding: 0% 0 2% 0 ;
}
input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
  color: #ffffff;
}
/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 50%;
  font-style: italic;
  font-weight: 200;
  padding: 0.4em 1em;
  color: #887d7d;
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}
.nl-ti-text ul li.nl-ti-example em {
  color: #ffffff;
}
/* submit button */
.nl-submit-wrap {
  margin-top: 1em;
}
.nl-form .nl-submit {
  cursor: pointer;
  position: relative;
  background: #ede5e2;
  color: #4a4040;
  padding: 10px 20px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.nl-form .nl-submit:hover {
  background: #887d7d;
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-easing: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-delay: 0s;
  -moz-transition-easing: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-easing: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-delay: 0s;
  -o-transition-easing: ease-out;
}
.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #887d7d;
}
/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}
.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
/*==============================================================================
                INPUT
==============================================================================*/
input,
button,
textarea,
.inp,
.btn {
  font-size: .9em;
  border-radius: 0px !important;
}
input:focus,
button:focus,
textarea:focus,
.inp:focus,
.btn:focus,
input:active,
button:active,
textarea:active,
.inp:active,
.btn:active {
  box-shadow: none !important;
  border-color: #c3b479 !important;
  background: #ede5e2;
  color: #b1a3a3;
  /* firefox 19+ */

  /* ie */

}
input:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.inp:focus::-webkit-input-placeholder,
.btn:focus::-webkit-input-placeholder,
input:active::-webkit-input-placeholder,
button:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
.inp:active::-webkit-input-placeholder,
.btn:active::-webkit-input-placeholder {
  color: #4a4040;
}
input:focus::-moz-placeholder,
button:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.inp:focus::-moz-placeholder,
.btn:focus::-moz-placeholder,
input:active::-moz-placeholder,
button:active::-moz-placeholder,
textarea:active::-moz-placeholder,
.inp:active::-moz-placeholder,
.btn:active::-moz-placeholder {
  color: #4a4040;
}
input:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.inp:focus:-ms-input-placeholder,
.btn:focus:-ms-input-placeholder,
input:active:-ms-input-placeholder,
button:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
.inp:active:-ms-input-placeholder,
.btn:active:-ms-input-placeholder {
  color: #4a4040;
}
input:focus:-moz-placeholder,
button:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.inp:focus:-moz-placeholder,
.btn:focus:-moz-placeholder,
input:active:-moz-placeholder,
button:active:-moz-placeholder,
textarea:active:-moz-placeholder,
.inp:active:-moz-placeholder,
.btn:active:-moz-placeholder {
  color: #4a4040;
}
input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.inp::-webkit-input-placeholder,
.btn::-webkit-input-placeholder,
input::-moz-placeholder,
button::-moz-placeholder,
textarea::-moz-placeholder,
.inp::-moz-placeholder,
.btn::-moz-placeholder,
input:-ms-input-placeholder,
button:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.inp:-ms-input-placeholder,
.btn:-ms-input-placeholder,
input:-moz-placeholder,
button:-moz-placeholder,
textarea:-moz-placeholder,
.inp:-moz-placeholder,
.btn:-moz-placeholder {
  color: #b1a3a3;
  padding-top: 0px;
  margin-top: 0px;
}
.btn-primary {
  background: #4a4040 !important;
  border: 0px;
}
.btn-success {
  background: #c3b479 !important;
  border: 0px;
  color: #4a4040;
}
/*==============================================================================
                MEDIA QUERIES 
==============================================================================*/
/*==============================================================================
                MIXINS LESS
==============================================================================*/
/*==============================================================================
                SETTINGS
==============================================================================*/
/*==============================================================================
                MEDIA QUERIES (Breakpoints)

  See Bootstrap Responsive Table
  http://getbootstrap.com/2.3.2/scaffolding.html#responsive 
==============================================================================*/
/* Large desktop */

@media (max-width: 1199px) {
  .team .person {
    width: 48.61878453038674%;
    margin-left: 2.7624309392265194%;
    margin-bottom: 40px;
  }
  .team .person:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .services .service figure img.normal,
  .services .service:hover img.normal,
  .services .service figure i.normal,
  .services .service:hover i.normal {
    left: 70px;
    filter: formatstring("alpha(opacity={0})", 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .services .service figure img.over,
  .services .service:hover img.over,
  .services .service figure i.over,
  .services .service:hover i.over {
    display: none;
  }
  .contacts .address {
    margin-top: 72px;
  }
  .contacts .address .margins {
    padding: 20px 20px 20px;
    margin: 28px;
  }
  .contacts .address .margins .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .is-mobile .parallax {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover !important;
  }
}
/* Laptop */
@media (min-width: 980px) and (max-width: 1199px) {
  #menu nav .sf-menu > li > a {
    font-size: 14px;
  }
  #menu nav .sf-menu ul a {
    font-size: 12px;
  }
}
/* Portrait tablet and below */
@media (max-width: 979px) {
  .parallax {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
    background-position: top center !important;
    background-size: cover !important;
  }
  #menu {
    position: absolute !important;
    top: 0px !important;
    left: 0;
    bottom: auto !important;
    height: auto !important;
  }
  #menu nav {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
  }
  #menu nav.sticky {
    position: static;
    top: auto;
  }
  #menu nav .container {
    width: 100%;
    margin: 0;
  }
  #menu nav a.pull {
    position: relative;
    z-index: 100;
    display: block;
    float: right;
    width: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #141516;
  }
  #menu nav a.pull i {
    line-height: 50px;
  }
  #menu nav a.pull:hover,
  #menu nav a.pull.selected {
    background: #b1a3a3;
  }
  #menu nav .sf-menu,
  #menu nav.sticky .sf-menu {
    display: none;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    background: #b1a3a3;
    border-top: solid 1px #887d7d;
    -moz-box-shadow: inset 0 -1px 0 #887d7d;
    -webkit-box-shadow: inset 0 -1px 0 #887d7d;
    box-shadow: inset 0 -1px 0 #887d7d;
  }
  #menu nav .sf-menu > li,
  #menu nav.sticky .sf-menu > li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border: none;
  }
  #menu nav .sf-menu > li > a,
  #menu nav.sticky .sf-menu > li > a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 40px;
    -moz-box-shadow: inset -1px -1px 0 #887d7d;
    -webkit-box-shadow: inset -1px -1px 0 #887d7d;
    box-shadow: inset -1px -1px 0 #887d7d;
  }
  #menu nav .sf-menu > li > a.selected,
  #menu nav.sticky .sf-menu > li > a.selected,
  #menu nav .sf-menu > li > a:hover,
  #menu nav.sticky .sf-menu > li > a:hover {
    border: none;
  }
  #menu nav .sf-menu ul,
  #menu nav.sticky .sf-menu ul {
    top: 100%;
    /* force top aligned menu */
  
    bottom: auto;
    padding-bottom: 0;
    padding-top: 14px;
  }
  #menu nav .sf-menu ul:after,
  #menu nav.sticky .sf-menu ul:after {
    top: auto;
    bottom: 100%;
    margin-top: auto;
    margin-bottom: -14px;
    border-top-color: transparent;
    border-bottom-color: #d1cdcd;
    border-width: 11px;
    margin-left: -11px;
  }
  #menu nav .logotype {
    position: absolute;
    z-index: 100;
    margin-top: -20px;
    left: 20px;
    bottom: auto;
    width: 90px;
    height: 90px;
  }
  #menu nav .logotype,
  #menu nav .logotype:hover {
    background: url(../img/logotype_small.png) no-repeat;
  }
  .services .service {
    width: 352px;
    margin-bottom: 32px;
  }
  .services .service figure {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .services .service figure img.normal,
  .services .service:hover img.normal,
  .services .service figure i.normal,
  .services .service:hover i.normal {
    left: 135px;
    filter: formatstring("alpha(opacity={0})", 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .services .service figure img.over,
  .services .service:hover img.over,
  .services .service figure i.over,
  .services .service:hover i.over {
    display: none;
  }
  .detail {
    padding: 120px 0 50px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about header.bigHeadline {
    padding-bottom: 0;
  }
  .number {
    margin-top: 30px;
  }
  .number .data {
    font-size: 60px;
  }
  .number h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .bquote .carousel {
    height: 350px;
  }
  .bquote h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    margin: 0 20px;
  }
  h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 44px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .logotypeSign,
  .logotypeSignDark {
    margin-bottom: 10px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about header.bigHeadline {
    padding-bottom: 0;
  }
  .number {
    margin-top: 0;
  }
  .number .data {
    font-size: 90px;
  }
  .services {
    padding: 30px 0;
  }
  .services header.bigHeadline {
    padding-bottom: 18px;
  }
 .centerImg,
 .services .lCol:before,
 .services .rCol:before {
    display: none;
  }
  .services .service,
  .team .person {
    margin-left: auto;
    margin-right: auto;
  }
  .team {
    padding: 35px 0px;
    background-position: center -21em;
  }
  .team .bigHeadline {
    min-height: 218px;
  }
  .team .person:nth-child(2n+1) {
    margin-left: auto;
  }
  .team .person header,
  .team .person a.mailMe {
    margin-left: 13%;
  }
  .bquote h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #foot {
    padding: 10px 0;
  }
  #foot .span6 {
    margin: 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contacts .address,
  .contacts .normal-form {
    width: 352px;
    margin: 20px auto 50px auto;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .team .container-fluid {
    margin: 0 20px;
  }
  .team .person {
    width: 100%;
  }
  .team .person,
  .team .person:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  #menu nav .sf-menu li,
  #menu nav.sticky .sf-menu li {
    float: none;
    width: 100%;
    border: none;
  }
  #menu nav .sf-menu ul,
  #menu nav.sticky .sf-menu ul {
    position: static;
    left: auto;
    margin: 0;
    padding-top: 0;
    background: #887d7d;
  }
  #menu nav .sf-menu ul > li > a,
  #menu nav.sticky .sf-menu ul > li > a {
    padding: 4px 10px;
    border: none;
  }
  #menu nav .sf-menu ul:after,
  #menu nav.sticky .sf-menu ul:after {
    border: none;
  }
  h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .cols-5 .pricing_box {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
  }
  .cols-5 .pricing_box h1 {
    font-size: 70px !important;
    line-height: 68px !important;
  }
  .cols-5 .pricing_box.featured {
    margin-top: 0px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about header.bigHeadline {
    padding-bottom: 0;
  }
  .number {
    margin-top: 0;
  }
  .number .data {
    font-size: 90px;
  }
  .bquote {
    display: none;
  }
  .contacts .address {
    margin: 20px auto 50px auto;
  }
}
/* Ad-hoc */
@media (max-width: 400px) {
  .services .service {
    width: 100%;
  }
  .services .service figure img.normal,
  .services .service:hover img.normal,
  .services .service figure i.normal,
  .services .service:hover i.normal {
    left: 34%;
    filter: formatstring("alpha(opacity={0})", 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .services .service figure img.over,
  .services .service:hover img.over,
  .services .service figure i.over,
  .services .service:hover i.over {
    display: none;
  }
  .detail img {
    border-width: 10px;
  }
  .contacts .address .margins .h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .gmap {
    height: 250px;
  }
}
@media (max-height: 767px) {
  .gmap {
    height: 200px;
  }
}
.is-mobile #theme_options {
  display: none;
}