h4 a:link, h4 a:visited{
	color:#000;	
}
h1.gold {
    color: rgb(192, 167, 114);
    letter-spacing: -1px;
    font-size: 2.3em;
	margin-top:0;
}
div.lead_capture_form-wrapper h3{
	margin-top:0;
	margin-bottom:0;	
}

.edit-post-lnk {
	
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.edit-post-lnk:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	color:#fff !important;
}
.edit-post-lnk:active {
	position:relative;
	top:1px;
}


div.frst{
	margin-top:176px;
}
div.owl-carousel-item-imgoverlay{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(98, 1, 159, .5);
	background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(98, 1, 159, .5) 1%, rgba(0, 0, 0, .8) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(98, 1, 159, .5) 1%, rgba(0, 0, 0, .8) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(98, 1, 159, .5) 1%, rgba(0, 0, 0, .8) 100%);
	background: radial-gradient(50% 55%, ellipse closest-corner, rgba(98, 1, 159, .5) 1%, rgba(0, 0, 0, .8) 100%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 0;
	height: 35%;
}

div.owl-carousel-item-imgtitle{
	font-size: 2.75em;
	font-weight: 800;
	color: #c0a772;
	margin: 0 0 .8em	
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
	text-decoration:none;
	color:#fff;
}
.myButton:active {
	position:relative;
	top:1px;
}
div.pimnj div input[type="submit"],
div.pimnj div button[type="submit"],
.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
div.pimnj div input[type="submit"]:hover,
div.pimnj div button[type="submit"]:hover,
.redButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
	color:#fff !important;
	text-decoration:none;
}
div.pimnj div input[type="submit"]:active,
div.pimnj div button[type="submit"]:active,
.redButton:active {
	position:relative;
	top:1px;
}



div.maximg img, div.offer_bg div img,
div.offer_bg_gr div img
 {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
div#gift_bg{
	background-image:url('../img/gift_bg.png');
	background-size:cover;
	background-repeat:no-repeat;	
	padding-top:1.5em;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
div#gift_bg p, div#gift_bg h3{
	margin-left:5%;	
}
div#gift_bg h3{
	font-size:2em;	
}
div#gift_bg img{
	border:1px solid #eeeeee;	
}
div.rule{
	width:100%;
	margin:1.5em 0;
	border-top:1px solid #000;	
}
div.spcer{
	width:100%;
	height:3em;
}

