/*
Theme Name: Nexus
Theme URI: http://www.elegantthemes.com/gallery/
Version: 1.6
Description: 2 Column theme from Elegant Themes
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Bree Serif'), local('BreeSerif-Regular'), url(//fonts.gstatic.com/s/breeserif/v5/LQ7WLTaITDg4OSRuOZCps73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; 
       overflow-x: hidden;
       overflow-y: auto;}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

html,
body {
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
    cursor: pointer;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
    overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
    margin: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #f7f7f7;
    padding: 16px;
    margin-bottom: 1.618em;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
    outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Floating & Alignment  */
.fl {
    float: left;
}
.fr {
    float: right;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.fix:after,
.col-full:after {
    clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
    zoom: 1;
}
mark {
    background: none;
    color: #b0a7a4;
}
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
html {
    font-size: 62.5%;
}
body {
    font-size: 17px;
    line-height: 1.618;
    color: #000;/*6c6360;*/
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background: #fcfcfc;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
hr {
    background-color: #e8e4e3;
    border: 0;
    height: 1px;
    margin-bottom: 1.618em;
}
/* 1.2 Hyperlinks */
a {
    color: /*#4a413e*/#0C4E98;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
a:hover {
    color: #ff4800;
    text-decoration: none;
}
.clear {
    clear: both;
}
/* 1.3 Typography */
/*
    All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)
    http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
    Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    color: #363230;
    margin: 0 0 .618em;
    font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: normal;
}
h1 {
    font-size: 2.244em;
    line-height: 1.387em;
}
h2 {
    font-size: 1.618em;
    line-height: 1.387em;
}
h3 {
    font-size: 1.387em;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 0.857em;
}
p {
    orphans: 3;
    widows: 3;
}

dl dt {
    font-weight: bold;
}
dl dd {
    margin-bottom: 1.618em;
}
blockquote {
    quotes: "\201C" "\201D";
    position: relative;
    color: #39302d;
}
blockquote:before {
    content: "\201C";
    font-family: Arial, sans-serif;
    font-size: 3.6316px;
    position: absolute;
    top: -0.327em;
    left: -0.53em;
    color: #c6c2c1;
}

/* 1.4 Tables */
table {
    width: 100%;
    font-size: .857em;
    margin-bottom: 2.618em;
}
table th,
table td {
    /*border-bottom: 1px solid #e8e4e3;*/
    padding: 16px;
    vertical-align: top;
    text-align: left;
}
table th {
    text-transform: uppercase;
    /*border-bottom: 4px double #e8e4e3;*/
}
table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}
table tr th:last-child,
table tr td:last-child {
    padding-right: 0;
}

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* 1.5 Forms */

input[type="submit"],
input[type="button"],
button,
[role="button"] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    min-width: 143px;
    border-radius: 3px;

    font: inherit;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.020em;

    color: #fff;
    background-color: #f67f00;
}

[role="button"]:hover {
    color: #fff;
    text-decoration: none;
}

.single .entry-content button,
.single .entry-content [role="button"] {
    display: inline-block;
    height: auto;
    min-height: 50px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

img { max-width: 100%; height: auto; }
#ie8 img { width: auto; }

embed, iframe, object, video { max-width: 100%; }

#main-header { padding-top: 39px; }
.container { text-align: left; margin: 0 auto; width: 1280px; position: relative; }
.header-banner { float: right; }

#logo {
    width: 155px;
    margin-top: 0px;
}

/* 2016-05-19: new navigation styling */
.membership {
    float: right;
    margin-top: 28px;
}

.membership button,
.membership [role="button"] {
    display: inline-block;
    margin-left: 30px;
}

.membership .log-in,
.membership .log-out {
    border: #e0e0e0 1px solid;
    color: #0470e8;
    background-color: #fff;
}

.membership .log-in:hover,
.membership .log-out:hover {
    color: #0470e8;
}

.btn-black {
	color: #fff !important;
	background-color: #000 !important;
}

.btn-large {
	padding: 20px;
	display: inline-block;
    border-radius: 3px;
}
.btn-large:hover, .btn-large:active {
	color: #fff;
}

.btn-padding {
	padding: 0 10px;
}

.hide {
	display: none;
}
.hidden {
	display: none !important;
}

.circular--landscape {
	display: inline-block;
	position: relative;
	width: 264px;
	height: 264px;
	overflow: hidden;
	border-radius: 50%;
}

.circular--landscape img {
	width: auto;
	height: 100%;
	margin-left: -50px;
	max-width: none;
}

#top-navigation { background-color: #fafafa; border-top: 1px solid #e0e0e0; border-left: none; border-right: 1px solid #e0e0e0; -webkit-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); -moz-box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #dadada, 0 0 15px rgba(0, 0, 0, 0.07); }
body.home #top-navigation {padding-left: 0px; height: 71px; }
#top-navigation nav { float: left; }
#top-menu li { display: block; font-family: 'Open Sans', sans-serif; font-weight: 300; float: left; }
#top-menu a { color: #333; text-decoration: none; padding: 21px 31px; display: block; position: relative; }
#top-menu > li > a:hover, #top-menu > .sfHover > a { color: #fff; background-color: #a9d300; }
#top-menu > li.current-menu-item > a { padding: 21px 40px; color: #fff; font-weight: 800; background-color: #a9d300; }
#et-social-icons { display: block; float: right; width: 183px; height: 100%; background-color: #f6f6f6; -moz-box-shadow: inset 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 0 #fff; box-shadow: inset 0 1px 0 #fff, -1px 0 0 #fff; position: relative; }
#et-social-icons:before { content: ''; position: absolute; bottom: 0; left: 0; background: url(images/social-left-shadow.png) no-repeat; width: 6px; height: 60px; pointer-events: none; }
#et-social-icons li { height: 100%; float: left; list-style: none; border-left: 1px solid #e0e0e0; -moz-box-shadow: inset 1px 0 0 #fff; -webkit-box-shadow: inset 1px 0 0 #fff; box-shadow: inset 1px 0 0 #fff; }
#et-social-icons li:first-child { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

#et-social-icons .et-social-hover,
#et-social-icons .et-social-normal { display: block; background-repeat: no-repeat; background-position: 50% 50%; }
#et-social-icons .twitter .et-social-normal { background-image: url(images/twitter.png); }
#et-social-icons .twitter .et-social-hover { background-image: url(images/twitter-hover.png); }
#et-social-icons .twitter a:hover { background-color: #00ccff; }

#et-social-icons .facebook .et-social-normal { background-image: url(images/facebook.png); }
#et-social-icons .facebook .et-social-hover { background-image: url(images/facebook-hover.png); }
#et-social-icons .facebook a:hover { background-color: #3f8eee; }

#et-social-icons .rss .et-social-normal { background-image: url(images/rss.png); }
#et-social-icons .rss .et-social-hover { background-image: url(images/rss-hover.png); }
#et-social-icons .rss a:hover { background-color: #3692C3; }

#et-social-icons .google .et-social-normal { background-image: url(images/google.png); }
#et-social-icons .google .et-social-hover { background-image: url(images/google-hover.png); }
#et-social-icons .google a:hover { background-color: #e84e18; }

#et-social-icons a, #et-social-icons span { display: block; text-indent: -9999px; width: 60px; height: 100%; position: relative; }
#et-social-icons a { overflow: hidden; -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
#featured { margin-top: -1px; -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); }
#featured, .post-thumbnail { background-position: top center; background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; }
#et-featured-posts { padding: 59px 60px; background-color: #333; -webkit-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); }
.et-featured-post { float: left; -webkit-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.4); position: relative; overflow: hidden; }
.et-featured-post img { display: block; }
.et-featured-post:before { -webkit-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 79px rgba(0, 0, 0, 0.2); top: 0; content: ""; height: 100%; left: 0; position: absolute; width: 100%; }
.et-first, .et-second { width: 578px; }
.et-third, .et-fourth { width: 287px; }
.et-first, .et-third { padding-right: 4px; }
.home .et-second { margin-bottom: 4px; }
.meta-info { position: absolute; top: 0; left: 0; background-color: #a9d300; color: #fff; text-align: center; font-size: 28px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); line-height: 20px; width: 60px; height: 60px; z-index: 3; }
.meta-info .meta-date { padding: 12px 15px; position: absolute; bottom: 0; left: 0; }
.meta-info .month { font-weight: 900; display: block; font-size: 14px; text-transform: uppercase; }
.post-description { position: absolute; color: #fff; left: 40px; bottom: 25px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); }
.post-description a { text-decoration: none; color: #fff; }
.post-excerpt { position: absolute; top: 100%; left: 0; width: 100%; height: 100%; background: #111; background: rgba(0,0,0,0.4); color: #fff; opacity: 0; }
.post-excerpt .post-title { color: #fff; font-weight: 900; font-size: 18px; margin-bottom: 3px; display: block; }
.post-excerpt .post-title a:hover, .popular-post h2 a:hover, .footer-widget li a:hover, #footer-bottom li a:hover, .excerpt-wrap a:hover { color: rgba(255,255,255,0.9); text-decoration: none; }
.excerpt-wrap { text-shadow: 1px 1px 2px rgba(0,0,0,0.7); }
.excerpt-wrap p { letter-spacing: -1px; }
.home .et-first .excerpt-wrap { padding: 61px 62px 0 120px;  }
.home .et-second .excerpt-wrap { padding: 29px 73px 0 90px; }
.et-third .excerpt-wrap, .et-fourth .excerpt-wrap { padding: 29px 30px 0 90px; }
.et-first .excerpt-wrap, .et-second .excerpt-wrap { padding: 40px 65px 0 100px;  }
.excerpt-more { position: absolute; bottom: 21px; right: 23px; width: 12px; height: 20px; background: url(images/excerpt-more.png) no-repeat; text-indent: -9999px; }
.home .et-first .post-description { left: 60px; bottom: 45px; }
.et-first .post-description { left: 60px; bottom: 33px; padding-right: 10px; }
.post-description h2 { font-weight: 900; }
.post-description h2 a { text-decoration: none; color: #fff; }
.et-first .post-description h2 { font-size: 36px; }
.et-second .post-description h2 { font-size: 30px; }
.et-third .post-description h2, .et-fourth .post-description h2 { font-size: 24px; line-height: 20px; }
.post-description .post-meta { font-size: 18px; }
.et-third .post-meta, .et-fourth .post-meta { font-size: 14px; }

.post-description, .post-excerpt, .meta-info, .popular-tabs ul, #top-menu > li > a { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.popular-tabs ul, #top-menu > li > a { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.et-featured-post:hover .post-description { opacity: 0; }
.et-featured-post:hover .post-excerpt { top: 0; opacity: 1; }
.et-featured-post:hover .meta-info { height: 100%; }
.featured-comments { background: url(images/comments-cloud.png) no-repeat; width: 41px; height: 33px; bottom: 74px; left: 10px; position: absolute; }
.featured-comments span { font-size: 16px; color: #a9d300; font-weight: 900; text-align: center; }
.page-wrap {/* -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); */}

#main-content { position: relative; background: #fcfcfc; /*border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0;*/ }
#main-content:before, .home #main-content:after { content: ''; position: absolute; top: 0; pointer-events: none; height: 100%; }
#main-content:before { right: 0; background-color: #f7f7f7; width: 319px; border-left: 1px solid #E0E0E0; }

.home #main-content:after { left: 638px; width: 1px; height: 100%; background: #fff; }
.page #main-content:after { display: none; }

.home #content { float: left; width: 638px; }

#content, body.page #content { float: left; width: 958px; }
.fullwidth #content { float: none; width: 100% !important; }
.fullwidth #main-content:before { display: none; }
#breadcrumbs .raquo { display: block; float: left; position: relative; text-indent: -9999px; width: 44px; }
#breadcrumbs .raquo:before { content: ''; left: 0; position: absolute; top: -19px; bottom: -17px; width: 11px; border-right: 1px solid #CAC9C9; }
#breadcrumbs .raquo:after { background: url(images/breadcrumbs_separator.png) no-repeat; content: ""; display: block; width: 11px; height: 52px; position: absolute; bottom: -17px; left: 2px; }
.et_breadcrumbs_title, .et_breadcrumbs_content { display: block; float: left; }
h1.module-title, h4.widgettitle, #breadcrumbs { color: #333; text-shadow: 0 1px 0 #fff; font-size: 16px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background-color: #fafafa; -webkit-box-shadow: inset 1px 1px 0 #fff; -moz-box-shadow: inset 1px 1px 0 #fff; box-shadow: inset 1px 1px 0 #fff; padding: 17px 40px; position: relative; }
h1.module-title:before, h4.widgettitle:before, #breadcrumbs:before { bottom: 0; content: ""; height: 61px; right: -1px; position: absolute; width: 10px; background: url(images/title-shadow.png) no-repeat; z-index: 2; }
h1.module-title span { font-weight: 900; }
.module-content, .all-tabs { padding: 40px; }
.recent-post { padding: 0 60px 60px; }
.categories-tabs-module .recent-post, .recent-module .recent-post, .home .et-tab { padding: 0 0 30px; }
.home .et-tab { padding: 0 0 40px; }
.home .recent-post:last-child, .home .et-tab:last-child, .home .review-post:last-child { border-bottom: 1px solid #e0e0e0; }
.et-main-image { float: left; margin-right: 39px; position: relative; line-height: 0; width: 240px; }
.categories-tabs-module .et-main-image, .recent-module .et-main-image { width: 160px; }
.et-main-image:before { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); top: 0; content: ""; height: 100%; right: 0; position: absolute; width: 100%; pointer-events: none; }

.et-description { margin-left: 279px; }
.categories-tabs-module .et-description, .recent-module .et-description { width: auto; float: none; margin: 0 0 0 199px; }
.et-description h2 { font-size: 36px; font-weight: 900; color: #333; margin-bottom: -2px; margin-top: 0px; position: relative; top: -6px; }
.et-description h2 a:hover, .et-tabbed-all-tabs .title a:hover, .widget li a:hover { text-decoration: none; color: #707070; }
.et-description .post-meta { font-weight: 100; text-transform: uppercase; color: #969696; padding-top: 3px; font-size: 14px; }
.et-description .post-meta a { color: #969696; text-decoration: none; }
.et-description .post-meta span { color: #fff; background-color: #a9d300; margin-right: 11px; padding: 8px 14px; }
.load-more { text-align: center; }
.load-more a { color: #333; display: inline-block; margin-bottom: 40px; position: relative;  text-decoration: none !important; padding-right: 23px; }
.load-more a:hover { color: #999; }
.load-more a:before { bottom: 3px; content: ""; height: 10px; right: 0; position: absolute; width: 15px; background: url(images/load-more-bg.png) no-repeat; }

.categories-tabs-module .et-tabs { display: none; }
.categories-tabs-module .et-tabs:first-child { display: block; }
.categories-tabs-module .load-more { padding-top: 40px; }
.categories-tabs-module .load-more a { margin-bottom: 0; }

.popular-posts-wrap, .et-popular-tabs-content { position: relative; }
.popular-tabs { width: 239px; padding: 75px 0 60px; position: relative; float: left; }
.et-popular-tabs-wrap { overflow: hidden; }
.et-popular-tabs-wrap li:hover { cursor: pointer; }
.et-popular-tabs-wrap li.popular-active:hover { cursor: default; }
.popular-posts { background-color: #333;  -webkit-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: inset 0 5px 81px rgba(0, 0, 0, 0.75); padding: 40px 40px 30px 40px; margin-left: 239px; }
.et-scroll-arrows a { display: block; height: 40px; position: absolute; text-indent: -9999px; left: 40px; width: 160px; z-index: 10; }
.et-scroll-arrows-top { background: url(images/popular-scroll-top.png) no-repeat center center; top: -74px; }
.et-scroll-arrows-bottom { background: url(images/popular-scroll-bottom.png) no-repeat center center; bottom: -74px; }
.popular-tabs ul { position: relative; }
.et-scroll-arrows-top:before { bottom: -8px; content: ""; height: 8px; left: 0; position: absolute; width: 159px; background: url(images/popular-top-bg.png) no-repeat; }
.et-scroll-arrows-bottom:before { content: ""; top: -8px; height: 8px; left: 0; position: absolute; width: 159px; background: url(images/popular-bottom-bg.png) no-repeat; }
.popular-active { background-color: #1f1f1f; text-shadow: 0 1px 1px #000; }
.popular-active .popular-tab-title { color: #fff; }
.popular-tab-title { font-size: 18px; color: #333; font-weight: 900; padding: 20px 40px 0; display: block; line-height: 22px; }
.popular-tabs .post-meta { font-weight: 100; font-size: 14px; color: #969696; padding: 0 40px 13px; }
.popular-post { text-shadow: 0 1px 1px #000; display: none; }
.popular-post:first-child { display: block; }
.main-tab-image { position: relative; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); margin-bottom: 40px; }
.popular-post h2 { font-size: 36px; font-weight: 900; padding-bottom: 15px; }
.popular-post h2 a { color: #fff; }
.popular-post .post-meta { text-transform: uppercase; font-size: 14px; color: #a7a7a7; }
.popular-post .post-meta a { color: #a7a7a7; text-decoration: none; }
.popular-post p { color: #fff; }
.reviews-content { padding: 40px; }
.review-post { padding-bottom: 30px; position: relative; }
.review-rating, .review-rating span { background: url(images/rating.png) no-repeat; display: inline-block; height: 28px; }
.review-rating { float: left; width: 166px; }
.recent-reviews .review-rating { position: absolute; top: 0; left: 0; float: none; }
.et-description .review-rating { margin-right: 6px; }
.review-rating span { background-position: 0 -28px; }
.review-post .et-description { margin-left: 197px;  }
.review-post .et-description h2 { font-size: 24px; }
.categories-tabs { text-shadow: 0 1px 0 #fff; border-top: 1px solid #e0e0e0; background-color: #fafafa; -webkit-box-shadow: inset 1px 1px 0 #fff; -moz-box-shadow: inset 1px 1px 0 #fff; box-shadow: inset 1px 1px 0 #fff; position: relative; }

.categories-tabs:before { bottom: 0; content: ""; height: 47px; right: 0; position: absolute; width: 10px; background: url(images/title-shadow.png) no-repeat; }
.categories-tabs:after { width: 100%; height: 2px; border-top: 1px solid rgba(0,0,0,0.15); border-bottom: 1px solid rgba(0,0,0,0.15); content: ''; position: absolute; bottom: -4px; left: 0; background: #A9D300; }
.categories-tabs li { cursor: pointer; display: inline-block; padding: 17px 19px; position: relative; }
.categories-tabs li, .categories-tabs li a { color: #333; text-decoration: none; }

.et-tabbed-all-tabs li:before, .widget .categories-tabs li:before { display: none; }
.widget .categories-tabs { margin: 0 -40px; }
.widget .categories-tabs li { padding: 13px 19px 8px !important; }
.widget .home-tab-active:before { display: block !important; top: auto; border: none; }

.home-tab-active { background-color: #a9d300; border: 1px solid rgba(0,0,0,0.15); border-bottom: none; margin-top: -1px; }
.home-tab-active:before { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #A9D300; z-index: 2; }
.home-tab-active, .home-tab-active a { color: #fff !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.et-tabbed-widget .categories-tabs li { padding-bottom: 14px; }
.et-tabbed-widget .categories-tabs:after { bottom: -4px; }

#breadcrumbs { padding: 17px 16px; text-shadow: 0 1px 0 #fff; overflow: hidden; }
#breadcrumbs a { float: left; display: block; text-decoration: none; color: #333; font-weight: 900; padding: 0 24px 0 0; }
#breadcrumbs.bcn_breadcrumbs a { float: none; display: inline; padding: 0; }
#breadcrumbs a:first-child { padding-left: 24px; }
#home-0{text-align: center;font-size: 2.3em;}
#left-area {  border-bottom: 1px solid #e0e0e0; }
a.read-more, .comment-reply-link { background-color: #a9d300; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; color: #fff; display: block; float: right; font-weight: 900; font-size: 14px; padding: 13px 18px; margin-top: 20px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
a.read-more:hover, .comment-reply-link:hover { text-decoration: none; }
.post-thumbnail { position: relative; margin-top: -1px; }
.post-thumbnail:before { -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 0 90px rgba(0, 0, 0, 0.5) inset; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 100%; }
.post-thumbnail .container { min-height: 400px; }
h1.post-heading { color: #fff; font-weight: 900; font-size: 48px; position: absolute; bottom: -1px; left: 0; background-color: #a9d300; padding: 23px 32px; z-index: 2; }
.entry-content { padding: 0 60px 60px; }
.entry-content .review-rating { float: none; margin-bottom: 10px; }
.entry-content .post-meta { font-size: 30px; font-weight: 100; padding-bottom: 16px; }
.entry-content .post-meta a { color: #333; }
.entry-content blockquote { background: none; border: none; font-style: normal; line-height: 28px;  font-size: 16px; color: #333; border-left: 10px solid #a9d300; padding: 0 0 0 30px; margin: 25px 0 35px; }
#et-box-author  { margin-bottom: 60px; }
#et-bio-author { position: relative; padding: 40px 60px 25px 152px; }
.author-avatar { left: 60px; position: absolute; top: 40px; }
#et-box-author p, #et-post-share span { color: #fff; text-shadow: 0 1px 1px #000; }
#author-info strong { color: #a9d300; font-weight: 900; }
#et-post-share { padding: 15px 152px 13px; }
#et-post-share span { font-weight: 100; padding: 6px 20px 0 0; font-size: 18px; }
#et-post-share span, #et-share-icons { float: left; }
#et-share-icons li { display: inline-block; padding-right: 7px; }

#et-share-icons a { text-indent: -9999px; display: block; width: 31px; height: 32px; }
.google-share a { background: url(images/google-share.png) no-repeat; }
.facebook-share a { background: url(images/facebook-share.png) no-repeat; }
.twitter-share a { background: url(images/twitter-share.png) no-repeat; }

.entry-content .main-title { font-size: 26px; font-weight: 900; margin: 0 0 12px;color: #000; }

.entry-content table { border: 1px solid #eee; margin: 0 0 15px 0; text-align: left; width: 100%; }
.entry-content tr th, .entry-content thead th { color: #555; font-weight: bold; padding: 9px 24px; }
.entry-content tr td { border-top: 1px solid #eee; padding: 6px 24px; }

.entry-content ul, .comment-content ul { list-style-type: disc; padding: 0 0 23px 16px; line-height: 26px; }
.entry-content ol, .comment-content ol { list-style-type: decimal; list-style-position: inside; padding: 0 0 23px 0; line-height: 26px; }
.entry-content ul li ul, .entry-content ul li ol, .comment-content ul li ul, .comment-content ul li ol { padding: 2px 0px 2px 20px; }
.entry-content ol li ul, .entry-content ol li ol, .comment-content ol li ul, .comment-content ol li ol  { padding: 2px 0px 2px 35px; }

.gallery-item a { display: block; }
.gallery-item a, .gallery-caption { width: 90%; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { margin: 18px 0; }

.entry-content dl, .comment-content dl { margin: 0 20px; }
.entry-content dd, .comment-content dd { margin: 9px 0 20px; line-height: 24px; }

.entry-content address, .comment-content address { line-height: 24px; margin-bottom: 12px; }

.footer-banner { background: #FFF; padding: 38px 0 36px; z-index: 7; position: relative; border-top: 1px solid #E0E0E0; text-align: center; }

.et-centered-ad { text-align: center; margin: 0 -5px; }


.page-freestuff #signuptop .sgn {color: #1052a0;font-size: 29pt;font-weight: bold;padding: 10px 10%; }
.page-freestuff #signuptop .box-introduct {padding:20px 0px;margin:0 auto;overflow: hidden;}
.page-freestuff #signuptop .box-introduct .box {float:left;width:38%;margin-right:2%;background:url(images/freestuff-box.png) no-repeat right center;height:176px;}
.page-freestuff #signuptop .box-introduct .content {float:left;width:40%;margin-right:20%;}
.page-freestuff #signuptop .box-introduct .content > div {background:url(images/freestuff-plus-icon.png) no-repeat left center;height: 44px;text-transform: uppercase;color: #000;padding-left: 58px;font-size: 16px;line-height: 17px;display: inline-table;margin-bottom: 10px;display: table;}
.page-freestuff #signuptop .box-introduct .content > div > div {display: table-cell; vertical-align: middle;text-align:left;}

.page-freestuff #signuptop .box-form {clear:both;background:url(images/freestuff-arrow-down.jpg) no-repeat top center #0c4e98;min-height:194px;overflow:hidden;}
.page-freestuff #signuptop .box-form .author {padding:30px 0px;float:left;width:20%;text-align:right;margin-right:3%;margin-left:20%;}
.page-freestuff #signuptop .box-form .author img {border:5px solid #FFF;width:100%;}
.page-freestuff #signuptop .box-form div.form {padding:30px 0px;float:left;width:57%;text-align:left;position:relative;}
.page-freestuff #signuptop .box-form div.form .bg-form {background:url(images/freestuff-textbox.png) no-repeat left center;height:41px;overflow:hidden;margin-top:6%;max-width:389px;}
.page-freestuff #signuptop .box-form div.form .bg-form .mc4wp-form {margin:0px;}
.page-freestuff #signuptop .box-form div.form .lock {clear:both;color:#FFF;margin-top:5px;background:url(images/freestuff-lock-icon.png) no-repeat left center;height:15px;overflow:hidden;padding-left: 20px;font-size: 8px;font-weight: bold;}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/


#comment-wrap { padding: 0 0 60px; }
h1#comments, #reply-title { font-size: 30px; font-weight: 100; margin-bottom: 30px; padding-left: 60px; }
.commentlist { border-bottom: 1px solid #e0e0e0; }
.commentlist li { padding: 0 60px 0 60px; }
.commentlist li li { padding-right: 0; }
.commentlist .children li { padding-left: 90px; }
.comment-body { position: relative; padding-left: 90px; padding-bottom: 40px; }
.comment_avatar { left: 0; position: absolute; top: 0; }
.comment_avatar:before, .author-avatar:before { border-radius: 30px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.comment_avatar img, .author-avatar img { display: block; height: auto; max-width: 100%; width: auto; border-radius: 30px; }
.comment_postinfo { margin-bottom: 7px; }
span.fn, span.fn a { color: #333; font-weight: 900; text-decoration: none; font-size: 18px; display: block; margin-bottom: 12px; }
span.comment_date { text-transform: uppercase; color: #969696; font-size: 14px; font-weight: 100; }
#reply-title { padding-top: 60px; }
#reply-title small { display: block; font-size: 14px; font-weight: 400; }
#commentform { padding: 0 40px 100px; }
#commentform input[type="text"] { width: 40%; }
#commentform textarea { width: 89%; }
#commentform textarea, #commentform input[type="text"] { border: 1px solid #e6e6e6; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); padding: 17px; color: #333; }
.form-submit { float: right; }
.form-submit input { font-size: 16px; color: #fff; border: none; background-color: #a9d300; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; display: block; padding: 10px 18px; }

.comment #respond { border-bottom: none; }
.comment #respond #reply-title, .comment #respond #commentform { padding-left: 0; }
.comment #respond #reply-title { padding-top: 10px; }
.comment #respond #commentform { margin-bottom: 25px; }

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#main-footer, #et-bio-author { -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75); border-bottom: 1px solid #0f0f0f; }
#main-footer, #footer-bottom, #et-bio-author, #et-post-share { background-color: #333; }
#footer-widgets { padding: 60px 60px 0; }
.fwidget { margin-bottom: 25px; }
.footer-widget { float: left; width: 240px; margin-right: 66px; color: #fff; text-shadow: 0 1px 1px #000; margin-bottom: 20px; }
.footer-widget:last-child { margin-right: 0; }
.footer-widget h4.title { padding-bottom: 21px; color: #fff; font-size: 18px; font-weight: 900;  }
.footer-widget li a { color: #fff; text-decoration: none; }
#footer-bottom ul { padding: 23px 60px; }
#footer-bottom li { display: inline-block; padding-right: 25px; text-shadow: 0 1px 1px #000; }
#footer-bottom li a { color: #fff; text-decoration: none; }
#footer-bottom .current-menu-item a { color: #a9d300; font-weight: 900; }
#copyright a { font-weight: 900; text-decoration: none; color: #333; }

/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar { background: #f7f7f7; }
#sidebar, #additional-sidebar { width: 320px; float: left; }
.et-tabbed-all-tabs { padding: 40px 0 0; }
.et-tabbed-all-tabs > div { display: none; }
.et-tabbed-all-tabs > div:first-child { display: block; }
.et-tabbed-all-tabs li { margin-bottom: 20px; padding: 0 !important; list-style: none; line-height: 19px !important; }
.et-tabbed-all-tabs li:last-child { margin-bottom: 0; }
.smallthumb { float: left; line-height: 0; margin-right: 20px; position: relative; width: 60px; }
.smallthumb:before { -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 100%; pointer-events: none; }
.post-metainfo .title { display: block; font-size: 18px; font-weight: 900; padding-bottom: 6px; }
.post-metainfo .title a { color: #333; }
.post-metainfo .postinfo, .et-main-description .postinfo { color: #969696; display: block; font-size: 14px; font-weight: 100; }

.post-metainfo { margin-left: 77px; }
.no-thumb .post-metainfo { margin-left: 0; }

h4.widgettitle { padding: 17px 40px; border-left: 1px solid #E0E0E0; margin: 0 -40px 30px; }

#sidebar h4.widgettitle:before { display: none; }

.widget { padding: 0 40px 30px; position: relative; }
.widget li, .footer-widget li { padding: 10px 0 10px 19px; position: relative; line-height: 26px; }
.widget li:before, .footer-widget li:before { border-color: transparent transparent transparent #9bc100; border-image: none; border-style: solid; border-width: 5px; content: ""; left: 0; position: absolute; top: 17px; }
.widget li a { color: #000; text-decoration: none; }

.footer-widget li ul, .widget li ul { margin: 10px 0 -10px; }

.et-authors li { position: relative; padding-bottom: 30px; }
.et-authors li:before { border: none !important; }
.et-authors .author-avatar { top: 0; left: 0; }
.et-authors-posts { padding-left: 60px; }
.et-authors-posts h4 { font-weight: 900; font-size: 18px; }
.et-authors-posts h4 a { color: #333; }
.et-authors-posts h4 a:hover { color: #707070; }
.et-authors-posts span { font-size: 14px; font-weight: 100; color: #969696; }

.widget_etrecentfromwidget .et-tabbed-all-tabs { padding-top: 0; }
.et-recent-featured-post, .recent-video-slides { margin: -31px -40px 0; z-index: 20; position: relative; }
.et-recent-featured-post:before, .recent-video-slides:before { pointer-events: none; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.5); box-shadow: inset 0 0 30px rgba(0,0,0,0.5); }
.et-recent-featured-post img, .recent-video-slides img { display: block; }
.et-main-description { position: absolute; bottom: 38px; left: 0; padding: 0 20px 0 40px; }
.widget_etrecentfromwidget .main-title { color: #fff; font-size: 18px; font-weight: 900; display: block; margin-bottom: 10px; }
.widget_etrecentfromwidget .main-title a { color: inherit; }
.widget_etrecentfromwidget .main-title a:hover { color: rgba( 255,255,255,0.9 ); }
.et-main-description .postinfo { color: #fff; }
.widget_etrecentfromwidget .et-tabbed-all-tabs li:first-child { margin-bottom: 30px !important; }

@-webkit-keyframes bounceIn {
    20% {
        -webkit-transform: scale(1.2);
    }

    50% {
        -webkit-transform: scale(0.8);
    }

    70% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    20% {
        -moz-transform: scale(1.2);
    }

    50% {
        -moz-transform: scale(0.8);
    }

    70% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    20% {
        -o-transform: scale(1.2);
    }

    50% {
        -o-transform: scale(0.8);
    }

    70% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    20% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.8);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.et-recent-video { display: none; position: relative; }
.et-recent-video:first-child { display: block; }
.et-recent-video-play { position: absolute; top: 50%; left: 50%; margin: -33px 0 0 -33px; width: 67px; height: 67px; background: url(images/play-button.png) no-repeat; display: block; }
.et-recent-video-play:hover { -webkit-animation-duration: .7s;
                              -webkit-animation-delay: 0s;
                              -webkit-animation-timing-function: ease-in-out;
                              -webkit-animation-fill-mode: both;
                              -moz-animation-duration: .7s;
                              -moz-animation-delay: 0s;
                              -moz-animation-timing-function: ease-in-out;
                              -moz-animation-fill-mode: both;
                              -o-animation-duration: .7s;
                              -o-animation-delay: 0s;
                              -o-animation-timing-function: ease-in-out;
                              -o-animation-fill-mode: both;
                              -ms-animation-duration: .7s;
                              -ms-animation-delay: 0s;
                              -ms-animation-timing-function: ease-in-out;
                              -ms-animation-fill-mode: both;
                              animation-duration: .7s;
                              animation-delay: 0s;
                              animation-timing-function: ease-in-out;
                              animation-fill-mode: both;
                              -webkit-animation-name: bounceIn;
                              -moz-animation-name: bounceIn;
                              -ms-animation-name: bounceIn;
                              -o-animation-name: bounceIn;
                              animation-name: bounceIn; }

.et-recent-videos-content { position: relative; }
.et-recent-video-scroll a { display: block; height: 40px; left: 0; position: absolute; text-indent: -9999px; width: 240px; z-index: 10; }
.et-scroll-video-top { background: url(images/popular-scroll-top.png) no-repeat center center; top: -26px; }
.et-scroll-video-bottom { background: url(images/popular-scroll-bottom.png) no-repeat  center center; bottom: -35px; }
.et-scroll-video-top:before, .et-scroll-video-bottom:before { content: ""; height: 8px; left: 0; position: absolute; width: 240px; }
.et-scroll-video-top:before { background: url(images/scroll-video-top-bg.png) no-repeat; bottom: -8px; }
.et-scroll-video-bottom:before { background: url(images/scroll-video-bottom-bg.png) no-repeat; top: -8px; }
.et-recent-videos-wrap ul { padding: 34px 0 16px; }
.et-recent-videos-wrap li { padding-left: 29px; padding-bottom: 0; cursor: pointer; }
.et-recent-videos-wrap li:before { background: #9BC100 url(images/white-arrow.png) no-repeat 4px 0; border-radius: 10px; height: 10px; width: 10px; top: 11px; border-color: transparent !important; }
.et-recent-videos-wrap li.et-video-active:before { background-color: #333 !important; }
.et-recent-videos-wrap h4 { font-size: 16px; font-weight: 900; color: #333; margin-bottom: -5px; }
.et-recent-videos-wrap .post-meta { color: #969696; }

.recent-video-slides { margin-bottom: 19px; background: #111; }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; padding-top: 4px; margin-bottom: 10px; max-width: 96%; padding: 8px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img {
    border: 0 none;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.5);
    margin: 0 0 18px;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 17px;
    margin: 0 auto;
    padding: 0 4px 5px;
    width: 90%;
    color: #7c7c7c;
}.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }


/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav li ul { position:absolute; top:-999em; }
.nav li ul, .et_mobile_menu { z-index: 9999; width: 190px; background: #a9d300; -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2); box-shadow: 3px 3px 3px rgba(0,0,0,0.2); padding: 30px 10px 30px 40px; display: none; }
.nav li { position: relative; }
.nav ul li { float: none; }
.nav ul a { display:block !important; float: none !important; }
.nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 63px; }
.nav li:hover li ul, .nav li.sfHover li ul, .nav li:hover ul, .nav li li:hover ul { top:-999em; }

.nav li li { padding: 0; height: auto !important; display: block !important; }
.nav li li ul { z-index: 1000; }
.nav li li a:link, .nav li li a:visited, .et_mobile_menu a { display: block !important; height: auto; }
.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.nav li li:hover ul, ul.nav li li.sfHover ul { left: 200px; top: -30px; }

#top-menu li li, .et_mobile_menu li a { float: none !important; padding: 7px 0; }
#top-menu li li a, .et_mobile_menu li a { color: #fff; text-shadow: 1px 1px 0 rgba( 0,0,0,0.2 ); display: block !important; }
#top-menu li li a { padding: 0 !important; }
#top-menu li li a:hover, .et_mobile_menu li a:hover { color: rgba( 255,255,255,0.9 ); text-decoration: none; }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 240px;    }
#wp-calendar a { display: block; text-decoration: none; font-weight: bold; }
#wp-calendar a:hover { text-decoration: underline; }
#wp-calendar caption {  text-decoration: none; font: bold 13px Arial, Sans-Serif; }
#wp-calendar td {   padding: 3px 5px; color: #9f9f9f; }
#wp-calendar td#today { color: inherit; }
#wp-calendar th {   font-style: normal; text-transform: capitalize; padding: 3px 5px; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
#home-3 .content {
    max-width: 87%;
    text-align: left;
    margin: 0 auto;
}

#home-3 .content > div, #home-10 .content > .plus {
    padding: 10px 0px 10px 70px;
    background: url("images/freestuff-plus-icon.png") no-repeat scroll 10px center / 34px auto rgba(0, 0, 0, 0);
}

#home-3 .content > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
}

#content .wp-pagenavi { float: right; margin: 60px 60px 60px 0; }
.pages { display: none; }
#content .wp-pagenavi a, #content .wp-pagenavi span { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #333; margin: 0 4px; padding: 8px 13px; text-decoration: none; text-shadow: 0 1px 0 #fff; border: 1px solid #e0dddd; -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.02))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 100%); background-color: #f9f9f9; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 0px rgba(255, 255, 255, 0.4); }
#content .wp-pagenavi span.current { font-weight: 900; }

.et_embedded_videos { display: none; }

body.single #left-area, body.page #left-area { border-bottom: none; }

.et-single-post-ad { text-align: center; padding: 62px 0; border-bottom: 1px solid #e0e0e0; margin: -60px 0 60px; }

.et_color_scheme_red #top-menu li.current-menu-item > a, .et_color_scheme_red #top-menu > li > a:hover, .et_color_scheme_red .meta-info, .et_color_scheme_red .et-description .post-meta span, .et_color_scheme_red .categories-tabs:after, .et_color_scheme_red .home-tab-active, .et_color_scheme_red .home-tab-active:before, .et_color_scheme_red a.read-more, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red h1.post-heading, .et_color_scheme_red .form-submit input, .et_color_scheme_red .home-tab-active:before, .et_color_scheme_red .et-recent-videos-wrap li:before, .et_color_scheme_red .nav li ul, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red #top-menu > .sfHover > a { background-color: #d30500; }
.et_color_scheme_red .featured-comments span, .et_color_scheme_red #author-info strong, .et_color_scheme_red #footer-bottom .current-menu-item a, .featured-comments span { color: #d30500; }
.et_color_scheme_red .entry-content blockquote, .et_color_scheme_red .widget li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #d30500; }
.et_color_scheme_red .et-popular-mobile-arrow-previous { border-right-color: #d30500; }
.et_color_scheme_red .categories-tabs:after, .et_color_scheme_red .home-tab-active { border-color: #a90501; }
.et_color_scheme_red .load-more a:before, .et_color_scheme_red .et_mobile_arrow { background-image: url(images/red/load-more-bg.png); }
.et_color_scheme_red .et-scroll-arrows-bottom, .et_color_scheme_red .et-scroll-video-bottom { background-image: url(images/red/popular-scroll-bottom.png); }
.et_color_scheme_red .et-scroll-arrows-top, .et_color_scheme_red .et-scroll-video-top { background-image: url(images/red/popular-scroll-top.png); }

.et_color_scheme_blue #top-menu li.current-menu-item > a, .et_color_scheme_blue #top-menu > li > a:hover, .et_color_scheme_blue .meta-info, .et_color_scheme_blue .et-description .post-meta span, .et_color_scheme_blue .categories-tabs:after, .et_color_scheme_blue .home-tab-active, .et_color_scheme_blue .home-tab-active:before, .et_color_scheme_blue a.read-more, .et_color_scheme_blue .comment-reply-link, .et_color_scheme_blue h1.post-heading, .et_color_scheme_blue .form-submit input, .et_color_scheme_blue .home-tab-active:before, .et_color_scheme_blue .et-recent-videos-wrap li:before, .et_color_scheme_blue .nav li ul, .et_color_scheme_blue .et_mobile_menu, .et_color_scheme_blue #top-menu > .sfHover > a { background-color: #0098d3; }
.et_color_scheme_blue .featured-comments span, .et_color_scheme_blue #author-info strong, .et_color_scheme_blue #footer-bottom .current-menu-item a, .featured-comments span { color: #0098d3; }
.et_color_scheme_blue .entry-content blockquote, .et_color_scheme_blue .widget li:before, .et_color_scheme_blue .footer-widget li:before, .et_color_scheme_blue .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #0098d3; }
.et_color_scheme_blue .et-popular-mobile-arrow-previous { border-right-color: #0098d3; }
.et_color_scheme_blue .categories-tabs:after, .et_color_scheme_blue .home-tab-active { border-color: #007dae; }
.et_color_scheme_blue .load-more a:before, .et_color_scheme_blue .et_mobile_arrow { background-image: url(images/blue/load-more-bg.png); }
.et_color_scheme_blue .et-scroll-arrows-bottom, .et_color_scheme_blue .et-scroll-video-bottom { background-image: url(images/blue/popular-scroll-bottom.png); }
.et_color_scheme_blue .et-scroll-arrows-top, .et_color_scheme_blue .et-scroll-video-top { background-image: url(images/blue/popular-scroll-top.png); }

.et_color_scheme_orange #top-menu li.current-menu-item > a, .et_color_scheme_orange #top-menu > li > a:hover, .et_color_scheme_orange .meta-info, .et_color_scheme_orange .et-description .post-meta span, .et_color_scheme_orange .categories-tabs:after, .et_color_scheme_orange .home-tab-active, .et_color_scheme_orange .home-tab-active:before, .et_color_scheme_orange a.read-more, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange h1.post-heading, .et_color_scheme_orange .form-submit input, .et_color_scheme_orange .home-tab-active:before, .et_color_scheme_orange .et-recent-videos-wrap li:before, .et_color_scheme_orange .nav li ul, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange #top-menu > .sfHover > a { background-color: #fc8d00; }
.et_color_scheme_orange .featured-comments span, .et_color_scheme_orange #author-info strong, .et_color_scheme_orange #footer-bottom .current-menu-item a, .featured-comments span { color: #fc8d00; }
.et_color_scheme_orange .entry-content blockquote, .et_color_scheme_orange .widget li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #fc8d00; }
.et_color_scheme_orange .et-popular-mobile-arrow-previous { border-right-color: #fc8d00; }
.et_color_scheme_orange .categories-tabs:after, .et_color_scheme_orange .home-tab-active { border-color: #ec8401; }
.et_color_scheme_orange .load-more a:before, .et_color_scheme_orange .et_mobile_arrow { background-image: url(images/orange/load-more-bg.png); }
.et_color_scheme_orange .et-scroll-arrows-bottom, .et_color_scheme_orange .et-scroll-video-bottom { background-image: url(images/orange/popular-scroll-bottom.png); }
.et_color_scheme_orange .et-scroll-arrows-top, .et_color_scheme_orange .et-scroll-video-top { background-image: url(images/orange/popular-scroll-top.png); }

.et_color_scheme_purple #top-menu li.current-menu-item > a, .et_color_scheme_purple #top-menu > li > a:hover, .et_color_scheme_purple .meta-info, .et_color_scheme_purple .et-description .post-meta span, .et_color_scheme_purple .categories-tabs:after, .et_color_scheme_purple .home-tab-active, .et_color_scheme_purple .home-tab-active:before, .et_color_scheme_purple a.read-more, .et_color_scheme_purple .comment-reply-link, .et_color_scheme_purple h1.post-heading, .et_color_scheme_purple .form-submit input, .et_color_scheme_purple .home-tab-active:before, .et_color_scheme_purple .et-recent-videos-wrap li:before, .et_color_scheme_purple .nav li ul, .et_color_scheme_purple .et_mobile_menu, .et_color_scheme_purple #top-menu > .sfHover > a { background-color: #a920b2; }
.et_color_scheme_purple .featured-comments span, .et_color_scheme_purple #author-info strong, .et_color_scheme_purple #footer-bottom .current-menu-item a, .featured-comments span { color: #a920b2; }
.et_color_scheme_purple .entry-content blockquote, .et_color_scheme_purple .widget li:before, .et_color_scheme_purple .footer-widget li:before, .et_color_scheme_purple .et-popular-mobile-arrow-next { border-color: transparent transparent transparent #a920b2; }
.et_color_scheme_purple .et-popular-mobile-arrow-previous { border-right-color: #a920b2; }
.et_color_scheme_purple .categories-tabs:after, .et_color_scheme_purple .home-tab-active { border-color: #8f1c97; }
.et_color_scheme_purple .load-more a:before, .et_color_scheme_purple .et_mobile_arrow { background-image: url(images/purple/load-more-bg.png); }
.et_color_scheme_purple .et-scroll-arrows-bottom, .et_color_scheme_purple .et-scroll-video-bottom { background-image: url(images/purple/popular-scroll-bottom.png); }
.et_color_scheme_purple .et-scroll-arrows-top, .et_color_scheme_purple .et-scroll-video-top { background-image: url(images/purple/popular-scroll-top.png); }

.et_pt_portfolio_item { margin-left: 99px !important; }
.et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 71px !important; }
.et_portfolio_large .et_pt_portfolio_item { margin-left: 124px !important; }

#et_mobile_nav_menu { display: none; text-align: center; padding: 0; }
.mobile_nav { position: relative; display: inline-block; color: #333; text-shadow: 1px 1px 0 #fff; }
.mobile_nav:hover { text-decoration: none; color: #111; }
.mobile_nav.opened > span { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
.et_mobile_menu { position: absolute; top: 40px; right: 0px; text-align: left; }
.et_mobile_menu ul { display: block !important; visibility: visible !important; }
.et_mobile_menu ul li { padding-left: 15px; }

.et-popular-mobile-arrow { position: absolute; top: 19px; border-color: transparent transparent transparent #9bc100; border-style: solid; border-width: 5px; cursor: pointer; display: none; }
.et-popular-mobile-arrow-previous { left: 33px; border-color: transparent #9bc100 transparent transparent; }
.et-popular-mobile-arrow-next { right: 37px; }

.categories-tabs-module { position: relative; }

.add-modules-notice { padding: 40px; }

.home-gallery{
    margin-bottom: 3px;
}
.home-gallery-wrapper img {
    width: 23%;
    float: left;
    padding: 6px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#order_review .recurring-totals, #order_review .cart-subtotal.recurring-total, #order_review .order-total.recurring-total {
    display: none;
}
.checkout-pages .woocommerce-message {
    display: none !important;
}
@media only screen and ( min-width: 1301px ) {
    .home.et-2-column-layout #content { width: 958px; }
    .home.et-2-column-layout #main-content:after { display: none; }

    .et_pt_gallery_entry { margin-left: 69px !important; }
}

@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
    .container { width: 960px; }
    .header-banner { float: none; text-align: center; }
    #top-menu li { font-size: 14px; }
    #top-menu > li > a, #top-menu > li.current-menu-item > a { padding-bottom: 25px; }
    #et-featured-posts { padding: 40px; }
    .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
    .post-thumbnail .container { min-height: 292px; }
    h1.post-heading { font-size: 36px; }
    #main-content:before { background-position: 638px 0; }
    #content, body.page #content { width: 638px; }
    #left-area { padding-top: 40px; }
    .entry-content { padding: 0 40px 30px; }
    .author-avatar { left: 40px; }
    #et-bio-author { padding: 40px 45px 25px 130px; }
    #et-post-share { padding: 15px 130px 13px; }
    #comment-wrap { padding: 40px 0; }
    h1#comments, #reply-title { padding-left: 40px; }
    span.fn, span.fn a { font-size: 16px; }
    #footer-widgets { padding: 40px 40px 25px; }
    .footer-widget { width: 170px; }
    #footer-bottom ul { padding: 23px 40px; }
    .home .et-first .post-description, .post-description { bottom: 17px; left: 30px; }
    .post-description h2 { font-size: 30px; }
    .recent-post { padding: 0 40px 40px; }
    .et-main-image { width: 160px; margin-right: 30px; }
    .et-main-image img { width: 160px; height: 160px; }
    .footer-banner { padding-left: 40px; padding-right: 40px; }

    .home .et-first { width: 438px; height: 318px; }
    .home .et-first .excerpt-wrap { padding: 31px 62px 0 96px; }
    .home .et-second { width: 438px; height: 158px; }
    .home .et-second .excerpt-wrap { padding-top: 15px; }
    .home .et-third, .home .et-fourth { width: 217px; height: 158px; }
    .et-third .excerpt-wrap, .et-fourth .excerpt-wrap { padding-top: 8px; }
    .home .et-second .post-description h2 { font-size: 24px; }
    .home .et-third .post-description h2, .home .et-fourth .post-description h2 { font-size: 18px; }
    .home .et-third .post-meta, .home .et-fourth .post-meta { display: none; }
    .home #additional-sidebar { display: none; }
    .home #sidebar { width: 319px; }

    .et-description { margin-left: 200px; }

    #et-social-icons { width: 204px; }
    #et-social-icons a, #et-social-icons span { width: 50px; }
    body.category .et-first, body.category .et-second { width: 438px; height: 212px; }
    body.category .et-first .post-description { bottom: 17px; left: 30px; }
    body.category .et-first .post-description h2 { font-size: 30px; }

    .et_pt_gallery_entry { margin-left: 69px !important; }

    #et_pt_portfolio_gallery { margin-right: -70px; }
    .et_pt_portfolio_item { margin-left: 51px !important; }

    .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 32px !important; }

    .et_portfolio_large .et_pt_portfolio_item { margin-left: 49px !important; }

    .et-single-post-ad { padding: 40px 0; margin-bottom: 0; }
}

@media only screen and ( max-width: 960px ) {
    #et-search, p#et-search-title, p#et-search-title span { background: none !important; }
    #et-search { width: auto !important; height: auto !important; }
    #et-search-inner { padding: 0 !important; }
    #et-search-right { float: none !important; clear: both; text-align: left !important; }
    #et_search_submit { background: #BBB8B8 !important; color: #111 !important; }
    p#et-search-title { margin-bottom: 2px !important; }
    p#et-search-title span { padding: 0 !important; text-shadow: none !important; }
    #et-searchinput { width: auto !important; }
    p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: none !important; }
    #et-search-left { float: none !important; width: 100% !important; }
}

@media only screen and ( min-width: 767px ) and ( max-width: 960px ) {
    .page-freestuff  #signuptop .box-introduct .content {
        float: left;
        width: 58%!important;
        margin-right: 2%!important;
    }

    #commentform {padding:25px!important;}

    .container { width: 766px; }
    .header-banner { float: none; text-align: center; }
    #top-menu li { font-size: 14px; }
    .nav li:hover ul, ul.nav li.sfHover ul { left: 0; top: 61px; }
    #et-social-icons, #additional-sidebar { display: none; }
    #et-featured-posts { padding: 40px; }
    .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
    .post-thumbnail .container { min-height: 246px; }
    h1.post-heading { font-size: 36px; }
    #main-content:before { background-position: 766px 0; }
    #content, body.page #content { width: 766px; }
    #sidebar { width: 766px; }
    #sidebar .widget { width: 382px; }
    #left-area { padding-top: 40px; }
    .entry-content { padding: 0 40px 30px; }
    .author-avatar { left: 40px; }
    #et-bio-author { padding: 40px 45px 25px 130px; }
    #et-post-share { padding: 15px 130px 13px; }
    #comment-wrap { padding: 40px 0; }
    h1#comments, #reply-title { padding-left: 40px; }
    span.fn, span.fn a { font-size: 16px; }
    #footer-widgets { padding: 40px 40px 25px; }
    .footer-widget { width: 309px; margin-right: 55px; }
    #footer-bottom ul { padding: 23px 40px; }

    .home .et-first .post-description, .post-description { bottom: 40px; left: 40px; }
    .post-description h2 { font-size: 18px; }
    .recent-post { padding: 0 40px 40px; }
    .et-main-image { width: 160px; margin-right: 30px; }
    .et-main-image img { width: 160px; height: 160px; }

    .et-description .post-meta { font-size: 14px; }

    .home .et-first { width: 688px; height: 500px; padding-right: 0; margin-bottom: 4px; }
    .home .et-second { width: 688px; height: 248px; }
    .home .et-third, .home .et-fourth { width: 341px; height: 248px; }

    .home #main-content:before { background-color: transparent; border-left: none; }
    .home #main-content:after { background: none; }
    .home #content { float: none; width: 763px; }

    #main-content:before { display: none; }

    #sidebar { width: 100%; position: relative; background: #f7f7f7; }
    #sidebar:before { content: ''; position: absolute; top: 0; left: 382px; width: 1px; height: 100%; background: #e0e0e0; }
    #sidebar .widget { width: 302px; float: left; }
    #sidebar .widget:nth-child( 2n+1 ) { clear: both; }

    .footer-banner { padding-left: 40px; padding-right: 40px; }

    .footer-widget:nth-child( 2n ) { margin-right: 0; }
    .footer-widget:nth-child( 2n+1 ) { clear: both; }

    .et-description { margin-left: 200px; }

    body.category #et-featured-posts { padding: 40px 39px; }
    body.category .et-first, body.category .et-second { width: 342px; height: 166px; }
    body.category .et-first .post-description, body.category .et-second .post-description { bottom: 7px; left: 30px; }
    body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 18px; }

    .et_pt_gallery_entry { margin-left: 26px !important; }

    #et_pt_portfolio_gallery { margin-left: -35px !important; margin-right: -20px !important; }
    .et_pt_portfolio_item { margin-left: 38px !important; width: 201px !important; }
    .et_portfolio_more_icon, .et_portfolio_zoom_icon { top: 50px !important; }
    .et_portfolio_more_icon { left: 65px !important; }
    .et_portfolio_zoom_icon { left: 106px !important; }

    #et_pt_portfolio_gallery.et_portfolio_small { margin-left: -39px !important; }
    #et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item { margin-left: 30px !important; width: 117px !important; }
    #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { top: 20px !important; }
    #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon { left: 26px !important; }
    #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon { left: 62px !important; }

    #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -42px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 42px !important; width: 321px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 99px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 140px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 178px !important; }

    .et-single-post-ad { padding: 40px 0; margin-bottom: 0; }
}

@media only screen and ( max-width: 767px ) {
    .page-freestuff  #signuptop .box-introduct .content {
        display: block!important;
        width: 96%!important;
        margin-right: 2%!important;
        margin-left: 2%!important;
        float: none!important;
        clear:both;
    }
    .page-freestuff  #signuptop .box-introduct .box {
        display: block!important;
        width: 96%!important;
        margin-right: 2%!important;
        margin-left: 2%!important;
        background: url(images/freestuff-box.png) no-repeat center center !important;
        height: 176px;
    }
    .page-freestuff #signuptop .box-form .author {
        padding: 30px 0px;
        float: left;
        width: 30%;
        text-align: right;
        margin-right: 3%;
        margin-left: 2%;
    }
    .page-freestuff  #signuptop .box-form div.form {
        padding: 30px 0px;
        float: left;
        width: 65%;
        text-align: left;
        position: relative;
    }

    .message-box { 
        position: relative !important;top:0;text-align:center;margin: 0 auto;width:100%
    }
    .commentimg {display:none;}
    #et-box-author {margin-bottom:5px}
    #comment-wrap {padding:10px 0px}
    .comment-form {width:90%!important;}
    #commentform {padding:20px!important;}

    .container { width: 478px; }
    #featured .container { width: 480px; }
    .header-banner { float: none; text-align: center; }
    #logo { float: none; }
    #et-social-icons, #top-menu, #footer-bottom { display: none; }
    #et-featured-posts { padding: 40px; }
    .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
    .post-thumbnail .container { min-height: 246px; }
    h1.post-heading { font-size: 24px; }
    #breadcrumbs a { font-size: 14px; }
    #main-content:before { background-position: 478px 0; }
    #content, body.page #content, #sidebar { width: 100%; }
    #sidebar .widget { width: 240px; padding-left: 120px; padding-right: 120px; }
    #left-area { padding-top: 40px; }
    .entry-content { padding: 0 40px 30px; }
    .entry-content .post-meta { font-size: 24px; }
    .author-avatar { left: 40px; }
    #et-bio-author { padding: 40px 45px 25px 130px; }
    #et-post-share { padding: 15px 51px 13px 130px; }
    /* #comment-wrap { padding: 40px 0; } */
    h1#comments, #reply-title { padding-left: 40px; }
    span.fn, span.fn a { font-size: 16px; }
    #footer-widgets { padding: 40px 40px 25px; }
    .footer-widget { width: 407px; margin-right: 0; }
    .home .et-first .post-description, .post-description { bottom: 20px; left: 20px; }
    .post-description h2 { font-size: 24px; }
    .recent-post { padding: 0 40px 40px; }
    .et-main-image { width: 160px; margin-right: 30px; }
    .et-main-image img { width: 160px; height: 160px; }

    .home .et-first { width: 400px; height: 291px; padding-right: 0; margin-bottom: 4px; }
    .home .et-first .excerpt-wrap { padding: 18px 62px 0 90px; }
    .home .et-second { width: 400px; height: 145px; }
    .home .et-third, .home .et-fourth { width: 198px; height: 144px; }
    .home .et-first .post-description h2 { font-size: 24px; }
    .home .et-second .post-description h2 { font-size: 24px; }
    .home .et-third .post-description h2, .home .et-fourth .post-description h2 { font-size: 18px; }
    .home .et-third .post-meta, .home .et-fourth .post-meta { display: none; }

    body.category .et-first, body.category .et-second { width: 400px; height: 195px; }
    body.category .et-first .post-description, body.category .et-second .post-description { bottom: 25px; left: 40px; }
    body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 24px; }

    body.category .et-first { padding-right: 0; margin-bottom: 4px; }

    .home #additional-sidebar { display: none; }
    .home #main-content:before { background-color: transparent; border-left: none; }
    .home #main-content:after { background: none; }
    .home #content { float: none; width: 476px; }
    .home .et-main-image { display: none; }
    .home .categories-tabs-module .et-description, .home .recent-module .et-description { margin: 0; }
    .home .popular-tabs { display: none; }
    .popular-posts { margin-left: 0; width: auto; }
    #copyright { font-size: 13px; text-align: center; }

    .popular-module .module-title { text-align: center; }
    .recent-reviews .review-rating { position: relative; }
    .review-post .et-description { margin-left: 0; }

    .home #sidebar { background: #f7f7f7; }

    #main-content:before, .home #main-content:after { display: none; }
    .footer-banner { padding-left: 40px; padding-right: 40px; }

    h4.widgettitle { text-align: center; margin-left: -121px; margin-right: -116px; }

    .et-description { margin-left: 200px; }

    .commentlist .children li { padding-left: 0; }

    .et_pt_gallery_entry { margin-left: 127px !important; }

    .sitemap-col { float: none !important; width: auto !important; }

    .et_pt_portfolio_item { margin-left: 130px !important; }

    .et_portfolio_small .et_pt_portfolio_item { width: 340px !important; margin-bottom: 10px; margin-left: 17px !important; }
    .et_portfolio_small .et_pt_portfolio_entry { float: left; margin-right: 15px; }
    .et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px !important; }
    .et_portfolio_small .et_portfolio_more_icon { left: 38px !important; }
    .et_portfolio_small .et_portfolio_zoom_icon { left: 77px !important; }
    .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: 44px !important; width: 400px !important; }

    #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -23px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 16px !important; width: 404px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 109px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 155px !important; }
    #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 195px !important; }


    #et_mobile_nav_menu .mobile_nav {
        display: block;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 32px;
        height: 32px;
        overflow: hidden;
    }

    #et_mobile_nav_menu .mobile_nav.opened {
        overflow: visible;
    }

    #et_mobile_nav_menu .mobile_nav > [role="presentation"] {
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 7px;
        background-color: #000;
    }

    #et_mobile_nav_menu, .et-popular-mobile-arrow { display: block; }

    .categories-tabs { height: 50px; text-align: center; }
    .categories-tabs li { float: none; display: none; }
    .categories-tabs li.home-tab-active { display: inline-block; }

    .et-single-post-ad { padding: 40px; margin-bottom: 0; }
}

@media only screen and ( max-width: 630px ) {
    .page-freestuff  #signuptop .box-form .author {
        display:none;
    }
    .page-freestuff #signuptop .box-form div.form {
        padding: 30px 0px;
        float: left;
        width: 96%;
        margin:0px 2%;
        text-align: left;
        position: relative;
    }
    .page-freestuff #signuptop .box-form div.form .bg-form {
        background: url(images/freestuff-textbox.png) no-repeat left center!important;
        height: 41px!important;
        overflow: hidden!important;
        background-size: 100% 100%!important;
        margin-top:0px!important;
        max-width:none!important;
    }
    .page-freestuff #signuptop .box-form {height:auto;min-height:50px!important;}
    .page-freestuff #signuptop .mc4wp-form input[type="submit"] {text-align:center!important;}
    .page-freestuff #signuptop .sgn {font-size:16px!important;padding: 10px 2%!important;}
    .page-freestuff #signuptop .box-introduct .content > div {font-size:14px!important;}
}

@media only screen and ( max-width: 478px ) {
    .page-freestuff #signuptop .mc4wp-form input[name="EMAIL"] {
        width: 60%!important;
        height:27px!important;
        padding:3px!important;
    }
    .page-freestuff #signuptop .mc4wp-form input[type="submit"] {
        width: 32%!important;
        text-align:right!important;
        height:27px!important;
        padding:3px!important;
        font-size: 6px;
    }
    .page-freestuff #signuptop .box-form div.form .bg-form {
        height:28px!important;
        background-position: top left!important;
    }
    .page-freestuff #signuptop .box-introduct .content > div {font-size:10px!important;}

    .container, #featured .container { width: 320px; }
    #et-social-icons, #top-menu, #footer-bottom, #breadcrumbs, .author-avatar, #et-post-share span { display: none; }
    #et-featured-posts { padding: 40px; }
    .et-featured-post img, .popular-post .main-tab-image img { width: 100%; }
    .post-thumbnail .container { min-height: 246px; }
    h1.post-heading { font-size: 24px; }
    #main-content:before { background-position: 320px 0; }
    #content, body.page #content { width: 320px; }
    #sidebar { width: 320px; }
    #sidebar .widget { width: 240px; padding: 0 40px 30px; }
    #left-area { padding-top: 40px; }
    .entry-content { padding: 0 40px 30px; }
    .entry-content .post-meta { font-size: 24px; }
    #et-bio-author { padding: 40px 40px 25px; }
    #et-post-share { padding: 15px 51px 13px 40px; }
    #comment-wrap { padding: 40px 0; }
    h1#comments, #reply-title { padding-left: 40px; }
    span.fn, span.fn a { font-size: 18px; }
    #footer-widgets { padding: 40px 40px 25px; }
    .footer-widget { width: 240px; margin-right: 0; }

    .post-description { bottom: 15px!important; left: 20px!important; }
    .post-description h2 { font-size: 18px!important; }
    .post-description .post-meta { display: none; }
    .meta-info { font-size: 18px; width: 40px; height: 40px; }
    .meta-info .month { font-size: 10px; margin-bottom: -5px; }
    .meta-info .meta-date { padding: 0px 8px 5px; }

    .recent-post { padding: 0 40px 40px; }
    /* .et-main-image { display: none; } */
    .et-description h2 { font-size: 30px; }
    .et-description .post-meta { font-size: 14px; }

    .home .et-first { width: 240px; height: 175px; }
    .home .et-second { width: 240px; height: 87px; }
    .home .et-third, .home .et-fourth { width: 240px; height: 174px; }
    .home #et-featured-posts .post-description h2 { font-size: 18px; }
    .home #et-featured-posts .post-meta { display: none; }
    .home #additional-sidebar { display: none; }
    .home #main-content:before { background-color: transparent; border-left: none; }
    .home #main-content:after { background: none; }
    .home #content { float: none; width: 318px; }
    .home .review-post .et-description { margin-left: 0; }
    .home .recent-reviews .review-rating { bottom: 11px; }
    /* .home .et-main-image { display: none; } */
    .home .categories-tabs-module .et-description, .home .recent-module .et-description { margin: 0; }
    .home .popular-tabs { display: none; }
    .popular-posts { margin-left: 0; width: auto; }
    #copyright { font-size: 13px; text-align: center; }

    body.category .et-first, body.category .et-second { width: 240px; height: 117px; }
    body.category .et-first .excerpt-wrap, body.category .et-second .excerpt-wrap { padding: 22px 49px 0 58px; }
    body.category .et-first .post-description, body.category .et-second .post-description { bottom: 7px; left: 20px; }
    body.category .et-first .post-description h2, body.category .et-second .post-description h2 { font-size: 18px; }

    .header-banner { display: none; }
    #logo { padding-top: 0; }

    .et-third { padding-right: 0; margin-bottom: 4px; }
    .featured-comments { left: 1px; }

    h4.widgettitle { margin: 0 -39px 30px -41px; }

    .et-description { margin-left: 0; }

    #et_contact_right { width: 100% !important; margin-left: 0 !important; }

    .et_pt_gallery_entry { margin-left: 43px !important; }

    #et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large { margin-left: -39px !important; }
    .et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 16px !important; width: 228px !important; }
    .et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { top: 53px !important; }
    .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon { left: 70px !important; }
    .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon { left: 110px !important; }

    #et_pt_portfolio_gallery { margin-left: -16px !important; }

    .et_portfolio_small .et_pt_portfolio_item { width: 255px !important; margin-left: 0 !important; }
    .et_portfolio_small .et_pt_portfolio_item.et_pt_portfolio_item { margin-left: -8px !important; width: 288px !important; }

    #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item { margin-left: 37px !important; }

    .et-single-post-ad { display: none; }
}



/*------------------------------------------------*/
/*-----------------[JOHN CSS]-----------------*/
/*------------------------------------------------*/
#top-info {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-left: 5px;
}

#main-header {
    padding-top: 20px;
}

#top-menu > li.current-menu-item > a {
    color: #fff;
}

#top-menu li.current-menu-item > a, #top-menu > li > a:hover, .meta-info, .et-description .post-meta span, .categories-tabs:after, .home-tab-active, .home-tab-active:before, a.read-more, .comment-reply-link, h1.post-heading, .form-submit input, .home-tab-active:before, .et-recent-videos-wrap li:before, .nav li ul, .et_mobile_menu, #top-menu > .sfHover > a {
    background-color: #000 !important;
}

#top-menu > li > a {
    color: #757575;
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: bold !important;
}

.message-box { 
    position: absolute;top:0;text-align:center;margin: 0 auto;width:100%
}

.message-box a {color:#0c4e98;}

#footer-info {
    width: 100%;
    max-width: 1280px;
    padding: 20px 0 30px;
    font-size: 18px;
    text-align: center;
    background: none repeat scroll 0 0 #000;
    color: #ebeaea;
}

#footer-info p {
    margin: 1em auto;
}

#footer-info a {
    color: inherit;
    text-decoration: inherit;
    font-weight: normal;
}

#footer-info button,
#footer-info [role="button"] {
    display: inline-block;
    margin: auto;
    width: auto;
    border: none;
    background-color: #015ec6;
}

#footer-info .logo {
    display: block;
    margin: 10px auto;
}

#footer-info nav {
    font-size: 16px;
    line-height: 34px;
}

#footer-info nav ul {
    padding: 0px;
}

#footer-info nav ul li {
    display: inline;
}

#footer-info nav ul li + li:before {
    content: '| ';
}

.uppercase {
    text-transform: uppercase;
}

.rocket-footer {
    margin-top: 10px;
}

.backtotop {
    display: inline-block;
    padding: 25px 0;
}

#mc-embedded-subscribe-form {
    margin-top: 30px;
}

#mce-EMAIL {
    margin-right: 40px;
    padding: 8px;
    text-align: center;
    width: 170px;
}

#mc-embedded-subscribe-form .cls_btn {
    background: #0C4E98;
    background: -moz-linear-gradient(top, #0c4e98 0%, #2989d8 50%, #2671c1 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C4E98), color-stop(50%,#2989D8), color-stop(51%,#2671C1), color-stop(100%,#7DB9E8));
    background: -webkit-linear-gradient(top, #0C4E98 0%,#2989D8 50%,#2671C1 51%,#7DB9E8 100%);
    background: -o-linear-gradient(top, #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%);
    background: linear-gradient(to bottom, #0C4E98 0%,#2989D8 50%,#2671C1 51%,#7DB9E8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4e98', endColorstr='#7db9e8',GradientType=0 );
    transition: opacity 300ms ease;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 20px;
}

.single-post #left-area {
    /*font-size: 13.5px;
    letter-spacing: 1px;*/
    padding-top: 10px;
}



#signuptop {
    background: url('images/home-9-bg.png');
    width: 100%;
    text-align: center;
    color:#515151;
    border-bottom: 2px solid #B3B3B3;
    padding: 15px 0;
    position: relative;
}

.page-freestuff  #signuptop {
    background: url('images/home-9-bg.png');
    width: 100%;
    text-align: center;
    color:#515151;
    padding: 10px 0 0px;
    margin-bottom:0px!important;
    border-bottom:0px!important;
}

#signuptop .sgn {
    color: #1052a0;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.home-sgn{
    font-size: 29px;
    color: #0c4e98;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    display: block;
}
.home-sgn-small{
    font-size: 20px;
    color: #024B9B;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    display: block;
}
.page-freestuff #signuptop .sgn {
    color: #1052a0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.sgncont {
    color: #000;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 25.2px;
    width: 70%;
    padding-bottom: 0;
}

#signupxop #mc-embedded-subscribe-form {
    margin-top: 10px;
    margin-bottom: 30px;
}

#signupxop #mce-EMAIL {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 2px solid #b3b3b3;
    margin-right: 11px;
    padding: 8px;
    text-align: center;
    width: 250px;
    letter-spacing: 1.5px;
}

#signupxop #mc-embedded-subscribe-form .cls_btn {
    background: none repeat scroll 0 0 #2aa5db;
    border: 0 none;
    box-shadow: 0 0 10px white inset;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 32px;
    text-transform: uppercase;
}

.hate-spam {
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 13px;
    padding-bottom: 0;
}

.single-post .entry-content {
    padding: 0px 25px;
}

.grayship {
    left: 0px;
    position: absolute;
    bottom: 0;
}

#et-bio-author {
    display: none;
}

#et-post-share {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin-top: 30px;
    padding: 10px 30px 0;
}

#et-post-share span:first-child{
    display: none;
}

.et-main-image {
    float: none;
    height: 148px;
    margin-right: 0;
    overflow: hidden;
    width: 100%;
}

.et-description {
    margin-left: 0;
    margin-top: 12px;
}

.blog .read-more {
    display: none;
}

.recent-post.clearfix {
    float: left;
    max-height: 460px;
    min-height: 460px;
    width: 26.3%;
    padding: 50px 40px;
    background: linear-gradient(to bottom, #fff 50%, #221E1F 50%);
    background-size: 100% 205%;
    background-position: top;
    transition:all 500ms ease;
    cursor: pointer;
}

.recent-post.clearfix:hover {
    background-position:bottom;
}

.recent-post.clearfix .et-main-image a img {
    opacity: 1;
    transition:all 300ms ease;
    transition-delay: 400ms;
}

.recent-post.clearfix:hover .et-main-image a img{
    opacity: .5;
}


.recent-post.clearfix:hover .et-description, .recent-post.clearfix:hover .et-description h2 {
    color: #fff;
}
.recent-post.clearfix:hover .et-description, .recent-post.clearfix:hover .et-description p {
    color: #fff;
}
.et-description h2 a {color: #0C4E98; font-size: 18px; }
.recent-post.clearfix:hover .viewblogpost {
    opacity: 1;
}

.blog #left-area {
    margin-left: 24px;
}

.et-description > p{
    transition:all 500ms ease;
    transition-delay: 600ms;
    font-size: 18px;
}

.recent-post .et-description .post-meta {
    display: none;
}

.et-description h2 {
    color: #0f4c97;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 11px;
    margin-top: 28px;
    position: relative;
    top: 0;
    transition:all 300ms ease;
    transition-delay: 400ms;
}

.pagination.container.clearfix {
    position: static;
}

.et-description > p {
    /*font-size: 13px;
    letter-spacing: 1px;*/
    min-width: 90px;
    color: black;
}

.viewblogpost {
    background: none repeat scroll 0 0 #1fc93f;
    border-radius: 60px;
    margin-left: 106px;
    margin-top: 23px;
    padding: 17px;
    position: absolute;
    z-index: 999;
    opacity: 0;
    transition:all 300ms ease;
    transition-delay: 400ms;
}


.pagination.container .alignleft, .pagination.container .alignright {
    margin: 30px;
}

.et-main-image {
    text-align: center;
}

.pm-content > h1 {
    font-weight: bold;
}

.page-id-2343 #left-area {
    padding-top: 20px;
}

.page-id-2343 #left-area article{
    padding:0 26px 60px;
}

.left_container > p {
    float: left;
    padding-bottom: 0px;
}

.left_container > p img {
    width: 660px;
}

#signup .fname, #signup .lname {
    display: none;
}

.left_container {
    padding: 10px;
    background: #0E4C97;
    color: #fff;
}

#signup-cont #signup {
    float: right;
    text-align: center;
    width: 520px;
}

#signup > h1 {
    color: #fff;
    font-weight: bold;
}

#signup-cont #mc-embedded-subscribe-form {
    margin-top: 16px;
}

#signup-cont #mc-embedded-subscribe-form br {
    display: none;
}


.page-id-2343 #left-area #signup-cont .email {
    float: left;
}

.page-id-2343 #left-area #signup-cont #mce-EMAIL {
    padding: 8px;
    text-align: center;
    width: 297px;
    margin-right: 0px;
}

.leftcol-mentoring {
    float: left;
    line-height: 27px;
    width: 50%;
    text-align: center;
}

.rightcol-mentoring {
    float: right;
    width: 50%;
    line-height: 27px;
    text-align: center;
}

.mendiv {
    margin: 60px 0;
    font-size: 18px;
}

.page-id-2343 .contact_form_container {
    margin-bottom: 30px;
}

.downloadattach {
    font-weight: bold;
    margin: 80px 0;
    text-align: center;
}

.add-review > strong:first-child {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reviewer {
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 50px;
    text-align: right;
}

.downloadattach a {
    color: #0C4E98;
    text-transform: lowercase;
    font-size: 14px;
}

.page-id-2343 .pm-content > h1 {
    margin-bottom: 60px;
    text-align: center;
}
/*
#top-info img#logo {
    width: 55%;
}
*/
.fullwidth-container {
    width: 100% !important;
}

.learnmore-blog {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/converse-fields-small.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #000;
    height: 374px;
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    background-position: center center;
}

.learnmore-bottom {
    background-image: url("images/graystripe.png");
    height: 17px;
    margin-bottom: 40px;
    width: 100%;
    margin-top: -2px;
    opacity: 0.5;
}

.home .learnmore-bottom {
    margin-bottom: 0;
    opacity: 1;
}

.lb-text {
    color: #0C4E98;
    font-size: 40px;
    text-transform: uppercase;
}

.learnmore-blog > h1 {
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 50px;
    text-transform: uppercase;
}

.lb-slogan {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.lb-link {
    margin-top: 20px;
}

.lb-link > a {
    font-size: 17px;
    text-decoration: underline;
}

.comment-form {
    width: 65%;
    float:left;
}

.commentimg {
    float: right;
    margin-right: 33px;
    width: 23%;
}

.lockit {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 29px;
}

.textcenter {
    text-align: center;
}

.signuppage h3 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 40px 0;
}

.sp-text {
    font-weight: 500;
    line-height: 22px;
    margin: 50px 0;
}

.pdfdownloadbtn {
    margin: 0 auto;
    width: 263px;
    cursor:pointer;
    line-height: 16px;
}
.homepdfdownload .pdfdownloadbtn{
    display: inline-block;
}
.transparent {
    height: 300px;
}
.pdfdownloadbtn:hover .pdb-text {
    box-shadow: 0 0 45px #E53916 inset;
}

.pdb-size {
    background: #4e5357; /* Old browsers */
    background: -moz-linear-gradient(top,  #4e5357 0%, #313439 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e5357), color-stop(100%,#313439)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4e5357 0%,#313439 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4e5357 0%,#313439 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4e5357 0%,#313439 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4e5357 0%,#313439 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5357', endColorstr='#313439',GradientType=0 ); /* IE6-9 */
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.pdb-text {
    transition: all 500ms ease;
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 18px 0;
    text-transform: uppercase;
    width: 210px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #d42804; /* Old browsers */
    background: -moz-linear-gradient(top,  #d42804 0%, #6e200a 59%, #6e200a 83%, #b62e20 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d42804), color-stop(59%,#6e200a), color-stop(83%,#6e200a), color-stop(97%,#b62e20)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d42804 0%,#6e200a 59%,#6e200a 83%,#b62e20 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d42804 0%,#6e200a 59%,#6e200a 83%,#b62e20 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d42804 0%,#6e200a 59%,#6e200a 83%,#b62e20 97%); /* IE10+ */
    background: linear-gradient(to bottom,  #d42804 0%,#6e200a 59%,#6e200a 83%,#b62e20 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42804', endColorstr='#b62e20',GradientType=0 ); /* IE6-9 */
}

#sp-video {
    margin: 10px 0;
}


#sp-video .video-js {
    margin: 0 auto;
    max-width: 96%;
}

.modulebox .lb-slogan {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-top: 40px;
}

.modulebox .lb-text {
    font-weight: bold;
    letter-spacing: 1px;
}

.signupcircle {
    background: none repeat scroll 0 0 #fff;
    border-radius: 25px;
    margin: 40px auto;
    padding: 5px;
    width: 410px;
}

.signup-text a{
    color: #0c4e98 !important;
    float: left;
    width: 50%;
    padding: 14px 0;
    font-weight: bold !important;
    text-shadow: 0 0 0;
}

.signup-login {
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    width: 50%;
    background: #0c4e98; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c4e98 0%, #2989d8 50%, #2671c1 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4e98), color-stop(50%,#2989d8), color-stop(51%,#2671c1), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4e98', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    transition: opacity 300ms ease;
}

.learnmore-blog.modulebox {
    height: auto;
}

.signup-field > input {
    background: none repeat scroll 0 0 #e2e2e2;
    color: #000;
    display: block;
    font-size: 27px;
    font-weight: 100;
    padding: 10px;
    text-align: center;
    width: 340px;
    margin-bottom: 13px;
    border:0px solid;
}

.signup-field {
    margin: 0 auto 50px;
    width: 363px;
}

.learnmore-blog.modulebox {
    background-size: cover;
    height: 520px;
}

.sp-module {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
}

.sp-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.freepage h1 {
    border: 1px solid;
    margin: 30px;
    padding: 20px;
    text-transform: uppercase;
}

#fp-bigimg > img {
    margin-bottom: 60px;
    width: 50%;
}

#fp-bigimg > img {
    width: 50%;
}

.pdb-text.subsdownload {
    font-size: 10.5px;
    padding: 18px 0;
}

.freepage .sp-title {
    font-weight: bold;
}

.freepage .pdfdownloadbtn {
    margin-bottom: 50px;
}

.sp-details {
    line-height: 28px;
    margin: 0 auto 90px;
    width: 70%;
}

.sp-details:last-child {
    display: block;
    margin-bottom: 90px;
}

.fp-text {
    color: #1ebce9;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 38px;
}

.key-module-content a {
    color: #000;
}

.mc4wp-form p {
    padding-bottom: 0;
    display: inline;
}

.mc4wp-form label {
    display: none;
}

.mc4wp-form input {
    display: none !important;
}

.mc4wp-form input[name="EMAIL"], .mc4wp-form input[type="submit"] {
    display: block !important;
}

.mc4wp-form input[name="EMAIL"] {
    /* margin-right: 40px; */
    padding: 8px;
    text-align: center;
    width: 187px;
    display: inline !important;
}

.mc4wp-form input[type="submit"] {
    display: inline !important;
    background: none repeat scroll 0 0 #0C4E98;
    border: 0 none;
    box-shadow: 0 0 10px white inset;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 20px;
}

#footer-info .mc4wp-form input[type="submit"] {
    display: inline !important;
    background: none repeat scroll 0 0 #0C4E98;
    border: 0 none;
    box-shadow: 0 0 10px white inset;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 20px;
}

#signuptop .mc4wp-form input[name="EMAIL"] {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 2px solid #b3b3b3;
    letter-spacing: 1.5px;
    margin-right: 11px;
    padding: 8px;
    text-align: center;
    width: 250px;
}


.page-freestuff #signuptop .mc4wp-form input[name="EMAIL"] {
    padding: 8px 1%;
    text-align: left;
    width: 70%;
    border: 0px;
    background: none;
    height: 40px;
    float: left;
}

#signuptop .mc4wp-form input[name="EMAIL"] {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 2px solid #b3b3b3;
    letter-spacing: 1.5px;
    margin-right: 11px;
    padding: 8px;
    text-align: center;
    width: 250px;
}

.page-freestuff #signuptop .mc4wp-form input[type="submit"] {
    background: none;
    padding: 8px 1%;
    text-align: center;
    width: 27%;
    border: 0px;
    background: none;
    height: 40px;
    font-weight: bold;
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
    float: right;
    min-width: 105px;
    box-shadow: none;
}



#signuptop .mc4wp-form p {
    margin-bottom:15px;
    margin-bottom: 15px;
    display: inline-block;
}

.rightcol {
    float: right;
    padding: 50px 20px;
    width: 41%;
}

.wpcf7-form > p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mark {
    color: #790000;
    font-size: 40px;
    margin-left: -1px;
    margin-top: -22px;
    max-height: 20px;
    position: absolute;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"]  {
    color: #000;
    font-size: 18px;
    margin-top: 14px;
    padding: 8px;
}

.wpcf7-form-control.wpcf7-textarea {
    font-size: 12px;
    height: 130px;
    width: 368px;
}

.wpcf7-form-control.wpcf7-submit {
    background: none repeat scroll 0 0 #21c940;
    border: 0 none;
    box-shadow: 0 0 11px white inset;
    color: #fff;
    display: inline !important;
    font-size: 25px;
    font-weight: bold;
    padding: 12px 40px;
}

.leftcol {
    float: left;
    padding: 50px 25px;
}

.locname {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 163px;
}

.left {
    float: left;
}

.wantcontactus {
    color: #333;
    font-size: 18px;
    font-style: oblique;
    padding-right: 20px;
    text-align: right;
    width: 146px;
    line-height: 33.5px;
}

.wantcontactus > span {
    color: #073563;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
}

.contactfooter b {
    color: #073563;
    display: block;
    font-weight: bolder;
    margin: 10px 0;
}

.contactfooter > span {
    display: block;
    line-height: 22px;
    color: #666666;
    margin-top: 20px;
}

span.c-email {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.contactus {
    padding-bottom: 60px;
}

#popupwrapper {
    height: 320px;
    left: 50%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 550px;
    z-index: 999999;
    display: none;
    max-width:550px;
}

#popupcontainer {
    background: none repeat scroll 0 0 #fff;
    border: 6px solid #0C4E98;
    height: 250px;
    left: -50%;
    padding: 20px 0px;
    position: relative;
}

.logintitle {
    color: #666;
    font-size: 18px;
    margin-bottom: 32px;
    text-align: center;
}


.signup-field-popup > input[type="text"], .signup-field-popup > input[type="password"] {
    border: 0px;
    border-left: 5px solid #0C4E98;
    display: block;
    font-size: 17px;
    margin-left: 78px;
    padding: 10px 20px;
    width: 63%;
    margin-bottom: 10px;
    background: #E2E2E2;
    color: #000;
}

#loginform-popup .signup-login {
    border-radius: 0;
    float: right;
    margin-right: 71px;
    padding: 10px;
    width: 74.1%;
}

#popupcontainer .forgotpass {
    color: #888;
    margin-top: 10px;
    text-align: center;
    font-size: 11px;
}
#message_error{
    color: red;
    text-align: center;
    padding: 5px 0px;
}
.forgotpass > a {
    color: #000;
    font-weight: bold;
}

#fullbgdark {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.closebtn {
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #888;
    cursor: default;
    font-size: 20px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: -12px;
    padding: 0 11px 2px;
    position: absolute;
    right: 0;
    transition: all 500ms ease;
}

.closebtn:hover {
    background: #0C4E98;
    color: #fff;
}

.vault {
    text-align: center;
}

.mv-title {
    color: #0C4E98;
    font-size: 32px;
    font-weight: bold;
    margin: 90px 0 30px;
    text-align: center;
}

.mv-subtext{
    color: #000;
    line-height: 2.5;
}
.mv-paragraph {
    color: #000;
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
    /*font-size: 13.5px;*/
}

.mv-paragraph > p {
    margin-bottom: 15px;
}

.mv-loginform input[type="submit"] {
    background: #0C4E98;
    border: 0px;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    width: 880px;
    margin-bottom: 20px;
    transition: background 500ms ease;
}

.mv-loginform input[type="submit"]:hover {
    background:#1a61ad;
}

.vault .sign-up-login, .checkout-pages .sign-up-login {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    padding: 22px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

.vault .sign-up-login #login a, .checkout-pages .sign-up-login #sign-up  a {
    color: #fff;
}

.vault .sign-up-login #login, .checkout-pages .sign-up-login #sign-up {
    background: linear-gradient(to bottom, rgba(30, 156, 215, 1) 0%, rgba(121, 212, 238, 1) 26%, rgba(121, 212, 238, 1) 50%, rgba(121, 212, 238, 1) 71%, rgba(0, 117, 190, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #fff;
}

.vault .sign-up-login #login input { background: none; color: #fff; border: none; text-transform: uppercase; }

.vault .sign-up-login > div, .checkout-pages .sign-up-login > div {
    float: left;
    margin-top: -20px;
    padding: 12px 0px;
    width: 50%;
}

.vault .sign-up-login a, .checkout-pages .sign-up-login #login a  {
    color: #0C4E98;
    font-weight: bold;
}

.vault .sign-up-login,.checkout-pages .sign-up-login {
    background-color: #fff;
    border-radius: 30px;
    margin: 100px auto 70px;
    padding: 22px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

.mv-loginform-signup {
    color: #000;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 30px;
    background: #c1c1c1;
}
.bg_membership_type{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bg_membership_type.type_1{
    /*
    background: rgba(76,227,111,1);
    background: -moz-linear-gradient(top, rgba(76,227,111,1) 0%, rgba(28,219,76,1) 25%, rgba(28,219,76,1) 50%, rgba(85,219,119,1) 78%, rgba(110,245,144,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,227,111,1)), color-stop(25%, rgba(28,219,76,1)), color-stop(50%, rgba(28,219,76,1)), color-stop(78%, rgba(85,219,119,1)), color-stop(100%, rgba(110,245,144,1)));
    background: -webkit-linear-gradient(top, rgba(76,227,111,1) 0%, rgba(28,219,76,1) 25%, rgba(28,219,76,1) 50%, rgba(85,219,119,1) 78%, rgba(110,245,144,1) 100%);
    background: -o-linear-gradient(top, rgba(76,227,111,1) 0%, rgba(28,219,76,1) 25%, rgba(28,219,76,1) 50%, rgba(85,219,119,1) 78%, rgba(110,245,144,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,227,111,1) 0%, rgba(28,219,76,1) 25%, rgba(28,219,76,1) 50%, rgba(85,219,119,1) 78%, rgba(110,245,144,1) 100%);
    background: linear-gradient(to bottom, rgba(76,227,111,1) 0%, rgba(28,219,76,1) 25%, rgba(28,219,76,1) 50%, rgba(85,219,119,1) 78%, rgba(110,245,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce36f', endColorstr='#6ef590', GradientType=0 );
    */
    background: rgba(12,77,152,1);
    background: -moz-linear-gradient(top, rgba(12,77,152,1) 0%, rgba(12,77,152,1) 18%, rgba(12,77,152,1) 33%, rgba(12,77,152,1) 73%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,77,152,1)), color-stop(18%, rgba(12,77,152,1)), color-stop(33%, rgba(12,77,152,1)), color-stop(73%, rgba(12,77,152,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(12,77,152,1) 0%, rgba(12,77,152,1) 18%, rgba(12,77,152,1) 33%, rgba(12,77,152,1) 73%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(12,77,152,1) 0%, rgba(12,77,152,1) 18%, rgba(12,77,152,1) 33%, rgba(12,77,152,1) 73%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(12,77,152,1) 0%, rgba(12,77,152,1) 18%, rgba(12,77,152,1) 33%, rgba(12,77,152,1) 73%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(12,77,152,1) 0%, rgba(12,77,152,1) 18%, rgba(12,77,152,1) 33%, rgba(12,77,152,1) 73%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4d98', endColorstr='#ffffff', GradientType=0 );

}

.bg_membership_type.type_2{
    background: rgba(76,224,103,1);
    background: -moz-linear-gradient(top, rgba(76,224,103,1) 0%, rgba(33,216,64,1) 25%, rgba(33,216,64,1) 50%, rgba(33,216,64,1) 75%, rgba(81,225,105,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,224,103,1)), color-stop(25%, rgba(33,216,64,1)), color-stop(50%, rgba(33,216,64,1)), color-stop(75%, rgba(33,216,64,1)), color-stop(100%, rgba(81,225,105,1)));
    background: -webkit-linear-gradient(top, rgba(76,224,103,1) 0%, rgba(33,216,64,1) 25%, rgba(33,216,64,1) 50%, rgba(33,216,64,1) 75%, rgba(81,225,105,1) 100%);
    background: -o-linear-gradient(top, rgba(76,224,103,1) 0%, rgba(33,216,64,1) 25%, rgba(33,216,64,1) 50%, rgba(33,216,64,1) 75%, rgba(81,225,105,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,224,103,1) 0%, rgba(33,216,64,1) 25%, rgba(33,216,64,1) 50%, rgba(33,216,64,1) 75%, rgba(81,225,105,1) 100%);
    background: linear-gradient(to bottom, rgba(76,224,103,1) 0%, rgba(33,216,64,1) 25%, rgba(33,216,64,1) 50%, rgba(33,216,64,1) 75%, rgba(81,225,105,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ce067', endColorstr='#51e169', GradientType=0 );
}
.membership_type .box-left,.membership_type .box-right{
    width: 100%; 
    min-height: 300px;
}
.membership_type_wrapper{
    background: rgba(255, 255, 255, 0.7);}
.membership_type{
    max-width: 400px;
    width: 98%;
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
}

.required-label {font-size:2.0em;color:black;margin-top:10px;}

.membership_type .box-left{
    float: left;
}
.membership_type .box-right{
    float: right;
}
#home-1{
    background: #fcfcfc url('images/left_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0;
    position: relative;
    margin-top: 30px;
}
.left-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.left-wrapper p {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    padding-right: 150px; 
}
.left-button-bottom {
    display: block;
    background-color: #0c4e98;
    width: 60%;
    border-radius: 30px;
    padding: 15px 100px;
    margin-top: 67px;
    font-size: 15px;
    color: #fff;
    text-align: right;
}
.watch-me{
    background: url('images/watch-me.png') no-repeat;
    background-size: 100%;
    display: block;
    width: 210px;
    height: 156px;
    position: absolute;
    /*top: 65px;*/top: 0; 
    right: 570px;
}
@media only screen and ( max-width: 767px ) {
    .membership_type .box-left{
        float: none;
        width: 100%;
    }
    .membership_type .box-right{
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .membership_type .checkbox-wrapper{padding-top: 15px;}
}
.membership-description .price{
    color: white;
    font-size: 3.5em;
    line-height: 16px;
}
.membership-description .desc .line-text-1{
    color: white;
    font-size: 2em;
    display: block;
    margin-top: 10px;
}
.membership-description .desc .line-text-2{
    color: white;
    font-size: 1.3em;
    margin-top: 0.7em;
    line-height: 1.5em;
    display: block;
}
.membership_type .membership_type-title{
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    font-size: 1.3em;
}
.mv-form-title{
    font-size: 2em;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.membership-add {padding: 30px 0px 15px 0px;}
.membership-add .add-to-cart{
    background: none;
    border: none;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 600px;
}
.membership-add .add-to-cart span{
    padding: 8px 0px;
    background: green;
    display: block;
    width: 100%;
}

.membership-add .add-to-cart span span{
    color: #fff;
}

.mv-loginform-signup a {
    color: #0C4E98;
}

.mv-loginform-signup a:hover {
    color: #fff;
}
.membership_type input[type=radio] {
    opacity: 0;
    margin: 8px;
}
/* ROUNDED ONE */
.member_check_type1, .member_check_type2 {
    width: 28px;
    height: 28px;
    background: url(images/uncheck.png);
    margin: 20px auto;
    position: relative;
}

.member_check_type1 label, .member_check_type2 label {
    cursor: pointer;
    width: 28px;
    height: 28px;
}

/*.member_check_type1 label:after, .member_check_type2 label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(images/checked.png);
    top: 0px;
    left: 0px;
}*/
.member_check_type1 input[type=radio]:checked  + label:after, .member_check_type2 input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    background: url(images/checked.png);
    top: 0px;
}

.signup-field-popup > input[type="password"],
.signup-field-popup > input[type="text"] {
    border-right: 5px solid #0C4E98 !important;
    margin: 15px auto !important;
    text-align: center;
    width: 65% !important;
    font-style: italic;
}

.mv-loginform > form {
    margin: 0 auto;
    width: 500px;
}

.vault .forgotpass {
    color: #000;
}

.vault .forgotpass a {
    color: #0A5098;
}

.vault {
    padding-bottom: 40px;
}

.mainfull {
    width: 100%;
}

.mainfull #main-content {
    margin: 0 auto;
    width: 1280px;
}

.vault-page {
    /*background: url("images/home-2-bg.png") no-repeat fixed -370px center / cover  rgba(0, 0, 0, 0);
    background-attachment: fixed;*/
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/converse-fields.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mainfull #main-content {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.42);
    border: 0 none;
}

.checkout {
    color: #000;
}

.checkout h3{
    color: #000;
}

.checkout label {
    color: #000;
    font-weight: bold;
}

.woocommerce input[type="text"], 
.woocommerce input[type="password"] {
    background: none repeat scroll 0 0 #e2e2e2 !important;
    border: 0 none;
    font-size: 16px;
    margin: 0 0 10px !important;
    padding: 10px;
}

.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce .form-row select{
    background: none repeat scroll 0 0 #e2e2e2 !important;
    border: 0 none;
    font-size: 16px;
    margin: 0 0 10px !important;
    padding: 10px;
}
/*
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none !important;
    margin: 0 auto 50px;
    width: 78% !important;
}
*/
/*
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {display:none;}
.woocommerce #payment .terms, .woocommerce-page #payment .terms  {display:none;}
*/


tr.total strong, .product-quantity, .shop_table .amount, .checkout .col-1 h3, #order_review_heading, .entry-content tr th, .entry-content thead th {
    color: #000;
}

.payment_methods p {
    color: #000;
    text-shadow: 0 0 0;
}

.woocommerce #payment, .woocommerce-page #payment {
    background: transparent !important;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    background: transparent !important;
    box-shadow: 0px 0px 0px transparent !important;
    color: #fff !important;
    text-shadow: 0 0 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    border-color: transparent !important;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    display: none !important;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    background: #fff !important;
    padding: 10px !important;
    border-radius: 0px !important;
}

.woocommerce-info {
    border-left: 5px solid #6ECBEA !important;
    border-top: 0px solid !important;
}

.page-id-156  .main-title {
    display: none;
}


#place_order.button {
    background: none repeat scroll 0 0 #2fa7db !important;
    border: 0 solid !important;
    box-shadow: 0 0 11px #fff inset !important;
    font-size: 15px !important;
    margin-top: 20px !important;
    padding: 12px 20px !important;
    text-shadow: 0 0 0 !important;
    text-transform: uppercase;
}

.page-id-7 #login {
    padding: 9px 0px;
}

#subscribe-popup {
    display: none;
    height: 320px;
    left: 50%;
    margin-top: 50px;
    position: absolute;
    top: 0;
    width: 550px;
    z-index: 999999;
}

#subscribe-wrap {
    background: none repeat scroll 0 0 #fff;
    border: 6px solid #1052A0;
    height: 199px;
    left: -50%;
    padding: 20px;
    position: relative;
    width: 630px;
}

#subscribe-wrap .grayship {
    display: none;
}

#subscribe-wrap #signuptop {
    border-bottom: 0px;
    padding: 0px;
    margin-top: -9px;
}

.subscribepopup {
    cursor: pointer;
    transition: all 500ms ease;
}

.subscribepopup:hover {
    opacity: 0.8;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
    background: none repeat scroll 0 0 #0c4e98 !important;
    border: 0 none !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    text-shadow: 0 0 0  !important;
}

table.shop_table thead {
    display: none;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-collapse: collapse !important;
}

.woocommerce table.my_account_orders th, .woocommerce-page table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders td {
    padding: 13px 11px !important;
}

.single .entry-content p {
    margin: 0 0 1.618em 0;
    color: #000;
}

#rps .slider .col center a:first-child {
    max-height: 260px;
    overflow: hidden;
    position: relative;
    display: block;
}

#rps .col img {
    border: 0px solid !important;max-height:244px;
}

