/*
Theme Name: Walyou
Theme URI: http://themetation.com;
Author: kailoon
Author URI: http://kailoon/
Description: WordPress Theme Exclusively for Walyou Networks.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light

*/
/* =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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

strong {
  font-weight: 900;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Form fields, general styles first */
.themecolor {
  background-color: #45b7e4;
}
button,
input,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border: none;
}
li.bypostauthor cite span {
  color: #fff;
  background-color: #21759b;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */

}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */

}
/* Images */
.gallery {
   margin: auto;
   border-top: 3px solid #222;
   padding-top: 5px;
}
.gallery-item {
   float: left;
   margin-top: 10px;   
   width: 33%;
}
.gallery img {
   padding: 15px;
   background-color: #f9f9f9;
   -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
       -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
           transition: all .25s ease-in-out;
}

.gallery img:hover {
  background-color: #45b7e4;
}
.gallery-caption {
   margin-left: 0;
   text-align: center;
}

.gallery-top {
  padding-top: 20px;
  background-color: #252525;
}
.gallery-top .post-title {
  float: none;
  display: block;
  width: 630px;
  position: relative;
}

.post-title span.next-image a, .post-title span.previous-image a {
  float: right;
  text-decoration: none;
  padding: 0 6px;
  line-height: 18px;
  background-color: #fff;
  margin-top: 4px;
  color: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 4px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.post-title span.next-image a:hover, .post-title span.previous-image a:hover {
  color: #000;
}

#image-navigation .previous-image, #image-navigation .next-image {
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

#image-navigation .previous-image:hover img, #image-navigation .next-image:hover img {
  opacity: .4;
}

#image-navigation .previous-image {
  background: url(images/prev_image.png) no-repeat 0 0; 
}

#image-navigation .next-image {
 background: url(images/next_image.png) no-repeat 0 0;  
}

#image-navigation .no-arrow {
  background-image: none;
}

.cur_image{
  float: left;
  margin: 0 0 0 20px;
  opacity: .3;
}

.extra_nav {
  padding: 5px 0;
  border-bottom: 1px solid #333;
}

.extra_nav a {
  float: left;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;

}

.extra_nav a:hover {
  color: #e2e2e2;
}

.extra_nav .next-image {
  float: right;
}

.imagecount {
  color: #fff;
  font-size: 11px;
  float: left;
  margin-left: 65px;
}

.previous-image img, .next-image img {
  height: 70px;
  width: 70px;
  float: left;
}

.gallery-top h2 {
  font-family: "Raleway";
  font-size: 18px;
  color: #fff;
  clear: none;
  margin: 0 0 10px;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

}
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */

  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* Font */
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ 
@font-face {
  font-family: "Socialico";
  src: url("font/Socialico.eot?")format("eot"),url("font/Socialico.woff")format("woff"),url("font/Socialico.ttf")format("truetype"),url("font/Socialico.svg#Socialico")format("svg");
  font-weight: 900;
  font-style: normal;
}

/* Author profiles
-------------------------------------------------------------- */
.author-bio {
  float: left;
  display: inline;
  width: 100%;
  padding: 20px 0 0; 
}

.author-bio .span1 {
  float: right;
  display: inline;
  text-align: right;
  width: 300px;
}

.author-bio .span1 .avatar {
  border-radius: 80px;
  float: right;
  width: 96px;
  height: 96px;
}
.author-bio .span2 {
  float: left;
  display: inline;
  width: 640px;
}

.author-bio .span2 h2 span {
  font-size: 20px;
  letter-spacing: 1px;
}

.author-bio .span2 p {
  padding: 5px 100px 20px 0;
  color: #0f4459;
  text-shadow: 0 1px 1px rgba(255,255,255,0.25);
}

