@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);



@import "font-awesome.css";



@import "touchTouch.css";

/*css*/

body {

  font-family: 'Open Sans', sans-serif;

  font-size: 13px;

  line-height: 22px;

  color: #7e8487;

  font-weight: 300;

  background: #fff;

}

a[href^="tel:"] {

  color: inherit;

  text-decoration: none;

}

* {

  -webkit-text-size-adjust: none;

}

a {

  color: #7e8487;

  text-decoration: none;

}

input {

  -webkit-appearance: none;

  border-radius: 0;

}

select {

  height: 30px;

  padding: 10px 0;

}

h3,

h5 {

  font-family: 'Open Sans', sans-serif;

  font-weight: 300;

  font-size: 36px;

  line-height: 40px;

  text-transform: uppercase;

  color: #2d3858;

  margin: 58px 0 28px 0;

  padding: 0;

}

h5 {

  font-size: 34px;

  margin-bottom: 20px;

}

h4 {

  font-family: 'Open Sans', sans-serif;

  font-size: 18px;

  line-height: 30px;

  color: #7e8487;

}

h4 a:hover {

  text-decoration: underline;

}

.h4-pad {

  margin-bottom: 0 !important;

}

.h4-margin {

  margin-top: 10px;

}

.h5-margin {

  margin-bottom: 36px;

}

.h5-indent {

  margin: 44px 0 0 0;

}

.alcenter {

  text-align: center;

}

/************Header************/

.logo {

  text-align: center;

  font-size: 36px;

  line-height: 38px;

  text-transform: uppercase;

  margin: 65px 15px 0 0;

}

.logo a {

  width: 266px;

  padding: 85px 20px 0 0;

  background: url('../images/logo.png') top center no-repeat;

  display: inline-block;

  text-decoration: none;

  color: #2d3858;

  font-weight: 300;

}

.sf-menu {

  padding: 20px 0 0 90px;

  margin-bottom: 20px;

}

.sf-menu > li {

  float: left;

  position: relative;

}

.sf-menu > li > a {

  display: inline-block;

  padding: 5px 18px;

  text-decoration: none;

  text-transform: uppercase;

  color: #1f2d36;

  font-size: 14px;

  border: 1px solid transparent;

}

.sf-menu > li > a:hover,

.sf-menu > li.sfHover > a,

.sf-menu li.current > a {

  border-color: #b3c8d4;

}

.sf-menu ul {

  position: absolute;

  top: 42px;

  left: 0;

  background: #2d3858;

  width: 130px;

  padding: 10px 0;

  display: none;

}

.sf-menu ul li {

  font-size: 12px;

  line-height: 14px;

  padding: 7px 0 7px 27px;

  position: relative;

}

.sf-menu ul li a {

  color: #fff;

}

.sf-menu ul li a:hover,

.sf-menu ul li.sfHover > a {

  color: #000;

}

.sf-menu ul ul {

  left: 140px;

  background: #fff;

  top: 0;

  z-index: 99;

  border: 1px solid #cdcbcc;

}

.sf-menu ul ul li a {

  color: #474747;

}

.slide {

  background: #ffffff url("../images/slide.jpg") top center no-repeat;

  height: 651px;

  margin-top: 35px;

}

.slide img {

  width: 100%;

}

.slogan-box {

  color: #fff;

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

  padding-top: 170px;

}

.slogan {

  font-size: 60px;

  line-height: 72px;

  padding-bottom: 24px;

}

.slogan-text {

  font-size: 15px;

  display: inline-block;

  line-height: 17px;

}

.primary-link {

  color: #fff;

  background: #949b0a;

  font-size: 16px;

  line-height: 18px;

  font-weight: bold;

  text-transform: uppercase;

  padding: 15px 50px;

  display: inline-block;

  margin-top: 44px;

  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  border-radius: 40px;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -ms-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

}

.primary-link:hover {

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -ms-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  opacity: 0.8;

  filter: alpha(opacity=80);

  color: #fefefe;

}

.wrap {

  position: relative;

  text-align: center;

  padding: 0px 60px;

}

.line-before,

.line-after {

  position: absolute;

  height: 1px;

  background: #a9c0cb;

  top: 51%;

}

