/* # Genesis Sample Child Theme  
Template: genesis
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	
	margin: 0;
	 background-color: #ffffff;
    background-image: url("images/bg.jpg");
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	/*margin: 0 0 28px;*/
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */


	
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 5px;
    
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

/*Sale page css*/
.top-header2 a  {color:#9b1a17; text-decoration:none;}
.top-header2 a:hover { text-decoration:underline;}
.cont { width:100%; max-width:960px; margin:0 auto; font-family: 'Raleway'; font-weight: 600; }
.top-header2 a:hover { text-decoration:underline;}
.top-header2 { font-weight:100; font-size:14px;  }
.top-header2 b, .top-header h2 { color:#9b1a17;  }
.top-header2 h2 { font-size:43px; margin:25px 0px; width:100%; font-family: 'Oswald';}

.right { float:right; width:50%; }
.card-links ul { margin:0px; padding:0px;}
.card-links ul li { list-style:none; float:left; width:100%; font-size:18px;}
.card-links ul li a { float:left; padding:5px 0px; line-height:20px;}
.card-links ul li a:hover { color:#76c04d;}
.card-links ul li input, .f-bottom input { background:#76c04d; border:none; font-family: 'Oswald'; font-size:35px; color:#fff; padding:10px 0px; text-align:center;
width:100%; float:left; margin:10px 0px; border-radius:10px; cursor:pointer;  }
.card-links ul li input:hover, .f-bottom input:hover { background:#814626;}
.products, .chris-card { float:left; margin:25px 0px; width:100%;}
.products li {
    float: left;
    list-style: none outside none;
    padding: 1px 0;
}

.footer-2 { float:left; position:relative; width:100%;}
.footer-2 ul li { list-style:none; float:left; width:100%;}
.footer-2 ul li.provide { position:absolute; bottom:20px; right:0px; float:right; text-align:right;
}
/*End*/

.wrap {
	margin: 0 auto;
/*		max-width: 1200px;*/
  max-width: 1056px;
  }
  

.site-inner {
	clear: both;
	/*padding-top: 40px;*/
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 315px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.page .entry-title {
	font-size: 36px;
	display:none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 95px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

.site-header .wrap {
	padding: 0px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 525px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	width:50%;
}
#text-13 { float:right; margin-top:-10px; }
#text-13 section { margin-right:10px }
#text-13 .grid-left-0 { margin-top:5px }
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	margin-top: 20px;
		/*width: 100%;*/
		text-align:center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #ac9a74;
	display: block;
	padding: 20px 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	/*background:#dfdfdf;*/
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #555;
	border-top: none;
	font-size: 14px;
	padding: 15px;
	position: relative;
	width: 200px;
}
.video_temp { width:300px; float:left; margin:10px 20px; height:200px; }
.video_temp img { max-width:250px; max-height:100px; }
.genesis-nav-menu .sub-menu a:hover{background:#972E2E;color:#fff;}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
	padding: 10px 0;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	padding:15px 0px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	/*padding: 50px 60px;*/
}

.content .entry {
	/*background-color: #fff;*/
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 0;
    padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}
/*css by harishanker*/
#wrapper-18, div.wrapper-mirroring-18 {
    background-color: #ac9a74;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
}
div.wrapper.wrapper-fluid {
    box-sizing: border-box;
    width: 100%;
}
div.wrapper {
    box-shadow: 1px 1px 8px #c7c7c7;
}
div.wrapper {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
div.grid-container {
    height: auto;
}
div.grid-container {
    height: auto;
}
div.grid-fluid-24-40-0 .column-1.grid-left-5 {
    margin-left: 20.8333%;
}
div.grid-fluid-24-40-0 .grid-width-14 {
    width: 58.3333%;
}
.column {
    float: left;
}

#block-22 {
    min-height: 90px;
}
.block {
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

div.block-content {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.block-type-content div.loop {
    box-sizing: border-box;
    clear: both;
    float: left;
    width: 100%;
}

.block-type-content .hentry {
    box-sizing: border-box;
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    width: 100%;
}

.block-type-content div.entry-content, .block-type-content div.entry-content p {
    color: #555555;
    font-size: 14px;
    line-height: 180%;
}


.block-type-content div.entry-content {
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
}


div#wrapper-46.responsive-grid {
    max-width: 920px;
    width: auto !important;
}
div#wrapper-46 {
    width: 920px;
}
#wrapper-46, div.wrapper-mirroring-46 {
    background-color: rgba(238, 238, 238, 0.13);
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
div.wrapper {
    box-shadow: 1px 1px 8px #c7c7c7;
}
div.wrapper {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

div.grid-fluid-23-40-0 .grid-width-7 {
    width: 30.4348%;
}
div.grid-fluid-23-40-0 .column {
    margin-left: 0;
}
.column-1.grid-left-0 {
    margin-left: 0 !important;
}
.column {
    float: left;
}

#block-13 {
  
    margin-bottom: 0;
    margin-top: 0;
}
#block-13 {
    min-height: 170px;
}
.block {
    overflow-x: hidden;
    overflow-y: hidden;
}
.block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: medium;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
div.block-content {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

h2.design {
    color: #ac9a74;
    font-family: "Raleway",sans-serif;
    font-size: 78px !important;
    margin-bottom: 14px;
   
    text-align: center;
    text-shadow: -2px 2px 0 rgba(54, 54, 54, 0.1);
}
h2 {
    font-family: "Raleway",sans-serif !important;
    font-size: 30px;
    line-height: 1.25em;
    margin-left: 0;
    margin-right: 0;
	color:#ac9a74;
}

h3.design2 {
    color: #ac9a74;
   font-family: "Raleway",sans-serif;
font-size: 14px !important;
margin-bottom: 22px;
text-align: center;
margin-top: -10px;
}

#block-12 {
    margin-bottom: 10px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: center;
float: left;
margin-top: -70px;
}
#block-12 {
    height: 90px;
}
.element {
    margin-top: -84px;
}
.block-fixed-height div.block-content, body.visual-editor-iframe-grid div.block-content 
{
    height: 100%;
}
div.block-content {
    display: block;
    float: left;
    width: 100%;
}

.block-fixed-height div.block-content, body.visual-editor-iframe-grid div.block-content {
    height: 100%;
}
div.block-content {
    display: block;
    float: left;
    width: 100%;
}

#block-14 {
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
#block-14 {
    min-height: 220px;
}

div.block-content {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
#fancybox-overlay {
    background: rgba(0, 0, 0, 0.7) !important;
    display: none;
    height: 100% !important;
    left: 0;
    overflow: hidden !important;
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 1001 !important;
}
h2.h {
    color: #ac9a74;
    font-family: "Raleway",sans-serif !important;
    font-size: 20px !important;
   
    text-align: center;
}

h3.ben {
color: #333 !important;
font-family: "Arial",sans-serif !important;
font-size: 14px !important;
text-align: center;
margin-bottom: 33px;
}

div.grid-fluid-23-40-0 .grid-width-15 {
    width: 65.2174%;
}
div.grid-fluid-23-40-0 .grid-left-1 {
    margin-left: 4.34783%;
}

#block-9 {
    background-color: rgba(255, 255, 255, 0.22);
    font-family: arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
#block-9 {
    min-height: 480px;
}

