/*
	Author: Vlad Karpov
	Template: Woodworks (Landing Page)
	Version: 1.0.0
	FileName: main.css
	URL: http://themeforest.net/user/Vladuha/portfolio
	Support: http://themeforest.net/user/Vladuha#contact
*/

/*
====================================
		  TABLE OF CONTENT
	delete comments when unneeded
====================================

---  17 Preloader styles
--- 115 Fonts
--- 122 Layout
--- 210 Typography
--- 245 Icons
--- 253 Forms
--- 271 Buttons
  |--- 305 General button styles
  |--- 315 Two stretch buttons group
  |--- 325 Fill color button
  |--- 340 Stroke button
  |--- 361 Stroke-inverse button
  |--- 382 Header Store buttons
--- 392 Header
--- 478 Navigation
--- 542 Greeting
--- 554 Best Feature list
--- 616 Video Section
--- 652 Testimonials
--- 700 All application features
--- 738 Screenshots
--- 764 Subscribe
--- 832 Contact form
--- 921 Footer

*/



/* Preloader styles
=================================== */

.loader {
  position: relative;
  top: 40%;
  font-size: 10px;
  margin: 5em auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #FFF;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #afa376;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #afa376;
}


.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	display: none;
	z-index: 6000;
	text-align: center;
}

.overlay img {
	max-width: 100%;
	max-height: 100%;
	padding: 5%;
}

/* Fonts
=================================== */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

/* =================================== */
/*                Layout               */
/* =================================== */

html, body {
	height:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
	/*overflow-x: hidden;*/
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; 
}

body {
	letter-spacing: 0.05em;	
	font-family: "Helvetica Neue", "Source Sans Pro", Helvetica,  Arial, sans-serif; 
}

hr{
	visibility:hidden;
	margin-bottom:100px;
}

a, a:link, a:visited {
	outline: none;
	color: #bcb193;
	font-weight: bold;
}
a:hover, a:focus {
	color: #b9a160;
}

.container {
  max-width: 1140px;
}

.wrap-hider{
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.section-grey{
	background:#f7f5f5;
	padding:60px 0 50px 0;
	width:100%;
}
.section-white{
	background:#fff;
	padding:60px 0 50px 0;
	width:100%;
	position: relative;
}

.screen-height-adapt{
	height: 100%;
	width: 100%;
}

.color-overlay {
	background: rgba(118, 101, 81, 0.5);
}

.color-overlay-white {
	background: rgba(255, 255, 255, 0.85);
}

.color-overlay-gold {
	background: rgba(185, 161, 96, 0.8);
}

.pre-parallax{
	background: url(../img/subscribe.jpg) no-repeat center;
	background-size: cover;	
}

#greeting {
	padding-top: 100px;
	padding-bottom: 100px;
}

#video {
	background: url(../img/video.jpg) no-repeat center;
	background-size: cover;
}

/* =================================== */
/*              Typography             */
/* =================================== */

h1{
	font-size: 36px;
	font-weight: 500;
	color: #b9a160;
	margin-bottom: 40px;
	text-transform: uppercase;
}

h2{
	font-size: 48px;
	font-weight: 300;
	color: #414141;
	margin-bottom: 40px;
}

h3{
	font-size: 24px;
	font-weight: 300;
	color: #b9a160;
	margin-bottom: 20px;
}

p{
	font-size: 18px;
	font-weight: 300;
	color: #7f8c8d;
	letter-spacing: 0.03em;
}

/* =================================== */
/*                 Icons               */
/* =================================== */

a i.fa{
	margin-right: 10px;
}

/* =================================== */
/*                 Forms               */
/* =================================== */

form input, form textarea {
	border: none;
	background: transparent;
	font-size: 2rem;
	padding: .6em 0;
	border-bottom: 1px solid #ddd9cf;
	color: #b9a160;
	border-radius: none;
		-webkit-appearance: none;
	    -webkit-border-radius:0; 
}


