@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';

@import 'https://fonts.googleapis.com/css?family=Great+Vibes';


html, body {
	margin: 0;
	padding: 0;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	height: 100%;
}



#wrapper {
	width:100%;
	min-height:100%;
}


.container {
	width:880px;
	margin: 0 auto;
	padding:0 40px 0 40px;
}
.container-sc {
	width:880px;
	margin: 0 auto;
	padding:0 40px 0 40px;
}
.container_wide {
	width:880px;
	margin: 0 auto;
	padding:0 20px 0 20px;
}

#header {
	width:100%;
	height:auto;
	background-repeat:repeat-x;
}

#banner {
	width:100%;
	height:110px;
	padding:10px 0 0 0;
	margin:0 auto;
}

.cycle-slideshow {
	height:100%;
	width:100%;
}

.cycle-slideshow .pager {
	position:absolute;
	top:55vh;
	z-index: 999;
	cursor: pointer;
	background:rgba(255,255,255,0.7);
	padding:15px;
	border-radius:50px;
	height:20px;
	width:20px;
}
.cycle-slideshow .pager:hover {
	background:rgba(255,255,255,0.95);
}

.cycle-slideshow .pager.cycle-prev {
	left:2%;
}
.cycle-slideshow .pager.cycle-next {
	right:2%;
}

#navigation {
	width:100%;
	background:#0092A3;
	height:auto;
	float:left;
	margin:10px auto 0 auto;
}

#navigation ul {
	margin:0px;
	padding:0px;
	line-height:40px;
	font-size:14px;
	text-align:center;
	}

#navigation li {
	display:inline;
	float:left;
	height:40px;
	margin:0;
	padding:5px 0;
}

#navigation li:hover {
	background: #ebebeb;
	color:#0092A3;
}

#navigation a, #navigation a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation a:hover {
	color:#666666;
	text-decoration:underline;
}

#navigation li.here{
	color:#0092A3;
	background: #ebebeb;
}

#body {
	width:100%;
	overflow:auto;
}

#curtains {
	width:100%;
	height:250px;
	position:relative;
	z-index:0;
}

#curtains.homeslider {
	height:100vh;
	margin-top:-180px;
}

.slide {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
}

.slide .container {
	position: relative;
	height:100%;
}

.slide .text {
	position:absolute;
	bottom:40px;
	left:40px;
	background:rgba(0,0,0,0.6);
	padding:20px 30px;
	color:#ffffff;
	text-align: center;
}

.slide .text h2 {
	font-family: 'Great Vibes', cursive;
	font-size:50px;
}

.slide .text p {
	font-size:18px;
}

.white_strip {
	padding:60px;
}

.inside_white {
	padding:60px 0;
}

.left {
	width:40%;
	float:left;
}

.left h1 {
	font-size:55px;
}

.right p span {
	font-size:20px;
}

.right {
	width:60%;
	float:right;
}

.box {
	height:203px;
	width:203px;
	float:left;
	margin:0 22.66px 0 0;
	overflow:hidden;
}

.col {
	width:205px;
	float:left;
	margin:0 20px 0 0;
}

.col_double {
	width:430px;
	float:left;
	margin:0 20px 0 0;
}

.col_triple {
	width:100%;
	float:left;
	margin:0 20px 0 0;
}

.gallery_container {
	width:100%;
	float:left;
	margin:0 20px 0 0;
}

#sidebar {
	width:100%;
	background:#0092A3;
	padding:60px 0;
	display: inline-block;
}

#sidebar .left {
	width:60%;
	text-align: center;
	position: relative;
	padding:0 60px;
	box-sizing:border-box;
}

#sidebar .left:before {
	content:'';
	background-image:url(images/quote_left.png);
	height:28px;
	width:40px;
	display: block;
	position: absolute;
	left:0;
	top:0;
}

#sidebar .left:after {
	content:'';
	background-image:url(images/quote_right.png);
	height:30px;
	width:40px;
	display: block;
	position: absolute;
	right:0;
	bottom:0;
}

#sidebar .right {
	width:40%;
	text-align: right;
}

#sidebar h3 {
	color:#ffffff;
	font-size:55px;
}

#sidebar p {
	color:#ffffff;
}

