/* Begin canvas.css */

/*
px = em
34 = 2.429
32 = 2.285
30 = 2.142
28 = 2.000
26 = 1.857
24 = 1.714
22 = 1.571
21 = 1.5
20 = 1.428
19 = 1.357
18 = 1.286
16 = 1.143
15 = 1.071
14 = 1
13 = 0.921
12 = 0.857
11 = 0.786
10 = 0.714
9 = 0.643
*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/* GENERAL STYLES */

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body, input, textarea  {
    background-color: #fff;

    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-weight: 400;
    color:#555;

    font-size: 15px;
    line-height: 1.5em;
}

#header, #navigation-wrapper, #sidebar, #sidebar input, #footer-widgets, #footer {
    font-size: 15px;
}

.sidebar-font {
    font-size: 14px;
    line-height: 1.5em;
}

.stars-wrapper {
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
}

.stars-wrapper .stars {
    font-size: 25px;
}

h1, h2, h3, h4, h5, h6, .bigstrong, .archive_header  {
    margin: 0;
    font-family: "Open Sans", Georgia, serif;
    font-weight: 300;
    color: #333;
    line-height: 1.1em;
    letter-spacing: -1px;
}
h1, h2 {
    letter-spacing: -2px;
}

h1 {
    font-size: 2.8em;
}
.one-col #main h1, #huge-feature-title {
    font-size: 3.7em;
}
h2.entry-title {
    font-size: 2.429em;
}
h2 {
    font-size: 2.142em;
}
.one-col #main h2 {
    font-size: 2.7em;
}
h3, .archive_header {
    font-size: 1.428em;
}
.one-col #main h3 {
    font-size: 1.571em;
}
h4, .bigstrong {
    font-size: 1.286em;
}
h5 {
    font-size: 1.143em;
}
h6 {
    font-size: 1.143em;
}

h2.tunn {
    font-size: 2.7em;
    font-weight: 300;
}

.bigstrong {
    font-weight: 600;
}

.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
    color: #333;
}

.post-meta {
    font-size: 0.857em;
    line-height: 1.5em;
    font-weight: 300;
    color:#777;
}

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 5px 1%; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid; margin-bottom:10px;}

.hide { display: none; }

/* 1.2 Hyperlinks */

a:link, a:visited { color: #003ba1; text-decoration: none; }
a:hover { text-decoration: underline; }


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
.col-left { float: left; }
.col-right { float: right; }
.col-full  { max-width: 940px; margin: 0 auto; }

/* 2.3 Header */
#logo .site-title, #logo .site-description { display: none; }

/* 2.4 Content */

#content {
    margin: 0 auto;
    padding: 0 10px;
}

#navigation-inner-wrapper {
    margin: 0 auto;
}

#content{
    position:relative;
    padding-top: 1em;
    padding-bottom: 2em;
}

.huge-feature #content {
    padding-top: 0;
}

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .tertiary { float:left; margin-right:0; } 
#sidebar .last { margin:0; } 


/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 0.3em; }
.archive_header .catrss a  { font-size: 1em; text-decoration: none; line-height: 28px; }

.post, .search .page  { margin: 0 0 40px; }

.post.sticky {}

.post .post-embed { margin-bottom:30px; }

.entry  {}
.entry .page-link { margin: 0 0 1.2em; }

/* 3.1 Typographic Elements */

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; }

.entry h2, .entry h3, .entry h4 {
    margin-top: 1.5em;
}

.entry p  { margin-bottom: 1.2em; }

.entry blockquote  { background:url(images/blockquote.png) no-repeat 5px 14px; background-size: 40px auto; padding: 10px 20px 10px 55px; color: #444; }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; }

img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; margin: 5px 15px 15px 0; }
.alignright  { float: right; margin: 5px 0 15px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px; }
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .gallery-caption {}

.entry .wp-caption { margin:0 0 15px 0; text-align:center; }
.entry .wp-caption img{ margin:0; padding:0 0 4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size: 0.921em; line-height: 1.5em; font-family: Arial, Helvetica, sans-serif; font-style: italic; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

.post-entries { clear:both; font-size:0.857em; line-height: 1.5em;, font-weight: 300; }
.post-entries a:link, .post-entries a:visited { color:#777; }

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 30px 0; }

#footer-widgets .block { padding:20px 20px 0 0; width:210px; float:left; }

/* 4.2 Specific Widgets */

/* Text Widget */
.widget_text ul  { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget_text ul li a  { padding: 0 0 0 5px; line-height: 22px; }
.widget_text ul ul  { padding: 0 0 0 15px; }

/* SEARCH FORM */
.searchform  { width: 99%; position: relative; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;float: left; background: #fff;}
.searchform input.s  {  padding: 8px; width:85%; margin:0; border:none; background: none; color:#777;  }
.searchform .fa-search {
    position: absolute;
    right: 10px;
    padding-top: 2px;
}

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;}
#comments h4  { margin-bottom: 1em; }
#comments .comment.thread-even { background: #fafafa; background: rgba(0,0,0,0.02); border-bottom:1px solid #e6e6e6; border-bottom:1px solid rgba(0,0,0,0.07); }
#comments .comment{margin-top:5px;width:100%;list-style-type:none;}
#comments .bypostauthor {}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: 600; font-size: 1.071em; line-height: 1.5em; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 0.786em; line-height: 1.5em; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; background:#FFFFFF; color:#555555 !important; text-shadow:none; }
#comments .reply a:hover { background:#fafafa; }

#comments ul.children{margin:10px 10px 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation {}
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h4#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 2em 0 1em; }
#respond h3 { display: none; }
#respond #reply-title small { display: block; font-size: 1em; line-height: 1.5em; margin-top: 5px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:0.786em; color:#777; }

#commentform  {	margin: 1em 0 0 0;  }
#commentform input.txt, #commentform textarea { border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#555; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#555; background: #fcfcfc; width: 98% !important; padding: 5px 1%; }

#commentform #submit  { margin: 15px 0 0 0;  }
#comment.inactive::-webkit-resizer {
    display: none;
}


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
.button, input[type=submit] { -webkit-appearance: none; }
.button, .button:visited, .reply a, #respond .form-submit input#submit { display: inline-block; padding: 5px 10px 6px; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .reply a, #respond .form-submit input#submit { background-color:#CCC; }
.button, .button:hover, .reply a:hover, #respond .form-submit input#submit:hover { color: #fff  !important; text-decoration:none; }
.button:active, .reply a:active, #respond .form-submit input#submit:active { top: 1px; }
.small.button, .small.button:visited, .reply a { font-size: 0.714em; line-height: 1.5em; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit { font-size: 0.857em; line-height: 1; }
.large.button, .large.button:visited { font-size: 1em; line-height: 1em; padding: 8px 14px 9px; }
.button, .button:visited, .medium.button, .medium.button:visited, #respond .form-submit input#submit { text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.button, .button:visited, .reply a, #respond .form-submit input#submit { -moz-border-radius: 5px; -webkit-border-radius: 5px; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border: 1px solid rgba(0,0,0,.25); border-bottom-color: rgba(0,0,0,.35); }
.button:hover, .reply a:hover, #respond .form-submit input#submit:hover { filter: alpha(opacity=75); opacity:0.75; }
.button.cancel { color: #222; background-color: #EAEDF0; border-color: #D8DEDB; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(../canvas/images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(../canvas/images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(../canvas/images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(../canvas/images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(../canvas/images/ico-note.png) no-repeat 20px 13px; }

/* 6.7 Feature Posts Shortcode */
.woo-sc-featured-posts ul { float: left; clear: both; list-style: none; padding-left: 0px; }
.woo-sc-featured-posts ul li { float: left; clear: both; list-style: none; margin-bottom: 10px; }
.woo-sc-featured-posts ul li .thumbnail { float: left; margin-right: 10px; }
.woo-sc-featured-posts ul li .related-title { float: left; }

/*-------------------------------------------------------------------------------------------*/
/* 7. LAYOUTS */
/*-------------------------------------------------------------------------------------------*/

/* 7.1 Site width */

.col-full { max-width:1200px; }

/* 7.2 two-col-left */
.two-col-left #main-sidebar-container { display:inline; }
.two-col-left #main-sidebar-container #main, .one-col #main .newsfeed-load-wrapper, .one-col #main #comments { width:67%; max-width: 800px; float:left; display:inline; }
.two-col-left #main-sidebar-container #sidebar{width:300px; float:right; display:inline;}

.one-col #main-sidebar-container #main{ width:100%; max-width: 1200px; }

.entry div.wp-caption {width:100%!important;}

/* text sections */
.one-col .kd-text-section { max-width: 800px; }

.one-col .kd-text-section-right { margin-left: 0; } /* overridden for wider displays */
.one-col .kd-text-section-center { margin: 0 auto; }
.one-col .kd-text-section-full { max-width: 100%; }


/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES / SLIDER */
/*-------------------------------------------------------------------------------------------*/

/* 8.3 Footer Widgets 1-4 Columns */
#footer-widgets.col-1 .block { padding:20px 0 0 0px; width:100%; float:left; }
#footer-widgets.col-2 .block { padding:20px 3% 0 0; width:45%; float:left; }
#footer-widgets.col-3 .block { padding:20px 2.3% 0 0; width:31%; float:left; }
#footer-widgets.col-4 .block { padding:20px 2% 0 0; width:22.5%; float:left; }

/*-------------------------------------------------------------------------------------------*/
/* 9. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/

/* IE6 */
.ie6 .nav .sf-sub-indicator { display:none; }
.ie6 .nav li a:hover { text-decoration:none; }
.ie6 .nav li a.sf-with-ul { padding-right:10px; }
.ie6 .button, .ie6 .button:visited { margin:0; color:#555 !important; font-weight:400; } .reply a {  color:#555 !important; }
.ie6 .button, .ie6 .button:visited{ padding:6px 0; margin:0;  }
.ie6 .widget input.submit { float:right; }
.ie6 #loopedSlider .content p, .ie6 #loopedSlider .content a h2 { width:300px; }
.ie6 .business #loopedSlider a.previous { top:150px; }
.ie6 .business #loopedSlider a.next { top:150px; }

/* IE7 */
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .button:visited {  padding:7px 6px; margin:0; }
.ie7 .nav-entries a, 
.ie7 .wp-pagenavi a:link, .ie7 .wp-pagenavi a:visited, 
.ie7 .wp-pagenavi .current, .ie7 .wp-pagenavi .on, .ie7 .wp-pagenavi a:hover,
.ie7 .wp-pagenavi span.extend, .ie7 .wp-pagenavi span.pages{ font-style:normal !important; }
.ie7 #comments, .ie7 .comment-container, .ie7 .reply a  { position: static; }

.ie7 #footer-widgets .widget_woo_feedback  { zoom: 1; }

/* IE8 */
.ie8 .button, .ie8 .button:visited {  padding:10px 15px; margin:0; }


/* end canvas style.css */


/* start custom */

body {
    border-top:0px solid #000000;
}

#front-page p {
    margin: 0;
}

.jssubmit:hover {
    cursor: pointer;
}

.only-new-visit {
    display: none;
}

.new-visit .only-new-visit {
    display: block;
}

hr, .entry img, img.thumbnail, .entry .wp-caption, #footer-widgets, #comments, #comments .comment.thread-even, #comments ul.children li, .entry h1{ border-color:#dce5ee }
.button, .reply a { color: #DDD; background-color:#1e598e; }

#comments .comment.thread-even {background-color:#f6f6f6;}
#post-author, #connect {border-top:1px solid #dce5ee;border-bottom:4px solid #dce5ee;background-color:#e6e6e6}

.nav-entries, .wp-pagenavi, .woo-pagination { border: none; padding: 0; }

.nav-entries .nav-prev, .nav-entries .nav-next {
    display: block;
    background-color: #024189;
    padding: 15px;
    width: 150px;

    color: white;

    font-weight: 600;
    font-size: 1.143em;
}

.nav-entries .fr {
    text-align: right;
}

.nav-entries a:hover {
    text-decoration: none;
}

.widget h3 {
    padding:0 0 15px;
    font-weight: 400;
    color:#666666;
    margin:0;
}
.widget_recent_comments li, #twitter li { border-color: #dce5ee;}
.widget {
    font-size:0.857em;
    line-height: 1.5em;
}
.nav a { color:#03458b; }
#top .nav a { font-size: 1.071em; line-height: 1.5em; color:#ddd; }
.archive_header { color: #555555; border-bottom:1px solid #555555; }
.archive_header .catrss { display:none; }

/* end custom */


#wrapper {
    padding-top: 0;
    width: 100%;
    overflow-x: hidden;
}

#header {
    clear: both;
    height: auto;
    position: relative;
    background-color: transparent;
}

#header {
    clear: both;
    height: auto;
    position: relative;
    background-color: transparent;
}

#logo {
}

#logo img {
    position: relative;
    z-index: 120;
}

.header-widget {
    text-align: right;
    margin-top: 7px;
}

#navigation a {
    color: #FFF;
    display: block;
    height: 100%;
    line-height: 55px;
    vertical-align: middle;
}

#navigation .btn-fa {
    vertical-align: middle;
    font-size: 1.5em;
}