.author-bio .span2 p a {
  color: #45b7e4;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
.a-socialico {
  font-family: "Socialico";
  font-size: 46px;
  float: left;
  display: inline;
  margin: 50px 0 0 5px;
  text-decoration: none;
  text-shadow: 0 0 0 rgba(0,0,0,0);
  color: #1d8bb7;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.author-p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.author-pl {
  float: left;
  display: inline;
  width: 120px;
}

.author-name {
  font-size: 22px;
  text-decoration: none;
  color: #414141;
  font-weight: 900;
}

.author-pl .image-wrap {
  float: left;
  display: inline;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
}

.author-pr {
  float: left;
  display: inline;
  width: 510px;
  position: relative;
}

.author-pr .post-count {
  position: absolute;
  top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  color: #ccc;
  right: 0;
}
.author-pr p {
  padding: 10px 0;
}
.author-pr .socialicod {
  padding: 20px 0 0;
}

.author-pr a.socialico {
  font-family: "socialico";
  text-decoration: none;
  font-size: 36px;
  margin-right: 10px;
  color: #ccc;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.author-pr a.socialico:hover {
  color: #45b7e4;
}

.post-count strong {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: -1px;
  float: left;
  margin-right: 4px;
}


/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 100%;
}
body {
  font: 15px/25px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #6c7479;
}
a {
  outline: none;
  color: #21759b;
}
a:hover {
  color: #0f3647;
}

#primary, #secondary {
  float: left;
  display: inline;
}

.wrapper {
  width: 960px;
  margin: auto;
  position: relative;
}

#primary {
  width: 660px;
}

#secondary {
  width: 300px;
}

/* Header */
.s-lang {
  position: absolute;
  display: block;
  top: -5px;
  right: 0px;
  font-size: 9px;
}

.s-lang a {
  text-decoration: none;
  background-color: #319ac4;
  color: #fff;
  padding: 2px 6px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  margin-right: 5px;
}

.s-lang a:hover {
  color: #fff;
  background-color: #45b7e4;
}

.s-lang a.active {
  color: #999;
  cursor: default;
  background-color: #000;
}
#stickynav {
  background-color: #fff;
  border-top: 3px solid #45b7e4;
  border-bottom: 1px solid #45b7e4;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  width: 100%;
  padding: 5px 0;
  z-index: 9;
  position: fixed;
}

.post-nav {
  float: left;
  display: inline;
  padding-top: 15px;
  margin-left: 4px;
}
.post-nav a {
  text-decoration: none;
  padding: 2px 6px;
  font-weight: 900;
  font-size: 12px;
  background-color: #e2e2e2;
  line-height: 14px;
  color: #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 3px;
  float: left;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.post-nav a:hover {
  background-color: #222;
  color: #fff;
}

#stickynav .page-title em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  color: #e2e2e2;
  display: block;
  font-weight: 400;
  line-height: 6px;
  margin-top: 8px;
}

#stickynav .page-title {
  font-size: 15px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 24px;
  float: left;
  display: inline;
  font-weight: 900;
}

.page-header .page-title span, .entry-title {
  font-size: 24px;
  display: block;
  line-height: 26px;
  font-weight: 900;
  color: #000;
}

.browse-menu {
  float: left;
  display: inline;
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #999;
}

.browse {
  float: left;
  background: url(images/browse@x2.png) no-repeat 0 0;
  background-size: 50px 30px;
  width: 50px;
  text-indent: -9999em;
  height: 30px;
  margin-top: 5px;
}

.stickymenu li a {
  display: block;
  font-weight: 700;
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ccc;
  border-bottom: 1px solid #151515;
}

.stickymenu li a:hover {
  background-color: #f7f7f7;
  color: #000;
}

.stickymenu a:hover, .browse a.active {
  background-color: #222;
  color: #fff;
}
.stickymenu {
  display: none;
  top: 50px;
  z-index: 10;
  padding: 0 10px;
  background-color: #000;
}

.hide {
  display: none;
}
.fixed {
  display: block;
}

#masthead {
  position: relative;
  background-color: #2c393e;
  height: 76px;
  width: 100%;
}

#main {
  padding: 20px 0 40px;
}

.main-top {
  padding: 20px 0;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.main-top hgroup {
  float: left;
  display: inline;
  margin-right: 25px;
  position: relative;
}

.main-top hgroup h1 {
  display: inline-block;
  padding: 25px 35px 25px 999px;
  margin: -20px 10px -20px -999px;
  background-color: #45b7e4;
  font-family: 'Open Sans', sans-serif;
}

.main-top hgroup h1 a {
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.search_panel {
  background: url(images/search.png) no-repeat 50% 10px;
  width: 35px;
  height: 35px;
  padding-bottom: 21px;
  position: absolute;
  top: 20px;
  right: 0;
  text-indent: -9999em;
}

.search_panel.current {
  background-color: #45b7e4;
}

#logo {
  background: url(images/logo.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  position: absolute;
  right: -11px;
  top: -2px;
}

#stickylogo {
  background: url(images/sticky_logo.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  float: left;
  display: inline;
  text-indent: -9999em;
  padding-right: 15px;
  border-right: 1px solid #f1f1f1;
  margin: 2px 15px 0 0;
}

#stickynav .socialshare {
  padding-top: 0;
  margin-top: 10px;
  font-size: 40px;
}

.socialshare {
  float: right;
  display: inline;
  padding-top: 20px;
}
.socialshare a {
  font-family: "Socialico";
  font-size: 50px;
  margin-left: 5px;
  text-decoration: none;
  color: #c4e1ed;
  float: left;
  -webkit-transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
     -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
}

.socialshare a:hover {
  color: #45b7e4;
}

.leaderboard {
  background-color: #f7f7f7;
  padding: 10px 0;
}

.leaderboard img {
  margin: auto;
  display: block;
}

.lead { 
  width: 728px;
  margin: auto;
  display: block;
  position: relative;
  background-color: #45b7e4;
}

.leaderboard .lead_caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  width: 688px;
}