div.block-content {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

p.headline {
    color: #ac9a74 !important;
    font-family: "Oswald",sans-serif !important;
    font-weight: bold;
    font-size: 30px !important;
    margin-top: 4px !important;
    text-align: center !important;
    text-shadow: -2px 2px 0 rgba(54, 54, 54, 0.1);
}

p.title {
    color: #ac9a74 !important;
    font-family: "Georgia",sans-serif !important;
    font-size: 20px !important;
    margin-top: 20px !important;
    text-align: center !important;
}

p.title2 {
    font-family: "Arial",sans-serif !important;
    font-size: 14px !important;
    margin-top: 16px !important;
    text-align: center !important;
}

p.desc {
    color: #333 !important;
    font-family: "Arial",sans-serif !important;
    font-size: 16px !important;
    line-height: 1.35em;
    margin-top: 14px !important;
}

p.close {
    color: #ac9a74 !important;
    font-family: "Georgia",sans-serif !important;
    font-size: 18px !important;
    line-height: 1.35em;
    margin-bottom: 30px !important;
    margin-top: 14px !important;
    text-align: center;
}

div.grid-fluid-23-40-0 .grid-width-14 {
    /*width: 60.8696%;*/
	width: 57.5%;
}
div.grid-fluid-23-40-0 .column {
    margin-left: 0;
}
.column-1.grid-left-0 {
    margin-left: 0 !important;
}

#block-10 {
    background-color: rgba(255, 255, 255, 0.22);
    margin-bottom: 0;
   /* margin-top: 30px;*/
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}
#block-10 {
    min-height: 180px;
}

div.block-content {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

#block-10 .hwr-testimonials .hwr-block-title {
    color: #ac9a74;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}
.block-type-hwr-testimonials .hwr-testimonials .hwr-block-title {
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}
.hwr-testimonials * {
    box-sizing: border-box;
}

.hwr-testimonials .hwr-slider {
    height: auto;
    position: relative;
}
.hwr-testimonials * {
    box-sizing: border-box;
}

.hwr-testimonials .hwr-slider .hwr-content-wrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: visible !important;
    overflow-y: visible !important;
    position: relative;
}
.block-type-hwr-testimonials .hwr-testimonials .hwr-content-wrap {
    background-color: rgba(255, 255, 255, 0.22);
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #dddddd;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #dddddd;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
}
.hwr-testimonials * {
    box-sizing: border-box;
}

div.grid-fluid-23-40-0 .grid-width-8 {
    width: 34.7826%;
}
div.grid-fluid-23-40-0 .grid-left-1 {
    margin-left: 4.34783%;
}

#block-151 {
    margin-top: 30px;
}
#block-151 {
    min-height: 180px;
}
.site-footer
{
background:#333333;
color:#fff;
}
.section2
{
width:100%;
float:left;
margin-top:20px;
}
.testi
{
float:left;
width:100%;
margin-left:0px;
}
.testi .sldr_title
{
text-align:center;
   color: #ac9a74;
    font-family: Oswald !important;
    font-size: 30px;
    font-style: normal;
	margin-bottom:15px !important;
    font-weight: normal !important;
}
.fblike
{
float:right;
width:39%;
}
.nav-primary
{
 float: left;
 margin-top: 4px;
 max-width: 600px;
 width:100%;
}

