/* [01] === Imports  ================= [01] */
/* [02] === Structural Core Styles === [02] */
/* [03] === Clearing Bootstrap Out === [03] */
/* [04] === Font Shaping ============= [04] */
/* [05] === Custom Reusables ========= [05] */
/* [06] === Typo and Specifics ======= [06] */
/* [07] === Added Elementals ========= [07] */
/* [08] === Responsive Queries ======= [08] */

/* [01] === Imports  ================= [01] */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,600);

/* [02] === Structural Core Styles === [02] */
html {
	width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

body {
	width: 100%;
  height: 100%;
  /* margin-bottom: 60px; */ /* Offset Footer */
  color: #2d2d2d;
  overflow:hidden;
}

/*

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; */ /* Set Same Margin Bottom in Body */
}

/* [03] === Clearing Bootstrap Out === [03] */

.navbar-default {
	border-color: #f8f8f8;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>.active>a {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* [04] === Font Shaping ============= [04] */

.opensans {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.heavy {
	font-weight:600;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}

/* [05] === Custom Reusables ========= [05] */

.color-primary {
	color: #fd4326;
}

.background-primary {
	background-color: #fd4326;
}

.white {
	color: #FFF;
}

.smaller-font {
	font-size: 12px;
	line-height: 19px;
}

.regular-font {

}

.highlight-font {
	letter-spacing: 12px;
	font-weight: 300;
	text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.menu-font {
  font-weight: 200;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
}

.padded-section {
  padding: 100px 0;
}

/* [06] ===  Typo and Specifics ===== [06] */

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  margin-top: 10px;
}

footer p {
  margin-top:20px;
  color: #777;
}

p.description {
  margin-top:12px;
  letter-spacing: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  padding-bottom:50px;
}

a {
	color: #fd4326;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a:hover {
	text-decoration: none;
  color: #F89406;
}

h1.slogan  {
  font-size: 600%;
  line-height: 107px;
  letter-spacing: 16px;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
}

hr.thick {
  display: inline-block;
  width: 100px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  border:none;
}

/* [07] === Added Elementals ========= [07] */

.single-slide {
	width: 100%;
	display:table;
	vertical-align:middle;

}

.texture-overlay {
	opacity: 0.4;
	background-color: #777;
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.content-overlay {
  opacity: 1;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 3;
	display:table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-size:16px;
}

.about-section, .contact-section, .services-section  {
  background: #eee;
  height: 100%;
  padding-top: 150px;
  text-align: center;
}

.services-section {
  background: #fff;
}

/* [08] === Responsive Queries ======= [08] */

@media only screen and (max-width : 1200px) { /* Large Devices, Wide Screens */
	h1.slogan {
		font-size: 460%;
	}
}

@media only screen and (max-width : 992px) { /* Medium Devices, Desktops */
	h1.slogan {
		font-size: 360%;
	}
}

@media only screen and (max-width : 768px) { /* Small Devices, Tablets */
	h1.slogan {
		font-size: 160%;
	}
}

@media only screen and (max-width : 480px) { /* Extra Small Devices, Phones */
	h1.slogan {
		font-size: 100%;
	}
}

@media only screen and (max-width : 320px) { /* Custom, iPhone Retina */
	h1.slogan {
		font-size: 70%;
	}
}

/* And reverse responsive, if needed. */
@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
  }
}























/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
