/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Sanza - One page multi purpose page
Version:	1.0
Last change:	17/08/2015 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);

/*--------------------
1. General
--------------------*/
	
body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	letter-spacing: 0.3px;
	font-family: "Open Sans", Sans-serif;
	color: #5f2c10;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #2b2b2b;
	text-align: left;
}

.dark-bg p {
color: #be9a71;	
}

#contact p {font-size: 17px;}

a {
	color:#96281b;
}
.container li a {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #fde3a7;
	font-size:17px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	
	color: #be9a71;
	}
.container li a:hover, .container li a:active {border:0; color: #fde3a7}
#contact li a {font-size:15px;}
.dark-bg a {color: #fde3a7}

a:hover, a:focus, a:active, a.active {
	color: #fde3a7;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

::selection {
	text-shadow: none;
	background: #fde3a7;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 70px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #232323;
}

section ul li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content: "\F05D";
	padding-right: 7px;
	color: #96281b;
}

ul li.addy:before, ul li.phone:before, ul li.email:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	padding-right: 7px;
	color: #be9a71;
}
ul li.addy:before {
	content: "\F041";
}
ul li.phone:before {
	content: "\F095";
}
ul li.email:before {
	content: "\F0E0";
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #fff;
	border-color: transparent;
	
	-webkit-box-shadow: 3px 3px 25px 3px rgba(43,43,43,1) ;
  box-shadow: 3px 3px 25px 3px rgba(43,43,43,1) ;
}
.navbar-default .navbar-brand {
	color: #5f2c10;
	font-family: "Montserrat",sans-serif;
	padding: 0px;
	/*max-width: 80%;*/
}
.navbar-brand>img {
	width:100%;
	height:auto;
	padding-top:10px;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #96281b
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: transparent;
	border-color: transparent
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #96281b
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fde3a7
}
.navbar-default .nav li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color:#96281b;
	
	border-bottom: 2px transparent solid;
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	text-shadow: 1px 1px 0 #fff ;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #5f2c10;
	outline: 0
	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5f2c10;
	
	text-shadow: 2px 2px 0 #fde3a7;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fde3a7;
	background-color: #5f2c10;
	
	border-bottom-width: 3px;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fde3a7;
	background-color: #5f2c10;
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.65);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		/*max-width: 100% !important;*/
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		background-color: #FFFFFF;
		border-bottom: 1px solid #828282;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
		padding-top:5px;
	}
	.navbar-default.navbar-shrink .navbar-brand:hover {margin-top:-5px}
	/*.navbar-brand>img {width:100%;}*/
}

@media (max-width:995px) {
	.navbar-default .navbar-brand {
	max-width: 90%;
    }
	.container li a {
		font-size: 15px;
	}
}

@media (max-width:435px) {
	.navbar-default .navbar-brand {
	max-width: 80%;
    }
	.container li a {
		font-size: 17px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
	background-image: url(../images/bg.jpg);
	/*background-size: contain;*/
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
}

header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text .intro-lead-in img {
	max-width:95%;
	height:auto;
	-webkit-transform: rotateY(1deg) rotateZ(-5deg)   ;
    transform: rotateY(1deg) rotateZ(-5deg)   ;
	/*transform: rotate(-9deg);*/
	}

@media (min-width: 768px) {
	header .intro-text {
		padding-top: 130px;
		padding-bottom: 400px;
    }
}

header .intro-text .intro-lead-in {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
	margin-top: 25px;
	
	letter-spacing: 0px;
	word-spacing: 7px;
	color: #5f2c10;
	-o-text-overflow: clip;
    text-overflow: clip;
	
  text-shadow: 3px 3px 0 #fde3a7 , 4px 4px 0 #fde3a7 , 5px 5px 0 #fde3a7 , 6px 6px 0 #fde3a7 , 7px 7px 0 #fde3a7 , 8px 8px 0 #fde3a7 , 9px 9px 0 #fde3a7 , 10px 10px 0 #fde3a7;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
    font-size: 55px;
    line-height: 59px;
   /* margin-bottom: 55px;*/
	
	text-shadow: 3px 3px 0 #fde3a7 , 4px 4px 0 #fde3a7 , 5px 5px 0 #fde3a7 , 6px 6px 0 #fde3a7 , 7px 7px 0 #fde3a7 , 8px 8px 0 #fde3a7 , 9px 9px 0 #fde3a7 , 10px 10px 0 #fde3a7 , 11px 11px 0 #fde3a7 , 12px 12px 0 #fde3a7 , 13px 13px 0 #fde3a7;
	}
}