.archive-post {
    margin-top: 5px;
}

.ap-title {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #999;
    margin-bottom: 15px;
}

.archive-post ul li {
    float: left;
    width: 30%;
    margin-left: 10px;
    list-style: none outside none;
}

.archive-post ul li:first-child {
    margin-left: 0px;
}

.archive-post ul li .ap-link{
    /* width: 160px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 18px;
}


.archive-post ul li a {
    font-size: 9px;
    color: #888;
}

.archive-post ul li .ap-img{
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    height: 118px;
    min-height: 118px;
    max-height: 118px;
    height: 118px;
    border:1px solid #E8E8E8;
}

.archive-post ul li img {
    width: 183px;
    display: block;
    height: 118px;
}

.lmb-inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 0px;
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 20px;
    width: 770px;
    margin: 0 auto 20px;
    max-width:100%;
}

#footer-info .lmb-inner a {
    color: #000;
    font-weight: bold;
}


.subscribepopup {
    color: #0C4E98;
    font-weight: bold;
    margin: 30px 0;
}


.mv-subtext b:hover {
    color: #fff;
}

.menunotlogged li a {
    padding: 21px 31px !important;
}

.lb-inner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    margin: 0 auto;
    padding-bottom: 28px;
    width: 835px;
}

.checkout .mv-loginform-signup {
    font-size: 21px;
    margin: 70px 0 80px;
    text-align: center;
}

p.form-allowed-tags {
    display: none;
}

#commentform p.form-submit {
    margin-right: 56px;
    margin-top: 10px;
}

table.shop_table {
    background: rgba(255, 255, 255, 0.8);
}

h3#order_review_heading {
    font-weight: bold;
}

.topThankyou {
    background: url("images/thankyou.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    padding: 70px;
    text-align: center;
}

.tyTopHeader {
    color: #0C4E98;
    margin-bottom: 70px;
    font-size: 25px;
}

.tyTopHeader span {
    font-weight: bold;
    display: block;
    margin-top: 4px;
    font-size: 33px;
}

.freestuff-txt {
    color: #0A5098;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 70px;
}

.freestuff-text2 {
    font-size: 12px;
    margin-bottom: 90px;
}

.freestuff-text2 > ul {
    list-style: disc outside none;
    margin-top: 20px;
}

.bty-video .bty-pervid {
    margin: 0 auto;
    width: 985px;
}

.bty-pervid > div, .ty-videoBox > div {margin: 0 auto;}

.bty-video > div {
    display: inline;
    margin: 0 10px;
}

.bottomThankYou {
    margin: 40px 0;
    text-align: center;
}

.bty-Header {
    color: #0c4e98;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.freestuff-text2 li {
    line-height: 37px;
    list-style: none outside none;
}
.arrleft {
    float: left;
    margin-left: 20px;
}

.arrright {
    float: right;
    margin-right: 20px;
}

.blog-arrow {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 30px;
}

.postnav {
    background: #eee;
    padding: 30px 0;
}

.postnav a:hover{
    color: #0C4E98;
}

.arrleft span {
    display: inline-block;
    font-size: 15px;
    height: 100%;
    margin-left: 10px;
    vertical-align: middle;
    width: 350px;
}

.arrright span {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    width: 350px;
    height: 100%;
    vertical-align: middle;
}

.signuppage .arrright span, .signuppage .arrleft span {
    width: 150px;
}

.ty-modulebox #home-4 {
    margin: 0 auto;
    width: 1276px;
}

.ty-modulebox {
    background: url("images/converse-fields-medium.jpg") no-repeat scroll center bottom / cover rgba(0, 0, 0, 0);
}

.bty-pdfcont .pdb-size {
    font-size: 9px;
}

.bty-pdfcont {
    margin: 0 auto 40px;
    width: 256px;
}

.bty-pervid > p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.img-avatar .border_cont {
    border-radius: 75px;
    overflow: hidden;
}

/*------------------------------------------------*/
/*-----------------[BEVERLY CSS]-----------------*/
/*------------------------------------------------*/
.home .entry-content {
    padding: 0;
}

.home .entry-content > .main-title {
    display: none;
}

.home .entry-content > .no-break {
    display: none;
}

#home-1 > div {
    /*-webkit-border-image: url('images/home-shadow.png') 30 30 round;
    -o-border-image: url('images/home-shadow.png') 30 30 round;
    border-image: url('images/home-shadow.png') 30 30 round;
    border-bottom-width: 30px;*/
}


