/*
Theme Name: Gizmodo 3
Theme URI: http://netmediaeurope.com
Author: Alexis Oculi
Author URI: http://netmediaeurope.com
Description: New theme for Gizmodo
Version: 3.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gizmodo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Basic Structure
* 4.0 - Header
* 4.1 - Site Header
* 4.2 - Navigation
* 5.0 - Content
* 5.1 - Entry Header
* 5.2 - Entry Meta
* 5.3 - Entry Content
* 5.4 - Galleries
* 5.5 - Post Formats
* 5.6 - Attachments
* 5.7 - Post/Paging Navigation
* 5.8 - Author Bio
* 5.9 - Archives
* 5.10 - Search Results/No posts
* 5.11 - 404
* 5.12 - Comments
* 5.13 - Multisite
* 6.0 - Sidebar
* 6.1 - Widgets
* 7.0 - Footer
* 7.5 - is-logged-in
* 8.0 - Media Queries
* 9.0 - Print
* ----------------------------------------------------------------------------
*/


/**
* 1.0 Reset
*
* Modified from Normalize.css to provide cross-browser consistency and a smart
* default styling of HTML elements.
*
* @see http://git.io/normalize
* ----------------------------------------------------------------------------
*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

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

audio,
canvas,
video {
display: inline-block;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden] {
display: none;
}

html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {background-color: #D3D6DD; color: #222222; line-height: 1.5; margin: 0;padding-top: 44px;}

a {
color: #077f9a;
text-decoration: none;
}

a:visited {
color: #077f9a;
}

a:focus {
outline: thin dotted;
}

a:active,
a:hover {
color: #066f87;
outline: 0;
}

a:hover {
text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: Bitter, Georgia, serif;
line-height: 1.3;
}

h1 {
font-size: 48px;
margin: 33px 0;
}

h2 {
font-size: 30px;
margin: 25px 0;clear: none;
}

h3 {
font-size: 22px;
margin: 22px 0;clear: none;
}

h4 {
font-size: 20px;clear: none;
margin: 25px 0;
}

h5 {
font-size: 18px;clear: none;
margin: 30px 0;
}

h6 {
font-size: 16px;clear: none;
margin: 36px 0;
}

address {
font-style: italic;
margin: 0 0 24px;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

mark {
background: #ff0;
color: #000;
}

p {
margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}

pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}

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

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

blockquote {background-color: #F8F8F8; border-left: 0.15em solid #03839E; color: #666666; font-size: 1.1em; line-height: 1.5; margin: 1em 0; padding: 0 1.5em; text-align: left; }
blockquote p{font-style: italic; font-weight: normal!important}

blockquote blockquote {
margin-right: 0;
}

blockquote cite,
blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
}

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

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

small {
font-size: smaller;
}

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

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

dl {
margin: 0 20px;
}

dt {
font-weight: bold;
}

dd {
margin: 0 0 20px;
}

menu,
ol,
ul {
margin: 16px 0;
padding: 0 0 0 40px;
}

ul {
list-style-type: square;
}

nav ul,
nav ol {
list-style: none;
list-style-image: none;
}

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

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

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 0;
}

form {
margin: 0;
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
padding: 0;
white-space: normal;
}

button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}

button,
input {
line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}

button[disabled],
input[disabled] {
cursor: default;
}

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

input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; /* Don't cut off the webkit search cancel button */
width: 270px;
}

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

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

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

table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}

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

caption {
font-size: 16px;
margin: 20px 0;
}

th {
font-weight: bold;
text-transform: uppercase;
}

td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}

del {
color: #333;
}

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

hr {
background: url(images/dotted-line.png) repeat center top;
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
}
.adText {
    color: #999999;
    font-size: 7px;
    font-weight: bold;
    height: 11px;
    overflow: hidden;
    text-align: center;
}

/**
* 2.0 Repeatable Patterns
* ----------------------------------------------------------------------------
*/

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 16px/1 Genericons;
vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
content: "";
display: table;
}

/* Assistive text */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
line-height: normal;
padding: 15px 23px 14px;
position: absolute;
left: 5px;
top: 5px;
text-decoration: none;
width: auto;
z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
border: 2px solid #d4d0ba;
font-family: inherit;
padding: 5px;
}

input,
textarea {
color: #222222;
}

input:focus,
textarea:focus {
border: 2px solid #c3c0ab;
outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
background: #077f9a; /* Old browsers */ 066f87
border: none;
color: #fff;
display: inline-block;
padding: 11px 24px 10px;
text-decoration: none;
border:none;
width: auto!important;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
background: #066f87; /* Old browsers */
outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
background: #066f87; /* Old browsers */
border: none;
/*padding: 10px 24px 11px;*/
}

.post-password-required input[type="submit"] {
padding: 7px 24px 4px;
vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #7d7b6d;
}

:-moz-placeholder {
color: #7d7b6d;
}

::-moz-placeholder {
color: #7d7b6d;
}

:-ms-input-placeholder {
color: #7d7b6d;
}

/*
* Responsive images
*
* Fluid images for posts, comments, and widgets
*/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
height: auto;
max-width: 100%;
}

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

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

/* Images */
.alignleft {
float: left;
}

.alignright {
float: right;
}

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

img.alignleft {
margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
margin: 5px 10px 5px 0;
}

img.alignright {
margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
margin: 5px 0 5px 10px;
}

img.aligncenter {
margin: 5px auto;
}

img.alignnone {
margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
color: #220e10;
font-size: 18px;
font-style: italic;
font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
list-style-position: inside;
}

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clearfix { display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}






