@import url("https://fonts.googleapis.com/css?family=Raleway:400,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

/**
 * 1.0 - Reset
 *
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0px solid #01599A;
	outline: 0px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Raleway",sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway',sans-serif;
	clear: both;
	font-weight: 700;
}

h1 {
	font-size:3.6rem;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*text-transform: capitalize;*/
	font-size:1.3rem;
	padding-top:0px;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*text-transform: capitalize;*/
	font-size:1.3rem;
	padding-top:0px;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	/*text-transform: capitalize;*/
	font-size:1.3rem;
	padding-top:0px;
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	/*text-transform: capitalize;*/
	font-size:1.3rem;
	padding-top:0px;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #005999;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #005999;
	outline: 0;
}

button,
input[type="button"] {
	color: white;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

select {
	border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
	text-transform: capitalize;
	font-size:1.4rem;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


.social-media-inline a {
	display:inline-block;
	width:50px;
	height:auto;
}

.main-menu-search {
  position: relative;
  padding-top: 41px;
  margin-bottom: 0;
}

.keyword {
	position: absolute;
    line-height: 46px;
    padding-right: 28px;
    z-index: 4;
    text-align: left;
    padding-left: 14px;
    display: inline-block;
    margin-top: 10px;
    background: #065422;
    left: 0;
    display: none;
}

.keyword #search-section {
	color:#FFF;
	outline: 0px solid #c1c1c1;
	position:relative;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #999;
  margin-left: 68px;
  margin-top: -26px;
  position:absolute;
  right:-16px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #999;
  margin-left: 68px;
  margin-top: -26px;
  position:absolute;
  right:-16px;
}

.drop-search {
	position:absolute;
	border:1px solid #000;
	border-bottom:8px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	background:#000;
	top:48px;
	width:130px;
	left:0px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	display:none;
	text-transform:none;
	margin:0px;
}

.keyword .arrow-up-search {
	position: absolute;
    background: #000;
    border: 2px solid #fff;
    display: block;
    left: 20px;
    bottom: -4px;
	display:none;
}
.keyword .arrow-up-search:after, .keyword .arrow-up-search:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.keyword .arrow-up-search:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 7px;
	margin-left: -7px;
}
.keyword .arrow-up-search:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.drop-search ul {
	margin:0px;
	padding:0px;
}

.drop-search li {
	font-size:14px;
	list-style:none;
	line-height:16px;
	color:#fff;
	text-align:left;
	padding:10px 16px 6px 16px;
}

.drop-search li a {
	color:#fff;
}

#dropdown-profile,
#dropdown-profile ul,
#dropdown-profile ul li,
#dropdown-profile ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#dropdown-profile {
	position:absolute;
	border:1px solid #000;
	border-bottom:8px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	background:#000;
	top: 92px;
    width: 130px;
    right: 80px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
	display:none;
	text-transform:none;
	z-index: 50;
}
#dropdown-profile ul li a {
	padding:3% 6% 3% 6%;
}
#dropdown-profile ul ul {
	display: none;
	white-space:normal;
	background-color:rgba(99,99,99,1.00);
	padding:2% 0% 2% 6%;
}
#dropdown-profile > ul > li.active > ul {
  display: block;
}
#dropdown-profile > ul > li > a {
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    width: 100%;
    display: block;
    line-height: 16px;
    padding: 10px 16px 6px 16px;
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#dropdown-profile ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 14px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#dropdown-profile ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 18px;
	display: block;
	width: 10px;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#dropdown-profile ul > li.has-sub.open > a:after,
#dropdown-profile ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#dropdown-profile ul ul li a {
	width: 100%;
    display: block;
    box-sizing: border-box;
    color: rgba(255,255,255,1.00);
    padding: 3% 6% 2% 10%;
    line-height: normal;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 2;
    background: rgba(99,99,99,1.00);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: normal;
}
#dropdown-profile ul ul li a:hover {
	color:rgba(200,200,200,1.00);
}
#dropdown-profile ul ul.main-menu-columns li {
	white-space:normal;
	padding:1%;
}