#home-1 .left, #home-1 .right {
    width: 50%;
    /*margin-left: 1%;
    margin-right: 1%;*/
    float: left;
}
#home-1 .right{
    text-align: right;
}
#home-1 .edward-files {
    position: relative;
    min-height: 674px;
    border: 1px solid #E8E8E8;
}

#home-1 .edward-files > img {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    z-index: 9999;
}

#home-1 .edward-files > div.head-blog-slide {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    border: 1px solid #ccc;
    padding: 5px;
    text-transform: uppercase;
    background: #FFF;
    text-align: center;
    width: 90%;
}

#home-1 .subscribe {
    background-image: url('images/home-1-subscribe-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#home-1 .subscribe h1 {
    text-transform: uppercase;
    padding: 25px;
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
}

#home-1 .subscribe h1, #home-1 .subscribe p {
    text-align: center;
    color: #545454;
}

#home-1 .subscribe p {
    margin: 0 auto;
    width: 80%;
}

#home-1 #mc-embedded-subscribe-form {
    margin: 0 auto;
    width: 68%;
}

#home-1 #mce-EMAIL {
    font-size: 14px;
    margin-right: 2%;
    padding: 6px;
    text-align: center;
    width: 50%;
}

#home-1 #mc-embedded-subscribe-form .cls_btn {
    font-size: 16px;
    padding: 2% 5%;
    text-transform: uppercase;
    border-radius: 7px;
}