.nav-primary ul li a:hover{background:none;}
.download_newsletter
{
width:100%;
margin:0 auto;
text-align:center;
}
.single-post .site-inner { width:1056px; margin:0 auto; }
.page .site-inner { width:1056px; margin:0 auto; }

#wrapper-53, div.wrapper-mirroring-53 {
    background:url(images/main4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    z-index: 9999;
	padding:70px 0px;


}
div.wrapper.wrapper-fluid {
    box-sizing: border-box;
    width: 100%;
}


div#wrapper-56.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-56 {
    width: 960px;
}
#wrapper-56, div.wrapper-mirroring-56 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: 0;
   /* padding-bottom: 25px;*/
}

div.grid-fluid-24-40-0 .grid-width-13 {
    width: 54.1667%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}
.column-1.grid-left-0 {
    margin-left: 0 !important;
}

#block-45 {
    min-height: 30px;
}


.block-type-slider .flexslider {
    /*margin-bottom: 30px;*/
    overflow-x: visible;
    overflow-y: visible;
}
.flexslider {
    position: relative;
}
.flexslider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#block-45 .flex-viewport {
 /*   margin-top: 30px;*/
}
.block-type-slider .flex-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
}
.flex-viewport {
    max-height: 2000px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
}

.flexslider-no-slide .slides > li {
    display: block;
    width: 100%;
}
.flexslider .slides > li {
    position: relative;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}

div.grid-fluid-24-40-0 .grid-width-11 {
    width: 45.8333%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}

#block-48 {
    margin-bottom: 0;
    margin-top: 40px;
    padding-bottom: 0;
    padding-left: 30px;
   /* padding-right: 30px;*/
}
#block-48 {
    min-height: 300px;
}
div.block-content p{color: #333;
    font-family: "Georgia",sans-serif;
    font-size: 16px;
    line-height: 1.5em;
	}

div#wrapper-70.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-70 {
    width: 960px;
}
#wrapper-70, div.wrapper-mirroring-70 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    margin-bottom: 0;
    /*margin-top: 20px;*/
    padding-bottom: 5px;
  padding-top: 10px;
}

div.grid-fluid-24-40-0 .column-1.grid-left-1 {
    margin-left: 4.16667%;
}
div.grid-fluid-24-40-0 .grid-width-7 {
    width: 29.1667%; background:rgba(255, 255, 255, 0.22);
}
.grid-width-7 { background:rgba(255, 255, 255, 0.22); } 
#wrapper-70 .grid-width-7 { background:none!important; }
#block-46 .sldr_title { display:none; }

#block-46  .hwr-block-title {
    color: #ac9a74;
    font-family: Oswald;
    font-size: 30px;
}
.page-id-1610 .content-sidebar-wrap { width:100%!important; }
#block-61 {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: -25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}
#block-61 {
    min-height: 290px;
}

div.grid-fluid-24-40-0 .grid-width-6 {
    width: 25%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}

#block-58 {
    min-height: 30px;
}

div.grid-fluid-24-40-0 .grid-width-6 {
    width: 25%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}

#block-59 {
    min-height: 30px;
}

div.grid-fluid-24-40-0 .column-1.grid-left-16 {
    margin-left: 66.6667%;
}
div.grid-fluid-24-40-0 .grid-width-7 {
    width: 29.1667%;
}

#block-64 {
    margin-top: -173px;
}
#block-64 {
    min-height: 170px;
}
.nolimits{margin:0 0 0 15px;}
h3.no {
    color: #ac9a74;
    font-family: "Raleway",sans-serif !important;
    font-size: 18px !important;
    text-align: left;
}

div#wrapper-58.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-58 {
    width: 960px;
}
#wrapper-58, div.wrapper-mirroring-58 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: 0;
   /* padding-bottom: 45px;
    padding-top: 25px;*/
}

div.grid-fluid-24-40-0 .grid-width-13 {
    width: 54.1667%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}

#block-42 {
    min-height: 30px;
}

div.grid-fluid-24-40-0 .grid-width-11 {
    width: 45.8333%;
}

#block-43 {
    background-color: rgba(255, 255, 255, 0);
    margin-top: -5px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}
#block-43 {
    min-height: 300px;
}

div#wrapper-61.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-61 {
    width: 960px;
}
#wrapper-61, div.wrapper-mirroring-61 {
    background-color: rgba(255, 255, 255, 0);
   background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: 0;
}

div.grid-fluid-24-40-0 .grid-width-10 {
    width: 41.6667%;
}

div.grid-fluid-24-40-0 .grid-width-14 {
    width: 58.3333%;
}

#block-40 {
    min-height: 30px;
}

div#wrapper-60.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-60 {
    width: 960px;
}
#wrapper-60, div.wrapper-mirroring-60 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 60px;
    padding-top: 15px;
}

#block-39 {
    margin-top: 30px;
}
#block-39 {
    min-height: 30px;
}

.block-type-slider .flex-viewport {
    overflow-x: hidden;
    overflow-y: hidden;
}
.flex-viewport {
    max-height: 2000px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
}