.drop-profile:after {
	content:"";
	position:absolute;
	width  : 0;
    height : 0;
	top:-7px;
	left:44%;
    border-left   : 7px solid transparent;
    border-right  : 7px solid transparent;
    border-bottom : 7px solid #000;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
	margin: 10px 0px;
	padding:12px;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

.form-description {
	color:#999;
	font-size:1.5rem;
}

button.mfp-close, button.mfp-arrow {
	font-weight: normal;
    font-size: 40px;
}

.button-lblue {
	font-family: 'Raleway',sans-serif;
    font-weight: normal;
    background: #01589B;
    color: white !important;
    font-size: 1.8rem;
    display: block;
    width: 250px;
    border: 0;
    margin-bottom: 20px;
    text-align: center;
    padding: 12px;
    text-transform: none;
	margin:0 auto;
}

.button-grey {
	background:#F7F7F7;
	color:#9E9E9E;
	font-family: 'Raleway', sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 2rem;
	width: 214px;
    border: 1px solid #9E9E9E;
}

.terms-link {
	/*color:#999;*/
}

.submenu-header {
	display:inline-block;
	width:100%;
}

.dropdown-submenu,
.dropdown-submenu ul,
.dropdown-submenu ul li,
.dropdown-submenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-submenu {
	position: absolute;
    border: 1px solid #000;
    border-bottom: 8px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background: #000;
    top: 37px;
    width: 130px;
    left: 0px;
    z-index: 20;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
    -moz-box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
    box-shadow: 2px 2px 3px 0px rgba(33,33,33,0.15);
    display: none;
    text-transform: none;
}
.dropdown-submenu ul li a {
	padding:3% 6% 3% 6%;
}
.dropdown-submenu ul ul {
	display: none;
	white-space:normal;
	background-color:rgba(99,99,99,1.00);
	padding:2% 0% 2% 6%;
}
.dropdown-submenu > ul > li.active > ul {
  display: block;
}
.dropdown-submenu > ul > li > a {
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    width: 100%;
    display: block;
    line-height: 16px;
    padding: 10px 16px 6px 16px;
    cursor: pointer;
    z-index: 2;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
	font-weight: normal;
	text-align:left;
}
.dropdown-submenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 14px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.dropdown-submenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 18px;
	display: block;
	width: 10px;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.dropdown-submenu ul > li.has-sub.open > a:after,
.dropdown-submenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-submenu ul ul li a {
	width: 100%;
    display: block;
    box-sizing: border-box;
    color: rgba(255,255,255,1.00);
    padding: 3% 6% 2% 10%;
    line-height: normal;
    text-decoration: none;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 2;
    background: rgba(99,99,99,1.00);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: normal;
}
.dropdown-submenu ul ul li a:hover {
	color:rgba(200,200,200,1.00);
}
.dropdown-submenu ul ul.main-menu-columns li {
	white-space:normal;
	padding:1%;
}

/**
 * 6.0 Navigations
 */
 
.loader {
    width: 50%;
    display: block;
    height: 10rem;
    line-height: 10rem;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
.loader i {
	color:#000 !important;
}

.loader em {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:25%;
	background:url(img/loading-spokes.svg) no-repeat center center;
	text-indent: -9999px;
	background-size: 20% auto;
}

.super-rss-reader-widget {
	margin: 0 auto;
    padding: 2%;
    display: block;
    box-sizing: border-box;
    width: 90%;
    background: white;
}

.rounded {
	display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #000000;
    font-size: 2.7rem !important;
    padding: 9px 0px 10px 5%;
    margin: 0;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.bx-wrapper, .bx-viewport, .bxslider li {
	height:100% !important;
	box-shadow: 0 0 0px !important;
	border:0 !important;
	left:0 !important;
}

/**
 * 6.1 Links
 */

a {
	color: #01599A;
	text-decoration: none;
	font-weight:bold;
}

a:hover,
a:focus {
	color: #0192FC;
	/*color: rgba(51, 51, 51, 0.7);*/
}


/**
 * 6.2 Menus
 */

.main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.delete-post {
	position:absolute;
	right:0;
	top:0;
	display:block;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	font-size:1.2rem;
	background:rgba(0,0,0,0.3);
	text-shadow: 2px 1px #000000;
	z-index:4;
	box-sizing:border-box;	
}

.delete-post a {
	display:block;
	width:100%;
	color:rgba(255,255,255,1);
	line-height:normal;
	padding:8px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.back-top {
	position:fixed;
	right:3%;g
	z-index:20;
	bottom:2%;
	width:40px;
	height:40px;
	display:none;
	z-index:101;
	opacity: 0.10;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}

.back-top a {
	width:100%;
	height:inherit;
	display:block;
	background:url('img/top.svg') no-repeat center center;
	background-size: 100% auto;
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #0192FC;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

.join-login.login i {
	position:absolute;
	right:2px;
	top:22px;
	margin: auto 0;
	width:16%;
	display:inline-block;
	height:26px;
	background-color:#000;
	z-index:2;
	background:url(img/gear.png) no-repeat center center;
	background-size: 100% auto;
}

.cityguide-header-image {
	position:relative;
	width: 100%;
    display: block;
    height: 500px;
	margin-top: 20px;
}

.cityguide-header-image button {
	position: absolute;
    top: 3%;
    left: 2%;
    background: #F5F5F5;
    color: #666;
    font-weight: normal;
    font-size: 1.1rem;
}

.cityguide-header-image button.selected {
	border: 1px solid #FFF;
    color: white;
    background: rgba(255,148,0,0);
}

.cityguide-header-image button:hover {
	background:#000;
	color:#F5F5F5;
}

.cityguide-header-image .description {
	width: 34%;
    display: block;
    height: 100%;
    padding: 60px 2% 2% 2%;
    color: white;
    box-sizing: border-box;
    background: rgba(255,148,0,0.85);
	display:none;
	overflow: hidden;
}

.cityguide-header-image .description.eat {
    background: rgba(137,54,196,0.85);
}

.cityguide-header-image .description.play {
    background: rgba(255,0,0,0.85);
}

.cityguide-header-image .description.services {
    background: rgba(103,205,220,0.85);
}

.cityguide-header-image .description.shop {
    background: rgba(11,72,107,0.85);
}

.cityguide-header-image .description.stay {
    background: rgba(255,148,0,0.85);
}

.cityguide-header-image .description.deals {
    background: rgba(152,199,61,0.85);
}

.cityguide-cat-nav {
	margin:0;
	padding:0;
}

.cityguide-cat-nav li {
	box-sizing: border-box;
    list-style: none;
    display: inline-block;
    margin: 20px 10px 20px 0px;
    width: 15%;
}

.cityguide-cat-nav img {
	margin-right:12px;
}

.cityguide-cat-nav strong {
	font-size:2rem;
}

.geodir_submit_search, .geodir-search input[type=button] {
	width: inherit;
    color: white;
    background: #16C2F4;
    font-size: 2rem;
    padding: 14px 20px 14px 20px;
    font-weight: normal;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
	border-left:0px;
	border-right:0px;
	background:rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 3px 9px 0px rgba(33,33,33,0.63);
	-moz-box-shadow: 0px 3px 9px 0px rgba(33,33,33,0.63);
	box-shadow: 0px 3px 9px 0px rgba(33,33,33,0.63);
	padding: 0 0;
}

.site-header.fixed {
	position: fixed;
	z-index:500;
	margin-top:0px;
	top:-80px;
}

.site-header.default {
	display:block;
}

.site-branding {
	width:100%;
	box-sizing:border-box;
	display:block;
	position: relative;
	min-height: 2em;
	font-family: 'Raleway', sans-serif;
}

.masthead {
	position: absolute;
	z-index:100;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -72px;
}

.srr-title a {
	color:black;
}

.srr-summary a {
 color:black;
}

.logo {
	width: 180px;
    vertical-align: middle;
    display: flex;
    box-sizing: border-box;
    line-height: 110px;
    text-align: left;
}

.svg-logo {
	width:100%;
	max-height:56px;
	max-width:114px;
	height: 100%;
	vertical-align:middle;
}

.cityguides-logo {
    width:100%;
    /* max-height: 43px; */
    height: auto;
    vertical-align: middle;
}

.nav-menu {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	height:100%;	
	font-size:18px;
	font-weight:bold
}

.nav-menu li {
	margin:0px;
	padding:0px 10px 0px 10px;
	list-style:none;
	display:inline-block;
	text-transform:uppercase;
	box-sizing:border-box;
	height:100%;
}

.nav-menu a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.nav-menu a:hover {
	text-decoration:underline;
}

.menu-social-icon {
	height: 38px;
    padding: 6px !important;
    box-sizing: border-box;
	margin-right: 4px !important;
	position: absolute !important;
	right:0;
}

.menu-social-icon a {
	padding: 0 !important;
    margin: 0;
    display: inline-block !important;
    height: 100%;
	margin-right:10px;
}

.menu-social-icon img {
	height: 100%;
    width: auto;
}

.menu-search-bar {
    position: relative;
    left: 0px;
    top: 0px;
}

.menu-search-bar-icon {
	position: absolute;
    right: 0;
    top: 7px;
}

.search-bar-menu input {
	outline: none;
}

.search-bar-menu input::-webkit-search-decoration,
.search-bar-menu input::-webkit-search-cancel-button {
	display: none; 
}

.search-bar-menu input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 15px;
    width: 90%;
    padding: 10px;
    color: transparent;
    cursor: pointer;
    background-color: white;
    border: 0px solid;
    margin: 2% 6%;
    box-sizing: border-box;
}
.search-bar-menu button {
	background: transparent;
    position: absolute;
    right: 18px;
    top: 8px;
    height: 38px;
}
.search-bar-menu button i {
    color: black;
    position: absolute;
    right: 8px;
    top: 11px;
}
/*.search-bar-menu input[type=search]:hover {
	background-color: transparent;
}
.search-bar-menu input[type=search]:focus {
	width: 130px;
	padding-right: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.search-bar-menu input:-moz-placeholder {
	color: transparent;
}
.search-bar-menu input::-webkit-input-placeholder {
	color: transparent;
}*/

#menu-container,
#menu-container ul,
#menu-container ul li,
#menu-container ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu-container {
	width:25%;
	background:#000;
	display:block;
	position:absolute;
	z-index: 20;
	box-sizing:border-box;
	padding:3% 0% 3% 0%;
	color:rgba(255,255,255,1.00);
	text-align:left;
	line-height:normal;
	font-family: 'Raleway',sans-serif;
	display:none;
	/*
	height:100vh;	
	overflow:auto;*/
	height: initial;
	right: 0;
	clear:both;
}
#menu-container ul li a {
	padding:3% 6% 3% 6%;
}
#menu-container ul ul {
  display: none;
  white-space:normal;
  background-color:rgba(99,99,99,0.8);
	padding:2% 0% 2% 6%;
}
#menu-container > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#menu-container > ul > li > a {
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-size:2rem;
    text-transform: uppercase;
	text-decoration:none;
	width:100%;
	display:block;
	padding-bottom:4%;
	padding-top:4%;
	cursor: pointer;
	z-index: 2;
	color: #ffffff;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-weight:normal;
}
#menu-container ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#menu-container ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 23px;
	display: block;
	width: 10px;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#menu-container ul > li.has-sub.open > a:after,