#home-1 #rps {
    border: 0px solid #e8e8e8;
    float: left;
    height: auto !important;
    position: relative;
    width: 100% !important;
}

#home-1 #rps .window { 
    width: 100% !important; 
    max-width: 2800px !important; 
    height: auto !important;
}

#home-1 #rps .window .slider {
    width: 400% !important;
    position: relative !important;
    margin: 0; padding: 0; font-size: 0; text-align: left;
}

#home-1 #rps .window .slider .slide { 
    width: 25% !important; 
    height: auto !important; 
    float: left !important; 
}

#home-1 #rps .window .slider .slide .col { 
    border: 0 none !important;
    height: auto !important;
    width: 100% !important;
}

#home-1 #rps .paging {
    display: block;
    margin: 20px auto 10px;
    position: relative;
    width: 150px;
    background: none;

}

#home-1 #rps .paging a {
    border-radius: 27px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 11px;
    text-decoration: none;
    background-color: #ddd;
    margin: 10px 5px 0;
}

#home-1 #rps .col p.post-title {
    height: auto;
    position: relative;
    text-align: center;
    height: 110px;
    overflow: hidden;
}

#home-1 #rps .col p.post-title span {
    font-size: 23px;
    font-weight: normal;
    height: auto;
    line-height: 1.5;
    position: relative;
}