div.grid-fluid-24-40-0 .grid-width-11 {
    width: 45.8333%;
}
div.grid-fluid-24-40-0 .column {
    margin-left: 0;
}

#block-38 {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
    margin-top: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
#block-38 {
    min-height: 300px;
}

div#wrapper-73.responsive-grid {
    max-width: 960px;
    width: auto !important;
}
div#wrapper-73 {
    width: 960px;
}
#wrapper-73, div.wrapper-mirroring-73 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("images/shadow1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 rgba(199, 199, 199, 0);
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 50px;
}

div.grid-fluid-24-40-0 .grid-width-11 {
    width: 45.8333%;
}

#block-37 {
    margin-top: -30px;
}
#block-37 {
    min-height: 132px;
}

div.grid-fluid-24-40-0 .grid-width-13 {
    width: 54.1667%;
}

#block-46 {
    min-height: 130px;
	margin-top:-30px;
	text-align:center;
}

div#wrapper-111.responsive-grid {
    max-width: 480px;
    width: auto !important;
}
div#wrapper-111 {
    width: 480px;
}
#wrapper-111, div.wrapper-mirroring-111 {
    background-color: rgba(255, 255, 255, 0.2);
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
	padding: 0 15px;
}
#mm-preview-settings-bar { height:38px!important;  padding-top: 7px!important; }
.blg_post { width:70%; float:left; }
.blg_post h2 { margin-top:10px;  color: #AC9A74; font-size: 28px; font-style: normal; font-weight: bold; } 

.blg_cnt { width:100%; float;left; margin:25px 0px; }
.blg_cnt h2 a { color: #AC9A74!important;  }
.prev { width:200px; float:left; margin-bottom:80px; }
.next{ width:200px; float:right; margin-bottom:80px; }
.blg_cnt b { color: #818181; font-family:Oswald; font-size: 14px; font-weight: 100; margin-bottom: 2px; }
.heading{font-family: Raleway; font-size: 26px; color: #FFFFFF; line-height: 130%; margin-top: 100px;}
h1.entry-title {  color: #ac9a74; font-size: 24px; margin-top:35px;  }
#block-214 div.entry-content h1 {
font-family: Raleway;
font-size: 28px;
color: #AC9A74;
line-height: 130%;
margin-top: 0px;
padding-left: 0px;
padding-right: 0px;
font-style: normal;
font-weight: bold;
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
}
#block-214 div.entry-content h3 {
color: #515151;
font-style: normal;
font-weight: bold;
font-size: 14px;
padding-right: 40px;
padding-left: 40px;
margin-bottom: 0px;
padding-bottom: 0px;
font-family: 'Raleway', sans-serif!important;
text-align:center;
line-height:32px;

}

#wd_head .block-type-content .hentry { padding-top:0px!important; }
#block-b9m53d66893bd6d8 .type-page {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border-color: #AC9A74;
border-style: dashed;
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
}
#block-b9m53d66893bd6d8 div.entry-content h3 {
font-size: 22px;
font-style: italic;
font-weight: bold;
font-family: Raleway;
color: #000000;
text-align:center;
}
#block-baw53d66df2050aa div.entry-content h4 {
font-style: normal;
font-weight: bold;
font-family: Raleway;
font-size: 18px;
text-align: center;
}
#wd_head div.wrapper { box-shadow:none; }
#wd_head { margin:30px auto; background:#fff; padding:0px 10px; }
#wd_check { width:970px; margin:20px auto; background:#fff; padding:20px 55px;  }
.mm-checkoutSection  { width: 245px!important; }
.heading-sub{color: #DADADA;
font-family: Raleway;
font-size: 16px;
line-height: 180%;text-align:center;}
.heading-osw{font-family: Oswald;font-size: 26px;
color: #FFFFFF;
line-height: 130%;text-align:center; margin-top:35px;}
.testimonial_slider__default .testimonial_nav a {
margin: 24px 5px 0 0 !important;
}
.site-footer p{color:#AC9A74}
.page-id-1610 .entry-header h1{display:none;}

div.grid-fluid-24-40-0 .column-1.grid-left-6 {
    margin-left: 25%;
}
div.grid-fluid-24-40-0 .grid-width-12 {
    width: 50%;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	margin-left: 0px !important;
}
.album_temp
{
/*width: 23.5%;
float: left;
/* background: #fff; 
margin-right: 1.5%;*/
 background-color: #eee;
    display: inline-block;



  
}
.page-template-category_postscategory-php .site-inner { width:1056px; margin:30px auto; }

.page-id-130 .entry-header h1{display:none;}
h1.title3 {
    color: #ac9a74;
    font-family: "Raleway",sans-serif !important;
    font-size: 30px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    text-align: center;
}
div#wrapper-109.responsive-grid {
    max-width: 1200px;
    width: auto !important;
}
.page-id-130  div.wrapper {
    box-shadow: 0px 0px 0px #c7c7c7 !important;
}
.subscriber #leadpages-form-wrapper
{
width: 44%;
margin: 0 auto;
position: absolute;
left: 0px;
right: 0px;
top: -70px;
}
.subscriber #leadpages-form-wrapper fieldset { border:0px!important; }
.controls input { padding: 15px 12px!important;
width: 450px!important;
margin-left: 90px;
margin-top: 10px;
 }