#sidebar p.name {
	font-weight: bold;
	margin-bottom:0;
}

#footer {
	width:100%;
	position: relative;
	height: auto;
	clear:both;
	color:#999999;
}

#top_footer {
	background-color:#FFF;
	width:880px;
	height:auto;
	display: inline-block;
	margin-bottom:20px;
	padding:0;
	margin-top:20px;
}

#bottom_footer {
	width:880px;
	height:auto;
	padding:10px 0;
}

#bottom_footer h2 {
	text-align: center;
	font-family: 'Great Vibes', cursive;
	font-weight:normal;
	margin:0px;
	color:#0092A3;
	font-size:55px;
	padding-bottom:20px;
}

#bottom_footer .right {
	text-align: right;
}

#bottom_footer .left {
	margin-top:30px;
}

.bottom_nav {
	width:100%;
	text-align: center;
	background:#0092A3;
	clear:both;
	margin-top:30px;
	display: inline-block;
}

#footer .bottom_nav ul li a {
	color:#ffffff;
	font-size:14px;
	padding:20px 30px;
	display: block;
}
#footer .bottom_nav ul li a:hover {
	text-decoration: none;
	background:#ebebeb;
	color:#0092A3;
}
#footer .bottom_nav ul li  {
	display: inline-block;
}

#footer p {
	margin:0 0 5px 0;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer a, #footer a:visited {
	text-decoration:none;
	color:#999999;
}

#footer a:hover {
	text-decoration:underline;
	color:#999999;
}


.left {
	float:left;
}

.right {
	float:right;
}

/* fonts and text */
h1 {
	font-family: 'Great Vibes', cursive;
	font-weight:normal;
	margin:0px;
	color:#0092A3;
	font-size:55px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:10px 0 0 0;
	font-size:16px;
}

h3 {
	font-family: 'Great Vibes', cursive;
	font-weight:normal;
	margin:0px 0 10px 0;
	color:#0092A3;
	font-size:20px;
}

h4 {
	font-weight:normal;
	margin:15px 0 5px 0;
	color:#0092A3;
	font-size:16px;
}

h6 {
	margin:0px;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
}
.turq {
	color:#0092A3;
}

a, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

a.turq, a.turq:visited {
	color:#0092A3!important;
	text-decoration:none;
}

a.turq:hover {
	color:#0092A3!important;
	text-decoration:underline;
}


ul.bullets {
	color:#0092A3;
	font-size:16px;
	margin:10px 0 0 0;
}

.grey {
	color:#666666;
}



/* tables */

.suppliers {
	text-align:center;
}

/* table  and form*/

.contact_form tr{
	height:25px;
	color:#666666
}

.contact_form td{
	padding:0 0 10px 0;
}

.contact_form label{
	line-height:23px;
	}


.contact_form input, .contact_form select {
	width: 210px;
	vertical-align: top;
	outline: medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px;
	background: #FFF; /* Old browsers */
	border: 1px solid #CCCCCC;
	color: #666666;
}

.contact_form textarea {
	width: 655px!important;
	height:150px;
	vertical-align: top;
	outline: medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px;
	background: #FFF; /* Old browsers */
	border: 1px solid #CCCCCC;
	color: #666666;

}

#send {
    cursor: pointer;
    margin-right: 18px;
    width: 100px !important;
	color:#FFFFFF;
	background-color:#0092A3;
	border:0px;
}


.facebook_icon {
	float:right;
	margin-top:6px;
}

.facebook_icon img {
	padding-top:7px;
}

.col-sm-6.form-group {
    width: 48%;
    display: inline-block;
}

.form-in input {
    width: 90%;
    height: 26px;
    margin-bottom: 15px;
padding: 0 5px;
}

textarea#message {
    margin-bottom: 5px;
padding: 5px;
}

button#btnContactUs {
    border: none;
    padding: .5rem 2rem;
    margin-top: 1rem;
cursor: pointer;
}

.form-in textarea {
    width: 92%;
}
#error_message {
	color: red
}

a.button-ahu {
    color: white;
    background: #0092A3;
    padding: 10px;
		margin-right: 5px;
}
a.button-ahu:hover {
    color: #0092A3;
    background: white;
		border: 1px solid #0092A3;
		text-decoration: none;
}
