body {
	margin: 0 0 159px;
	padding: 0;
	width: 100%;
	font-family: 'Raleway', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0.03em;
}

p {
	font-family: 'Raleway', sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	letter-spacing: 0.03em;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

a {
	color: #BD9853;
}
a:hover {
	color: #BD9853;
	text-decoration: none;
}

.row {
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 45px;
}
.scroll-top a {
	color: #BD9853;
	opacity: 0.6;
}


/*====== responsive container image & text ======*/
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
    padding: 0 15px;
}
.img-container-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    font: 0/0 a;
    padding: 0 15px;
}
.img-container .centerer,
.img-container-left .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}


/*============= Header =============*/
.header-container {
	position: relative;
	max-width: 1100px;
	margin: 30px auto 15px auto;
	padding: 0 10px;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

.header {
	border-bottom: 1px solid #CCC;
	z-index: 100;
}

/* navbar */
.nav > li { /*3882*/
	letter-spacing: 0.03em;
}
.nav > li > a { /*3886*/
  padding: 10px 15px;
}

.navbar { /*4069*/
  min-height: inherit;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.navbar-collapse { /*4085*/
  -webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-toggle { /*4197*/
  padding: 0 10px;
  border-radius: 0;
  margin: 0;
}
.navbar-toggle .icon-bar { /*4212*/
  width: 26px;
  height: 3px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar { /*4218*/
  margin-top: 4px;
}

.navbar-nav > li > .dropdown-menu { /*4315*/
  margin-top: 25px;
  border-radius: 0;
  border: none;
}
	
.navbar-default { /*4398*/
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a { /*4413*/
  color: #222;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { /*4416*/
  color: #222;
  text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { /*4421*/
  color: #222;
  background-color: transparent;
}

.navbar-default .navbar-toggle { /*4433*/
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { /*4436*/
  background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form { /*4443*/
  border-color: transparent;
  width: 100%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { /*4447*/
  color: #003F5F;
  background-color: inherit;
}


/*============= Content =============*/
.main-hero-bg {
	background-image: url(../images/main_img.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
}

.main-hero-container {
    position: absolute;
    bottom: 30px;
    left: 0;
	right: 0;
	padding: 0 10px;
	margin: auto;
    text-align: center;
}

.banner-wrap {
    vertical-align: middle;
    display: inline-block;
}

.banner-title {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	line-height: 42px;
	font-weight: 800;
	margin: 0;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

.banner-text {
	color: #FFF;
	letter-spacing: 0.03em;
	padding-top: 5px;
	margin: 0;
}

.textbg {
	padding: 20px 40px;
	background: rgba(189, 152, 83, 0.8);
}

.photobooth-hero-bg {
	background-image: url(../images/ourservices/hero_photobooth.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}

.inner-wrap {
	max-width: 600px;
	margin: auto;
}

.content-container {
	position: relative;
	max-width: 1100px;
	margin: auto;
	padding: 0 10px;
}

.wrapper {
	margin: 90px auto;
}

.intro-wrap {
	max-width: 800px;
	margin: auto;
}

.intro-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 30px;
}

.intro-text {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.02em;
}

.panel {
	border: 1px solid transparent;
	-webkit-box-shadow: none;
		  box-shadow: none;
}
.panel-list {
	position: relative;
	text-align: center;
}
.panel-list .el-print:before,
.panel-list .el-time:before,
.panel-list .el-camera:before,
.panel-list .el-glasses:before,
.panel-list .el-photo:before,
.panel-list .el-picture:before {
	color: #BD9853;
	font-size: 50px;
}

.panel-list img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .4s ease;
	backface-visibility: hidden;
}

.panel-list:hover img {
	opacity: 0.5;
}

.panel-header {
	color: #BD9853;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 24px;
}

.banner-bg {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}

.banner-bg-sm {
	background-image: url(../images/banner_sm.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}

.footer-contact {
	background-color: #EEE;
	padding: 50px;
}

.footer-contact-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 800;
	margin-bottom: 5px;
}

.footer-contact-text {
	text-align: center;
	line-height: 24px;
}

.page-header {
	color: #BD9853;
	font-weight: 800;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.page-subheader {
	font-size: 26px;
	line-height: 32px;
	font-weight: 800;
	margin-bottom: 5px;
}

.page-caption {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.page-title {
	font-weight: 700;
	font-size: 16px;
}

.content-higlight {
	font-family: 'Raleway', sans-serif;
	color: #BD9853;
	font-weight: 700;
	line-height: 26px;
}
.content-higlight a:hover {
	text-decoration: underline;
}

.content-list {
	max-width: 550px;
	margin: auto;
}
.content-list ul {
	margin: 0;
	padding: 0;
}
.content-list ul li {
	font-size: 15px;
	font-weight: 700;
	color: #BD9853;
}
.content-list ul li p {
	margin-bottom: 3px;
}

.divider {
	border-bottom: 1px solid #CCC;
}

.left-field {
	padding-left: 0;
	padding-right: 5px;
}
.right-field {
	padding-left: 5px;
	padding-right: 0;
}

.description {
	text-align: center;
	font-weight: 500;
}

.asterisk {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #BD9853;
}

.contact-caption {
	font-size: 22px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}

.contact-form {
	margin-top: 40px;
}
.contact-form label {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	width: auto;
	display: block;
	float: none;
}
.contact-form .form-control {
	height: 42px;
	border-radius: 0;
	font-weight: 500;
	letter-spacing: 0.01em;
	border-color: #555;
}
.contact-form textarea.form-control {
	height: auto;
	resize: none;
}
.contact-form .form-control-label span.error {
	font-size: 13px;
	color: #F00;
	padding-left: 10px;
}
.contact-form .input-group {
	display: block;
}
.contact-form .input-group-addon {
	display: none;
}

.hour, .minute, .ampm {
	border-color: #555;
	height: 42px;
	padding: 6px 12px;
}

.tq-title,
.error-title {
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}
.error-title {
	color: #F00;
}

.tq-text,
.error-text {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	color: #777;
}

.bullet {
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    padding: 20px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: relative;
	display: inline-block;
	vertical-align: middle;
}

.bulletText {
	font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 5px;
    left: 0;
	right: 0;
	text-align: center;
    font-size: 22px;
	font-weight: bold;
	color: #BD9853;
}

.bulletContent {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
	margin-top: -40px;
	margin-left: 60px;
	margin-bottom: 25px;
}

.layout .panel-header {
	text-align: left;
	margin-bottom: 30px;
}

.wedding .panel-list {
	margin-bottom: 20px;
}
.wedding .banner-text {
	text-align: center;
}

.wedding-album-thumb {
	color: #BD9853;
	font-weight: 600;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.wedding-venue-thumb {
	text-align: center;
	color: #888;
	font-size: 0.96em;
	letter-spacing: 0.02em;
}

.wedding-album {
	font-size: 26px;
	color: #BD9853;
	font-weight: 700;
	border-bottom: none;
	margin-top: 0;
	padding: 0;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

.wedding-venue {
	text-align: center;
	color: #888;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

.wedding-img {
	margin-bottom: 50px;
}
.wedding-img img {
	margin-bottom: 20px;
}

.wedding-hero-bg {
	background-image: url(../images/ourservices/hero_wedding.jpg);
	background-size: cover;
	background-position: right;
	height: 400px;
}

.wedding-banner-title {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	line-height: 42px;
	font-weight: 400;
	letter-spacing: 0.3em;
	margin: 0;
	  transition: all .4s ease-in-out;
	  -o-transition: all .4s ease-in-out;
	  -moz-transition: all .4s ease-in-out;
	  -webkit-transition: all .4s ease-in-out;
}

.event {
    max-width: 800px;
	margin: auto;
}
.event ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}
.event li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}
.event img {
    display: block;
    height: auto;
    max-width: 100%;
}

.event-name {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.event-venue {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.parallax-window {
	position: relative;
    height: 300px;
    background: transparent;
}

/* content button */
.btn-fill {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	background-color: #BD9853;
	color: #FFF;
	cursor: pointer;
	padding: 12px 0;
	letter-spacing: 0.05em;
	border: none;
	  transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -webkit-transition: all .2s ease-in-out;
}
a.btn-fill {
	color: #FFF;
}
.btn-fill:hover {
	background-color: #222;
	color: #FFF;
	text-decoration: none;
}

.btn-fill-rev {
	font-family: 'Montserrat', sans-serif;
	display: block;
	text-align: center;
	background-color: #222;
	color: #FFF;
	cursor: pointer;
	padding: 12px 0;
	letter-spacing: 0.05em;
	border: none;
	  transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -webkit-transition: all .2s ease-in-out;
}
a.btn-fill-rev {
	color: #FFF;
}
.btn-fill-rev:hover {
	background-color: #BD9853;
	color: #FFF;
	text-decoration: none;
}

.btn-outline {
	display: block;
	text-align: center;
	border: 1px solid #BD9853;
	color: #BD9853;
	cursor: pointer;
	font-weight: 800;
	padding: 10px 0;
	letter-spacing: 0.05em;
	  transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -webkit-transition: all .2s ease-in-out;
}
.btn-outline:hover {
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

.btn-default {
	max-width: 200px;
	margin: 30px auto 0 auto;
}

.action-btn {
	display: inline-block;
	border: none;
	width: 180px;
	margin: 30px 5px 0 5px;
}

.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: 0.4;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background: url(../images/icon_top.png) no-repeat;
}


/*============= Footer =============*/
.footer-container {
	position: relative;
	max-width: 1100px;
	margin: auto;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #222;
	padding: 20px;
	text-align: center;
}

.footer-social {
	display: inline-block;
	margin: 20px auto;
}
.footer-social a:hover {
	text-decoration: none;
}
.footer-social .fa-facebook:before,
.footer-social .fa-instagram:before {
	color: #BD9853;
	font-size: 24px;
	display: inline-block;
	margin-top: 12px;
}
.footer-social a:hover .fa-facebook:before,
.footer-social a:hover .fa-instagram:before {
	color: #FFF;
	text-decoration: none;
}

.circle-icon {
	display: inline-block;
	border: 1px solid #BD9853; 
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 5px;
}
.circle-icon:hover {
	border: 1px solid #FFF; 
}

.copyright-text {
	color: #999;
	text-align: center;
	font-weight: 500;
}


@media (min-width: 991px) {
	.navbar-nav {
		margin-top: 10px;
	}
	.navbar-nav > li > a { /*4265*/
		padding-top: 5px;
		padding-bottom: 0;
	}
	
	.pull-right, .pull-left {
		float: inherit !important;
	}
}

@media only screen and (max-width: 990px) {
	.header-container {
		margin: 15px auto 0 auto
	}
	
	.nav > li { /* 3882 */
	  border-bottom: 1px solid #222;
	}
	.nav > li:last-child {
	  border-bottom: none;
	}
	
	.navbar-default { /*4398*/
		position: relative;
	}
  
	.navbar-default .navbar-nav > li > a { /*4413*/
	  color: #222;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { /*4416*/
	  color: #222;
	  text-decoration: none;
	  background-color: #E6E7E8;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus { /*4421*/
	  color: #FFF;
	  background-color: #BD9853;
	}
	.navbar-default .navbar-toggle { /*4433*/
	  top: -28px;
	  right: 0;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #222;
	}
}

@media only screen and (max-width: 767px) {
	.img-container-left {
		left: 0;
	}
	
	.photobooth-hero-bg {
		background-image: url(../images/ourservices/hero_photobooth.jpg);
		background-size: cover;
		height: 400px;
	}

	.wrapper {
		margin: 40px auto;
	}
	
	.panel-header {
		margin-top: 20px;
		margin-bottom: 10px;
		line-height: 26px;
	}
	
	.page-header {
		font-size: 26px;
	}
	
	.page-subheader {
		font-size: 22px;
		line-height: 28px;
	}
	
	.contact-form .left-field {
		padding-bottom: 15px;
	}
	
	.tq-text {
		font-size: 17px;
	}
	
	.wedding .panel-header {
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	.left-field,
	.right-field {
		padding: 0;
	}
}

@media (min-width: 600px) {
	.isVisibleMdScreen {
		display: inline-block;
	}
	.isVisibleSmScreen {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	body {
		margin: 0 0 129px;
	}

	.isVisibleMdScreen {
		display: none;
	}
	.isVisibleSmScreen {
		display: inline-block;
	}
	.main-hero-bg {
		height: 350px;
	}

	.banner-wrap {
		padding: 15px;
	}
	
	.banner-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	/*.banner-text {
		font-size: 20px;
		padding-top: 3px;
	}*/
	
	.intro-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	
	.intro-text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.wedding-banner-title {
		font-size: 22px;
		line-height: 35px;
		letter-spacing: 0.05em;
	}
	
	.footer-contact {
		padding: 30px 20px;
	}
	
	.footer-contact-title {
		font-size: 20px;
		line-height: 26px;
	}
	.footer-contact-text {
		font-size: 14px;
		line-height: 20px;
	}
	
	.footer {
		padding: 15px;
	}
	
	.footer-social {
		margin: 10px auto;
	}
	.wedding-album {
		font-size: 22px;
		margin-bottom: 5px;
	}
	
	.wedding-venue {
		font-size: 14px;
	}
	.contact-caption {
		font-size: 18px;
		line-height: 26px;
	}
}

@media only screen and (max-width:450px) {
	.action-btn {
		margin: 10px 5px 0 5px;
	}
}

@media only screen and (max-width: 350px) {
	body {
		margin: 0 0 151px;
	}
}