#block-b0g53d00353a523f  {
background-color: #FFFFFF;
padding-top: 50px;
padding-right: 50px;
padding-bottom: 50px;
padding-left: 50px;
margin-top: 30px;
margin-bottom: 170px;
}
#block-b0g53d00353a523f h1 {
color: #AC9A74;
text-align: center;
font-size:24px!important;
}
#leadpages-close-button {
   font-size: 38px;

position: absolute;
top: -24px;
right: -13px;
background-color: #000;
height: 30px;
padding: 0px!important;
display: block;
float: right;
margin-top: 10px;
border-radius: 50%;
line-height: 15px;
color: #fff!important;
padding: 4px!important;
border: 1px solid #fff;
}
}
#leadpages-close-button:hover {
cursor:pointer;
}
.blg_cat{width: 60%;
float: left;}
#wrapper-62, div.wrapper-mirroring-62 {
margin-top: 0px;
background-color: rgba(255,255,255,0.2);
box-shadow: rgba(255,255,255,0) 1px 0px 0px;
padding-top: 15px;
padding-bottom: 0px;
margin-bottom: 0px;
}
div#wrapper-62.responsive-grid {
width: auto !important;
max-width: 960px;
}
.page-id-1266 .entry-title{display:none;}
div#wrapper-101.responsive-grid {
width: auto !important;
max-width: 960px;
}
#wrapper-101, div.wrapper-mirroring-101 {
background-color: rgba(255,255,255,0.2);
box-shadow: rgba(255,255,255,0) 0px 0px 0px;
}
div.wrapper {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
box-shadow: #c7c7c7 1px 1px 8px;
margin-bottom: 30px;
}
.page-id-585 .entry-title{display:none;}
div#wrapper-107.responsive-grid {
width: auto !important;
max-width: 960px;
}
#wrapper-107, div.wrapper-mirroring-107 {
background-color: rgba(255,255,255,0.2);
box-shadow: rgba(255,255,255,0) 0px 0px 0px;
}
.page-id-2046 .entry-title{display:none;}
.pro_det{width:100%;margin-top:20px;}
.pro{padding:1%;float:left;}
.pro img{margin:0px;}
.pro h6{margin: 0px;
line-height: 41px;
background: #f3f3f3;
padding: 10px;
border-bottom: 4px solid #ffa751;
text-align: center;
color: #ffa751;
font-size: 21px;}
.pro p{margin: 0px;
line-height: 41px;
background: #f3f3f3;
padding: 10px;
border-bottom: 4px solid #ffa751;
text-align: center;
color: #ffa751;
font-size: 21px;}
div#wrapper-90.responsive-grid {
width: auto !important;
max-width: 960px;
}
#wrapper-90, div.wrapper-mirroring-90 {
background-color: rgba(255,255,255,0.2);
box-shadow: rgba(255,255,255,0) 0px 0px 0px;
}
.title_nme{font-size: 13px;
color: #333;
background: #fff;
padding: 7px;
border-bottom: 1px solid #ccc;margin:0px;text-align:center;}
.title_nme a{color: #333;}
.album_temp h2{
font-family: Oswald !important;
font-size: 22px;
text-align: center;
margin:0px;
border-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
background: #fff;
color: #E7A10D;padding: 20px 0;}

.album_img{height:auto;
}


.album_temp {
    margin-right: 1.3%;
    width: 245px;
	margin-bottom:2%;
}
.album_temp img{max-width: 245px;
height: auto;}
.album_temp{transition-duration: 0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s;  
 transform: scale(1);
	-moz-transform:scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1); }
.album_temp:hover{box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
    transform: scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    z-index: 100;}

.album_temp .prc{font-size: 12px;
color: #333;
background: #fff;
padding: 7px;
border-top: 1px solid #ccc;
border-bottom: 4px solid #E7A10D;
margin:0px;text-align:center;
}
.desc_top { width:740px; margin:0 auto; margin-bottom:40px; }
.desc_top p { color: #555555;  font-family: "Georgia",sans-serif !important; font-size: 16px !important; line-height:28px;}
.desc_top .pst_heading { text-align:center; margin-bottom:10px!important;   color: #ab9972; font-family: Raleway; font-size: 30px;   
font-style: normal;  font-weight: bold; padding-bottom:0px; }
.site-footer a { color:#ac9a74!important; text-decoration:underline; }
.site-footer a:hover { color:#ac9a74!important; }
.pst_heading{  color: #ac9a74;  font-family: Oswald;  font-size: 24px; margin: 0 0 30px; text-align: center; }
.page-id-6813 .content-sidebar-wrap { width:1056px; margin:0 auto; }
.page-template-template_nonavigation-php .site-header { background:#333!important; margin-top:0px; min-height:95px!important;  }
#wrapper-w6554185d1758a30 { background:rgba(255, 255, 255, 0.2); margin-top:20px; }
.page-template-template_nonavigation-php .site-title { margin-top:0px; }
#wrapper-w6554185d1758a30 .grid-left-3 {
    margin-left: 12.5%;
}
#wrapper-w6554185d1758a30 .grid-fluid-24-42-0 .grid-width-18 {
    width: 75%;
}

#wrapper-w6554185d1758a30 .grid-width-7 , #wrapper-w6554185d1758a30 .grid-width-8 {  margin-left: 4.16667%; background:none!important; }
#wrapper-w6554185d1758a30 .grid-left-6   { margin-left: 25%; width: 50%; } 
#wrapper-w6554185d1758a30  #block-b3154188f229623f {
    color: #0e6739;
    font-family: Raleway;
    font-size: 12px;
    text-align: center;
}
#wrapper-w6554185d1758a30 .grid-width-24 { margin-left:3%!important; }
#wrapper-w6554185d1758a30  .grid-width-18 { margin-left:21.5%!important; }
#block-bzu5418911c8913c {
    color: #ac9a74;
    font-family: Oswald;
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 20px;
    text-align: center;
	width:100%;
	margin-bottom:25px;
	margin-left:25%;
}

#wrapper-wf453c5b05c87adc1  {

width: 1056px;
margin:0 auto;
}

#block-b0g53d00353a523f.block-original-bp553d2a249729cc {
min-height: 360px;
margin:0 auto;
background:#fff;
padding:50px;
}
#block-b0g53d00353a523f .entry-title {
color: #AC9A74;
text-align: center;
}
#block-b0g53d00353a523f div.entry-content, #block-b0g53d00353a523f div.entry-content p {
font-size: 15px;
font-family: georgia,serif;
}
div#wrapper-wbf53d2a2496ae6b.responsive-grid {
width: auto !important;
max-width: 960px;
margin:20px auto;
}
.single-post .entry-content { width:650px; float:left; margin-right:50px; }
.single-post .entry-footer { width:300px; float:left; }
.dnld  a { background: none repeat scroll 0 0 #972a27 !important;
    border-radius: 8px;
    color: #fff !important;
    display: block;
    font-size: 18pt;
    margin-bottom: 15px;
    padding: 11px 12px;
    text-align: center;
    width: 275px;
    font-family: "Raleway"; 
	border-right:2px solid #5F2220;
	border-bottom:2px solid #5F2220;
	}