#navigation .btn-fa .fa {
    padding: 0;
}

#navigation .btn-fa.fa {
    margin-top: -4px;
}

#navigation a:hover, #navigation li.current_page_item a, #navigation li.current_page_parent a, #navigation li.current-page-ancestor a {
    text-decoration: none;
    color: #CCC;
}

#main-nav {
    width: 100%;
    float:left;
    line-height: 2em;

    /* flexbox setup */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#main-nav li {
    float: left;
}

#main-nav li a {
    font-size: 1em;
    letter-spacing: -1px;
    padding: 0 10px;
    white-space: nowrap;
    text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.2 );
}

#main-nav #logo a  {
    font-size: 2em;
}

#nav-sidebar {
    max-width: 100%;
    position: absolute;
    right: 10px;
}

#nav-sidebar-content {
    float: right;
}

.nav-widget {
    position: relative;
    z-index: 30;
    float: left;
}

.nav-widget.fr {
    float: right;
    padding-left: 15px;
}

.nav-widget.fl {
    float: left;
    padding-right: 15px;
}

.nav-widget .menu_search {
    padding: 0;
}

.main_menu_button {
    float: left;
    position: relative;
}

.main_menu_button .main_menu_submenu {
    display: none;
    
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 99996;
    background: #494949;
    margin: 0;
    border: none;
    padding: 0;
}

.main_menu_submenu_inner {
    margin: 8px 12px;
}

.menu_user_hello {
    white-space: nowrap;
    color: white;
}

#main-nav .main_menu_submenu_inner a {
    padding: 0;
    line-height: 2.5em;
}

.menu_search .menu_search_form .searchform {
    width: 294px;
    border: none;
}

.menu_search .menu_search_form input.s {
    padding: 6px;
}

.menu_search .menu_search_form .menu_search_submit {
    position: absolute;
    right: 10px;
    padding-top: 3px;
}

#navigation .menu_search_form .menu_search_submit.fa {
    margin-top: 0;
}

#nav-mr-img {
    float: left;
    padding: 0 5px 0 0;
    margin-top: -10px;
    margin-left: 25px;
}

#nav-mr-img a {
    border-bottom: 0 solid white;
}

#nav-mr-text {
    float: left;
}

#header-button-widget a {
    float: right;
    display: block;
    padding: 0 0 0 8px;
    margin: 0;
    line-height: 0;
    width: 37px;
}

#navigation-wrapper {
    background-color: #494949;
    
    padding: 0;
    margin: 0;

    z-index: 100;
}

#navigation-wrapper:before {
	content: "";
	clear: both;
}

#navigation-inner-wrapper {
    position: relative;
    max-width: 1220px;
}

#navigation {
    padding: 0;
    margin: 0;
    max-width: 1220px;
}

#huge-feature-image-wrapper {
    position: relative;
}

#huge-feature-image {
    line-height: 0;
    position: relative;
    z-index: -2;
    overflow: hidden;
    max-height: calc( 100vh - 65px );
}

#huge-feature-image, #huge-feature-fade {
    width: 100%; /* fallback */
    width: calc( 100vw ); /* only if calc() works */
    margin-left: calc( 50% - 50vw );

    min-width: 100%;
    max-width: 150%;
}

#huge-feature-image-inner {
    display: inline-block;
    position: relative;
    right: -50%;
    width: 100%;
}

#huge-feature-image-inner img {
    position: relative;
    left: -50%;

    min-width: 100%;

    width: auto;
    height: auto;
}

#huge-feature-inner {
    position: absolute;
    top: 0;
    padding-top: 1em;
    width: 100%;
}

#huge-feature-title {
    margin-bottom: 10px;
}

#huge-feature-title-wrapper {
    padding-bottom: 4.5em;
}

.dark #huge-feature-title-wrapper, .dark #huge-feature-title {
    color: #FFF;
}

.light #huge-feature-title-wrapper, .light #huge-feature-title {
    color: rgba( 0, 0, 0, 1 );
}

#huge-feature-fade {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.dark #huge-feature-fade {
    background: -webkit-linear-gradient(rgba(0,0,0,0.95),rgba(0,0,0,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(0,0,0,0.95),rgba(0,0,0,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(0,0,0,0.95),rgba(0,0,0,0)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,0,0,0.95), rgba(0,0,0,0)); /*Standard*/
}

.light #huge-feature-fade {
    padding-bottom: 1em;
    
    background: -webkit-linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.85),rgba(255,255,255,0.75),rgba(255,255,255,0.65),rgba(255,255,255,0.40),rgba(255,255,255,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.85),rgba(255,255,255,0.75),rgba(255,255,255,0.65),rgba(255,255,255,0.40),rgba(255,255,255,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.85),rgba(255,255,255,0.75),rgba(255,255,255,0.65),rgba(255,255,255,0.40),rgba(255,255,255,0)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.85),rgba(255,255,255,0.75),rgba(255,255,255,0.65),rgba(255,255,255,0.40),rgba(255,255,255,0)); /*Standard*/
}

#post_header {
    border-bottom: 1px solid #e6e6e6;
    
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 3.2em;
}

.dark #post_header {
    border-color: rgba( 255, 255, 255, 0.3 );
}

.light #post_header {
    border-color: rgba( 0, 0, 0, 0.3 );
}

#no_post_header {
    margin-bottom: 1em;
}

#post_header .post_header_title {
    float: left;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: -1px;
}

#post_header .menu-item-title {
    display: none;
}

#post_header .post_header_menu {
    position: absolute;
    right: 0;
    bottom: 4px;
}

#post_header .menu-item {
    float: left;

    font-size: 0.8em;
    padding-left: 20px;
}

#huge-feature-image-wrapper #post_header .menu-item {
    padding-right: 1px;
}

#post_header a {
    color: #555;
    text-decoration: none;
}

.dark #post_header a {
    color: #FFF;
}

.light #post_header a {
    color: rgba( 0, 0, 0, 0.9 );
}

#post_header a:hover, #post_header .current-menu-item a, #post_header .current_page_parent a, #post_header .current-page-ancestor a {
    color: #ccc;
    text-decoration: none;
}

.dark #post_header a:hover, .dark #post_header .current-menu-item a, .dark #post_header .current_page_parent a, .dark #post_header .current-page-ancestor a {
    color: rgba( 255, 255, 255, 0.6 );
}

.light #post_header a:hover, .light #post_header .current-menu-item a, .light #post_header .current_page_parent a, .light #post_header .current-page-ancestor a {
    color: rgba( 0, 0, 0, 0.6 );
}

#above-footer-sidebar {
    padding: 0 10px;
    text-align: center;
}

#above-footer-sidebar .above-footer-widget:first-child {
    margin-top: 2em;
}

#footer, #footer-widgets {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
}

#footer-widgets {
    margin-top: 2em;
}

#footer {
    position: relative;
    height: 30px;
    z-index: -1;
}

/* Menus */

#main-nav li a.kd-button {
    font-size: 1.1em;
    line-height: 1em;
    width: auto;
    margin: 0.6em 0 0 0;
    padding: 0.5em 0.5em;
    
    text-align: center;
    white-space: nowrap;
}

#main-nav li a.kd-button:first-child {
    margin: 0;
}

#nav-sidebar .kd-button {
    font-size: 1.1em;
    line-height: 1em;
    width: auto;
    margin: 0.6em 0 0 0.3em;
    padding: 0.5em 0.5em;
}

#nav-sidebar .fl .kd-button {
    margin: 0.6em 0.3em 0 0;
}

/* menu end */

.pop-comments {
    background-image: url("images/comments.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
    margin-left: 4px;
}

.after-post-widget h3 {
    margin-bottom: 10px;
}

#pop-posts-wrapper {
}

.pop-post {
    width: 32%;
    height: auto;

    display: block;
    float: left;

    margin: 0 2% 0 0;
    padding: 0;

    font-size: 0.857em;
    line-height: 1.5em;
}

#pop-posts-wrapper .pop-post img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.pop-post-3 {
    margin-right: 0;
}

.pop-post-more {
    display: none;

    width: 6%;
    height: auto;

    float: left;
}

.pop-post-more a {
    display: block;
    width: 100%;
    height: 100%;

    text-align: center;
}

.pop-post-more img {
    max-width: 100%;
    height: auto;
}

.pop-comments {
    font-weight: normal;
}

.after-post-widget .widgettitle {
    font-weight: normal;
}

.comment-pages {
    float: right;
}

.comment-pages a, .comment-pages .current {
    display: block;
    width: 30px;
    height: 30px;

    margin-left: 5px;

    float: left;

    font-weight: 600;
    font-size: 1.143em;
    line-height: 1.5em;
    text-align: center;
}

.comment-pages a {
    border: 1px solid #003ba1;
    background-color: #003ba1;
    text-decoration: none;
    color: white;
}

.comment-pages .current {
    border: 1px solid #555;
    color: #555;
}

.comment-pages a:hover {
    text-decoration: none;
}

li.comment {
    margin: 0 0 10px;
    padding: 5px 10px 3px;
}

#comments li.alt {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.comment-count {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 0.786em;
    line-height: 1.5em;

    color: #777777;

    float: right;
    text-align: right;

    margin-left: 5px;
}

.comment-top {
    float: left;

    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.5em;
}

.comment-metadata {
    clear: left;

    font-size: 0.8em;
    line-height: 1.3em;

    color: #777777;
}

.comment-reply-link {
    display: inline-block;

    float: left;
    background-image: none;

    width: 20px;
    height: 20px;

    padding: 0;
    margin: 0 0 0 10px;
}

.comment:hover .comment-reply-link {
    background-image: url('images/reply.png');
}

.comment-reply-info {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #777777;
}

.comment-reply-info a {
    text-decoration: none;
    color: #777777;
}

.comment-reply-info a:hover {
    text-decoration: underline;
    color: #003BA1;
}