.lead_caption em, .side-video-ad em {
  float: right;
  background: url(images/play_small.png) no-repeat 0 3px;
  padding-left: 30px;
  font-weight: 600;
  font-style: normal;
}
.alert {
  position: relative;
  color: #dfeff6;
  font-size: 12px;
  line-height: 21px;
  display: block;
  width: 100%;
}

.alert p {
  padding: 5px 60px 5px 0;
}

a.close {
  position: absolute;
  top: 5px;
  right: 0px;
  text-decoration: none;
  font-size: 16px;

}

/* Navigation */
#navigation {
  float: left;
  display: inline;
  /*background-color: #ecf7fb;*/
  font-family: "Raleway", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; 
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-top: 3px;
}

.sf-menu {
  float: left;
  display: inline;
}

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 61px; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10.5em; /* match ul width */
  top: 0;
  padding-top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10.5em; /* match ul width */
  top: 0;
}

/*** SKIN ***/
.sf-menu {
  float: left;
}
.sf-menu ul {
  background-color: #353535;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.5);
  border-top: 4px solid #000; 
  margin-top: -9px;
}
.sf-menu a {
  padding: 8px 10px;
  text-decoration: none;
  margin-right: 8px;
  color: #94c2d2;
  letter-spacing: 1px;
}
.sf-menu #menu-item-218641 a{
   color: #f41b0b;
}
.sf-menu a:hover {
  color: #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {

}
.sf-menu ul a {
  font-weight: 400;
  padding: 10px;
  font-size: 11px;
  margin-right: 0;
  color: #999;
  background-color: #353535;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.sf-menu li li {
  background: #ecf7fb;
}
.sf-menu li li li {
  
}

.sf-menu ul ul {
  border-top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  outline: 0;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
  color: #fff;
}
.sf-sub-indicator {
  display: none;
}

.sf-menu .current-menu-item a {
  color: #fff;
}

.sub-menu .current-menu-item a, .current-menu-item .sub-menu a {
  border-bottom: 0;
  background-color: #353535;
  color: #999;
}

.sf-menu .video a {
  color: #ff8e00;
}

.sf-menu .current-menu-item .sub-menu a {
  padding-top: 10px;
}

#search_pop {
  position: absolute; 
  width: 290px;
  bottom: -50px;
  right: 0;
  z-index: 2;
  background-color: #45b7e4;
  padding: 7px 10px;
  display: none;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);

}
.image-search {
  padding-bottom: 20px;
}

.search_pop #searchform input[type='text'] {
  padding: 10px;
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  width: 174px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  outline: none;
  float: left;
  color: #aeaeae;
}

.screen-reader-text {
  display: none;
}

.search_pop #searchform input[type='submit'] {
  text-transform: uppercase;
  background-color: #346477;
  background-image: none;
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  border: 0;
  height: 34px;
  border-radius: 0;
  display: inline;
  margin-left: 10px;
  float: left;
  margin-top: 1px; 
}

/* Sidebar */

#secondary .socialshare {
  padding: 25px 20px 20px;
  margin: 0 0 30px;
  background-color: #f4f4f4;
  float: none;
  display: block;
}

#secondary .socialshare a {
  float: none;
  margin-left: 5px;
  line-height: 40px;
  color: #acbfc6;
}

#secondary .socialshare a:hover {
  color: #45b7e4;
}

#stickynav .socialshare strong {
  display: none;
}

#secondary .socialshare strong {
  font-family: "Raleway", sans-serif;
  float: left;
  font-size: 12px;
  color: #6a757a;
  margin: 5px 5px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