/* =================================== */
/*               Buttons               */
/* =================================== */

.dl-btn{
  display: inline-block;
  padding-top:20px;
  padding-bottom:20px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom:14px;
  cursor: pointer;
  border: none;
  border-radius:none; 
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;

}

 a.dl-btn {
	font-weight: normal;
}
.dl-btn:link,
.dl-btn:visited {
	color: #fff;
}

.dl-btn:focus,
.dl-btn:active:focus {
  outline: 0;
}
.dl-btn:hover,
.dl-btn:focus {
  outline: 0;
  text-decoration: none;
}
.dl-btn:active,
.dl-btn:visited {
  color:#fff;
  background-image: none;
  outline: 0;
}
/* General button styles*/

.btn-fixed {
	padding-right:58px;
	padding-left:58px;
}
.btn-stretch{
	width:100%;
}

/* Two stretch buttons group*/

.dl-btn-group {
	float: left;
	width: 100%;
}
.dl-btn-group i{
	margin-right: 8px;
}

/* Fill color button */

.btn-fill{
	color:#fff;	  
	font-size: 27px;
	background: #b9a160;
}

.btn-fill:hover {
	color:#fff;
	text-decoration:none;
	background: #bda565;
	outline:none;
}

/* Stroke button */

.btn-stroke{
	color:#fff;
	font-size: 22px;
	background:none;
	border:3px solid #fff;
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		 box-sizing:         border-box;
}

.btn-stroke:hover {
	color:#b9a160;
	text-decoration:none;
	background-color:#fff;
		transition-property:background;
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
}

/* Stroke-inverse button */
.btn-stroke-inverse{
	color:#fff;
	font-size: 22px;
	background:#b9a160;
	border: 2px solid #b9a160;
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		 box-sizing:        border-box;
}

.btn-stroke-inverse:hover {
	color:#b9a160;
	text-decoration:none;
	background-color:#fff;
	border: 2px solid #b9a160;
		transition-property:background;
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
}

/* header Store buttons */

.btn-left-stretch, .btn-right-stretch {
	float: left;
	width: 47.5%;
}

.btn-left-stretch {float:left;}
.btn-right-stretch {float: right;}

/* Header
=================================== */
.header-wrapper{
	height:100%;
	position:relative;
	background:#fff;
	z-index: 400;
	/*overflow: hidden;*/
}

#main-header{
	position:relative;
	background:url(../img/bg.jpg) no-repeat center;
	background-size:cover;	
	height:90%;
	width:100%;	
	z-index: 800;
}

#wrapper {
	position:relative;
    min-height:100%;
    height:100%;
    max-width:1100px;
    margin: 0 auto;
}   

#device {
	float:right;
	display:inline-block;
	height:100%; 
	width:46.77083333333333%;/*479px;*/
}
#device img{
	position:absolute;
	bottom:-60px;
	margin:0 auto;
	max-width:100%;
	display:block;
}

#descr{
	float:left;
	position:absolute;
	bottom:10%;
	display:inline-block;
	text-align:center;
	padding:6% 7% 8% 7%;
	width:53.22916666666667%;
}

.logo{
	background:url(../img/logo.png) no-repeat center;
	background-size: cover;
	width:152px;
	height:152px;
	margin-bottom:50px;
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.logo-footer{
	background:url(../img/logo-footer.png) no-repeat center;
	background-size: cover;
	width:120px;
	height:120px;
	margin-top:90px;
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.logo-footer + span {
	display: block;
	margin-top: 90px;
	font-size: 16px;
	color: #fff;
}
.description{
	color: white;
	margin-bottom: 40px;
}

/* Navigation 
=================================== */
#navigation{
	height: 10%;
	width: 100%;
	text-align: justify;
	border: none;
	border-bottom: 1px solid #e3ded2;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}


.navbar {
	position: relative;
	display: inline-block;
	z-index: 600;
	background: rgba(255,255,255,1);
/*	z-index: 999;
	background: rgba(255,255,255,0.7);*/
}

.navbar-sticky{
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.nav-vertical-center{
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #b9a160;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-toggle .icon-bar {
	width: 40px;
	height: 3px;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #b9a160;
}

.navbar-collapse {
	padding-left: 70px;
}
.nav>li>a {
	padding: 20px 15px;
}

/* Greeting
=================================== */

#greeting p{
	padding: 0 20%;
}

#greeting.section-white{
	z-index: 200;
}


/* Best feature list
=================================== */
#phone {
	position: fixed;
	top: 50%;
	left:35%;
	/*height: 598px;*/
	margin-left: -143px;
	margin-top: -299px;
	display: inline-block;
	z-index: 1;
	pointer-events: none;
}