#menu-container ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-container ul ul li a {
	width:100%;
	display:block;
	box-sizing:border-box;
	color:rgba(255,255,255,1.00);
	padding:3% 8% 3% 8%;
	text-decoration:none;
	font-size:13px;
	font-size:1.3rem;
	cursor: pointer;
	z-index: 2;
	/*background:rgba(99,99,99,1.00);*/
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-weight:normal;
	text-transform:uppercase;
}
#menu-container ul ul li a:hover {
	color:rgba(200,200,200,1.00);
}
#menu-container ul ul.main-menu-columns li {
	display:inline-block;
	width:46%;
	white-space:normal;
	padding:1%;
}
#menu-container ul ul.main-menu-columns.twocolumns li {
	width:48%;
}
#menu-container ul ul ul li a {
  padding-left: 32px;
}
#menu-container ul ul li a:hover {
  color: #ffffff;
}
#menu-container ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#menu-container ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}

#menu {
    padding: 0px;
	width: 62%;
    display: block;
    text-align: left;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    top: 43px;
    left: 300px;
}

#menu ul {
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0px auto;
    padding: 0px 0px 0px 3px;
    list-style: none;
    color: #6D6E71;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    /*text-align: left;*/
    letter-spacing: 0.5px;
    font-weight: 100;
    padding-left: 34px;
    height: 39px;
	text-align: center;
}
#menu ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:15px;
	display:inline-block;
	text-transform:uppercase;
	vertical-align:top;
	position: relative;
    margin-right: 6%;

}
#menu ul li ul {
  position: absolute;
  display:inline;
  top: 38px;
  left:-3px;
  float:left;
  background:rgba(0,0,0,0.85);
  width: 280px;
  display: none;
  opacity: 0;
  box-sizing:border-box;
  padding:4px;
  height: inherit;
}
#menu ul li ul li, #menu ul li ul li ul li { 	
	display: inline;
	/*width:50%;
	float:left;*/
	text-align:left;
	font-size:11px; 
	border:0px solid;
	box-sizing:border-box;
	font-weight:100;
	letter-spacing:1px;
}
#menu h3 { 
	margin:0px;
	padding:10px 10px 10px 16px;
	font-weight:700;
	line-height:16px;
	font-size:13px;
}
#menu a.nospacer {
	margin:0px;
	padding:0px;
}
#menu a.nospacer:hover {
	background:rgba(0,0,0,1.00);
}
#menu .title-spacer {
	width:90%;
	box-sizing:border-box;
	display:block;
	clear:both;
}
#menu ul li:hover ul:first-of-type {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu .is-title {
	padding: 10px 5px 8px 6px;
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-left: 6px;
}
#menu ul li ul li:hover ul:first-of-type {
	display: block !important;
	opacity: 1;
	visibility: visible;
	margin:13px 0px 13px 0px;
}

#menu li.end {
	border-right:0px solid;
}
#menu li a {
	display: block;
	padding: 12px 3px;
	color: #6D6E71;
	text-decoration: none;
	margin-left: -3px;
	font-weight: bold;
}
#menu li a.highlight {
	/*background-color:rgba(6, 84, 34, 1);*/
}
#menu ul li ul li a {
	display:block;
	padding:6px 20px 6px 20px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
	font-weight:normal;
}
#menu ul li ul li a:hover, #menu ul li ul li ul li a:hover {
	width:100%;
	display:block;
	box-sizing:border-box;
	margin-left:0px;
}
#menu li a:hover {
	text-decoration:underline;
}

#menu ul ul ul:first-of-type, #menu ul ul ul ul:first-of-type {
	position: absolute;
    top: -56px;
    left: 270px;
	float:left;
	background:rgba(0,0,0,0.9);
	width: 280px;
	display: none !important;
	opacity: 0;
	box-sizing:border-box;
	padding:4px;
	height: inherit;
}

#menu .hide-main {
	display:none !important;
}

#menu-container .menu-footer-cont {
    padding-left: 26px;
	padding-top: 12px;
}

#menu-container .menu-footer-cont a {
	font-size: 12px !important;
    display: inline;
    margin: 0;
    padding: 0;
	text-transform: inherit;
}