.comment-reply-to {
    text-align: center;
}

#comment-reply-quote {
    float: right;
}

li.comment p {
    margin: 10px 5px 10px 0;
}

#comments blockquote  {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#comments blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#comments li.comment-deleted {
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: center;

    padding: 1px 0;

    border-color: #DDD;
    border-style: dotted;
    border-width: 1px 0;
}

/* Archive navigation stuff! */

.archive_category_header {
    margin: 0;
}

.archive-nav {
    font-size: 0.857em;

    color: #777;

    margin-top: 1px;
    margin-bottom: 23px;
}

.archive-nav table {
	margin: 0 ;
	padding: 0;
}

.archive-nav tr {
	margin: 0;
	padding: 0;
}

.archive-nav td {
	width: 162px;
	margin: 0;
	padding: 0;
}

.archive-nav td.archive-nav-wider {
	width: 216px;
	margin: 0;
	padding: 0;
}

.archive-nav .extra {
    padding-top: 10px;
}

#archive-nav-first-row {
	padding-top: 3px;
}

td.archive-nav-single {
	width: 300px;
}

.show-list ul {
    padding: 0;
    margin: 0;
}

.show-list ul li {
    margin-top: 10px;
    list-style-type: none;
}

.show-list ul li ul {
    padding: 0 0 0 15px;
}

.show-list ul li ul li {
    margin: 0;
}

.show-list-raq li:before {
    content: "\00BB \0020";
}

.show-list table {
	margin: 0 0 0 8px;
	border-collapse: collapse;
}

.show-list td {
	padding: 0 0 1px 0;
	margin: 0;
}

.show-list td.show-list-first {
	width: 30px;
	padding-right: 4px;
	vertical-align: top;
	text-align: right;
}

/* Canvas style fixup */

.searchform input.s {
   display: block;
    float: left;
    width: 80%;
}

.single .entry {
    margin-top: 1em;
}

.entry img {
    border: none;
    padding: 0;
    max-width: 100%;
    height: auto;
}


.lefthalf, .entry .lefthalf, .righthalf, .entry .righthalf {
    width: 50%; /* fallback */
    width: calc( 50vw - 20px );

    min-width: 50%;
    max-width: 75%;
}

.lefthalf, .entry .lefthalf {
    float: left;
    margin: 5px 15px 15px 0;
    
    margin-left: calc( 50% - 50vw + 20px );
}

.righthalf, .entry .righthalf {
    float: right;
    margin: 5px 0 15px 15px;

    margin-right: calc( 50% - 50vw + 20px );
}

.centerfull, .entry .centerfull {
    width: 98%; /* fallback */
    width: calc( 100vw - 40px ); /* only if calc() works */

    min-width: 100%;
    max-width: 150%;

    margin-left: calc( 50% - 50vw + 20px );
}

.two-col-left .lefthalf, .two-col-left .entry .lefthalf, .one-col .kd-text-section .lefthalf {
    width: calc( 50vw - 25% - 20px );
    margin-left: calc( 20px + 75% - 50vw );
}

.two-col-left .righthalf, .two-col-left .entry .righthalf, .one-col .kd-text-section .righthalf {
    width: calc( 50vw - 25% - 20px );
    margin-right: calc( 75% - 50vw + 20px );
}

.two-col-left .centerfull, .two-col-left .entry .centerfull, .one-col .kd-text-section .centerfull {
    width: calc( 100vw - 50% - 40px );
    margin-left: calc( 20px + 75% - 50vw );
}

.entry .kd-row {
    width: 100%;
}

.entry .kd-row:after {
    content: '';
    display: block;
    clear: both;
}

.entry .kd-column {
    float: left;
}

.entry .kd-column h1, .entry .kd-column h2, .entry .kd-column h3, .entry .kd-column h4, .entry .kd-column h5 {
    margin: 0;
    line-height: 1.2em;
}

.entry .kd-column, .entry .two-column, .entry .three-column, .entry .four-column,
.entry .two-column-padded, .entry .three-column-padded, .entry .four-column-padded,
.entry .column-featured-1, .entry .column-featured-2, .entry .column-featured-3, .entry .column-featured-4
{
    margin: 0 0 0.2% 0;
    padding: 0;
}

.entry .two-column {
    width: 49.9%;
    max-width: 49.9%;
    margin-right: 0.2%;
}

.entry .two-column-padded {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
}

.entry .three-column {
    width: 33.2%;
    max-width: 33.2%;
    margin-right: 0.2%;
}

.entry .three-column-padded {
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
}

.entry .four-column {
    width: 24.85%;
    max-width: 24.85%;
    margin-right: 0.2%;
}

.entry .four-column-padded {
    width: 23.5%;
    max-width: 23.5%;
    margin-right: 2%;
}

.entry .last-column {
    margin-right: 0;
}

.entry .column-featured-1, .entry .column-featured-2, .entry .column-featured-3 {
    width: 33.2%;
    max-width: 33.2%;
    
}

.entry .column-featured-1, .entry .column-featured-2 {
    margin-right: 0.2%;
}

.entry .column-featured-4 {
    display: none;
}

.kd-section-marked {
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    margin: 2em 0;
}

.kd-section-marked-inner {
    position: relative;
    z-index: 5;
    background-color: #f2f2f2;
}

.kd-section-marked-inner h1:first-of-type, .kd-section-marked-inner h2:first-of-type, .kd-section-marked-inner h3:first-of-type, .kd-section-marked-inner h4 {
    margin-top: 0;
}

.kd-section-marked .kd-section-marked-inner img {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.kd-section-marker {
    position: absolute;
    top: 0;
    width: 100%;
    width: calc( 100vw );
    height: 100%;
    margin-left: 0;
    margin-left: calc( 50% - 50vw );
    z-index: 0;
    background-color: #f2f2f2;
}

/*
img.size-post-size {
	width:100%;
	height: auto;
}
*/

.post .title, .page .title {
    margin: 0;
}

.post-meta {
    min-height: 22px;
    margin: 0 0 15px 0;
    text-transform: none;
}

.single.huge-feature .post-meta, .single-kd_author .post-meta {
    display: none;
}

.newsfeed-load-wrapper .post-meta {
    display: block;
}

.single .post-after.post-meta {
    display: block;
}

.title-share {
    float: right;
    margin: 1px -8px 5px 10px;
}

.post-more {
    margin-top: -12px;
    padding: 0 0 10px 0;
    text-transform: none;
}

.post-more .post-comments {
    float: right;
}

.post-after-small {
    margin: 1em 0 0;
}

.post-after {
    background-color: #EFEFEF;
    padding: 10px;
}

.post-after .share-after-post {
    float: left;
}

.post-after .post-meta-after {
    float: right;
}

.kd-share-button {
    display: block;
    float: left;
    line-height: 1em;
    padding-right: 1em;
}

.post-comments-icon {
    width: 1.357em;
    height: auto;

    padding-right: 2px;
    position: relative;
    top: 1px;
}

.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
    text-decoration: none;
    color: #003BA1;
}

.post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
    text-decoration: underline;
    color: #003BA1;
}

.post-more .post-comments a:hover {
    text-decoration: none;
}


.post-more .post-comments a:hover .big-comments {
    text-decoration: underline;
}

.post-comments .big-comments {
    font-size: 2em;
    line-height: 1.5em;
}

.bigstrong {
    display: inline-block;
}

.kd-big {
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: -1px;
}

.kd-featured {
    margin: 0 0 0.2% 0;
}

.kd-featured a {
    display: block;
    line-height: 0;
}

#wrapper .flexslider {
    margin-bottom: 0;
}

#wrapper .flex-control-nav {
    bottom: 1em;
}

.kd-featured-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.kd-featured-box input[type=text], .kd-featured-box input[type=email], .kd-featured-box .mc-simple-subscribe .email {
    float: left;
    padding: 1%;
    margin: 0;
    width: 75%;
}

.kd-featured-box form input[type=submit], .kd-featured-box .mc-simple-subscribe .button {
    float: right;
    width: 20%;
    padding: 1% 2%;
    margin: 0;
}

/* Start button stuff */

.kd-button, a.kd-button {
    display: inline-block;

    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;

    padding: 0.6em 1em;
    margin: 0.1em 0;

    background-color: #034387;
    color: #FFF;

    text-decoration: none;

    font-size: 1.7em;
    line-height: 1em;
    font-weight: 300;
}

.kd-button.button-small {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.4em;
    line-height: 1.1em;
}

.kd-button.button-medium {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.7em;
    line-height: 1.0em;
}

.kd-button.button-s0 {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.0em;
    line-height: 1.1em;
}

.kd-button.button-s1 {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.2em;
    line-height: 1.1em;
}

.kd-button.button-s2 {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.4em;
    line-height: 1.1em;
}

.kd-button.button-s3 {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    
    padding: 0.3em 0.8em;
    font-size: 1.7em;
    line-height: 1.0em;
}

.kd-button.button-login {
    background-color: #009451;
}

a.kd-button:hover {
    text-decoration: none;

    filter: alpha(opacity=75); /* internet explorer */
    opacity: 0.75;           /* fx, safari, opera, chrome */
}

/* End button stuff */

/* Start KD Tabs */

.tabs ul.tabs-header, .tabs ul.tab-items {
    list-style: none;
    padding: 0;
}

.tabs ul.tabs-header li.tab-option {
    float: left;
    display: inline;
}

.tabs .tabs-header h3 {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
}

.tabs ul.tabs-header li a, .tabs ul.tabs-header li a:hover {
    display: block;
    padding: 7px;
    color: #777;
    text-decoration: none;
}

.tabs ul.tabs-header li a.selected, .tabs ul.tabs-header li a:hover {
    background-color: #e6e6e6;
}

.tabs ul.tabs-header {
    border: 1px solid #E6E6E6;
    border-width: 0 0 1px 0;
}

.tabs ul.tab-items {
    border: none;
}

.tabs ul.tab-items li a {
    padding: 0;
}

.tabs ul.tab-items li.tab-item {
    width: 300px;
    height: 105px;
    padding: 10px 0 0 0;
}

.tabs ul.tab-items li.tab-item-format-full {
    height: 170px;
}

.tabs ul.tab-items li.tab-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.tabs ul.tab-items li .tab-item-img-wrapper {
    position: relative;
    height: 104px;
    float: left;
    margin-right: 5px;
}

.tabs ul.tab-items li.tab-item-format-full .tab-item-img-wrapper {
    height: 169px;
}

.tabs ul.tab-items li .tab-item-comments, .tabs ul.tab-items li a:hover .tab-item-comments {
    margin-left: 4px;
    white-space: nowrap;
    font-weight: normal;
    text-decoration: none;
}

.tabs ul.tab-items li.tab-sub {
    padding: 10px 0 0 0;
}

.tabs ul.tab-items li.tab-sub a {
    float: left;
    display: block;
    height: auto;

    padding: 4px 0 4px 0;
    line-height: 17px;
    text-align: center;

    background-color: white;
    color: #777;
    font-weight: normal;

    text-decoration: none;
}

.tabs ul.tab-items li.tab-sub.subs-1 a {
    width: 100%;
}

.tabs ul.tab-items li.tab-sub.subs-2 a {
    width: 50%;
}

.tabs ul.tab-items li.tab-sub.subs-3 a {
    width: 33%;
}

.tabs ul.tab-items li.tab-sub.subs-4 a {
    width: 25%;
}

.tabs ul.tab-items li.tab-sub a.selected, .tabs ul.tab-items li.tab-sub a:hover {
    background-color: #E6E6E6;
    text-decoration: none;
}