#home-1 #rps .col p.post-date-2 {
    color: #bcbcbc;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}





#home-2 {
    background-image: url('images/converse-fields-medium.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 2% 10%;
}

#home-2 h2, #home-2 h1, #home-2 p {
    text-align: center;
}

#home-2 h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #FFF;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.8);
}

#home-2 h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #0C4E98;
}

#home-2 p.supper-title {
    font-size: 28px;
}

#home-2 p {
    font-size: 24px;
}

p.highlight-w {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    text-shadow: 0 0 0;
    margin: 41px 0px;
    padding: 7px;
}

#home-2 img.author {
    border-radius: 90px;
    border: 5px solid #fff;
    box-shadow: 0 1px 17px rgba(50, 50, 50, 0.1);
    margin: auto;
    padding: 0 !important;
    height: 150px;
    width: 150px;
}

#home-2 .sign-up-login {
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    padding: 14px 7px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

#home-2 .sign-up-login > div {
    display: inline;
    margin-top: -20px;
    padding: 10px 38px;
    width: 50%;
}

#home-2 .sign-up-login #sign-up {
    color: #FFF;
    border-radius: 20px;
    background: #0c4e98; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c4e98 0%, #2989d8 50%, #2671c1 51%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c4e98), color-stop(50%,#2989d8), color-stop(51%,#2671c1), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0c4e98 0%,#2989d8 50%,#2671c1 51%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4e98', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    transition: opacity 300ms ease;
}