.dg-signup {
    text-align: center;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.menu-container {
	position:absolute;
	width:100%;
	height:auto;
	background:rgba(0,0,0,1.00);
	left:0%;
	z-index:20;
	box-sizing:border-box;
	display:block;
	padding:4%;
	display:none;
	margin-top:0px;
}

.menu-search-mobile {
	display:none;
}

.menu-container-main-options {
	clear:both;
}

.menu-container-main-options-footer {
	width:100%;
	text-align:center;
	font-size:13px;
	font-size:1.3rem;
	/*position:absolute;
	bottom:10%;*/
	margin-top:6%;
	left:0%;
	text-transform:none;
	box-sizing:border-box;
	white-space:normal;
	line-height:2.2em;
	color:rgba(180,180,180,1.00);	
}

.menu-container-main-options-footer img {
	margin-top:1%;
	width:16%;
	height:auto;
	border:1px solid white;
}

.menu-container-main-options-footer a.footer-link {
	color:rgba(180,180,180,1.00);	
	text-decoration:none;
	display:inline-block
}

.menu-container-main-options-footer a:hover {
	text-decoration:underline;
}

.menu-main-menu-login-signup a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.menu-main-menu-login-signup a:hover {
	border-bottom:3px solid #000;
}

.menu-main-menu-user, .menu-main-menu-login-signup {
	display: block;
    height: 100%;
    position: absolute;
    line-height: inherit;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: capitalize;
    text-align: right;
    padding-right: 25px;
    top: 0;
    right: 0;
}

.menu-main-menu-login-signup {
	padding-right:0;
}

/*.menu-main-menu-user i {
	width:52px;
	height:52px;
	margin:0px 6px 3px 6px;
	vertical-align:middle;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
}*/

.menu-main-menu-user a {
	color:#333;
}

.arrow-down-profile {
	width: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #6b6b6b transparent transparent transparent;
    height: 9px;
    display: inline-block;
}

.arrow-up-profile {
	width: 0;
    border-style: solid;
    vertical-align: middle;
    border-width: 0px 7.5px 8px 7.5px;
    border-color: transparent transparent #6b6b6b transparent;
    height: 9px;
    display: inline-block;
}

.menu-main-menu-user span {
	display:inline-block;
	text-align:right;
	position: relative;
}

.menu-main-menu-user-tokens {
	position: absolute;
    z-index: 2;
    left: 0;
    line-height: normal;
    top: 36px;
	font-size:1.4rem;
	text-align:right;
	width:140px;
	height:20px;
	text-transform:lowercase;
}

.menu-main-menu-wrapper {
	width:10%;
	display:inline-block;
	height:100%;
	vertical-align:top;
	text-align:center;
	line-height:inherit;
	box-sizing:border-box;
	font-size:16px;
	position: absolute;
	right:0;
	top: 24px;
}

.menu-main-menu-wrapper a {
	width:100%;
	height:inherit;
	display:block;
	padding-top: 4px;
	color:#333;
}

.menu-search-container {
	width:50%;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	display:none;
}

.main-menu-search {
	margin:0px;
	padding:0px;
	width:100%;
	display:block;
	height:100%;
	box-sizing:border-box;
}

.main-menu-search input[type=text] {
	font-size:1.8rem;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	line-height:normal;
	padding:2%;
	padding-left: 100px;
	color:rgba(50,50,50,1.00);
	border:1px solid rgba(33,33,33,1.00);
	border-radius:0px;
	position:relative;
	margin-top:0;
	background:#fff;
	height: 46px;
}

.main-menu-search input[type=submit] {
	width:auto;
	height: 65px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	background:url(img/search.svg) no-repeat center center;
	text-indent: -9999px;
	background-size: 4em auto;
	border:0px solid;
}

.logo-big {
	font-size:4rem;
	font-weight:bolder;
}

.menu-content-horizontal {
	width:100%;
	display:block;
	border-bottom:3px solid #00AEEF;
	height:70px;
	margin-bottom:3%;
	position:relative;
}

.menu-content-horizontal-header {
	width:70%;
	box-sizing:border-box;
	margin:0;
	border-bottom-color: rgb(51, 51, 51);
	clear: both;
	color: rgb(51, 51, 51);
	display: inline-block;
	font-size: 4rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.8em;
}

.menu-content-horizontal ul {
	display:inline-block;
	width:68%;
	box-sizing:border-box;
	list-style:none;
	vertical-align:middle;
}

.menu-content-horizontal ul li {
	display:inline-block;
	line-height:normal;
	padding:0% 2% 0% 2%;
	font-size:1.5rem;
}

.wpbdp-search-form {
	width:100%;
	display:inline-block;
}

.geodir-pcat-show {
	list-style:none;
}

.widget.geodir-widget.geodir_popular_post_category {
	margin-bottom:2%;
}

/**
 * 12.0 Content
 */
 
.site-content {
	width:100%;
	margin-top:120px;
}

.site-content.isprofile {
	width:100%;
	margin-top:0px;
}

.entry-content.isprofile {
	padding-top:0;
}

.page-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.page-content.popup {
    padding: 40px 0px;
}
	
.content-area {
	/*width:90%;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.site-branding, nav {
	width:100%;
	margin: 0 auto;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	height: 116px;
	line-height:68px;
	white-space:nowrap;
}

.profile-cover-action {
	position: absolute;
    right: 14%;
    bottom: 4px;
}

.entry-content.isprofile #item-nav, .entry-content.isprofile #item-body {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
}

.entry-content.social {
	height:500px !important;
}

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 0;
}

.feed-icons {
	width:100%;
	display:block;
	margin:0px 0px 1em 0px;
	padding:0px;
	font-weight:bold;
	font-size:22px;
	font-size:2.3rem;
	margin-bottom:5%;
	line-height:1.1;
}

.feed-icons li {
	width:100%;
	box-sizing:border-box;
	display:inline-block;
	text-align:center;
	margin:0px;
	list-style:none;
	padding:0px 0px 0.3em 0px;
}

.dot-menu {
	display:inline-block;
	width:25px;
	height:19px;
	position:absolute;
	left:0;
	top:3px;
	background:url(img/dots-v.svg) no-repeat center center;
	background-size: 5px auto;
	display:none;
}

.dot-menu-header {
	width: 12px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 18px;
    background: url(img/dots-v.svg) no-repeat center center;
    background-size: 6px auto;
}

.highlight-column {
	/*height:960px;*/
	/*background	:#055424;*/

	background:#055590;
}

.trending-column {
	background:#F5F5F5;
	border: 0px solid #333;

	position:relative;
}

.trending-column .entry-title, #primary-sidebar .entry-title {
	display:block;
	width:100%;
	height: 80px;
	box-sizing:border-box;
	text-align:left;
	color:rgb(115, 111, 120);
	font-size:40px;
	font-size: 2.7rem;
	padding:9px 0px 3px 5%;
	margin:0;
}

.topten-sponsor-img {
	position: absolute;
    right: 5%;
    top: 40px;
}

.topten-sponsor-img img {
	width:70px; 
	height:auto;
}

.topten-sponsor-title {
	position: absolute;
    font-size: 12px;
    font-weight: normal;
    float: left;
    display: flex;
    margin-top: 0px;
    color: #000;
    left: 5%;
    width: 55%;
    top: 50px;
    line-height: normal;
}

.topten-sponsor-title a {
	color:#000000;
	text-decoration:none;
}

.trending-column .topten-title {
	color:rgba(0,192,243,1.00);
	font-size:20px;
	font-size:2rem;
	margin:0;
}

.trending-column .topten-title strong {
	color:rgba(255,0,0,1.00);
	font-size:24px;
	font-size:2.4rem;
	font-weight:none;
}

.trending-column .entry-content {
	height:100%;
	width:100%;
}

.trending-column .entry-content ul {
	background:rgba(255, 255, 255, 1);
	margin:6%;
	padding:3%;
	width:90%;
	display:block;
	box-sizing:border-box;
	border:0px solid #333;
}

