/*
Theme Name: The Deluxe
Theme URI: http://www.dlxsf.com
Description: Deluxe Distribution

*/


/* -------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	 box-sizing: border-box;
}
body {
	line-height: 1;
	box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

iframe {
	width: 100%;
	margin: 0 0 1em 0;
	}
		
.tube {
	position: relative;
	padding-bottom: 54.50%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 1em;
	}
		
.tube iframe,  
.tube object,  
.tube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
	
.audio iframe,  
.audio object,  
.audio embed {
	display: block;
	width: 100%;
	}
	
.slider:nth-child(odd) {
	padding-top: 20px;
	width: 49%;
	float: left;
	clear: both;
	}
	
.slider:nth-child(even) {
	padding-top: 20px;
	width: 49%;
	float: right;
	}

.slider:nth-last-child(2) {
}

.slides img {
	width: 100%;
	}

.smallslidesarea {
	background: #000;
	margin-bottom: 10px;
}
	
.smallslides {
    display: flex;
    border-bottom: 5px solid #FFF;
}
	
.featureslides {
	background: #fff none repeat scroll 0 0;
    float: left;
    margin: 10px 5px;
    padding: 10px 0px;
    flex: 1;
}

.featureslides img {
	width: 90%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

.features-text {
	font-size: 12px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.features-homepage-text {
	font-size: 11px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

#nav-features {
	width: 100%;
	display: block;
	height: auto;
}




/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

.widget-title {
display: none;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* 404page, Form fields, general styles first */

.error-page {
	margin: 0 auto;
	min-height: 500px;
	width: 80%;
	padding-top: 40px;
}

.error-page-text {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	
}

input#s {
	width: 600px;
}

.contact {
width: 50%;
margin: 20px auto 0;
}

.contact p {
width: 100%;
line-height: 13pt;
float: left;
padding: 10px 0;
border-bottom: 1px solid rgba(153,153,153,0.2);
}

.contact h1 {
color: #FFF;
text-transform: uppercase;
font-size: 21pt;
line-height: 26pt;
}

button {
	border: 2px solid rgba(51,51,51,0.2);
	border-radius: 5px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	margin: 10px 0;
}

input {
	border: 2px solid rgba(51,51,51,0.2);
	border-radius: 5px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	margin: 10px 0;
}

textarea {
	border: 2px solid rgba(51,51,51,0.2);
	border-radius: 5px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	margin: 10px 0;
	width: 60%;
	font-size: 120%;
	overflow: auto;
	vertical-align: top;
}
button,
input {
	line-height: normal;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 20px 30px;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	background: rgba(102,102,102,0.6);
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0;
	border: none;
}

