 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.text-color {
	color:gold;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: teal;
	
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: skyblue;
	
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/NATURE.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
	
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

#cming{
	color:#9A1F21;}
/* Callout */

.callout {
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
	background: url(../img/review_bg.png) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

/*====================================
=            contact-form            =
====================================*/
.contact-form{
	padding-top: 110px;
	margin-bottom: 120px;
}

.contact-form .color-overlay{
	background-color: rgba(0,0,0,.85);
	padding-bottom: 100px;
	overflow: hidden;
}
.contact-form .page-header{
	margin: 0 0 80px;
}

.contact-form .page-header h2{
	color: #e5e5e5;	
}

.contact-form .page-header .subtitle{
	color: #fff;
}
.contact-form label {
    display: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
}
.contact-form.no-placeholder label { display: block }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{
	border: none;
	border-bottom: 1px solid #ebebeb;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 30px;
}
.contact-form input[type="submit"].order-button{
	border-radius: 30px;
	font-weight: 700;
	margin-top: 10px;
}	
.contact-form input[type="text"]:active, 
.contact-form input[type="email"]:active,
.contact-form  textarea:active,
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	color: none;
	border-bottom: 1px solid #18a3dd;
}
.contact-form input[type="submit"].order-button{
	border-radius: 30px;
	font-weight: 700;
	margin-top: 10px;
	padding:15px 80px;
	line-height: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*===================================
=            testmonials            =
===================================*/
.testimonials{
	background: url(../img/11.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.testimonials .page-header{
	margin: 110px 0 70px 0;
}
.testimonials .color-overlay{
	background-color: rgba(15, 8, 22, 0.95);
	overflow:;
}
.testimonials .page-header h2{
	color: #e5e5e5;	
}
.testimonials .page-header .subtitle{
	color: #767a7d;
}
.carousel-testimonials{
	margin-bottom: 300px;
}
.carousel-testimonials .client-feedback{
	font-style: italic;
	color: #a9a9a9;
	margin-bottom: 35px;
}
/*start hexagon*/
.carousel-testimonials .item .image{
  position:relative;
  list-style-type:none;
  width:65px; 
  padding-bottom: 75px;
  float:left;
  overflow:hidden;
  visibility:hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

.carousel-testimonials .item .image *{
  position:absolute;
  visibility:visible;
}
.carousel-testimonials .item .image > div{
  width:100%;
  height:100%;
  overflow:hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.carousel-testimonials .item .image img{
  left:-100%; right:-100%;
  width: 100%; height:100%;
  margin:0 auto;   
}
/*end hexagon*/

.carousel-testimonials .client-details{
	overflow: hidden;
	display: inline-block;
	margin-left: 60px;
}
.carousel-testimonials .client-details .image{
	float: left;
	margin-right: 30px;
}
.carousel-testimonials .client-details .details{
	float: left;
	text-align: left;
	position: relative;
}
.carousel-testimonials .client-details .details:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 30%;
	height: 5px;
	background-color: #18a3dd;
	border-radius: 2.5px;
}
.carousel-testimonials .client-details h3{
	color: #e5e5e5;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}
.carousel-testimonials .client-details p{
	font-size: 14px;
	color: #a9a9a9;
}
.owl-theme .owl-controls{
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
	background-color: #342e3a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	background-color: #18a3dd;
}
.owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #bababa;
}

/*-----  End of testmonials  ------*/



/*======================================
=            certifications            =
======================================*/
.certifications{
	overflow: hidden;
}
.certifications .page-header{
	margin: 30px 0 10px 0;
}
.all-certifications{
	background-color: #f1f4f5;
	overflow: hidden;
	padding-bottom: 80px;
}
.certifications img{
	width: 100%;
}
.each-certificate{
	border-right: 1px solid #e0e0e0;
}
.each-certificate:last-child{
	border-right: none;
}

/*order-now*/
.order-now{
	padding-top: 120px;
	position: relative;
}
.onder-now-area{
	position: relative;
	z-index: 10;
}
.order-now .left-part img{
	margin-left:-105px
}
.order-now .gradient{
	top:40%;
	z-index: 3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, to left top, right top, color-stop(0%,rgba(255, 255, 255, 1)), color-stop(42%,rgba(255, 255, 255, 1)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* IE10+ */
	background: linear-gradient(to left,  rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 1) 42%,rgba(255, 255, 255, 0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
.order-now .dotted_bg{
	position:absolute;
	top:40%;
}
.order-now .right-part{
	margin-bottom: 200px;
	margin-top: 50px;
}
.order-now .right-part .title{
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.order-now .right-part .title:before{
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #18a3dd;
	border-radius: 2.5px;
}
.order-now .right-part .title h4{
	font-size: 30px;
	text-transform: uppercase;
}
.order-now .right-part .title .small{
	font-weight: 300;
	display: block;
	color: #333740;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
}
.order-now .right-part p{
	line-height: 24px;
}
.order-now .order-button{
	margin-top: 40px;
}
/*-----  End of certifications  ------*/

	/*===================================
=            testmonials            =
===================================*/
.testimonials{
	background: url(../img/11.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.testimonials .page-header{
	margin: 110px 0 70px 0;
}
.testimonials .color-overlay{
	background-color: rgba(15, 8, 22, 0.95);
	overflow: hidden;
}
.testimonials .page-header h2{
	color: #e5e5e5;	
}
.testimonials .page-header .subtitle{
	color: #767a7d;
}
.carousel-testimonials{
	margin-bottom: 97px;
}
.carousel-testimonials .client-feedback{
	font-style: italic;
	color: #a9a9a9;
	margin-bottom: 35px;
}
/*start hexagon*/
.carousel-testimonials .item .image{
  position:relative;
  list-style-type:none;
  width:65px; 
  padding-bottom: 75px;
  float:left;
  overflow:hidden;
  visibility:hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}

.carousel-testimonials .item .image *{
  position:absolute;
  visibility:visible;
}
.carousel-testimonials .item .image > div{
  width:100%;
  height:100%;
  overflow:hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.carousel-testimonials .item .image img{
  left:-100%; right:-100%;
  width: 100%; height:100%;
  margin:0 auto;   
}
/*end hexagon*/

.carousel-testimonials .client-details{
	overflow: hidden;
	display: inline-block;
	margin-left: 60px;
}
.carousel-testimonials .client-details .image{
	float: left;
	margin-right: 30px;
}
.carousel-testimonials .client-details .details{
	float: left;
	text-align: left;
	position: relative;
}
.carousel-testimonials .client-details .details:before{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 30%;
	height: 5px;
	background-color: #18a3dd;
	border-radius: 2.5px;
}
.carousel-testimonials .client-details h3{
	color: #e5e5e5;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}
.carousel-testimonials .client-details p{
	font-size: 14px;
	color: #a9a9a9;
}
.owl-theme .owl-controls{
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
	background-color: #342e3a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	background-color: #18a3dd;
}
.owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #bababa;
}

/*-----  End of testmonials  ------*/

		
	
@media(max-width:768px) {
    .map {
        height: 75%;
    }
.each-certificate{
		margin-bottom: 20px;
		border: none !important;
	}
	.each-certificate img{
		width: auto !important;
	}
}

/* Footer */

footer {
    padding: 100px 0;
}



strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}



img { max-width: 100%; }

::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
::selection { background: #19b9e7; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }



/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: skyblue;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #fff;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #444;
	background: teal;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}

.form-bottom p { opacity: 0.8; color: #fff; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.inner-bg { padding: 40px 0 110px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
.header {
    
	max-width:100%;
    height:auto;
    background:url(../../img/NATURE.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size:cover;
    -o-background-size: cover;
}
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 113px 32px !important;
    }
	
}



/*================================
    TESTIMONIAL STYLES
    ============================  */
    .review { background-color: #8ccdb0;
	}
	
	     .testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	 
    position: relative;
    border: 1px solid #fff;
    font-size:15px;
	color:#fff;
}


.testimonial-section:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-section-name {
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    color:#fff;
}
    .testimonial-section-name img {
        max-width:80px;
		height:auto;
        border: 2px solid #fff;
    }
.carousel-indicators-set {
    position:static;
    margin-left:0px;
    width:100%;
}


/*================================
Form STYLES
    ============================  */



input[type="text"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #fff;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }



button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #19b9e7;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

button.btn:hover { opacity: 0.6; color: #fff; }

button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }






.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background:url(../images/cover.png)no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 120px 0;
}

.headline h1 {
    font-size: 130px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.headline h2 {
    font-size: 77px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
	font-size: 50px;
	color: skyblue;
}

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
	
	
	.header {
    
    max-width:100%;
    height:auto;
    background:url(../img/NATURE.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size:cover;
    -o-background-size: cover;
}}
	