.side-video-ad {
  position: relative;
  display: block;
  margin: 0 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.side-video-ad img {
  width: 300px;
  height: 200px;
}

.side-video-ad .side-caption {
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  bottom: 5px;
  padding: 10px 80px 10px 10px;
  overflow: hidden;
  min-height: 50px;
  width: 210px;
  left: 0;
}

.side-video-ad em {
  margin-right: -60px;
}

.widgets { 
  margin-bottom: 30px;
  clear: both;
}

.widget-head {
  color: #737373;
  padding: 20px;
  position: relative; 
  background-color: #000;
}

.widget-head span {
  position: absolute;
  display: block;
  text-indent: -9999em;
  background: url(images/review_arrow.png) no-repeat 0 0;
  width: 10px;
  height: 5px;
  bottom: -5px;
}

.widget-head h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget-head h3 strong {
  font-weight: 200;
  color: #fff;
}

.review li {
  display: block;
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #000;
}

.review li h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 10px 20px 20px;
}

.review li h2 a {
  text-decoration: none;
  color: #414141;
}

.review li h2 a:hover {
  text-decoration: underline;
}

.review li h2 span {
  position: absolute;
  display: block;
  text-indent: -9999em;
  background: url(images/side_dot.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  top: -12px;
}

.write_us {
  padding: 30px 30px 30px 70px;
  position: relative;
  background-image: url(images/write_for_us.png);
  background-repeat: no-repeat;
  background-position: 20px 30px;
  background-color: #58bee7;
  color: #264754;
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
}

.write_us h3, .write_us h3 a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 15px;
  text-decoration: none;
}

.write_us h3 a:hover {
  text-decoration: underline;
}