/**
* ADS
* ----------------------------------------------------------------------------
*/
.dfp_ad{margin:0 auto;text-align:center;margin:0 auto;height:0;vertical-align: top;height: auto;}
.dfp_ad embed, .dfp_ad iframe,.dfp_ad object,.dfp_ad video {margin:0 auto;text-align:center;vertical-align: top;border:0;}
#div-gpt-ad-DESKTOP_MEGA-1{min-height: 90px;background-color: #D3D6DD}
#div-gpt-ad-DESKTOP_MEGA-2{min-height: 90px;border-bottom: #dcdcdc 1px solid;padding:10px 0;}
aside.ad{ text-align: center;margin:0 auto 20px;background-color: #fff;padding:20px;}
.home aside.ad{padding:20px 0!important; margin:0 auto 30px; }
.single article #tertiary .widget-area aside.ad{padding: 0px;border:none;background: transparent;}
.single article #tertiary .widget-area aside.ad .dfp_ad{padding: 10px;background-color: #ECEDF1;border-bottom: 1px solid #D9E0E2;}
.advertising-title{font-size:9px;padding:0; margin:-12px 0 0 0;text-transform:uppercase;text-align:center;color:#8F8F8F}

/**
* 3.0 Basic Structure
* ----------------------------------------------------------------------------
*/

.site { /* border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2;*/ margin: 20px auto 0; max-width: 1080px; width: 100%;}
.site-main {position: relative;/*border:1px solid #D9E0E2;background-color: #fff;margin-top:20px;*/margin: 20px 0px;}
.site-main .sidebar-container { height: 0;  position: absolute; top: 0px;   width: 100%;    z-index: 1;}


/**
* 4.0 Header
* ----------------------------------------------------------------------------
*/

/**
* 4.1 Site Header
* ----------------------------------------------------------------------------
*/

.site-header { position: fixed; z-index: 800;top: 0;left: 0;width: 100%;border-bottom:1px solid #03839e;}
.site-header .home-link { color: #ffffff; text-decoration: none; float: left;padding: 8px 20px 6px 0px;}
.site-header .home-link:hover { color: #ffffff; text-decoration: none; }
.site-header .home-link:hover h1 { color: #ffffff; text-decoration: none; }
.site-header .site-title:hover { text-decoration: underline;}
.site-title {font-size: 20px;font-weight: bold; line-height: 1; margin: 0;}

/**
* 4.2 Navigation
* ----------------------------------------------------------------------------
*/

.main-navigation {font-family: "Open Sans Condensed", Helvetica, sans-serif; clear: both; margin: 0 auto; max-width: 1080px; position: relative; }
#menu-menu-left{float:left;}
#menu-menu-right{float:right;margin-right:10px;}
ul.nav-menus,div.nav-menus > ul {   margin: 0;padding: 0;}
#menu-menu-right.nav-menus{padding: 0 40px 0 0;}
.nav-menus li {display: inline-block;position: relative;}
.nav-menus li a {text-transform: uppercase;color: #ffffff;display: block;font-size: 15px;line-height: 1;font-weight: bold;padding: 14px 11px;text-decoration: none;}
.nav-menus .sub-menu li a {padding: 10px 11px;}
.nav-menus li:hover > a,.nav-menus li a:hover { color: #24A6C3;}
.nav-menus .sub-menu,.nav-menus .children {background-color: #222222;border-top: 0;display: none;padding: 0;position: absolute;left: -2;z-index: 99999;}

.nav-menus .sub-menu ul,
.nav-menus .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menus ul a,
.nav-menus ul ul a {
color: #fff;
margin: 0;
width: 200px;
}

ul.nav-menus ul a:hover,.nav-menus ul ul a:hover {background-color: #077F9A;color:#fff;}

ul.nav-menus li:hover > ul,
.nav-menus ul li:hover > ul {
display: block;
}

.nav-menus .current_page_item > a,.nav-menus .current_page_ancestor > a,.nav-menus .current-menu-item > a,.nav-menus .current-menu-ancestor > a {color: #24A6C3}
.nav-menus .important a{color: #f7ba00;}
#navbar .help{background-color: #F7BA00; color:#fff;}
#navbar .help a:hover{color:#fff;}
.nav-menus .menu-item-has-children > a:after{content:'\f502'; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 9px/1 'Genericons'; vertical-align: middle;margin-left: 10px; }

.menu-toggle { display: none;}
.nav-menus .profile{background-color: transparent; background-image: url(images/profile.png); background-position: 0px center; background-repeat: no-repeat; width:25px; text-indent: -55555px}
/* Navbar */
.navbar {background-color: #222222;width: 100%;color:#ffffff;}

.site-header .search-form {position: absolute; right: 10px; top: 1px; }

.site-header .search-field {
background-color: transparent;
background-image: url(images/search-icon.png);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
}

.site-header .search-field:focus {
background-color: #fff;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 230px;
}
/**
* 5.0 Content
* ----------------------------------------------------------------------------
*/



#content{max-width: 730px;border:1px solid #D9E0E2;background-color: #fff;}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {max-width: 1080px; }

#content aside{background-color: #ecedf1;padding: 10px}
#content aside .widget-title {margin:0;}



/*
* LISTING PAGE
*/
.hentry, #content aside { margin:0 0 20px 20px;}
article .entry-thumbnail{/*height: 115px;width:200px;overflow:hidden;display: table-cell;vertical-align: top;*/}
article .entry-thumbnail img {  display: block;max-width: 100%; height:auto;}
article .entry-container{/*padding-left:20px;display: table-cell;vertical-align: top;*/}
article .entry-cat{float:left;margin-right:0;}
article .entry-social{}
article .entry-meta{margin:0;}
article .entry-meta .entry-author{display:block;margin: 0 10px 0 0;float:left;}
article .entry-meta .entry-date{display:block;margin:0}


/*
* LISTING HOME POST
*/
.home .site{max-width:1095px;}
.home #content{/*padding:1px;*/max-width:100%;background-color: transparent;border:none;}
.home .site-main{border:none;margin:0;padding: 20px 0;background-color: #D3D6DD; position: relative;}


.home #content .element {
    position: relative;
    float: left;
    width:340px;
    overflow: hidden;
    margin:0 12px 24px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);

}
.home #content .homespecial,
.home #content .widget.element {
    height: 300px;
}

.home #content aside.small.element {
    height: 300px;

}

.home #content .story.element {
    height: 300px;
}

.home #content aside.ad.element { min-height: 300px; max-height:  624px;padding-top: 15px !important; }


.home #content article .entry-catWrapper,
.topstories article .entry-catWrapper{
    position: absolute;
    display: block;
    z-index: 10;
    width: 100%;
}

.home #content article .entry-cat,
.topstories article .entry-cat {
    background-color: #077F9A;
    color: #FFFFFF;
    float: left;
    height: 25px;
    line-height: 22px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.home #content  article .entry-cat a,
.topstories article .entry-cat a {
    color: #fff;
}

.home #content article .entry-social,
.topstories article .entry-social {
    display: block;
    float: right;
    background-color: #077F9A;
    color: #FFFFFF;
    height: 25px;
    line-height: 22px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: bold;
}

.home #content article .entry-social .wrapper,
.topstories article .entry-social .wrapper {
    display: block;
}
.home #content article .entry-social .wrapper span.genericon.genericon-chat,
.topstories article .entry-social .wrapper span.genericon.genericon-chat {
    margin-top: 4px;
}

article .entry-social span.genericon.genericon-reply-single{
    margin: 3px -2px 0 3px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
article .entry-social span.genericon.genericon-comment{
    margin: 3px -2px 0 3px;
}
article .entry-social a {color:#fff}
article .entry-social a:hover, article .entry-social a:hover .genericon:before{text-decoration: none!important;color:#F3B41E;}

/* 1 - 3 small ads */
.home #content .contentWrapper aside.small {
    border: 4px solid #077F9A;
    padding: 0;
}
.home #content .contentWrapper aside.small .adWrapper {
    height: 292px;
    padding: 5px;
    width: 331px;
    background-color: #F5F5F5;
    border: 1px solid #FFFFFF;
}
.home #content aside {background-color: #ffffff}
.home #content aside.ad {
    min-height: 270px;
    max-height:  630px;

}
.home #content .story {

    width:340px;
    height: 300px;
    overflow: hidden;
}
.home .hentry{border:0;padding: 0;}


.sidebar .entry-header .entry-meta {padding: 0;}

.home .entry-header {height: 100%;position:relative;width:100%;  }
.home .entry-thumbnail{display:block;  position:relative;z-index:1;overflow:hidden;width:auto;}
.home .entry-thumbnail a{display:block;}
.home .entry-thumbnail img {    display: block;min-height: 190px;min-width: 100%;width:auto;}
.home .hidden-excerpt { display: table;min-height: 222px;height:190px;display:none;position:absolute; z-index: 3; background: rgba(0, 0, 0, .7);line-height: 22px; cursor: auto;overflow: hidden; color:#fff; }
.home .hidden-excerpt a{ color:#fff;display: table-cell;vertical-align: middle;padding: 20px;text-shadow: 1px 2px 1px #000000; text-align: center;}
.home .hidden-excerpt a:hover{ text-decoration:none;}
.home .hidden-excerpt p{margin:0;}
.home article.element:hover .hidden-excerpt {   display:table;}

.home .entry-container{position: absolute; bottom:0; z-index: 4; padding : 15px 20px 15px;background-color: #ffffff; width: 100%;}

.entry-title {font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase;margin: 0 0 5px;font-size: 18px; clear:both!important;}
.entry-title a {color: #222222;}
.entry-title a:hover {  color: #077F9A;}

.home .special .entry-title{
text-align:left;
font-size: 18px;
padding: 25px 0;
margin: 0;
}

.home .entry-meta {
    z-index: 1;
    clear: both;
    font-size: 14px;
}
.entry-meta a {color: #077f9a;}
.entry-meta a:hover {color:#066F87;}
.entry-meta > span {margin-right: 20px;}
.entry-meta > span:last-child { margin-right: 0;}
.featured-post:before {content: "\f308";margin-right: 2px;}
.entry-meta .date a:before {content: "\f303";}
.comments-link a:before {content: "\f300";margin-right: 2px;position: relative;top: -1px;}
.entry-meta .author a:before {content: "\f304";position: relative;top: -1px;}
.categories-links a:first-child:before {}
.tags-links a:first-child:before { }
.edit-link a:before {   content: "\f411";   position: relative; top: -1px;}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {  display: none;}

.home .entry-meta .entry-author{float:left;  text-transform: uppercase;color: #8E8F90;}
.home .entry-meta .entry-author a{color:#222222;}
.home .entry-meta .entry-date{
    font-size:12px;
    color:#8e8f90;
    float:right;
    margin: 3px 0px 0 0;
}

.home .entry-content {-webkit-hyphens: auto;-moz-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;}
.home .entry-content a,.home .comment-content a {color: #077F9A;}
.home .entry-content a:hover,.home .comment-content a:hover {color: #066F87;}

/*.home #content .big{width:669px;}
.home #content .big .entry-header {height:300px;}
.home #content .big .entry-header .entry-thumbnail{height:300px;}*/
.home #content .story.element.big{
    color:#ffffff;
    height: 624px;
}
.home #content  .big .entry-header {
    background-color: #077F9A;
}

.home #content .big{color:#ffffff;}
.home #content .big a{color:#ffffff;}
.home #content .big .entry-container{background-color:#077F9A; z-index: 4;}
.home #content .big .entry-social{color:#ffffff;}

.home #content .big h2{font-size: 24px; line-height: 28px; margin-bottom: 15px; text-align: center;}
.home #content .big .entry-meta .entry-excerpt{padding: 0px 0px 10px;}
.home #content .big .entry-meta .entry-excerpt p{margin: 0;}

.home #content .big .entry-author,.home #content .big .entry-date{   color: #FFFFFF;}


.home .big .entry-thumbnail  {  height:100%; }
.home .big .entry-thumbnail img  { max-width: 340px !important;  height: auto; min-height: 470px;}

.timelineBar {
    background-color: #59A2B5;
    height: 100%;
    left: -54px;
    position: absolute;
    width: 2px;
}
.timelineBar.bottom {
    background: url("images/timeline_bottom.png") no-repeat center bottom #59A2B5;
}
.tagTime {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px 0 10px;
    position: absolute;
    right:100%;text-align: center;
    width: 110px;
    z-index: 700;
    background: url("images/tagbg.png") no-repeat right 0 #59A2B5;
}

.topstories {
    height: 300px;
    margin-bottom: 24px;
}

.topstories .timelineBar{
    height: 330px;
}
.topstories .first {
    margin: 0 12px 0 12px;
    width: 704px;
    float: left;
    height: 300px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    position: relative;
    overflow: hidden;
}
.topstories .first .entry-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    z-index: 1;
}

.topstories .small {
    float: left;
    width:340px;
    overflow: hidden;
    margin:0 12px 24px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.2);
    height: 138px;
}
.topstories .small .entry-container{ padding-top: 30px; text-align: center;position: relative; }

.topstories .entry-container {background-color: #077F9A;color:#fff;}
.topstories article {background-color: #077F9A;color:#fff;}
.topstories .entry-container h2 a{color:#fff;}
.topstories .entry-meta .entry-author, .topstories .entry-meta .entry-date {color:#fff;}

.topstories .small .entry-title {
    font-size: 24px;
}
.homespecial .entry-meta {
    position: relative;

}
.homespecial .entry-meta .entry-date{
    margin-top: 0;
}

.first .hidden-excerpt {
    height: 220px;
    max-height: 220px;
}
.first:hover .hidden-excerpt{display:table;}


/* RSS feed Giz Help */
.home #content .widget {
    border-top: medium none;
    padding: 16px;
}
.home #content .widget .widget-title {
    font-size: 17px;
    padding: 4px 0 20px;
    text-align: center;
}
.home #content .widget .widget-title a.rsswidget  {
    color: #077F9A;
}
.home #content .widget .widget-title .rsswidget img {
    display: none;
}
.home #content .widget li {
    font-size: 16px;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #cfcfcf;
}
.home #content .widget li:last-child {
    border-bottom: medium none;
}
.home #content .widget a {
    color: #222;
}
.home #content .widget a:hover {
    color: #077F9A;
    text-decoration: none;
}
.home #content #post-ebuyclub{height:300px!important;}
.home #content #post-ebuyclub .entry-cat {background-color:transparent!important;color: #8E8F90;padding: 0!important;}
.home #content #post-ebuyclub .entry-cat a{color: #8E8F90;}
.contentWrapper {
    position: relative;
}

.home .postseen .hidden-excerpt, .home .postseen .entry-thumbnail{opacity:0.3!important;}
.home .postseen .entry-container h2{opacity:0.3!important;}
.home .postseen .entry-meta{opacity:0.5!important;}

.home .genericon-show{display: none}
.home .postseen .genericon-show{
    background-color: #f3b41e;cursor: default;
    float: left;
    height: 25px;
    margin: 0;
    padding: 4px 0 0 7px;
    text-align: 54px;
    vertical-align: middle;
    width: 30px;
    color: #FFFFFF;
    display: block;


}
.home .postseen .genericon-show:before {color: #fff; font-size: 17px; position: relative; z-index: 4;}

.home .genericon-star{width: 23px;display: block;position: absolute;top:-2px;right:50%;cursor: default;}
.home .genericon-star:before {display: block; text-shadow: 0 1px 3px #333333;color: #F7BA00; line-height: 0; font-size: 36px; position: relative; z-index: 5;}

/*
* LISTING SINGLE POST
*/

.single #content{max-width:100%;}
article embed, article iframe, article object, article video{clear:both;}
.single #info-post{width:100%;border-bottom: 1px solid #D9E0E2;padding:7px 8px 7px 30px;}
.single #info-post .entry-cat{float:left;margin-top: 6px;}

.single #info-post .post-navigation{float:-right;padding:0px;clear:none; text-align: right}
.single #info-post .post-navigation .nav-links a{background-color: #077F9A;color:#ffffff;padding:3px 4px;margin-left: 6px;}
.single #info-post .post-navigation .nav-links a:hover{background-color:#066F87}
.single #info-post .post-navigation .nav-links a .genericon:before {font-size: 25px;line-height: 28px;}
.single #info-post .post-navigation .nav-links a .genericon {width:auto}

.single article{width:100%;float:none;height:auto;padding:30px;margin:0;border:none;border-bottom:1px solid #D9E0E2;}
.single article .entry-header{height:auto;max-width:100%;}
.single article .entry-header .entry-title{font-size: 35px;margin:-10px 0 20px;}
.single article .entry-header .entry-thumbnail{display:block;height:auto;background-color: transparent;margin-left: -30px;width: 1078px;margin-bottom:20px;text-align: center}
.single article .entry-header .entry-thumbnail img{max-width: 100%;height:auto;min-width:1px;min-height: 1px;height:auto;margin: 0 auto;}

.single section.article-info{float:left;width: 160px;}
/*
.single section.article-info .shareaholic-share-buttons{margin:0!important;}
.single section.article-info .shareaholic-share-buttons li{padding:0 0 5px!important;}
*/
.single section.article-info .entry-author{}
.single section.article-info .entry-date{margin-bottom: 10px}
.single section.article-info .navigation{margin:0;padding: 0;background-color: transparent;}
.single section.article-info .navigation .nav-links{margin:0;padding: 0;background-color: transparent;}
.single section.article-info .navigation .nav-links a{ margin:0 1px 7px 0; background-color: transparent;border: 1px solid #016075;background-color: #077F9A;border-radius: 4px;height: 29px;color:#ffffff;padding:0 7px; display:inline-block;}
.single section.article-info .navigation .nav-links a span{margin-top: 4px;}

.single .source-links, .single .via-links{display:block; }
.single .source-links .tag-title, .single .via-links .tag-title, .single .tag-links .tag-title{margin-right: 5px; font-family: "Open Sans Condensed",Helvetica,sans-serif;font-weight: bold;text-transform: uppercase;}
.single .tag-links a{background-color: #077F9A; color: #FFFFFF; margin-right: 1px; padding: 2px 4px;display: inline-block;}
.single .source-links .tag-links a, .single .via-links .tag-links a{margin-right: 5px}


.btn-share{position: relative;color:#ffffff; display:block; margin:0 5px 5px 0;}
.btn-share a{border: 1px solid #016075;background-color: #077F9A;border-radius: 4px;height: 40px;color:#ffffff;padding:0 15px;line-height: 37px;display:inline-block; }
.btn-share a:hover{color:#fff;}
.btn-share .genericon:before{font: 22px/1 Genericons;}
.btn-share .genericon{margin: 0 13px 0 -4px;line-height: 42px;}
.comment-share a{border-color:#016075;background-color: #077F9A;}
.twitter-share a{border-color:#2E8FB2;background-color: #28A3DF;}
.facebook-share a{border-color:#3E558B;background-color: #3A5796;}
.google-share a{border-color:#B74A3A;background-color: #DB4534;}
.linkedin-share a{border-color:#0D71A0;background-color:#0078B4;}
.nme_vote_system a{border-color:#C4C4C4;background-color:#F0F0F0;color:#929398;cursor: pointer;padding: 0 8px;}
.nme_vote_system .nme_vote_a_pos{border-radius: 4px 0 0 4px;border-right:none;}
.nme_vote_system .nme_vote_a_neg{border-radius: 0 4px 4px 0 ;}
.nme_vote_system a:hover{color:#000000;}
.nme_vote_system .genericon:before{font: 33px/1 Genericons;}
.nme_vote_system:hover .genericon-collapse{color:#127b00;}
.nme_vote_system:hover .genericon-expand{color:#FF0000;}
.btn-share a:hover{text-decoration: none;opacity:0.8;}
#comments .btn-share a{ height: 28px; line-height: 26px; }
#comments .nme_vote_system .genericon:before{font: 28px/1 Genericons;}
#comments .nme_vote_system .genericon{ margin: -3px 8px 0 -4px;}

.response-validated{margin-left:10px;height:30px;float: right;display: inline-block;}
.response-validated .validate-description{line-height: 28px;}
.response-validated .genericon:before{font: 27px/1 Genericons;}
.response-validated .genericon {height: 27px; width: 27px;}
.response-validated a:hover {color:green;cursor: pointer;text-decoration: none}
.response-validated.validated .genericon{color:green;}
.response-validated.inprogress .genericon{color: #cccccc;}
.comment-body.good-answer{background-color: #dff0d8;border:1px solid #ddd!important;}


.single section.article-content{float:right;width:850px;}
.single section.article-content .entry-excerpt p:first-child:first-letter {float: left;font-family: "Open Sans Condensed",Helvetica,sans-serif; font-size: 78px; margin: 10px 5px 0 0;line-height: 52px; padding: 0 10px 0 0;color: #077F9A;}
.single section.article-content .entry-excerpt{}
.single section.article-content .entry-content{width:100%;max-width: 100%;}

.single article #tertiary{height:auto;position:relative;top:0;width:100%;}
.single article #tertiary .widget-area{margin:0;}
.single article #tertiary .widget-area aside{margin: 0 0 20px 20px;min-height:1px;}


.single #ebuyclub-ad iframe{border:0;}

#itwebtv-box{border-top: 1px solid #DCDCDC; padding: 12px;}
#itwebtv-box .itweb-channel{float:left;width: 32%;margin-right: 1.3%;}
#help-question{border: none; border-bottom: 1px solid #DCDCDC; padding: 12px;}
#help-question .widget{border: none; margin:0; padding:0;}
#help-question .widget .widgettitle{display: none}
#help-question .title{font-weight: bold;text-transform: uppercase;font-family: "Open Sans Condensed",Helvetica,sans-serif;}
/*
* LISTING ARCHIVE
*/

.archive-header, .page-header{border-bottom: 1px solid #D9E0E2;}
.archive-title, .page-title {font-style: normal; font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase;font-size:18px;margin: 0 auto;   max-width: 1040px;  padding: 20px;  width: 100%;}
.archive-meta {font-size: 16px; font-style: normal; font-weight: normal; margin-top: -15px; padding: 0 0 11px; }
.sidebar .archive-meta {padding-right: 316px; }

.archive #content article,
.search #content article,
.error404 #content article{padding: 25px 20px; margin: 0; border-bottom: 1px solid #D9E0E2; }

.archive #content article .entry-author,
.search #content article .entry-author,
.error404 #content article .entry-author{font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase; font-size: 13px;}
.archive #content article .entry-cat,
.search #content article .entry-cat,
.error404 #content article .entry-cat{font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase; font-size: 13px;}

.archive #content article h2,
.search #content article h2,
.error404 #content article h2{clear:none!important;}

.archive #content article .entry-social,
.search #content article .entry-social,
.error404 #content article .entry-social{color: #8E8F90; float:left;font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase;font-size: 12px;}
.archive #content article .entry-date,
.search #content article .entry-date,
.error404 #content article .entry-date{float:right; color: #8E8F90; font-size: 12px;}
.archive .paging-navigation,
.search .paging-navigation,
.error404 .paging-navigation{ padding: 20px;}

.archive #content article .entry-author,
.archive #content article .entry-author a{color: #8E8F90; text-transform: uppercase;}
.archive #content article .entry-social a{color: #8E8F90; }
/*
* LISTING DATE AND SEARCH
*/

.date #content article .entry-thumbnail,
.search #content article .entry-thumbnail{float:left;margin-right: 20px}
.date #content article h2,
.search #content article h2{clear:none!important;}

.category #content article .entry-author a,
.search #content article .entry-author{color: #8E8F90; text-transform: uppercase;}

.date #content article .entry-social,
.search #content article .entry-social,
.date #content article .entry-social a,
.search #content article .entry-social a{color: #8E8F90; }

/*
* LISTING CATEGORY, AUTHOR AND 404
*/
.category #content article .entry-thumbnail,
.author #content article .entry-thumbnail,
.error404 #content article .entry-thumbnail{float:left;margin-right: 20px}
.category #content article h2,
.author #content article h2,
.error404 #content article h2{clear:none!important;}
.category #content article .entry-excerpt p,
.author #content article .entry-excerpt p,
.error404 #content article .entry-excerpt p{margin-bottom: 5px}
.author #content .author-info .author-description p{margin-bottom: 5px},

.category #content article .entry-author a,
.author #content article .entry-author a,
.error404 #content article .entry-author a{color: #8E8F90; text-transform: uppercase;}

.category #content article .entry-social,
.author #content article .entry-social,
.error404 #content article .entry-social,
.category #content article .entry-social a,
.author #content article .entry-social a,
.error404 #content article .entry-social a{color: #8E8F90; }

/*
* AUTHOR PAGES
*/

.archive.author .entry-author .author-gravatar{float:left;margin-right:20px;}
.archive.author .entry-author .author-info{float:left; width: auto; padding: 0;font-size: 15px; line-height: 20px;}

.archive.author article .entry-social,
.archive.author article .entry-social a{color: #8E8F90; }


/**
* 5.3 Entry Content
* ----------------------------------------------------------------------------
*/




.entry-content blockquote {
font-size: 16px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
font-size: 14px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
margin-right: -60px;
}


.format-standard footer.entry-meta {
margin-top: 0;
}

/* Page links */
.page-links {
clear: both;
font-size: 16px;
font-style: italic;
font-weight: normal;
line-height: 2.2;
margin: 20px 0;
text-transform: uppercase;
}

.page-links a,
.page-links > span {
background-color: #fff;
border: 1px solid #077f9a;
padding: 5px 10px;
text-decoration: none;
color: #077f9a;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
background-color: #23a6c3;
border: 1px solid #077f9a;
color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
background-color: #fff;
color: #23a6c3;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
background: none;
}

.page-links .page-links-title {
background: transparent;
border: none;
margin-right: 20px;
padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}


/**
* 5.4 Galleries
* ----------------------------------------------------------------------------
*/

.ngg-galleryoverview {clear: none !important;width: auto!important;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {margin-bottom: 5px;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {margin:0}
}

.gallery {
margin-bottom: 20px;
margin-left: -4px;
}

.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: table;
margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
text-align: center;
}

.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}

.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
box-sizing: border-box;
color: #fff;
font-size: 14px;
line-height: 1.3;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 2px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
-webkit-transition: opacity 400ms ease;
transition: opacity 400ms ease;
width: 100%;
}

.gallery-caption:before {
box-shadow: 0 -10px 15px #000 inset;
content: "";
height: 100%;
min-height: 49px;
position: absolute;
left: 0;
top: 0;
width: 100%;
}

.gallery-item:hover .gallery-caption {
opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}


/**
* 5.5 Post Formats
* ----------------------------------------------------------------------------
*/

/* Aside */
.format-aside {
background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
margin-top: 0;
}

.format-aside blockquote {
font-size: 100%;
font-weight: normal;
}

.format-aside cite {
font-size: 100%;
text-transform: none;
}

.format-aside cite:before {
content: "\2014";
margin-right: 5px;
}

/* Audio */
.format-audio {
background-color: #db572f;
}

.format-audio .entry-title {
font-size: 28px;
font-weight: bold;
}

.format-audio .entry-content:before {
content: "\f109";
float: left;
font-size: 64px;
position: relative;
top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
color: #fbfaf3;
}

.format-audio .audio-content {
background: url(images/dotted-line.png) repeat-y left top;
background-size: 4px 4px;
float: right;
padding-left: 35px;
width: 80%;
width: -webkit-calc(100% - 85px);
width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
height: 30px !important; /* Override mediaelement.js style */
margin: 20px 0;
max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
background-color: #eadaa6;
}

.format-chat .entry-title {
font-size: 28px;
font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
color: #722d19;
}

.format-chat .entry-meta .date a:before {
content: "\f108";
margin-right: 2px;
}

.format-chat .entry-meta .author {
display: none;
}

.format-chat .chat {
margin: 0;
}

.format-chat .chat .chat-timestamp {
color: #722d19;
float: right;
font-size: 12px;
font-weight: normal;
margin: 5px 10px 0;
}

.format-chat .chat .fn {
font-style: normal;
}

/* Gallery */
.format-gallery {
background-color: #fbca3c;
}

.format-gallery .entry-header {
margin-bottom: 15px;
}

.format-gallery .entry-title {
font-size: 50px;
font-weight: 400;
margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
color: #722d19;
}

/* Image */
.format-image .entry-title {
font-size: 28px;
font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
display: none;
}

/* Link */
.format-link {
background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
margin-bottom: 0;
}

.format-link .entry-title {
color: #ca3c08;
display: inline;
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
margin-right: 20px;
}

.format-link .entry-title a {
color: #bc360a;
}

.format-link div.entry-meta {
display: inline;
}

/* Quote */
.format-quote {
background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
color: #f7f5e7;
}

.format-quote .entry-content blockquote {
font-size: 28px;
margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
color: #e63f2a;
}

.format-quote .entry-content cite a {
border-bottom: 1px dotted #fff;
color: #fff;
}

.format-quote .entry-content cite a:hover {
text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
display: block;
font-size: 16px;
}

.format-quote blockquote {
font-style: italic;
font-weight: 300;
padding-left: 75px;
position: relative;
}

.format-quote blockquote:before {
content: '\201C';
font-size: 140px;
font-weight: 400;
line-height: .8;
padding-right: 25px;
position: absolute;
left: -15px;
top: -3px;
}

.format-quote .entry-meta .author {
display: none;
}

/* Status */
.format-status {
background-color: #722d19;
padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
padding-left: 35px;
position: relative;
}

.format-status .entry-content a {
color: #eadaa6;
}

.format-status .entry-meta a {
color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
background: url(images/dotted-line.png) repeat-y left bottom;
background-size: 4px 4px;
content: "";
display: block;
height: 100%;
position: absolute;
left: 10px;
top: 0;
width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
background-position: left top;
}

.format-status .entry-content {
color: #f7f5e7;
font-size: 24px;
font-style: italic;
font-weight: 300;
padding-bottom: 30px;
padding-top: 40px;
position: relative;
}

.format-status .entry-content p:first-child:before {
background-color: rgba(0, 0, 0, 0.65);
content: "";
height: 3px;
margin-top: 13px;
position: absolute;
left: 4px;
width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
left: 64px;
}

.format-status .entry-content p:last-child {
margin-bottom: 0;
}

.format-status .entry-meta {
margin-top: 0;
padding-bottom: 40px;
}

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

/* Video */
.format-video {
background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
color: #fbfaf3;
}

.format-video .entry-title {
font-size: 50px;
font-weight: 400;
}

.format-video .entry-meta {
color: #220e10;
}


/**
* 5.6 Attachments
* ----------------------------------------------------------------------------
*/

.attachment .hentry { margin: 0; padding: 0;}

.attachment .entry-header { border-bottom: 1px solid #D9E0E2; margin-bottom: 0; max-width: 1040px; padding: 30px 0; }

.attachment .entry-title {
display: inline-block;
float: left;
font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
margin: 0;
}

.attachment .entry-title:before {
content: "\f416";
font-size: 32px;
margin-right: 10px;
}

.attachment .entry-meta { clear: none;color: inherit;float: right;padding: 0 10px;text-align: right;}

.hentry.attachment:not(.image-attachment) .entry-meta {
max-width: 104px;
}

.attachment footer.entry-meta {
display: none;
}

.attachment-meta:before {
content: "\f307";
}

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

.full-size-link:before {
content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
color: #ca3c08;
}

.attachment .entry-content {
background-color: #fff;
max-width: 100%;
padding: 40px 0;
}

.image-navigation {
margin: 0 auto;
max-width: 1040px;
position: relative;
}

.image-navigation a:hover {
text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
position: absolute;
top: 50px;
}

.image-navigation .nav-previous {
left: 0;
}

.image-navigation .nav-next {
right: 0;
}

.image-navigation .meta-nav {
font-size: 32px;
font-weight: 300;
vertical-align: -1px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
margin: 0 auto;
max-width: 724px;
text-align: center;
}

.attachment .entry-attachment .attachment {
display: inline-block;
}

.attachment .entry-caption {
text-align: left;
}

.attachment .entry-description {
margin: 20px auto 0;
max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
margin: 0;
}

.attachment .site-main .sidebar-container {
display: none;
}


/**
* 5.7 Post/Paging Navigation
* ----------------------------------------------------------------------------
*/



.pagination{text-align: center}
.pagination .page-numbers{border:1px solid #C3C6CC; background-color: #ffffff;color:#919191;padding: 10px; line-height: 10px; display: inline-block;}
.pagination .current{border:1px solid #046277; background-color:#077F9A;color:#fff; }
.pagination a.page-numbers:hover{ color:#077F9A;}






.navigation a { color: #077F9A;}
.navigation a:hover {color: #066F87;text-decoration: none;}
.paging-navigation {position: relative;clear:both;  padding: 40px 0;}
.home .paging-navigation {padding: 40px;}
.paging-navigation .nav-links { margin: 0 auto; width: 100%;font-style: italic;text-align: center;}
.paging-navigation .nav-links ul{   margin: 0 auto;padding:0; }
.paging-navigation .nav-links ul li{display:inline-block;margin-right: 10px; font-size: 18px;}
.paging-navigation .nav-links ul li a{margin: 5px;color: #898989;line-height: 42px}
.sidebar .paging-navigation .nav-links { padding: 0 376px 0 60px;}
.navigation .nav-previous {float: left; margin-right: 30px;}
.navigation .nav-next {float: right;margin-left: 30px;}
.navigation .nav-previous a, .navigation .nav-next a{margin:0!important;font-size: 22px;line-height: 38px!important}
.paging-navigation a {font-weight: 300;}
.paging-navigation .meta-nav {
background-color: #077F9A;
color: #fff;
display: inline-block;
font-size: 26px;
padding: 0;
text-align: center;
}

.paging-navigation .nav-previous .meta-nav { margin-right: 10px; padding:0 0 5px; width: 45px;}
.paging-navigation .nav-next .meta-nav { margin-left: 10px; padding:0 0 5px; width: 45px;}

.paging-navigation a:hover .meta-nav {
background-color: #066F87;
text-decoration: none;
}

.post-navigation {
background-color: #fff;
color:#077F9A;
font-size: 20px;
font-style: italic;
font-weight: 300;
padding: 20px 0;
}

.post-navigation .nav-links {
margin: 0 auto;
max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
padding: 0 376px 0 60px;
}



/**
* 5.8 Author Bio
* ----------------------------------------------------------------------------
*/

.author-info { margin: 0 auto; padding: 30px 0 10px 50px; text-align: left; width: 100%; border-bottom: 1px solid #D9E0E2;}

.author.sidebar .author-info {
max-width: 1040px;
padding: 30px 376px 10px 60px;
}

.single .author-info {
padding: 50px 0 0;
}

.author-avatar .avatar {
float: left;
margin: 0 30px 30px 0;
}

.single-format-status .author-description {
color: #f7f5e7;
}

.author-description .author-title {
clear: none;
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
margin: 0 0 8px;
}

.author-link {
color: #ca3c08;
margin-left: 2px;
}

.author.archive .author-link {
display: none;
}


/**
* 5.10 Search Results/No posts
* ----------------------------------------------------------------------------
*/


.page-content {margin: 0 auto; max-width: 100%; padding: 20px ; width: 100%; border-bottom: 1px solid #D9E0E2; }
.sidebar .page-content {margin: 0 auto; max-width: 1040px; padding: 40px 376px 40px 60px; }


/**
* 5.11 404
* ----------------------------------------------------------------------------
*/
.error404 .page-header { background-color: #fff; }
.error404 .page-wrapper { border-bottom: 1px solid #D9E0E2; }
.error404 .page-wrapper .page-content {padding: 20px}
.error404 .page-wrapper .page-content h2{margin-top: 0}


/**
* 5.12 Comments
* ----------------------------------------------------------------------------
*/

.comments-title {font-family :"Open Sans Condensed", Helvetica, sans-serif;font-weight:bold; text-transform:uppercase;margin-top:0;font-size:25px;}
.comment-list article{border:none!important;}
.comment-list,.comment-list .children {list-style-type: none;margin:0;padding: 0;}




.comment-list .children {
margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
background-size: 4px 4px;
content: "";
display: block;
height: 1px;
width: 100%;
}

.comment-list > li:last-child:after {
display: none;
}

.comment-body {padding: 10px 0!important;position: relative;}

.comment-author {
float: left;
max-width: 74px;
}

.comment-author .avatar {
display: block;
margin-bottom: 10px;
}

.comment-author .fn {
word-wrap: break-word;
}

.comment-author .fn,.comment-author .url,
.comment-reply-link,.comment-reply-login {
color: #077F9A; font-size: 14px;    font-style: normal; font-weight: normal;}

.says {
display: none;
}

.no-avatars .comment-author {
margin: 0 0 5px;
max-width: 100%;
position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
width: 100%;
}

.bypostauthor > .comment-body .fn:before {
content: "\f408";
vertical-align: text-top;
}

.comment-list .edit-link {
margin-left: 20px;
}

.comment-metadata,.comment-awaiting-moderation,
.comment-content,.comment-list .reply {float: right;width: 86%; width: -webkit-calc(100% - 44px);width: calc(100% - 44px);word-wrap: break-word;}
.comment-content p{margin:0;font-size: 14px;}
.comment-list .reply{text-align: right;}
.comment-meta,.comment-meta a { color: #a2a2a2; font-size: 13px;}
.comment-meta a:hover { color: #077F9A; }
.comment-metadata {margin-bottom: 2px;}
.comment-body p{margin-bottom:7px;}
.ping-meta {
color: #a2a2a2;
font-size: 13px;
line-height: 2;
}

.comment-awaiting-moderation {
color: #a2a2a2;
}

.comment-awaiting-moderation:before {
content: "\f414";
margin-right: 5px;
position: relative;
top: -2px;
}


/* Comment form */
#comments{padding: 30px;position:relative;}
#comments article {border-left: 1px solid #077F9A !important; margin-bottom: 10px; padding: 15px 20px !important; background-color: #ECEDF1 }
#comments .byuser > article { background-color: #3595AB!important;color: #FFFFFF!important; }
#comments .byuser > article .comment-metadata {color: #FFFFFF!important; }
#comments .byuser > article .comment-metadata a{color: #FFFFFF!important; }
#comments .btn-share { float: left;margin: 10px 0 0;}
#comments .comment-list .reply {color: #FFFFFF; margin: 10px 0 0; position: relative; width: auto; }
#comments .comment-list .reply a { background-color: #077F9A; border: 1px solid #016075; border-radius: 4px; color: #FFFFFF; display: block; height: 31px; line-height: 28px; padding: 0 10px;}
#comments .comment-list .reply a:hover { opacity: 0.8; text-decoration: none;}

#comments .vote_hidden {display: none;opacity: .6;}
#comments .vote_hidden + em { border-bottom: 1px dotted #a6a6a6; cursor: pointer; }

#comments-wrap {float:left;width:665px; }
#comment-ad {margin-right: -10px;float:right;width:320px;}
#comment-ad .shutterstock {
    padding: 0;
    width: 336px;
}

#comments .dfp_ad { padding: 10px;background-color:#ECEDF1 }
.sticky-element {float: none; position: fixed; top: 20px; z-index: 6; left: auto;}
#respond{padding: 0px}
.comment-form [for="comment"]{display: none!important}

.comment .comment-respond {margin-bottom: 20px;padding: 20px;}
.comment-reply-title {font-family :"Open Sans Condensed", Helvetica, sans-serif;font-weight:bold; text-transform:uppercase;margin-top:0;}
.comment-reply-title small a {
color: #131310;
display: inline-block;
float: right;
height: 16px;
overflow: hidden;
width: 16px;
}

.comment-reply-title small a:hover {
color: #ed331c;
text-decoration: none;
}

.comment-reply-title small a:before {
content: "\f406";
vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
padding: 0;
}

.comment-form .comment-notes {
margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
margin-bottom: 8px;float:left;}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
font-weight:bold;color:#222222; font-size: 14px;display:block;}

.comment-form input, .comment-form textarea {border: 4px solid #E8E8E8;font-family: inherit;padding: 5px;-webkit-box-shadow: inset 0 0 0 1px #dddddd;-moz-box-shadow: inset 0 0 0 1px #dddddd;box-shadow: inset 0 0 0 1px #dddddd;width: 193px;margin-right: 15px;}

.comment-form .required {color: #ed331c;}

.comment-form textarea {width: 100%; }
.comment-form .form-submit{margin:0;padding:0}
.comment-form .form-submit #submit{border:0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none}

.form-allowed-tags,
.form-allowed-tags code {
color: #686758;
font-size: 12px;
}
.form-allowed-tags {
	display: none;
}
.form-allowed-tags code {
font-size: 10px;
margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
padding-top: 24px;
}

.comment-navigation {
font-size: 20px;
font-style: italic;
font-weight: 300;
margin: 0 auto;
max-width: 604px;
padding: 20px 0 30px;
width: 100%;
}

.no-comments {
background-color: #f7f5e7;
font-size: 20px;
font-style: italic;
font-weight: 300;
margin: 0;
padding: 40px 0;
text-align: center;
}

.sidebar .no-comments {
padding-left: 60px;
padding-right: 376px;
}


/**
* 5.13 Multisite
* ----------------------------------------------------------------------------
*/

.site-main .mu_register {
margin: 0 auto;
max-width: 604px;
width: 100%;
}

.mu_alert {
margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
font-size: inherit;
width: 270px;
}

.site-main .mu_register input[type="submit"] {
width: auto;
}


/**
* 6.0 Sidebar
* ----------------------------------------------------------------------------
*/

.site-main .widget-area {float: right;width: 340px;}


/**
* 6.1 Widgets
* ----------------------------------------------------------------------------
*/

.widget {background-color: #ffffff; border-top: 1px solid #077f9a; font-size: 14px; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; margin: 0 0 20px; padding: 20px; word-wrap: break-word; }

.widget .widget-title {text-transform: uppercase;font: 700 normal 20px "Open Sans Condensed", Helvetica, sans-serif;margin: -8px 0 10px;line-height: 20px;border-bottom:1px solid #d5d5d8;padding-bottom: 10px}

.widget ul,
.widget ol {
list-style-type: none;
margin: 0;
padding: 0;
}

.widget li {
padding: 5px 0;
}

.widget .children li:last-child {
padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
margin-left: 20px;
}

/* Search widget */
.search-form .search-submit {
display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
border: 0;
border-collapse: separate;
border-spacing: 1px;
}

.widget_calendar caption {
font-size: 14px;
margin: 0;
}

.widget_calendar th,
.widget_calendar td {
padding: 0;
text-align: center;
}

.widget_calendar a {
display: block;
}

.widget_calendar a:hover {
background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
background-color: transparent;
}


/**
* 7.0 Footer
* ----------------------------------------------------------------------------
*/

.site-footer {color: #969693;font-size: 14px;text-align: center;background-color: #D3D6DD;position:relative;}
.site-footer .widget-area,.sidebar .site-footer {text-align: left;}
.site-footer a {    color: #969693;}
.site-footer .sidebar-container { }
.site-footer .widget-area { margin: 0 auto; width: 100%;}
.site-footer .widget-area { /*max-width: 724px; position: relative; left: -158px;*/}
.site-footer .widget-area aside{border:none;}
.site-footer .widget {border:none;  background: transparent;    color: #80807D; display:inline-block;vertical-align:top; width :260px;}
.site-footer .widget {  width: 25%;}
.site-footer .widget:nth-of-type(4),
.site-footer .widget:nth-of-type(3) {margin-right: 0;}
.site-footer .widget li {padding: 2px 0!important;}
.site-footer .widget a {color: #969693;}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
color: #80807D;
}

.site-info {
margin: 0 auto;
max-width: 1040px;
padding: 10px 0;
width: 100%;
text-align: center;
}

#wpstats {
display: block;
margin: -10px auto 0;
}



/*
* PAGE QUESTION
*/
.page article{margin:0;padding: 20px}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select{width:100%;}

/*
* BREADRUMBS
*/
#breadcrumbs{ padding: 10px 30px 10px;line-height: 16px; border-bottom: 1px solid #D9E0E2;margin:0;}
.single #breadcrumbs{ padding: 0;line-height: 16px; border-bottom: none;}
#breadcrumbs .genericon:before{font: 10px/1 Genericons;}
#breadcrumbs .genericon{color:grey;padding:0 5px;line-height: 15px;}



/*
* NME EVENT
*/
.page .nme-event article{border:none!important;}
.page .nme-event article .entry-thumbnail{float:left;margin-right: 20px}
.page .nme-event article h2{clear:none;}
.page .nme-event article .entry-excerpt p{margin-bottom: 5px}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
#carousel{background-color: #FFFFFF; left: 0; margin: 0 auto; padding: 12px 0; position: absolute; width: 100%;top: 44px; display:table;height: 99px;}
.carousel {position: relative; max-width: 1080px;margin: 0 auto;}
#carousel .caroussel-tab{padding:5px 20px; margin-bottom:5px;display: block;}
#carousel .caroussel-tab {margin-left:33px;font-size:14px;color:#222222;font-family: "Open Sans Condensed", Helvetica, sans-serif;font-weight: bold;text-transform: uppercase; padding:0;line-height: 24px;}
#carousel .caroussel-tab.active a{color:#066F87; }

.carousel-inner {position: relative; width: 100%; overflow: hidden; }

.carousel-inner > .item {position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {display: block; height: auto; max-width: 100%; line-height: 1; }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {display: block; }
.carousel-inner > .active {left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {position: absolute; top: 0; width: 100%; }
.carousel-inner > .next {left: 100%; }
.carousel-inner > .prev {left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right {left: 0; }
.carousel-inner > .active.left {left: -100%; }
.carousel-inner > .active.right {left: 100%; }

.carousel-inner .item .item-post{ background-color: #077F9A;float: left;margin: 0 10px; width: 239px;height:75px;}
.carousel-inner .item .item-post:first-child{margin-left:32px}
.carousel-inner .item .item-post .title{color: #FFFFFF; position: relative; text-align: center; z-index: 2;}
.carousel-inner .item .item-post .title a{font-size:13px; display: table-cell;line-height:17px;padding: 2%;height: 75px;width: 246px;vertical-align: middle;color:#fff;font-weight:bold;text-transform: uppercase;font-family: "Open Sans Condensed", Helvetica, sans-serif; position: relative;}



.carousel-control {position: absolute; top: 0; bottom: 0; left: 0; font-size: 30px; color: #077F9A; text-align: center; }
.carousel-control.right {right: 0; left: auto; }
.carousel-control .genericon:before{font: 27px/1 Genericons;}
.carousel-control .genericon{width: auto;display: block; margin-top: 27px;}
.carousel-control .genericon:hover, .carousel-control .genericon:focus {text-decoration: none; outline: none;color:#066F87 }


/*
* GALLERY
*/
.ngg-galleryoverview{position: relative;background-color: #D3D6DD; padding: 20px 25px 18px; text-align: center;}
.ngg-galleryoverview div.piclenselink{font-size: 12px; position: absolute; right: 3px; text-align: right; top: 1px;}
.ngg-galleryoverview .piclenselink a{color:#222222;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box{margin: 0;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img{background-color: #D3D6DD;border:none;}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img:hover{background-color: #FFFFFF;}
#lite_fg_div{z-index: 300000001!important}

/*
* relatedStoriesBox
*/
.relatedStoriesBox{padding:20px;border-bottom: 1px solid #DCDCDC;}
.relatedStoriesBox .relatedStoriesBoxHeader{font-weight:bold;text-transform: uppercase;font-family: "Open Sans Condensed", Helvetica, sans-serif; }
.relatedStoriesBox .relatedStoriesBoxWrapper{}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList{padding: 0; margin:0;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem{ display: table-cell; width: 16.5%;padding:10px;vertical-align: top;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem:hover{background-color: #EFEFEF}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .thumbnail{width:100%; height: 110px; overflow:hidden;text-align:center;margin-bottom: 5px}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .thumbnail img{width:100%;height:auto;text-align:center;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .title{margin: 0; font-size: 16px; line-height: 1.25em;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .date{font-size: 11px; font-style: italic; margin: 0;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItemEmpty:hover{background-color: transparent;}

@media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
}



/* Players */
.fmvps-wrapper{max-width: 100%!important;height: auto;}



#back-top {position: fixed; bottom: 30px; right: 30px; display: none;z-index: 2147483647;}

#back-top a { display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top .genericon:before{font-size: 67px;
padding-left: 5px;}
#back-top a:hover { color: #000;}

/* arrow icon (span tag) */
#back-top span {width: 70px; height: 70px; display: block; margin-bottom: 7px;
/* rounded corners */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;background-color: #222222;opacity:0.3;

/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover span {opacity:0.5;}




/* ADS */

#div-gpt-ad-leaderboard-1{
	margin: 0;
    min-width: 90px;
    padding: 0;
    text-align: center;
}

#div-gpt-ad-sky_right-1{
	background-color: #FFC0CB;
    min-height: 600px;
    min-width: 120px;
    position: absolute;
    right: -120px;
}
#div-gpt-ad-sky_left-1{
    background-color: #FF0000;
    min-height: 600px;
    left: -120px;
    position: absolute;
    min-width: 120px;
}

#div-gpt-ad-DESKTOP_SKY-1{
	position: absolute;
	margin-left: 1095px;
}
#div-gpt-ad-DESKTOP_SKY-2{
	position: absolute;
	margin-left: -160px;
}

/**
* 7.5 is-logged-in
* ... to show both: the WordPress admin bar and the GIZMODO site header.
* We need to add 32px (height of the WP admin bar) + 1px border
* to separate the bars, which both are black.
* ----------------------------------------------------------------------------
*/

#page.is-logged-in {
    padding-top: 77px; /* 44 + 32 + 1 */;
}

.site-header.is-logged-in {
    top: 32px;
    border-top: 1px solid #59A2B5;
}



/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/

@media (max-width: 1110px) {
    body.home, body.single { padding-top: 44px!important; }
    .nav-menus li a {padding: 14px 5px;font-size:12px;}
    #page{width:730px}
    .home #content .element{margin:0 12px 24px!important;}
    .topstories { height: 463px; margin-bottom: 24px; }
    .topstories .first {  margin-bottom: 24px; }
    .topstories .timelineBar {  height: 500px; }


    .single article .entry-header .entry-thumbnail{width: 728px;}
    .single section.article-info{float:none;width:100%;margin-bottom: 10px}
    .single section.article-info .entry-author{float:left;margin-right:5px;}
    .single section #entry-social-sharing .btn-share{display: inline-block;}
    .single section #entry-social-sharing .post-navigation {display: inline-block;}
    .single section.article-content{float:none;width:100%;}
    .site-main .sidebar-container { height: auto;padding: 0 20px 20px 20px;position: relative;top:0px;}
    .site-main .widget-area {float: none;margin: 0;width: 100%;}
    .single article aside.ad{margin: 0 auto!important; width: 320px;}
    .single article aside.ad .dfp_ad{text-align: center;margin: 0 auto; position: relative;}
    .single article .author-avatar{float:left;margin-right: 10px}
    .single article .entry-social-sharing{clear:both;}
    #tertiary{margin-bottom: 20px}
    #comments-wrap { width: 348px;}
    .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {float: none;}
    .site-title img{width: 120px;padding-left:5px;}
    .home article.element:hover .hidden-excerpt {   display:none;}

    .site-main .sidebar-container {padding: 0}
    #carousel{display: none}
    .home #div-gpt-ad-DESKTOP_MEGA-1 { margin: 60px 0 0;}

    .relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem{ display: inline-block;vertical-align:top; width: 49%;float: left}
    .relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .thumbnail{width:80px;float:left;margin-right:10px;}

    .error404 .page-header {margin-left: auto; max-width: 604px; width: 100%; }
     .error404 .page-title {font-size: 24px; padding: 180px; }

    .error404 .page-title:before {font-size: 554px; }
    .attachment .image-navigation {max-width: 724px; }

    .image-navigation .nav-previous, .image-navigation .nav-next {position: static; }

    #itwebtv-box{display:none;}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
/*
 source = http://www.webdeveloperjuice.com/2013/04/08/7-css-media-query-snippets-for-making-wonders-with-responsive-web-design/
 general mobile = max-width: 767px
 galaxy s2 = (device-width: 320px) and (device-height: 533px) and (-webkit-device-pixel-ratio: 1.5)
 galaxy s3 = (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2)
 galaxy s4 = (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3)
 iphone4 = (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)
 iphone5 = (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)
*/

@media (max-width: 767px), (device-width: 320px) and (device-height: 533px) and (-webkit-device-pixel-ratio: 1.5), (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2), (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3), (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2), (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
body.home, body.single { padding-top: 44px!important; }
#page{width: 100%;padding: 0 10px;margin: 0 auto 0}
.dfp_ad{height: 0;min-height: 0!important}
.smart_ad{margin:0 auto;text-align:center;margin:0 auto;height:0;vertical-align: top;height: auto;z-index: 300000000; position: relative;}
.smart_ad embed, .smart_ad iframe,.smart_ad object,.smart_ad video {margin:0 auto;text-align:center;vertical-align: top;border:0;}
.smart_ad.top{margin-top: 15px}
/* Small menu */
.nav-menus li a {padding: 10px 5px;}
.nav-menus li.profile {display:none;}
.menu-toggle {cursor: pointer;display: inline-block;font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;margin: 0; padding: 12px 0 12px 20px;}
.menu-toggle:after {content: "\f502";font-size: 12px;padding-left: 8px;vertical-align: -4px;}

.toggled-on{max-height: 500px; overflow: scroll;}
.toggled-on .menu-toggle:after {content: "\f500";vertical-align: 2px;}
.toggled-on .nav-menus,.toggled-on .nav-menus > ul {display: block!important;margin: 0!important;padding: 0!important;width: 100%;}
.toggled-on li,.toggled-on .children {  display: block; }
.toggled-on .nav-menus li > ul {background-color: transparent;display: block;float: none;margin-left: 20px; position: relative; left: auto; top: auto;  }
.toggled-on .nav-menus li > ul a {color: #fff;width: auto;}
.toggled-on .nav-menus li a:hover,.toggled-on .nav-menus ul a:hover {background-color: #077f9a;color: #fff;}
ul.nav-menus,div.nav-menus > ul {   display: none;  }
#itwebtv-box{display:none;}
.single #ebuyclub-ad{display:none;}
#search-form { padding: 20px;}
#carousel{display: none}
.home #div-gpt-ad-DESKTOP_MEGA-1 { margin: 0;}

.home #content .element {width: 100%!important;margin:0 0 24px!important;}
#content .big{width:320px;}
.hentry, #content aside {margin: 20px 0 0 20px;}
.home #content aside.ad {background-color:transparent!important;padding:0!important; margin:0!important;min-height: 0px!important;}

.topstories {
    height: 625px;
    margin-bottom: 24px;
}

.topstories .first, .topstories .small {
    margin: 0 0 24px;
    width: 100% !important;
}
.timelineBar,
.tagTime
{
    display: none;
}




.single article{padding: 20px 15px;}
.single #info-post { padding: 7px 8px 7px 15px; }
.single article .entry-title{font-size:18px!important}
.single article .entry-header .entry-thumbnail{width: 100%;margin-left: 0;}
.single article .entry-header .entry-thumbnail img{width: 100%!important;height:auto!important;}
.single section.article-info{float:none;width:100%;margin-bottom: 10px}
.single section.article-info .entry-author{float:left;margin-right:5px;}
.single section.article-content{float:none;width:100%;}
.single article #tertiary{height:auto;position:relative;top:0;width:100%;padding:0;}
.single article #tertiary .widget-area{margin:0;}
.single article #tertiary .widget-area aside{margin:0 0 10px;min-height:1px;float:none;display:none;}
.single section #entry-social-sharing .btn-share a{padding: 0 10px;}
.single article aside.ad{padding:0!important;margin: 0!important;background-color: transparent!important;border:none!important;}
.type-question-answer article {margin:0 0 20px 0;}

.paging-navigation .nav-links ul{clear: both;}


.archive #content article .entry-thumbnail, .category #content article .entry-thumbnail, .author #content article .entry-thumbnail, .error404 #content article .entry-thumbnail{float:none;margin: 0 0 10px 0; overflow:hidden;}
.archive #content article .entry-thumbnail img, .category #content article .entry-thumbnail img, .author #content article .entry-thumbnail img, .error404 #content article .entry-thumbnail img{width:100%!important; height:auto!important;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem{ display: block; width: 100%;float: none;padding:0;}
.relatedStoriesBox .relatedStoriesBoxWrapper .relatedStoriesBoxList .relatedStoriesBoxListItem .thumbnail{width:80px;float:left;margin-right:10px;}

#comments {padding:15px;}
#comments-wrap { width: 100%;float:none;}
#comment-ad{float:none;margin:0;display:none;}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
margin-right: 0;
}

.attachment .image-navigation,
.attachment .entry-attachment .attachment {
max-width: 604px;
padding: 0;
width: 100%;
}

.gallery-caption {
display: none;
}


.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
padding-left: 35px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
left: 10px;
}

.sidebar .format-status .entry-content p:first-child:before {
left: 4px;
}



.site-footer .widget-area {max-width: 100%;left: 0;}
.site-footer .widget {  width: 50%;}

#cookie_policy{bottom:0!important;left:0!important;width:100%!important;padding:2%!important;}
}



/* Mobile devices */
@media (max-width: 359px) {
.gallery {
margin-left: 0;
}

.gallery .gallery-item,
.gallery-columns-2.gallery-size-thumbnail .gallery-item {
max-width: none;
width: 49%;
width: -webkit-calc(50% - 4px);
width: calc(50% - 4px);
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
display: block;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-1.gallery-size-medium .gallery-item,
.gallery-columns-1.gallery-size-thumbnail .gallery-item {
text-align: center;
width: 98%;
width: -webkit-calc(100% - 4px);
width: calc(100% - 4px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 4px;
}

.gallery br {
display: none;
}

.gallery .gallery-item:nth-of-type(even) {
margin-right: 0;
}

/* Comments */
.comment-author {
margin: 0 0 5px;
max-width: 100%;
}

.comment-author .avatar {
display: inline;
margin: 0 5px 0 0;
max-width: 20px;
}

.comment-metadata,
.comment-content,
.comment-list .reply {
width: 100%;
}
}


/**
* 9.0 Print
* ----------------------------------------------------------------------------
*/

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

.site-header .search-field {
background-image: url(images/search-icon-2x.png);
}

}

@media print {
body {
background: none !important;
color: #000;
font-size: 10pt;
}

footer a[rel="bookmark"]:link:after,
footer a[rel="bookmark"]:visited:after {
content: " [" attr(href) "] "; /* Show URLs */
}

.site {
max-width: 98%;
}

.site-header {
background-image: none !important;
}

.site-header .home-link {
max-width: none;
min-height: 0;
}

.site-title {
color: #000;
font-size: 21pt;
}

.site-description {
font-size: 10pt;
}

.author-avatar,
.site-footer,
.comment-respond,
.comments-area .comment-edit-link,
.comments-area .reply,
.comments-link,
.entry-meta .edit-link,
.page-links,
.site-content nav,
.widget-area,
.main-navigation,
.navbar,
.more-link {
display: none;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
margin: 0;
width: 100%;
}

.page-title,
.entry-title {
font-size: 21pt;
}

.entry-meta,
.entry-meta a {
color: #444;
font-size: 10pt;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
margin-left: 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
margin-right: 0;
}

.format-image .entry-content .size-full {
margin: 0;
}

/* Remove colors from post formats */
.hentry {
background-color: #fff;
}

/* Comments */
.comments-area > li.comment {
background: none;
position: relative;
width: auto;
}

.comment-metadata {
float: none;
}

.comment-author .fn,
.comment-reply-link,
.comment-reply-login {
color: #333;
}
}


/* POLL css overwrites */
.wp-polls .Buttons {
    background-color: #f3f6f8;
    border: 1px solid #c8c8c8;
    color: #077f9a;
}
.wp-polls .Buttons:hover {
    color: #fff;
}


/* Under Post box */
.uPostsBox {
	border: 4px solid #eee; 
	box-shadow: 0 0 0 1px #ddd inset; 
	margin-bottom: 20px; 
	padding: 10px;
}

.uPostsBox .widget-title {
	font-weight: bold;
	font-size: 18px;
}

/* Engage Iframe styles */
.myIframe {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 2500px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;

}
.myIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .myIframe {
        height: 1695px;
    }

}
@media screen and (min-width: 1080px) {
    .myIframe {
        height: 1579px;
    }
}