@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Prompt:300,400');

@font-face {
  font-family: 'Cloud-Light';
  src: url('../fonts/Cloud-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cloud-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Cloud-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Cloud-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Cloud-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Cloud-Light.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cloud-Bold';
  src: url('../fonts/Cloud-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cloud-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Cloud-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Cloud-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Cloud-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Cloud-Bold.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
  background-color:#f0f0f0;
}

.sep {
  max-width: 200px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 200px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dark-sep {
  max-width: 200px;
  border: 2px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em; 
}

h2 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: #fff;
  border: 3px solid #eb1d24;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #eab354;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #eb1d24;
  border: 3px solid #eb1d24;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #ae753e;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #ae753e;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default{
  background: rgba(56, 26, 16, 1.0);
  margin-bottom: 0;
  border: none;
  height:90px;
  transition-duration: 1s;           /* กำหนดให้ transition กินระยะเวลา 1 วินาที */
  transition-timing-function: ease;  /* กำหนดให้รูปแบบของ speed เป็นแบบ "ease" */
  transition-delay: 0s; 
}

.navbar-default .dropdown-menu{
  background: rgba(56, 26, 16, 1.0);
  margin-bottom: 0;
  border: none;
  height:auto;
  transition-duration: 1s;           /* กำหนดให้ transition กินระยะเวลา 1 วินาที */
  transition-timing-function: ease;  /* กำหนดให้รูปแบบของ speed เป็นแบบ "ease" */
  transition-delay: 0s; 
  color:#fff;
}
.navbar-brand img {
  height: 70px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:10px;
   transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s; 
}
.navbar-default .navbar-header {
  width: 15%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
  width:85%; text-align:right;
  margin-right:0px;
}
.navbar-default .nav > ul {
	float:right;
}
.navbar-default .nav > li > a {
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight:300;
  text-transform: uppercase;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:active {
	background-color:#a0614d;
}

.navbar-default .nav > li > ul > li{ /* กำหนดรูปแบบให้กับเมนูย่อย */
    display:block; 
    background-color:#a0614d;
	color:#fff;
	width:300px;
	border-bottom:#d78d51 solid 1px;
	padding:0 0;
	height:40px;
	line-height:40px;
}
.navbar-default .nav > li > ul > li > a{ /* กำหนดรูปแบบให้กับเมนูย่อย */
	color:#fff;
	line-height:40px;
}
.navbar-default .nav > li > ul > li > a:hover{ /* กำหนดรูปแบบให้กับเมนูย่อย */
	color:#000;
	background-color:#b78351;
	display:block; 
	height:40px;
}	

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #ffffff;
  background-color:#b78351;
}
.navbar-default .social-media {
  float: right;
  margin-left:0px;
  /*padding: 0 15px;*/
  padding:0 0;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
}

.top-nav-collapse {
	background: rgba(56, 26, 16, 1.0);
	height:60px;
	transition-duration: 1s;           /* กำหนดให้ transition กินระยะเวลา 1 วินาที */
	transition-timing-function: ease;  /* กำหนดให้รูปแบบของ speed เป็นแบบ "ease" */
	transition-delay: 0s; 
}
.top-nav-collapse .navbar-brand {
	padding-top:10px;
	height: auto;
}
.top-nav-collapse .navbar-brand img {
	/*width: 52px;*/
	height: 50px;
	transition-duration: 1s;           /* กำหนดให้ transition กินระยะเวลา 1 วินาที */
	transition-timing-function: ease;  /* กำหนดให้รูปแบบของ speed เป็นแบบ "ease" */
	transition-delay: 0s; 
}
.top-nav-collapse .nav > li > a {
	color:#ffffff;
 	padding: 20px 15px;
}
.top-nav-collapse .navbar-nav > .active > a,
.top-nav-collapse .navbar-nav > .active > a:focus,
.top-nav-collapse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #ffffff;
}
	
	.mobile {
		display:none;
	}
	.notebook {
		display:block;
	}
	
@media (max-width: 768px) {
	.mobile {
		display:block;
	}
	.notebook {
		display:none;
	}
}

/* ==========================================================================
Dropdown
========================================================================== */
/*.dropbtn {
    background-color: #fff;
    color: #000;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	margin-bottom:0px;
	height:90px;
	transition-duration: 1s;          
 	transition-timing-function: ease; 
  	transition-delay: 0s; 
}

/* The container <div> - needed to position the dropdown content 
.dropdown {
    position: relative;
    display: inline-block;
	margin-bottom:0px;	
}

/* Dropdown Content (Hidden by Default)
.dropdown-content {
    display: none;
    position: absolute;
	right: 0;
    background-color:#ce9d48;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:left;
}

/* Links inside the dropdown
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover
.dropdown-content a:hover {background-color: #e5b96e}

/* Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown
.dropdown:hover .dropbtn {
    background-color: #fff;
}
.top-nav-collapse .dropbtn {
	background: #fafafa;
	height:60px;
	 transition-duration: 1s;           /* กำหนดให้ transition กินระยะเวลา 1 วินาที
  transition-timing-function: ease;  /* กำหนดให้รูปแบบของ speed เป็นแบบ "ease"
  transition-delay: 0s; 
}*/
/* ==========================================================================
Sliders Style
========================================================================== */
.headslide {
	margin-top:0px;
}
#owl-hero {
	overflow: hidden;
}
#owl-hero .item {
	-moz-background-size: contain, contain;
	-o-background-size: contain, contain;
	-webkit-background-size: contain, contain;
	background-size: contain, contain;
	/*background-position: center;*/
	background-repeat: no-repeat;
	padding-top:0px;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
  color:#000;
}
#owl-hero .item .caption h6 {
  color: #000;
  margin: 0;
  font-family: 'Prompt', sans-serif;
  font-weight:700;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: rgba(0,0,0,0.2);
  color:#fff;
  font-size:40px;
  top: 45%;
  height: 70px;
  width: 70px;
  line-height: 55px;
  border-radius: 0;
  /*border: 1px solid rgba(0,0,0,0.2);*/
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