.menu-toggle {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #CF0;
	background: #222;
	font-weight: bold;
	text-transform: uppercase;
	width: 92%;
	margin: 5px 0;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #FFF;
	background: #000;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #FFF;
	background-color: 222;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img {
	height: auto;
	margin: 0;
}

.comment-content img,
.page-content img,
.widget img {
	width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
	margin: 0;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
img.alignleft {
	float: left;
	width: 48%;
}
img.alignright {
	float: right;
	width: 48%;
	text-align: right;
}
img.alignnone {
	width: 100%;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img {
	width: 300px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 10px 0px 20px 0px;
	font-size: 1em;
    line-height: 1.3em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}

body {
    font-size: 1em;
    line-height: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
    letter-spacing: normal;
	text-rendering: optimizeLegibility;
	color: #000;
	background: rgb(0,0,0);
	background-attachment: fixed;
	}
	
a {
	outline: none;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:link, a:visited {
	color: #5f5f5f;
}

a:hover, a:active {
	color: #9d9d9d;
}

.more-link {
		border-bottom: 0;
		color: #CF0;
		background: #333;
		padding: 1%;
		margin: 1.5% 0;
		display: inline-block;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow: inset 0px 0px 5px  rgba(0,0,0,0.3);
	}
	.more-link:hover {
		color: #000;
		background: #CF0;
	}
	
.nav-previous a, .nav-next a {	
	background: #000 none repeat scroll 0 0;
    border-bottom: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
    color: #FFF;
    padding: 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    }
    
.nav-previous a:hover, .nav-next a:hover {	
	background: #FFF none repeat scroll 0 0;
    color: #000;
    }

.nav-previous, .nav-next {	
    padding: 20px 20px 30px 20px;
    }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Start Drawer navagation */

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

a.drawer-menu-item {
  color: #FFF;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
}

.drawer-menu-item:hover {
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.drawer-open .drawer-overlay {
  display: block;
}
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
  display: none;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  margin-top: 20px;
  margin-right: .75rem;
  margin-bottom: 30px;
  margin-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.7);
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #FFF;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}


@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 2rem;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}


/*desk top menu*/
nav {
clear: both;
width: 100%;
text-align: center;
margin: 5px 0px 5px 0px;
}

#primary_nav_wrap
{
background: #000;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

#primary_nav_wrap ul li.current-menu-item
{
	

}

#primary_nav_wrap ul li
{
	display: block;
	position:relative;
	display: inline;
	margin:0;
	padding:0;
	z-index: 999;
}

#primary_nav_wrap li ul
{
	display: none;
	text-align: left;
	min-width: 200px;
}

#primary_nav_wrap li ul a
{
	width: 200px;
}


#primary_nav_wrap ul a:hover
{
	background:#FFF;
	color: #000;
	padding:0 15px;
}

#primary_nav_wrap ul ul
{
	position:absolute;
	left: 0;
	background: rgba(0, 0, 0, 1);
	color: #000;
}

#primary_nav_wrap ul ul li
{
	float:none;
}

#primary_nav_wrap ul ul a
{
	color: #FFF;
	background: #000;
	padding: 8px 15px 8px 18px;
	font-size:14px;
	line-height: 16px;
	margin: 8px 0px;
}

#primary_nav_wrap ul ul li a:hover
{
	float: none;
	color: #000;
	background: #FFF;
	padding: 8px  15px;
	line-height: 16px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}


ul li.current_page_item > a,
ul li.current-menu-ancestor > a,
ul li.current-menu-item > a,
ul li.current-menu-parent > a {
	color: #000;
}


/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

/* End Drawer navagation */

/* Page structure */
.site {
	padding: 0 24px;
}
.site-content {
	margin: 0;
}

.logoarea {
	width: 100%;
	background: #000;

}

#content {
	min-height: 400px;
}

.break {
width: 100%;
height: 20px;
}

/* Header */
header {
	padding-top: 5px;
}

.site-header {
	padding: 0;
	position: relative;
}
.site-header h1 a,
.site-header h2 a {

	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {

}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.blackbar {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 5px solid #000;
}

p.sectionhead {
    font-size: 1em;
    display:table;
    color: #000;
    padding: 5px 15px 3px 4px;
    background: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

a.morefeatures {
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    width: 200px;
    padding: 10px 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

a.morefeatures:hover {
    color: #FFF;
}


/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin: 0 0 10px 0;
	font-size: 10px;
	font-size: 0.657142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #CF0;
	text-transform: uppercase;
}
.main-navigation a:hover {
	color: #FFF;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0;
	word-wrap: break-word;
}


.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	background: #1e1e1e;
	clear: both;
	font-size: 11px;
	font-size: 0.657142857rem;
	line-height: 2;
	max-width: 100%;
	margin-top:0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 1.214285714rem 0;
	text-align: center;
	color: #EEE;
	text-transform: uppercase;
	position: relative;
}

.footer-info {
	width: 1170px;
	margin: 0 auto;
}
footer[role="contentinfo"] a {
	color: #EEE;
}
footer[role="contentinfo"] a:hover {
	color: #FFF;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
	display: none;
}
.entry-header {
	padding-top: 0px;
}
.entry-header img.wp-post-image {

}

.entry-content {
line-height: 1.414285714;
}

.entry-title {
}

.page-entry-title {
	font-size: 12px;
	font-size: 1.228571429rem;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px;
}

.hline a {
	text-decoration: none;
}

.news-text a {
	text-decoration: none;
}

.news-text {
	padding: 0px 5px 10px 5px;
}

.date {
    padding: 5px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.day {
    float: left;
    color: #BBB;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0px 2px 4px 0;
}

.month {
    display: block;
    float: left;
    color: #BBB;
    font-size: 0.6em;
    font-weight: bold;
    line-height: 100%;
    width: 32px;
    padding-top: 4px;
}

.year {
    display: block;
    color: #BBB;
    font-size: 0.6em;
}

.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content h1 {
	font-size: 1.3rem;
	line-height: 1.4rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	background: #000;
	min-height: 30px;
	padding: 10px 75px 10px 10px;
	margin: 0px 0px 5px 0px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 1rem;
	line-height: 1.1rem;
	color: #FFF;
}
.entry-content h5,
.comment-content h5 {
	font-size: 0.9rem;
	line-height: 1.0rem;
	color: #FFF;
	text-align: center;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}

.site-content h3 {
	font-size: 11px;
	line-height: 17px;
	color: #FFF;
	background: #000;
	margin-top: 10px;
	text-transform: uppercase;
}
.site-content h4 {
	font-size: 10px;
	line-height: 12px;
	color: #CF0;
	margin-bottom: 20px;
	}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 5px 12px 0;
	float: left;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 5px;
	float: right;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin: 12px auto;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background: #FFF;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.site-content article:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0;
}

.single-site-content .entry-content {
	width: 100%;
	margin: auto;
	}

.single-site-content article {
	background: none;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	position: relative;
	float: left;
	width: 100%;
	min-height: 400px;
}

.single-site-content header {
	display: none;
	}


.single-site-content img {
	margin: 0 0 2% 0;
	}

.single-site-content .date {
	display: none; 
	}
	
.single-site-content .txt-sum .single-site-content {
	display: none;
	}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.news_img
{
width: 10%;
margin: -8px 10px 0 0;
float: left;
}

.news_img img
{
border: 2px solid #222;
width: 50px;
float: left;
}

.news_txt
{
width: 86%;
color: #CCC;
float: left;
text-transform: uppercase;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* OTHER STYLES */

.ct-gallery {
display: none;
}

.slider img {
width: 100%;
height: auto;
}

.slider a {
color: rgba(256,256,256,0.7);
}

.adsttl {
text-transform: uppercase;
padding: 0;
display: none\9;
}

.adchive {
padding: 5px;
float: left;
font-weight: bold;
text-transform: uppercase;
color: #DDD;
}

.aim {
	position:relative;
	overflow:hidden;
	clear:both;
	padding:0;
	}

.aim a {
	background-position:center center;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	text-decoration:none;
	}

.aim a:hover, .aim a:visited {
	text-decoration:none;
	}

.aimdecs {
	position:relative;
	overflow:hidden;
	margin:0;
	clear:both;
	padding:0;
	width: 300px;
	}

.jt-insta {
	display: block;
}

.twit {
width: 100%;
margin: auto;
margin: 0 0 5px 6px;
padding-bottom: 3px;
float: left;
overflow: hidden;
}

.sftr_lk
{
width: 145px;
height: 50px;
float: left;
margin: 0 0 10px 5px;
display: none;
}

.fb {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/fb.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/fb.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/fb.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.tw {
width: 22px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/tw.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/tw.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/tw.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.ig {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/ig.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ig.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ig.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.yt {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/yt.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/yt.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/yt.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.ml {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/ml.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ml.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ml.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}


.fb:hover, .tw:hover, .ig:hover, .yt:hover, .ml:hover {
opacity:1;
filter:alpha(opacity=100);
}

.fb-bl {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/fb-bl.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/fb-bl.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/fb-bl.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.tw-bl {
width: 22px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/tw-bl.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/tw-bl.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/tw-bl.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.ig-bl {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/ig-bl.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ig-bl.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ig-bl.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.yt-bl {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/yt-bl.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/yt-bl.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/yt-bl.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}

.ml-bl {
width: 26px;
height: 20px;
margin: 10px;
float: right;
background: url(/_images/_nav/ml-bl.svg) no-repeat center center;
-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ml-bl.svg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/_nav/ml-bl.svg', sizingMethod='scale')";
	margin: auto;
opacity:.6;
filter:alpha(opacity=60);
}


.fb-bl:hover, .tw-bl:hover, .ig-bl:hover, .yt-bl:hover, .ml-bl:hover {
opacity:1;
filter:alpha(opacity=100);
}


.logos img {
display: inline;
opacity:1;
filter:alpha(opacity=100);
}

.logos img:hover {
opacity:.6;
filter:alpha(opacity=60);
}


.sf {
width: 9%;
height: auto;
margin: 5px 4px;
}

.rs {
width: 20%;
height: auto;
margin: 0px 4px 10px 4px;
}

.th {
width: 11%;
height: auto;
margin: 4px;
}

.ah {
width: 16%;
height: auto;
margin: 4px;
}

.kr {
width: 16%;
height: auto;
margin: 4px;
}

.vt {
width: 9%;
height: auto;
margin: 4px;
}

.social-contain {
width: 100%;
height: 40px;
padding: 5px;
background: #333;
}

.social {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}

.social-stuff {
width: 280px;
height: 25px;
float: right;
padding: 5px 0;
}

.socialnav {
width: 100%;
background: #222;
height: 40px;
padding: 10px 0;
position: absolute;
z-index: -1;
}


.fb-like.fb_edge_widget_with_comment.fb_iframe_widget span {
z-index: 999;
position: relative;
}

.page-content-body {
width: 60%;
margin: 10px auto;
color: #999;
font-size: 9pt;
line-height: 16pt;
}

.page-content-body iframe {
margin: 10px 0;
}

.page-content-body p {
text-align: center;
margin: 0 0 10px 0;
padding: 10px 0;
border-top: 1px solid rgba(255,255,255,0.2);
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.page-content-body img {
width: 100%;
height: auto;
margin: 10px 0;
}

.page-content-body span {
display: block;
margin-top: 10px;
}

.page-content .entry-title {
font-size: 21pt;
line-height: 21pt;
text-transform: uppercase;
color: #FFF;
display: none;
}

.extra-img {
width: 100%;
height: auto;
}

.av {
margin: 10px;
padding: 0;
float: left;
}

.av h2 {
padding: 10px 0;
}

.shopspot-contain {
width:100%;
float: left;
}

.shopspot {
width: 32.8%;
float: left;
max-width: 320px;
min-width: 300px;
margin: 2px;
text-align: center;
}

.shopspot h1 {
margin: 10px 0;
font-size: 14pt;
}

.shopspot img {
width: 100%;
height: 220px;
}

.adchive {
float: right;
text-transform: uppercase;
font-size: 7pt;
}

.dlxshop {
width: 100%;
text-align: center;
float: left;
margin: 20px 0;
font-size: 14pt;
line-height: 17pt;
color: #5ea0dd;
}

.dlxshop h1 {
font-size: 21pt;
line-height: 23pt;
color: #FC0;
}

.pa-row {
margin-top: 20px;
}

.pa-row h2 {
line-height: 20pt;
text-transform: uppercase;
}

.pa-row img {
width: 16%;
}

.ui-tooltip {
z-index:100;
width:150px;
padding: 5px;
min-height:20px;
max-width:100%;
font-size:0.875em;
text-align:center;
color:#FFF;
background: rgba(0,0,0,1);
position: absolute;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: -4px 4px 0px rgba(0,0,0,.6);
text-transform: uppercase;
font-weight: bold;
}
    
.ui-tooltip ul {
margin-top: 5px;
}

.ui-tooltip li a {
display: block;
margin: 0;
padding: 5px 0;
color:#FFF;
border-top: 1px solid rgba(0,0,0,.3);
}

.ui-tooltip li a:hover {
background: rgba(255, 255, 255, 1);
color: #000;
}

.arrow {
width: 70px;
height: 16px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -35px;
bottom: -16px;
}

.arrow.top {
top: -16px;
bottom: auto;
}

.arrow.left {
left: 20%;
}

.arrow:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
box-shadow: 6px 5px 9px -9px black;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
}

.arrow.top:after {
bottom: -20px;
top: auto;
}


a.scrollup:hover {
background: #FFF;
color: #000;
}

h2.title {
font-size: 14pt;
text-transform: uppercase;
margin-bottom: 10px;
}

#inline1 p {
line-height: 13pt;
padding: 0 10px 10px 10px;
}

.wpcf7 { 
font-weight: bold;
}

.dlx-cafe {
width: 43px;
height: 16px;
float: right;
margin-right: 20px;
background: url(/_images/_nav/dlx-cafe.png);
opacity:.6;
filter:alpha(opacity=60);
}

a.dlx-cafe:hover {
opacity:1;
filter:alpha(opacity=100);
}

.topstick {
width: inherit ;
height: 30px;
background: #F00;
z-index: 5000;
}

.pa {
/* Prevent vertical gaps */
line-height: normal;
column-count:3;
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-gap:4px;
-moz-column-gap:4px; /* Firefox */
-webkit-column-gap:4px; /* Safari and Chrome */
display: none\9;
padding-bottom: 20px;
}


.pa img  {
width: 100%;
height: auto;
margin: 0;
padding: 0;
display:inline-block;
}

.pa img:hover {
opacity:.6;
filter:alpha(opacity=60);
}

.article-img-doubles {
padding-top: 2px;
}


.article-img-singular {
display: block;
padding-bottom: 2px;
}

.blunder-downunder {
background: #333;
background: -moz-linear-gradient(top, rgba(242,103,34,1) 0%, rgba(255,242,0,1) 40%, rgba(0,171,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,103,34,1)), color-stop(40%,rgba(255,242,0,1)), color-stop(100%,rgba(0,171,189,1)));
background: -webkit-linear-gradient(top, rgba(242,103,34,1) 0%,rgba(255,242,0,1) 40%,rgba(0,171,189,1) 100%);
background: -o-linear-gradient(top, rgba(242,103,34,1) 0%,rgba(255,242,0,1) 40%,rgba(0,171,189,1) 100%);
background: -ms-linear-gradient(top, rgba(242,103,34,1) 0%,rgba(255,242,0,1) 40%,rgba(0,171,189,1)) 100%);
background: linear-gradient(to bottom, rgba(242,103,34,1) 0%,rgba(255,242,0,1) 40%,rgba(0,171,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F26722', endColorstr='#00ABBD',GradientType=0 );
background-attachment: fixed;
float: left;
text-align: center;
}

.fb-feature {
display: none;
}

.rs-kr-title {
padding: 2em 3em 1.5em 3em;
background: #000;
float: left;
width: 100%;
text-align: center;
}

.rs-kr-title img {
display: inline;
width: 60%;
height: auto;
}

p.lead-in {
clear: both;
font-size: 1.3em;
line-height: 1.5em;
padding: 0 2em 1em 2em;
text-shadow: none;
}

p.morf-cap {
clear: both;
padding: 0.5em 1em 1em 1em;
text-shadow: none;
font-size: 1.1em;
line-height: 1.5em;
border-bottom: 2px solid #000;
}


.morf-ttl {
display: block;
font-size: 1.4em;
line-height: 1.5em;
padding: .3em 0;
}

.article-nav {
padding: 0;
background: #333;
}

.article-nav a {
color: #222;
text-shadow: none;
}

.prev {
float: left;
position: relative;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	padding: 1em;
	margin: 0;
	background: #CF0;
	border-radius: 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1em;
}



.next {
float: right;
position: relative;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	padding: 1em;
	margin: 0;
	background: #CF0;
	border-radius: 0;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1em;
}

.prev:hover, .prev:active, .next:hover, .next:active {
	background: #FFF;
}

/* = Blog Formats
-------------------------------------------------------------- */

.intro-paragraph { 
    clear: both;
    color: #000;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 0 2em 1em;
    text-shadow: none;
}

.question { 
    clear: both;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 2em .05em;
    text-shadow: none;
}

.answer { 
    clear: both;
    color: #000;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 0 2em 1.2em;
    text-shadow: none;
}

.captions { 
	padding: 10px 0px 20px 0px;
	font-size: 1em;
    line-height: 1.3em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.credit { 
    text-align: center;
	width: 100%;
	font-size: 1.1em;
	font-style: italic;
	color: #222;
	padding: 10px 0px;
}

.text-image-left {
	width: 50%;
	float: left;
}

.text-image-right {
	width: 50%;
	float: right;
	margin-top: 50px;
}

/* =terrence styles
----------------------------------------------- */

.alignrightwrap {
	margin: 5px;
	width: 20%;
	float: right;
}

.alignleftwrap {
	margin: 5px;
	width: 20%;
	float: left;
}

.tripleimage {
	margin: 5px;
	width: 100%;
	float: left;
}

p.twords-more {
    color: #000;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 30px 0 0;
    width: 100%;
}

p.twords {
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 0;
    width: 100%;
}

p.twords-2 {
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    font-style: italic;
    padding: 10px 0;
    width: 100%;
}

p.twords-final {
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    padding: 30px 30px 20px 0px;
    width: 60%;
    float: right;
}


.tcaption {
    padding: 10px 0px 20px 0px;
	color: #222;
	font-size: 1em;
    line-height: 1.3em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

hr.tdash {
	background-color: #000;
	border-top: 2px dashed #FFF;
}

/* =model styles
----------------------------------------------- */

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}



/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (max-width: 1280px) {
	.site {
		overflow: hidden;
		background: #f1f1f1 none repeat scroll 0 0;
		padding: 0 5px;
}
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	
	body .site {
		padding: 0 40px;
		margin-top: 0;
	}
	body.custom-background-empty {
		background-color: #000;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* Max width of 760 pixels. */
@media screen and (max-width: 760px) {
	.rs-kr-title img {
	width: 100%;
	height: auto;
	}
	
	.slider:nth-child(odd) {
	padding-top: 20px;
	width: 100%;
	float: left;
	clear: both;
	}
	
	.slider:nth-child(even) {
	padding-top: 20px;
	width: 100%;
	float: right;
	}
	
	.audio iframe,  
	.audio object,  
	.audio embed {
	display: block;
	width: 100%;
	}

	ul {
		position: static;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
}

/* Minimum width of 690 pixels. */
@media screen and (min-width: 690px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	
	img.size-full,
	img.size-large, {
	width: 300px;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	float: left;
	}
	
	img.header-image,
	img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	float: left;
	margin-right: 2%;
	}

	.scrollit {
	width: 100px;
	margin: auto;
	padding: 80px 0 0 0;
	}
	
	a.scrollup {
	float: left;
	padding: 25px 29px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #222;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: none;
	border: 8px solid #222;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	box-shadow:none;
	text-align: center;
	}
	
	.social-b {
	width: 130px;
	height: 20px;
	margin: 60px 0 0 -20px;
	float: left;
	}
	
	hgroup {
	float: left;
	width: 24%;
	}

	hgroup img {
	width: 100%;
	height: auto;
	}
	
	.dlxlogo {
	float: left;
	width: 39%;
	}

	.dlxlogo img {
	width: 100%;
	height: auto;
	}

	.logos {
	width: 55%;
	float: right;
	}
	
	
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1170px;
		position: relative;
		background: #f1f1f1;
	}
		
	.site-content {
		float: left;
		width: 66.104166667%;
	}
	
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 32.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	
	.menu-toggle {
		display: none;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 690 pixels. */
@media screen and (max-width: 75em) {
	
	hgroup {
	margin: auto;
	height: auto;
	}
	
	.entry-header {
	display: block;
	width: 100%;
	float: left;
	}
	
	img.size-full,
	img.size-large,
	img.header-image,
	img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	}
	
	.entry-content {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	}
	
	.entry-content h1 {
    font-size: .9em;
    line-height: 1;
	}
	
	.page-entry-title {
    text-align: center;
    
	}
	
	.site-content article {
	position: relative;
	}
	
	.site-content article:before {
   border-top: 60px solid rgba(0,0,0,1);
	}
	
	.single-site-content .entry-content {
	width: 90%;
	margin: auto;
	padding: 0 5%;
	}
	
	.single-site-content .entry-title {
	font-size: 2.2em;
	}
	
	body {
	background: none;
	background-color: #FFF;
	}
	
	.scrollit {
	display: none;
	}
	
	.site-info {
	margin-top: 30px;
	}
	
	hgroup {
	float: left;
	width: 100%;
	text-align: center;
	}
	
	hgroup img {
	width: 30%;
	height: auto;
	display: inline;
	}
	
	.dlxlogo img {
	width: 92%;
	margin: 10px 0px 0px 0px;
	}

	.logos {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	float: left;
	text-align: center;
	background: #000;
	border-top: 4px solid #FFF;
	}
	
	.sf {
	width: 7%;
	height: auto;
	}

	.rs {
	width: 18%;
	height: auto;
	}

	.th {
	width: 9%;
	height: auto;
	}

	.ah {
	width: 14%;
	height: auto;
	}

	.kr {
	width: 14%;
	height: auto;
	}

	.vt {
	width: 8%;
	height: auto;
	}
	
	.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
  display: block;
}
	
	.social-contain {
	display: none;
	}
	.socialnav {
    display: none;
	}
	.drawer-nav {
	display: block;
	}
	#primary_nav_wrap {
	display: none;
	}
	
	.socialtitle {
		font-weight: bold;
		padding-top: 20px;
		font-size: 1rem;
		text-transform: uppercase;
		color: #fff000;		
	}
	
	.featureslides {
	width: 50%;
	float: left;
	padding: 0px;
	margin: 5px 0px;
	background: none;
	}

	.featureslides img {
	width: 98%;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

	.features-text {
	font-size: 14px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	}

	.features-homepage-text {
	font-size: 10px;
	line-height: 1.1;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	min-height: 40px;
	}
	
	.footer-info {
    margin: 0 auto;
    width: 100%;
	}
	
	.blackbar {
    width: 100%;
    margin-bottom: 10px;
	}

	p.sectionhead {
    font-size: 0.8em;
    display:table;
    color: #000;
    padding: 5px;
    background: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
	}

	a.morefeatures {
    width: 100%;
    margin: 2px 0 5px;
    text-align: center;
    border-top: 4px solid #FFF;
	}
	
	.nav-previous, .nav-next {
    padding: 10px 0px 10px;
    width: 45%;
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
	}
	
	.nav-previous, .previous-image {
    float: left;
    width: 100%;
	}
	
	.nav-next, .next-image {
    float: right;
    text-align: right;
    width: 100%;
	}
	
	.nav-previous a, .nav-next a {
	width: 100%;
	font-size: .8rem;
    padding: 10px 5px;
    display:inline-block;
    text-align: center;
	}
	
	.smallslides {
    display: block;
    border-bottom: none;
	}
	
	/* = Blog Formats mobile
	-------------------------------------------------------------- */

	.intro-paragraph { 
    clear: both;
    color: #000;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0 0.2em 1em;
    text-shadow: none;
	}

	.question { 
    clear: both;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    padding: 0 0.2em .05em;
    text-shadow: none;
	}

	.answer { 
    clear: both;
    color: #000;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0 0.2em 1.2em;
    text-shadow: none;
	}

	.captions { 
	padding: 10px 0px 20px 0px;
	font-size: 0.9em;
    line-height: 1.3em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	}

	.credit { 
    text-align: center;
	width: 100%;
	font-size: 0.9em;
	font-style: italic;
	color: #222;
	padding: 5px 0px;
	}
	
	.text-image-left {
	width: 100%;
	float: none;
	}

	.text-image-right {
	width: 100%;
	float: none;
	margin-top: 0px;
	}
}