.line-before {

  left: 60px;

}

.line-after {

  right: 60px;

}

.header-border {

  border-top: 1px solid #cfdbe0;

}

/************Content***********/

.indent {

  padding: 0px 0 70px 0;

}

.indent h3 {

  margin-top: 40px;

}

.indent h4 {

  margin-bottom: 4px;

}

/*-------- list --------*/

.list {

  margin-top: 22px;

}

.list li {

  line-height: 30px;

  padding-left: 17px;

  background: url('../images/list-marker.gif') 0 13px no-repeat;

}

.list li a:hover {

  text-decoration: underline;

  color: #a9c0cb;

}

.list-mod {

  padding-bottom: 20px;

}

/*---------*/

/*------ search form ------*/

#search {

  padding: 5px 0 20px 0;

  position: relative;

}

#search input {

  border: 1px solid #d9d9d9;

  font-size: 13px;

  line-height: 18px;

  color: #7e8487;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 5px 42px 4px 14px;

  height: 32px;

  width: 100%;

  outline: none;

}

#search a {

  width: 22px;

  height: 18px;

  background: url('../images/search-icon.png') 0 0 no-repeat;

  display: block;

  position: absolute;

  right: 12px;

  top: 12px;

  z-index: 2;

  cursor: pointer;

}

/*-------*/

/*------ figure -----*/

figure {

  overflow: hidden;

  width: 100%;

  margin-bottom: 40px;

}

figure .img-indent {

  float: left;

  margin-right: 20px;

  margin-top: 8px;

}

figure h4 {

  margin: 0px 0 0px 0 !important;

}

.mb0 {

  margin-bottom: 0;

}

.mt0 {

  margin-top: 0;

}

.pad-right {

  padding-right: 80px;

}

.top-indent {

  padding-top: 20px;

}

.mod {

  padding: 12px 20px;

}

/*-----------*/

/*----- blockquote-----*/

blockquote {

  background: url('../images/blockquote-bg.gif') 0 6px no-repeat;

  margin-top: 8px;

  padding-left: 36px;

}

blockquote .client-name {

	display: block;

	font-size: 18px;

	line-height: 20px;

	color: #2d3858;

	padding-top: 10px;

}

/*-------------*//*--- portfolio --*/

.thumbnails .thumbnail {

  margin-top: 30px;

}

.thumbnails .thumbnail div {

  border: 1px solid #d1d4d6;

  padding: 15px 20px 26px 20px;

  border-top: 0;

}

.thumbnails .thumbnail img {

  vertical-align: middle;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  width: 100%;

}

.thumbnails .thumbnail h4 a:hover {

  color: #000000;

}

.thumbnails a.gal {

  position: relative;

  display: block;

}

.thumbnails a:hover img {

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  opacity: 0.8;

  filter: alpha(opacity=80);

}