.tab-rank {
    position: absolute;
    top: 54px;
    width: 30px;
    height: 30px;

    background-color: #024189;

    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.tab-item .tab-rank {
    top: 71px;
}

.tab-item-format-full .tab-rank {
    top: 0;
}

.tab-item-rating {
    display: none;
    
    position: absolute;
    bottom: 0;
    left: 5px;
}

.tab-item:hover .tab-item-rating {
    display: block;
}

.tab-item:hover .video-more-wrapper, .tab-item:focus .video-more-wrapper, .tab-item:active .video-more-wrapper, .tab-item.active .video-more-wrapper {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tab-item .stars-wrapper {
    font-size: 1.2em;
    line-height: 22px;
}
.tab-item .stars-wrapper .stars {
    font-size: 22px;
}
.tab-item .video-more-fade {
    width: 100%;
}
.tab-item .video-more-sidefade {
    display: none;
}


/* recent comment tab */

#tab-tabs_main-tab_comments, #tab-tabs_main-tab_comments ul {
    list-style: none;

    margin: 0;
    padding: 0;
}

#tab-tabs_main-tab_comments li.recentCommentsPostTitle {
    margin: 0;
    padding: 8px 0 0 0;
}

#tab-tabs_main-tab_comments li.recentCommentsPostTitle a, #tab-tabs_main-tab_comments li.recentCommentsPostTitle a:hover {
    color: #003BA1;
}

#tab-tabs_main-tab_comments #tabs-comm-more {
    padding: 10px 0 0 0;
}

#tab-tabs_main-tab_comments #tabs-comm-more a, #tab-tabs_main-tab_comments #tabs-comm-more a:hover {
    font-weight: 600;
    color: #003BA1;
}

#tab-tabs_main-tab_comments li.recentCommentsPostTitle ul {
    border: none;
    margin-left: 10px;
}

/* End KD Tabs */

#comments #comments-title {
    margin-bottom: 5px;
}

#comments #comments-title a {
    text-decoration: none;
    color: #333;
}

h4.comments-section {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: normal;
    color: #666;
}

#comments .comments-section {
    padding: 15px 0 0 0;
    margin: 5px 0;
}

#comments .pop-commentlist {
    margin-bottom: 65px;
}

#comments .pop-commentlist .comment {
    border-bottom: 1px solid #DCE5EE;
}

.comment-wrapper {
    max-height: 300px;
    overflow-y: hidden;
    position: relative;
}

a.comment-expand {
    display: none;

    height: 16px;
    width: 100%;

    font-size: 0.8em;
    line-height: 1.5em;
    color: #003BA1;

    cursor: pointer;
}

a.comment-expand:hover {
    color: #003BA1
}

#comments .comment {
    width: auto;
}

#comments .avatar {
    margin: -4px 0 0 -4px;
    padding: 0 3px 0 0;
}

.comment-count a:link, .comment-count a:visited {
    color: #777777;
}

.kd-ad-main {
    margin: 30px 0;
}

.kd-ad-info {
    font-size: 0.643em;
    line-height: 1.5em;
}

.post-to-top {
    font-size: 40px;
    line-height: 1em;
    
    padding: 5px 0 15px 0;
}

.post-to-top a, .post-to-top a:hover {
    color: #e6e6e6;
    text-decoration: none;
    cursor: pointer;
}

#footer .post-to-top {
    padding-top: 20px;
}

.full-line {border-top:1px solid #dce5ee;}

ul.month-archives {
    padding: 0;
    margin: 0 0 10px 0;
}

ul.month-archives li {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul.month-archives li h3 {
    margin: 0;
    padding: 0;
}

ul.month-archives li ul {
    padding: 0 0 0 15px;
    margin: 0;
}

ul.month-archives li ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* tabs stuff! */

.tabs-pop-image-wrapper {
    position: relative;
    height: 83px;

    float: left;

    margin-right: 5px;
}

.tabs-rank {
    position: absolute;
    top: 54px;
    width: 30px;
    height: 30px;

    background-color: #024189;

    text-align: center;
    color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
}

.tabs-rank a {
    display: block;
    width: 100%;
    height: 100%;
}

#tabs .inside li.recentCommentsPostTitle {
    margin: 0;
    padding: 8px 0 0 0;

    font: normal 12px/13px "Open Sans", Verdana, Geneva, sans-serif;
}

#tabs .inside .recentCommentsPostTitle li {
    padding: 3px 0 0 0;
}

#tabs .inside li.recentCommentsPostTitle a, #tabs .inside li.recentCommentsPostTitle a:hover {
    font: normal 12px/13px "Open Sans", Verdana, Geneva, sans-serif;
    color: #003BA1;
}

#tabs .inside #tabs-comm-more a, #tabs .inside #tabs-comm-more a:hover {
    font: 600 12px/13px "Open Sans", Verdana, Geneva, sans-serif;
    color: #003BA1;
}

#tabs li.recentCommentsPostTitle ul {
    border: none;
    margin-left: 10px;
}

#tab-pop li {
    display: none;
}

#tab-pop li.selected {
    display: list-item;
}

#tabs-pop-days table {
    width: 100%;

    border-top: 1px solid #E6E6E6;
}

#tabs-pop-days td {
    width: 33%;
}

#tabs #tabs-pop-days a {
    width: 100%;
    display: block;

    padding: 4px 0 4px 0;
    line-height: 17px;
    text-align: center;

    background-color: white;
    color: #777;
    font-weight: normal;

    text-decoration: none;
}

#tabs #tabs-pop-days a.selected, #tabs #tabs-pop-days a:hover {
    background-color: #E6E6E6;
    text-decoration: none;
}


.tabs-pop-comments {
    margin-left: 4px;
    white-space: nowrap;
}

.tabs-comments-icon {
    padding-right: 1px;
    position: relative;
    top: 1px;
}

/* Start Tabs */
#tabs {
    background: none;
    border: none;
    padding: 0;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
    background-color: #E6E6E6;
    border: none;
}

#tabs .inside {
    padding: 0;
}

#tabs .inside ul {
    border-width: 1px 0 0 0;
}

#tabs .inside li {
    border: none;
    padding: 10px 0 0 0;
}

#tabs .inside li a {
    color: #003BA1;
}

#tabs .inside li .tabs-pop-comments a {
    font-weight: normal;
}

#tabs .inside li .tabs-rank a, #tabs .inside li .tabs-rank a:hover {
    color: white;
    font: bold 16px/24px Georgia, serif;
    text-decoration: none;
}

#tabs .inside li span.meta, #tabs ul.wooTabs li a {
    font: normal 14px/1em "Open Sans", Verdana, Geneva, sans-serif;
    color: #777777;
}

#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
    border: none;
    padding: 0;
}

/* End Tabs */

/* Start KD boxes */

.kd-box {
    color: #222;

    border: 1px solid #222;
    margin: 10px 0 25px 0;
    padding: 15px 10px 5px 58px;

    background-repeat: no-repeat;
    background-position: 8px center;
}

.kd-box p {
    color: #222;
}

.kd-box-info {
    background-color: #eaedf0; /* 3 / 94 */ 
    border-color: #2C2D59; /* 50 / 35 */
    background-image: url( "images/icon-info-42x42.png" )
}

.kd-box-success {
    background-color: #C3E4CA;
    border-color: #2C5934;
    background-image: url( "images/icon-success-42x42.png" )
}

.kd-box-notice {
    background-color: #FCF8D6;
    border-color: #59552D;
    background-image: url( "images/icon-notice-42x42.png" )
}

.kd-box-warning {
    background-color: #FFC9C9;
    border-color: #592C2C;
    background-image: url( "images/icon-warning-42x42.png" )
}

.kd-box2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    font-weight: 400;

    display: inline-block;

    padding: 5px;
}

.kd-box2-button {
    padding: 5px 25px 0px 25px;
    font-size: 26px;
}

.kd-box2-button, .kd-box2-button:hover {
    text-decoration: none;
}

.kd-box2-part {
    display: block;
}

.kd-sidebar-box {
    position: absolute;
    right: 0;
    width: 300px;
    overflow-x: hidden;

    margin-right: 8px;
}

/* End KD boxes */

/* Start MC Subscribe */

.mc-subscribe {
    width: 100%;
}

.mc-subscribe-wrapper {
    background: url( "images/subscribe-bg.png" ) repeat-x left bottom;
    width: 100%;
    min-height: 121px;

    position: relative;
}

.mc-subscribe .mc-subscribe-img {
    background: transparent;
    width: 30%;
    height: auto;
    float: right;
}

.mc-subscribe .mc-subscribe-img.mc-subscribe-top img {
    position: relative;
    top: 3px;
}

.mc-subscribe .mc-subscribe-img.mc-subscribe-bottom img {
    position: relative;
    top: -1px;
}

.mc-subscribe .mc-subscribe-content-wrapper {
    position: absolute;
    bottom: 0px;
    width: 75%;
}

.mc-subscribe .mc-subscribe-content {
    padding: 20px 5px 15px 5%;
}

.mc-subscribe .mc-subscribe-text {
    margin: 0 0 10px 0;

    font-weight: 400;
    font-size: 1.071em;
    line-height: 1em;
    letter-spacing: -1px;
    color: #333;
}

.mc-subscribe-text .mc-subscribe-size-large {
    font-size: 1.2em;
    line-height: 1em;
}

.mc-subscribe-text .mc-subscribe-size-small {
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: -0.5px;
}

.mc-subscribe-text .mc-subscribe-size-xsmall {
    font-size: 0.6em;
    line-height: 1em;
    letter-spacing: -0.5px;
}

.mc-subscribe-text .mc-subscribe-weight-thin {
    font-weight: 300;
}

.mc-subscribe-text .mc-subscribe-weight-bold {
    font-weight: 600;
}


.mc-subscribe input {
    float: left;
    margin: 0px;
    padding: 0px;
}

.mc-subscribe .email {
    background: #fff;
    padding: 5px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 7px 0 0;
    width: 40%;
    border: 1px solid #ccc;
}

.mc-subscribe .subscribe-button {
    padding: 5px 15px;
    font-size: 1em;
    line-height: 1.5em;
}

.mc-subscribe .subscribe-button:hover {
    cursor: pointer;
}

.mc-simple-subscribe .email {
    width: 55%;
    margin-right: 10px;
}

#main .mc-simple-subscribe .email {
    width: 40%;
}

.mc-simple-subscribe .subscribe-button {
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.5em;
}

/* End MC Subscribe */

/* Begin Membership account page */

.woocommerce .membership-title {
    margin-bottom: 0px;

    font-size: 2.7em;
    font-weight: 300;

    text-align: center;
}

.woocommerce .page-menu {
    margin: 0 0 5% 0;
}

.membership-status-wrapper {
    margin: 5% auto 2% auto;
    text-align: center;
    max-width: 500px;
}