header .intro-text .intro-heading {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;
	/*letter-spacing: -3px;*/
	word-spacing: 5px;
	color: #96281b;
	-o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 3px;
  text-shadow: 3px 3px 0 #dbb992 , 5px 5px 0 #96281b ;
}
header .intro-text .intro-heading2 {
	display: inline-block;
	background-color: rgba(253, 227, 167, 0.65);
	margin-bottom: 15px;
	margin-right: 7px;
	margin-left: 7px;
	padding: 4px 20px;
	font-family: "Open Sans",sans-serif;
	font-size: 17px;
	color: #5f2c10;
	font-weight: 500;
	line-height: 21px;
}

header .intro-text .intro-heading3 a {color: #fde3a7}
header .intro-text .intro-heading3 {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 22px;
	position: relative;
	content: "";
	margin: 0 13px 0 0;
	padding: 10px 28px 10px 20px;
	border: none;
	-webkit-border-radius: 4px 1px 1px 4px;
	border-radius: 4px 1px 1px 4px;
	color: #be9a71;
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: #96281b;
	-webkit-box-shadow: 0 5px 0 0 #3c1c0b , 5px 5px 0 0 #3c1c0b;
	box-shadow: 0 5px 0 0 #3c1c0b , 5px 5px 0 0 #3c1c0b;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
}
header .intro-text .intro-heading3.left {float:left;}
header .intro-text .intro-heading3.right {float:right}

header .intro-text .intro-heading3::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 6px;
  right: -16px;
  border: none;
  -webkit-border-radius: 1px 1px 4px;
  border-radius: 1px 1px 4px;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #96281b;
  -webkit-box-shadow: 0 6px 0 0 #3c1c0b ;
  box-shadow: 0 6px 0 0 #3c1c0b ;
  text-shadow: none;
  -webkit-transform: rotateY(1deg) rotateZ(-45deg)   ;
  transform: rotateY(1deg) rotateZ(-45deg)   ;
}

header .intro-text .intro-heading3::after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 16px;
  right: 0;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #e5c995;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #caae84;
  -webkit-box-shadow: 5px 5px 0 0 #3c1c0b inset;
  box-shadow: 5px 5px 0 0 #3c1c0b inset;
  text-shadow: none;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
		line-height: 65px;
		font-size: 55px;
		margin-bottom: 35px;
		
		letter-spacing: 3px;
  text-shadow: 4px 4px 0 #dbb992 , 6px 6px 0 #96281b ;
	}
	header .intro-text .intro-heading2 {
	font-size: 25px;
	line-height: 30px;
}
    header .intro-text .intro-heading3 {
		font-size: 20px;
	}
}

@media (max-width: 470px) {
	header .intro-text .intro-heading {
		line-height: 35px;
		font-size: 30px;
		margin-bottom: 25px;
		margin-top:-15px;
		letter-spacing: 2px;
  text-shadow: 2px 2px 0 #dbb992 , 4px 4px 0 #96281b ;
	}
}

.nowrap {white-space: nowrap;}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.9px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	
color: #5f2c10;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #ede3d8 , 3px 3px 0 #5f2c10;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 40px;
	height: 2px;
	content: " ";
	bottom: -5px;
	margin-left: -20px;
	text-align: center;
	position: absolute;
	/*background: #23AD21;*/
}

