/* ===========================================================
    Author: Copyright 2014  AldoDesign - aldo@aldodesign.com
    http://www.aldodesign.com 
   ============================================================ */ 
 
/*--------------------------------------------------------------*/
/*	GLOBAL Settings
/*--------------------------------------------------------------*/ 

/*

    [ TYPHOGRAPY ]
*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #B1B1A8;
	font-weight: 400;
	background-color: #1F1F1F;
	background-image: url(../images/backgrounds/backgTexture.jpg);
	margin: 0px;
	padding: 0px;
	/*background-repeat: repeat-x;
	background-position: left top;*/	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
}
.header-content {
	margin-bottom: 25px;
}
.header-content h2 {
	color: #FFF;
}
.header-content strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600 !important;
	color: #FFF !important;
}
/* Headings Margins Default */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font: 30px/1.1em 'Open Sans', sans-serif;
	color: #f09b14;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}
h1 span {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 200;
}
h2 {
	font: 24px/1.3em 'Open Sans', sans-serif;
	color: #CACAC1;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #D3D3CA !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #f09b14;
}
h4, h5, h6  {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 400;
}
p {
	line-height: 24px;
	margin-bottom: 20px;
}
iframe {
	border: none;
	outline: 0;
}
ul.list li:before {
	position: absolute;
	left: 3px;
	font-family: 'FontAwesome';
	content: '\f105';
	color: #FFF;
}
ul.list {
	padding-left: 28px;
	padding-bottom: 10px;
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
hr { /* bootstrap line overwrite */
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #D6D9D9;
}
.intro-text {
	font-size: 1.2em !important;
	font-weight: 400 !important;
	line-height: 1.4em !important;
	text-transform: none !important;
}
/*
    [ GENERAL ELEMENTS ]
*/
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #FFF;
}
a:hover {
	color: #f09b14;
	text-decoration: none;
}
#main-wrapper {
	width: 100%;
	position: relative;
}
#side-logo-menus {
	width: 100%;
	position: relative;
	background-color: #333;
	overflow: hidden;
	display: block;
	float: left;
}
#content {
	margin-left: 260px;
	overflow: hidden;
}
.content-box strong {
	color: #E2E2D8 !important;
	font-weight: 600;
}
.content-box {
	position: relative;
	z-index: 2;
	max-width: 2400px; /*max width for right side of content*/
	background-color: rgba(43,43,43,0.5);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	IMAGES STYLES
/*-----------------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}
.image-center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.image-right-border {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 5px;
	width: 98%;
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	
	}
.image-center-border {
	padding: 8px;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #E1E0DC;
	border: 6px solid #ECEBE7;
	box-shadow: 1px 1px 2px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
	margin-right: auto;
	clear: both;
}
.image-left-border {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	background-color: #E1E0DC;
	border-radius: 6px;
	margin-right: 15px;
	margin-top: 5px;
	border: 6px solid #ECEBE7;
	box-shadow: 1px 1px 2px #B1B1A8;
}

.image-border {
	padding: 0px;
	margin-bottom: 10px;
	/*background-color: #000000;*/
	/*border: 1px solid #1e1f1e;*/
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 5px;
	width: 98%;
	-moz-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}


/*Spacers*/

.divide10 {
	width: 100%;
	height: 10px;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.divide40 {
	width: 100%;
	height: 40px;
}
.divide50 {
	width: 100%;
	height: 50px;
}
.divide60 {
	width: 100%;
	height: 60px;
}
.divide70 {
	width: 100%;
	height: 70px;
}
.divide80 {
	width: 100%;
	height: 80px;
}
.divide100 {
	width: 100%;
	height: 100px;
}
.divide120 {
	width: 100%;
	height: 120px;
}
.divide130 {
	width: 100%;
	height: 130px;
}
.divide140 {
	width: 100%;
	height: 140px;
}
.margin0 {
	margin-bottom: 10px;
}
/*margins*/
.margin10 {
	margin-bottom: 10px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}
.margin40 {
	margin-bottom: 40px;
}
.line-spacer {
	clear: both;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000000 !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #343436;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.line-spacer-narrow {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303031;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	.noTopSpacer {
	margin-top: 0px !important;
	padding-top: 0px !important;
}
/* ==========================================================================
  Scroll To Top Button  
========================================================================== */
#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #90814E;
	padding-top: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#scroll-top i {
	font-size: 1.3em;
}
#scroll-top:hover {
	background-color: #5B524C;
}
#scroll-top.visible {
	right: 10px;
}
/*-------------------------------------------------*/
/* =  Banners Containers
/*-------------------------------------------------*/
.boxedcontainer {
	max-width: 1080px;
	margin: auto;
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 280px;
}
.tp-banner {
	width: 100%;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  Panorama 
/*-------------------------------------------------*/
	#mypanorama{
	width: 100%;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
		}	