#home-2 .sign-up-login #sign-up:hover {
    opacity: 0.8;
}

#home-2 .sign-up-login #sign-up a {
    color: #FFF;
}

#home-2 .sign-up-login #login a {
    color: #0C4E98;
}








#home-3 {
    background-image: url('images/home-3-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #565656;
    border: 10px solid #0C4E98;
    text-align: center;
    padding: 2% 1% 1%;
    border-bottom: 0px;
}

#home-3 span {
    color: #0C4E98;
}

#home-3 p {
    font-size: 20px;
}

#home-3 h2 {
    text-transform: normal;
}

#home-3-membership{
    background-repeat: no-repeat;
    background-size: cover;
    color: #565656;
    border: 10px solid #0C4E98;
    text-align: center;
    padding: 0;
    border-top: 0px;
}
#home-3-membership .mv-loginform-signup-home3 {
    background-color: #0c4e98;
    color: #000;
    font-size: 33px;
    height: 50px;
    margin-top: 0;
    text-transform: uppercase;
}
#home-3-membership  .img_middle_home_2{text-align: center;}
#home-3-membership a.sign-up-now{
    background-color: #1fc93f;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

.mv-loginform-middle{width: 100%; max-width: 700px; text-align: center; margin: 0 auto;}
.mv-loginform-middle  .signup-field-popup-middle input{text-align: center;font-style: italic;border: 0px;display: inline-block;font-size: 17px;padding: 10px 20px;margin-bottom: 10px;background: #E2E2E2;color: #000;}
@media only screen and ( max-width: 767px ) {
    .mv-loginform-middle  input{width: 80%!important;}
}
#home-3-membership .sign-up-home3{margin: 40px 0 30px 0px;}
#home-3-membership .sign-up-home3 .img_payment{margin-top: 10px;}

.mv-form-title-middle {
    font-size: 2em;
    width: 100%;
    text-align: center;
    padding: 5px 0px 10px 0px; 
    font-weight: bold;
    text-transform: uppercase;
}

.mv-loginform-middle #log_username{width: 260px; max-width: 100%}
.mv-loginform-middle #log_password{width: 240px; max-width: 100%}
.mv-loginform-middle  input[type="submit"] { background: none repeat scroll 0 0 #0c4e98;    border: 0 none;    color: #fff;    font-size: 14px;    padding: 10px;    transition: background 500ms ease 0s;    width: 90px}
.mv-loginform-signup-home3 a {    color: #0c4e98;}
#home-4 h1 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    background-color: #0C4E98;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

#home-4 .key-modules {
    width: 100%;
}

#home-4 .key-module {
    width: 20%;
    float: left;
    height: 280px;
    color: #666666;
    background: #FFF;
    /*
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(195,195,195,1) 70%, rgba(195,195,195,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(195,195,195,1)), color-stop(100%,rgba(195,195,195,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(195,195,195,1) 70%,rgba(195,195,195,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(195,195,195,1) 70%,rgba(195,195,195,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(195,195,195,1) 70%,rgba(195,195,195,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(195,195,195,1) 70%,rgba(195,195,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c3c3c3',GradientType=1 );
    */
}


#home-4 .key-module:hover {
    /* background: rgb(189,189,189);
    background: -moz-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 0%, rgba(84,84,84,1) 70%, rgba(84,84,84,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(189,189,189,1)), color-stop(70%,rgba(84,84,84,1)), color-stop(100%,rgba(84,84,84,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 0%,rgba(84,84,84,1) 70%,rgba(84,84,84,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 0%,rgba(84,84,84,1) 70%,rgba(84,84,84,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(189,189,189,1) 0%,rgba(84,84,84,1) 70%,rgba(84,84,84,1) 100%);
    background: radial-gradient(ellipse at center, rgba(189,189,189,1) 0%,rgba(84,84,84,1) 70%,rgba(84,84,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#545454',GradientType=1 ); 
    */ 
}