.authors-list h3 {
  background-image: url(images/team.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding: 0 0 20px 45px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.authors-list a {
  float: left;
  display: inline;
  width: 40px;
  height: 40px;
  margin: 0 20px 20px 0; 
}
.authors-list img, .authors-list .avatar {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.avatar {
  border: 6px solid #f1f1f1;
}

.image-wrap {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 48px;
  height: 48px;
}



.authors-list a:hover .avatar {
  border-color: #58bee7;
}

/* Footer */
.row {
  clear: both;
  width: 100%;
  background-color: #f9f9f9;
}

.exit {
  margin-top: 80px;
  margin-bottom: -60px;
  padding: 0 0 20px 0;
  border-top: 1px solid #f1f1f1;
}

.exit h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  padding: 20px 0;
  display: block;
}

.exit ul {
  clear: both;
  display: block;
}

.exit li {
  float: left;
  display: inline;
  width: 210px;
  margin-right: 40px;
}

.exit li:last-child {
  margin: 0; 
}

.exit h4 {
  font-weight: 200;
  font-size: 17px;
}

.exit a {
  text-decoration: none;
}

footer {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #e1e1e1;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #999;
}

footer a {
  color: #666;
  text-decoration: none;
  font-weight: 600;
}

footer li {
  display: inline;
  margin: 10px;
  text-transform: uppercase;
}

.f_logo {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0 20px;
  background-image: url(images/logo_footer.png);
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-color: #fff;
  margin: -55px auto 40px;
}

.credit {
  display: block;
  padding: 40px 0;
}

.partners {
  clear: both;
  width: 300px;
  margin: auto;
}

.partners strong {
  float: left;
  display: inline;
}

.partners a {
  float: left;
  display: inline;
  margin: 0 20px;
  text-indent: -9999em;
}

.maxcdn {
  background: url(images/sponsor.png) no-repeat 0 0;
  width: 179px;
  height: 41px;
}

.maxcdn:hover {
  background-position: 0 -47px;
}


/* =Featured Posts
-------------------------------------------------------------- */
.feature-post {
  padding: 0 0 40px;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 30px 30px 0;
}

.feature-post .entry-meta {
  position: absolute;
  bottom: 7px;
  left: 0;
  background-color: #45b7e4;
  padding: 5px 15px;
}

.feature-post .entry-meta a, .feature-post .entry-meta a:hover {
  color: #fff;
}

.feature-post h1 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  line-height: 38px;
  padding: 8px 0 12px;
}

.feature-post h1 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.social-count {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #444;
  padding: 2px 6px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

/*.social-count:hover {
  background-color: #000;
  color: #fff;
}*/

.social-count em {
  font-weight: 400;
  font-style: normal;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.feature-post p {
  padding-top: 20px;
}
/* =Main content and comment content
-------------------------------------------------------------- */
.post-box {
  float: left;
  display: inline;
  width: 300px;
  margin: 0 30px 30px 0;
  min-height: 390px;
}

.post-box a {
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.entry-meta {
  display: block;
  clear: both;
  padding: 5px 0;
}
.entry-meta a {
  font: 11px/18px "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: none;
}

.post h2 {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #2c393e;
  margin-bottom: 10px;
}

.post h2 a {
  color: #000;
}
.post h2 a:hover, .entry-meta a:hover, .feature-post h1 a:hover {
  color: #45b7e4;
}

.post-box h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.post-thumb {
  position: relative;
  display: block;
}

.attach-list {
  position: absolute;
  bottom: 10px;
  padding: 0;
  margin: 0 10px 0 0;
  right: 0;
}

.attach-list li { 
  display: inline;
  margin-left: 10px;
}
.attach-list img {
  border: 8px solid #fff;
}

.single-top {
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 -10px 40px rgba(0,0,0,0.08) inset;
  -webkit-box-shadow: 0 -10px 40px rgba(0,0,0,0.08) inset;
  -moz-box-shadow: 0 -10px 40px rgba(0,0,0,0.08) inset;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}

.socialwidget {
  margin: 15px 0 0;
}

.trans_post {
  text-decoration: none;
  font-size: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 4px;
  float: right;
  background-color: #f9f9f9;
  display: inline;
  margin-top: 1px;
  color: #222;
  line-height: 10px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.trans_post:hover {
  color: #fff;
  background-color: #45b7e4;
}

.single-top h2, .span2 h2 {
  font-size: 30px;
  line-height: 40px;
  
  font-weight: 400;
  letter-spacing: normal;
  font-family: "Raleway";
}

.single-top .avatar {
  border: 6px solid #e9e9e9;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.post-title {
  width: 660px;
  display: inline;
  float: left;
  
}

.single-top span.circle {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(images/side_dot.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  bottom: -20px;
  left: 30px;
  text-indent: -9999em;
}

.page .post-title {
  width: 100%;
}

.page {
  padding-bottom: 0;
}

.single-content ul.page-menu {
  padding-left: 0;
  margin: 0 0 10px;
}

.page-menu li {
  display: inline;
  float: left;
  font-size: 13px;
}

.single-content .page-menu a {
  border-width: 1px;
  border-style: solid;
  border-color: #fff #fff #e2e2e2 #fff;
}

.page-menu .current_page_item a {
  border-color: #e2e2e2 #e2e2e2 #fff #e2e2e2;
  color: #222;
  font-weight: 900;
  padding: 5px 10px 5px;
}

.page-menu li a {
  border-radius: 3px 3px 0 0;
  float: left;
  text-decoration: none;
  display: inline;
  padding: 5px 10px 5px;
}

.page-menu a {

  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.page-menu a:hover {
  background-color: rgba(0,0,0,0.02);
}

.post-meta, .post-author {
  color: #ccc;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

.post-author {
  color: #ccc;
  font-size: 12px;
}

.post-author a {
  color: #565656;
  text-decoration: none;
}

.post-meta img {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 6px solid #91d1e9;
}

.post-meta span {
  display: inline;
  margin-right: 10px;

  float: left;
}

.post-meta em {
  font-size: 10px;
  opacity: 0.8;
  font-style: normal;
  display: block;
  line-height: 10px;
  margin-top: 15px;
}

.single-content {
  padding-right: 30px;
}

.single-content h3, h4, h5 {
  padding: 15px 0;
  font-weight: 600;
  color: #000;
}

.single-content h3 {
  font-size: 24px;
  line-height: 30px;
}

.single-content h4 {
  font-size: 20px;
  line-height: 24px;
}

.single-content ul, .single-content ol {
  margin: 0 18px 30px;
  padding: 0 19px;
}

.single-content ul li, .single-content ol li {
  margin: 0 0 10px;
  
}

.single-content ul {
  list-style-type: circle;
}

.single-content ol {
  list-style-type: lower-roman;
}

p {
  padding: 0 0 25px;
}

.after-title {
  margin: 0 0 20px 0;
}

.after-post {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}

.footer_leaderboard {
  display: block;
  text-align: center;
  margin: 80px auto 0;
}

.single-content article {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #000;
}

.meta-tag {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.meta-tag a {
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
}

.no-results {
  padding-top: 30px;
}

.promotion {
  position: relative;
  clear: both;
  display: block;
}

.ribbon {
  position: absolute;
  display: block;
  background: url(images/related.png) no-repeat 0 0;
  width: 50px;
  height: 45px;
  top: 0;
  right: 0;
}

.promotion img {
  float: left;
  display: inline;
  margin-right: 30px;
}

.promotion a {
  text-decoration: none;
}

.promotion a em {
  font-weight: 200;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.promotion a strong {
  color: #1d88c3;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}

.promotion a:hover strong {
  color: #000;
  text-decoration: underline;
}

.related {
  clear: both;
  margin-top: 40px;
  padding-bottom: 30px;
}

.ac_header_title, .ac_credit { display:none; }
.ac_adbox_inner { float: left; padding: 10px 0; width: 100%; }
.ac_container { display: inline;  font-size: 11px; line-height: 18px; }
.ac_credit_logo { float: left; display: inline; margin: 30px 20px 50px 0; }
.ac_credit_copy { font-size: 11px; line-height: 18px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #e2e2e2; padding-top: 10px; border-top: 1px solid #e2e2e2; }
#ac_110208 .ac_title_wrapper {
font-size: 16px;
}

 h3.section-title, h3#reply-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 3px solid #000; 
}

.single-content .related ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-content .related ul li {
  display: inline;
  margin: 30px 30px 30px 0;
  width: 135px;
  float: left;
  font-size: 13px;
  line-height: 18px;
}

.single-content .related ul li:last-child {
  margin-right: 0;
}

.single-content .related ul li a {
  color: #666;
  text-decoration: none;
}

.single-content .related ul li a:hover {
  text-decoration: underline;
}
/**
 * WP-Paginate
 --------------------------------------------*/
.wp-pagenavi {
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  margin: 30px 30px 0 0;
  text-align: center;
  font-size: 12px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span, .wp-pagenavi a {
  margin: 0 5px;
  padding: 4px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

.wp-pagenavi a:hover {
  background-color: #f1f1f1;
}

.wp-pagenavi .current {
  background-color: #58bee7;
  color: #fff;
}

.wp-pagenavi .nextpostslink {
  float: right;
  display: inline;
}

.wp-pagenavi .previouspostslink {
  float: left;
  display: inline;
}

.wp-pagenavi .extend {
  color: #ccc;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-transform: uppercase;
  margin-top: -4px;
}
/**
 * Comments
 ------------------------------------------*/
.comments-link a {
  color: #757575;
}
.comments-link a:hover {
  color: #21759b;
}

.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
  margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  font-size: 13px;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
  margin-bottom: 48px;
  padding-bottom: 22px;
  margin-right: 30px;
  border-bottom: 1px solid #ededed;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin-top: 22px;
  margin-top: 1.571428571rem;
}
/* =Single image attachment view
-------------------------------------------------------------- */
.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
  margin-top: 0.571428571rem;
}

#image-page {
  padding: 0 0 20px 0;
  background-color: #252525;
}

.entry-attachment {
  float: left;
  display: inline;
  width: 660px;
}

.entry-attachment .attachment {
  padding-right: 30px;
}

.entry-attachment .attachment img {
  border: 1px solid #000;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.entry-desc {
  float: left;
  display: inline;
  width: 300px;
}

.entry-desc h3 {
  margin-top: 0; 
}

.entry-desc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.entry-desc li {
  float: left;
  display: inline;
  margin: 0 13px 10px 0;
}

.entry-desc ul a img {
  float: left;
  display: inline;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out
}

.entry-desc ul a:hover img {
  border: 1px solid #45b7e4;
}

.entry-desc .entry-description p {
  font-size: 13px;
  color: #8f939b;
  text-align: left;
  padding: 0;
}

.entry-description a {
  color: #fff;

}

.image-social .socialshare {
  float: none;
  display: block;
}

.image-social .socialshare a {
  line-height: 30px;
  color: #999;
  font-size: 40px;
}

.image-social .socialshare a:hover {
  color: #fff;
}

#image-navigation, #image-navigation-top {
  /*padding: 20px 0;*/
}

#image-navigation a {
  text-decoration: none;
  color: #fff;
  /*padding: 4px 10px;*/
  font-size: 10px;
  text-transform: uppercase;
  /*background-color: #000;*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  display: inline;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

#image-navigation a:hover {
  color: #222;
  
}

#image-navigation .next-image {
  float: right;
  display: inline;
}

.image-related {
  padding-top: 20px;
}

.image-related .related {
  margin-top: 0;
}

#image-navigation-top {
  text-align: right;
}

#image-navigation-top a {
  font-size: 30px;
}

#image-navigation-top span {
  float: right;
  margin-left: 10px;
}

.attachment .socialshare strong {
  display: none;
}
/* =Post formats
-------------------------------------------------------------- */
/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
}
article.format-image footer a h2 {
  font-weight: normal;
}
/* =Comments
-------------------------------------------------------------- */
.comments-title {
  margin-bottom: 48px; 
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.single-content .comments-area article {
  padding: 24px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
}
.comments-area .reply { 
  text-align: right;
}
.comments-area article header {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
ol.children {
  margin-left: 80px;
  background-color: #f9f9f9;
  padding: 20px 40px;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
}
.comments-area article header cite {
  font-weight: 900;
  font-style: normal;
  font-size: 17px;
}
.comments-area article header time {
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #ccc;
}
.comments-area article header a {
  text-decoration: none;
}
.comments-area article header a:hover {
}
.comments-area article header cite a {
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
  top: 0;
  right: 0;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
/* =Widgets
-------------------------------------------------------------- */
.inner {
  padding: 20px;
}

.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

.visible-tablet {
  display: none;
}
/* =Media queries
-------------------------------------------------------------- */
/* Landscape phones and down */
@media (min-width: 319px) and (max-width: 479px) {
  .wrapper {
    width: 300px;
  }
  #primary {
    width: 300px;
  }

  .feature-post {
    margin-right: 0;
  }
  .exit li {
    width: 140px;
    margin-right: 10px;
  }
  .exit li a h4 {
    font-size: 15px;
    padding-top: 0px;
  }
  .post-title {
    width: 300px;
    padding-top: 10px;
  }
  .single-top h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .post-meta {
    padding-left: 0;
    padding-top: 10px;
  }
  .hidden-phone {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }

  .entry-attachment {
    width: 320px;
  }
  .author-bio .span2 {
    width: 300px;
  }
  .author-bio .span2 p {
    padding-right: 5px;
  }
  #logo {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin-left: 10px;
  }

}
@media (min-width: 768px) and (max-width: 979px) {

  .wrapper {
    width: 728px;
  }
  #logo {
    position: relative;
    top: auto;
    right: auto;
    float: left;
    margin-left: 10px;
  }
  #primary {
    width: 428px;
  }
  .main-top hgroup {
    margin-left: 20px;
  }
  .post-box {
    width: 184px;
  }
  .attach-list img {
    width: 25px;
    border: 4px solid #fff;
  }
  .exit li {
    width: 170px;
    margin-right: 15px;
  }
  .exit li a h4 {
    font-size: 15px;
    padding-top: 0px;
  }
  .post-title {
    width: 428px;
    padding-top: 10px;

  }
  .single-top h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .post-meta {
    padding-left: 0;
    padding-top: 10px;
  }
  .promotion img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .promotion em {
    margin-top: 10px;
    display: block;
    float: left;
    width: 50px;
    line-height: 19px;
  }
  .promotion a strong {
    font-size: 18px;
    display: block;
    clear: both;
  }
  .single-content .related ul li {
    width: 92px;
    margin-right: 10px;
  }
  .author-bio .span2 {
    width: 428px;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }

  .entry-attachment {
    width: 428px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  
  #logo {
    background: url(images/logo@x2.png) no-repeat 0 0;
    background-size: 40px 40px;
  }

  .search_panel {
    background: url(images/search@x2.png) no-repeat 0 0;
    background-size: 15px 15px;
  }

  .authors-list h3 {
    background-image: url(images/team@x2.png);
    background-size: 40px 18px; 
  }

  .write_us {
    background-image: url(images/write_for_us@x2.png);
    background-size: 24px 24px;  
  }

  .f_logo {
    background-image: url(images/logo_footer@x2.png);
    background-size: 35px 35px;  
  }

  .single-top span.circle {
    background-image: url(images/side_dot@x2.png);
    background-size: 20px 20px;
  }

  #stickylogo {
    background: url(images/sticky_logo@x2.png) no-repeat 0 0;
    background-size: 30px 30px;
  }

  .lead_caption em, .side-video-ad em {
    background: url(images/play_small@x2.png) no-repeat 0 3px;
    background-size: 23px 17px;
  }

  .ribbon {
    background: url(images/related@x2.png) no-repeat 0 0;
    background-size: 50px 45px;
    width: 50px;
    height: 45px;
  }

  .browse {
    background: url(images/browse@x2.png) no-repeat 0 0;
    background-size: 50px 30px;
  }

}

/* Easy */ 

#ac_560 {
    clear:both;
    display:block;
    text-align:left;
    margin:20px 0;
    position:relative;
    }

#ac_560 .ac_header_title {
    margin:0px;
    border:none;
    direction:ltr;
    text-align:left;
    vertical-align:middle;
    padding:0;
    font-size:115%;
    font-weight:bold;
    text-transform:uppercase;
    word-wrap:break-word;
    }

#ac_560 .ac_adbox {
    width:100%;
    position:relative;
    display:block;
    clear:both;
    text-align:left;
    text-decoration:none;
    }

#ac_560 .ac_image {
    width:125px;
    height:125px;
    border:none !important;
    margin:0px !important;
    display:block;
    padding:0px !important;
    max-width:100%;
    }

#ac_560 .ac_container {
    display:inline-block;
    *display:inline;
    zoom:1;
    vertical-align:top;
    padding:0 0 0 25px;
    margin-top:10px;
    }