h3.royal{
	font-size:2.5em;
	letter-spacing:-1px;
	color:#c94160;
}
.col_hdr, .col_hdr_gr, .col_hdr_gld, .col_hdr_gld, .col_hdr_blk{
    display: block;
    width: 100%;
    color: #fff;
    background-color:#c94160;
    text-align: center;
    padding: 4px 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	margin-bottom:0;
}
.col_hdr_gr{
    background-color:#666;
}
.col_hdr_gld{
	background-color:#C0A772;
}
.col_hdr_gld{
    background-color:#C0A772;
}
.col_hdr_blk{
    background-color:#000000;
}
div.dancers{
	background-image:url(../img/purple_dancers.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right bottom;	
}

/*BOXED CONTENT*/
div#hero_content{
	padding:4%;	
}
div.offer_bg{
	background-color:#fff;
	width:100%;
	margin:0 auto 2em auto;
	padding-top:1em;
	border:1px solid #D43327;
}
div.offer_bg_gr{
	background-color:#fff;
	width:100%;
	margin:2em auto;
	padding-top:1em;
	border:1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.tint2{
	background-color:#fff;
	width:100%;
	margin:0 auto 2em auto;
	border:1px solid #D43327;
	padding:4%;
}
div.tint3{
	background-color:#fff;
	width:100%;
	margin:2em auto;
	border:1px solid #ccc;
	padding:4%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/*SIDEBAR USE WITH H3 HEADER BLOCKS*/
div.tint, div.sb_bg{
	background-color:#fff;
	width: 100%;
	padding: 1em 5%;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border:1px solid #ccc;	
}
div.sb_bg{
	background-color:#eee;	
}
div.sb_bg img.nest_thmb,
div.tint img.nest_thmb,
div.tint2 img.nest_thmb{
	margin:.5em 1em .2em 0
}
div.tint a.more-link:link, div.tint a.more-link:visited,
div.tint2 a.more-link:link, div.tint2 a.more-link:visited,
div.sb_bg a.more-link:link, div.sb_bg a.more-link:visited{
	color:#fff;	
}
div.tint a.more-link:hover,
div.tint2 a.more-link:hover,
div.sb_bg a.more-link:hover{
	color:#000;	
}

div.sb_bg input[type="text"],
div.sb_bg input[type="email"],
div.sb_bg input[type="tel"],
div.sb_bg textarea{
	width:100%;	
}

img.alignright{
	float:right;
	margin: 6px 0 12px 12px;	
}
.col-md-4 img.alignright, div.tint img.nest_thmb, div.tint2 img.nest_thmb{
	max-width:160px;
	height:auto;	
}
img.nest_thmb, img.alignleft{
	float:left;
	margin: 6px 12px 0 1em;	
}
img.offer_img{
	margin-bottom: -19px;
	position: relative;
	bottom: 0px;
	left: 0px;	
}
div#lead_form_wrap{
	background-color:#c0a771;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding:2%;	
border:3px solid #d9caaf;
}
div.tmp_4 h2{
		font-size:26px;
}
div.tmp_4 h3{
    font-size: 2.5em!important;
    letter-spacing: -1px;
    color: #c94160!important;
}
div.tmp_7 h3{
    font-size: 2.5em!important;
    letter-spacing: -1px;
    color: #666!important;
	font-weight: inherit;
	display:block;
	width:100%;
	border-bottom:1px solid #666; 
	margin-bottom:1em!important;
	line-height: normal;
}
div.pimnj div h3{
	text-align:center;
	color:#fff;
	text-shadow: 4px 4px 2px rgba(81, 70, 46, 1);
	margin-bottom:4px;
}
div.offer_bg.clearfix.pimnj.wt div h3,
div.offer_bg_gr.clearfix.pimnj.wt div h3{
	color: #c0a772;
	text-shadow: none;
	text-align:left;
}
div.wt div div div h3.lead_capture_form-header,
div.pimnj div h3.lead_capture_form-header{
	color:#000;
	text-shadow: none;
}
div#content h3.lead_capture_form-header{
	color:#fff;
	text-shadow: 3px 3px 2px rgba(81, 70, 46, 1);
}


div.pimnj div div label{
		color:#000!important;
}
div.pimnj div div .lead_capture_form input{
	border-radius: 0px;
	padding: 6px 12px;
	font-size: 14px!important;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}

div.pimnj div div.lead_capture_form-wrapper, div.pimnj div.lead_capture_form-wrapper{
	background-color: transparent !important;
	padding:0!important;
	margin: 20px 5% !important;
	border:none;
	width:90%;
}

div#fade{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,cbb590+100 */


background-image:url(../img/fade_swoop.png), -moz-linear-gradient(top,  rgba(255,255,255,1) 100%, rgba(203,181,144,1) 100%); /* FF3.6-15 */

background-image:url(../img/fade_swoop.png), -webkit-linear-gradient(top,  rgba(255,255,255,1) 100%,rgba(203,181,144,1) 100%); /* Chrome10-25,Safari5.1-6 */

background-image:url(../img/fade_swoop.png), linear-gradient(to bottom,  rgba(255,255,255,1) 100%,rgba(203,181,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

background-image:url(../img/fade_swoop.png), filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbb590',GradientType=0 ); /* IE6-9 */

background-position:bottom left;
background-repeat:no-repeat;
background-size: 100%;

}

div#vbg{
	width:100%;
	height:460px;
	margin-top:-21px;
	padding-top:2em;	
}
div#vbg div div img{
	border:1px solid #fff;	
}
div#vbg div div.white p{
	color:#fff;	
}

div#hero{
	width:100%;
	height:auto;
	margin-top:-21px;
	padding-top:4em;	
	padding-bottom:16em;
	background-repeat:no-repeat;
	background-size:cover;
}
#hero img{
	border:1px solid #fff;
}

@media only screen and (max-width : 480px) {
	div#hero{
	background-size: auto 400px;
	background-position: center top;
	}
}