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

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#555555;
	line-height:28px;
	margin:0 0 60px; padding:0;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}


.clear-right {
	clear:right;
}

.clear-venues { clear:both; height:20px; }

.frame-float {
	float:left;
	margin-right:2%;
}

.frame-float-single {
	float:left;
}

iframe {
	border:none;
}


.lead {
	font-size:18px;
	line-height:30px;
}


h1 {
	font-size:22px;
	line-height:30px;
	font-weight:normal;
	margin:0 20px 10px;
	}
	
h2 {
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	margin:3px 0; padding:2px 0;
	}
	
h3 {
	font-size:18px;
	font-weight:bold;
	margin:18px 0 0; padding:0;
	}
	
h4 {
	font-size:16px;
	font-weight:bold;
	margin:0; padding:0;
}
	

p { margin:8px 0; padding:4px 0; }

/* HEADER CONTENT */

.full-header {
    width: 100%;
    background-color: #000;
}

.full-header:after {
	content:"";
	display:table;
	clear: both;
}

header {
	max-width:940px;
	width:96%;
	padding:20px 2% 6px;
	margin:0 auto;
}


.logo {
	padding:0 2%;
	float:left;
	max-width:260px;
	width:30%;
}


header nav {
	text-align:right;
	color:#fff;
	position:relative;
	margin:0 2%;
}

header nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.level-menu > li {
    font-size: 15px;
}
header nav ul li {
    display: inline-block;
    margin: 0 0 0 2%;
    padding: 0;
    color: #8bb8e3;
}



header nav ul li ul.sub-menu {
	position: absolute;
	right: 0;
    bottom: -44px;
    color: black;
    width: 100%;
}

header nav ul ul.sub-menu {
	font-size:13px;
}
header nav ul ul.sub-menu li a {
	color:#555555 !important;
}

.nav-menu {
	display:none;
}

.sub-nav-space {
	height:50px;
	background-color:#e9e9e9;
}
	

/* STRIP AND VIDEO CONTENT */

.strip {
	max-width:900px;
	width:100%;
	padding:20px 0;
	clear:both;
	margin:0 auto;
	position:relative;
}


.strip img {
	width:100%;
	max-width:900px;
}

.strip-video {
	max-width:900px;
	width:96%;
	padding:20px 2%;
	clear:both;
	margin:0 auto;
}


#slider-prev {
	position: absolute;
	top: 44%;
	left: 0%;
}


#slider-next {
	position: absolute;
	top: 44%;
	right: 0%;
}


a.bx-prev {
	display: block;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	text-indent: -2000em;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

a.bx-next {
	display: block;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	text-indent: -2000em;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: top right;
}


a.bx-prev:hover {
	background-position: top right;
}


a.bx-next:hover {
	background-position: top left;
}



/* TEXT AND IMAGE CONTENT */

#content, .content-contact {
	margin:0 auto;
	max-width:940px;
	width:96%;
	padding:20px 2%;
}



.left {
	float:left;
	width:65%;
	max-width:580px;
}


.content-contact .left {
	float:left;
	width:65%;
	max-width:580px;
	padding-left:2%;
}

.right {
	float:right;
	padding-right:2%;
	max-width:280px;
	width:26%
}

.right figure img {
	width: 100%;
}

.right blockquote {
	padding:20px 10%;
	background-color:#eeeeee;
	margin:0;
	font-size:14px;
	line-height:24px;
	text-indent:40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#666666;
	float:right;
	width:80%;
}



.left img { float:left; margin-right:2%; }


img { margin:0; padding:0; border:none; }
.image-margin { margin-right:2%; }
	

.full-content {
	max-width:900px;
	margin:0 auto;
	width:96%;
	padding:0 2%;
	clear:both;
}

.content-contact {
    padding: 20px 2%;
}

.full-content img { 
	float:left; 
	margin-right:2%;
	width:33%;
	max-width:280px;
}


.full-content img, .full-content blockquote, .full-content .v-wrapper {
	margin-top:20px;
}