.panorama_title {
	padding: 10px;
	position: relative;
	z-index: 11;
	left: 0px;
	top: 0px;
		}
			
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
	width: 278px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	z-index: 99;
}
header .logo {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
header nav {
	margin: 0;
}
header .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 5px;
}
header .copyright p {
	font-size: 11px;
	text-transform: uppercase;
	color: #585858;
	margin: 0;
}
header .copyright span {
	display: inline-block;
	width: 104px;
	height: 1px;
	margin: 0 0 3px;
	background: #1f1f1f;
}
/*-------------------------------------------------*/
/* =  slider home page
/*-------------------------------------------------*/
#slider .tp-caption.large_bold_white {
	color: #ffffff;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	line-height: 68px;
	padding: 0 30px;
	background: #1e1e1e;
	text-transform: uppercase;
	font-weight: 400;
}
#slider .tp-caption.middle_yellow {
	color: #434343;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	line-height: 68px;
	padding: 0 30px;
	background: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
#slider .tp-caption.large_bold_white.green-style {
	background: #c07c10;
}
#slider .tp-caption.middle_yellow.green-style {
	background: #c07c10;
	color: #ffffff;
}
#slider .tp-bannertimer {
	display: none;
}
/*-------------------------------------------------*/
/* =  Services with icons
/*-------------------------------------------------*/
.services-box1, .services-box2 {
	margin-bottom: 20px;
	font-size: 15px;
}
.services-box1 .fa, .services-box2 .fa {
	text-shadow: 1px 2px 6px #89702C;
}
.services-box1 p, .services-box2 p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
}
.services-box1 .services-post, .services-box2 .services-post {
	margin-bottom: 30px;
}
.services-box1 .services-post span, .services-box2 .services-post span {
	display: inline-block;
	float: left;
	margin: 0;
}
.services-box1 .services-post span i, .services-box2 .services-post span i {
	color: #cc0000;
	font-size: 30px;
}
.services-box1 .services-post .services-content, .services-box2 .services-post .services-content {
	margin-left: 52px;
}
.services-box1 .services-post .services-content h3, .services-box2 .services-post .services-content h3 {
	color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 18px;
	line-height: 20px;
}
.services-box1 .services-post .services-content a, .services-box2 .services-post .services-content a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0 0 15px;
	margin: 0;
}
.services-box1 .services-post .services-content a i, .services-box2 .services-post .services-content a i {
	margin-left: 12px;
}
.services-box1 .services-post .services-content a:hover, .services-box2 .services-post .services-content a:hover {
	color: #f09b14;
}
.services-box1.icon-distance .services-post span {
	margin-top: 20px;
}
.services-box1.icon-distance .services-post .services-content {
	margin-left: 80px;
}
/* 70px circle icons*/
.services-box2 .services-post span {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #800000;
	text-align: center;
}
/* 70px white icons center on circle*/
.services-box2 .services-post span i {
	color: #ffffff;
	font-size: 30px;
	line-height: 70px;
}
.services-box2 .services-post .services-content {
	margin-left: 90px;
}
.services-box3 {
	margin-bottom: 20px;
}
.services-box3 .services-post {
	margin-bottom: 30px;
	text-align: center;
}
.services-box3 .services-post span {
	display: inline-block;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.services-box3 .services-post span i {
	color: #f09b14;
	font-size: 30px;
	line-height: 90px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.services-box3 .services-post h3 {
	font-weight: 400;
	margin: 0 0 18px;
}
.services-box3 .services-post p {
	margin-bottom: 0;
}
.services-box3 .services-post:hover span {
	background: #f09b14;
}
.services-box3 .services-post:hover span i {
	color: #ffffff;
}
.banner-text1-section {
	text-align: center;
	padding: 66px 0;
	background: #f09b14;
}

/*--------------------------------------------------
			Blockquote
---------------------------------------------------*/


blockquote.style-first {
	padding-left: 20px;
	border: none;
	margin: 0 0 20px;
}
blockquote.style-first p {
	font-style: italic;
	padding-left: 14px;
	border-left: 2px solid #f09b14;
	margin: 0;
	color: #595959;
}
blockquote.style-second {
	padding: 10px;
	background: #ebebeb;
	border: none;
	margin: 0 0 20px;
	text-align: center;
}
blockquote.style-second p {
	color: #595959;
}
/*-------------------------------------------------*/
/* =  Bullets with icons
/*-------------------------------------------------*/
.bullets-icons {
	margin-top: 10px;
}
.bullets-icons h2 {
	color: #FFF;
	font-size: 24px;
}
.bullets-icons .fa {
	color: #a86c0e;
	padding-right: 10px;
}
.bullets-icons .fa-li {
	line-height: 1.5em;
}
.bullets-icons .fa-ul {
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
}
.bullets-icons .fa-ul li {
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*-------------------------------------------------*/
/* = Dropcaps
/*-------------------------------------------------*/
.dropcap {
	font-weight: 500;
	display: block;
	float: left;
	font-size: 49px;
	padding: 0;
	margin: 0;
	margin: 12px 8px 0 0;
	text-transform: uppercase;
	color: #a86c0e;
}


.drop-cap {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-shadow: 1px 1px 4px #5C4716;
	background-color: #a86c0e;
	letter-spacing: -3px;
	word-spacing: 0em;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 0;
	text-indent: -2px;
}
.drop-cap.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.drop-cap.circle {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearer {
	clear: both;
}