.bddr { border:1px solid #bcb5bc; float:left; border-radius:5px; margin-bottom:15px; padding:0px 8px; width:92%; }
/* Customization by AB */
.welcome {
  width:100%;
  height:100px;
  border:0px solid #000;
  background:#333333;
}
.card-links ul li input, .f-bottom input {
  max-width: 488px;
}
.card-links ul li a {
  width: 100%;
}
.card-links ul li {
  color: #812320;
  line-height: 30px;
}
.top-header2 span {
  color: #9b1a17;
}
.site-title:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.site-description {
  height: 0;
  margin: 0;
  visibility: hidden;
}
.header-image .site-description,
.header-image .site-title {
  width: 100%;
}
.wrap > div#title-area {
  margin: auto;
  text-align: center;
  width: 260px;
  float:left;
}
#text-13.widget.widget_text {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 180px;
 margin-top:45px;
  }
header.site-header {
  background: #333333;
}
header.site-header .wrap {

}
.site-container > div {
  background: transparent !important;
}
.footer-2 ul li.provide {
  bottom: -18px;
  font-size: 14px;
}
.f-bottom.right {
  float: none;
  margin: auto;
  max-width: 488px;
}
.footer-2 {
  margin-bottom: 20px;
}

.page-id-9022 .welcome,
.page-id-9022 nav,
.page-id-9443 .welcome,
.page-id-9443 nav,
.page-id-9449 .welcome,
.page-id-9449 nav,
.page-id-9551 .welcome,
.page-id-9551 nav,
.page-id-9528 .welcome,
.page-id-9528 nav {
  display: none;
}
.page-id-9022 .site-container > .site-inner,
.page-id-9443 .site-container > .site-inner,
.page-id-9449 .site-container > .site-inner,
.page-id-9551 .site-container > .site-inner {
  padding-top: 25px;
}
.top-header2 h2 {
  text-align: center;
}
.page .site-inner,
#wrapper-wf453c5b05c87adc1,
.archive .site-inner {
  width: auto;
  max-width: 1056px;
}
.page-template-freebies-php .duplicate-content,
.page-id-9532 .duplicate-content {
  margin: auto;
  width: 550px;
}
.page-template-freebies-php .duplicate-content > p,
.page-template-freebies-php .duplicate-content > center,
.page-template-freebies-php .desc_top .fb-comments.fb_iframe_widget,
.page-id-9532 .duplicate-content > p,
.page-id-9532 .duplicate-content > center,
.page-id-9532 .desc_top .fb-comments.fb_iframe_widget {
  display: none;
}