/* ==========================================================================
Product Style
========================================================================== */
#product {
    padding: 60px 0;
    position:relative;
    overflow:hidden;
	width:100%;	
	margin-top:-10px;
	background-color:#f4f4f4;
	background: url(img/sliders/Slide.jpg);
    background-size:cover;
	text-align: center;
}

#product h2 {
	color:#000;
  	text-transform: uppercase;
}
#product h2 span {
  	font-weight: 700;
}

.title-one {
	color: #666666;
	display: inline-block;
	font-size: 32px;
	font-weight: 400;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}
/*.title-one:before {
	color: #eb1d24;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}
.title-one:after {
	color: #eb1d24;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}*/

/* ==========================================================================
Promotion Style
========================================================================== */
#promotion {
    padding: 60px 0;
    position:relative;
    overflow:hidden;
	width:100%;	
	margin-top:-10px;
	background:rgba(232,232,232,1.0);
	/*	background: url(img/sliders/Slide.jpg);
    background-size:cover;*/
	text-align: center;
}

#promotion h2 {
	color:#000;
  	text-transform: uppercase;
}
#promotion p {
	font-weight:300;
	font-size:0.85em;
}
#promotion h2 span {
  	font-weight: 700;
}

.title-one {
	color: #666666;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	padding-bottom:10px;
	text-align: center;
	text-transform: uppercase;
	position:relative
}
/*.title-one:before {
	color: #eb1d24;
	content: "||";
	left: -40px;
	position: absolute;
	top: 0;
}
.title-one:after {
	color: #eb1d24;
	content: "||";
	position: absolute;
	right: -40px;
	top: -2px;
}*/

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
  padding: 60px 0;
  text-align: center;
  background-color:#d3d3d3;
  margin-top:-10px;
}
#welcome h2 {
  text-transform: uppercase;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: url(../img/pattern.png);
  background-repeat:repeat;
  padding: 60px 0;
  text-align: center;
}
#services h2 {
  text-transform: uppercase;
  color: #000;
}
#services p {
  color: #000;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #000;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #000;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
  width:100%;
   font-family: 'Prompt', sans-serif;
}
#portfolio h2 {
  text-transform: uppercase;
  color:#000;
  font-family: 'Prompt', sans-serif;
  font-weight:800;
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
  width:100%;
  overflow:hidden;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
	background: url(../img/pattern2.jpg);
	background-repeat:repeat;
  	padding: 60px 0;
  	text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #000;
}
#fun-facts p {
  color: #000;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #000;
}
#fun-facts .number {
  color: #000;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
  	text-transform: uppercase;
   	color:#000;
  	font-family: 'Prompt', sans-serif;
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size:1.2em;
  font-family: 'Prompt', sans-serif;
}
#team .team p {
  color: #a3a3a3;
  font-family: 'Prompt', sans-serif;
}
#team img{
	width:200px;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

 /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
  background-color:#e8e8ea;
}
#contact h2 {
  text-transform: uppercase;
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

/* ==========================================================================
contact head
========================================================================== */
#contact-head {
  overflow: hidden;
  margin-top:80px;
  padding: 60px 0;
  position:relative;
  min-height:700px;
  height:100%;  
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contact-head .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contact-head .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#contact-head .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color:#fff;
}
#contact-head .item .caption h1 span {
  font-weight: 700;
  color:#fff;
}
#contact-head .item .caption h6 {
  color: #fff;
  margin: 0;
  font-family: 'Prompt', sans-serif;
  font-weight:300;
}
.line-head {
  height:1px;
  width:50%;
  background-color:#fff;
  float:left;
  z-index:2;
  margin:10px auto 10px auto;
  position:relative;
}