#home-4 .key-module a {
    text-decoration: none;
}

#home-4 .key-module-content {
    color: #666;
    padding: 20px;
}

#home-4 .key-module-content p:first-child {
    /*height: 45px;*/ 
    padding-bottom: 0;
}

#home-4 .key-module-content:hover {
    color: #FFF;
}

#home-4 p {
    text-transform: uppercase;
    text-align: center;
}





#home-5 {
    position: relative;
}

#home-5 #banner {
    background-image: url("images/banner.png");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: -40px;
    padding: 10px 0px;
}

#home-5 #banner p {
    color: #FFF;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

#home-5 p {
    text-align: center;
    margin: 15px 0;
}

#home-5 h1 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 30px;
}

#home-5 span {
    color: #0C4E98;
}

#home-5 span.price {
    color: #f40348;
}

#home-5 a {
    background-color: #E91B23;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

#home-5 p.note {
    color: #7f7e7f;
    font-size: 12px;
}

#home-11 {

    margin-left: -100px;
    margin-right: -100px;
    margin-top: 40px;
}

#home-11 p {
    font-size: 13px;
    font-weight: 300;
    color:  #6c6360;
    line-height: 1.5;
}

#home-11 #shs_slider_cont a.shs_nav {
    display: none;
}

#home-11 .testimonial {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: left;
    list-style: none outside none;
    margin: 10px 0;
    padding: 1.5%;
    width: 30% !important;
    text-align: left;
}

#home-11 .content-testimonials a { 
    color: #0C4E98;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

#home-11 .testimonial .avatar, #home-11 .cat_homepage .avatar {
    border-radius: 90px;
    box-shadow: 0 1px 17px rgba(50, 50, 50, 0.1);
    margin: auto;
    padding: 0 !important;
}

#home-11 .post img, #home-11 .type-page img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e8e4e3;
    display: block;
    height: auto !important;
    max-width: 95%;
    padding: 0.53em;
}

#home-11 .img-avatar {
    float: left;
    padding-right: 20px;
    width: 120px;
}

#home-11 #shs_slider_cont {
    position: relative;
    width: 100% !important;
}

#home-11 #shs_slider_ul {
    /*left: -100% !important;*/
    width: 300% !important;
}

#home-11 #shs_slider_cont .shs_items {
    position: relative;
    width: 33.33% !important;
    width: calc(100% / 3) !important;
}

.shtml_wpf_ref {
    color: #FFF;
    font-size: 1px;
}

.content-testimonials {
    float: left;
    width: 210px;
}





#home-7 {
    background-image: url('images/home-7-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: cover;
}

#home-7 .left, #home-7 .right {
    width: 40%;
    margin: 5%;
    float: left;
    text-align: center;
}

#home-7 .left p {
    color: #FFF;
}
#home-7 .left p, #home-7 .right p {
    font-size: 1.4em;
}

#home-7 .right h3 {
    font-size: 2em;
}


#home-8 {
    padding: 30px;
}

#home-8 .title-top {
    color: #0C4E98;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

#odd-faq {
    box-sizing: border-box;
    border: 0 none;
}

#odd-faq * {
    box-sizing: border-box;
}

.home #odd-faq, .home #odd-faq .odd-faq-question {
    width: 100%;
    color: #222;
    font-size: 18px;
    text-align: center;
}
.home #odd-faq, .home #odd-faq .odd-faq-question, .home #odd-faq .odd-faq-answer {
    border-bottom: none;
    font-weight: normal;
}

#odd-faq .odd-faq-answer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #888;
    font: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}






#home-9 {
    background-image: url('images/home-9-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#home-9 h1 {
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 0;
    background: #0C4E98; /* Old browsers */
}

#home-9 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#home-9 p {
    color: #6d6d6d;
    margin: 15px;
}

/*#home-9 span {
    color: #0C4E98;
}

#home-9 span.price {
    color: #f40348;
}*/

#home-9 a {
    background-color: #E91B23;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

#home-9 p.note {
    font-size: 12px;
}







#home-10 {
    width: 100%;
    margin-bottom: -5px;
}

#home-1 .subscribe {
    background-position: center center;
    background-size: 103% 105%;
}

#home-1 .subscribe h1, #home-1 .subscribe p {
    color: #222;
}

#home-1 #mce-EMAIL {
    margin-right: 2%;
    padding: 6px 0;
    width: 48%;
}

#home-1 #mc-embedded-subscribe-form .cls_btn {
    padding: 2% 0;
    width: 48%;
}

#home-1 #rps .col p.post-title span {
    color: #222 !important;
}

#home-1 #rps .col p.post-date-2 {
    color: #555;
}

#home-1 #rps .paging a {
    color: #000;
}

#home-3 {
    color: #222;
}

#home-4 .key-module-content {
    color: #111;
    text-align: center;
}

#home-5 p.note {
    color: #333;
}

#home-11 p {
    color: #111;
    font-size: 15px;
}

#home-9 p {
    color: #333;
}

.home .home-section #signuptop {
    border-bottom: 0px;
    padding: 0px 0px 20px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0px;
    overflow: hidden;
}

.home .home-section #signuptop .sgn {
    font-size: 20px;
}
.signuptop-wrapper .sgn {
    padding-right: 0;
    font-size: 14px;
}

.signuptop-wrapper {
    margin-top: 25px;
    display: block;
}
.signuptop-wrapper #signuptop .sgn{
    font-size: 18px !important;
}
.home .home-section .sgncont {
    width: 100%;
    margin-top: 20px;
}

.home .home-section #mc4wp-form-1 {
    margin-top: 0px;
}

.home .home-section .grayship {
    display: none;
}

.home-section #signuptop .sgn {
    margin-top: 16px;
}

/* ADDED 14 OCTOBER 2014 */
#content.signuppage > p {
    /*font-size: 13px;
    letter-spacing: 1px;*/
    margin: 20px;
    font-size: initial;
}

#content.thankyou .sp-text {
    /*font-size: 13px;
    letter-spacing: 1px;*/
}

.vault-page {
    /*letter-spacing: 1px;*/
}

.fve-video-wrapper {
    padding-bottom: 56.25% !important;
}

.fve-max-width-wrapper {
    margin-left: auto !important;
}

.page-template-page-vault-php #message_error {
    /*background-color: #fff;*/
    color: red;
    font-size: 16px;
    margin: 0 auto 20px;
    width: 68.7%;
}

.mv-title {
    margin: 0;
    padding: 20px 0 10px;
}

.page-template-page-vault-php #home-4 p {
    text-align: center;
    text-transform: none;
}

.page-freestuff #signuptop .sgn {
    font-size: 20px;
}