#trigger {
	display: block;
	position: fixed;
	right: 0;
	top: 30%;
	width: 100px;
	height: 2px;
	/*border:1px solid tomato;*/
	z-index: 9999;
}

.Center-Container.is-Table { 
	display: table; 
	height: 100%;
}
.is-Table .Table-Cell {
	display: table-cell;
	vertical-align: middle;
}
.is-Table .Center-Block {
	width: 50%;
	margin: 0 auto;
}

.Center-Block .col-md-6 > img {
	display: none;
}

.bu {
	max-width: 101%;
	position: absolute;
	z-index: -1;
	top: 13.2%;
	left: 0;
	padding: 0 6.7%;
}

.nextfeature {
	font-size: 50px;
	color: #cdcdcd;
	display: block;
	width: 100%;
}

.nextfeature i {
	margin: 2% 44%;
}
/* Video Section
=================================== */
#video {
	z-index: 2000;
}
 
#video .container-full {
  	padding: 10% 0 3% 0;
	position: relative;
	z-index: 200;
}

  #video p {
  	color: #fff;
  	margin-top: 50px;
  	padding: 0 25%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	border:20px solid #fff;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  /* Testimonials
=================================== */

#testimonials {
	padding: 10% 0;
}
.carousel-control {
	color: #b9a160;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-indicators {
	position: relative;
	bottom: 0;
	top: 15px;
}
.carousel-indicators .active {
	background-color: #b9a160;
}
.carousel-indicators li {
	border-color: #b9a160;
}
.carousel-caption {
	font-size: 20px;
	text-transform: uppercase;
	position: static;
	text-align: center;
	text-shadow: none;
	color: #7f8c8d;
}
.carousel-caption small:before {
	content: '\2014 \00A0';
}
#testimonials .item p {
	font-size: 36px;
	font-weight: 200;
	color: #b9a160;
}

#testimonials .fa-quote-right {
	font-size: 40px;
	margin-bottom: 60px;
	color: #b9a160;
}


/* All application features
=================================== */
#allfeatures .headtitle {
	margin-bottom: 60px;
}

#allfeatures .section-grey {
	padding-top: 140px;
	padding-bottom: 180px;
}

#allfeatures .col-md-4 p {
	color: #b9b9b9;
	padding:0 10%; 
}
#allfeatures .fa{
	font-size: 140px;
	margin-bottom: 50px;
	color: #b9b9b9;

}

#allfeatures .col-md-4 {
	display: block;
	position: relative;
	outline: none;
	padding: 30px 20px;
	border: 2px solid #f7f5f5;
}
#allfeatures .col-md-4:hover{
	border: 2px solid #b9a160;
	text-decoration: none;
	cursor: default;
		transition-property:border;
		transition-duration:0.7s;
		-webkit-transition-duration:0.7s;
}


/* Screenshots
=================================== */
#screenshots {
	margin: 100px 0;
}

#screenshots-carousel{
	margin: 100px 0;
	list-style-type: none;
}
#screenshots-carousel img {
	max-width:100%; 
	border: 12px solid #f3f0e7;
}
#screenshots-carousel .item {
	padding: 0 5%;
}
#screenshots-carousel .owl-controls {
	margin-top: 60px;
}
#screenshots .owl-theme .owl-controls .owl-page span{
	width: 25px;
	height: 25px;
	margin: 5px 12px;
}