.full-content img.single-image { 
	float:left; 
	margin-right:0;
	width:66%;
	max-width:580px;
}

.client-video {
	width:100%;
	margin:40px 0;
}

.client-video figure {
	margin:0;
	padding:0;
	border:none;
}
.client-video figure figcaption {
	text-align:center;
	font-size:12px;
	display:block;
	margin-top:10px;
}

.v-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.v-wrapper-client {
	position: relative;
	padding-bottom: 62.5%;
	height: 0;
}



.v-wrapper iframe,
.v-wrapper-client iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


.full-venue {
	max-width:900px;
	padding:20px 2%;
	width:96%;
	clear:both;
}

.full-venue section {
	width:30%;
	float:left;
}


.full-venue section img {
	max-width:280px;
	float:left;
	width:100%;
}

.venue-margin {
	margin-right:5%;
}


	
.clear-content {
	clear:both;
	height:20px;
}

.clear-contact {
	margin:0 auto;
	margin-top:2%;
	padding-top:2%;
	border-top:1px solid #efefef;
	clear:both;
}


.iframe-content {
	float:left; 
	margin-right:2%;
	max-width:280px;
	border:none;
	width:33%;
}

.iframe-content-large {
	float:left; 
	max-width:580px;
	border:none;
	width:66%;
}

.clear-link {
	clear:both;
	height:1px;
}


blockquote {
	padding:20px 2%;
	background-color:#eeeeee;
	margin:0 0 20px;
	font-size:14px;
	line-height:24px;
	text-indent:40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#666666;
	float:right;
	width:26%;
}
	
figure {
	margin:10px 0;
	padding:0;
}

figcaption {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
}

	
.blue { background-color:#8bb8e3; color:#FFF; }


/* COMPLETE WEDDINGS */

.fav { float:left; margin-right:2%; max-width:80px; }
.album { float:left; margin-right:2%; max-width:80px; }

.full-content section.fav img, .full-content section.album img {
	width: 100%;
	max-width: 30px;
}

.fav img,
.album img {
	margin-top:0 !important;
}


/* FORM CONTENT */


.form-holder {
	padding:20px 4%;
	background-color:#efefef;
}

.clear-form {
	clear:both;
	height:10px;
}

.clear { clear:both; }

.small-field {
	float:left;
	border:none;
	height:30px;
	vertical-align:middle;
	line-height:30px;
	padding:3px 0;
	width:60%;
	font-size:14px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}

.large-field {
	float:left;
	border:none;
	height:100px;
	vertical-align:middle;
	line-height:21px;
	width:100%;
	font-size:14px;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
}

.field-text {
	line-height:30px;
	vertical-align:middle;
	padding:3px 0;
	float:left;
	width:40%;
}

.sent { font-weight:bold; color:#0C0; }
.submission { font-weight:bold; color:#C00; }


/* Blog */

#blog-recent {
	width: 100%;
	background-color: #e9e9e9;
}
#blog-recent:after {
	content: "";
    display: table;
    clear: both;
}

.blog-recent-inside {
	width:96%;
	max-width: 900px;
	margin:0 auto;
	padding:40px 2%;
}
.blog-recent-inside h2 {
	padding:2px 2%;
}

/* FOOTER */

#footer-container {
	width:100%;
	margin:0 auto;
	clear:both;
	background-color: #000;
}	

footer {
	width:96%;
	max-width: 900px;
	font-size:12px;
	color:#666666;
	margin:0 auto;
	padding:60px 2%;
}

small { font-size:12px; }


footer nav { width:100%; clear:both; }

footer p { margin:0; padding:10px 0 0; line-height:19px; }
footer a { color: #fff;}
footer nav ul {
	margin:10px auto 10px;
	padding:0;
	list-style-type:none;
}

footer nav ul li {
	padding-right:1%;
	display:inline;
	margin:0;
}

footer .fa,
.content-contact .fa {
	font-size:24px;
	line-height:24px;
	margin-right:10px;
}

header .fa {
	font-size:30px;
	margin-left:6px;
}

#slides {
	position:relative;
}
	