.trending-column .entry-content li {
	margin:0px;
	font-weight:bold;
	padding:4% 0% 0% 0%;
	list-style:none;
	display:block;
	width:100%;
	box-sizing:border-box;
	height:10%;
	line-height:normal;
	position:relative;
	clear:both;
}

.trending-column .entry-content li .trending-image {
	width:100px;
	height:60px !important;
	margin:0% 3% 0% 0%;
	display:block;
	float:left;
}

.trending-column .entry-content li .trending-tokenz-box {
	position: absolute;
    width: 90px;
    top: 14%;
    left: 0;
    display: block;
}

.trending-column .entry-content li .trending-tokenz-box a {
	color:white;
	font-family: Verdana, Sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}

.trending-column ul li a {
	font-size: 1.3rem;
    line-height: 2rem;
    font-weight: normal;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.highlight-column .entry-title {
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	color:rgba(255,255,255,1.00);
	font-size:42px;
	font-size:3.667rem;
	padding:3px 0px 3px 0px;
	margin:0;
}

.highlight-column .entry-title.dailycontent {
    font-size: 3.0rem;
    padding: 1.5% 0% 0% 0%;
    text-align: center;
    display: block;
    height: 46px;
}

.highlight-column .entry-title .small {
    font-size: 2rem;
}

.column-column-one {
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:31.3%;
	margin-right:3%;
	vertical-align:top;
}

.column-column-two {
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:31.3%;
	margin-right:3%;
	vertical-align:top;
}

.column-trending {
	position:relative;
	margin:0px;
	padding:0px;
	float:left;
	width:31.3%;
}

.column-search {
	margin:0px;
	padding:0px;
	display:inline-block;
	width:31.3%;
	margin-right:1.6%;
	vertical-align:top;
}

.ad-middle-page {
	width:100%;
	margin:0% 0% 2% 0%;
    position: absolute;
    width: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ad-middle-page img {
	border-top:0.25em solid rgba(0, 0, 0, 1);
}

.ad-middle-page-spacer {
	height:475px;
	display:block;
	width:100%;
}

.ad-inline-article {
	float: right; margin-left: 20px;
}
.ad-sq-inline-container {
	width: 300px;
    display: block;
    margin: 0 auto;
}
.ad-inline-article .label, .ad-sq-inline-container .label {
	display: block; text-align: right; font-size: 10px; color: #666;
}

.trending-number {
	display: block;
    position: absolute;
    bottom: 3%;
    left: 3%;
    background: rgba(0,0,0,0.5);
    height: 40%;
    width: 25%;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: normal;
}

.right-sidebar-container {
	float: right;
    width: calc(95%/3);
    display: block;
    box-sizing: border-box;
    vertical-align: top;
}



.header-post-container {
    display: block;
    width: calc(100%/5);
    box-sizing: border-box;
    /*margin-top: 20px;*/
	margin-top: 16px;
    float: left;
    padding-right: 4px;
	height: 200px;
}
.header-post-container figure {
	width: 100%;
    height: 100px;
    display: block;
    margin: 0px;
    padding: 0px;
	position: relative;
}
.header-post-container .play-button.header {
    width: 100%;
    height: 100%;
    /* margin-bottom: 1%; */
    position: absolute;
    z-index: 2;
    /* left: 44%; */
    /* top: 24%; */
    background-size: 40px auto;
}
.header-post-container h2 {
	color: black;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 6px;
}
.header-post-big-container {
	display:block;
	width:100%;
	box-sizing:border-box;
}
.header-post-big-container figure {
    width: 55%;
    display: block;
    /*height: 260px;*/
	height: 310px;
    float: left;
}
.header-post-big-container .content {
	display: block;
    padding-left: 15px;
    float: left;
    width: 45%;
}
.header-post-big-container h1 {
	color: black;
    line-height: normal;
    font-size: 2.6rem;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.header-post-big-container .dek {
	font-size: 1.5rem;
    line-height: 2.2rem;
    display: block;
}



.grid {
	width:100%;
}

.grid-sizer,
.grid-item { 
	width: 31%;
}
/*.grid-item--height2 { height: 1000px; }*/
.grid-item--widthfull { width: 100%; }

/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	/*padding-top: 7.6923%;*/
	position: relative;
}

.bp_members.hentry {
	background-color: #fff;
	padding-top: 0;
	position: relative;
}

.member-cover-picture {
	display:block;
	width:100%;
	height:350px;
	margin:0 auto;
	position:absolute;
	background:#F5F5F5;
	top:0;
	z-index:1;
	background-image:url(/piccover);
	background-size:cover;
	background-position-y:50%;
}

.member-header {
	width:75%;
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	max-width:920px;
	box-sizing:border-box;
}

.member-header img {
	width: 100px;
    height: auto;
    position: absolute;
    bottom: 4px;
    z-index: 1;
}

.member-header h1 {
	color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin:0px;
	padding:3%;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.3);
	font-size:3.5rem;
	font-weight:normal;
	padding-bottom:0;
	text-transform:capitalize;
	left: 100px;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post {
	width:100%;
	margin-bottom:40px;
	box-sizing:border-box;
	overflow:hidden;
	display:block;
	float:left;
	padding:0px;
	/*height: 460px;*/
	position:relative;
}

.post a:hover img {
	opacity: 0.9;
}

.post.expand {
	height:inherit;
}

.post-video {
	width:100%;
	/*height:460px;*/
	height:420px;
	display:block;
	position:relative;
	margin:0px;
	box-sizing:border-box;
	position: relative;
	border-top:0.25em solid rgba(0, 0, 0, 1);
}

.post-video.noborder {
	border-top:0px solid rgba(0, 0, 0, 1);
}

.post-video:hover, .post-featured-big:hover, .post-featured-small:hover {
	opacity:0.9;
}

.post.widget .entry-content  {
	padding:0%;
	height:100%;
	background:rgba(243,243,243,1.00);
}

.featured-posts {
	width: 100%;
    margin-bottom: 0;
    display: block;
    height: 610px;
}

.featured-post-footer {
	position:absolute;
    right: 2px;
    bottom: 2px;
}

.featured-posts ul {
	margin:0;
	padding:0;
	list-style:none;
	height:100%;
}

.featured-posts-left {
	width: 65.4%;
	display:block;
	float:left;
	height:100%;
	list-style:none;
	position:relative;
}

.featured-posts-right {
    width: 31.8%;
    display: block;
    float: right;
     height: 40%; 
    /*height: 48%;*/
    margin-bottom: 18px;
    list-style: none;
}

.featured-posts-right .grid-item {
	/*height:100% !important;*/
	height:68% !important;
}
.featured-posts-right .grid-item article {
	height:100% !important;
	margin-bottom:0px !important;
}
.featured-posts-right .grid-item .post-video {
	height:100% !important;
}

.bxsliderright li {
	height:100%;
}

#sliderArrowLeft {
    position: absolute;
    z-index: 30;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    top: 45%;
    left: 2%;
    background: rgba(255,255,255,1);
    border-radius: 50%;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#sliderArrowRight {
    position: absolute;
    z-index: 30;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    top: 45%;
    right: 2%;
    background: rgba(255,255,255,1);
    border-radius: 50%;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#sliderArrowLeft .bx-prev, #sliderArrowRight .bx-next {
	width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: rgba(33,33,33,1);
}

#sliderArrowLeft .bx-prev i {
	text-indent: -4px;
}