.thumbnails a.gal span {

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  background: url(../images/magnify.png) -100px center no-repeat;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.thumbnails a.gal:hover span {

  background-position: center center;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

/*-----*/

/*-------- services ----*/

.dropcap {
	display: block;
	float: left;
	margin-right: 16px;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #949b0a;
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	padding: 5px 0 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 5px;

}

.lt-sp {

  letter-spacing: -1px;

}

.services {

  margin-top: -20px;

  padding-bottom: 15px;

}

.services .grid_4 {

  padding-top: 20px;

}

.services a:hover {

  color: #000000;

}

/***---- greetings block ------*/

.greeting-block {

  text-align: center;

}

.greetings-indent-block {

  position: relative;

  margin: 62px 29px 68px 33px;

}

.greetings-indent-block a {

  display: inline-block;

}

.greetings-indent-block a:hover img {

  opacity: 0.8;

  filter: alpha(opacity=80);

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.greetings-indent-block a:hover span {

  color: #fcfcfc;

}

.greetings-indent-block img {

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.greetings-indent-block span {

  font-size: 34px;

  line-height: 36px;

  font-weight: 600;

  text-transform: uppercase;

  display: block;

  width: 100%;

  position: absolute;

  top: 0;

  padding-top: 100px;

  left: 0;

  z-index: 5;

  text-align: center;

  color: #fff;

}

.gray-box {

  background: #f2f2f2;

}

.gray-box-indent {

  padding-bottom: 74px;

}

.gray-box-indent .primary-link {

  margin-top: 30px;

}

.text-center {

  text-align: center;

}

/*------ projects ----*/

.projects {

  margin-top: 34px;

}

.projects a {

  position: relative;

  display: block;

}

.projects a:hover img {

  opacity: 0.8;

  filter: alpha(opacity=80);

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.projects a img {

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

  width: 100%;

}

.projects a.gal span {

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  right: 0;

  background: url(../images/magnify.png) -100px center no-repeat;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.projects a.gal:hover span {

  background-position: center center;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

/*----- blog -----*/

.blog-item {

  margin-bottom: 50px;

}

.blog-item .mod {

  margin-top: 30px;

}

.blog-indent {

  padding: 0 80px 0px 0;

  color: #4e7b8b;

  margin: -5px 0 0px 0;

}

.blog-indent a {

  color: #4e7b8b;

  margin-left: 25px;

}

.blog-indent a:hover {

  text-decoration: underline;

  color: #000;

}

.blog-indent .fright {

  float: right;

}

.blog-indent img {

  margin: 20px 0 10px 0;

}

/*----------*/

/*------- social ------*/

.socials {

  padding-bottom: 70px;

  color: #fff;

  font-size: 18px;

  line-height: 30px;

  text-align: center;

  background: #ffffff url('../images/socials-bg.jpg') top center no-repeat;

  margin-top: 66px;

}

.socials h5 {

  font-weight: 600;

  color: #fff;

  margin-bottom: 30px;

}

.socials .icons {

  margin-top: 20px;

}

.socials .icons li {

  font-size: 46px;

  line-height: 48px;

  font-weight: normal;

  display: inline;

  margin: 0 22px;

}

.socials .icons li a {

  color: #fff;

  font-weight: normal;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.socials .icons li a:hover {

  color: #cecece;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

.mt0 {

  margin-top: 0;

}

.contacts-info {

  padding-top: 10px;

}

.contacts-info .phone {

  display: inline-block;

  width: 80px;

}

.contacts-info a {

	color: #2D3858;

}

.contacts-info a:hover {

  text-decoration: underline;

  color: #000000;

}

.map iframe {

  width: 100%;

  height: 280px;

}

/*--- contact form ----*/

#contact-form {

  position: relative;

}

#contact-form label {

  position: relative;

  /*!*/



  display: block;

  min-height: 43px;

}

#contact-form span {

  display: block;

}

#contact-form ._placeholder {

  position: absolute;

  /*!*/



  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  cursor: text;

  color: #7e8487;

  padding: 0px 14px;

  opacity: 1;

  font-size: 13px;

  line-height: 33px;

  display: block;

  font-family: 'Open Sans', sans-serif;

  width: 100% !important;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#contact-form ._placeholder.focused {

  opacity: .4;

}

#contact-form ._placeholder.hidden {

  display: none;

}

#contact-form input,

#contact-form textarea {

  outline: none;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  float: left;

  padding: 8px 10px 7px 14px;

  font-size: 13px;

  line-height: 18px;

  border: 1px #d9d9d9 solid;

  width: 100%;

  height: 33px;

  background: #fff;

  color: #7e8487;

  font-family: 'Open Sans', sans-serif;

  -webkit-appearance: none;

  border-radius: 0;

}

#contact-form textarea {

  height: 269px;

}

#contact-form .error-message,

#contact-form .empty-message {

  height: 0;

  overflow: hidden;

  font: 10px/20px Arial;

  -webkit-transition: 0.3s ease-in height;

  -moz-transition: 0.3s ease-in height;

  -o-transition: 0.3s ease-in height;

  transition: 0.3s ease-in height;

  position: absolute;

  right: 3px;

  top: 0;

  color: #ff0000;

}

#contact-form .invalid .error-message,

#contact-form .empty .empty-message {

  height: 20px;

}