/* NEW THANK YOU PAGE*/
.page-template-sale-page-php .cont {
	max-width: 913px;
}
.top-header2 .banner {
  background: url("/wp-content/uploads/2014/10/TopBanner.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
  height: 64px;
}
.top-header2 .banner > p {
  float: left;
  font-family: "Raleway";
  font-weight: 600;
  line-height: 45px;
  margin: 0;
}
.top-header2 .banner > p.aleft {
  color: white;
  font-size: 24px;
  margin-left: 23px;
  text-transform: uppercase;
}
.top-header2 .banner > p.aright {
  margin-left: 93px;
}
.top-header2 .banner-below h2 {
  color: #7b0000 !important;
  font: 800 24px "Raleway";
  margin: 10px 0 0;
}
.top-header2 .banner-below > p {
  font: 600 14px "Raleway";
  margin: 0;
  color: #444;
  text-align: center;
}
.card-temp {
  margin-top: 30px;
}
.card-temp > div {
  float: left;
}
.card-temp .pleft {
  background: #e1d485;
  height: 400px;
  width: 590px;
  overflow: hidden;
}
.card-temp .pleft img {
	max-width: 100%;
	height: auto;
}
.card-temp .pright {
  margin-left: 25px;
  width: 298px;
}
.pright > p {
  margin: 0;
}
.card-temp .pright input,
.cart-button input {
  background: #76c04d;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: 400 23px "Oswald";
  height: 38px;
  margin: 0;
  max-width: 280px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 100%;
}
.card-temp .pright input:hover,
.cart-button input:hover {
	background:#814626;
}
.features {
  margin: 40px 0;
}
.features > li {
  color: #7b0000;
  font-size: 14px;
  line-height: 30px;
}
.features > li:before {
  content: "** ";
}
.pright > img {
  display: block;
  margin: auto;
}
.cart-button {
  margin: 35px 0;
  text-align: center;
}
.cart-button > p {
  font: 600 14px "Raleway";
  margin: 8px 0;
  color: #444;
}
.cart-button input {
  font-size: 36px;
  height: 66px;
  max-width: 492px;
}
.author-bio {
  margin-bottom: 50px;
}
.author-bio > img {
  float: left;
  margin: 0 12px 12px 0;
}
.author-bio > p {
  color: #292929;
  font: 600 14px "Raleway";
}
.author-bio p:nth-child(2) {
  padding-top: 1px;
}
.rave-review .banner {
  background: url("/wp-content/uploads/2014/10/Rave_Review_Banner.png") no-repeat;
  height: 64px;
}
.rave-review .banner-new {
  background: url("/wp-content/uploads/2014/10/Rave_Review_Banner2.png") no-repeat;
  height: 64px;
}
.rave-review .banner p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
}
.rave-review .banner-new p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
}
.rave-review > section {
  border-bottom: 1px solid #e1d485;
  border-top: 1px solid #e1d485;
}
.rave-review > section:nth-child(2) {
	border-top: 0 none;
}
.rave-review > section:last-child {
	border-bottom: 0 none;
}
.rave-review section p {
  color: #292929;
  font: 600 14px "Raleway";
}
.rave-review section p:last-child {
  color: #7b0000;
}
.rave-review section p {
  color: #292929;
  font: 600 14px "Raleway";
  margin: 18px 0;
}

.rave-review-new .banner-new {
  background: url("/wp-content/uploads/2014/10/rave-review.png") no-repeat;
  height: 64px;
}
.rave-review-new .banner p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
}
.rave-review-new .banner-new p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
  
}
.rave-review-new > section {
  border-bottom: 1px solid #e1d485;
  border-top: 1px solid #e1d485;
}
.rave-review-new > section:nth-child(2) {
	border-top: 0 none;
}
.rave-review-new > section:last-child {
	border-bottom: 0 none;
}
.rave-review section p {
  color: #292929;
  font: 600 14px "Raleway";
}
.rave-review-new section p:last-child {
  color: #7b0000;
}
.rave-review-new section p {
  color: #292929;
  font: 600 14px "Raleway";
  margin: 18px 0;
}

.rave-review-new{ width:100%; max-width:1020px; }


.author-bio .banner {
  background: url("/wp-content/uploads/2014/10/Rave_Review_Banner.png") no-repeat;
  height: 64px;
}
.author-bio .banner p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
}
.author-bio .banner-new {
  background: url("/wp-content/uploads/2014/10/Rave_Review_Banner2.png") no-repeat;
  height: 64px;
}
.author-bio .banner-new p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;

}

.author-bio-new { width:100%; max-width:1020px; }
.author-bio-new .banner {
  background: url("/wp-content/uploads/2014/10/Rave_Review_Banner.png") no-repeat;
  height: 64px;
}
.author-bio-new .banner p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
}
.author-bio-new .banner-new {
  background: url("/wp-content/uploads/2014/10/rave-review.png") no-repeat;
  height: 64px;
}
.author-bio-new  p {
    color: #292929;
    font: 600 14px "Raleway";
}
.author-bio-new .banner-new p {
  color: #7b0000;
  font: 800 30px/43px "Raleway";
  text-align: center;
 
}
.author-bio-new img { float:left; margin-right:20px; }