.dark-bg .section-title h2 {
	color: #fde3a7;
	
	-o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 3px 3px 0 #5f2c10 , 4px 4px 0 #5f2c10 , 5px 5px 0 #5f2c10 , 6px 6px 0 #5f2c10 , 7px 7px 0 #5f2c10 , 8px 8px 0 #5f2c10 , 9px 9px 0 #5f2c10 , 10px 10px 0 #5f2c10 , 11px 11px 0 #5f2c10 , 12px 12px 0 #5f2c10 , 13px 13px 0 #5f2c10 , 14px 14px 0 #5f2c10 , 15px 15px 0 #5f2c10 , 16px 16px 0 #5f2c10 , 17px 17px 0 #5f2c10 , 18px 18px 0 #5f2c10 , 19px 19px 0 #5f2c10 , 20px 20px 0 #5f2c10 ;
}

.section-title p {
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 60px;
	margin-left: 35px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about {margin-top:35px;}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #fde3a7;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #fde3a7;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #be9a71;
}

#services p { text-align:center; margin-bottom:15px; }

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #fde3a7;
	/* border: 3px solid #000; */
	border-radius: 100px;
	background-color: #5f2c10;
	margin: 0 2px 4px;
	font-size: 55px;
	
	border: 2px dashed #b18b5f;
	
-webkit-box-shadow: 0 0 0 7px #5f2c10 , 0 0 13px 3px rgba(0,0,0,0.35) inset;
box-shadow: 0 0 0 7px #5f2c10 , 0 0 13px 3px rgba(0,0,0,0.35) inset;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5f2c10;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #ede3d8 , 3px 3px 0 #5f2c10;
	font-size: 35px;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 19px;
}

.dark-bg .section-text h3 {
	color: #fde3a7;
}

.dark-bg .section-text h4 {
	color: #fde3a7;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 1px 1px 0;
	text-align: center;
	cursor: pointer;
	background-color: #333;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #e3c29a;
	text-shadow: 2px 2px #000;
	padding: 35px;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
	margin:15px;
	
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 13px solid #FFF;
}

figure.effect-bubba img {
	/* opacity: 0.95; */
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	background: transparent;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	background-color:#FFF;
	/*-moz-border-radius: 15px;
	border-radius: 15px;
	border: 13px solid #FFF;*/
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #ede3d8;
}

.dark-bg {
	background-color: #96281b;	
	color: #be9a71;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-] {
	padding: 8px 17px;
	background: rgba(0, 0, 0, 0.18);
	border-radius: 0;
	margin: 0;
	font-size: 20px;
	z-index:1000;
}

.owl-portfolio .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
	float: left;
}

.owl-portfolio .owl-controls .owl-next {
	float: right;
}

.owl-portfolio-item {
	text-align: center;
	display: inline-block;
}

.partner-logo {
	height: 80px;
	text-align: center;
	display: inline-block;
}

.partner-logo img {
	height: 100%;
	width: auto !important;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #23AD21;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #fff;
}

.team-item h3 {
	font-size: 19px;
	font-weight: 800;
	text-transform: uppercase;
	color: #2D2D2D;
}

.team-item .team-position {
	color: #989898;
	font-size: 15px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-text {padding-left:10px;padding-right:10px;padding-bottom:10px;}

/*--------------------
4.7. Contacts
--------------------*/

.social a.fa:link, .social a.fa:visited {
	font-size: 25px;
	font-weight: bold;
	margin: 5px;
	background-color: #5f2c10;
	color: #fde3a7;
	text-decoration: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
.social a.fa:hover, .social a.fa:active {
	text-decoration: none;
	background-color: #fde3a7;
	color: #5f2c10;
}

section#contact form {
	margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 15px;
	/*border: 1px solid #BBBBBB;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);*/
	font-size: 15px;
}

.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

#contact .day {
	display: inline-block;
	width: 80px;
	font-style: italic;
}

#contact i {
	margin-right: 5px;
}