#ac_560 .ac_container:hover .ac_image_link {
    border:1px solid #86cdf4;
    padding:2px;
    }

#ac_560 .ac_container:hover .ac_title_wrapper .ac_title {
    text-decoration:underline;
    }

#ac_560 .ac_container a {
    display:block;
    direction:ltr;
    text-align:left;
    text-decoration:none;
    }

#ac_560 .ac_title_wrapper {
    width:120px;
    padding-top:4px;
    }

#ac_560 .ac_title_wrapper .ac_title {
    margin:0px;
    border:none;
    direction:ltr;
    text-align:left;
    vertical-align:middle;
    word-wrap:break-word;
    width:100%;
    padding:0px;
    font-size:100%;
    line-height:1.4;
    }

#ac_560 .ac_referrer {
    font-size:10px;
    font-weight:normal;
    font-style:italic;
    color:#888;
    word-wrap:break-word;
    line-height:150%;
    }

#ac_560 a.ac_image_link {
    border:1px solid #aaa;
    display:inline-block;
    *display:inline;
    zoom:1;
    padding:2px;
    margin-right:10px;
    position:relative;
    overflow:hidden;
    width:120px;
    height:120px;
    }

#ac_560 .ac_container a.ac_image_link .ac_sponsored {
    position:absolute;
    bottom:2px;
    right:2px;
    padding:0 1px 0 4px;
    background-color:#000;
    opacity:0.7;
    font-size:8px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#ccc;
    line-height:17px;
    }

