@import url("../webfont/stylesheet.css");

* {
margin:0;
padding:0;
}


html, body {
font-family: 'crimson_textitalic', serif;
color:#fff;
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;
font-weight:400;
}

body {background:#111;}

#content {
width: 1200px;
margin: 0 auto;
padding: 0;
}

.header {width:1200px;height:249px;z-index:999;position:absolute;background:none;}


.logo {
	margin:0 auto;
	background: url(../images/logo.png) no-repeat;
	background-position: 20px 20px;
	z-index: 100;
	position: relative;
	width:100%;
	height:500px;
}



#sticky {
width: 330px;
padding: 7px 9px 0px 9px;
z-index: 999;
background:url(../images/form-bg.png) repeat;
position: relative;
margin: -960px 0 0 auto;
color:#fff;
text-align:center;
border:2px solid #fff;
height:960px;
}

#modalform {
	background:#000;text-align:center;padding:20px;position:relative;
}


/*sections*/
.section2 {
width:100%;
background-image: url(../images/shine.gif), url(../images/shine.gif);
background-position: center top, center bottom;
background-repeat: no-repeat, no-repeat;
padding:40px 0;font-size:16px;
}

.kitchen {background:url(../images/kitchen.jpg) center no-repeat;height:320px;width:300px;background-size:cover;}

.living {background:url(../images/living.jpg) center no-repeat;height:320px;width:300px;background-size:cover;margin:0 20px 0 40px;}

.lifestyle {background:url(../images/lifestyle.jpg) center no-repeat;height:250px;background-size:cover;margin:40px 20px 0 0px;}


.section3 {
width:100%;
background: #111;
padding:40px 0;

}

.modal-header {border:0;}
.close {font-size:30px;}

/*footer*/
.footer {
	clear:both;
	width:100%;
   	background:#111;
	padding:20px 0;
	
}

.footer-logo {
	width:275px;
	height:50px;
	background:url(../images/logos.png) no-repeat center;
	margin:auto;
}

.footer h2 {
    font-size: 12px;
    color: #FFF;
    background: none;
    padding: 0;
    margin: 30px 0 5px 0;
}

.footer ol li {
    color: #FFF;
    font-size: 12px;
}


/*buttons*/
.btn {
	display:inline-block;
	padding:10px 40px;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	font-size:18px;
	background:none!important;
	border-radius:0px!important;
	text-shadow:none;
	filter:none!important;
	border:2px solid #b4786d;
	color: #b4786d;
	line-height:100%;
	margin:20px 0 10px 0;
}

.btn:hover {border-color:#4c4c4c;color:#4c4c4c;}

/*typography*/

ul {
    list-style: disc outside none; 
    margin-left: 0; 
    padding-left: 0.6em;
}
li {
    padding-left: 0.6em;
}

ul li  {color:#fff;text-align:left;font-size:16px;line-height:120%;margin-bottom:20px;}

h1 {
font-size: 28px;
font-family: 'crimson_textitalic';
color: #fff;
text-align:center;
margin: 20px 0;
font-weight: 400;
}

h2 {
font-weight: 400;
font-size: 27px;
color: #fff;
text-align:center;
text-transform:uppercase;
margin: 0 0 20px 0;
padding: 0 0 30px 0;
background:url(../images/hr-white.gif) center bottom no-repeat;
font-family: 'crimson_textsemibold';
}


h3 {
font-weight: 400;
font-size: 32px;
color: #be6d4f;
text-align:center;
margin:20px 160px 50px 160px;
padding: 20px 0 20px 0;
font-family: 'crimson_textitalic';
background-image: url(../images/hr.gif), url(../images/hr.gif);
background-position: center top, center bottom;
background-repeat: no-repeat, no-repeat;
}


h4 {
font-weight: 300;
font-size: 32px;
color: #be6d4f;
text-align:left;
font-family: 'crimson_textitalic';
margin:40px 0 20px 0;
}

h5 {
font-weight: 400;
font-size: 32px;
color: #be6d4f;
text-align:center;
padding: 20px 0 20px 0;
font-family: 'crimson_textsemibold';
background-image: url(../images/hr.gif), url(../images/hr.gif);
background-position: center top, center bottom;
background-repeat: no-repeat, no-repeat;
text-transform:uppercase;
}




/*form*/
label {
width:auto;
}

#thankyou1,#sorry1 {
display:none;
color:#fff;
text-align: center;
padding:25px 0;
}


#thankyou1 p, #sorry1 p {
font-size:14px;
text-transform: uppercase;
font-weight:400;
font-family: 'crimson_textbold';
line-height:100%;
color:#fff;
}

#register {
margin:0;
padding: 15px 0 15px 0;
}

#register h3 {
    margin: 0;
    background-image: none;
    padding-top: 0;
    font-size: 28px;
    color: #be6d4f;
    font-family: 'crimson_textbold';
}

.register {
    font-size:18px; 
    font-weight:400;
    font-family: 'crimson_textsemibold';
    line-height:1.2;
    color: #be6d4f;
}

.register span {
    text-transform: uppercase;
    font-family: 'crimson_textbold';
    color: #FFF;
}

form, fieldset {
padding:0;
margin:0;
border:none;
}

fieldset {
padding:0px 0px;
}