#sliderArrowRight .bx-next i {
	text-indent: 4px;
}

#sliderArrowLeft:hover, #sliderArrowRight:hover { 
    opacity:0.9;
    filter:alpha(opacity=90);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.featured-posts-right.bottom {
	height: 430px;
    margin-bottom: 0px;
}

.featured-one {
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	box-sizing:border-box;
	overflow: inherit;
}

.featured-two {
	width:100%;
	margin:0px;
	padding:0px;
	height:98%;
	display:block;
	position:relative;
	box-sizing:border-box;
}

.featured-three {
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
	display:block;
	position:relative;
	box-sizing:border-box;
}

.post-featured-big {
	width:100%;
	height:100%;
	display:block;
	margin:0px;
	padding:0px;
}

.post-featured-small {
	width:100%;
	height:100%;
	display:block;
	margin:0px;
	padding:0px;
}

.post-featured-big .entry-title {
	color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin:0px;
	padding:4%;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.3);
	font-size:3.5rem;
}

.post-featured-big .entry-title .author_title {
	display: block;
    font-size: 14px;
    font-weight: normal;
}

.post-featured-small .entry-title {
	color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin:0px;
	padding:4%;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.3);
	font-weight: 900;
}

.post-video .entry-title {
	color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin:0px;
	padding:4%;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.3);
}

.post-video .entry-title a {
	color:rgba(255,255,255,1.00);
}

.play-button {
	display:block;
	width:80px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	background:url(img/play-button.svg) no-repeat center center;
	background-size: 100% auto;
	margin-bottom:18%;
	/*-webkit-filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.5)); filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.5));*/
}
.play-button.topstory{
	width: 60px;
    margin-bottom: 0;
    position: relative;
    top: 23%;
}

.play-button.header {
	width: 100%;
    height: 100%;
    /* margin-bottom: 1%; */
    position: relative;
    z-index: 2;
    /* left: 44%; */
    /* top: 24%; */
    background-size: 60px auto;
}

.video-length {
	font-size: 1.3rem;
    font-weight: normal;
    display: inline;
}

.post-featured-big figcaption, .featured-two figcaption, .featured-three figcaption {

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.9) 90%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(0,0,0,0.9) 90%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 25%,rgba(0,0,0,0.9) 90%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */


}

.footer-dek {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 16px;
    background: black;
    color: white;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 40px;
}

.footer-description {
    display: inline-block;
    text-align: justify;
    width: 50%;
    font-size: 11px;
    vertical-align: top;
}

