@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab);
/** general **/
body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #666; font-size: 15px; }
a { color: #C3544E; text-decoration: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; }
a:hover { color: #333; text-decoration: none; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
.banner_header { text-shadow: 1px 1px 1px #333333; }
h1 { color: inherit; font-family: 'Roboto Slab'; color: #333; font-weight: bold; line-height: normal; margin: 0 0 10px 0; text-rendering: optimizelegibility; text-transform: uppercase; }
h2 { color: inherit; font-family: 'Roboto Slab'; color: #333; font-weight: bold; line-height: normal; margin: 0 0 10px 0; text-rendering: optimizelegibility; text-transform: uppercase; }
h1 { color: #C3544E; font-size: 38px; }
h3 { margin-bottom: 20px; font-weight: bold; color: #C3544E; }
h4 {}
h5 {}
h6 {}
p { margin-bottom: 18px; }
blockquote footer, blockquote small, blockquote .small { color: #C3544E; }
.hline { height: 1px; max-width: 200px; margin: 20px auto; background: #999; }
.bg-shadow { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(195, 84, 78, 0.7); }

.navbar-inverse .navbar-toggle { border-color: #C3544E; color: #C3544E; }
.navbar-inverse .navbar-toggle .icon-bar { background: #C3544E; }
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus { background: #C3544E; }
.navbar-inverse .navbar-toggle:hover .icon-bar, 
.navbar-inverse .navbar-toggle:focus .icon-bar { background: #fff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #C3544E; }

.nav-pills > li > a { background: #F6F6F6; color: #333; }
.nav-pills > li > a { margin: 0 2px; text-transform: uppercase; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background: #C3544E; }
.nav-pills > li.active > a:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(69, 57, 81, 0); border-top-color: #C3544E; border-width: 10px; margin-left: -10px; }

.panel-default { border: #F6F6F6; }
.panel-group .panel + .panel { margin-top: 10px; }
.panel-title > a { display: block; padding: 10px 15px; background: #362b41; color: #fff; border: 0px !important; }
.panel-title > a.collapsed { background: #F6F6F6; color: #362b41; }
.panel-title > a kbd { float: right; }
.panel-heading { padding: 0px; }
.panel-default > .panel-heading + .panel-collapse .panel-body { border-color: #F6F6F6; background: #F6F6F6 }

#mainArea .bg-img, #setupArea, #socialArea, #countdownArea, #venueArea { background-color: #C3544E; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 1900px 1200px; }

/* Buttons */
.btn { border-color: #C3544E; text-decoration: none; text-transform: uppercase; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; background: #C3544E; color: #fff; }
.btn:hover { background: #302739; color: #fff; border-color: #302739; }
.btn-default { background: #C3544E; color: white; border-color: #C3544E; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background: #302739; color: #fff; border-color: #302739; }
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background: #333; border-color: #333; }
.btn-primary:hover { background: #C3544E; color: #fff; border-color: #C3544E; }
.btn-outline-inverse { border: 2px solid #fff; color: #fff; background: rgba(0, 0, 0, 0.0); }
.btn-outline-inverse:hover { background: #fff; color: #C3544E; border: 2px solid #fff; }
.btn-outline-inverse:hover, .btn-outline-inverse:focus { background: #fff; color: #C3544E; }

/* Navigation */
.mainMenu { background: rgba(255,255,255,1.0); #fff; border-bottom: 0px; padding: 30px 0; }
.mainMenu, .mainMenu .navbar-brand, .mainMenu .nav > li > a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.mainMenu .navbar-brand { font-size: 35px; color: #41474C; margin: 0px !important; padding: 0px; height: auto; line-height: normal; }
.mainMenu .navbar-brand i { color: #C3544E; }
.mainMenu .navbar-brand:hover,
.mainMenu .navbar-brand:focus { color: #C3544E; }
.mainMenu .nav > li { margin-left: 15px; }
.mainMenu .nav > li > a { color: #41474C; padding-right: 0px; }
.mainMenu .nav > li > a span { border-bottom: 2px solid rgba(195, 84, 78, 0.0); }
.mainMenu .nav > li > a:hover { color: #C3544E;}
.mainMenu .nav > li > a.current { color: #41474C; }
.mainMenu .nav > li > a.current span { border-bottom: 2px solid rgba(195, 84, 78, 1.0) }

/* animated header */
.mainMenu.tiny { padding: 0; background: rgba(255,255,255,0.95); }
.mainMenu.tiny .navbar-brand { font-size: 32px; }
.mainMenu.tiny .navbar-toggle:hover { background: #fff; color: #C3544E; border-color: #fff; }
.mainMenu.tiny .navbar-toggle:hover .icon-bar { background: #C3544E; }

/* jumbotron */
.jumbotron { text-align: center; padding: 80px 0; min-height: 0px; background: none; margin: 0px; color: #fff; }
.jumbotron h1 { font-size: 80px; font-weight: 800; line-height: 1; margin: 10px 0 20px; text-transform: none; }
.jumbotron a.btn { font-weight: bold; margin: 20px auto 0; text-transform: uppercase; }

/* jumbotron */
.content-head { text-align: center; }

/* Main Area */
#mainArea {  }

/* Main Slider */
#main-slider { position: relative; }
#main-slider .jumbotron { padding: 0px; padding-top: 20%; }
#main-slider .hline { background: #fff; }

/* About Area */
#aboutArea { padding: 40px 0px; }
#aboutArea .col-md-4, #aboutArea .col-md-8 { margin: 20px auto; }

/* Setup Area */
#teamArea { padding: 40px 0px; background: #f8f8f8; }

/* Testimonial Area */
#testimonialArea { padding: 50px 0px; position: relative; color: #fff; background-image: url("../images/image_lavender1b.jpg"); }
#testimonialArea .container{ position: relative; z-index: 1; }
#testimonialArea h2 { color: #fff; }
#testimonialArea .hline { background: #fff; }
#testimonialArea blockquote { font-size: 18px; font-style: italic; border: 0px; max-width: 90%; margin: 0px auto; }
#testimonialArea .flexslider .slides > li { margin: 0; }
#testimonialArea .flexslider .slides > li img { border: 3px solid rgba(255,255,255,0.5); }
#testimonialArea blockquote footer, 
#testimonialArea blockquote small, 
#testimonialArea blockquote .small { color: #fff; }

/* Works Area */
#worksArea { padding: 60px 0px; }
#worksArea .col-md-3 { margin-bottom: 2em; }
#worksArea .col-md-3 img { margin: 0px auto; }
#worksArea .col-md-3 a:hover img { opacity: 0.8; }

/* Blog Area */
#serviceArea { padding: 80px 0px; }
#serviceArea .col-md-3 { margin-top: 30px; }
#serviceArea .i-overlay { padding: 30px 20px; font-size: 65px; border: 1px solid #666; color: #C3544E; }
#serviceArea a.btn { margin-bottom: 8px; }

/* Social Area */
#factsArea { padding: 50px 0px; position: relative; color: #fff; background-image: url("../images/image_singingbowls1.jpg"); }
#factsArea h2 { color: #fff; }
#factsArea .hline { background: #fff; }
#factsArea .col-sm-3 span { display: block; padding: 10px 15px; font-size: 45px; color: #fff; }
#factsArea .col-sm-3 p { padding: 15px; font-size: 18px; text-transform: uppercase; color: #fff; border-top: 1px solid #fff; }

/* Blog Area */
#blogArea { padding: 40px 0px; background: #f8f8f8; }
#blogArea .col-sm-4 { margin: 20px 0; }
#blogArea h5 { font-weight: bold; }
#blogArea h5 span { margin-right: 10px; }
#blogArea img { margin-left: auto; margin-right: auto; }
#blogArea a.btn { margin-bottom: 8px; }

/* Twitter Area */
#twitterArea { padding: 50px 0px; position: relative; color: #fff; background-image: url("../images/image_zen1.jpg"); }
#twitterArea h2 { color: #fff; }
#twitterArea .hline { background: #fff; }
#twitterArea .well { margin-top: 16px 20px; display: inline-block; border: 0px; background: rgba(255,255,255,0.6); }
#twitterArea a.btn { margin-top: 4px; margin-bottom: 4px; }

/* Contact Area */
#contactArea { padding: 40px 0px; padding-bottom: 0px; background: #F6F6F6; }
#contactArea #map { margin: 40px 0; margin-bottom: 0px; border-top: 4px solid #fff; }
#contactArea #map_canvas { height: 500px; width: 100%; clear: both; }
#contactArea .form-control { margin-bottom: 20px; }
#contactArea textarea { min-height: 180px; }
#contactArea span.label { text-align: center; font-size: 14px; min-width: 30px; display: inline-block; margin-right: 10px; }

/* Footer Area */
#footerArea { padding: 30px 0; background: #333; color: #fff; }
#footerArea a { color: #999; }
#footerArea a:hover { color: #fff; }
#footerArea .logo-bottom { font-size: 35px; margin-bottom: 20px; font-weight: bold; }

/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {
	
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	.mainMenu { padding: 20px 0; }
	.mainMenu .nav > li { margin: 0px; }
	.mainMenu .nav > li > a { font-size: 14px; }
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.mainMenu .navbar-header { margin: 0px !important; }
	.mainMenu .navbar-toggle { margin-right: 0px; }
	.mainMenu { padding: 10px 0; }
	
	#main-slider .jumbotron { padding: 0px; padding-top: 100px; }
	
	.jumbotron h1 { font-size: 40px; }
	.flex-direction-nav { font-size: 40px; }
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.mainMenu { padding: 0; } 
	#main-slider .jumbotron { padding: 0px; padding-top: 70px; }
	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	
	}