.form-control {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*width: 150px;
  height: 42px;*/
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  color: #be9a71;
  text-decoration: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(40,40,40,0.4);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5) inset;
  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  
  /*display: block;*/
    height: 50px;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    /*color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input.form-control { width: 90%;}
textarea.form-control { width: 95%;}

input:hover, textarea:hover {
  color: #be9a71;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

input:focus, textarea:focus {
  width: 100%;
  cursor: default;
  padding: -13px 20px 0;
  color: #fde3a7;
  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
}

::-webkit-input-placeholder {
   color: #be9a71 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #be9a71 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #be9a71 !important;  
}

:-ms-input-placeholder {  
   color: #be9a71 !important;  
}

#contact form .btn {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 2px solid #be3323;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	color: rgb(255, 255, 255);
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #5f2c10;
	-webkit-box-shadow: 0 1px 10px 1px #be3323 inset, 0 1px 0 0 #5f2c10 , 0 6px 0 0 #4e250e , 0 8px 4px 1px rgb(17,17,17);
	box-shadow: 0 1px 10px 1px #be3323 inset, 0 1px 0 0 #5f2c10 , 0 6px 0 0 #4e250e , 0 8px 4px 1px rgb(17,17,17);
	text-shadow: 0 -1px 1px rgb(30,45,77);
	font-size: 17px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
}
#contact form .btn:hover {
	cursor: pointer;
  border: 2px solid rgba(253,227,167,1);
  background: #be9a71;
  -webkit-box-shadow: 0 0 20px 1px #fde3a7 inset, 0 1px 0 0 #be9a71 , 0 6px 0 0 #66523d , 0 8px 4px 1px rgb(17,17,17) ;
  box-shadow: 0 0 20px 1px #fde3a7 inset, 0 1px 0 0 #be9a71 , 0 6px 0 0 #66523d , 0 8px 4px 1px rgb(17,17,17) ;
}
#contact form .btn:active, #contact form input .btn:focus {
	 margin: 5px 0 10px;
  border: 2px solid rgba(189,189,191,1);
  background: rgba(153,154,155,1);
  -webkit-box-shadow: 0 1px 10px 1px rgba(234,239,247,1) inset, 0 1px 0 0 rgba(169,169,170,1) , 0 2px 0 0 rgba(94,95,96,1) , 0 4px 3px 0 rgb(17,17,17) ;
  box-shadow: 0 1px 10px 1px rgba(234,239,247,1) inset, 0 1px 0 0 rgba(169,169,170,1) , 0 2px 0 0 rgba(94,95,96,1) , 0 4px 3px 0 rgb(17,17,17) ;
  
  -webkit-border-radius: 11px;
  border-radius: 11px;
  outline: none !important;
}


/*--------------------
5. Footer
--------------------*/

footer {
	padding: 30px;
	background-color: #2b2b2b;	
}

footer p {
	color: #be9a71;
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fde3a7;
}

footer p a span {
	color: #609;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #96281b;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #be9a71;
	background-color: #5f2c10;
	border-color: #5f2c10;
}
.btn-xl:hover, .btn:hover {
	/*-webkit-transform: scale(1.2);
  transform: scale(1.2);*/
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.8) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.8) ;
  margin-top:3px;margin-bottom:3px;
}
.btn-xl:focus, .btn:focus {}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #be9a71;
	background-color: #5f2c10;
	border-color: #5f2c10;
}



.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #5f2c10;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #fde3a7;
	
	cursor: pointer;
  overflow: class="support css-value">hidden;
  border: 2px solid #2b2b2b;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #96281b;
  -webkit-box-shadow: 5px 5px 0 0 #2b2b2b ;
  box-shadow: 5px 5px 0 0 #2b2b2b ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}

.btn-xl {
    color: #fde3a7;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 17px 45px;
	
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	
	cursor: pointer;
  overflow: class="support css-value">hidden;
  border: 2px solid #2b2b2b;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #96281b;
  -webkit-box-shadow: 5px 5px 0 0 #2b2b2b ;
  box-shadow: 5px 5px 0 0 #2b2b2b ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
}
.btn-xl:active {
	margin: 3px 0 0 3px;
  border: 1px solid;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.8) ;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.8) ;
}
.btn.animated {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fde3a7;
	background: #5f2c10;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-radius: 50%;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
	
-webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.25) inset;
box-shadow: 0 0 13px 3px rgba(0,0,0,0.25) inset;
}
#back-top a:hover {
	background: #2b2b2b;
	color: #96281b;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