/* ==========================================================================
Contact Us Style
========================================================================== */
#contact2 {
  padding: 60px 0;
  text-align: center;
  background-color:#e8e8ea;
  margin-top:0px;
  position:relative;
}
#contact2 h2 {
  text-transform: uppercase;
}
#contact2 form {
  margin: 40px 0;
}
#contact2 .form-group {
  margin-bottom: 35px;
}
#contact2 .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact2 textarea {
  height: 140px;
  resize: none;
}
#contact2 h5 {
	font-size:1.0em;
	line-height:1.4em;
	font-weight:200;
}

/* ==========================================================================
about head
==========================================================================
#about-head {
  overflow: hidden;
  margin-top:80px;
  padding: 0px 0;
  position:relative;
  min-height:700px;
  height:100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about-head .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about-head .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#about-head .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color:#fff;
}
#about-head .item .caption h1 span {
  font-weight: 700;
  color:#fff;
}
#about-head .item .caption h6 {
  color: #fff;
  margin: 0;
  font-family: 'Prompt', sans-serif;
  font-weight:300;
}

/* ==========================================================================
organize head
========================================================================== */
#organize-head {
  overflow: hidden;
  margin-top:80px;
  padding: 60px 0;
  position:relative;
  min-height:700px;
  width:100%;  
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#organize-head .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#organize-head .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#organize-head .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color:#fff;
}
#organize-head .item .caption h1 span {
  font-weight: 700;
  color:#fff;
}
#organize-head .item .caption h6 {
  color: #fff;
  margin: 0;
  font-family: 'Prompt', sans-serif;
  font-weight:300;
}

@media (max-width: 992px) {
	#contact-head {
		 min-height:450px;
	}
	#contact-head .item .caption h1 {
		font-size:2.8em;
	}
	
	#about-head {
		 min-height:450px;
	}
	#about-head .item .caption h1 {
		font-size:2.8em;
	}	
	
	#organize-head {
		 min-height:450px;
	}
	#organize-head .item .caption h1 {
		font-size:2.8em;
	}	
}
 /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

#map2 {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background-color:#e8e8ea;
}
#map2 h2 {
	font-size:1.6em;
	text-transform: uppercase;
	font-weight: 700;
}
#map2 p {
	padding: 0px 0px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
 	padding: 60px 0;
  	text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #f4bc5b;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  text-transform: uppercase;
  color: #f4bc5b;
}

.container-full {
	padding: 0 0;	
	width:100%;
}

#timeline {
 	padding: 60px 0;
  	text-align: center;
	background-color:#e5e9e8;
}

footer {
	background: #381a10;
	background-size: 100%;
	padding: 80px 0 80px 0;
	border-top: 1px solid #ae753e;
}
footer h4{
 	font-size: 1.2em;
  	font-weight:400;
	font-family:'Prompt', sans-serif;
	text-align:left;
	color:#ffffff;
}
footer h5{
 	font-size: 1.0em;
	font-family:'Prompt', sans-serif;
	color:#ffffff;
}
footer li{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;	
	color:#fff;
}
footer li a {
	color:#ffffff;
}
footer p{
 	font-size: 0.9em;
	line-height:1.8em;
  	font-weight: 300;
	font-family:'Prompt', sans-serif;
	text-align:left;
	color:#ffffff;
}

.footer2 {
	background-color:#000;
	margin:0 auto 0 auto;
	padding:20px 0 20px 0;
}
.footer2 p {
  color: #fff;
  font-size: 14px;
  font-family:'Prompt', sans-serif;
  font-weight: 300;
}
    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .navbar-default {
    background: #381a10;
	width:100%;
	padding-right:10px;
	text-align:left;
  }
  .navbar-right {
	  text-align:left;	 
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    /*width: 52px;
    height: 52px;*/
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
	padding-right: 0px;
	margin-right:0px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #adadad;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
	border-bottom: #a1a1a1 1px dotted;
	margin: 0px 0px;
	color:#fff;
	background-color:#381a10;
  }
  .navbar-default .navbar-nav > li a{
	  color:#ffffff;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }
  
  .top-nav-collapse {
  	background: #381a10;
 	height:90px;
  }
  .top-nav-collapse .navbar-brand img {
  	height: 70px;
 	margin-top:0px;
  	margin-bottom:0px;
 	padding-top:0px;
  	padding-bottom:10px;
  }
  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
  
  footer h1 {
	font-size:2.5em;
	text-transform: uppercase;
	font-weight: 700;
  }
	
	#team img{
		width:200px;
	}

}

.center {
	text-align:center;
}