.membership-status-wrapper .membership-status-vip {
    border: none;
    
    background-image:url(images/vip-background.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;

    height: 50vw;
    width: 50vw;

    max-height: 420px;
    max-width: 420px;

    margin: 0 auto;
    padding: 0;
}

.membership-status-wrapper .membership-status-vip .membership-notice {
    height: 100%;
    padding-top: 45%;
}

.membership-boxbutton, a.membership-boxbutton {
    display: block;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    padding: 4.0% 3.5%;
    margin: 1.5% 0.5%;

    color: #222;

    font-weight: 300;
}

/* tiny */
.membership-meta {
    font-size: 0.75em;
    line-height: 1.5em;
}

/* smaller */
.membership-text {
    margin: 0 0 1% 0;
    font-size: 0.9em;
    line-height: 1.4em;
}

/* small -- same as normal text */
.membership-info {
    margin: 0 0 3% 0;
    line-height: 1.3em;
}

/* large */
.membership-notice {
    margin: 0 0 1% 0;
    font-size: 1.7em;
    line-height: 1.2em;
}

/* extra large, bold */
.membership-important {
    margin: 0 0 1% 0;
    font-weight: 600;
    font-size: 1.9em;
    line-height: 1.1em;
}

/* bold, italic */
.strong-em {
    font-weight: 600;
    font-style: italic;
}

.membership-boxbutton.membership-change-payment {
    float: left;
    width: 63%;
}

.membership-status-wrapper .membership-gray, .membership-status-wrapper .membership-status-gray, .membership-status-wrapper .membership-status-inactive, .membership-boxbutton.membership-change-payment {
    background-color: #EAEDF0;
    border: 1px solid #D8DEDB;
}

.membership-status-wrapper .membership-green, .membership-status-wrapper .membership-status-active {
    background-color: #56CB81; /* #5bca83; */
    border: 1px solid #369B5B; /* #40b070; */
}

.membership-status-wrapper .membership-status-yellow, .membership-status-wrapper .membership-status-onhold {
    background-color: #F2CB7B; /* #F5D13F; */
    border: 1px solid #C29D65; /* #D0B015; */
}

.membership-status-wrapper .membership-status-red, .membership-status-wrapper .membership-status-inactive {
    background-color: #EA565B;
    border: 1px solid #AF3131;
}

.membership-boxbutton.membership-cancel {
    margin: 5% 0;

    background-color: #D8DEDB;
    border-color: #c0c0c0;
}

.membership-boxbutton.membership-button {
    display: inline-block;
    padding: 2.5% 3.5%;
}

.membership-cancel-confirm-wrapper {
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;

    background-color: white;
    padding: 15px;
    box-shadow: 0 0 5px 1px;
}

.membership_change_payment_method .payment_methods li label {
    display: block;
    margin: 10px 0;
}

/* End Membership account page */

/* Start Page Menu */

.page-menu {
    position: relative;
    width: 100%;
    height: 2.429em;

    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: -1px;
}

.page-menu.member-menu {
    height: 2.429em;
    font-size: 1.5em;
    line-height: 1.3em;
    /* font-weight: 600; */
    top: -10px;
}

.page-menu ul {
    position: relative;
    display: block;

    clear: left;
    float: left;

    left: 50%;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page-menu li {
    position: relative;
    display: block;

    float: left;

    right: 50%;

    margin: 0;

    border-bottom: 1px solid #e6e6e6;

    list-style: none;
}

.page-menu li:hover {
    border-bottom: 1px solid #003ba1;
}

.page-menu li.current-menu-item {
    border-bottom: 1px solid #222;
}

.page-menu li a {
    display: block;

    min-width: 60px;

    margin: 0;
    padding: 5px 10px;

    text-align: center;
    vertical-align: middle;

    /* color: #777; */
}

.page-menu li a:hover {
    text-decoration: none;
}

.page-menu li.current-menu-item a {
    color: #222;
}

/* End Page Menu */

/* Start misc */

.presentation-bigblack {
    display: block;
    text-align: center;
    font-size: 3.9em;
    line-height: 1.0em;
    font-weight: 600;
    letter-spacing: -3px;
    color: black;
    margin-top: 0.1em;
}

.presentation {
    display: block;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.0em;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 0.1em;
}

.presentation-text {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 1vw auto 0 auto;
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 300;
    letter-spacing: 0;
}

.presentation-button, a.presentation-button {
    background-color: #034387;
    color: #FFF;

    font-size: 1.7em;
    line-height: 1em;
    font-weight: 300;
}

.iframe-wrapper {
    width: 100%;
}

.iframe-wrapper.two-column {
    float: left;
    width: 49.9%;
}

.iframe-wrapper-inner {
    position: relative;
    padding: 56.25% 0 0 0; /* 16:9 */
    width: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3.popular-posts {
    font-size: 1em;
    line-height: 1.5em;
    border-color: #DDD;
    margin: 10px 0;
}

.video-link {
    display: block;
    position: relative;
    line-height: 0;
}

.video-link .video-admin-edit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background-color: rgba( 255,255,255, 0.4 );
    z-index: 99999;
}

.video-link:hover .video-admin-edit {
    display: block;
}

.video-link .video-no-image {
    display: inline-block;
    width: 100%;
    height: 200px;
    font-size: 2em;
    line-height: 1.2em;
    color: red;
}

.video-rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;

    background-color: #024189;

    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.video-more-wrapper {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;

    /*
    filter: alpha(opacity=75);
    opacity: 0.75;
   */
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

.video-more-fade, .video-more-sidefade {
    display: block;
    float: left;
}

.video-more-sidefade-inner {
    width: 35px;
}

.three-column .video-more-fade, .four-column .video-more-fade {
    width: 100%;
}
.three-column .video-more-sidefade, .four-column .video-more-sidefade {
    display: none;
}

.video-more {
    display: block;
    padding: 1.5em 0.5em 0.5em 0.5em;
    
    color: #FFF;
    text-decoration: none;

    font-weight: 300;
    font-size: 0.9em;
    line-height: 25px;
    height: 25px;
}

.video-light .video-more, .video-light-nofade .video-more {
    color: rgba( 0, 0, 0, 1 );
}

.video-link:hover .video-more-wrapper, .video-link:focus .video-more-wrapper, .video-link:active .video-more-wrapper, .video-link.active .video-more-wrapper {
    filter: alpha(opacity=100);
    opacity: 1;
}

.video-dark .video-more-sidefade {
    background: -webkit-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,00.85)); /*Safari 5.1-6*/
    background: -o-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Fx 3.6-15*/
    background: linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0), rgba(0,0,0,0.85)); /*Standard*/
}

.video-dark .video-more-fade {
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,00.85)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85)); /*Standard*/
}

.video-light .video-more-fade {
    background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.40),rgba(255,255,255,0.75),rgba(255,255,255,0.85)); /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.40),rgba(255,255,255,0.75),rgba(255,255,255,0.85)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.40),rgba(255,255,255,0.75),rgba(255,255,255,0.85)); /*Fx 3.6-15*/
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.40),rgba(255,255,255,0.75),rgba(255,255,255,0.85)); /*Standard*/
}

.video-light .video-more-sidefade {
    background: -webkit-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,00.85)); /*Safari 5.1-6*/
    background: -o-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.85)); /*Fx 3.6-15*/
    background: linear-gradient(225deg,rgba(0,0,0,0),rgba(0,0,0,0), rgba(0,0,0,0.85)); /*Standard*/
    background: linear-gradient(225deg,rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0.40),rgba(255,255,255,0.75),rgba(255,255,255,0.85)); /*Standard*/
}

.video-more-info {
    float: left;
    margin: 0 1.5em 0 0;
}

.video-more-rating {
    float: left;
    margin: 0;
}

.two-column .video-more, .three-column .video-more {
    font-size: 0.8em;
}

.four-column .video-more {
    font-size: 0.7em;
}

.video-info-wrapper {
    display: block;
    float: right;
}

.video-info-wrapper .video-info-rating {
    margin-right: 0.5em;
}

.stars-wrapper {
    display: block;
    position: relative;

    float: left;
    margin-right: 0.2em;
}

.stars, .stars .stars-rating {
    display: inline-block;
    
    background-repeat: repeat-x;
    background-size: auto 100%;

    width: 5em;
    height: 1em;
}

.stars {
    background-image: url(images/star-grey.svg);

    font-size: 1em;
    line-height: 1em;
}

.stars .stars-rating {
    background-image: url(images/star-gold.svg);
}

.rating-response-wrapper {
    height: 100%;
    float: right;
    margin: 0 0 0 0.2em;
}

.rating-response {
    font-weight: 600;
}

.post-meta .stars-wrapper {
    float: none;
}

.post-meta .rating-response-wrapper {
    float: none;
    display: inline-block;
}

.rating-hover-wrapper {
    width: 250px;
}

.rating-hover-header {
    display: block;
    text-align: center;
    margin: 0.3em 0 0.5em 0;
}

.rating-hover-footer {
    text-align: center;
    margin-top: 0.2em;
}

.rating-hover-line {
    display: block;
    width: 100%;
}

.rating-hover-item {
    display: inline-block;
}

.rating-votes-nr {
    width: 19%;
    text-align: left;
}

.rating-votes-meter {
    width: 60%;
    vertical-align: middle;
}

.rating-votes-p {
    width: 15%;
    margin-left: 3%;
    text-align: left;
}

.rating-meter-outer {
    display: inline-block;
    position: relative;
    width: 96%;
    height: 1em;
    margin: 0 1%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
    background-color: #ddd;
}

.rating-meter-inner {
    display: inline-block;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;

    background-color: yellow;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
}

.ckdc-popup-anchor {
    position: relative;
}

.ckdc-popup-wrapper {
    display: none;
    position: absolute;
    z-index: 999998;
    width: 250px;
    left: -5px;
    top: 93%;

    font-size: 0.8em;
    font-weight: 200;
    line-height: 1.5em;
}

.ckdc-popup-anchor:hover .ckdc-popup-wrapper {
    display: block;
}

.ckdc-popup {
    display: block;
    width: 100%;

    border: 1px solid #ddd;
    border-radius: 2px;

    color: #333;
    background-color: white;

    box-shadow: 3px 2px 4px 0px rgba( 0,0,0,0.1 );
}

.ckdc-popup-inner {
    display: block;
    padding: 5px;
}

.author-popup-wrapper {
    width: 450px;
    max-width: 80vw;
    padding-top: 15px;
}

.comment-top .author-popup-wrapper {
    font-size: 0.7em;
}

.author-popup-img {
    display: inline-block;
    float: left;
    width: 150px;
    padding: 0 5px 0 0;
    line-height: 0;
}

.author-popup-title {
    margin: 0 0 0.5em 0;
    font-weight: bold;
}

.rating-msg-wrapper {
    display: block;
    top: 50%;
    left: 100%;
    width: 30vw;
    z-index: 999999;
    font-weight: 600;
}

.rating-msg-wrapper .ckdc-popup {
    display: inline-block;
    width: auto;
}


/* End misc */


/*
 * WooCommerce styling
 */