.page-freestuff #signuptop .box-introduct .content > div {
    font-size: 13px;
    background: url("images/freestuff-plus-icon.png") no-repeat scroll 10px center / 34px auto rgba(0, 0, 0, 0);
}

.page-freestuff #signuptop .mc4wp-form input[name="EMAIL"] {
    padding: 8px 3%;
    letter-spacing: 0;
    font-size: 14px;
    height: 50px;
}

.page-freestuff #signuptop .box-form div.form .bg-form {
    background: url("images/freestuff-textbox.png") no-repeat scroll right center / cover rgba(0, 0, 0, 0);
    width: 480px;
    max-width: 480px;
    margin-top: 26%;
    height: auto !important;
}

.free-stuff-footer{
    /*
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/converse-fields-small.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% auto;
    
    background-position: center center;
    background-size: cover;
    color: #000; 
    height: 374px;
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    height: 250px;
    */
}
#mc4wp-form-1 .mc4wp-alert { 
    margin: 0 !important; 
    position: absolute;
    clear: both;
}

.page-freestuff #signuptop .box-form .author {
    margin-left: 14%;
    width: 26%;
    padding: 70px 0;
}
.page-id-3261{
    /*background-image: url(images/converse-fields-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;*/ 
}
.page-id-3261 #footer-info{
    margin-top: 50px;
}
.page-id-3261 #main-content{
    border-bottom: 1px solid #E0E0E0;
}
.pdfdownloadbtn {
    width: 300px;
    margin: 15px auto;
}

.bty-pdfcont {
    margin: 0 auto 40px;
    width: 300px;
}

.pdb-text {
    width: 235px;
    font-size: 13px;
}

.entry-content .main-title {
    font-weight: normal;
}

.sgncont {
    width: 90%;
}

#left1 {
    width: 80%;
    float: left;
}

#right1 {
    width: 15%;
    float: left;
}

.grayship {
    margin-top: 20px;
}

body.single #left-area, body.page #left-area {
    clear: both;
}

#introductionmarketing {
    display: none;
}

#popupcontainer {
    height: 280px;
    margin-top: 0;
}

.chzn-container-single .chzn-search input { 
    background-image: none !important; 
}

.single-product.postid-170.woocommerce-page > #container,
.single-product.postid-4662.woocommerce-page > #container,
.single-product.postid-4664.woocommerce-page > #container {
    display: none;
}

.single-product.postid-170.woocommerce-page .learnmore-blog {
    background-size: cover;
    height: auto;
}

/*.vault-page {
    background-attachment: scroll;
    background-size: cover !important;
}*/

/*.page-freestuff #signuptop .box-form div.form .bg-form {
    height: auto !important;
}*/

/* Contact Us page */
.rightcol {
    width: 40%;
}

#wpcf7-f4216-o1 form input[type="text"],
#wpcf7-f4216-o1 form input[type="email"],
#wpcf7-f4216-o1 form textarea {
    width: 70%;
}

.comment #respond #commentform {
    margin-left: 50px;
}

.no-break{display:none;}
/*.hide-follow-step{display:none!important;}*/

/* End: Contact Us page */


/*@media (max-width: 1244px) {
    #wpcf7-f4216-o1 form input[type="text"],
    #wpcf7-f4216-o1 form input[type="email"],
    #wpcf7-f4216-o1 form textarea {
        width: 100%;
    }
}

@media (max-width: 570px) {
    #wpcf7-f4216-o1 form input[type="text"],
    #wpcf7-f4216-o1 form input[type="email"],
    #wpcf7-f4216-o1 form textarea {
        width: 80%;
    }

    .rightcol {
        padding-left: 0;
    }

    span.c-email {
        font-size: 11pt;
    }

    .wpcf7-form > p {
        font-size: 13pt;
    }


    .mark {        
        font-size: 12pt;
        margin-top: -4px;
    }
}*/

.slogan {
    color: #0c4e98;
    font-size: 20px;
    font-weight: bold;
}

/*
 * New styling for top banner (2016-06-21)
 */

#main-header .tagline {
    width: 100%;
    max-width: 1280px;
    min-height: 60px;
    margin: auto;

    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: -0.025em;

    color: #fff;
    background-color: #000;
	clear: both;
}

/*
 * New home page styling (2016-05-19)
 *
 * I apologize for adding to the mess that is this CSS file, but it's
 * too time-consuming to try to clean up everything else, so this is
 * just the way it has to be.
 */

.home {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;

    background: #fff;
    color: #727a7d;
}

.home main {
    background-color: #fff;
}

.home section {
    box-sizing: border-box;
    clear: both;
    text-align: center;
    padding: 50px 100px;
}

.home p,
.home h1,
.home h2,
.home h3,
.home h4 {
    font: inherit;
    color: inherit;
    text-align: inherit;
}

.home h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #0168da;
}

.banner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;

    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.025em;
    text-align: center;

    color: #fcfcfc;
}

.banner > img {
    width: 100%;
}

.banner .content {

    position: absolute;
    width: 90%;
    height: auto;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-110%);
    vertical-align: middle;
}

.banner h1 {
    display: block;
    margin-bottom: 215px;
    background: rgba(0, 0, 0, 0.3);
    font: inherit;
    font-size: 43px;
    line-height: 80px;
    letter-spacing: -0.025em;
    font-weight: bold;

    color: inherit;
}

.banner .caption {

    width: 97%;
    max-width: 900px;
    margin: 20px auto;
    font-size: 30px;
    line-height: 37px;
    font-weight: bold;
}

.banner p {
    max-width: 600px;
    margin: auto;
}

.home .detail {
    position: relative;
    /* NOTE: the min-height and padding left are calculated based on the
             image dimensions for the product image */

    min-height: calc(287px + 2 * 50px);
    min-height: 387px;
    padding-left: calc(361px + 76px);
    padding-left: 437px;
    padding-right: 50px;

    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.025em;
    text-align: left;

    background: #f4f3f3 url('images/box.png') no-repeat 50px 50%;
}

.home .detail h2 {
    font-size: 24px;
    line-height: 25px;
    color: #727a7d;
}

.home .detail ul {
    padding: 20px 0px;
}

.home .detail ul li {
    display: block;
    height: 50px;
    margin-top: 10px;
    background: transparent url('images/tick.png') no-repeat left top;
    background-size: 32px;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5ddpx) {
    .home .detail ul li {
        background-image: url('images/high-res/tick.png');
    }
}

.home .detail ul li {
    padding-left: 50px;
    margin-left: -50px;
}

.home img.highlight {
    width: 100%;
    width: calc(100% + 200px);
    max-width: none;
    margin-top: 50px;
    margin-bottom: -50px;
    margin-left: calc(-100px);
    margin-right: calc(-100px);
}

.home .call-to-action {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.020em;
    background-color: #015ec6;
    color: #ebeaea;
}

.home .call-to-action h2 {
    font: inherit;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.025em;
    color: #fcfcfc;
}

.home .call-to-action button,
.home .call-to-action [role="button"] {
    display: inline-block;
    height: 75px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px 50px;

    font-size: 25px;
    line-height: 75px;
    letter-spacing: 0.020em;
    text-transform: uppercase;
}

.home .video {
    position: relative;
    width: 100%;
    height: 0px;
    margin-top: 30px;
    padding-bottom: 55.55%;
}

.home .video iframe {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.home #odd-faq {
    margin-bottom: 40px;
}

.home .download {
    display: inline-block;
    margin-bottom: 50px;
    padding: 20px 30px;
    padding-left: 60px;
    border-radius: 3px;

    font: inherit;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.020em;

    background: #0168da url('images/download.png') no-repeat 17px 50%;
    background-size: 32px;
    color: #fcfcfc;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5ddpx) {
    .home .download {
        background-image: url('images/high-res/download.png');
    }
}

.home .download + .download {
    margin-left: 15px;
}

.home .gallery {
    margin: 30px -100px 40px;
}

.home .gallery li {

    display: inline-block;
    max-width: 23%;
    margin: 0px 2%;
}

/* End new homepage styling */


/* NOTE: ADDED BREE SERIF FONT */

.for-mobile{display: none;}

/* ADDED 14 OCTOBER 2014 */
@media only screen and ( min-width: 320px ) and (max-width: 768px){
    .for-mobile{display: initial;}
    .not-mobile{display: none;}
    .slogan{display: none;}

    #home-1 .left, #home-1 .right{
        width: 100% !important;
    }
    #content, body.page #content, #left-area{
        padding-top: 10px;
    }
    #home-2 p, #home-2 p.supper-title{font-size: 24px;}
    .home-sgn{
        font-size: 24px;
        margin: 10px 0;
        padding: 0 15px;
    }
    .left-wrapper{
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 0px;
    }
    .left-wrapper p{
        font-size: 24px;
        padding: 0 15px;
        line-height: initial;
    }
    #home-1 {
        margin-top: 70px;
    }
    .left-button-bottom {
        display: block;
        background-color: #0c4e98;
        width: 100%;
        border-radius: 30px;
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 13px;
        color: #fff;
        text-align: right;
        box-sizing: border-box;
    }
    .text-banner.for-mobile p {
        padding: 17px;
    }
    .watch-me{
        display: none;
    }
    .slogan{
        font-size: 12px;
    }
    .home-gallery-wrapper img{
        width: 97%;
    }
}
@media only screen and ( min-width: 481px ) and (max-width: 768px){
    .left-button-bottom {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .slogan{
        font-size: 16px;
    }
    .home-gallery-wrapper img{
        width: 47%;
    }
}
@media only screen and (min-width: 768px)  and (max-width: 769px){
    #home-1 .left, #home-1 .right{
        width: 50% !important;
        float: left !important;
    }
    .watch-me {
        background: url('images/watch-me.png') no-repeat;
        background-size: 100%;
        display: block;
        width: 140px;
        height: 100px;
        position: absolute;
        /*top: 35px;*/top: 0;
        right: 40%;
    }
    .home-sgn{font-size: 17px;}
    .left-wrapper p{font-size: 13px;}
    .left-button-bottom{
        box-sizing: border-box;
        padding: 15px 10px;
        width: 100%;
    }
    .left-wrapper{
        padding-right: 20px;
        padding-left: 20px;
    } 
    #home-0 .not-mobile{display: block;}
    #home-0 .for-mobile{display: none;}
}
@media only screen and ( min-width: 769px ) and (max-width: 1025px){
    .watch-me {
        background: url('images/watch-me.png') no-repeat;
        background-size: 100%;
        display: block;
        width: 140px;
        height: 100px;
        position: absolute;
        /*top: 100px;*/top: 0;
        right: 40%;
    }
    .slogan{
        font-size: 20px;
    }
    .left-button-bottom{
        box-sizing: border-box;
        padding: 15px 10px;
        width: 100%;
    }
    .left-wrapper{
        padding-right: 20px;
        padding-left: 20px;
    }
}

.signuppage p {
    font-size: 20px !important;
}

.page-id-157 .woocommerce #customer_login,
.page-id-157.logged-in .mv-loginform-signup-home3, 
.page-id-157.logged-in .bord-log,
.page-id-157.logged-in .mv-loginform-signup-home3{display:none;}

#footer-info .learnmore-blog.modulebox {
    display: none;
}

@media (max-width: 1280px) and (min-width: 768px) {
    #logo {
        margin-left: 10px;
    }

    .membership {
        margin-right: 10px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .home {
        font-size: 20px;
    }

    .home h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .banner .content {
        transform: translateY(-50%);
    }

    .banner h1 {
        font-size: 52px;
        margin-bottom: 0px;
    }

    .banner .caption {
        font-size: 28px;
    }

    .home .gallery li {
        max-width: 48%;
    }

    .home .download {
        display: inline-block;
        padding: 15px;
        padding-right: 20px;
        padding-left: 50px;
        background-size: 24px;
        font-size: 15px;
    }
}

@media (max-width: 1023px) {
    .home .detail {
        padding-left: 361px;
        background-position: 0px 50%;
    }

    .home .detail ul li {
        height: auto;
    }

    .home .download + .download {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    main,
    section {
        overflow: hidden;
    }
	
	body.home #top-navigation {
		height: auto;
	}
	
	#top-info {
		margin-bottom: 10px;
	}

    #main-header .tagline {
        box-sizing: border-box;
        font-size: 19px;
        line-height: 40px;
        padding-left: 24%;
        padding-right: 24%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single .entry-content button,
    .single .entry-content [role="button"] {
        font-size: 17px;
        line-height: 28px;
        padding: 10px;
    }

    .membership {
        display: block;
        float: none;
        text-align: center;
    }

    .home {
        font-size: 20px;
    }

    .banner {
        padding: 20px 0px;
        overflow: hidden;
    }

    .banner h1 {
        display: block;
        margin: auto;
        margin-top: 10px;

        font-size: 40px;
        line-height: 50px;
    }

    .banner .caption {
        font-size: 24px;
        line-height: 34px;
    }

    .banner > img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .banner .content {
        position: relative;
        top: auto;
        transform: none;
    }

    .home h2 {
        font-size: 29px;
        line-height: 36px;
    }

    .home section {
        padding: 30px 30px;
    }

    .home .detail {
        padding-top: 30px;
        padding-bottom: 410px;
        padding-right: 30px;
        padding-left: 30px;
        background-position: 50% 100%;
    }

    .home .detail ul {
        padding-left: 40px;
    }

    .home .detail ul li {
        height: auto;
        background-position: 0% 5px;
    }

    .home img.highlight {
        width: 100%;
        width: calc(100% + 360px);
        margin-left: calc(-30px);
        margin-right: 0px;
    }

    .home .call-to-action h2 {
        font-size: 22px;
        line-height: 29px;
    }

    .home .call-to-action button,
    .home .call-to-action [role="button"] {
        display: block;
        width: 100%;
        height: auto;
        padding: 0px;
        font-size: 20px;
        line-height: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home .video {
        width: calc(100% + 60px);
        margin-left: calc(-30px);
        margin-right: calc(-30px);
        padding-bottom: 80%;
    }

    .home .gallery {
        margin-left: -30px;
        margin-right: -30px;
    }

    .home .gallery li {
        max-width: none;
        margin-bottom: 20px;
    }

    .home .download {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        padding-right: 10px;
        padding-left: 42px;
        background-size: 24px;
        font-size: 14px;
    }

    #footer-info nav ul li {
        display: block;
    }

    #footer-info nav ul li + li:before {
        content: none;
    }
}

@media only screen and ( max-width: 480px ){
    .banner {
        box-sizing: border-box;
        width: 100%;
        overflow: visible;
        font-size: 20px;
    }

    .banner > img {
        left: -500%;
        right: -500%;
        width: auto;
        max-width: none;
        height: 100%;
        margin: auto;
        z-index: 0;
    }

    .banner p {
        display: block;
    }
}

#btn-next {
    display: none;
}

#term-condition{
    background: white;
    padding: 20px;
    overflow-y: scroll;
    height: 200px;
}
@media (max-width: 1024px){
    
.banner h1{
	font-size: 60px;
}
}

@media (max-width: 720px){
    #main-header .tagline {
    font-size: 17px !important;
}


}

@media (max-width: 648px){
    #main-header .tagline {
    font-size: 15px !important;
    padding-left: 10% !important;
    padding-right: 10% !important;

}
}


@media (max-width: 380px){
    #main-header .tagline {
    font-size: 13px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;

}
}


.banner .content {
    margin-top: 142px !important;
}






.vault-tick ul li {
    display: block;
    height: 50px;
    margin-top: 10px;
    background: transparent url('images/tick.png') no-repeat left top;
    background-size: 32px;
    text-align: left;
    padding-left: 50px;
    line-height: 20px;
}

.vault-tick ul {
    padding-left: 15%;
    padding-right: 15%;
}

.home .call-to-action h2 {
	font-weight: bold !important;
    margin-bottom: 12px !important;
	
}

#content-div-popup{
	padding:50px;
}

#et-social-icons {
    
    height: 70px !important;
   
}

@media (max-width: 640px) {
	
	.vault-tick ul {
    padding-left: 0;
    padding-right: 0;
}
.banner h1 {
    font-size: 34px;
}

.banner .content {
    margin-top: 40px !important;
}

#content-div-popup {
    padding: 5px;
}

#content-div-popup a {
    margin: 0px 0px;
}
}


@media (min-width: 1500px) {
#content-div-popup a {
    margin: 0px 30%;
}
}

.arrright.modulenextBtn1 {
    background: #f67f00;
    padding: 10px 20px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.arrright.modulenextBtn1 a {
    color: #fcfcfc;
    font-size: 30px;
    text-transform: uppercase;
}



.arrright.modulenextBtn1 span {
    font-size: 25px;
    margin-top: -6px !important;
}

#content-div-popup{
	color: #727a7d;
}

#content-div-popup h3{
	color: #727a7d;
	font-weight: bold;
}