.inside-slide {
	right: 0;
	bottom: 6px;
	width: 40%;
	position: absolute;
	padding: 2%;
	background-image: url(../images/bg-testimonial.png);
	background-repeat: repeat;
}

.inside-slide p {
	color:#FFF; font-size:12px; line-height:16px;
}



.availability {
	position:fixed;
	bottom:0;
	background-color:#e9e9e9;
	padding:6px 0;
	width:100%;
	border-top:1px solid #d1d1d1; 
}
.availability-button {
	float:right;
	text-align:right;
	margin:10px 0 0;
}
.availability-button a {
	padding:3px 12px;
	background-color:#8bb8e3;
	color:#fff;
	display:inline-block;
	    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.availability-button a:hover {
	text-decoration:none;
	background-color:#fd8b05;
}


/*



/* LINKS */

a.top-link {
	text-decoration:none;
	color:#999999;
	}
	
a.top-link:hover {
	text-decoration:underline;
	color:#fff;
	}
	
	
a.bottom-link {
	text-decoration:none;
	color:#999999;
	}
	
a.bottom-link:hover {
	text-decoration:underline;
	color:#555555;
	}
	
	
a { text-decoration:none; color:#457bbd; }
a:hover { text-decoration:underline; }


a.tag-link { text-decoration:none; color:#555555; }
a.tag-link:hover { text-decoration:underline; }



a.album {
	width:30px;
	height:30px;
	display:block;
	float:left;
	background-image:url(../images/albums-new.jpg);
	background-position:left;
	overflow:hidden;
	text-indent:-9999px;
}

a.album:hover {
	background-position:right;
}



a.star {
	width:30px;
	height:30px;
	display:block;
	float:left;
	background-image:url(../images/star-new.jpg);
	background-position:left;
	overflow:hidden;
	text-indent:-9999px;
}

a.star:hover {
	background-position:right;
}



@media screen and (max-width:1025px) {

header {
	width: 92%;
	padding: 20px 4% 6px;
	height:auto;
}

.availability .full-content {
	width: 92%;
	padding: 0 4%;
}

header nav ul li ul.sub-menu {
	left: 0;
	bottom: -44px;
}

header nav ul li ul.sub-menu li {
	padding: 0 2% 0 0;
	margin:0;
}

.subnav {
	margin-top:5px; 
	padding-top:5px; 
}

header nav {
	float: left;
	margin:15px 0 0 0;
	width: 100%;
	text-align: left;
	font-size:14px;
}

header nav ul li {
	padding: 0 2% 0 0;
	margin:0;
}

.logo {
	padding:0;
}


}



@media screen and (max-width:930px) {


h1 {
	margin:0 0 10px;
	}


.full-content {
	max-width:900px;
	margin:0 auto;
	width:100%;
	padding:0;
	clear:both;
}


#content .left {
	float: left;
	width: 100%;
	max-width:none;
	padding: 0;
}



.left { padding-left:0;
}

.right { padding-right:0; }
	

#content, .content-contact {
	margin:0 auto;
	max-width:940px;
	width:92%;
	padding:2% 4%;
}

.full-venue {
	max-width:900px;
	padding:20px 0;
	width:100%;
	clear:both;
}


.clear-contact { display:none; }

	
}




@media screen and (max-width:880px) {
	
	
blockquote { display:none; }


.full-content img {
	width: 48%;
}


.iframe-content-large, .iframe-content {
	width:100%;
	max-width:none;
	margin-bottom:5px;
}

.hide-me { display:none; }
.strip {
    padding-top: 0;
}

header nav ul li ul.sub-menu li {
    padding: 0 10px 0 0;
    font-size: 12px;
}
	
}


@media screen and (max-width:790px) {


}

@media screen and (max-width:730px) {


.clear-link {
	height:10px;
}



.small-field {
	width:50%;
}

.large-field {
}

.field-text {
	width:50%;
}


.form-holder {
	padding:20px 6%;
	background-color:#efefef;
}



.full-venue section {
	width:32%;
	float:left;
}


.full-venue section img {
	max-width:280px;
	float:left;
	width:100%;
}

.venue-margin {
	margin-right:2%;
}




}





@media screen and (max-width:680px) {


.full-venue section {
	width:50%;
	float:left;
	margin-bottom:15px;
}


.full-venue section img {
	max-width:280px;
	float:left;
	width:96%;
}

.venue-margin {
	margin-right:0;
}



.full-venue .clear-content {
	display:none;
}



.strip-video {
	width:100%;
	padding:20px 0;
}


}



@media screen and (max-width:670px) {



.full-content img.single-image {
	float:left; 
	width:100%;
}

.album {
	margin-right: 5%;
}


.content-contact .left {
	width:100%;
	float:left;
	padding:0;
}

.content-contact .right {
	float:left;
	width:100%;
}


header nav {
	font-size:16px;
	display:none;
}


header nav ul li {
	display: block;
	padding: 0;
	margin: 6px 0;
	color: #8bb8e3;
}

header nav {
margin-top: 6%;
}


a#show-menu {
	display: inline;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

a#show-menu:hover {
	text-decoration:none;
	color:#fff;
}

header nav ul ul.sub-menu li a {
    color: #999 !important;
}
header nav ul ul.sub-menu li a:hover {
    color: #fff !important;
}

.phone-menu {
	color:#fff;
}
.sub-nav-space {
    display: none;
}

.nav-menu img {
	margin-left: 6%;
	width: 100%;
	max-width: 35px;
	vertical-align: middle;
}


.nav-menu {
	float: right;
	width:50%;
	text-align:right;
	display:inline;
}
.logo {
	width:50%;
}


.form-holder {
	margin-top: 6%;
}



header nav ul li ul.sub-menu {
	left: 0;
	top: 0;
	margin-bottom: 15px;
	position:relative;
}


header nav ul li ul.sub-menu li {
	padding: 2px 0;
	display: block;
	text-indent:4%;
	font-size:14px;
}


header {
	width: 92%;
	padding: 20px 4%;
}

.clear-icon {
	clear:right;
	height:15px;
}

header nav ul ul.sub-menu {
    font-size: 14px;
}

.inside-slide {
	right:auto;
	bottom:auto;
	width: 92%;
	position: relative;
	padding: 4%;
	background-image:none;
}


.inside-slide p {
	color:#999;
}

.availability .full-content .left {
    width: 100%;
    float: none;
    text-align: center;
}
.availability-button {
    float: none;
    text-align: center;
    margin: 0 0 8px;
}
.availability p {
    margin: 8px 0;
    padding: 0;
}
.blog-recent-inside h2 {
	padding:2px 2%;
	text-align:center;
}


}




@media screen and (max-width:480px) {


h2 {
    font-size: 18px;
    line-height: 26px;
}

.small-field, .field-text {
	float:left;
	width:100%;
	font-size:14px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
}


a.bx-prev {
	width: 36px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/arrow-left-small.png);
}

a.bx-next {
	width: 36px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/arrow-right-small.png);
}


.availability .full-content .left {
	display:none;
}
.availability-button {
    margin: 6px 0;
}

.availability-button a {
    padding: 3px 0;
    width: 100%;
    display: block;
}

.clear-form {
	height:4px;
}



.clear-content {
	height: 15px;
}



footer nav ul li {
	display:block;
}




}

@media screen and (max-width:400px) {

.phone-menu {
	display:none;
}

}

@media screen and (max-width:360px) {




.nav-menu img {
	max-width: 30px;
}
	
.full-venue section {
	width:100%;
	float:left;
	margin-bottom:15px;
}


.full-venue section img {
	max-width:280px;
	float:left;
	width:100%;
	margin:0 auto;
}

	
	
}