.form-row label {
  display: block;
}
.form-row .input-text,
.form-row select {
  width: 100%;
  *width: 90%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-row input[type=checkbox] {
  float: left;
}
.form-row .chosen-container {
    margin-bottom: 10px;
}
/*--[ Product Categories ]--------------------------------------------------------------------------------*/
ul.products {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}
ul.products li {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
  list-style: none;
  width: 48%;
  float: left;
  clear: left;
}
ul.products li:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li img {
  background: none;
  padding: 0;
  border: 0;
}
ul.products li a {
  display: block;
}
ul.products li a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: .75em;
}
ul.products li .price {
  display: block;
}
ul.products li a.button {
  display: inline-block;
  margin-top: .5em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: relative;
}
ul.products li a.button.loading {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
ul.products li a.button.loading:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 4px;
  right: -26px;
  text-indent: 0;
  background: url(../images/ajax-loader.gif) no-repeat;
}
ul.products li a.button.added:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  top: 4px;
  right: -26px;
  text-indent: 0;
  background: url(../images/icons/ico-tick.png) no-repeat;
}
ul.products li del {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
ul.products li ins {
  text-decoration: none;
}
/*--[ Single Product ]--------------------------------------------------------------------------------*/
.woocommerce .images {
  margin-bottom: 1.5em;
}
.woocommerce .images img {
  width: 100%;
  height: auto;
}
.woocommerce .images a {
  display: block;
  margin-bottom: .5em;
}
.woocommerce .images .thumbnails {
  overflow: hidden;
  zoom: 1;
}
.woocommerce .images .thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.woocommerce .images .thumbnails a .last {
  margin-right: 0;
}
.woocommerce .images .thumbnails a .first {
  clear: left;
}
.woocommerce .summary {
  margin-bottom: 1.5em;
}
.woocommerce .summary form {
  margin-bottom: 1.5em;
}
.woocommerce .summary p {
  margin-bottom: 1.5em;
}
.woocommerce .summary p.price {
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  padding: .5em 0;
}
.woocommerce .summary p.price del {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.woocommerce .summary p.price ins {
  text-decoration: none;
  padding-left: .5em;
}
.woocommerce .summary table.variations {
  border: 0;
}
.woocommerce .summary table.variations tr td {
  border: 0;
}
.woocommerce .summary table.group_table .out-of-stock {
  display: block;
  color: #900;
}
.woocommerce table th,
.woocommerce table td {
  vertical-align: top;
  padding: .25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce table tr td:first-child {
  padding-left: 0;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: .5em 1em;
  vertical-align: middle;
}
.woocommerce table.shop_attributes th p:last-child,
.woocommerce table.shop_attributes td p:last-child {
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce_tabs {
  clear: both;
  padding: 1em;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 3em;
}
.woocommerce .woocommerce_tabs ul.tabs {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  background: #e6e6e6;
  padding: .5em .5em 0 .5em;
  margin-bottom: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .woocommerce_tabs ul.tabs li {
  float: left;
}
.woocommerce .woocommerce_tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 1em;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.woocommerce .woocommerce_tabs ul.tabs li.active a {
  background: #fff;
}
.woocommerce .woocommerce_tabs p {
  margin-bottom: 1.5em;
}
.woocommerce .woocommerce_tabs #comments {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce .product_meta {
  padding: .5em 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  margin-bottom: 1.5em;
}
.woocommerce .social {
  text-align: right;
}
.woocommerce .social iframe {
  float: left;
}
.woocommerce #main div.product {
  position: relative;
}
.woocommerce #main .onsale {
  top: 6px;
  left: 6px;
}
.woocommerce #tab-description ol,
.woocommerce #tab-description ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
}
.woocommerce #tab-description ol li {
  list-style: decimal;
  list-style-type: decimal;
}
.woocommerce #tab-description ul li {
  list-style: disc;
  list-style-type: disc;
}
/*--[ Messages and Alerts ]--------------------------------------------------------------------------------*/
.woocommerce_notice, .woocommerce-notice,
.woocommerce_info, .woocommerce-info,
.woocommerce_message, .woocommerce-message,
.woocommerce_error, .woocommerce-error {
  margin: 10px 0 20px 0;
  padding: 9px 10px 9px 50px;
  overflow: hidden;
  zoom: 1;
  clear: left;
}

.woocommerce_info, .woocommerce-info,
.woocommerce_notice, .woocommerce-notice {
    border: 2px solid #1e598e;
    background-color: #eaedf0;
}
.woocommerce_error, .woocommerce-error {
    border: 2px solid red;
    background-color: #ffd9c8;
}
ul.woocommerce_error, ul.woocommerce-error {
  padding: 8px 8px 8px 50px;
  list-style: none;
}
ul.woocommerce_error li, ul.woocommerce-error li {
  list-style: none;
}
.woocommerce_message, .woocommerce-message {
  border-top: 1px solid #d4ebaf;
  border-bottom: 1px solid #d4ebaf;
  background-color: #edfcd5;
}
.woocommerce_message .button, .woocommerce-message .button {
  float: right;
  margin: 0;
  margin-top: -3px;
  margin-bottom: -3px;
}
/*--[ Buttons ]-------------------------------------------------------------------------------------*/
.button-alt {
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e4954a;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4954a), to(#da7b21));
  background: -webkit-linear-gradient(#e4954a, #da7b21);
  background: -moz-linear-gradient(center top, #e4954a 0%, #da7b21 100%);
  background: -moz-gradient(center top, #e4954a 0%, #da7b21 100%);
  border: 1px solid #da7b21;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.1em;
}
.button-alt:hover {
  background: #ebaf76;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebaf76), to(#da7b21));
  background: -webkit-linear-gradient(#ebaf76, #da7b21);
  background: -moz-linear-gradient(center top, #ebaf76 0%, #da7b21 100%);
  background: -moz-gradient(center top, #ebaf76 0%, #da7b21 100%);
  text-decoration: none;
}
.button-alt:active {
  top: 1px;
}
/*--[ Tables (should be in canvas really) ]--------------------------------------------------------------------------------*/
table {
  width: 100%;
}
table th,
table td {
  vertical-align: top;
  padding: .5em 1em;
  text-align: left;
}
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
  position: absolute;
  left: -999em;
}
table.cart .actions {
  text-align: right;
}
table.cart .actions .coupon {
  float: left;
}
table.cart img {
  padding: 3px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.my_account_orders {
  font-size: 0.8751em;
}
.cart_totals select {
  width: 100%;
}
/*--[ The cart ]--------------------------------------------------------------------------------*/
table.cart img {
  width: 32px;
  height: auto;
}
table.cart td.actions .coupon {
  text-align: left;
  margin-bottom: 0;
}
table.cart td.actions .coupon label {
  display: none;
}
table.cart td.actions .coupon #shareyourcart_button {
  float: left;
}
table.cart td.actions .button,
table.cart td.actions .checkout-button,
table.cart td.actions .input-text {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .5em !important;
  text-align: center;
}
table.cart td.actions .checkout-button {
  margin-bottom: 0 !important;
}
.cart-collaterals {
  overflow: hidden;
  zoom: 1;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator,
.cart-collaterals .cross-sells {
  width: 48%;
  float: right;
}
.cart-collaterals .shipping_calculator {
  clear: right;
}
.cart-collaterals .cross-sells {
  float: left;
}
.cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
/*--[ Product Ordering ]--------------------------------------------------------------------------------*/
.woocommerce_ordering {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
/*--[ The Checkout ]--------------------------------------------------------------------------------*/
#shiptobilling {
  float: right;
}
#shiptobilling input {
  float: left;
}
.create-account {
  float: left;
}
.payment_methods {
  margin: 0 0 1.5em 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.payment_methods li {
  list-style: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: .5em 0;
}
.payment_methods li img {
  float: right;
  padding: 0 !important;
  border: none !important;
}
.payment_box fieldset {
  margin-bottom: 0;
}
.payment_box .form-row .woocommerce-select {
  width: 30.75%;
  float: left;
  margin-right: 3.8%;
}
.payment_methods + .form-row {
  width: 100%;
}
.payment_methods + .form-row #place_order {
  float: right;
}
.payment_methods + .form-row label {
  display: inline;
}
.payment_methods + .form-row input {
  float: left;
}
.required {
    display: none;
}
/*--[ User Account ]--------------------------------------------------------------------------------*/
.woocommerce-account .addresses address {
  clear: both;
}
/* Desktop Styles */
@media only screen and (min-width: 768px) {
  .col2-set {
    clear: both;
  }
  .col2-set:after {
    content: "";
    display: block;
    clear: both;
  }
  .col2-set .col-1 {
    width: 49%;
    float: left;
  }
  .col2-set .col-2 {
    width: 49%;
    float: right;
  }
  .form-row {
    width: 49%;
    float: left;
  }
  .form-row-thirds {
    width: 31.5%;
  }
  .form-row label {
    display: block;
  }
  .form-row .input-text,
  .form-row select {
    width: 100%;
    *width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-row input[type=checkbox] {
    float: left;
  }
  .form-row.notes {
    width: 100%;
  }
  .form-row.notes textarea {
    width: 100%;
    *width: 90%;
  }
  .form-row-first {
    clear: left;
  }
  .form-row-mid {
    padding-left: 1.5%;
  }
  .form-row-last {
    float: right;
  }
  .form-row-wide {
    float: left;
    width: 100%;
    clear: both;
  }
  .woocommerce.one-col .related,
  .woocommerce.one-col .upsells {
    width: 48%;
  }
  .woocommerce.one-col .related {
    float: left;
  }
  .woocommerce.one-col .upsells {
    float: right;
  }
  .woocommerce.one-col .upsells ul {
    float: left;
    width: 100%;
  }
  .woocommerce .images {
    width: 48%;
    margin-right: 3.8%;
    float: left;
  }
  .woocommerce .summary {
    width: 48%;
    float: right;
    margin-bottom: 1.5em;
  }
  ul.products li.product {
    clear: none;
    width: 30.75%;
    margin-right: 3.8%;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product.first {
    clear: left;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  table.cart .product-remove,
  table.cart .product-thumbnail,
  table.cart .product-price {
    position: static;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions .coupon {
    width: 50%;
    float: left;
  }
  table.cart td.actions .input-text,
  table.cart td.actions .button,
  table.cart td.actions .checkout-button {
    width: auto;
    display: inline-block;
    margin-bottom: 0 !important;
  }
}


/* fixup */

.checkout {
    padding-top: 25px;
}

.woocommerce .chosen-container {
    max-width: 392px;
}

.woocommerce .chosen-container {
    font-size: 1.143em;
}

.woocommerce input, .woocommerce select, .woocommerce woocommerce-select, .woocommerce-button {
    font-size: 1.143em;
    margin-top: 0px;
}

.woocommerce input, .woocommerce-button {
    padding: 8px;
}

.woocommerce select, .woocommerce woocommerce-select {
    padding: 7px;
    color: #777;
}

.checkout h3, .order_review h3 {
    display: none;
}

.checkout .col2-set .col-1 {
    width: 100%;
}

.checkout .col2-set .col-2 {
    display: none;
}

.shop_table tfoot, .shop_table .cart-subtotal, .shop_table .order-total, .shop_table .product-quantity {
    display: none;
}

.woocommerce .shop_table {
    width: auto;
}

.checkout .shop_table {
    display: none;
}

.checkout .payment_method_braintree .button {
    display: none;
}

.shop_table.my_account_subscriptions .subscription-actions, .shop_table.my_account_subscriptions .subscription-title {
    display: none;
}

.shop_table .order-actions .pay {
    display: none;
}

.checkout .terms label:after {
    content: '.';
}

.woocommerce .shop_table .button {
    margin-right: 5px;
}

.payment_methods .input-radio {
    display: none;
}

.ckdc-login {
    max-width: 800px;
    margin: 0 auto;
}

.ckdc-login ul.login-error {
    border: 2px solid red;
    padding: 5px;
}

.ckdc-login ul.login-error li {
    list-style-type: none;
}




/*
 * Mobile & responsive elements
 */

#tiny-nav .block {
  position: relative;
  margin: 0 auto;
  padding: 1.5em 1.25em;
  max-width: 60em;
}

#tiny-nav .close-btn {
    font-size: 26px;
}

.btn-fa, a.btn-fa, a.btn-fa:hover {
    text-decoration: none;
    cursor: pointer;
}

#nav-btn-wrapper {
    position: absolute;
    top: 0;
    
    z-index: 99499;
}

.nav-fa-btn {
    float: left;

    margin: 0 10px 0 0;
    z-index: 99500;
}

.nav-fa-btn .fa {
    padding: 8px 15px 10px 0;
}

#outer-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#tiny-nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;

  display: none;
}
#tiny-nav .close-btn {
  display: none;
}
#tiny-nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#tiny-nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #494949;
}
#tiny-nav ul {
  *zoom: 1;
  display: block;
}
#tiny-nav ul:before, #tiny-nav ul:after {
  content: "";
  display: table;
}
#tiny-nav ul:after {
  clear: both;
}
#tiny-nav li {
  display: block;
}
#nav, #tiny-nav a, #tiny-nav li a {
  color: #ccc;
}
#tiny-nav li a, #tiny-nav .user-part a {
  display: block;
  font-size: 1em;
  line-height: 1.28571em;
  font-weight: 600;
  outline: none;
}
#tiny-nav li a:focus, #tiny-nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#tiny-nav li.is-active a {
  color: #fff;
}
#tiny-nav .mobile-menu-user {
    margin-bottom: 2em;
}
#tiny-nav .mobile-menu-user-buttons {
    margin-bottom: 1em;
}
#tiny-nav .user-part {
    margin: 0.3em 0;
}
#tiny-nav .user-part a {
    font-size: 1.1em;
    line-height: 1.5em;
}
.js #tiny-nav li.menu-item-has-children a {
    padding-left: 30px;
}
.js #tiny-nav li.menu-item-has-children > a:before {
    content: '\f054';
    font-family: FontAwesome;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-size: 0.9em;
}
.js #tiny-nav li.menu-item-has-children.sub-menu-expanded > a:before {
    content: '\f078';
}
.js #tiny-nav .sub-menu {
    display: none;
}