.footer-container {
	display:block;
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

.footer-dek h2 {
	font-size: 22px;
    line-height: normal;
    margin: 0px 0px 5px 0px;
	font-weight:normal;
}

.footer-about, .footer-follow {
	display: inline-block;
    vertical-align: top;
    margin-left: 10%;
    padding: 10px;
}

.footer-dek h3 {
	font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
	/*color:#55ba47;*/
}

.footer-dek ul {
	margin: 0;
    padding: 0;
}

.footer-dek li {
	list-style:none;
	display: block;
    padding-bottom: 4px;
}

.footer-dek li a {
	color:white;
}

.post-issue {
	width:100%;
	height:460px;
	display:block;
	position:relative;
	margin:0px;
	box-sizing:border-box;
	position: relative;
	background-size:auto;
	border-top:0.25em solid rgba(0, 0, 0, 1);
}

.post-issue figcaption {
	color: #FFF;
    position: absolute;
	display:block;
	text-align:left;
    /*bottom: 12%;*/
	bottom:0;
	height:15%;
	width:100%;
	margin:0px;
	padding:3%;
	text-shadow: 2px 2px 0px rgba(0,0,0, 0.3);
	background:rgba(0,0,0,0.95);
	box-sizing:border-box;
	font-weight: 900;
}

.post-issue figcaption .entry-title {
	position: absolute;
    z-index: 3;
    bottom: 6%;
    left: 2%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-size: 1.2em;
}

.post-issue .download-button {
	margin-top: 3%;
    display: block;
    width: 80%;
    color: rgba(0,192,243,1.00);
    background: black;
    text-shadow: none;
    position: relative;
    padding: 4%;
    text-align: center;
    border: 1px solid #666;
    font-size: 1.7rem;
}

.posted-on {
	height:38px;
	display:inline-block;
	width:50%;
	color:rgba(66, 66, 66, 1);
}

.watch-later {
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	position:absolute;
	bottom:0px;
	text-align:center;
	line-height:24px;
	text-transform:uppercase;
	font-size:12px;
	/*border:1px solid rgba(92,92,92, 1);
	background:rgba(92,92,92, 1);
	color:rgba(255,255,255, 1);*/
	background:#F5F5F5;
	color:rgba(51, 51, 51, 0.7);
	border:1px solid #B7B7B7;
	right:0;
}

.watch-later a {
	color:rgba(51, 51, 51, 0.7);
}

.watch-later a:hover {
	color:rgba(51, 51, 51, 1);
}

.read-later {
	display: inline-block;
    width: 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    text-align: center;
    line-height: 31px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    right: 0;
    color: #FFF;
    text-shadow: none;
}

.read-later:hover {
	opacity:0.9;
    filter:alpha(opacity=90);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.read-later a {
	color:rgba(0,0,0,0.6) !important;
	width: 100%;
    display: block;
}

.read-later.home, .watch-later.home {
	border: 0px solid #333;
    text-shadow: none;
	font-weight:bold;
    background: rgba(0,0,0,0.4);
    text-shadow: 2px 1px #000000;
	color: #999;
}

.read-later.home a, .watch-later.home a {
	color:white;
}

.share-article {
    position: absolute;
    height: 30px;
    top: 0;
    display: inline-block;
    right: 60px;
}

.share-container {
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    height: 30px;
    width: 100%;
}

.share-fb a {
	display: inline-block;
    width: 30px;
    background: url(img/fb.png) no-repeat center center;
    background-size: 100% auto;
    height: 100%;
}

.share-tw a {
	display: inline-block;
    width: 30px;
    background: url(img/tw.png) no-repeat center center;
    background-size: 100% auto;
    height: 100%;
}

.share-go a {
	display: inline-block;
    width: 25px;
    background: url(img/go.png) no-repeat center center;
    background-size: 100% auto;
    height: 100%;
}

.share-ws a {
	display: inline-block;
    width: 30px;
    background: url(img/ws.png) no-repeat center center;
    background-size: 100% auto;
    height: 100%;
}

.share-ws-big a {
	display: block;
    width: 100%;
    background: url(img/ws.png) no-repeat center center;
    background-size: 60px auto;
    height: 60px;
    max-width: 186px;
    margin: 0 auto;
}

.token-box {
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	font-size:1.2rem;
	background:rgba(0,0,0,0.3);
	text-shadow: 2px 1px #000000;
	z-index:3;
	box-sizing:border-box;	
}

.token-box a {
	display:block;
	width:100%;
	color:rgba(255,255,255,1);
	line-height:normal;
	padding:8px;
}

.token-box:hover, .token-box-widget:hover {
	background:rgba(0,0,0,1);
}

.token-box-widget {
    /*width: 40%;*/
    display: block;
    font-family: Verdana, Sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: 2px 1px #000000;
    z-index: 3;
    box-sizing: border-box;
    /*border: 1px solid #666;*/
}

.token-box-widget a {
	line-height:100%;
	display:block;
	width:100%;
	color:rgba(255,255,255,1);
	padding:4px;
	text-decoration:none;
}

.token-box-widget a:hover {
	text-decoration:none;
}

.token-box-widget em {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12.1px;
    border-color: transparent transparent transparent #666666;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.token-box-signup {
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family:Verdana, Sans-serif;
	font-size:12px;
	font-size:1.2rem;
	background:rgba(0,0,0,1);
	text-shadow: 2px 1px #000000;
	z-index:3;
	box-sizing:border-box;	
}

.token-box-signup a {
	display:block;
	width:100%;
	color:rgba(255,255,255,1);
	line-height:normal;
	padding:8px;
}

.posted-feed {
	font-size:22px;
	font-size:1.3rem;
	display:inline;
	text-transform:uppercase;
}

.entry-date.published {
	font-size:10px;
	color:rgba(99, 99, 99, 1);
	font-weight:normal;
	display:inline;
	height:inherit;
	line-height:14px;
} 

.readtime {
	font-size:10px;
	color:rgba(99, 99, 99, 1);
	font-weight:normal;
	display:inline;
	height:inherit;
	line-height:14px;
} 

.entry-date.published.video {
	color:rgba(255, 255, 255, 1);
	display: inline-block;
    margin-top: 40px;
}

.entry-date.published.header {
	position: absolute;
    height: 16px;
    bottom: 0;
} 

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 0.6em;
	border-top:0.25em solid rgba(0, 0, 0, 1);
	height:190px;
}

.post-thumbnail.noborder {
	border-top:0px solid rgba(0, 0, 0, 1);
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-title {
	font-size: 24px;
	font-size: 1.846em;
	line-height: 1.2;
	margin-bottom: 0.9231em;
	font-weight: 900;
}

.entry-title i {
	font-size: 18px;
}

.entry-title a {
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.entry-content,
.entry-summary,
.entry-content p {
	font-size: 1.4rem;
    line-height: 1.5;
	padding: 0 0;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.search-results-header {
    width: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.3rem;
    border-bottom: 0.3em solid #333;
    /* padding-bottom: 1%; */
    text-align: left;
    /* text-transform: uppercase; */
    float: left;
}

.search-sort-container {
	position: absolute;
    right: 0;
	top:6px;
    width: 40%;
    display: block;
    font-size: 1.5rem;
    line-height: normal;
    text-align: right;
}

.search-sort-container button {
	display: inline-block;
    width: 20%;
    box-sizing: border-box;
    position: relative;
    bottom: 0px;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    background: #333;
    right: 0;
    /* color: #999; */
    /* border: 1px solid #B7B7B7; */
    /* text-shadow: none; */
    padding: 1px 2px 1px 2px;
    font-weight: normal;
}

.search-sort-container button:hover, .search-sort-container button.selected {
	color: #FFF;
    background: #000;
	border:0px solid;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
	font-weight:normal;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
    margin: 20px;
    padding: 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	color:rgba(124,124,124,1.00);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0;	
	/*position:absolute;
	bottom:0;*/
	width:100%;
	background: rgba(255, 255, 255, 1);
}

.entry-footer a {
	/*color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight:normal;*/
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	vertical-align:top;
	display:block;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.social-page-box {
	position:relative;
	display:block;
	width:100%;
	box-sizing:border-box;
	height:200px;
	font-size: 2.3rem;
	color:#FFF;
	padding:4%;
	background:#000;
	margin-bottom:4%;
}

.social-page-box .bottom {
	display:block;
	position:absolute;
	bottom:4%;
	line-height:3rem;
}

.social-page-box .center {
	display: block;
    position: relative;
    top: 20%;
    text-align: center;
    line-height: 2.6rem;
    width: 100%;
    font-size: 2rem;
}

.social-page-box .circle {
	background: rgba(0, 192, 243, 0.5);
    width: 50%;
    height: 150px;
    border-radius: 140px;
    margin: 0 auto;
    margin-top: 2%;
    padding: 0% 2% 12% 2%;
    position: relative;
}

.social-page-box .box {
	background: rgba(0, 192, 243, 0.5);
    width: 40%;
    height: 130px;
    margin: 0 auto;
    margin-top: 6%;
    padding: 0% 2% 12% 2%;
    position: relative;
}

.social-page-box .boxgradient {
	width: 43%;
    height: 150px;
    margin: 0 auto;
    margin-top: 6%;
    padding: 0% 2% 12% 2%;
    position: relative;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,192,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,192,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,192,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,192,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,192,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,192,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00c0f3',GradientType=0 ); /* IE6-9 */
}

.social-page-box .center h3 {
	line-height: 4.7rem;
    font-size: 3.6rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.social-page-box .footer {
	display: block;
    position: relative;
    top: 4%;
    text-align: center;
    line-height: 2.6rem;
    width: 100%;
    font-size: 2rem;
}

.social-page-box .footer h3 {
	line-height: 4.7rem;
    font-size: 3.6rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
	color:#00C0F3;
}

.social-page-join {
	text-align:center;
	width:100%;
}

.social-page-join h1 {
	font-size: 3.6rem;
    line-height: 8rem;
    margin-top: 1%;
	font-weight:normal;
}

.social-page-footer {
	width: 100%;
    display: block;
    background: #000;
    padding: 5% 0% 4% 0%;
    font-size: 1.4rem;
}

.social-page-footer-dek {
	color:#AF7910;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

.social-page-intro {
	position:relative;
	display:inline-block;
	width:60%;
	margin-top:2%;
	height:430px;
}

.social-page-intro iframe, .social-page-intro object, .social-page-intro embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.social-page-signup-box {
	position:relative;
	display:inline-block;
	width:40%;
	float:right;
}

.aboutus-quote {
    width: 100%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin: 10% 0% 10% 0%;
}

.aboutus-quote-cnt {
    font-size: 3.8rem;
    display: block;
    margin-bottom: 1%;
}

.aboutus-quote-cnt {
    font-size: 3.8rem;
    display: block;
    margin-bottom: 1%;
}

.aboutus-quote-author {
    font-size: 1.6rem;
}

.aboutus-goals {
	display: block;
    width: 98%;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 3%;
}

.aboutus-goals-header {
	display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
	margin: 2% 0% 3% 0%;
}

.aboutus-goals-box {
	display: inline-block;
    width: 32%;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
    height: 280px;
    vertical-align: top;
    margin-right: 1%;
	margin-bottom: 1%;
}

.aboutus-goals-box .title {
	font-size:3rem;
	color: white;
	display:block;
	margin-bottom:1%;
}

.aboutus-goals-box .title.lblue {
	color:#00C0F3;
}

.aboutus-goals-box .content {
	font-size: 1.6rem;
    line-height: 1rem;
    font-weight: normal;
    color: black;
}

.aboutus-goals-box .content.white {
	color:white;
}

.aboutus-goals-box.orange {
	background:#FBAD17;
}

.aboutus-goals-box.red {
	background:#FF0000;
}

.aboutus-goals-box.lblue {
	background:#00C0F3;
}

.aboutus-goals-box.black {
	background:#000;
}

.aboutus-staff {
	margin: 4% 0% 4% 0%;
}

.aboutus-staff img {
	display:inline-block;
	width:10%;
	margin:0% 1% 1% 0%;
}

.myprofile-button-cover {
	position:absolute;
	right:0;
	bottom:10px;
	background: rgba(0,0,0,0.3);
    text-shadow: 2px 1px #000000;
    color: white;
}

/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

#buddypress #header-cover-image {
	margin-top:70px;
}


/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

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


/**
 * 14.0 Media
 */

.site .avatar {
	/*border-radius: 50%;*/
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

.wp-post-image {
	width:100%;
	/*height:auto;
	max-height:190px;*/
	height: 200px;
    max-height: 200px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/**
 * 16.0 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 https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

#ad_layer {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 500;
	display:none;
}

#ad_layer i {
	font-style: normal;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 10%;
}

#ad_layer .close-button {
	position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,1);
    color: white;
    padding: 6px 10px 6px 10px;
    font-size: 2rem;
    text-transform: uppercase;
	font-weight: normal;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
}

.ngg-imagebrowser {
	position:relative;
	margin-bottom:0 !important;
}
/*.ngg-imagebrowser-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
}*/
.ngg-imagebrowser-nav .back {
	position: absolute;
    top: 44%;
    left: 2%;
}
.ngg-imagebrowser-nav .next {
	position: absolute;
    right: 2%;
    top: 44%;
}
.ngg-imagebrowser-nav .counter {
	position: absolute;
    width: 100%;
    bottom: 0%;
}
#signup-form, #login-form {
	width: 80%;
    display: block;
    margin: 0 auto;
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
	font-size: 17px;
    padding: 4px;
}
.wp-polls .Buttons {
    border: 0px solid #c8c8c8 !important;
    background-color: #005999 !important;
}
.wp-polls .pollbar {
	background-color: #005999 !important;
    border: 0 !important;
    height: 14px;
    background-image: none !important;
}

.sidebar-form-home {
	padding: 6%;
    background: #666;
    color: white;
}
.sidebar-form-home h1 {
	    font-size: 2.8rem;
    line-height: normal;
    margin-bottom: 20px;
}
.sidebar-form-home p {
	font-size: 1.6rem;
    line-height: normal;
}
.sidebar-form-home label {
	font-weight: bold;
    font-size: 1.8rem;
}
.sidebar-form-home input[type=submit] {
	text-align: center;
    display: block;
    margin: 0 auto;
    background: #C30D23;
}

.w-header {
	font-size:2.7rem !important;
	font-weight:bold;
	/*text-transform:uppercase !important;*/
	text-align:left !important;
	padding:9px 0px 3px 5% !important;
	color:#004987 !important;
	background-color:transparent !important;
}
.w-footer {
	background-color:transparent !important;
}
.news-item .subject a, .news-item .summary a {
	font-weight:normal !important;
	font-size:1.3rem !important;
}
.mnd-news-widget {
	width: 100%; 
	border: 2px solid #333;
	background:#F5F5F5;
}
.mnd-news-widget a > .news-item {
	display:none;
}

.popup-article-options {
	position: absolute;
    right: 37px;
    width: 200px;
    font-size: 15px;
    bottom: 14px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.29);
    padding: 12px;
    background: white;
}

.popup-article-options a {
	display: inherit;
    font-weight: normal !important;
    color: rgba(124,124,124,1) !important;
	line-height: 26px !important;
}

.popup-article-close {
	float: right;
    font-size: 14px;
    font-weight: normal !important;
    color: #333 !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    right: 13% !important;
}

#responsive-menu {
	padding-top: 3% !important;
}

#responsive-menu-container {
    font-size:2rem !important;
    background: rgba(0,0,0,0.8) !important;
	text-transform:uppercase !important;
	font-family:'Montserrat', sans-serif;
}

#responsive-menu-container #responsive-menu-wrapper {
    background: transparent !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 0 !important;
    background-color: transparent !important;
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
    border-top: 0 !important;
}

button#responsive-menu-button, button#responsive-menu-button:hover {
	background: transparent !important;
}

.responsive-menu-boring.is-active .responsive-menu-inner {
    transform: initial !important;
}

.responsive-menu-boring.is-active .responsive-menu-inner::before {
    top: -7px !important;
    opacity: 1 !important;
}

.responsive-menu-boring.is-active .responsive-menu-inner::after {
    bottom: -7px !important;
    transform: initial !important;
}

.responsive-menu-search-box-button:hover {
    background: transparent;
}
.menu-social-icons a {
	display:inline-block;
	margin-right:10px;
	width:30px;
	color:white;
}

.menu-footer-links {
    position: relative;
    bottom: 0;
    margin-top: 10px !important;
    font-size: 12px;
    font-weight: normal !important;
    text-transform: none;
}

.menu-footer-links a {
	color:white;
}

.responsive-menu-open .responsive-menu-inner, .responsive-menu-open .responsive-menu-inner::before, .responsive-menu-open .responsive-menu-inner::after {
    background-color: white !important;
}

#menu-main-menu-1 .menu-item-mobile {
	display:none;
}

#responsive-menu-container .responsive-menu-search-box {
    border: 0 !important;
    border-radius: 0 !important;
    width: 80% !important;
	height: 40px !important;
}

#responsive-menu-search-box {
	position:relative;
}

.responsive-menu-search-box-button {
	position: relative;
    right: 46px;
    padding: 9px 14px 14px 13px !important;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    background: transparent;
}

.entry-author-cnt {
	font-weight:normal;
}

@media screen and (min-width: 767px) {
	.home-quote {
		font-weight: bold;
		font-size: 70px;
		position: relative;
		top: 23px;
		margin: 0px 7px;
	}
	.footer-menu li {
    border-right: 1px solid #EC008C;
    border-width: 1px !important;
	}
	.footer-menu li:last-child {
		border-right:none;
	}
}