/* ===================================
	PRELOADER
====================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -70px 0 0 -70px;
}


/* ===================================
	GENERAL
====================================== */
body {
  position: relative;
}

html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

textarea:focus,
input:focus{
  outline: none;
}

img{
  max-width: 100%;
}

ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

header.co-page-header{
	-webkit-background-size: cover;
	height: 330px;
	background-size: cover;
	position: relative;
}

.co-page-title{
	position: relative;
	z-index: 1;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* ===================================
	BACKGROUND COLOR
====================================== */
.background-one {
	background-color: #ffffff;
}

.background-two {
	background-color: #f1f1f1;
}

/* ===================================
	TYPOGRAPHY
====================================== */
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

a,p,li,input,textarea{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #818181;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a{
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
a:focus,
a:active{
	outline: 0;
	text-decoration: none;
  	border: 0;
}

.co-page-title h1{
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
}


/* ===================================
	BUTTONS
====================================== */
.co-button-solid{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.co-button-solid:hover{
	color: #000000;
	background-color: #de5c39;
}

.co-button-outline{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.co-button-outline-light{
	border: 1px solid #ffffff;
}

.co-button-outline-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.co-button-outline-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.co-button-outline-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.co-btn-round{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.co-btn-round:hover{
	color: #ffffff;
}


/* ===================================
	ICON
====================================== */
.co-blurb-icon-only{
	margin-bottom: 50px;
	text-align: center;
}

.co-blurb-icon-only i{
	font-size: 30px;
	border-radius: 50%;
	border: 4px solid #eee;
	padding: 30px;
}
.co-blurb-icon-only i:hover{
	background-color: #fff;
}
.co-blurb-icon-only h3{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.co-blurb-icon-only p{
	margin-bottom: 0;
}


.co-blurb-round-icon .co-icon{
	width: 100px;
	height: 100px;
	margin: 0px auto 30px;
	text-align: center;
	border: 8px solid #DADADA;
	border-radius: 50%;
	line-height: 0;
	padding: 8px;
}

.co-blurb-round-icon .co-icon i{
	line-height: 70px;
	font-size: 36px;
	color: #dadada;
}

.co-blurb-round-icon .co-icon{
	-webkit-transition: all .35s linear;
	   -moz-transition: all .35s linear;
	    -ms-transition: all .35s linear;
	     -o-transition: all .35s linear;
	        transition: all .35s linear;
}

.co-blurb-round-icon:hover .co-icon{
	border: 1px solid rgba(0,0,0,0);
}

.co-blurb-round-icon:hover .co-icon i{
	color: #ffffff;
}

.co-blurb-round-icon h3{
	text-align: center;
	font-size: 18px;
	color: #616161;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.co-blurb-round-icon p{
	margin-bottom: 0;
	text-align: center;
}

.co-icones{
	overflow: hidden;
	padding: 20px;
}

.co-icones:last-child{
	border-bottom: none;
}

.co-icones .co-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #dadada;
}

.co-icones.co-square-dark .co-icon{
	background-color: rgba(0,0,0,0.25);
}

.co-icones .co-icon i{
	line-height: 70px;
	font-size: 36px;
}

.co-icones .co-blurb-text{
	float: left;
	width: 260px;
}

.co-icones .co-blurb-text h3{
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.co-icones .co-blurb-text h3:after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.co-line{
	width: 100px;
	height: 1px;
	margin: 20px auto;
}


/* ===================================
	SECTIONS
====================================== */
.co-section-wrapper{
	padding: 80px 0;
	overflow: hidden;
}

.co-section-header{
	text-align: center;
	margin-bottom: 80px;
}

.co-section-header h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.co-section-header h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.co-section-header h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.co-section-header p{
	font-family: 'Raleway', sans-serif;
}

/* Parallax Section*/
/*.co-parallax-overlay{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*}*/

.co-section-header-parallax h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.co-section-header-parallax h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.co-section-header-parallax p{
	font-family: 'Raleway', sans-serif;
}



/* ===================================
	MENUS
====================================== */
.co-main-menu{
    background-color: #ffffff;
    /*background-color: #28292e;*/
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

header.co-page-header .co-main-menu{
	position: relative;
}

.co-main-menu .navbar-brand{
    padding: 30px 0;
}

.co-main-menu .navbar-nav{
    float: right;
    padding: 30px 0;
    margin-right: 0;
    text-align: center;
}

.co-main-menu .navbar-nav li a{
	color: #CC6600;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px !important;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.co-main-menu .navbar-nav li a:hover,
.co-main-menu .navbar-nav li.active a{
    background-color: transparent;
}

.co-main-menu .navbar-nav li a:focus{
	background-color: transparent;
}

/* Minified Menu */
.co-main-menu.minified{
	background-color: #ffffff;
	padding: 0;
	position: fixed;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0), 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

header.co-page-header .co-main-menu.minified{
	position: fixed;
}


/* ===================================
	SLIDERS
====================================== */
.co-slider{
	overflow: hidden;
	background-color: #28292e;
}

.co-main-slides .co-img-overlay{
	position: absolute;
	background-color: rgba(218, 218, 234, 0.42);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.co-main-slides h1.co-slider-text-big{
	font-size: 48px;
	color: #CC6600;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.co-main-slides .co-slider-text h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.co-main-slides p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 30px !important;
	color: #CC6600;
	margin-bottom: 0;
}

.sp-arrow {
	width: 10px;
	height: 100px !important;
}

.co-slider .sp-buttons {
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 0;
  bottom: 20px;
}

.co-slider .sp-button {
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 4px;
  width: 14px;
}


/* ===================================
	CUSTOM SECTION
====================================== */
.co-custom-sec-text p{
	margin-bottom: 20px;
}

.co-custom-sec-text h3{
	font-size: 18px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 20px;
}

.co-custom-sec-text ul{
	margin-left: 30px;
}

.co-custom-sec-text ul li{
	margin-bottom: 10px;
}

.co-custom-sec-text ul li:last-child{
	margin-bottom: 0;
}

.co-custom-sec-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}



/* ===================================
	CONTACT
====================================== */
#contact-form {
	margin: 0 15%;
}

.co-contact-section{
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

.co-contact-section .co-contact-address p{
	color: #ffffff;
}

.co-contact-section .co-contact-address ul li{
	margin-bottom: 25px;
	font-size: 14px;
	position: relative;
	padding: 15px;
}

.co-contact-section .co-contact-address ul li:last-child{
	margin-bottom: 0;
}

.co-contact-section .co-contact-address ul li i{
	font-size: 50px;
	line-height: 55px;
	color: #ffffff;
}

.co-contact-section .co-contact-form .co-input-fields{
	margin-bottom: 20px;
}

.co-contact-section .co-contact-form .co-input-fields label{
	display: block;
	font-size: 14px;
	font-family: 'Raleway',sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.co-contact-section .co-contact-form .co-input-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}

.co-contact-section .co-contact-form .co-input-fields textarea{
	width: 100%;
	background-color: transparent;
	border: 1px solid #999999;
	padding: 15px;
}

.co-contact-section .co-contact-form input[type='submit']{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0px solid;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.co-contact-section .co-contact-form .co-input-fields input[type='submit']:hover{
	color: #ffffff;
	background-color: #de5c39;
}


/* ===================================
	OWL PAGINATIONS
====================================== */
.owl-theme .owl-controls {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 0px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
  border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0,0,0,0);

}


/* ===================================
	FOOTER
====================================== */
footer{
	background-color: #28292e;
	padding: 60px;
	overflow: hidden;
}

footer .co-footer-content{
	text-align: center;
}

footer .co-footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

footer p{
	text-align: center;
	color: #818181;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer ul {
	display: inline-block;
}

footer ul li{
	float: left;
	margin-right: 15px;
	border: 2px solid #818181;
	padding: 8px 10px;
	border-radius: 50%;
	width: 50px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{
	font-size: 21px;
}

footer ul li a i{
	font-size: 21px;
	color: #818181;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}