.page-template-sale-page-php .site-header .wrap {
	padding-top: 0;
}
.page-template-sale-page-php  .site-title {
  margin-top: 11px;
}
.archive .site-inner {
	margin: auto;
}
.archive.content-sidebar .content {
  width: 770px;
}
.archive.content-sidebar .sidebar {
  width: 285px;
}
.archive.content-sidebar .sidebar .widget {
  padding: 40px 0;
}
.page-id-9532 .site-title a:hover,
.page-id-9022 .site-title a:hover,
.page-id-9443 .site-title a:hover,
.page-id-9449 .site-title a:hover {
	cursor: default;
}
.download-btn > a,
.edd-add-to-cart-label {
  background: url("/wp-content/uploads/2014/10/NEW_button.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  color: white;
  display: block;
  font-size: 23px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  width: 244px;
}
.single-download .site-inner {
	width: auto;
	max-width: 820px;
	margin: auto;
}
.single-download .entry-header .entry-meta,
.single-download .entry-meta {
  display: none;
}
.single-download h1.entry-title,
.download_signup .gform_footer {
  text-align: center;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;	
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	.card-temp > div {
		float: none;
	}

	.card-temp .pleft {
		width: 100%;
	}

	.card-temp .pright {
		margin: 30px auto 0;
		max-width: 100%;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

/* thank you page */
	.chris-card {
		text-align: center;
	}
	.card-links.right {
		float: none;
		margin: 20px auto 0;
		width: 100%;
	}
	.card-links ul li input, .f-bottom input {
		float: none;
		text-align: center;
	}
	.f-bottom.right,
	.desc_top {
	  max-width: none;
	  width: auto;
	}
	.top-header2 .banner > p.aright {
  line-height: 1.5;
  width: 500px;
}

}

@media only screen and (max-width: 870px) {
	.top-header2 .banner > p {
		line-height: 38px;
	}
	.top-header2 .banner > p.aleft {
	  margin-left: 3px;
	}
	.top-header2 .banner > p.aright {
	  float: right;
	  margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.top-header2 .banner {
  background: none;
  height: auto;
  text-align: center;
}
.top-header2 .banner:after{
	content: '.';
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}
.top-header2 .banner > p {
	float: none;
}
.top-header2 .banner > p.aleft,
.top-header2 .banner > p.aright {
  width: 100%;
}
.top-header2 .banner > p.aleft {
  background: red;
}
.card-temp .pleft {
	height: auto;
}
.cart-button input {
  font-size: 29px;
}
.hide-mobile {
	display: none;
}


}

/* # Custom Album Design Special
---------------------------------------------------------------------------------------------------- */
.cdwa h2 {
 	 color: #7b0000 !important;
 	 font: 600 30px "Raleway";
 	 margin-top: 50px;
}

.cdwa2 h4 {
 	color: #000 !important;
 	font: 600 12px "Raleway";
  	margin-bottom: 45px;
}

.cdwa3 h3 {
 	color: #7b0000 !important;
 	font: 600 14px "Raleway";
  	margin: 20px 5px;
	line-height: 175%;
}

.lts { width:105px; font-family:"Raleway"; color:#626262; font-size:13pt; float:left;  }
.rts { width:150px; font-family:"Raleway"; color:#626262; font-size:13pt; float:left; text-align:right; }
.rts a { color:#ED971C; text-decoration:none; }
.fls { width:100%; float:left; margin:12px 0px;  }
.ctr { width:100%; text-align:center; font-family:"Raleway"; color:#626262; font-size:13pt; float:left; line-height:28px;   }
.ctr a { color:#ED971C; text-decoration:none; }
#gform_wrapper_12, #gform_wrapper_11, #gform_wrapper_10, #gform_wrapper_9 { font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; }
#gform_wrapper_12 .tn, #gform_wrapper_11 .tn, #gform_wrapper_10 .tn, #gform_wrapper_9 .tn { font-size:10pt!important; }
#gform_wrapper_12 .frtn, #gform_wrapper_11 .frtn, #gform_wrapper_10 .frtn, #gform_wrapper_9 .frtn { font-size:14pt!important; }
#gform_wrapper_12 input[type="text"], #gform_wrapper_11 input[type="text"], #gform_wrapper_10 input[type="text"], #gform_wrapper_9 input[type="text"] {  background: none repeat scroll 0 0 white; border: 1pt solid #c9d7dd !important; border-radius: 0; box-shadow: none; color: #ccc !important; font-size: 12pt !important;line-height: 1.7em !important; padding: 0.8em 12pt !important; width: 75% !important; }
.spams { position:relative; top:110px; font-size: 8pt !important; color:#999!important; margin-bottom:-30px;}
#gform_wrapper_12 .gfield_label, #gform_wrapper_11 .gfield_label, #gform_wrapper_10 .gfield_label, #gform_wrapper_9 .gfield_label {
	display: none; }
#gform_wrapper_12 li, #gform_wrapper_11 li, #gform_wrapper_10 li, #gform_wrapper_9 li { text-align:center; margin:0px 0px 15px 0px;}
#gform_wrapper_12 .gform_footer, #gform_wrapper_11 .gform_footer, #gform_wrapper_10 .gform_footer, #gform_wrapper_9 .gform_footer 
{ margin-top:0px!important; padding-top:0px!important; text-align:center;} 
.news_letter{
   background-color: #9b1a17;
   font-family: 'Raleway';
  color: white;
  padding-bottom: 15px; 
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}
.news_letter a{
  text-decoration: none;
  color: white;
}

/* 16-11-14 */
.page-id-145 aside.sidebar > section:first-child { display: none; }