#contact-form .success-message {

  line-height: 48px;

  position: absolute;

  overflow: hidden;

  height: 0;

  left: 0;

  top: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  background: #fff;

  z-index: 10;

  width: 100%;

  text-align: center;

  -webkit-transition: all 0.7s linear;

  -moz-transition: all 0.7s linear;

  -o-transition: all 0.7s linear;

  transition: all 0.7s linear;

  padding: 0px 0;

}

#contact-form.success .success-message {

  height: 122px;

  padding: 38px 0;

  border: 1px #ccc solid;

  -webkit-transition: all 0.7s linear;

  -moz-transition: all 0.7s linear;

  -o-transition: all 0.7s linear;

  transition: all 0.7s linear;

}

#contact-form a {

  margin: 40px 10px 0 0;

  width: 95px;

  text-align: center;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.policy h4 {

  margin: 20px 0px 0px 0;

}

.policy p {

  margin-top: 20px;

}

.policy a {

	color: #949B0A;

}

.policy a:hover {

  text-decoration: underline;

}

/************Footer************/

#footer {

  height: 18px;

  text-align: center;

  padding: 34px 0px 28px 0px;

  text-transform: uppercase;

  font-size: 13px;

  line-height: 15px;

}

#footer a {

  color: #909090;

}

#footer a:hover {

  color: #949b0a;

  text-decoration: underline;

}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 979px) {

  .sf-menu {

    padding-left: 112px;

  }

  .slogan {

    font-size: 50px;

  }

  .slogan-box {

    padding-top: 100px;

  }

  .slide {

    height: 450px;

    -webkit-background-size: auto 100%;

    background-size: auto 100%;

  }

  .greetings-indent-block {

    margin: 62px 0 0 0;

  }

  .pad-right {

    padding-right: 0;

  }

  .img-width img {

    width: 100%;

  }

  .dropcap {

    margin-bottom: 135px;

  }

  .blog-indent {

    padding: 0;

  }

  .blog-indent img {

    width: 100%;

  }

  .contacts-info .grid_3 {

    width: 200px;

    float: left;

  }

  .greetings-indent-block {

    margin-bottom: 40px;

  }

}

@media only screen and (max-width: 767px) {

  .sf-menu {

    display: none;

  }

  .select-menu {

    padding: 4px 0;

    width: 100%;

    margin-top: 20px;

  }

  .slogan-box {

    padding-top: 80px;

  }

  .slogan {

    font-size: 40px;

    line-height: 44px;

  }

  .slide {

    height: 400px;

    -webkit-background-size: auto 100%;

    background-size: auto 100%;

  }

  .wrap {

    padding: 0;

  }

  .line-before {

    left: 0px;

  }

  .line-after {

    right: 0px;

  }

  .greetings-indent-block {

    text-align: center;

    margin-bottom: 40px;

  }

  .socials {

    font-size: 15px;

    -webkit-background-size: auto 100%;

    background-size: auto 100%;

  }

  .socials h5 {

    font-size: 30px;

    margin: 36px 0px 15px 0px;

  }

  .socials .icons a {

    font-size: 38px;

  }

  blockquote {

    margin-top: 30px;

  }

  figure .img-indent-none {

    float: none;

  }

  figure img {

    margin-bottom: 10px;

    width: 100%;

    margin-right: 0;

  }

  figure .img-indent {

    margin-right: 0;

  }

  .pad-right {

    padding-right: 0;

  }

  .services .grid_4 {

    float: none;

    overflow: hidden;

  }

  .services .grid_4 .dropcap {
	margin-bottom: 40px;

  }

  .img-top {

    margin-top: 60px;

  }

  .contacts-info .grid_3 {

    width: 200px;

    float: left;

  }

}

@media only screen and (max-width: 480px) {

  .slogan-box {

    padding-top: 60px;

  }

  .slogan-box a {

    margin-top: 20px;

    padding: 5px 10px;

    font-size: 11px;

  }

  .slogan {

    font-size: 20px;

    line-height: 24px;

    padding-bottom: 10px;

  }

  .slogan-text {

    font-size: 12px;

  }

  .slide {

    height: 240px;

    -webkit-background-size: auto 100%;

    background-size: auto 100%;

  }

  .pt1 {

    padding-top: 20px;

  }

}

@media only screen and (max-width: 320px) {

  

}

/*Core variables and mixins*/