#ac_560 .ac_credit {
    position:absolute;
    bottom:-15px;
    right:0;
    }

#ac_560 .ac_credit a {
    display:inline-block;
    background-color:#707070;
    opacity:0.5;
    padding:0 5px;
    border-radius:15px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    line-height:17px;
    text-decoration:none;
    }

#ac_560 .ac_credit_copy {
    position:fixed;
    text-align:left;
    width:40%;
    left:0;
    color:#333;
    font-family:arial,sans-serif;
    font-size:12px;
    padding:2%;
    background-color:#fff;
    margin:0 28%;
    top:25%;
    display:none;
    z-index:1000000;
    box-shadow:5px 5px 5px rgba(0,0,0,0.7);
    border:1px solid #000;
    }

#ac_560 .ac_credit_logo {
    width:50%;
    max-width:300px;
    margin:0 auto 24px;
    text-align:center;
    }

#ac_560 .ac_credit_logo img {
    width:100%;
    }

#ac_560 .ac_credit_copy a {
    color:#F06924;
    text-decoration:underline;
    }

#ac_560 a.ac_credit_copy_exit {
    position:absolute;
    top:-10px;
    right:-10px;
    background-color:#fff;
    border:1px solid #000;
    border-radius:15px 15px 15px 15px;
    color:#000;
    display:inline-block;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    padding:0 5px;
    text-decoration:none;
    box-shadow:3px 3px 3px rgba(0,0,0,0.3);
    }

#ac_560 .ac_modal_shading {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    z-index:999999;
}

.ac_adbox .ac_container {
    /* margin: 0 16px; */
}