#tiny-nav .kd-button {
    float: left;
    color: #fff;
    
    width: 90%;
    min-width: 145px;
    max-width: 250px;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    white-space: nowrap;
}

#mobile-menu-end-sidebar {
    margin: 12px;
}

#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: #494949;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}


#tiny-nav ul.sub-menu li {
    padding-left: 20px;
    display: block;
}

#tiny-nav ul.sub-menu li a {
    font-size: 0.9em;
    line-height: 1.5em;
}

#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1.875em;
}

footer[role="contentinfo"] {
  background: #ddd;
}

@media screen and (max-width: 600px) {
    /* "tiny" menu */
  #tiny-nav {
    position: absolute;
    top: 0;
    padding-top: 60px;
    display: none;
  }
  .js-ready #tiny-nav {
    display: block;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #tiny-nav .close-btn {
    position: absolute;
    top: -45px;
    left: 25px;
  }
  #tiny-nav .block {
    position: relative;
    padding: 0;
  }
  #tiny-nav li {
    position: relative;
  }
  #tiny-nav li:last-child {
  }
  #tiny-nav li a, #tiny-nav .mobile-menu-user-buttons {
    padding: 12px 15px;
  }

  #main-nav li {
      display: none;
  }

  #main-nav #logo {
      position: absolute;
      width: 60%;
      left: 20%;
      text-align: center;
  }

  #main-nav li.only-on-tiny, #main-nav li.menu-item-tiny {
      display: block;
  }

  #navigation .btn-fa, a.btn-fa, a.btn-fa:hover {
      font-size: 26px;
   }

  .main_menu_button.menu_user { display: none; }
  .main_menu_button { position: static; }
  .menu_search .menu_search_form {
      width: 100%;
  }

  .menu_search .menu_search_form .searchform {
      width: 100%;
  }

  .menu_search .menu_search_form .menu_search_submit {
      right: 5px;
      padding-top: 2px;
  }

  .js-ready #tiny-nav {
    height: 100%;
    width: 70%;
    background: #494949;
  }
  .js-ready #tiny-nav .block {
    background: transparent;
  }
  .js-ready #tiny-nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #tiny-nav .close-btn:focus, .js-ready #tiny-nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #tiny-nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #outer-wrap {
    overflow: hidden;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #tiny-nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #tiny-nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #tiny-nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mobile-search {
	display: none;
	position: relative;
	top:-30px;
	padding: 10px;
	background: #4170bb;
	
}

.mobile-search .searchform { width: 100%;}

select, img {
    height: auto;
    max-width: 100%;
}

.force-size img {
    height: inherit;
    width: inherit;
}

#outer-wrap #inner-wrap .hide-on-mobile { display: block; }
#outer-wrap #inner-wrap .only-on-mobile, #outer-wrap #inner-wrap .on-mobile { display: none; }
#outer-wrap #inner-wrap .hide-on-mobile-inline { display: inline; }
#outer-wrap #inner-wrap .only-on-mobile-inline { display: none; }

#outer-wrap #inner-wrap .hide-on-tiny { display: block; }
#outer-wrap #inner-wrap .only-on-tiny { display: none; }
#outer-wrap #inner-wrap .hide-on-tiny-inline { display: inline; }
#outer-wrap #inner-wrap .only-on-tiny-inline { display: none; }

.hspace {
    padding: 10px 0;
}

.hspace.hspace-small {
    padding: 5px 0;
}

.hspace.hspace-large {
    padding: 20px 0;
}

.newsfeed-wrapper {
    width: 100%;
    text-align: center;
}

.newsfeed-wrapper a.newsfeed-link {
    display: inline-block;
}

.newsfeed-wrapper .newsfeed-link-inner {
    display: inline-block;
    background-color: #024189;
    padding: 15px;
    min-width: 150px;
    
    color: white;
    
    font-weight: 600;
    font-size: 1.143em;
}

#newsfeed-post-wrapper, #content #newsfeed-loader {
    margin-top: 4em;
}

#newsfeed-load {
    border-top: 5px solid #494949;
}

#newsfeed-post-load {
    margin-top: 3em;
}

#newsfeed-loader {
    width: 100%;
    text-align: center;
    font-size: 40px;
}

#ckdc-survey-wrapper {
    display: none;
    border-bottom: 3px solid #494949;
}

#ckdc-survey {
    width: 100%;
    max-width: 1220px;
    margin: 1em auto 0;
    position: relative;
}

#ckdc-survey-inner {
    margin: 0 10px;
}

#ckdc-survey.ckdc-survey-thanks {
    margin-bottom: 1em;
    text-align: center;
}

#ckdc-survey.ckdc-survey-thanks h2 {
    letter-spacing: 0;
}

#ckdc-survey .ckdc-survey-info {
    float: right;
    font-size: 0.8em;
}

@media screen and (max-width: 769px) {
    /* "mobile" */
    #outer-wrap #inner-wrap .hide-on-mobile, #outer-wrap #inner-wrap .no-mobile { display: none; }
    #outer-wrap #inner-wrap .only-on-mobile, #outer-wrap #inner-wrap .on-mobile { display: block; }

    #outer-wrap #inner-wrap .hide-on-mobile-inline { display: none; }
    #outer-wrap #inner-wrap .only-on-mobile-inline { display: inline; }

    .col-full { max-width:100%; }
    .two-col-left #main-sidebar-container #main { width:100%; }
    .one-col #main .newsfeed-load-wrapper, .one-col #main #comments { width: 100%; }

    #navigation, #post_header { font-size: 14px; }
    #navigation a { line-height: 45px; }
    .main_menu_button .main_menu_submenu { top: 44px; }

    .nav-btn {display: block;}
    .nav-fa-btn {display: block;}
    
    .two-col-left #main-sidebar-container #sidebar {
	display: block;
	float: left;
	width: 100%;
	margin-top:30px;
    }
    
    .two-col-left #main-sidebar-container #sidebar img.alignright {
	float: none;
    }

    .kd-sidebar-box {
	float: right;
	position: relative;
	width: 33%;
	margin: 0;
	padding: 0 0 10px 10px;
    }
    
    /* 8.3 Footer Widgets 1-4 Columns */

    #footer-widgets.col-3 .block.footer-widget-1 { padding:20px 0 0 0; width:100%; float:none; }
    #footer-widgets.col-3 .block.footer-widget-2 { padding:0; width:100%; float:none; }
    #footer-widgets.col-3 .block.footer-widget-3 { padding:0; width:100%; float:none; clear: both; }
    
    #footer-widgets.col-3 .block.footer-widget-2 div{float: left; margin-right: 30px;}
    
    #text-9 {clear: both;}
    
    #text-8 .alignleft {

	margin: 0 1em 1em 0;
    }

    .mc-subscribe .mc-subscribe-text { font-size: 1.357em; }

    .hspace { padding: 7px 0; }
    .hspace.hspace-small { padding: 4px 0; }
    .hspace.hspace-large { padding: 14px 0; }

    .one-col #main h1, #huge-feature-title { font-size: 7vw; }
    h1, h2.entry-title, .one-col #main h2 { font-size: 5.5vw; }
    h2, h2.tunn { font-size: 4.5vw; }
    h3, .one-col #main h3 { font-size: 3.5vw; }
    h4, h5, h6, .one-col #main h4, .one-col #main h5, .one-col #main h6, .archive_header { font-size: 2.5vw; }

    .page-menu { font-size: 1.2em; line-height: 1.3em; }
    .page-menu.member-menu { font-size: 1.3em; line-height: 1.3em; }
    .page-menu li a { min-width: 0; padding: 1px 5px; }
    .page-menu.member-menu { font-size: 1.3em; }

    .presentation, .presentation-button, a.presentation-button { font-size: 1.5em; line-height: 1em; }
    .presentation-bigblack { font-size: 3em; line-height: 1em; }
    .presentation-text { font-size: 1.3em; line-height: 1.2em; }

    .entry .column-featured-1, .entry .column-featured-2, .entry .column-featured-3, .entry .column-featured-4 {
	display: block;
	width: 49.8%;
	max-width: 49.8%;
	margin: 0 0 0.4% 0;
    }

    .entry .column-featured-1, .entry .column-featured-3 {
	margin-right: 0.4%;
    }

    .kd-featured {
	margin: 0 0 0.4% 0;
    }

    .post-after { margin: 1em -10px 0 -10px; }

    #ckdc-survey .ckdc-survey-info {
	float: none;
    }

    .three-column .video-more {
	line-height: 17px;
	height: 17px;
    }

    .three-column .video-more-review-count {
	display: none;
    }
    .three-column .video-more-length {
	float: right;
	margin: 0;
    }

    .three-column .stars-wrapper {
	font-size: 1em;
	line-height: 17px;
    }
    .three-column .stars-wrapper .stars {
	font-size: 17px;
    }
    .three-column .rating-hover-wrapper {
	width: 30vw;
    }
}

@media screen and (max-width: 700px) {
    #navigation, #post_header { font-size: 13px; }
}