input,label,a.selectbox-link span.selectbox-link-text {
font-size: 14px !important;
color: #fff !important;
-webkit-box-shadow: none;
box-shadow: none;
font-weight:normal;
font-family: 'crimson_textbold';
text-align:center!important;
text-transform:uppercase;
}

input {
width: 90%;
height: 45px;
border: 1px solid #fff;
margin: 0px 0 2px 1px;
padding: 0;
background:url(../images/form-bg.png) repeat;
text-align: center;

border-radius:0;
}

.input-field {
margin: 0 0px 15px 0px;
}


input:hover {
border:1px solid #cccccc !important;
}

a.selectbox-link:hover {
border: 1px solid #ffffff !important;
text-decoration:none!important;
}



a.selectbox-link {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height:45px;
    border: 1px solid #fff!important;
    filtern:none;
	background-image:none;
    background-color: #000!important;
   	margin: 0 auto;
    z-index: 10;
    padding: 10px 0 0 0;
	width:90%;
}




/* this set the styles for the hidden fields created by the link select javascript. */
/* the hidden field is 1x1px and is loaded behind the select list div. this allows us to properly position the validation message. */
input.hiddenfield {
width:1px;
height:1px;
border:0px;
float:right;
position:relative;
z-index: 1;
to//p:-30px;
left:-40px;
background: none;
}
/* you can fine tune the styles for the hidden fields by using the select field id.  */
input#Select_Something {
left:0px;
}

form p {position: relative; margin: 1px 0;}

form p label {
position: absolute;
top: 10px;
left: 0;
}


form fieldset p label {
width: 100%;
display: block;
font-size: 12px;
text-align: center;
}


label.infield {
margin:5px 0 0 0;
color:grey;
}

label.error {
margin:6px 0 0 0;
padding:0 0 0 4px;
background-color:#fff;
}

.button-link {
width: 90%;
height: 45px;
margin: 0;
padding: 0;
background: #fff;
border: none;
cursor: pointer;
filter:none;
background-image:none;
}



.button-link span.msg, .button-link span#msg {
text-align: center;
font-size: 14px;
text-transform: uppercase;
font-weight:400;
color:#000;
font-family: 'crimson_textbold';
}

#loadingbtn, #thankyou {
display:none;
}

body.browser-msie-10 .carousel-control.left {
margin-left:0;
}
body.browser-msie-10 .carousel-control.right {
margin-left:944px;
}

body.browser-safari .carousel-control.left {
margin-left:0;
}
body.browser-safari .carousel-control.right {
margin-left:944px;
}


#fancybox-outer {
background:#000000 url('../images/loading.gif') center center no-repeat;
}

/* Privacy Policy 
----------------------------------------------
----------------------------------------------
*/

.priv {margin:15px 30px;}

.privacy-policy {
font-size: 10px;text-align: center;
}

p.privacy-policy {
font-size: 10px;
font-family: Arial, sans-serif;
text-align: center;
padding: 0;
text-transform: none;
line-height: 10px;
}

a.policy-link {
color: #fff;
text-decoration: underline;
}

a:hover .policy-link {
text-decoration: none;
}

#privacy-policy {
display: none; 
font-family: Arial, sans-serif;
text-transform: none;
font-size: 10px;
line-height: 11px;
padding: 0;text-align: center;
}


/*#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
	background-color:#000;
	margin: -110px auto 0 auto;
	width:300px;
	padding:0 160px;
}*/
		
.modal-dialog  {width:1000px;}

#skyneedle {
        height:400px;
        width:1200px;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
		font-size:14px;
    }
    .gm-style-iw a {
        color: #4272db;
    }
	
	.gm-style-iw {
    max-width: 200px!important;
	height:auto;
}



/*Media Queries*/


@media (max-width: 1200px) { 

.container, #content {
width:100%;
}


.slidercontainer {margin-top:0px;}


#sticky {
width: 100%;
height: auto;
margin: 0 auto;
clear:both;
float:none;
}
.sp-buttons, .sp-arrow  {
	display:none;
}

.section2 {margin-top:0;}

h3 {margin:20px;

}

.stick {
display:none;}

.header {width:100%;}

#skyneedle {
        height:400px;
        width:auto;
    }

		

@media (max-width: 1024px) { 



}



@media screen and (min-width: 768px) {
	.modal-dialog  {width:auto;}
	
}

@media (max-width: 768px) { 
.header {width:100%;height:249px;z-index:9999;position:relative;background:#000;}
.logo {
	margin:0 auto;
	background: url(../images/logo.png) no-repeat;
	background-position: center;
	z-index: 100;
	position: relative;
	width:100%;
	height:249px;
}

input, .button-link {
width: 100%;
float:none;
}

.input-field {
float: none;
width: 100%;	
margin: 0 0 20px 0;
}

.kitchen {background:url(../images/kitchen.jpg) center no-repeat;height:320px;width:100%;background-size:cover;margin:20px 0;}

.living {background:url(../images/living.jpg) center no-repeat;height:320px;width:100%;background-size:cover;margin:20px 0;}

.lifestyle {background:url(../images/lifestyle.jpg) center no-repeat;height:250px;background-size:cover;margin:0 0 20px 0;}



}





@media (max-width: 480px) { 



}