/* Subscribe
=================================== */
.success,
.error,
.subscription-success,
.subscription-error {
    display: none;
}

#get-app-now, #subscribe-now {
	padding: 100px 0;
}
#subscribe-now h1 {
	color: #fff;
	margin-bottom: 22px;
}
#subscribe-now p {
	color: #fff;
	margin-bottom: 50px;
}

#get-app-now p {
	padding: 0 25%;
}

#get-app-now .dl-btn-group {
	margin-top: 40px;
}


#subscribe-now .row{ 
	font-size: 0;
}

#subscribe-form input::-webkit-input-placeholder {
    color: #999;
}

#subscribe-form input:focus::-webkit-input-placeholder {
    color: #b9a160;
}

#subscribe-form input {
	height: 76px;
	vertical-align: middle;
	border: none;	
}
#subscribe-form input:focus {
	outline: none;	
}

#subscribe-now input[type="email"]{
	padding-left: 20px;
	padding-right: 20px;
	background:#fff;
	
}
#subscribe-now input[type="submit"] {
	font: 34px 'FontAwesome';
	padding-top: 18px;
	padding-bottom: 15px;
	background: none;
	border: 4px solid #fff;
	color: #fff;
	width: 76px;

}

/* Contact Form Styles
=================================== */

#contact-us{
	padding: 100px 0;
}

#contact ul {
	list-style-type: none;
	padding: 0 10%;
	margin-top: 4em;
}

#contact li {
	margin-bottom: 3em;
}

#contact li:nth-child(1) input, 
#contact li:nth-child(2) input, 
#contact li:nth-child(3) input {
	width: 100%;
}
#contact li:nth-child(3n) {
	margin-right: 0;
}
#contact li:nth-child(4) {
	width: 100%;
	margin-bottom: 0;
}
#contact li:nth-child(4) textarea {
	width: 100%;
	height: 180px;
}
#contact li:nth-child(5) {
	width: 100%;
	border: none;
}
#contact li #submit {
	margin-top: 60px;
}



#contact input:not(#submit):focus,
#contact textarea:focus {
    outline: none;
	border-bottom: 1px solid #b9a160;
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
    color: #999;
}

#contact input:focus::-webkit-input-placeholder,
#contact textarea:focus::-webkit-input-placeholder {
    color: #b9a160;
}

/* Firefox < 19 */
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder {
    color: #999;
}
#contact input:focus:-moz-placeholder,
#contact textarea:focus:-moz-placeholder {
    color: #b9a160;
}

/* Firefox > 19 */
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
    color: #999;
}
#contact input:focus::-moz-placeholder,
#contact textarea:focus::-moz-placeholder {
    color: #b9a160;
}

/* Internet Explorer 10 */
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
    color: #999;
}
#contact input:focus:-ms-input-placeholder,
#contact textarea:focus:-ms-input-placeholder {
    color: #b9a160;
}

/* Footer
=================================== */

#footer{
	background: url(../img/subscribe.jpg) no-repeat center;
	background-size: cover;	
}

#footer .color-overlay-white{
	padding: 40px 0 50px ;
	background: rgba(255, 255, 255, 0.25);
}

#footer .color-overlay-gold {
/*	position: relative;
	top: 35px;*/
}
#footer .navbar-nav, #footer .navbar-nav>li {
	float: none;
}

#footer .nav>li {
	display: inline-block;
}

#footer .nav>li>a {
	padding: 30px 25px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: normal;
}

#footer .nav>li>a:hover, #footer .nav>li>a:focus {
	text-decoration: none;
	background: rgba(255,255,255,0.6);
	color: #b9a160;
		transition-property:background;
		transition-duration:0.5s;
		-webkit-transition-duration:0.5s;
}