@media screen and (max-width: 600px) {
    /* "tiny" */
    #outer-wrap #inner-wrap .hide-on-tiny { display: none; }
    #outer-wrap #inner-wrap .only-on-tiny { display: block; }

    #outer-wrap #inner-wrap .hide-on-tiny-inline { display: none; }
    #outer-wrap #inner-wrap .only-on-tiny-inline { display: inline; }

    #outer-wrap #inner-wrap .fl-on-tiny { float: left; }
    #outer-wrap #inner-wrap .fr-on-tiny { float: right; }

    body, input, textarea { font-size: 13px; }
    #header, #navigation-wrapper, #sidebar, #footer-widgets, #footer { font-size: 13px; }
    #navigation, #post_header { font-size: 12px; }
    #navigation a { line-height: 40px; }
    #post_header { margin-bottom: 2.5em; }
    #post_header .post_header_title { display: none; }
    #post_header .menu-item-title { display: block; }
    #post_header .post_header_menu { position: static; }
    #post_header .post_header_menu {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
    }
    #post_header .menu {
	width: 100%;
	float:left;
	line-height: 2em;

	/* flexbox setup */
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	min-width: 500px;
	overflow: hidden;
    }
    #post_header .menu-item { padding: 0; white-space: nowrap; }

    .main_menu_button .main_menu_submenu { top: 39px; }
    .sidebar-font { font-size: 12px; }

    h1, h2 { letter-spacing: -1px; }

    .one-col #main h1, #huge-feature-title { font-size: 8vw; }
    h1, h2.entry-title, .one-col #main h2 { font-size: 6vw; }
    h2, h2.tunn { font-size: 5vw; }
    h3, .one-col #main h3 { font-size: 4vw; }
    h4, h5, h6, .one-col #main h4, .one-col #main h5, .one-col #main h6, .archive_header { font-size: 3.5vw; }

    .mc-subscribe .mc-subscribe-text { font-size: 1.071em; }
    .mc-subscribe .email { width: calc( 95% - 130px ); }

    .hspace { padding: 5px 0; }
    .hspace.hspace-small { padding: 3px 0; }
    .hspace.hspace-large { padding: 10px 0; }

    .pop-post { width: 49%; max-width: 49%; margin-right: 1%; }
    .pop-post-2 { margin-right: 0; }
    .pop-post-3 { display: none; }

    .page-menu { font-size: 1.1em; line-height: 1.3em; }
    .page-menu.member-menu { font-size: 1.2em; line-height: 1.3em; }

    .presentation, .presentation-button, a.presentation-button { font-size: 1.3em; line-height: 1em; }
    .presentation-bigblack { font-size: 2.5em; letter-spacing: -2px; line-height: 1em; }
    .presentation-text { font-size: 1.1em; line-height: 1.2em; }

    #ckdc-survey .ckdc-survey-info { float: none; }

    .video-more-fade {
	width: 100%;
    }
    .video-more-sidefade {
	display: none;
    }
    .video-more {
	line-height: 17px;
	height: 17px;
    }
    .two-column .video-more-review-count {
	display: none;
    }
    .two-column .video-more-length {
	float: right;
	margin: 0;
    }

    .stars-wrapper {
	font-size: 1em;
	line-height: 17px;
    }
    .stars-wrapper .stars {
	font-size: 17px;
    }
    .rating-hover-wrapper {
	width: 42vw;
    }
    
    .two-column .video-more {
	line-height: 14px;
	height: 14px;
    }
    .two-column .stars-wrapper {
	font-size: 1em;
	line-height: 14px;
    }
    .two-column .stars-wrapper .stars {
	font-size: 14px;
    }
    
    .three-column .video-more {
	line-height: 12px;
	height: 12px;
    }
    .three-column .stars-wrapper {
	font-size: 12px;
	line-height: 12px;
    }
    .three-column .stars-wrapper .stars {
	font-size: 12px;
    }

    .rating-votes-nr {
	width: 28%;
    }
    .rating-votes-meter {
	width: 52%;
    }
}

@media screen and (max-width: 399px) {
    .mc-subscribe-wrapper { background: #EAEDF0; }
    .mc-subscribe .mc-subscribe-content-wrapper { width: 100%; bottom: 10%; }
    .mc-subscribe .mc-subscribe-content { padding: 20px 0 15px 0; width: 90%; margin: 0 auto; }
    .mc-subscribe .mc-subscribe-img { display: none; }
    .mc-subscribe .email { width: calc( 98% - 130px ); }
    .mc-subscribe { padding-top: 5%; }

    .one-col #main h1, #huge-feature-title { font-size: 6vw; }
    h1, h2.entry-title, .one-col #main h2, h2, h2.tunn { font-size: 5vw; }
    h3, .one-col #main h3 { font-size: 4vw; }
    h4, h5, h6, .one-col #main h4, .one-col #main h5, .one-col #main h6, .archive_header { font-size: 3.5vw; }

    h1, h2, h3, h4, h5, h6, .bigstrong, .archive_header { letter-spacing: 0; }
    
    #post_header { margin-bottom: 2em; }
    .page-menu { font-size: 1em; line-height: 1.3em; }
    .page-menu.member-menu { font-size: 1.1em; line-height: 1.3em; }

    .presentation, .presentation-button, a.presentation-button { font-size: 1.2em; line-height: 1em; }
    .presentation-bigblack { font-size: 2.0em; line-height: 1em; }
    .presentation-text { font-size: 1.0em; line-height: 1.2em; }

    .stars-wrapper {
	font-size: 1em;
	line-height: 16px;
    }
    .stars-wrapper .stars {
	font-size: 16px;
    }
    .rating-hover-wrapper {
	width: 42vw;
    }
    
    .two-column .video-more {
	line-height: 12px;
	height: 12px;
    }
    .two-column .stars-wrapper {
	font-size: 12px;
	line-height: 12px;
    }
    .two-column .stars-wrapper .stars {
	font-size: 12px;
    }
    
    .three-column .video-more {
	line-height: 11px;
	height: 11px;
    }
    .three-column .stars-wrapper {
	font-size: 11px;
	line-height: 11px;
    }
    .three-column .stars-wrapper .stars {
	font-size: 11px;
    }
}

@media screen and (max-width: 319px) {
    .mc-subscribe .email { width: 95%; float: none; display: block; }
    .mc-subscribe .subscribe-button { margin-top:6px; float: none;display: block; }
    .mc-subscribe .mc-subscribe-content-wrapper { bottom: 0; }

    .entry .two-column, .entry .three-column {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
    }

    .entry .four-column {
	width: 49.5%;
	max-width: 49.5%;
	margin-right: 0.5%;
    }

    .entry .four-column-padded {
	width: 49%;
	max-width: 49%;
	margin-right: 1%;
    }

    .entry .last-column {
	margin-right: 0;
    }

    .entry .column-featured-1, .entry .column-featured-2, .entry .column-featured-3, .entry .column-featured-4 {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 0.4% 0;
    }

    .presentation, .presentation-button, a.presentation-button { font-size: 1.1em; line-height: 1em; }
    .presentation-bigblack { font-size: 1.5em; line-height: 1em; letter-spacing: -1px; }

    #tiny-nav .kd-button { font-size: 1.1em; }

    .two-column .video-more-review-count, .three-column .video-more-review-count {
	display: block;
    }
    .two-column .video-more-length, .three-column .video-more-length {
	float: left;
    }
    
    .video-more, .two-column .video-more, .three-column .video-more {
	line-height: 12px;
	height: 12px;
    }
    .stars-wrapper, .two-column .stars-wrapper, .three-column .stars-wrapper {
	font-size: 12px;
	line-height: 12px;
    }
    .stars-wrapper .stars, .two-column .stars-wrapper .stars, .three-column .stars-wrapper .stars {
	font-size: 12px;
    }
    
    .two-column .rating-hover-wrapper, .three-column .rating-hover-wrapper {
	width: 65vw;
    }
}

@media screen and (min-width: 770px) {
    .col-full { max-width:1200px; }
    .two-col-left #main-sidebar-container #main { width:58%; }

    #header-sidebar {
	bottom: 5%;
	position: absolute;
	right: 10px;
    }
    
    .en-icon {display: none;}
    .nav-btn {display: none;}
    .nav-fa-btn {display: none;}
}

@media screen and (min-width: 820px) {
    .mc-subscribe .mc-subscribe-text { font-size: 14px; }
}

@media screen and (min-width: 850px) {
    .one-col .kd-text-section-right { margin-left: calc( 100% - 800px ); }
    .two-col-left #main-sidebar-container #main { width:60%; }

    .mc-subscribe .mc-subscribe-img { width: 25%; }
}

@media screen and (min-width: 900px) {
    .two-col-left #main-sidebar-container #main { width:62%;padding: 0; }

    body, input, textarea { font-size: 16px; line-height: 1.45em; }

    .mc-subscribe .mc-subscribe-text { font-size: 1.357em; }
}

@media screen and (min-width: 950px) {
    .two-col-left #main-sidebar-container #main { width:64%; }
}

@media only screen and (min-width: 1024px) {
    .col-full { max-width:1200px; }
    .two-col-left #main-sidebar-container #main { width:67%; }

    body, input, textarea { font-size: 17px; line-height: 1.5em; }
    #navigation, #post_header { font-size: 18px; }
    #navigation a { line-height: 65px; }
    .main_menu_button .main_menu_submenu { top: 64px; }
}

@media only screen and (max-width: 1240px) {
    .lefthalf, .entry .lefthalf, .righthalf, .entry .righthalf, .one-col .lefthalf, .one-col .entry .lefthalf, .one-col .righthalf, .one-col .entry .righthalf {
	width: 50%;
    }

    .lefthalf, .entry .lefthalf, .one-col .lefthalf, .one-col .entry .lefthalf {
	margin-left: 0;
    }

    .righthalf, .entry .righthalf, .one-col .righthalf, .one-col .entry .righthalf {
	margin-right: 0;
    }

    .centerfull, .entry .centerfull, .one-col .centerfull, .one-col .entry .centerfull {
	width: 100%;
	margin-left: 0;
    }

    .two-col-left .lefthalf, .two-col-left .entry .lefthalf, .two-col-left .righthalf, .two-col-left .entry .righthalf {
	width: 50%;
    }
    
    .two-col-left .lefthalf, .two-col-left .entry .lefthalf {
	margin-left: 0;
    }

    .two-col-left .righthalf, .two-col-left .entry .righthalf {
	margin-right: 0;
    }

    .two-col-left .centerfull, .two-col-left .entry .centerfull {
	width: 100%;
	margin-left: 0;
    }

    #huge-feature-image-wrapper {
	min-width: 100%;
	min-width: calc( 100% + 20px );
	margin-left: -10px;
    }

    #huge-feature-image, #huge-feature-fade {
	width: 100%;
	margin-left: 0;
    }

    #huge-feature-inner #post_header, #huge-feature-title, #huge-feature-rating {
	margin-left: 10px;
	margin-right: 10px;
    }
}

@media only screen and (min-width: 1640px) {
    .one-col .lefthalf, .one-col .entry .lefthalf, .one-col .righthalf, .one-col .entry .righthalf {
	width: 66.6666%;
    }
	
    .one-col .lefthalf, .one-col .entry .lefthalf {
	margin-left: -16.6666%;
    }

    .one-col .righthalf, .one-col .entry .righthalf {
	margin-right: -16.6666%;
    }

    .one-col .centerfull, .one-col .entry .centerfull {
	margin-left: -16.6666%;
	width: 133.3333%;
    }
    
    .two-col-left .lefthalf, .two-col-left .entry .lefthalf, .two-col-left .righthalf, .two-col-left .entry .righthalf, .one-col .kd-text-section .lefthalf, .one-col .kd-text-section .righthalf {
	width: 75%;
    }
	
    .two-col-left .lefthalf, .two-col-left .entry .lefthalf, .one-col .kd-text-section .lefthalf {
	margin-left: -25%;
    }

    .two-col-left .righthalf, .two-col-left .entry .righthalf, .one-col .kd-text-section .righthalf {
	margin-right: -25%;
    }

    .two-col-left .centerfull, .two-col-left .entry .centerfull, .one-col .kd-text-section .centerfull {
	margin-left: -25%;
	width: 150%;
    }

    #huge-feature-image, #huge-feature-fade {
	margin-left: -16.6666%;
	width: 133.3333%;
    }
}
