@import "reset.css";
@import "jquery-ui-1.8.19.custom.css";
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
/*************************Global*****************************/
body {
	background: #1e1e1e url(../images/bg-pattern.jpg) repeat;
	font: 11px/19px 'Tahoma', sans-serif;
	color: #403624;
	position: relative;
	min-width: 980px;
	height: 100%;
	 
}
.spinner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url( "../images/loading.gif") 50% 50% no-repeat #090909;
}
p {
	font: 11px/19px IM Fell English, serif;
	text-transform: uppercase;
	margin-bottom: 16px
}
a {
	color: #403624;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover {
	color: #717171;
	text-decoration: none
}
a.link2 {
	color: #FFF;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a.link2:hover {
	color: #717171;
	text-decoration: none
}
h1 {
}
h2 {
	color: #403624;
	display: inline-block;
	font-family: IM Fell English, serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 45px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
	word-spacing: 4px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 6px;
	padding-left: 50px;
}
h3 {
	color: #403624;
	display: inline-block;
	font-family: IM Fell English, serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	padding: 0 0 0 2px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
	word-spacing: 0;
}
/*********************************header*************************************/
header {
	position: relative;
	z-index: 9;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: url(../images/lineheader.png) top repeat-x;
}
/********************************* menu *************************************/
.line1 {
	position: relative;
	top: -2px;
	display: inline-block;
	height: 43px;
	width: 1px;
	background: url(../images/dotnav.png) right no-repeat;
}
.mainbutton {
	display: none !important;
}
.menu {
	padding: 43px 0 34px 0;
	position: relative;
	text-align: center;
	width: 920px;
	margin: 0 auto;
	z-index: 9999999999;
}
.menu a {
	position: relative;
	display: inline-block;
	font: 22px/26px 'IM Fell English', serif!important;
	color: #FFF;
	margin: 0 8px 0 12px;
	text-decoration: none;
}
.menu a.first {
	position: relative;
	display: inline-block;
	font: 22px/26px 'IM Fell English', serif!important;
	color: #FFF;
	margin: 0 8px 0 0;
}
.menu a.last {
	position: relative;
	display: inline-block;
	font: 22px/26px 'IM Fell English', serif!important;
	color: #FFF;
	margin: 0 0 0 8px;
}
.menu a > .arrow1 {
	top: -50px !important;
	width: 100%;
	height: 7px;
	position: absolute;
	background: url(../images/arrow1.png) top center no-repeat;
	-webkit-transition : all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.menu a.on > .arrow1, .menu a:hover > .arrow1 {
	top: -43px !important;
	width: 100%;
	height: 7px;
	position: absolute;
	background: url(../images/arrow1.png) top center no-repeat;
}
.menu a span {
	margin-right: 2px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.wrapper_r {
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 32px
}
/********************** Content ************************/
.light {
	width: 100%;
	min-height: 100%;
	background-image: url(../images/bglight.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
}
section {
	position: relative;
	z-index: 5;
}
.pages, #controllers {
	width: 940px;
	height: 846px;
	position: relative;
	margin: auto;
}
#magazine {
	width: 940px;
	height: 846px;
	margin: 0 auto;
	text-transform: uppercase;
}
#magazine .turn-page {
	background-size: 100% 100%;
	overflow: hidden;
}
#next, #previous {
	opacity: 0;
	position: absolute;
	height: 846px;
	width: 24px;
	background: #000;
	-webkit-user-select: none;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 1000;
	cursor: pointer;
}
#next {
	border-radius: 0px 10px 10px 0px;
	right: -24px;
	top: 0px;
}
#previous {
	border-radius: 10px 0px 0px 10px;
	left: -24px;
	top: 0;
}
#next i, #previous i {
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	margin-top: 343px;
	margin-left: -4px;
}
#next i {
	background-position: -32px 0px;
}
#previous i {
	background-position: 0px 0px;
}
#next.visible:hover, #previous.visible:hover {
	opacity: 0.3 !important;
}
#shadow-page {
	width: 470px;
	height: 846px;
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, .5);
	z-index: -1;
}
#magazine .page-light {
	background-image: url(../images/left-book-cover1.png);
}
#magazine .page-dark {
	background-image: url(../images/right-book-cover1.png);
	background-repeat: no-repeat;
}
.page1 {
	background: url(../images/pattern-cover.jpg) repeat;
}
.img1 {
	border: 1px solid #3F3F3F;
	margin: 0px 0 -4px;
	padding: 0;
}
.img2 {
	border: 0px solid #3f3f3f;
	margin-top: 18px;
	margin-right: 34px;
	margin-bottom: 5px;
	margin-left: 34px;
	padding-top: 30px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
.img2a {
	border: 0px solid #3f3f3f;
	margin-top: 18px;
	margin-right: 34px;
	margin-bottom: 0px;
	margin-left: 34px;
	padding-top: 30px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}


.pattern1 {
	padding: 18px 0 0 0;
	text-align: center;
	bottom: 0;
	height: 54px;
	width: 470px;
	position: relative;
	background: url(../images/pattern2.png) repeat-x;
}
.entersite {
	text-decoration: none !important;
	color: #f3f3f3;
	padding: 0 12px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'IM Fell English', serif;
	font-size: 18px;
	line-height: 44px;
	letter-spacing: .1em;	
}
.entersite:hover {
	color: #777;
}
.box1 {
	text-align: center;
	width: 340px;
	position: relative;
	margin: 0 auto;
}
.box1 span {
	color: #403624;
	font-family: IM Fell English, serif;;
	font-size: 24px;
	font-weight: 500;
	line-height: 45px;
	margin-bottom: 31px;
	padding: 0 13px 4px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
	word-spacing: 2px;
}
.box1 strong {
	color: #c2c2c2;
	display: block;
}
.list1 {
	left: 5px;
	padding-bottom: 42px;
	margin-bottom: 40px;
	position: relative;
	background: url(../images/line1.png) bottom repeat-x;
}
.list1 figure {
	display: inline-block;
	margin-right: 17px;
}
.list1 > li {
	padding-bottom: 16px;
	margin-bottom: 18px;
	border-bottom: 1px solid #242424;
}
.list1 > li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.box2 {
	top: -2px;
	display: inline-block;
	width: 162px;
	position: relative;
	overflow: hidden;
}
/*-------Newsletter------------*/
#search-form {
	top: -16px;
	position: relative;
	z-index: 2;
}
#search-form input {
	margin: 0;
	width: 331px;
	height: 38px;
	padding: 0 10px 0 10px;
	outline: none;
	border: 1px solid #3e3e3e;
	font: bold 11px/20px 'Tahoma', sans-serif;
	color: #565656;
	background: #131313 url(../images/pattern3.jpg) repeat;
}
#search-form a {
	margin-right: 2px;
	float: right;
	margin-top: 18px;
	cursor : pointer;
}
#search-form .img_act {
	margin-right: 2px;
	position: absolute;
	right: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#search-form .img_act:hover {
	opacity: 1 !important;
}
#search-form .submit {
	left: 197px;
}
#search-form .submit {
	top: 0px;
}
/*--End Newsletter---*/
.list2> li {
	display: inline-block;
	margin: 0 17px 34px 0;
}
.list2> li.right {
	display: inline-block;
	margin: 0 0 34px 0;
}
.list2>li>figure img {
	margin-bottom: 10px;
}
.list2>li>figure {
	width: 160px;
}
.list2>li>figure>figcaption p {
	margin-bottom: 0;
}
/*google map*/
.google_map {
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 340px;
	height: 365px;
	box-shadow: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 13px;
}
.google_map>iframe {
	width: 340px;
	height: 365px;
}
/*---end map---*/
.address {
	display: inline-block;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.address h3 {
	margin-bottom: 8px;
}
.contactText_1 {
	font: 11px/19px 'Tahoma', sans-serif;
	text-transform: uppercase;
	color: #262626;
	margin-bottom: 20px;
}
.phone {
	display: inline-block;
	width: 80px;
	font: 14px/19px 'IM Fell English', sans-serif;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #403624;
	margin-bottom:4px;
}
.phone_n {
	display: inline-block;
	width: 100px;
	font: 19px/19px 'IM Fell English', sans-serif;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #403624;
}
.quote{ margin-bottom:30px;
}
.author{
	font: 15px/19px 'IM Fell English', sans-serif;
	
	}


.c1 {
	font: 14px/19px 'IM Fell English', sans-serif;
	color: #7c7c7c;
	width: 330px;
	text-transform:none;
	font-family: IM Fell English, serif;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #403624;
}
.contactText_2 {
	font: 14px/19px 'IM Fell English', sans-serif;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	margin: 0 4px 0 -28px;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #403624;
}
/******************** Footer ******************/
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	background: url(../images/pattern_footer.jpg) bottom repeat-x;
	margin: 0 auto;
	text-transform: uppercase;
	color: #565656;
	text-align: center;
}
.social-list {
	margin: 43px 0 39px 0;
}
.social-list>li.first {
	margin-right: 7px;
	padding-right: 9px;
	border-right: 1px solid #898989;
}
.social-list>li {
	display: inline-block;
}
.social-list>li>a {
	font: 13px/18px 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #898989;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-list>li>a:hover {
	text-decoration: none;
	color: #FFF;
}
.privacy_txt {
	display: block;
	font: 14px/18px 'Ubuntu Condensed', sans-serif;
	color: #e4e4e4;
}
.privacy_txt>span {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 16px;
}
a.privacy {
	font: 14px/18px 'Ubuntu Condensed', sans-serif;
	color: #e4e4e4;
	letter-spacing: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.privacy:hover {
	text-decoration: none;
	color: #8a8a8a;
}
#readmore {
	margin-top: -100px;
	position: absolute;
	padding: 0 30px 20px;
	overflow: hidden;
	height: 640px !important;
	background: #161616;
	display:none
}
.mail {
	margin-right: 3px;
	display: inline-block;
}
/*----------Uscroll-------------*/
.scroll {
	float: left;
}
#buttons .scroll {
	width: 940px;
	height: 180px;
}
#buttons .scroll.ex-5>div {
}
.scroll-btns {
	right: 0;
	float: right;
	top: 78px;
	position: absolute;
}
.downbtn {
	display: inline-block;
	overflow: hidden !important;
	height: 22px !important;
	width: 22px !important;
	float: left;
	margin-right: 5px;
}
.upbtn {
	display: inline-block;
	overflow: hidden !important;
	height: 22px !important;
	width: 22px !important;
	float: left;
}
#buttons2 {
	position: relative;
}
#buttons2 .scroll {
	width: 410px;
	height: 525px;
	overflow: hidden;
}
#buttons2 .scroll.ex-5>div {
}
#buttons2>.scroll-btns {
	left: 355px;
	top: 540px;
	position: absolute;
}
#buttons2>.scroll-btns > a > div > img {
	margin-top: 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#buttons2>.scroll-btns > a:hover > div > img {
	margin-top: -22px;
}
/*---endscroll----*/
/*********************end footer********************/
/**************************Margin Padding*************************/
.mp_clear {
	margin: 0;
	padding: 0;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.pad1 {
	padding: 60px 70px 30px 36px;;
}


.pad2 {
	padding: 60px 70px 30px 36px;
}
.pad3 {
	padding: 60px 70px 30px 36px;;
}
.pad4 {
	padding: 60px 70px 30px 36px;;
}
.pad5 {
	padding: 60px 70px 30px 36px;;
}

.pad6 {
	padding-top: 520px;
}
.pad7 {
    padding: 50px 50px 30px 36px;
}

.social_icon{box-shadow: 0px 0px 0px #7C7C7C;}
.m_bot1 {
	color: #403624;
	font-family: IM Fell English, serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 33px;
	margin-bottom: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
}
.m_bot1_a {
	color: #403624;
	font-family: IM Fell English, serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
}



.m_bot1_b {
	color: #403624;
	font-family: IM Fell English, serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 52px;
	margin-bottom: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
}
.m_bot1_b_1 {
	color: #403624;
	font-family: IM Fell English, serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 52px;
	margin-bottom: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
}









.m_bot1_c {
	color: #403624;
	font-family: IM Fell English, serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 16px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	text-transform: none;
}
.m_bot1_w {
	margin-bottom: 23px;
	background-image: url(../images/weddings_logo.png);
}
.m_bot2 {
	margin-bottom: 10px;
}
.m_bot3 {
	margin-bottom: 18px;
}
.m_bot4 {
	margin-bottom: 18px;
}
.m_bot5 {
	margin-bottom: 18px;
}
.m_left1 {
	margin-left: -8px;
}
.m_right1 {
	margin-right: 10px;
}
.padh2_1 {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
/************************************************************************
-) DEVELOPMENT HOME
*************************************************************************/

.home_story {
	text-transform: none;
	text-align: justify;
	text-transform: none!important;
	font-size: 13px;
	text-shadow: 1px 1px 0 #FFFFFF;
	color: #403624!important;
	font-family: 'IM Fell English', serif!important;
	padding-right: 16px;
}
.testimonials1 {
	text-transform: none;
	text-align: left;
	text-transform: uppercase!important;
	color: #403624!important;
	font-family: 'IM Fell English', serif!important;
	padding-right: 16px;
	margin-bottom: 3px!important;
	font-size: 15px;
	line-height: 19px;
	word-spacing: 1px;
}
.testimonials2{
	text-transform: none;
	text-align: left;
	text-transform: none!important;
	font-size: 14px;
	text-shadow: 0px 0px 0 #FFFFFF;
	color: #403624!important;
	font-family: 'IM Fell English', serif!important;
	padding-right: 16px;
	margin-bottom:20px!important;
}

.home_story strong {
	color: #403624!important;
	display: inline;
	font-family: 'IM Fell English', serif;
	font-size: 20px;
	font-weight: 200;
	text-transform: none!important;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.home_list {
	background: url("../images/line1.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
	left: 5px;
	margin-bottom: 40px;
	padding-bottom: 42px;
	position: relative;
}
.home_list > li {
	border-bottom: 0px solid #242424;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.home_list figure {
	display: inline-block;
	margin-right: 15px;
	float: left;
	margin-top: 25px;
}
.home_list figure img {
	margin-bottom: 10px;
}
.box2a {
	position: relative;
	top: 5px;
	width: 350px;
}
.star {
	margin-top: 7px;
	width: 13px;
	height: 27px;
	position: relative;
	display: inline-block;
	background: url(../images/star3.png) center no-repeat;
}
/************************************************************************
-) WHAT WE DO
*************************************************************************/

.we_do {
	text-transform: none;
	font-size: 13px;
	margin-bottom: 8px;
	color: #403624;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.we_do_last {
	text-transform: none;
	font-size: 13px;
	margin-bottom: 32px;
	color: #403624;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin-bottom: 16px;
}
.star1 {
	margin-top: 7px;
	width: 43px;
	height: 15px;
	position: relative;
	display: inline-block;
	background: url(../images/star3.png) center no-repeat;
}
.menu li {
	display: inline-block;
}
.menu li {
	position: relative;
}
ul.submenu {
	display: none;
	position: absolute;
	width: 200%;
	background-color: #000;
	padding-bottom: 15px;
	
}
ul li:hover ul.submenu {
	display: block;
}
.submenu li {
	padding: 6px;
	display: block;
	text-align: left;
}

.submenu a{
	font-size:20px!important;
}
/************************************************************************
-) WEDDINGS
*************************************************************************/
.floral {
	padding: 0px
}

.margin1_LP1 {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.margin1_LP2 {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.margin1_LP3 {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.margin1_RP1 {
	float: right;
	clear: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
.margin1_RP2 {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.margin1_RP3 {
	float: right;
	clear: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
}
.img3 {
	border: 0 solid #3F3F3F;
    margin: 18px 34px 5px;
    padding: 30px 14px 14px;
}

.booktext{
	
    bottom: 300px;
    height: 102px;
    left: 168px;
    position: relative;
    width: 280px;
	
}
.booktext1{
	bottom: 300px;
	height: 100px;
	left: 168px;
	position: relative;
	width: 280px;
	border: medium dotted #FFF;
	color: #FFF;
}



.heading_title{
	font-family: 'IM Fell English', serif;
	font-size: 26px;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 300px;
}
.heading_title1{
	font-family: 'IM Fell English', serif;
	font-size: 15px;
	padding-left: 5px;
	padding-top: 11px;
	text-shadow: 1px 1px 0 #FFFFFF;
	
}

.spacer{
	height: 18px;
	width: 400px;
}


.what{
	text-align: center;
	height:38px;
	width: 300px;
	margin-left:5px;
}

.twitter{
	display: none!important;
}