@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

.clear { clear: both; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
  color: #727272;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #26303a;
}
ul li{
  list-style: none;
}
hr{
  color: #e7e7e7;
}
.row.row-main-h { padding: 80px 0; }
.row.row-main { padding: 70px 0 40px; }

.btn {
  border: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.btn i {
  margin-left: 10px;
}
.btn-black { background: #4d4d4d; padding: 10px 40px 10px 40px; border-radius: 50px; }
.catalog .btn-black { background: #777777; color: #ffffff; }

.btn-black:hover { background: #ffffff; }
.catalog .btn-black:hover { background: #4d4d4d; }



.btn-defult{
  border: 2px solid #4d4d4d;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;

}

.btn-defult:hover{background: #4d4d4d; color: #fff;}

.btn-border{
  margin-top: 22px;
  background: transparent;
  font-size: 16px;
  border: 2px solid #4d4d4d;
  padding: 8px 12px;
  width: 120px;
  font-family: 'Open Sans', sans-serif;
}
.btn-border:hover{
  color: #ffffff;
  background: #55ACEE;
  border: 2px solid #55ACEE;
}
.section-title {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 18px;
  color: #4d4d4d;
}
.section-subtitle {
  text-align: center;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 18px;
  font-size: 16px;
  color: #4d4d4d;
}


/* Start Main Menu */
#header .navbar-default{
  background: #ffffff;
  border-bottom: 3px solid #C7C7C7;
  border-radius: 0px;
}
#header .navbar-brand{
  color: #4d4d4d;  
  font-size: 40px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; padding-bottom: 0;
}

.mm { margin-top: 6px; } /*20px*/
.mm ul { text-align: center; }

#header .navbar-nav li { height: 32px; } /*60px*/

#header .navbar-nav li a,
#header .navbar-nav > li > a:focus{
  font-size: 16px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 10px 12px; /*22px 12px*/
  outline: 0;
  color: #4d4d4d;
}
#header .navbar-nav .active a,
#header .navbar-nav a:hover,
#header .navbar-nav .active a:focus{
  background: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #595959;
}

#lm_c { float: right; }
#lm { margin-bottom: 4px; font-size: 12px; text-transform: capitalize; }
#lm li { margin-top: 6px; }
#header .navbar-nav li #lm li a { margin: 0; font-size: 12px; }
#lm li a.active { color: #333; text-decoration: underline; }

/* End Main Menu */

/* Start Billboard */

#billboard .main-text{
  text-align: center;
  padding: 160px 0 200px 0;
  color: #4d4d4d;
}

.bill-board{
  background: url(../img/backgrounds/bg.jpg) no-repeat;
  margin: 0;
  padding: 0;
}

.bill-board-sub{
  background: url(../img/backgrounds/bg.jpg) no-repeat;
  margin: 0;
  padding: 0;
}

#billboard.bill-board-sub .main-text{
  text-align: center;
  padding: 0;
  color: #4d4d4d;
}

#billboard .main-text h1{
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#billboard .main-text h4{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#billboard .main-text a{
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 24px;
}
#billboard .main-text a:hover{
  color: #4d4d4d;
}
#billboard hr{
  margin: 0;
  margin-bottom: 44px;
}

/* End Billboard */

/* Start Services */
#services i{
  font-size: 60px;
}
#services article h3{
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-weight: 700;
  line-height: 50px;
}
#services article p{
  font-size: 14px;
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#services .header-title{
  padding-bottom: 24px;
}
/* End Services */

/* Start Work */
#work figure{
  width: 262px;
  height: 322px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}
#work figcaption{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 0;
}
#work figure:hover figcaption{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity:1;
}
#work .contant{
  text-align: center;
  padding-top: 40px;
}
#work .contant p {
  color: #000; text-shadow: 0 0 5px #fff;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 30px;
}
#work .barnd-title{
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: #575757;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#work figure:hover .barnd-title{
  bottom: 0px;
}
#work .barnd-title p{
  text-align: center;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}
#work .barnd-title p i{
  margin-left: 10px;
}

/*Story*/ 
/*#story img{width: 100%;}*/
#story img{max-width: 100%;}


/* End Work */

/* Start Subscription */
.subscription{
  background: #f5f5f5;
}


/* End Subscription */

/* Start Contact */
.social{
  padding-top: 68px;
  padding-bottom: 68px;
}
.social ul{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.social ul li{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 30px;
  border: 2px solid #575757;
  padding: 6px 0px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.social ul .facebook:hover{
	background: #3B5998;
	border: 2px solid #3B5998;
}
.social ul .twitter:hover{
	background: #00CAFB;
	border: 2px solid #00CAFB;
}
.social ul .dribbble:hover{
	background: #EA4C89;
	border: 2px solid #EA4C89;
}
.social ul .google:hover{
	background: #D23A1D;
	border: 2px solid #D23A1D;
}
.social ul li a{
  font-size: 20px;
  color: #575757;
}
.social ul li:hover a{
  color: #ffffff;
}
/* Start Form */
label{
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.input{
  background: #ffffff;
  border: 2px solid #4d4d4d;
  color: #555555;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;

}
 .massage{
  padding: 8px 12px;
  width: 100%;
  height: 200px;
}
/* End Form */
/* End Contact */

/* Start Footer */
#footer{
  background: #3b3b3b;
  position: relative;
}
#footer .widget-title{
  color: #ffffff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#footer .footer-widget p{
  color: #ebebeb;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#footer .footer-widget p span{
  color: #b5b5b5;
}
#footer .footer-widget a{
  color: #b5b5b5;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#footer .footer-widget a:hover{
  text-decoration: none;
}
#footer .footer-widget a i{
  margin-left: 10px;
}
#footer .list{
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li a{
  color: #ebebeb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
#footer ul li a:hover{
  text-decoration: underline;
}
/* End Footer */

#story .astr img { width: auto; }

.catalog { padding: 40px 0; }
.catalog #story .photo img { max-width: 300px; }
.catalog #story .other { float: none; }
.catalog #story .other img { max-width: 60px; margin-top: 5px; }
.photos { text-align: center; }
.photo img, figure { border: 1px solid #e7e7e7; }

.catalog .row-main-h { padding-bottom: 20px; padding-top: 30px; }
.price { text-align: right; }
.details .price { font-weight: bold; color: #000000; font-size: 18px; }

.catalog.details .story { background-size: cover; }

#header .logo { text-align: center; height: 20px; }
#header .logo div { min-height: 20px; }
#header .logo a { text-align: center; display: inline-block; width: 100%; max-width: 90px; }
#header .logo img { width: 100%; max-width: 100%; }

.product { margin-bottom: 30px; }
