/*
Theme Name: Reviewer CCP
Theme URI: https://www.vnccp.com
Description: Reviewer CCP is a full-fledged magazine theme layout offering a review system, while presenting content in a visual grid. 
Author: RyuujiTK
Author URI: https://www.vnccp.com/about/
Version: 1.5.0
Tags: slider, right-sidebar, custom-header, custom-background, theme-options, fixed-layout, responsive-layout, two-columns, translation-ready, custom-menu
*/


/* ------------------------------------------------------------------------- *
 *  Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
 * ------------------------------------------------------------------------- */
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%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
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; }


/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */
body { background: #eaeaea; font-size: 16px; line-height: 1.5em; color: black; font-weight: 300; }
::selection { background: #3b8dbd; color: #fff; }
::-moz-selection { background: #3b8dbd; color: #fff; }
a { color: #3b8dbd; text-decoration: none; outline: 0; }
a:hover { color: #349FBF; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after {
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img {
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }

/*  base : clear
/* ------------------------------------ */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1;}

/*  base : font awesome square size
/* ------------------------------------ */
.fa { width: 1em; text-align: center; }

/*  base : fonts
/* ------------------------------------ */
body { font-family: "Titillium", Arial, sans-serif; Helvetica Neue; }

@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-light-webfont.eot');
	src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
		 url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-light-webfont.woff') format('woff'),
		 url('fonts/titillium-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-lightitalic-webfont.eot');
	src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
		 url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-lightitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-lightitalic-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regular-webfont.eot');
	src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regular-webfont.woff') format('woff'),
		 url('fonts/titillium-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium';
	src: url('fonts/titillium-regularitalic-webfont.eot');
	src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
		 url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/titillium-regularitalic-webfont.woff') format('woff'),
		 url('fonts/titillium-regularitalic-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('fonts/titillium-semibold-webfont.eot');
    src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
         url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-semibold-webfont.woff') format('woff'),
         url('fonts/titillium-semibold-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*  base : forms
/* ------------------------------------ */
input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #444; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform textarea { background: #fff; border: 2px solid #ddd; color: #777; display: block; max-width: 100%; outline: none; padding: 7px 8px;  }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform textarea:focus {  border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] { background: #3b8dbd; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }


.menuSearch{
    display: inline;
   
    margin: 8px 0px; /* oldmargin-right: 7px; */
    position: relative;
    list-style-type: none;
}
.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 10px; border-radius: 0px; }
.themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-family: FontAwesome; }

/*  base : entry
/* ------------------------------------ */
.entry { font-size: 17px; line-height: 1.6em; }
.entry p,
.entry dd { margin-bottom: 1em; color: #504A4A;
font-size: 16px;
font-weight: 400; 
font-family: Lato,sans-serif;
text-align: justify;
text-rendering: optimizeLegibility;
padding-left: 10px;
padding-right: 10px;}
.entry dt { color: #000066; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { background: #eee; padding: 5px 10px; margin: 0 auto 10px; width: 85%; border-top: 2px solid #1B1D21;}
.entry blockquote p { margin-bottom: 0.75em; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: #eee; padding: 0 3px; }
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #f1f1f1; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }

/* table */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: #f1f1f1; }
.entry table td { border-bottom: 1px solid #f1f1f1; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { font-weight: 600; text-align: center; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

/* default gallery */
.entry .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption { display: none!important; }

/*  base : headings
/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 400; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 18px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { display: none; font-weight: normal; font-size: 18px; text-transform: uppercase; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }


/* ------------------------------------------------------------------------- *
 *  Base Structure
/* ------------------------------------------------------------------------- */

/*  base : layout
/* ------------------------------------ */
#wrapper { min-width: 960px; height: 100%; }
.container { padding: ; }
.container-inner { max-width: 960px; min-width: 960px; width: 100%; margin: 0 auto; }
.main { background-color: transparent;
	border: 2px;
	border-radius: 0px; 
	position: relative; 
}
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { width: 100%; position: relative; }
.pad { padding: 0px 0px 0px ; }

/* boxed */
.boxed #wrapper { max-width: 1380px; margin: 0 auto;
-webkit-box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04);
box-shadow: 6px 0 0 rgba(0,0,0,0.04), -6px 0 0 rgba(0,0,0,0.04); }
.boxed .container { padding: 0; }
.boxed #page { background: #eaeaea; padding-bottom: 1px; }

/*  base : layout columns
/* ------------------------------------ */

/* 2 column, content left */
.col-2cl .main-inner { background: url() repeat-y right 0; padding-right: 340px; }
.col-2cl .s1 { float: right; margin-right: -360px;}
.col-2cl .content { float: left; margin-top: ; }

/* 2 column, content right */
.col-2cr .main-inner { background: url(img/sidebar/s-left.png) repeat-y left 0; padding-left: 340px; }
.col-2cr .s1 { float: left; margin-left: -340px; background-color: rgb(244, 244, 244); }
.col-2cr .content { float: right; }

/* 3 column, content middle */
.col-3cm .main { repeat-y right 0; }
.col-3cm .main-inner {padding-left: 320px; padding-right: 260px; }
.col-3cm .s1 { float: left; margin-left: -340px; }
.col-3cm .s2 { float: right; margin-right: -360px; /* ingenuity! */ position: relative; right: -100%; }
.col-3cm .content { float: right; }

/* 3 column, content left */
.col-3cl .main { background-image: none; }
.col-3cl .main-inner { background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0; padding-right: 600px; }
.col-3cl .s1 { float: right; margin-right: -600px; }
.col-3cl .s2 { float: right; margin-right: -260px; }
.col-3cl .content { float: left; }

/* 3 column, content right */
.col-3cr .main { background-image: none; }
.col-3cr .main-inner { background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0; padding-left: 600px; }
.col-3cr .s1 { float: left; margin-left: -600px; }
.col-3cr .s2 { float: left; margin-left: -260px; }
.col-3cr .content { float: right; }

/*  base : sidebar
/* ------------------------------------ */
.sidebar { padding-bottom: 20px; position: relative; z-index: 2; }
.sidebar .pad { padding-left: 20px; padding-right: 20px; padding-top: 0px; }
.sidebar-top { padding: 15px 30px; }
.sidebar-top p { float: left; color: #fff; color: rgba(255,255,255,0.8); font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 24px; padding: 3px 0; }
.sidebar-toggle { display: none; text-align: center; cursor: pointer; width: 100%; height: 50px;
-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1); }
.sidebar-toggle i { font-size: 38px; color: #fff; padding: 5px 0; }
.s1-expand .s1,
.s2-expand .s2 {-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }

/* toggle icon */
.icon-sidebar-toggle:before { font-family: FontAwesome; }
.col-2cl .s1 .icon-sidebar-toggle:before,
.col-3cl .s1 .icon-sidebar-toggle:before,
.col-3cm .s2 .icon-sidebar-toggle:before,
.col-3cl .s2 .icon-sidebar-toggle:before { content: "\f100"; }
.col-2cr .s1 .icon-sidebar-toggle:before,
.col-3cm .s1 .icon-sidebar-toggle:before,
.col-3cr .s1 .icon-sidebar-toggle:before,
.col-3cr .s2 .icon-sidebar-toggle:before { content: "\f101"; }

/* sidebar primary */
.s1 { width: 340px; z-index: 2; }
.s1:hover { z-index: 98; /* social icons tooltip above header nav */ }
.s1 .sidebar-top,
.s1 .sidebar-toggle { background: #3b8dbd; }
@media only screen and (min-width: 479px) and (max-width: 960px) {
	.s1 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
	.s1 .sidebar-top p { color: #666; }
	.s1 .sidebar-top .social-links .social-tooltip { color: #666; }
}

/* sidebar secondary */
.s2 { width: 340px; z-index: 1; }
.s2 .sidebar-top,
.s2 .sidebar-toggle { background: #82b965; }
@media only screen and (min-width: 479px) and (max-width: 1200px) {
	.s2 .sidebar-top { background: none!important; border-bottom: 1px solid #ddd; }
	.s2 .sidebar-top p { color: #666; }
}

/*  base : grid
/* ------------------------------------ */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 100%; text-align: center; font-weight: 400;}
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }


/* ------------------------------------------------------------------------- *
 *  Common Elements
/* ------------------------------------------------------------------------- */

/*  common : responsive videos
/* ------------------------------------ */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }

/*  common : social links
/* ------------------------------------ */
.social-links { float: right; position: relative; padding-top: 2px; }
.social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links .social-tooltip { color: #fff; color: rgba(255,255,255,0.7); font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #fff; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #fff; font-size: 14px; color: #666; content: attr(title); display: none; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap; 
-webkit-border-radius: 3px; border-radius: 3px;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgba(0,0,0,0.2); }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #fff transparent; border-width: 5px 5px 0 5px; content: ""; display: none; position: absolute; z-index: 1; }

/*  common : page title
/* ------------------------------------ */
.page-title { background: #fff; 
	position: relative; 
	border: 2px;
	border-radius: 10px; 
	padding-top: 18px; 
	padding-bottom: 17px; 
	border-bottom: 1px solid #eee; 
	color: #666; 
	font-size: 16px; 
	font-weight: 600; 
	text-transform: uppercase;
	line-height: 24px; 
}
.page-title a { color: #aaa; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #666; }
.page-title .meta-single li { float: left; margin-right: 14px; }
.page-title .meta-single li.comments { float: right; margin-right: 0; }

/*  common : notebox
/* ------------------------------------ */
.notebox { background: #f0f0f0; position: relative; padding: 10px 7px; color: #888; margin-bottom: 30px; }
.notebox:before { content:''; display: none; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f1f1f1; position: absolute; top: -8px; left: 13px; }
.notebox:after { content:''; display: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #f1f1f1; position: absolute; top: -5px; left: 15px; }
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }

/*  common : page image
/* ------------------------------------ */
.page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
.page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
.page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
.page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
.page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }

/*  common : pagination
/* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a { font-size: 18px; font-weight: 600; }

/*  common : thumb icon
/* ------------------------------------ */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: none; width: 34px; height: 34px; position: absolute; bottom: 20px; left: -165px; top: -2px;
border: 2px solid rgba(171, 171, 171, 0.4);
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
}
.thumb-icon i { font-size: 18px; padding: 7px 0;
 }
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 14px; left: 14px;
-webkit-border-radius: 4px; border-radius: 4px; }
.thumb-icon.small .fa { font-size: 14px; line-height: 16px; padding: 5px 0; }
.thumb-icon.small .f-play { margin: -1px 0 0 2px; }

/*  common : nav
/* ------------------------------------ */
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: right; height: 50px; width: 60px; color: #fff; text-align: center; }
.nav-toggle i { font-size: 29px; padding: 10px 0; }
.nav-text { display: none; float: right; font-size: 16px; line-height: 24px; padding: 13px 20px; }
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }

@media only screen and (min-width: 72px) {
	
	.nav-wrap { height: auto!important; }
	/* common */
	.nav { font-size: 0; position: relative; }
	.nav li a { color: #FFF; display: block; line-height: 20px; }
	/* dropdown arrows */
	.nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
	.nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; }
	.nav li > a:only-child:after {content: ""; margin: 0; }
	#footer .nav li > a:after { content: "\f0da"; }
	#footer .nav > li > a:after { content: "\f0d8"; }
	#footer .nav li > a:only-child:after { content: ""; }
	/* level 1 */
	.nav > li { font-size: 16px; border-right: 0px; display: inline-block; position: relative; }
	#vue-header .nav > li > a { margin-top: 14px; padding: 0px 14px; border-right: 1px solid #DEDBDB;}
        #vue-header .nav > li:last-child > a { border-right: 0px solid #DEDBDB;}
        .nav > li > a { padding: 15px 14px; }
	.nav > li > a:hover, 
	.nav > li:hover > a { background: }/*old background: #777;*/
	.nav li > a:hover, 
	.nav li:hover > a, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #fff; }
        #vue-header .nav li > a:hover, 
	.nav li:hover > a, 
	.nav li.current_page_item > a, 
	.nav li.current-menu-item > a,
	.nav li.current-menu-ancestor > a,
	.nav li.current-post-parent > a { color: #6B6B6B; }
	/* level 2 & 3 */
	.nav li:hover > ul { display: block; }
	.nav ul { display: none; background: #777; position: absolute; left: 0; top: 50px; width: 180px; padding: 10px 0; z-index: 2; -webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px rgba(0,0,0,0.15); }
	.nav ul li { font-size: 14px; position: relative; display: block; padding: 0; }
	.nav ul li a { padding: 10px 20px; }
	.nav ul li:last-child { border-bottom: 0!important; }
	/* level 3 */
	.nav ul ul { position: absolute; top: -10px; left: 180px; }
	
}


/* ------------------------------------------------------------------------- *
 *  Section: Header
/* ------------------------------------------------------------------------- */
#header { background: transparent; position: relative; padding-bottom: 60px; }
#header .pad { padding-top: 28px; padding-bottom: 30px; }
#header .container-inner { position: relative;}
#header #vue-header .container-inner { position: relative; text-align:center;}

.site-title { font-size: 42px; font-weight: 600; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0; }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 16px; font-style: italic; color: #fff; color: rgba(255,255,255,0.5); float: left; margin-left: 20px; line-height: 60px; padding: 10px 0; }

.site-image {
display: none;
margin: 0 auto;
max-height: 174px;
padding-bottom: 0px;
padding-top: 50px;
opacity: 1;
}

/*  header : search
/* ------------------------------------ */
.toggle-search { color: #fff; font-size: 18px; line-height: 24px; cursor: pointer; padding: 13px 20px; display: block; position: absolute; right: 0; top: -50px; }
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
.search-expand { display: none; background: #26272b; position: absolute; top: 0; right: 0; width: 340px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,0.1); }
.search-expand-inner { background: rgba(0,0,0,0.15); top: -43px; right: 48px; position: absolute; }
.search-expand .themeform input { width: 100%; border: 2px solid #e2e2e2; border-radius: 0; }
.search-expand .themeform input:focus {  }

/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar.nav-container { 
    position: absolute;
    margin: 0% auto; 
    left: 0; 
    right: 0; 
    width: 1024px;
    background: rgba(27, 29, 33,1) !important; 
}
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }
#nav-topbar .nav-text { color: #fff; color: rgba(255,255,255,0.7); }

@media only screen and (min-width: 72px) {

	/* common */
	#nav-topbar .nav {  }
	#nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.7); }	
	/* level 1 */
	#nav-topbar .nav > li { border-right: none; }
	#nav-topbar .nav > li > a:hover, 
	#nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
	#nav-topbar .nav li > a:hover, 
	#nav-topbar .nav li:hover > a, 
	#nav-topbar .nav li.current_page_item > a, 
	#nav-topbar .nav li.current-menu-item > a,
	#nav-topbar .nav li.current-menu-ancestor > a,
	#nav-topbar .nav li.current-post-parent > a { color: #fff; }
	/* level 2 & 3 */
	#nav-topbar .nav ul { background: #26272b url(img/opacity-10.png) repeat; }
	#nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
	
}



/*  header : nav header
/* ------------------------------------ */
.nav-container li + li {
    background:
    padding-left: 2px
}

.nav-container a:hover, .nav-container a:active,
.nav-container .active a:link, .nav-container .active a:visited {
	background:
	color: ;
	text-shadow: none !important;
}

#nav-header.nav-container { 
background-color: #979797;
height: 50px;
margin: 0 auto;
z-index: 97;
border-radius: 0px;
width:100%;

/* these add a black line around the nav 
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 -1px 0 rgba(0,0,0,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2); 
*/

}
#nav-header .container { padding: 0 2px; }
#nav-header .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.05), -1px 0 0 rgba(0,0,0,0.2); }
#nav-header .nav-text { color: #fff; color: rgba(255,255,255,0.7); }



/* ------------------------------------------------------------------------- *
 *  Section: Page
/* ------------------------------------------------------------------------- */
#page { padding-bottom: 60px; margin-top: -60px; }
#page .container-inner {}


/* ------------------------------------------------------------------------- *
 *  Section: Footer
/* ------------------------------------------------------------------------- */
#footer { background: #19121A; color: #777; width: 1024px !important; margin: 0 auto;}
#footer a { color: #777; }
#footer a:hover { color: #ccc; }
#footer .pad { padding-bottom: 40px; }

#footer-widgets{ padding-top: 20px; }

#footer-bottom { background: #19121a; }
#footer-bottom .pad { padding-top: 0px;}
#footer-bottom a { color: #fff; color: rgba(255,255,255,0.7); }
#footer-bottom a:hover { color: #fff; }
#footer-bottom #footer-logo { display: block; margin-bottom: 20px; max-height: 50px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright,
#footer-bottom #credit { color: #fff; color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.5em; }
#footer-bottom #back-to-top2 { background: #eaeaea; color: #777; overflow: hidden; text-align: center; width: 60px; height: 30px; display: block; margin: 0 auto; margin: 0 auto -30px; 
-webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); 
box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
#footer-bottom #back-to-top i { font-size: 38px; position: relative; top: -7px; }
#footer-bottom #back-to-top:hover { color: #444; }
#footer-bottom .social-links { padding-top: 10px; }
#footer-bottom .social-links a { color: rgba(255,255,255,0.6); }
#footer-bottom .social-links a:hover { color: #fff; }
#footer-bottom .social-links .social-tooltip { font-size: 28px; }

/*  footer : nav
/* ------------------------------------ */
#nav-footer.nav-container { background: #fff; border-top: 1px solid #eee; }
#nav-footer .nav-toggle { background: transparent; color: #444; border-left: 1px solid #eee; }

@media only screen and (min-width: 72px) {

	/* common */
	#nav-footer .nav { text-align: center; }
	#nav-footer .nav li a { color: #999; }	
	/* level 1 */
	#nav-footer .nav > li > a { padding: 12px 18px; }
	#nav-footer .nav > li { border-right: 0; }
	#nav-footer .nav > li:first-child { border-left: 0; }
	#nav-footer .nav > li > a:hover, 
	#nav-footer .nav > li:hover > a { background: #f0f0f0; }
	#nav-footer .nav li > a:hover, 
	#nav-footer .nav li:hover > a, 
	#nav-footer .nav li.current_page_item > a, 
	#nav-footer .nav li.current-menu-item > a,
	#nav-footer .nav li.current-menu-ancestor > a,
	#nav-footer .nav li.current-post-parent > a { color: #666; }
	/* level 2 & 3 */
	#nav-footer .nav ul { background: #f0f0f0; bottom: 44px; top: auto; text-align: left;
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.05);
	box-shadow: 0 -2px 2px rgba(0,0,0,0.05); }
	#nav-footer .nav ul li { border-bottom: 1px solid #e4e4e4; }
	#nav-footer .nav ul ul { top: -10px; }	
	/* level 3 */
	#nav-footer .nav ul ul { position: absolute; top: auto; bottom: -10px; }
	
}



/* ------------------------------------------------------------------------- *
 *  Post Entry
/* ------------------------------------------------------------------------- */
.content .post,
.content .page { position: relative; overflow: hidden; }

.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 0px; }

.sticky {}

/*  post : search
/* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }

/*  post : featured
/* ------------------------------------ */
#flexslider-featured .flex-direction-nav { position: absolute; top: -50px; left: auto; right: 0; }
#flexslider-featured .flex-direction-nav li { float: left; margin-left: 3px; }
#flexslider-featured .flex-direction-nav li:first-child { float: left; }
#flexslider-featured .flex-direction-nav li:last-child { float: right; }
#flexslider-featured .flex-direction-nav a { background: #fff; color: #bbb; font-size: 24px; line-height: 24px; position: relative; width: 34px; height: 36px; margin: 0 0 0; display: block; text-align: center; cursor: pointer; text-indent: -999px; overflow: hidden; opacity: 1; 
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none;
-webkit-transition: all .3s ease; transition: all .3s ease; }
#flexslider-featured .flex-direction-nav a:before { font-family: FontAwesome; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 8px; text-indent: 0; }
#flexslider-featured .flex-direction-nav .flex-next:before { content:"\f054"; }
#flexslider-featured .flex-direction-nav .flex-prev:before { content: "\f053"; }
#flexslider-featured .flex-direction-nav .flex-next:hover,
#flexslider-featured .flex-direction-nav .flex-prev:hover { opacity: 1; color: #3b8dbd; }

#flexslider-featured .flex-control-nav { position: absolute; top: -15px; bottom: auto; }
#flexslider-featured .flex-control-nav li { margin: 0; padding: 0; margin-right: 2px; float: left; }
#flexslider-featured .flex-control-nav li a { background: #ddd; width: 20px; height: 2px; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; box-shadow: none; }
#flexslider-featured .flex-control-nav li a:hover { background: #ccc; }
#flexslider-featured .flex-control-nav li a.flex-active { background: #3b8dbd; }

.featured,
.featured.flexslider { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.featured .post { margin-bottom: 0; }
.featured .post-title { font-size: 34px; letter-spacing: -0.7px; line-height: 1.4em; }

/*  post : custom loop
/* ------------------------------------ */
.post-list { margin-right: 30px; margin-left: -10px; }
.post-list .post-row { margin-left: 0px; float: left; width: 724px; height:; margin-bottom: 0px; position: relative; padding: 10px 10px 7px 10px; }
.post-list .post-row:last-child { border: none; margin-bottom: 0; }
.post-list .post,
.post-list .page { width: 50%; float: left; }
.post-list .post-inner { margin-right: -30px; overflow: hidden; width: 347px; height: 250px; background: black; }
.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #FFF; }
.post-hover:hover .thumb-icon {  }

.post-thumbnail { width: 530px; margin-left: -90px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.post-thumbnail { position: relative; margin-bottom: 0px; }
.post-thumbnail img { display: block; width: 100%; height: 250px; max-height: 250px;}

.post-comments { displa:none;}

.post-meta { 
position: absolute; 
display: block;  
font-size: 14px; 
font-weight: 400; 
color: #FFF !important; 
top: 5px;
left: 5px; 
padding: 5px;
border: 2px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

.post-meta-com { 
position: absolute; 
display: block;  
font-size: 14px; 
font-weight: 400; 
color: #FFF !important; 
top: 5px;
right: 20px; 
padding: 5px 5px 5px 5px;
border: 2px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

p.post-comm { float: right; padding-left: 3px;}
p.post-hot { float: right; padding-right: 3px; border-right: 2px solid rgba(171, 171, 171, 0.4);}

.post-meta .post-category { float: left; margin-right: 6px; }
.post-meta .post-date { float: left; color: #FFF }

.post-title { 
position: absolute; 
top: 200px;  
width: 347px; 
height: 50px; 
background-color: black; 
opacity: 0.8; 
filter: alpha(opacity=40); 
z-index: 0; 
letter-spacing: -1px;
padding-left: 0px;
}

.post-title { color: #444; font-weight: normal; margin-bottom: 10px; font-size: ; font-weight: bold; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; text-align: center;}
.post-title strong { font-weight: 600; }
.post-title i { font-style: italic; }
.post-title a { color: #FFF; }
.post-title a:hover { color: #FFF; }

.entry.excerpt { font-size: 16px; color: #868686; }
.entry.excerpt p { display: block; margin-bottom: ; }

/* ------------------------------------------------------------------------- *
 *  Single share
/* ------------------------------------------------------------------------- */

.post-facebook:hover {background-color: rgba(81, 110, 171, 0.98); border: 2px solid rgba(255, 255, 255, 0.6);}
.post-twitter:hover {background-color: rgba(41, 197, 246, 0.98); border: 2px solid rgba(255, 255, 255, 0.6);}
.post-google:hover {background-color: rgba(235, 64, 38, 0.98); border: 2px solid rgba(255, 255, 255, 0.6);}

.post-meta-social i.fa.fa-facebook:hover { color: #FFF; }
.post-meta-social i.fa.fa-twitter:hover { color: #FFF; }
.post-meta-social i.fa.fa-google-plus:hover { color: #FFF; }


.post-facebook-text {
   border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    position: relative;
    top: 0px;
    line-height: 16px;
    padding-left: 5px;
    margin-left: 5px;
    font-weight: 700;
}


.post-twitter-text {
   border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    position: relative;
    top: 0px;
    line-height: 16px;
    padding-left: 5px;
    margin-left: 5px;
    font-weight: 700;
}


/* ------------------------------------------------------------------------- *
 *  Single
/* ------------------------------------------------------------------------- */
.single .post-title { font-size: 35px; letter-spacing: -1px; line-height: 1em; text-transform: none; }
.single .post-inner .post-thumbnail { margin-bottom: 2em; }
.post-byline { font-size: 15px; font-weight: 600; color: #2F1818; margin-bottom: 1em; font-style:; }

.single-pad-group {
width: 714px;
background: #FFF;
margin-top: 10px;
margin-bottom: 60px;
}

.single-pad-styler {
    position: relative;
    width: 714px;
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.list-view .single-pad-styler .post-meta-com {
    top:5px;
}

.single-pad-styler-title {
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    max-width: 600px;
    min-width: 400px;
    z-index: 1;
    box-shadow: rgba(0,0,0,.8) 0 1px 1px;
    -webkit-box-shadow: rgba(0,0,0,.8) 0 1px 1px;
}

.single-pad-styler-title .inpost-title {
    text-align:left;
}

.single-pad-styler-title .inpost-title h1 {
    color:#FFF;
}

.single-pad-styler-title .inpost-dd {
    text-align:left;
    padding-left:10px;
}

.single-pad-styler-title .inpost-dd .post-byline {
    color:#FFF;
}

.post-facebook {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    top: 5px;
    left: 0px;
    padding: 5px 43px 5px 43px;
    border: 2px solid rgba(171, 171, 171, 0.2);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.15s ease; 
    -moz-transition: all 0.15s ease; 
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.post-twitter {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    top: 5px;
    left: 240px;
    padding: 5px 48px 5px 48px;
    border: 2px solid rgba(171, 171, 171, 0.2);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.15s ease; 
    -moz-transition: all 0.15s ease; 
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.post-google {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    top: 5px;
    left: 480px;
    padding: 5px 108px 5px 108px;
    border: 2px solid rgba(171, 171, 171, 0.2);
    background-color: rgba(0,0, 0, 0.7);
    -webkit-transition: all 0.15s ease; 
    -moz-transition: all 0.15s ease; 
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.single-pad-social {
    position: relative;
    width: 714px;
    height: 44px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.single-review {
width: 770px;  
margin: 0;  
text-align: justify; 
background-color: rgb(255, 255, 255); 
margin-left: auto; 
margin-right: auto;
padding: 10px;
border: 2px solid #E7E7E7;
}

.About-temp {
    width: 75%;
    margin: 0;
    text-align: justify;
    float: right;
    padding: 10px;
}

.About-temp-menu {
    width: 25%;
}

nav.About-nav {
    z-index: 21;
    width: 200px;
    bottom: auto;
    right: auto;
    position: fixed;
}

nav.About-nav ul {
    border-top: 1px solid #D0D0D0;
}

nav.About-nav ul li a:hover {
    color: #FFF;
    background-color: rgba(0,0,0,.3);
    border-color: transparent;
}

nav.About-nav ul li a {
    display: block;
    color: #333;
    font-family: Lato,'Avenir Next',Avenir,Helvetica,Arial,sans-serif;
    padding: 12px 16px;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d0d0d0;
}

.single-arc-group {
width: 714px;
background: ;
margin-top: 0px;
}

.single-page-pad-group { width: 714px; background: #FFF; margin-top: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; }

.singletop1 { text-align: center; max-height: 400px; overflow: hidden; }
.singletop2 { background: #520D13; margin-top: -9px; text-align: center; min-height: 246px; max-height: 400px; overflow: hidden; }

.feature-title { position: absolute; top: 160px; width: 600px; right: 0; left: 0; margin-left: auto; margin-right: auto; padding: 25px 80px; background: rgba(16,17,21,0.75); color: #fff; font-weight: 400; text-align: center}
.feature-head { font-size: 30px; margin-bottom: 10px;}

.inpost-dd {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
    line-height: 15px;
    text-transform: ;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

.inpost-title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.entry.share { padding-right: 10px; padding-left: 10px; }

div#disqus_thread {
    padding-right: 10px;
    padding-left: 10px;
}
.sharrre-container { position: relative; float: left; width: auto; padding: 0; margin: 20px 0 0; }
.sharrre-container span { text-align: left; }
.sharrre-container > div { float: left; margin-right: 10px; }

/* old share 
.entry.share { padding-right: 100px; min-height: 354px; /* share buttons height */ position: relative; }
.entry.share .entry-inner { float: left; width: 100%; }
*/

/*  single : sharrre
/* ------------------------------------ */
.sharrre-container { float: right; width: 50px; padding: 0 10px; margin-right: -100px;
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre-container span { color: #aaa; display: block; text-align: center; text-transform: uppercase; font-size: 11px; }
.sharrre { padding: 10px 0 0; }
.sharrre .box { width: 50px; display: block; }
.sharrre .count { background: #eee; color: #333; display: block; font-size: 15px; font-weight: 600; line-height: 30px; position: relative; text-align: center; 
-webkit-border-radius: 4px; border-radius: 4px; }
.sharrre .count:after { content:''; display: block; position: absolute; left: 49%; width: 0; height: 0; border: solid 6px transparent; border-top-color: #eee; margin-left: -6px; bottom: -12px; }
.sharrre .share { display: block; font-size: 28px; font-weight: 600; line-height: 32px; margin-top: 12px; padding: 0; text-align: center; text-decoration: none; }
.sharrre .box .share,
.sharrre .box .count { -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover .share,
.sharrre .box:hover .count { color: #444!important; }
.sharrre#twitter .share,
.sharrre#twitter .box .count { color: #00acee; }
.sharrre#facebook .share,
.sharrre#facebook .box .count { color: #3b5999; }
.sharrre#googleplus .share,
.sharrre#googleplus .box .count { color: #cd483c; }
.sharrre#pinterest .share,
.sharrre#pinterest .box .count { color: #ca2128; }

/*  single : post pages
/* ------------------------------------ */
.post-pages { font-weight: 600; margin-bottom: 20px; }

/*  single : tags
/* ------------------------------------ */
.sharedaddy.sd-sharing-enabled { padding: 0px 10px 0px 10px; text-align: center;}
.post-tags { margin-bottom: 0px; padding: 10px 20px 20px 20px; text-align: center;}
.post-tags span { font-size: 14px; color: #0C0C0C; display: none; margin: 0 7px 0 0; }
.post-tags a { background: #3C3939; display: inline-block; line-height: 16px; white-space: nowrap; font-size: 12px;
    font-weight: 400; color:#FFF ; padding: 10px 10px; margin: 0 5px 2px 0;
-webkit-border-radius: 0px; border-radius: 0px; }
.post-tags a:hover { background-color: #3b8dbd; color: #fff; }

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button >a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button { border-radius: 0px !important;  padding: 5px 10px !important;}

/*  single : author bio
/* ------------------------------------ */
.author-bio { background: #F1EAEA;
    border: 2px solid #BBB4B4;
    position: relative;
    padding: 15px 15px 10px 95px;
    color: #D6D6D6;
    margin-bottom: 20px;}
.author-bio:before { content:''; display: none; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #902929; position: absolute; top: -8px; left: 13px; }
.author-bio:after { content:''; display: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #3F2828; position: absolute; top: -5px; left: 15px; }
.author-bio .bio-avatar { float: left; margin: 0 0 8px -80px; width: 64px; height: auto; position: relative; }
.author-bio .bio-avatar:after /*{ background: #3b8dbd; position: absolute; right: 0; bottom: 0; padding: 4px 4px; content: "\f040"; color: #fff; font-size: 12px; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; -webkit-border-radius: 3px; border-radius: 3px; }*/
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; -webkit-border-radius: 3px; border-radius: 3px; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #FFF; font-weight: 600; margin-bottom: 4px; }
.author-bio .bio-desc { color: #564444; font-size: 15px; line-height: 1.5em; }

/*  single : related posts
/* ------------------------------------ */
.related-posts { border-bottom: 2px solid #eee; margin-bottom: 0px; margin-left: 2px; max-height: 250px; overflow: hidden;}
.related-posts li { width: 33.3%; float: left; display: inline; }
.related-posts .post { border-right: 1px solid transparent; margin-bottom: 0; padding-bottom: 10px; }
.related-posts li:nth-child(4) article { display: none; }
.related-posts li:nth-child(3) article { border-right-color: transparent; }
.related-posts .related-inner { padding: 0 20px 0 0; }
.single .related-posts .post-title { margin-bottom: 10px; font-size: 13px; font-weight: ; line-height: 1.5em; letter-spacing: 0; display: block; padding-bottom: 6px; width: 237px; text-align: center; top: 195px;}

/*  single : post-nav
/* ------------------------------------ */
.post-nav li { width: 100%; display: inline; float: left; text-align: center; }
.post-nav li a { position: relative; min-height: 73px; display: block; padding: 16px 40px 24px; }
.post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
.post-nav li a strong { display: block; font-size: 12px; color: #aaa; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 15px; color: #666; }
.post-nav li a:hover span { color: #444; }
.post-nav li.previous i { left: 10px; }
.post-nav li.next i { right: 10px; }
.post-nav li a span,
.post-nav li a i { 
-webkit-transition-property: background color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease-out;
-moz-transition-property: background color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease-out;
-o-transition-property: background color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease-out; 
transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }

/* sidebar-specific */
.sidebar .post-nav li a { border-top: 1px solid #eee; border-bottom: 1px solid #ddd; }
.sidebar .post-nav li a:hover { background: #ebebeb; background: rgba(0,0,0,0.02); }
.sidebar .post-nav li.previous a,
.sidebar .post-nav li.next a { border-bottom: 1px solid #ddd; }
.s1 .post-nav li a:hover i { color: #3b8dbd; }
.s2 .post-nav li a:hover i { color: #82b965; }

/* content-specific */
.content .post-nav { border-top: 2px solid #eee; border-bottom: 2px solid #eee; margin-bottom: 40px;  }
.content .post-nav li { width: 50%; }
.content .post-nav li.next { float: right; -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee; }
.content .post-nav li.next a { padding-left: 24px; }
.content .post-nav li.previous { float: left; -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee; }
.content .post-nav li.previous a { padding-right: 24px; }
.content .post-nav li a:hover i { color: #3b8dbd; }


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

/*  post format : common
/* ------------------------------------ */
.post-format { position: relative; margin-bottom: 2em; }
.post-format p { margin-bottom: 1em; }
.post-format .format-container { background: #f1f1f1; padding-bottom: 10px; border-left: 3px solid #3b8dbd; }
.post-format .format-container .fa,
.post-format .format-container .fa { color: #ccc; font-size: 36px; float: right; margin: 0 0 20px 20px; }

/*  post format : image
/* ------------------------------------ */
.format-image { }

/*  post format : video
/* ------------------------------------ */
.format-video { }

/*  post format : quote
/* ------------------------------------ */
.format-quote .post-format {  }
.format-quote .post-format blockquote { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }
.format-quote .post-format .quote-author { font-style: italic; }

/*  post format : link
/* ------------------------------------ */
.format-link .post-format p { font-size: 22px; font-weight: 400; line-height: 1.4em; font-style: italic; }

/*  post format : chat
/* ------------------------------------ */
.format-chat .post-format p { font-style: italic; }

/*  post format : status
/* ------------------------------------ */
.format-status .post-title { display: none; }
.single .format-status .entry { font-size: 24px; line-height: 1.4em; }

/*  post format : aside
/* ------------------------------------ */
.format-aside .post-title { display: none; }

/*  post format : gallery
/* ------------------------------------ */
.format-gallery .post-format .flexslider { overflow: visible; padding-bottom: 30px; margin-bottom: -20px; }
.format-gallery .post-format .flexslider .slides { background: #262626; overflow: hidden; position: relative; }
.format-gallery .post-format .flexslider .slides img { max-height: 405px; width: auto; max-width: 100%; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); box-shadow: 0 0 30px rgba(0,0,0,0.6); }
.format-gallery .post-format .flexslider .flex-control-nav { bottom: 1px; }  
.format-gallery .post-format .flex-direction-nav a:before { color: #fff; }

/*  post format : audio
/* ------------------------------------ */
.format-audio .post-format a,
.format-audio .post-format i { font-size: 16px; line-height: 22px; }
#page .format-audio .post-format img {
-webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

/* jplayer */
.jp-interface { background-color: #444; }
.jp-play-bar, 
.jp-volume-bar-value { background-color: #83ad02; }
.jp-progress { background-color: #262626; }
.jp-volume-bar { border: 1px solid #262626; }
.jp-seek-bar,
.jp-volume-bar { background-color: #383838; }
.jp-interface a { color: #bbb; text-shadow: 0 -1px 0 rgba(0,0,0,0.6); }
.jp-interface a:hover { color: #eee; }
.jp-progress-container,
.jp-volume-bar-container { border-left: 1px solid #333; }
.jp-audio,
.jp-interface,
.jp-progress,
.jp-seek-bar { width: 100%; min-width: 100%; }
.jp-interface { position: relative; overflow: hidden;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), inset 0 -1px 0 rgba(0,0,0,0.3);  }
.jp-interface .jp-controls { list-style-type: none; padding: 0; margin: 0; }
.jp-interface .jp-controls li { display: inline; }
.jp-interface .jp-controls a { position: absolute; }
.jp-interface .jp-controls a i { display: block; }
.jp-play, .jp-pause { width: 25px; height: 30px; z-index: 1; outline: none; margin: 12px 0 0 9px;}
.jp-play, .jp-pause { top: 0; left: 0; }
.jp-progress-container { margin-left: 34px; margin-right: 84px; height: 6px; padding: 20px 10px; }
.jp-progress { overflow: hidden; }
.jp-progress { height: 5px; padding: 1px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-seek-bar { width: 0px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; }
.jp-play-bar { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-volume-bar-container { width: 40px; height: 6px; padding: 20px 10px 20px 33px; position: absolute; top: 0; right: 0; }
.jp-volume-bar { position: relative; overflow: hidden; width: 38px; height: 5px; cursor: pointer; -webkit-border-radius: 1px; border-radius: 1px; 
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06);
box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.jp-volume-bar { top: 0; left: 0; }
.jp-volume-bar-value { width: 0px; height: 5px; -webkit-border-radius: 1px; border-radius: 1px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.jp-mute, .jp-unmute { width: 17px; z-index: 1; outline: none; margin-top: 10px; }
.jp-mute, .jp-unmute { top: 2px; right: 58px; }
.jp-unmute { display: none; }
.jp-jplayer { width:0px; height:0px; }


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget { color: #777; font-size: 15px; }
.widget a { color: #777; }
.widget a:hover { color: #444; }
.widget > h3 { display: none; font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }
.widget > h3 a,
.widget > h3 a:hover { color: #444; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { border: 1px solid #ddd; color: #777; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
#footer .widget select { border-color: #eee; }

.sidebar-content {margin-top: 10px;}
.sidebar .widget {margin-bottom: 17px; padding-top: 0px !important; overflow: hidden; min-height: 250px;}
#footer .widget { padding-bottom: 30px; }
#footer .widget a:hover { color: #666; }
.textwidget { margin-bottom: -6px; }

/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: FontAwesome; font-size: 12px; margin-right: 6px; color: #ccc; display: inline-block!important; width: 1em; text-align: center; }
.widget > ul li a:hover:before { color: #999; }

.widget_archive > ul > li a:before { content: "\f073"; } 
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }

/*  widgets : common
/* ------------------------------------ */
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }

.widget_archive ul li, 
.widget_categories ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.ryuu-tab li,
.ryuu-posts li { padding: 10px 0; border-bottom: 1px solid #e4e4e4; }

#footer .widget_archive ul li, 
#footer .widget_categories ul li, 
#footer .widget_links ul li, 
#footer .widget_meta ul li, 
#footer .widget_recent_comments ul li, 
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_pages ul li a,
#footer .widget_nav_menu ul li a,
#footer .ryuu-tab li,
#footer .ryuu-posts li,
#footer .widget_calendar th, 
#footer .widget_calendar td { border-color: #f2f2f2; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #999; }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul, 
.widget_pages ul ul ul,
.widget_nav_menu ul ul, 
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { display: block; }
.widget_rss ul li span.rss-date { color: #444; font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
.widget_rss ul li cite { color: #999; }

.s1 .widget_rss ul li a,
#footer .widget_rss ul li a { color: #3b8dbd; }
.s2 .widget_rss ul li a { color: #82b965; }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { color: #999; padding-left: 26px; width: 100%; }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { font-weight: 600; }
.widget_calendar a:hover { color: #444!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { color: #fff; padding: 5px 10px; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
.widget_calendar thead { background: #e2e2e2; -webkit-box-shadow: 0 1px 0 #ddd; box-shadow: inset 0 -1px 0 #ddd; }
#footer .widget_calendar thead { background: #f2f2f2; }
.widget_calendar th { font-weight: 600; }
.widget_calendar th, 
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid #e2e2e2; }
.widget_calendar .pad { padding: 0!important; }

.s1 .widget_calendar a,
#footer .widget_calendar a { color: #3b8dbd; }
.s1 .widget_calendar caption,
#footer .widget_calendar caption{ background: #3b8dbd; }
.s2 .widget_calendar a { color: #82b965; }
.s2 .widget_calendar caption { background: #82b965; }

/*  custom widget : ryuutabs / ryuuposts
/* ------------------------------------ */
.ryuu-tabs-nav { border-bottom: 3px solid #ddd; margin-bottom: 10px; text-align: center; }
.ryuu-tabs-nav.tab-count-1 li { width: 100%; }
.ryuu-tabs-nav.tab-count-2 li { width: 50%; }
.ryuu-tabs-nav.tab-count-3 li { width: 33.333%; }
.ryuu-tabs-nav.tab-count-4 li { width: 25%; }
.ryuu-tabs-nav li { display: block; float: left; }
.ryuu-tabs-nav li a { font-size: 18px; display: block; padding: 8px 0; margin-bottom: -3px; border-bottom: 3px solid transparent; }
.ryuu-tabs-nav li a:hover { border-bottom-color: #ccc; }
.ryuu-tabs-nav li.active a,
#footer .ryuu-tabs-nav li.active a { color: #FFF; /* background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%, #fff 100%) 0 0 rgba(0,0,0, 0); */ }
.ryuu-tabs-nav li a span { display: none; }
#footer .ryuu-tabs-nav { border-bottom-color: #eee; }
#footer .ryuu-tabs-nav li a:hover { border-bottom-color: #ddd; }

.s1 .ryuu-tabs-nav li.active a,
#footer .ryuu-tabs-nav li.active a { border-bottom-color: #3b8dbd; }
.s2 .ryuu-tabs-nav li.active a { border-bottom-color: #82b965; }

.ryuu-tab li,
.ryuu-posts li { font-weight: 400; line-height: 1.4em; overflow: hidden; }
.ryuu-tab a,
.ryuu-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.ryuu-tab img,
.ryuu-posts img { display: block; width: 100%; height: auto; }
.ryuu-tab.thumbs-enabled li{ padding-left: 103px; }
.ryuu-tab .tab-item-thumbnail { width: 80px; margin-left: -94px; float: left; }
.ryuu-tab .tab-item-thumbnail,
.ryuu-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.ryuu-tab.avatars-enabled li{ padding-left: 71px; }
.ryuu-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.ryuu-tab .tab-item-category,
.ryuu-posts .post-item-category { color: #aaa; text-transform: uppercase; font-size: 13px; }
.ryuu-tab .tab-item-title a,
.ryuu-tab .tab-item-comment a,
.ryuu-posts .post-item-title a { color: #444; }
.ryuu-tab .tab-item-category a:hover,
.ryuu-posts .post-item-category a:hover { color: #444!important; }
.ryuu-tab .tab-item-title,
.ryuu-tab .tab-item-comment,
.ryuu-posts .post-item-title { margin: 0px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.ryuu-tab .tab-item-date,
.ryuu-tab .tab-item-name,
.ryuu-posts .post-item-date  { text-transform: uppercase; color: #aaa; font-size: 13px; }
.ryuu-tab .thumb-icon.small { bottom: 8px; left: 8px; display:none;}
.ryuu-tab li:hover .tab-item-thumbnail,
.ryuu-tab li:hover .tab-item-avatar,
.ryuu-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.ryuu-tab li:hover .thumb-icon,
.ryuu-posts li:hover .thumb-icon { background: #fff; color: #111; }

.s1 .ryuu-tab .tab-item-category a,
.s1 .ryuu-posts .post-item-category a,
.s1 .ryuu-tab li:hover .tab-item-title a,
.s1 .ryuu-tab li:hover .tab-item-comment a,
.s1 .ryuu-posts li:hover .post-item-title a,
#footer .ryuu-tab .tab-item-category a,
#footer .ryuu-posts .post-item-category a,
#footer .ryuu-tab li:hover .tab-item-title a,
#footer .ryuu-tab li:hover .tab-item-comment a,
#footer .ryuu-posts li:hover .post-item-title a { color: #3b8dbd; }
.s2 .ryuu-tab .tab-item-category a,
.s2 .ryuu-posts .post-item-category a,
.s2 .ryuu-tab li:hover .tab-item-title a,
.s2 .ryuu-tab li:hover .tab-item-comment a,
.s2 .ryuu-posts li:hover .post-item-title a { color: #82b965; }

.ryuu-posts .post-item-thumbnail { margin-bottom: 10px; }
.ryuu-posts .post-item-title { font-size: 16px; line-height: 1.5em; }

.s1 .ryuu-posts .post-item-title,
#footer .ryuu-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
.s1 .ryuu-posts .post-item-category,
.s1 .ryuu-posts .post-item-date,
#footer .ryuu-posts .post-item-category,
#footer .ryuu-posts .post-item-date { font-size: 14px; }

/*  custom widget : ryuuvideo
/* ------------------------------------ */
.widget_ryuu_video h3 { margin-bottom: 14px; }


/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 20px; }
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 2px solid #eee; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: -2px; }
.comment-tabs li a { font-weight: 600; padding: 0 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; } 
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes, 
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: 600; display: block; }
#commentform input[type="text"], 
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }


/* ------------------------------------------------------------------------- *
 *  Child Menu
/* ------------------------------------------------------------------------- */
.child-menu { zoom: 1; position: relative; padding: 0 0 20px; }
.child-menu a { color: #777; font-weight: 600; display: block; padding: 0 44px; }
.child-menu a:hover { color: #3b8dbd; }
.child-menu .current_page_item > a { background: #fff; color: #3b8dbd; }

/* show only current page items */
.child-menu > li { display: none; }
.child-menu > li.current_page_item, 
.child-menu > li.current_page_parent, 
.child-menu > li.current_page_ancestor { display: block; }
.child-menu > li.current_page_item > ul ul, 
.child-menu > li.current_page_parent > ul ul, 
.child-menu > li.current_page_ancestor > ul ul { display: none; }
.child-menu > li ul li.current_page_item ul, 
.child-menu > li ul li.current_page_parent ul, 
.child-menu > li ul li.current_page_ancestor ul { display: block; }

/* level 1 */
.child-menu > li > a { font-size: 20px; display: block; padding: 20px 30px; }

/* level 2 */
.child-menu > li > ul { background: #e9e9e9; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0 10px 10px; }
.child-menu > li > ul > li > a { font-size: 15px; background: #f0f0f0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 11px 20px;
-webkit-box-shadow: inset 0 1px 0 #f9f9f9;
box-shadow: inset 0 1px 0 #f9f9f9; }
.child-menu > li > ul > li > a:before { font-family: FontAwesome; content: "\f055"; font-weight: normal; font-size: 18px; margin-right: 8px; }

/* level 3 */
.child-menu > li ul ul { background: #f0f0f0; border-bottom: 1px solid #ddd; border-top: 3px solid #ebebeb; border-left: 1px solid #ddd; padding: 6px 0; }
.child-menu > li ul ul a { font-size: 15px; font-weight: 300; padding-top: 7px; padding-bottom: 7px; margin-bottom: 1px; }
.child-menu > li ul ul a:hover { background: #e9e9e9;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.04);
box-shadow: inset 0 1px 0 rgba(0,0,0,0.04); }
.child-menu > li ul ul li.current_page_item > a { background: #fff; 
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.04);
box-shadow: 0 1px 0 rgba(0,0,0,0.04); }

/* child menu for dual/right fix */
.col-2cl .child-menu > li > ul,
.col-3cr .child-menu > li > ul { padding-left: 0; padding-right: 10px; }
.col-2cl .child-menu > li > ul > li > a,
.col-3cr .child-menu > li > ul > li > a { border-left: 0; border-right: 1px solid #ddd; }
.col-2cl .child-menu > li ul ul,
.col-3cr .child-menu > li ul ul { border-left: 0; border-right: 1px solid #ddd; }


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

/*  plugin : wp-pagenavi
/* ------------------------------------ */
.wp-pagenavi:hover { background-color: #1B1D21;}
.wp-pagenavi { text-align: right; font-weight: 600; line-height: 34px; float: none; margin-right: -2px; text-align: center; padding: 10px; width: 686px; background-color: rgba(0, 0, 0, 0.5); border: 0px solid rgba(171, 171, 171, 0.2);}
.wp-pagenavi a,
.wp-pagenavi span { color: #FFF; font-size: 16px; padding: 7px 4px; display: inline; margin: 0 2px; }
.wp-pagenavi span.pages { margin-top: -6px; float: left; font-size: 17px; font-weight: 300; display: block; margin-bottom: ; border: none!important; }
.wp-pagenavi span.pages:before { display: none; content: "\f15c"; font-family: FontAwesome; margin-right: 6px; }
.wp-pagenavi span.extend { border: none!important; border-bottom: ; border-top: ; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { color: #FFF; }

.wp-pagenavi a { color: #660101; border: none; border-bottom: ; border-top: ; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current { background: none; border: none; border-bottom:; border-top: ; }

/*  plugin : contact form 7
/* ------------------------------------ */
.wpcf7 {  }
.wpcf7 p { color: #222; font-weight: 600; margin: 0 0 12px;  width: 100%; float: left; position: relative; }
.wpcf7 p span { font-weight: 400; color: #999; }
.wpcf7 label { display: block; float: left; width: 20%; margin: 9px 0 0 12px; text-align: left; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 textarea { display: block; float: left; padding: 10px; width: 100%; }  
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea { background: #f5f5f5; margin-top: 12px; }
.wpcf7 input[type="submit"] { width: 100%; padding: 10px 0; font-size: 18px; }
.wpcf7 div.wpcf7-validation-errors { border: none; margin: 0; padding: 0; }
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output { margin: 0; padding: 0; }
.wpcf7 span.wpcf7-form-control-wrap { display: block; position: relative; }
.wpcf7 span.wpcf7-not-valid-tip { background: #f2dede; border-color: #e3bfbf; color: #b94a48; padding: 4px 14px; font-size: 12px; line-height: 20px; position: absolute; left: 0; top: 12px; width: auto; right: 0; display: block; }


/* ------------------------------------------------------------------------- *
 *  Flexslider
/* ------------------------------------------------------------------------- */

/*  flexslider : resets
/* ------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; } 

/*  flexslider : necessary styles
/* ------------------------------------ */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; height: auto; display: block; margin: 0 auto; }
.flex-pauseplay span { text-transform: capitalize; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html { -webkit-font-smoothing: antialiased; /* safari font rendering issue fix */ }
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block; }

/*  flexslider : default theme
/* ------------------------------------ */
.flexslider { margin: 0 0 60px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }
.carousel li { margin-right: 5px; }

/* direction nav */
.flex-direction-nav { *height: 0; position: absolute; top: 10px; right: 10px; z-index: 2; }
.flex-direction-nav li { float: left; margin-left: 4px; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li:last-child { float: right; }
.flex-direction-nav a { background: rgba(0,0,0,0.7); opacity: 0.6; position: relative; width: 40px; height: 40px; margin: 0 0 0; display: block; cursor: pointer; text-indent: -999px; overflow: hidden; 
-webkit-transition: all .3s ease; transition: all .3s ease;
-webkit-border-radius: 3px; border-radius: 3px; }
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 0.8; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

/* direction nav arrows */
.flex-direction-nav a:before { font-family: FontAwesome; font-size: 20px; line-height: 24px; position: absolute; text-align: center; left: 0; right: 0; top: 9px; text-indent: 0; }
.flex-direction-nav .flex-next:before { content:"\f054"; }
.flex-direction-nav .flex-prev:before { content: "\f053"; }

/* control nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-nav li a { background: rgba(0,0,0,0.15); width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -999px; overflow: hidden;
-webkit-border-radius: 100%; border-radius: 100%; }
.flex-control-nav li a:hover { background: rgba(0,0,0,0.15); }
.flex-control-nav li a.flex-active { background: rgba(0,0,0,0.25); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: .7; right: 0; }
  .flex-direction-nav .flex-next { opacity: .7; right: 0; }
}

/* ------------------------------------------------------------------------- *
 *  Shortcodes
/* ------------------------------------------------------------------------- */

/*  shortcode : dropcap
/* ------------------------------------ */
.dropcap { color: #444; display: block; float: left; font-size: 94px; line-height: 0.9em; font-weight: 600; margin: 0 10px 0 0; }

/*  shortcode : pullquotes
/* ------------------------------------ */
.pullquote-left	{ color: #444; border-left: 6px solid #eee; float: left; margin: 0.78em 1em 0.78em 0; padding: 0 0 0 20px; font-weight: 600; width: 40%; }
.pullquote-right { color: #444; border-right: 6px solid #eee; float: right; margin: 0.78em 0 0.78em 1em; padding: 0 20px 0 0; font-weight: 600; width: 40%; }

/*  shortcode : highlights
/* ------------------------------------ */
.highlight { color: #222; border-bottom: 1px dotted #222; }

/*  shortcode : hr
/* ------------------------------------ */
hr, .hr { border: 0; background: #eee; border-bottom: 2px solid #eee; height: 1px; margin: 30px 0; }


/* ------------------------------------------------------------------------- *
 *  IE Fixes
/* ------------------------------------------------------------------------- */
body.ie8,
.ie8.single .related-posts .post-title,
.ie8 .s1 .ryuu-posts .post-item-title, 
.ie8 #footer .ryuu-posts .post-item-title { font-weight: 400; }

.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }

.ie8 .nav li > a:after { content: ""!important; }
.ie8 .nav > li > a:after { content: ""!important; }
.ie8 #nav-topbar .nav > li > a:hover, 
.ie8 #nav-topbar .nav > li:hover > a,
.ie8 #nav-header .nav > li > a:hover, 
.ie8 #nav-header .nav > li:hover > a,
.ie8 .toggle-search:hover,
.ie8 .toggle-search.active,
.ie8 .search-expand-inner { background: url(img/opacity-10.png); }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i,
.ie8 .flex-direction-nav a { background: url(img/ie/opacity-70.png); }
.ie8 .entry .gallery .gallery-caption { background: url(img/ie/opacity-80-light.png); }

/* ------------------------------------------------------------------------- *
 *  Ryu Added Lines
/* ------------------------------------------------------------------------- */

.singlesection { border-bottom: 2px solid #EAEDEE; line-height: 24px; margin: 0 10px 10px; }
.singlesection .blacklabel { float: left; font-weight: bold; font-size: 15px; color: #3f4549; border-bottom: 2px solid #005382; margin: 0 0 -2px; padding: 0 0 2px; }


.c-pagetitle { position: absolute; z-index: 4; font-size: 1.5em; font-weight: bold; padding: 6px 20px 8px 20px; margin: -40px 10px 10px 0px; color: #FFF; background-color: rgba(0, 0, 0, 0.6); border: 2px solid rgba(171, 171, 171, 0.2); }


div#mainBanner {
    display: inline-block;
    position: absolute;
    z-index: 4;
    width: 12%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 8px 20px;
    margin: 10px 10px 10px 635px;
    color: #FFF;
    background-color: #B12D2D;
    text-transform: uppercase;
}

div#mainBanner2 {
    display: inline-block;
    position: absolute;
    z-index: 4;
    width: 16%;
    left: 894px;
    top: -45px;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 8px 20px;
    margin: 10px 10px 10px 10px;
    color: #FFF;
    background-color: rgb(96, 119, 160);
    text-transform: uppercase;
}

div#mainBanner:after { content: ""; height: 0; width: 0; display: block; position: absolute; bottom: -15px; right: 0; border-left: 10px; border-top: 15px solid #333A3E; border-right: 15px solid transparent; }

div#mainBanner2:after { content: ""; height: 0; width: 0; display: block; position: absolute; bottom: -15px; right: 0; border-left: 10px; border-top: 15px solid #333A3E; border-right: 15px solid transparent; }

#footer {background: transparent !important;}
#footer-bottom {background: transparent !important;}

.entry.themeform { padding-left: 10px; padding-right: 10px; padding-top: 10px; }


.inside-text { background: rgba(0,0,0,0.7); position: absolute; bottom: 0; right: 0; left: 0; }

.link-banner { overflow: hidden; position: relative; min-height: 238px; margin-bottom: 7px;}

.slick-slide {min-width:300px !important;}

.slick-slide img { 
transition: all 0.3s ease;
-webkit-transition: -webkit-transform all 0.3s ease;
}
.slick-slide img:hover {
opacity: 0.8; 
transform:translateY(5px); 
-webkit-transform: translateY(5px);}

.ccpspace {
width:300px;
min-height: 250px;
max-height: 600px;
background: #1B1D21 url(img/Enabled.svg) no-repeat center;
overflow: hidden;
}

.ccpspace2 {
margin: 0 auto;
width:300px;
min-height: 250px;
max-height: 300px;
background: #1B1D21 url(img/Enabled.svg) no-repeat center;
overflow: hidden;
}

.ccpspaceS {
width:300px;
min-height: 250px;
max-height: 300px;
background: #1B1D21 url(img/Enabled.svg) no-repeat center;
overflow: hidden;
}

.single-irr {
width:300px;
min-height:250px;
text-align:center;
background: rgba(0, 0, 0,0.5);
overflow: hidden;
}

.colorline { 
background: linear-gradient(to right, #FFF 50%, rgba(0, 0, 255, 0) 50%); 
background-size: 200% 100%; 
background-position: right bottom; 
-webkit-transition: all 0.9s ease; 
-moz-transition: all 0.9s ease; 
-o-transition: all 0.9s ease; 
transition: all 0.9s ease;
height:5px;
}
.colorline:hover { background-position: left bottom;}




/* ------------------------------------------------------------------------- *
 *  Sidebar Popular Post
/* ------------------------------------------------------------------------- */
.ryuu-tabs-container { background-color: rgba(0, 0, 0, 0.5); }
.ryuu-tab .tab-item-title a, .ryuu-tab .tab-item-comment a, .ryuu-posts .post-item-title a {color: #FFF !important;}
ul.ryuu-tabs-nav.group.tab-count-2 { background-color: rgba(0, 0, 0, 0.5); }

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_pages ul li a, .widget_nav_menu ul li a, .ryuu-tab li, .ryuu-posts li {border-bottom: none !important; }

.ryuu-tab .tab-item-date, .ryuu-tab .tab-item-name, .ryuu-posts .post-item-date {float: left;}
p.tab-item-view { float: left; margin-left: 4px; color: #FFFFFF; background: #EE001F; line-height: 16px; white-space: nowrap; font-size: 12px; font-weight: 400; padding: 2px 5px 2px 4px; border-radius: 2px; }

.view-comment {display:none;}
img.iconred { position: relative; width: 15px; top: 3px; }
img.iconred2 { position: relative; width: 14px; float: left; }

.ryuu-tab li { transition: all 0.2s ease; padding-right: 10px;}

.ryuu-tab li:hover { background: #1B1D21; }

.ryuu-tab .tab-item-date, .ryuu-tab .tab-item-name, .ryuu-posts .post-item-date {text-transform: none !important;}

/* ------------------------------------------------------------------------- *
 *  Switched adjust
/* ------------------------------------------------------------------------- */

.post-thumbnail { transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55);
-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.post-thumbnail:hover { transform: scale(0.66); -webkit-transform: scale(0.66);}
.related-posts li .post-thumbnail:hover { transform: scale(1.1); -webkit-transform: scale(1.1); }

.site-image { transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55);
-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.site-image:hover { transform: scale(1.05); -webkit-transform: scale(1.05);}

.main .related.post-hover:hover .post-title {opacity: 1; display:block;}
.post-hover:hover .post-title {opacity: 0;}
.main .list-view .related-posts .post-title {
position: absolute;
}
.main .related-posts .post-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: ;
    line-height: 1.5em !important;
    letter-spacing: 0;
    display: block;
    padding-bottom: 6px;
    width: 237px;
    text-align: center;
    top: 110px;
    left:0px;
    background-color: black;
    height:50px;
}

.main .related-posts .post-meta {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    top: 5px;
    left: 5px;
    padding: 5px;
    border: 2px solid rgba(171, 171, 171, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.related-posts .post-title { 
position: absolute; 
top: 200px;  
width: 347px; 
height: 50px; 
background-color: black; 
opacity: 0.8; 
filter: alpha(opacity=40); 
z-index: 0; 
letter-spacing: -1px;
padding-left: 0px;
}
.main .related-posts .post-thumbnail img { display: block; width: 62%; height: auto; max-height: 250px;}
.main .related-posts .post-thumbnail { width: 381px; height:160px; margin-left: 0px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55);
-webkit-tap-highlight-color: rgba(0,0,0,0); }

.post-title {transition: opacity .6s ease; pointer-events: none; color:#FFF;}

.post-inner.post-hover:hover .post-meta {opacity: 0;}
.post-meta {transition: opacity .6s ease;}

.post-inner.post-hover:hover .post-meta-com {opacity: 0;}
.post-meta-com {transition: opacity .6s ease;}

.overlay-hover:hover {opacity: 1; background-color: rgba(0,0,0,0.65);}
.overlay-hover { opacity: 0; width: 100%; height: 100%; color: #FFF; padding-top: 10%; transition: opacity .2s ease; text-align: center; }
.overlay-hover { position: absolute; z-index: 4; }
.overlay-hover .theme-icon-forward { font-size: 60px; line-height: 24px; display: block; }
.overlay-hover .more-text { font-size: 30px; font-weight: 700;}

.reading { font-weight: 600; font-size: 22px; padding-right: 30px; padding-left: 30px; padding-bottom: 20px;}

.slick-slide:hover .slidereading { opacity: 1;}
.slick-slide .slidereading { pointer-events: none; transition: opacity .6s ease; opacity: 0; position: absolute; top: 24px; margin-left: 20px; color: #FFF; font-size: 22px; padding: 10px; z-index: 20; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

/* ------------------------------------------------------------------------- *
 *  Background switching
/* ------------------------------------------------------------------------- */

i.fa.fa-paint-brush {
    float: left;
}

.removeall {
    display:none;
    width: ;
    padding: 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(144, 144, 144, 0.5);
}

button.Style-0 {
    position: absolute;
    left: 40px;
    top: -37px;
    width: 157px;
    cursor: pointer;
}

.bg-switcher { width: 1014px; height: 120px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.4); padding: 5px 2px 5px 2px; margin-bottom: 10px }

.bg-switcher button {
cursor: pointer;
border: none;
padding: 0px;
background-color: transparent;
}

.bg-switcher button:hover .bg-set {
    opacity:1;
}

.bg-set {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    background:rgba(0,0,0,0.2);
}

.bg-set p {
    width: 250px;
    top: 90px;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    position: absolute;
}

button { outline: none; }
input, button {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input, button, textarea { margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }

input, textarea, button { -webkit-appearance: none; }

input:focus, textarea:focus {  border-color: #ccc; color: #444; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1);}

.removeall:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.cc-filter .grid-view:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.cc-filter .list-view:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.view-mode .max-view:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.view-mode .mobile-view:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.view-mode .wall-logo:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.home-mode .wall-logo:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}


.removeall {transition: all 0.15s ease;}
.view-mode .home-view { transition:all 0.15s ease; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.cc-filter .list-view { transition: all 0.15s ease; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.cc-filter .grid-view { transition: all 0.15s ease; cursor: pointer; font-size: 15px; position: relative; left: 2px; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.view-mode .max-view { cursor: pointer; font-size: 15px; position: relative; left: 4px; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.view-mode .mobile-view { transition: all 0.15s ease; cursor: pointer; font-size: 15px; position: relative; left: 0px; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }
.view-mode .wall-logo { width: 157px; transition: all 0.15s ease; cursor: pointer; font-size: 15px; position: relative; left: 2px; color: #FFF; padding: 8px 8px 8px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

.cc-filter .cc-all-filter:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.cc-filter .cc-all-filter-g:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.latest-mode .latest-postsb:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.latest-mode .latest-translations:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.latest-mode .latest-reviews:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}
.latest-mode .latest-videos:hover {background-color: #1B1D21; border: 2px solid rgba(255, 255, 255, 0.6);}

.latest-mode .latest-postsb{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.latest-mode .latest-translations{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.latest-mode .latest-reviews{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.latest-mode .latest-videos{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease; 
    transition: all 0.15s ease;
}

.cc-filter .cc-all-filter {
    transition: all 0.15s ease;
    left: 4px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #FFF;
    padding: 8px 115px 8px 115px;
    border: 2px solid rgba(171, 171, 171, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
}
.cc-filter .cc-all-filter-g {
    transition: all 0.15s ease;
    left: 6px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #FFF;
    padding: 8px 111px 8px 111px;
    border: 2px solid rgba(171, 171, 171, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
}

.cc-filter { padding-top: 10px; width:714px;}
.view-mode { padding-bottom: 10px; }

.page-centre {
    height: 90px;
    width: 1024px;
    margin-top: 15px;
    overflow: hidden;
}

.page-centre .colorline:first-child {
margin-right: 14px;
}

.page-centre .colorline {
    float: left;
    width: 505px;
}

.page-centre img {
    transition: all 0.3s ease;
    -webkit-transition: -webkit-transform all 0.3s ease;
}

.page-centre img:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.priv_foot {
    font-size: 14px;
    color: #ADABAB;
    background-color: rgba(0,0,0,0.5);
    width: 250px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 6px;
}

/* ------------------------------------------------------------------------- *
 *  Grid view
/* ------------------------------------------------------------------------- */
.grid-view .post-list .post,
.post-list .page { width: 50%; float: left; }

.grid-view .post-thumbnail img { display: block; width: 100%; height: 250px; max-height: 250px;}

.grid-view .post-thumbnail { width: 530px; margin-left: -90px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
-webkit-transition: -webkit-transform all cubic-bezier(0.68, -0.55, 0.27, 1.55);
-webkit-tap-highlight-color: rgba(0,0,0,0); }

.grid-view .post-list .post-inner { margin-right: -30px; overflow: hidden; width: 347px; height: 250px; background: black; }

.grid-view .overlay-hover:hover {opacity: 1; background-color: rgba(0,0,0,0.65);}
.grid-view .overlay-hover { opacity: 0; width: 100%; height: 100%; color: #FFF; padding-top: 10%; transition: opacity .2s ease; text-align: center; }
.grid-view .overlay-hover { position: absolute; z-index: 4; }

.grid-view .post-thumbnail:hover { transform: scale(0.66); -webkit-transform: scale(0.66);}

.grid-view .post-title { 
font-size: 1em;
position: absolute; 
top: 175px;  
width: 310px; 
height: 50px; 
left: 17px;
background-color: transparent; 
opacity: 1; 
filter: alpha(opacity=40); 
z-index: 0; 
letter-spacing: -1px;
padding-left: 0px;
}

.grid-view .post-hover:hover .post-title {opacity: 0;}

.grid-view .post-title { color: #FFF; font-weight: normal; margin-bottom: 10px; font-size: ; font-weight: bold; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; text-align: left;-moz-osx-font-smoothing: grayscale;}

.grid-view .post-meta { 
position: absolute; 
display: block;  
font-size: 14px; 
font-weight: 400; 
color: #FFF !important; 
top: 5px;
left: 5px; 
padding: 5px;
border: 2px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

.grid-view .post-list .post-row { margin-left: 0px; float: left; width: 724px; height:; margin-bottom: 0px; position: relative; padding: 10px 10px 7px 10px; }

.grid-view .post-meta-com { 
position: absolute; 
display: block;  
font-size: 14px; 
font-weight: 400; 
color: #FFF !important; 
top: 5px;
right: 20px; 
padding: 5px 5px 5px 5px;
border: 2px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

.main .list-view .single-pad-group .post-meta-com {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFF !important;
    top: 5px;
    right: 20px;
    padding: 5px 5px 5px 5px;
    border: 2px solid rgba(171, 171, 171, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.main .list-view .single-pad-group p.post-comm {
    float: right; padding-left: 3px;
}

.main .list-view .single-pad-group p.post-hot {
    float:right;
    padding-right: 3px;
    border-right: 2px solid rgba(171, 171, 171, 0.4);
}

.grid-view .post-inner.post-hover:hover .post-meta {opacity: 0;}
.grid-view .post-meta {transition: opacity .6s ease;}

.grid-view .post-inner.post-hover:hover .post-title-bg {opacity: 0;}
.grid-view .post-title-bg {transition: opacity .6s ease;}

.grid-view .post-inner.post-hover:hover .post-meta-com {opacity: 0;}
.grid-view .post-meta-com {transition: opacity .6s ease;}

.grid-view .thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: none; width: 34px; height: 34px; position: absolute; bottom: 20px; left: -165px; top: -2px;
border: 2px solid rgba(171, 171, 171, 0.4);
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
}

.grid-view .post-title-bg {
    position: absolute;
    top: 170px;
    left: 10px;
    width: 325px;
    height: 70px;
    background:rgba(0,0,0,0.8);
    z-index: 0;
    pointer-events: none;
    box-shadow: rgba(0,0,0,.8) 0 1px 1px;
    -webkit-box-shadow: rgba(0,0,0,.8) 0 1px 1px;
}

.grid-view .list-ccp-info {
    display: none;
}

/* ------------------------------------------------------------------------- *
 *  List view
/* ------------------------------------------------------------------------- */

.cat-list {
    display:none;
}

.list-view .cat-list {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFF !important;
    top: 5px;
    left: 5px;
    border: 0px solid rgba(171, 171, 171, 0.4);
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    box-shadow: rgba(0,0,0,.8) 0 1px 1px;
    -webkit-box-shadow: rgba(0,0,0,.8) 0 1px 1px;
}

.cat-list-news {
    padding: 5px 5px 5px 5px;
}

.cat-list-guide {
    padding: 5px 5px 5px 5px;
    background-color: rgb(96, 119, 160);
}

.cat-list-review {
    padding: 5px 5px 5px 5px;
    background-color: rgb(115, 17, 17);
}

.cat-list-podcast {
    padding: 5px 5px 5px 5px;
    background-color: rgb(222, 129, 38);
}

.cat-list-amnews {
    padding: 5px 5px 5px 5px;
    background-color: rgb(29, 97, 20);
}

.cat-list-ssitenews {
    padding: 5px 5px 5px 5px;
    background-color: rgb(88, 88, 88);
}

.cat-list-openforum {
    padding: 5px 5px 5px 5px;
    background-color: rgb(84, 76, 101);
}

.list-ccp-info {
    top: 10px;
    left: 265px;
    position: absolute;
    display: block;
    height: 100px;
    width: 432px;
    overflow: hidden;
}

p.by-list {display:block;}
.list-view p.by-list {
    display:block;    
    float: left;
    padding-right: 3px;
}

.vreading-list {display: none;}
.list-view .vreading-list {
    display: block;
    width: 432px;
    height: 23px;
    z-index: 0;
    letter-spacing: 0px;
    color: #CED4D4 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    opacity: 0.8;
}


.post-meta-com-list {display:none;}
.list-view .post-meta-com-list {
display:block;
position: absolute; 
top: 5px;
right: 78px; 
pointer-events: none;
}

.post-meta-list {display:none;}
.list-view .post-meta-list {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #CED4D4 !important;
    border: none;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.0);
    
}

.list-view p.post-date {  opacity: 1; float: left; padding-right: 3px; border-right: none;}
.list-view .list-ccp-info p.post-hot { display:none; float: left; padding-left: 3px; border-right: none;}
.list-view .list-ccp-info p.post-comm { float: left; display:none; padding-left: 3px;}

.list-view .post-hover:hover .post-title a, .post-title a:hover {
    color: #FFF !important;
}
.list-view .post-list .post:hover, .post-list .page { background: #1B1D21; }

.list-view .post-list .post,
.post-list .page { width: 707px; height: 120px; float: left; margin-bottom: 15px; background: rgba(0, 0, 0, 0.5); transition: all 0.2s ease;}

.list-view .post-thumbnail img { display: block; width: 255px; height: auto; max-height: 250px;}

.list-view .post-thumbnail { width: 714px; margin-left: 0px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }

.list-view .post-list .post-inner { margin-right: -30px; overflow: hidden; width: 100%; height: 120px; background: transparent; }

.list-view .overlay-hover:hover { display: none ; opacity: 1; background-color: rgba(0,0,0,0.65);}
.list-view .overlay-hover { display: none; opacity: 0; width: 100%; height: 100%; color: #FFF; padding-top: 10%; transition: opacity .2s ease; text-align: center; }
.list-view .overlay-hover { position: absolute; z-index: 4; }

.list-view .post-thumbnail:hover { transform: scale(1); -webkit-transform: scale(1);}
.list-view .post-hover:hover .post-thumbnail { opacity: 1; }

.list-view h2.post-title {
display:none;
}
.list-view .post-title {
pointer-events: visible;
position: static;
line-height: 1.2em !important; 
width: 432px; 
height: initial;
overflow: hidden; 
background-color: transparent;  
z-index: 0; 
letter-spacing: -0.5px;
padding-left: 0px;
opacity: 1;
}

.list-view .post-title { color: #FFF; font-weight: normal; margin-bottom: 2px; font-size: 18px ; font-weight: bold; line-height: 1.5em; -ms-word-wrap: break-word; word-wrap: break-word; text-align: left;-moz-osx-font-smoothing: grayscale;}

.list-view .post-meta { 
position: absolute; 
display: none;  
font-size: 14px; 
font-weight: 400; 
color: #7FB6C7 !important; 
top: 43px;
left: 261px; 
padding: 5px;
border: 2px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

.list-view .post-hover:hover .post-title {opacity: 1;}

.list-view .post-list .post-row { margin-left: 0px; float: none; width: 100px; height:100px; margin-bottom: 0px; position: relative; padding: 10px 10px 10px 10px;}

.list-view .post-meta-com { 
position: absolute; 
display: block;  
font-size: 14px; 
font-weight: 400; 
color: #FFF !important; 
top: 81px;
right: 457px; 
padding: 5px 5px 5px 5px;
border: 0px solid rgba(171, 171, 171, 0.4);  
background-color: rgba(0, 0, 0, 0.7); 
pointer-events: none;}

.list-view .post-inner.post-hover:hover .post-meta {opacity: 1;}
.list-view .post-meta {transition: opacity .6s ease;}

.list-view .post-inner.post-hover:hover .post-meta-com {opacity: 1;}
.list-view .post-meta-com {transition: opacity .6s ease;}

.list-view .thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: none; width: 34px; height: 34px; position: absolute; bottom: 20px; left: -623px; top: -2px;
border: 2px solid rgba(171, 171, 171, 0.4);
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
}


/* ------------------------------------------------------------------------- *
 *  List view Feature 
/* ------------------------------------------------------------------------- */

.list-view article#post-h1 { height: 336px; }

.list-view article#post-h1 .post-thumbnail img { width: 714px; max-height: 336px; }

.list-view article#post-h1 .post-inner.post-hover { margin-right: -30px; overflow: hidden; width: 100%; height: 336px; background: transparent; }

.list-view article#post-h1 .post-title { left: 20px; width: 670px; top: 220px; }

.list-view article#post-h1 .post-meta-list.group { left: 10px; top: 260px; width: 670px; height: 30px; overflow: hidden; }

.list-view article#post-h1 .vreading-list { left: 20px; top: 280px; width: 670px; height: 37px; overflow: hidden; color: #FFF; font-weight: bold; }

.list-view article#post-h1 .post-title-bg-list { width: 690px; height: 115px; background-color: rgba(0,0,0,0.7); position: absolute; top: 210px; left: 10px; }

/* ------------------------------------------------------------------------- *
 *  Alpha Styler
/* ------------------------------------------------------------------------- */


.Style-0 .logo-0 .site-image { display: block; }
.Style-1 .logo-1 .site-image { display: block; }
.Style-2 .logo-2 .site-image { display: block; }
.Style-3 .logo-3 .site-image { display: block; }
.Style-4 .logo-4 .site-image { display: block; }
.Style-5 .logo-5 .site-image { display: block; }
.Style-6 .logo-6 .site-image { display: block; }
.Style-7 .logo-7 .site-image { display: block; }
.Style-8 .logo-8 .site-image { display: block; }

.logo-0 .site-image { display: none; }
.logo-1 .site-image { display: none; }
.logo-2 .site-image { display: none; }
.logo-3 .site-image { display: none; }
.logo-4 .site-image { display: none; }
.logo-5 .site-image { display: none; }
.logo-6 .site-image { display: none; }
.logo-7 .site-image { display: none; }
.logo-8 .site-image { display: none; }



.Style-8 #wrapper:before {
    content: '';
    width: 1064px;
    background: rgba(138, 96, 61, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.Style-08 #wrapper:before {
    content: '';
    width: 1064px;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.Style-8 #wrapper { background: #DED4C6 fixed center top no-repeat;  position: relative;}
.Style-0 #wrapper { background: #5E1F18 url(img/style01.jpg) fixed center top no-repeat;}
.Style-1 #wrapper { background: #5E1F18 url(img/style01.jpg) fixed center top no-repeat;}
.Style-2 #wrapper { background: #31434D url(img/style02.jpg) fixed center top no-repeat;}
.Style-3 #wrapper { background: #1c0612 url(img/style03.jpg) fixed center top no-repeat;}
.Style-4 #wrapper { background: #3A3748 url(img/style04.jpg) fixed center top no-repeat;}
.Style-5 #wrapper { background: #1c0612 url(img/style05.jpg) fixed center top no-repeat;}
.Style-6 #wrapper { background: #1c0612 url(img/style06.jpg) fixed center top no-repeat;}
.Style-7 #wrapper { background: #1c0612 url(img/style07.jpg) fixed center top no-repeat;}
.Style-08 #wrapper { background: #1c0612 url(img/style08.jpg) fixed center top no-repeat; position: relative;}

/* ------------------------------------------------------------------------- *
 *  Style light theme
/* ------------------------------------------------------------------------- */

.Style-6 #nav-topbar .nav li a { color: rgba(0, 0, 0, 1); }
.Style-6 #nav-topbar .nav li.current-menu-ancestor > a {color: #444;}
.Style-6 #nav-topbar .nav li > a:hover {background: #B3B3B3;}
.Style-6 #nav-topbar .nav ul {background: rgb(255, 255, 255) !important;}
.Style-6 #nav-topbar .nav li.current_page_item > a, .Style-6 #nav-topbar .nav li.current-menu-item > a {color: #444;}
.Style-6 #nav-topbar.nav-container {
background: rgb(255, 255, 255) !important; 
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); 
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); 
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.Style-6 .toggle-search:hover, .toggle-search.active { background: rgba(0,0,0,0); color: #ADADAD;}

.Style-6 .toggle-search { color: #ADADAD; }
.Style-6 i.fa.fa-envelope { color: #ADADAD; }
.Style-6 i.fa.fa-youtube { color: #ADADAD; }
.Style-6 i.fa.fa-facebook { color: #ADADAD; }
.Style-6 i.fa.fa-twitter { color: #ADADAD; }
.Style-6 i.fa.fa-google-plus { color: #ADADAD; }
.Style-6 i.fa.fa-rss {  color: #ADADAD; }
.Style-6 i.fa.fa-cc-paypal { color: #ADADAD; }


/* ------------------------------------------------------------------------- *
 *  CCP foot information
/* ------------------------------------------------------------------------- */

#footer-bottom .pad { padding-top: 0px; background-color: rgba(0, 0, 0,0.5); }

.Footer-highlight {
    width: 1024px;
    height: 230px;
    margin-bottom: 0px;
    overflow: hidden;
}

.Footer-highlight .footerNavInner {
    color: #fff;
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    padding: 5px 0 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 1024px;
}

.Footer-highlight .footerNavInner .row {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.Footer-highlight .footerBox:last-child {
    border-right: 0px;
}

.Footer-highlight .fourColumn .footerBox {
    width: 20%;
}

.Footer-highlight .footerBox {
    display: table-cell;
    width: 320px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0px solid #515151;
}

.Footer-highlight .footerBox>.inner {
    position: relative;
    margin: 0;
    padding: 15px 24px;
    border: none;
    width: auto;
}

.Footer-highlight .footerNavList:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.Footer-highlight .footerNavList {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #515151;
}

.Footer-highlight .footerNavList li {
    font-weight: normal;
    font-family: Lato,sans-serif;
    padding: 4px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 157px;
}

.Footer-highlight .footerNavList li span {
    color: #F9F9F9;
    font-weight: bold;
    font-size: 14px;
}

.link-icon--left img {
    margin-right: .25em;
}

.link-icon--left img, .link-icon--right img {
    position: static;
    vertical-align: middle;
}

/* ------------------------------------------------------------------------- *
 *  Recent guides
/* ------------------------------------------------------------------------- */

.guidemenu {
    border-top: 2px solid #6077A0;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px 10px 10px;
    font-weight: 400;
    color: #FFF;
    font-size:17px;
}

.guidemenutext {
   padding-bottom:5px;
}

.recent-guidethumb {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.postsbyguide.widget_recent_entries li {
    height: 88px;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0);
}

.recent-guide {
    background: rgba(0, 0, 0,0.5);
    height: 88px;
    padding: 10px;
}

.guide-title {
    font-weight: 400;
    height: 42px;
    overflow: hidden;
}

.guide-title a {
    color: #FFF;
    font-weight: 700;
}

.guide-title a:hover {
    color: #FFF;
}

ul.postsbyguide.widget_recent_entries li:hover {
    background: rgba(27, 29, 33, 0.7);
}

/* ------------------------------------------------------------------------- *
 *  Recent reviews
/* ------------------------------------------------------------------------- */

.revmenu {
    border-top: 2px solid #731111;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px 10px 10px;
    font-weight: 400;
    color: #FFF;
    font-size:17px;
}

.revmenutext {
   padding-bottom:0px;
}

ul.postsbycategory.widget_recent_entries li:first-child {
    overflow: hidden;
    width: 300px;
    height: 95px;
    border-top: 0px solid #A2A2A2;
}

ul.postsbycategory.widget_recent_entries li {
    overflow: hidden;
    width: 300px;
    height: 50px;
    border-top: 1px solid rgba(0,0,0,0);
}

img.attachment-thumb-rev.wp-post-image {
    width: 300px;
}

ul.postsbycategory.widget_recent_entries li:first-child .recent-thumb {
    display: block;
    width: 300px;
    height: 95px;
    overflow: hidden;
}

ul.postsbycategory.widget_recent_entries li .recent-thumb {
    display: block;
    width: 300px;
    height: 50px;
    overflow: hidden;
}

ul.postsbycategory.widget_recent_entries li:first-child .recent-thumb img.attachment-thumb-rev.wp-post-image {
    display: block;
}

ul.postsbycategory.widget_recent_entries li .recent-thumb img.attachment-thumb-rev.wp-post-image {
    display: none;
}

ul.postsbycategory.widget_recent_entries li:hover .recent-thumb img.attachment-thumb-rev.wp-post-image {
    display: block;
}

.recent-sfo {
    width: 300px;
    height: 50px;
    top: -50px;
    position: relative;
}

.recent-score {
    width: 40px;
    text-align: center;
    color: #FFF;
    background: #1B1D21;
    float: right;
    font-size: 20px;
    font-weight: 700;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    right: 0;
    bottom: 0;
}

ul.postsbycategory.widget_recent_entries li:first-child .recent-title {
 background-color: rgba(27, 29, 33,0.65);
}

.recent-title {
    width: 220px;
    float: left;
    background-color: rgba(0, 0, 0,0.5);
    height: 30px;
    color: #FFF;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget .recent-title a {
    color: #FFF;
    font-weight: 700;
    padding: 1.3em  5em;
    margin: -1.3em -5em;
}

ul.postsbycategory.widget_recent_entries li:hover .recent-title {
    background-color: rgba(27, 29, 33,0.65);
}

/* ------------------------------------------------------------------------- *
 *  CCP Review Page
/* ------------------------------------------------------------------------- */

table {
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.list-reviews {
    width: 68.8%;
    float:left;
    margin-bottom: 1.25rem;
    margin-top: .5rem;
}

thead {
   background: #1B1D21;
}

thead tr td {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

thead tr th {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

tbody {
   background: rgba(0,0,0,0.6);
}

tbody tr.alt {
    background: rgba(0,0,0,0.2);
}

td.cover {
    vertical-align: top;
    width:108px;
    height: 108px;
    padding:0px;
}

td img {
    margin-bottom: -16px;
}

tbody tr td {
    vertical-align: middle;
    padding: .5625rem .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

table.wp-list-table.list-reviews tbody tr:hover {
    background: #1B1D21;
}

tbody tr:hover {
    background: #6077A0;
}

/* ------------------------------------------------------------------------- *
 *  CCP Review Rating
/* ------------------------------------------------------------------------- */

.fccp_review {
    padding-top: 35px;
}

.ccp_score {
    background-size: 100%;
    background-position: center;
    height: 300px;
    margin: 0 -10px;
}

.ccinfo-container {
    width: 100%;
    float: right;
    color: #fff;
    box-sizing: border-box;
    min-height: 200px;
    border-bottom: 1px solid;
    background: repeating-linear-gradient( 45deg, rgba(19, 18, 18, 0.7), rgba(6, 6, 6, 0.7) 10px, rgba(8, 8, 8, 0.7) 10px, rgba(19, 18, 18, 0.7) 20px );
}

.score-wrapper {
    position: absolute;
    bottom: 10em;
    left: 35.33em;
    z-index: 5;
}

.rating-number {
    position: relative;
    top: 90px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    z-index: 30;
    display: block;
    color: #FFF;
}

.sq-bg {
    display: block;
    width: 150px;
    height: 150px;
    background: #060606;
    border: 4px solid #FFF;
}

.sq-bg-wr {
    bottom: 1.1em;
    left: 1.1em;
    position: absolute;
    display: block;
    width: 115px;
    height: 115px;
    background: radial-gradient( circle at bottom center, #089265, #000000 );
    border: 4px solid #FFF;
}

.rating1p0 { background: radial-gradient( circle at bottom center, #FF8484, #000000 );}
.rating1p5 { background: radial-gradient( circle at bottom center, #C24F4F, #000000 );}
.rating2p0 { background: radial-gradient( circle at bottom center, #C24F4F, #000000 );}
.rating2p5 { background: radial-gradient( circle at bottom center, #C25F4F, #000000 );}
.rating3p0 { background: radial-gradient( circle at bottom center, #C26A4F, #000000 );}
.rating3p5 { background: radial-gradient( circle at bottom center, #C2644F, #000000 );}
.rating4p0 { background: radial-gradient( circle at bottom center, #C2744F, #000000 );}
.rating4p5 { background: radial-gradient( circle at bottom center, #C2844F, #000000 );}
.rating5p0 { background: radial-gradient( circle at bottom center, #C2A44F, #000000 );}
.rating5p5 { background: radial-gradient( circle at bottom center, #C2AF4F, #000000 );}
.rating6p0 { background: radial-gradient( circle at bottom center, #C2BE4F, #000000 );}
.rating6p5 { background: radial-gradient( circle at bottom center, #C0C24F, #000000 );}
.rating7p0 { background: radial-gradient( circle at bottom center, #ABC24F, #000000 );}
.rating7p5 { background: radial-gradient( circle at bottom center, #A0C24F, #000000 );}
.rating8p0 { background: radial-gradient( circle at bottom center, #91c24f, #000000 );}
.rating8p5 { background: radial-gradient( circle at bottom center, #61C24F, #000000 );}
.rating9p0 { background: radial-gradient( circle at bottom center, #91c24f, #000000 );}
.rating9p5 { background: radial-gradient( circle at bottom center, #08927F, #000000 );}
.rating10p0 { background: radial-gradient( circle at bottom center, #23D8EA, #000000 );}

.review-standards {
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 4.5em;
    z-index: 5;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.7em;
    height: 1.7em;
    box-sizing: border-box;
    padding: .2em .64em;
    line-height: 1.1em;
    font-size: .9em;
    top: 13.3em;
}

.review-standards:hover .tool-tip {
display: block;
}

a.review-standards:hover {
    color:#fff;
}

.review-standards .tool-tip {
    background-color: rgb(27, 29, 33);
    width: 13.7em;
    display: none;
    position: absolute;
    left: -6.2em;
    top: 2.5em;
    box-sizing: border-box;
    padding: .6em 1em .8em;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    border: 2px solid rgba(236, 236, 236, 0.22);
    line-height: 1.2em;
}

.review-standards .tool-tip:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: .5em solid #1B1D21;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    position: absolute;
    top: -0.35em;
    left: 6.4em;
}


.pros-container {
    margin: 0px;
    width: 33.33%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    min-height: 100px;
    background: repeating-linear-gradient( 45deg, rgba(19, 18, 18, 0.7), rgba(6, 6, 6, 0.7) 10px, rgba(8, 8, 8, 0.7) 10px, rgba(19, 18, 18, 0.7) 20px );
}

.cons-container {
    margin: 0px;
    width: 33.33%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    border-right: 1px solid;
    border-left: 1px solid;
    min-height: 100px;
    background: repeating-linear-gradient( 45deg, rgba(19, 18, 18, 0.7), rgba(6, 6, 6, 0.7) 10px, rgba(8, 8, 8, 0.7) 10px, rgba(19, 18, 18, 0.7) 20px );
}

.ccptitle-container {
    margin: 0px;
    width: 33.34%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    min-height: 100px;
    background: repeating-linear-gradient( 45deg, rgba(19, 18, 18, 0.7), rgba(6, 6, 6, 0.7) 10px, rgba(8, 8, 8, 0.7) 10px, rgba(19, 18, 18, 0.7) 20px );
}

.bottom-line {
    font-size: 20px;
    font-weight: bold;
    padding: 35px;
    width: 530px;
    height: 100px;
    overflow: hidden;
}

.copyinfo-wrap {
    position: absolute;
    left: -0.3em;
    z-index: 5;
    color: #fff;
}

.cr-points {
    width: 500px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r-points {
    width: 240px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    height: 70px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.billboard-image {
    position: fixed;
    background-size: cover;
    background-position: center 20%;
    width: 100%;
    height: 700px;
    opacity: 0.5;
-webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
 
}

.billboard-overlay {
    background: -moz-linear-gradient(top, rgba(210,210,216,0) 30%, rgba(27, 29, 33,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(210,210,216,0)), color-stop(100%,rgba(27, 29, 33,1)));
    background: -webkit-linear-gradient(top, rgba(210,210,216,0) 30%,rgba(27, 29, 33,1) 100%);
    background: -o-linear-gradient(top, rgba(210,210,216,0) 30%,rgba(27, 29, 33,1) 100%);
    background: -ms-linear-gradient(top, rgba(210,210,216,0) 30%,rgba(27, 29, 33,1) 100%);
    background: linear-gradient(to bottom, rgba(210,210,216,0) 30%,rgba(27, 29, 33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D2D2D8', endColorstr='#FFD2D2D8',GradientType=0 );
}

.billboard-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 760px;
}

/* ------------------------------------------------------------------------- *
 *  CCP team
/* ------------------------------------------------------------------------- */

.our-team {
    width: 750px;
}

.ccp-shell { 
    float: left;
    margin: 15px;
    width: 300px; 
    height: 130px;
    position: relative;
    overflow: hidden; 
}

.ccp-shell-link {
    width: 300px;
    height: 40px;
    position: relative;
    top: -1px;
    border-top: 1px solid #FFF;
}

.Shellcon {
    text-align: center;
    padding: 7px;
    margin-top: -15px;
    font-size: 20px;
}

.ccp-shell-twitter {
    width: 150px;
    height: 40px;
    border-right: 1px solid #FFF;
    float:left;
    background-color: rgba(0,0,0,0.7);
}

.ccp-shell-twitter:hover {
    background-color: rgba(0,0,0,0.5);
}

.ccp-shell-email {
    width: 149px;
    height: 40px;
    float:right;
    background-color: rgba(0,0,0,0.7);
}

.ccp-shell-email:hover {
    background-color: rgba(0,0,0,0.5);
}

.author-core { 
    width: 300px;
    height: 90px;
    top: 0px;
    position: relative;
}
.author-link { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-color: rgba(24,24,24,0.5); 
    width: 100%; 
    height: 100%; 
    transition-property: background-color; 
    transition-duration: .5s; 
    padding: .4rem;
}

.ccp-shell:hover .author-link {
    background: rgba(24,24,24,0.1);
}

.author-content { 
    position: absolute; 
    bottom: 20px; 
    left: 0; 
    text-align: center; 
    font-size: 20px; 
    line-height: 14px; 
    color: #FFF; 
    font-weight: 700;
    text-transform: uppercase; 
    width: 100%; 
    z-index:1;
}
.author-link, .author-name, .author-title { 
    display: block; 
}
.author-title { 
    font-size: 14px; 
    line-height: 16px; 
}

/* ------------------------------------------------------------------------- *
 * Single Game Data
/* ------------------------------------------------------------------------- */

.game-data {
    position: relative;
    margin: 0 auto;
    width: 600px;
    padding: 10px;
    min-height: 100px;
    border: 5px solid #CAC9C9;
    background: url(img/bg_affiliate_dot.gif) left top;
    margin-bottom: 15px;
}

.game-data-cover {
    float: left;
    padding-right: 10px;
    max-width: 76px;
    max-height: 96px;
    padding-bottom: 30px;
}

.game-mini-data {
    font-size: 12px;
    line-height: 1.2em;
}

p.game-data-name {
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0;
}

.game-data-button {
    position: relative;
    top: 5px;
    width: 600px;
    height: 40px;
}

.game-data-off {
    left: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFF !important;
    padding: 5px 99px 5px 99px;
    border: 2px solid #C9D2C7;
    background-color: rgb(90, 90, 90);
    border-radius: 10px;
    position: absolute;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.game-data-off:hover {
    background-color: #008cba;
}

p.game-data-name:hover {
    color: #008cba;
}

.game-data-buy {
    left: 300px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #FFF !important;
    padding: 5px 100px 5px 100px;
    border: 2px solid #C9D2C7;
    background-color: #9BA87B;
    border-radius: 10px;
    position: absolute;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.game-data-buy:hover {
    background-color: #008cba;
}

/* ------------------------------------------------------------------------- *
 * Single Translation Page
/* ------------------------------------------------------------------------- */

div#ST-purchase {
    text-align: center;
}

.ST-purchase-button {
    text-align: center;
    padding-bottom: 15px;
}

button.ST-buy {
    transition: 0.2s ease;
    cursor: pointer;
    font-size: 22px;
    position: relative;
    color: #FFF;
    padding: 8px 40px 8px 40px;
    border: 3px solid #C9D2C7;
    background-color: #9BA87B;
    border-radius: 10px;
}

button.ST-buy:hover {
    border: 3px solid #C9D2C7;
    background-color: rgb(90, 90, 90);
}

.STBanner {
    margin-bottom: -18px;
    border: 3px solid #FFF;
}

.ST-inner {
    margin-top: 15px;
 
}

div#ST-sidebar {
    width: 300px;
    float: left;
    position: relative;
    padding-top: 30px;
    left: 42px;
}

div#ST-sidebar .widget {
    padding-bottom: 15px;
}

#ST-right {
    background: #FFF;
    width: 300px;
    position: relative;
    left: -1px;
    top: 10px;
    float: right;
    text-align: left;
    margin: 0;
    padding: 13px;
    padding-bottom: 10px;
}

.ST-infoblock {
    margin: 0 0 20px 0;
    padding: 10px;
    overflow: hidden;
    background: #E0E0E0 url(img/STbgSide.png) repeat left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #ebedf5;
    -moz-box-shadow: inset 1px 1px 2px #ebedf5;
    -webkit-box-shadow: inset 1px 1px 2px #ebedf5;
}

.STTitle {
    font-weight: bold;
    color: #383b43;
    font-size: 14pt;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #6077A0;
    border-radius: 2px;
    padding: 10px;
}

.STTitle a {
    color: #fff;
}

.STCover {
    position: relative;
    margin: 0 auto 15px;
    text-align: center;
}

#STNav-row {
    display: inline-block;
    margin-left: 10px;
    width: 726px;
    position: relative;
    top: 20px;
    padding-bottom: 30px;
}

#STNav-row a {
    background: #1B1D21;
    width: 24%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0;
    border-right: 1px solid #fff;
}

.STB {
    border-bottom: 3px solid #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.STB h4 {
    margin-bottom: 2px;
    font-weight: 700;
}

table.STContent tbody tr td {
    vertical-align: middle;
    padding: .5625rem .625rem;
    font-size: .8rem;
    font-weight: 700;
    color: #FFF;
    text-align: left;
}

table.STContent tbody tr th {
    vertical-align: middle;
    padding: .5625rem .625rem;
    font-size: .8rem;
    font-weight: 700;
    color: #FFF;
    text-align: left;
}

table.STContent tbody {
    background: rgb(178, 185, 199);
}

/* ------------------------------------------------------------------------- *
 *  Photoswipe
/* ------------------------------------------------------------------------- */

img.pswp-logo-image {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
}

/* ------------------------------------------------------------------------- *
 *  latest-feed
/* ------------------------------------------------------------------------- */

.latest-feed .post-meta-com {
    padding: 2px;
    top: 40px;
    border: 0px solid rgba(171, 171, 171, 0.4);
}

.latest-feed p.post-hot {
    float: right;
    padding-right: 3px;
    border-right: 0px solid rgba(171, 171, 171, 0.4);
}

.latest-posts .latest-thumbnail img {
    width: 147px;
    height: auto;
    border: 2px solid rgba(144, 144, 144, 0.4);
}

.latest-mode {
    width: 150px;
    float: left;
}

.latest-postsb { width: 151px; margin-bottom:5px; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 6px 8px 6px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

.latest-translations { width: 151px; margin-bottom:6px; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 6px 8px 6px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

.latest-reviews { width: 151px; margin-bottom:5px; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 6px 8px 6px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

.latest-videos { width: 151px; margin-bottom:5px; cursor: pointer; font-size: 15px; position: relative; color: #FFF; padding: 6px 8px 6px 8px; border: 2px solid rgba(171, 171, 171, 0.4); background-color: rgba(0, 0, 0, 0.7); }

.latest-posts {
    width: 469px;
    height: 165px;
    float:left;
}

.latest-feed .post {
    float: left;
    margin-right: 5px;
    position: relative;
}

.latest-feed .post:nth-child(3n) {
    margin-right: -5px;
}

.latest-feed {
    position: absolute;
    left: 405px;
    top: -162px;
    width: 620px;
    height: 151px;
}

.l-title-cover {
    top: 2px;
    left: 2px;
    position: absolute;
    padding: 2px;
    font-size: 12px;
    width: 143px;
    height: 65px;
    line-height: 16px;
    font-weight: 700;
    opacity: 0;
    transition: .4s ease;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 20%,rgba(43, 43, 43, 0.92)60%);
    overflow: hidden;
}

.l-title-cover a {
   color:#FFF;
}

.latest-feed .post:hover .l-title-cover {
   opacity: 1;
}

/* ------------------------------------------------------------------------- *
 *  list-translation
/* ------------------------------------------------------------------------- */

.list-translation { width: 1024px;}

.list-translation .post {
    background: #1B1D21;
    width: 240px;
    float: left;
    height: 240px;
    overflow: hidden;
    margin-top: 21px;
    margin-right: 21px;
}

.t-pagetitle {
    z-index: 4;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 20px 8px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid rgba(171, 171, 171, 0.2);
}

.gamecovers:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.gamecovers {
    position:absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.title-cover {
    text-align: center;
    padding-top: 5px;
    position: absolute;
    width: 240px;
    height:240px;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: .6s ease; 
    -moz-transition: .6s ease;
    -o-transition: .6s ease; 
    transition: .6s ease;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 20%,rgba(0,0,0,0.1)60%);
}

.title-cover a {
   color:#FFF;
}

.list-translation .post:hover .title-cover {
   opacity: 0;
}

.list-translation .post:nth-child(4n) {
    margin-right: -2px;
}


/* ------------------------------------------------------------------------- *
 *  Page spread
/* ------------------------------------------------------------------------- */

.page-spread .post-hover:hover .post-title {
    background: #ececec;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-spread .post-hover:hover .post-thumbnail {
    border: 6px solid #ececec;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.page-spread .post-thumbnail {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.grid-view .post-hover:hover .post-title a {color:#FFF;}
.page-spread .post-hover:hover .post-title a {color:#1c1d22;}
.page-spread { width: 1024px; height: 195px; overflow:hidden;}
.page-spread .post-thumbnail:hover { transform: scale(1); -webkit-transform: scale(1); }

.page-spread .post-hover:hover .post-title {
    opacity: 1;
}
.page-spread .post-title {
    padding: 10px 0px;
    font-size: 13px;
    position: relative;
    top: 0px;
    width: 245px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    opacity: 1;
    filter: alpha(opacity=40);
    z-index: 0;
    letter-spacing: -0.3px;
    padding-left: 0px;
    pointer-events:all !important;
}

.page-spread .post {
    width: 245px;
    float: left;
    height: 185px;
    overflow: hidden;
    margin-top: 15px;
    margin-right: 15px;
}

.page-spread .post:last-child {
    margin-right: -2px;
}

.page-spread .post-hover:hover .post-thumbnail {opacity:1;}

.page-spread .list-ccp-info {display:none;}
.page-spread .post-meta {display:none;}
.page-spread .post-meta-com {display:none;}
.page-spread .overlay-hover {display:none;}
.page-spread .post-thumbnail { width: 233px; border: 6px solid rgba(0,0,0,0.6); margin-left:0px;}
.page-spread .post-thumbnail img { width: 250px; height: auto;}

/* ------------------------------------------------------------------------- *
 *  feature spread
/* ------------------------------------------------------------------------- */

.feature-spread { width: 1056px; height: auto; overflow:hidden; margin-top: 32px;}
.feature-spread .post-thumbnail:hover { transform: scale(1); -webkit-transform: scale(1); }

.feature-spread .post-hover:hover .post-title {
    opacity: 1;
}
.feature-spread .post-title {
    padding: 10px 0px;
    font-size: 14px;
    position: relative;
    top: 0px;
    width: 331px;
    height: 60px;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=40);
    z-index: 0;
    letter-spacing: -0.3px;
    padding-left: 0px;
    pointer-events:all;
    text-align: left
}

.feature-spread .post {
    width: 320px;
    float: left;
    height: 250px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 32px;
}

.feature-spread .post-thumbnail a {
    width: 320px;
    display: block;
    height: 156px;
    position: absolute;
}

.feature-spread .post:last-child {
    margin-right: -1px;
}

.feature-spread .post-hover:hover .post-thumbnail {opacity:1;}

.feature-spread .list-ccp-info {display:none;}
.feature-spread .post-meta {display:none;}
.feature-spread .post-meta-com {display:none;}
.feature-spread .overlay-hover {display:none;}
.feature-spread .post-thumbnail { width: 320px; margin-left:0px;}
.feature-spread .post-thumbnail img { width: 320px; height: auto;}


/* ------------------------------------------------------------------------- *
 *  menu
/* ------------------------------------------------------------------------- */

div#vue-header {
    position: fixed;
    z-index: 99;
    height: 63px;
    width: 1024px; 
    left: 0; 
    right: 0; 
    margin: 0 auto;
}

p#menuselt {
    z-index: 99;
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -40px;
    cursor: pointer;
}

ul#globalMenu {
    width: 100%;
    padding: 0px;
    position: absolute;
    z-index: 99;
    background: #1B1D21;
    line-height: 37px;
    height: 50px;
}

.vue-logo {
    width: 224px;
    margin: 7px auto;
}

div#movContainer:hover {
margin-top: -100px;
}

div#movContainer {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div#movContainer:hover {
    margin-top: 50px;
}
/* ------------------------------------------------------------------------- *
 *  CCP Ticker
/* ------------------------------------------------------------------------- */

.slick-prev:hover {
    opacity: 0.7;
}

.slick-next:hover {
    opacity: 0.7;
}

.slick-prev {
    left: 0 !important;
    background: url(img/btn_prev.png)!important;
}

.slick-next {
    right: 0!important;
    background: url(img/btn_next.png)!important;
}

.cog-rotate {
    float: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    transform: rotate(0deg);
    transform-origin: 50% calc(50% - -0.6px);
}

.cog-rotate2 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    transform: rotate(90deg);
    transform-origin: 50% calc(50% - -0.6px);
}

button.elm-button {
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    float: none;
    text-align: center;
    padding: 10px;
    width: 707px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(171, 171, 171, 0.2);
}

.elm-wrapper {
    margin: 0px !important;
    text-align: center;
}

.elm-button:hover, .elm-button:active, .elm-button:focus {
    background: #1B1D21;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

#footer {
    padding-top: 15px;
}

.CCP_toTop {
    position: relative;
    top: -1px;
    width: 160px;
    height: 25px;
    margin: 0 auto 0px auto;
    background: none rgb(72, 72, 72);
    border-radius: 0 0 4px 4px;
}

.CCP_toTop a:hover span {
    opacity: 0.5;
    background-position: -26px -2px;
}

.CCP_toTop a span {
    display: block;
    width: 52px;
    height: 25px;
    overflow: hidden;
    margin: 0 auto;
    background: transparent url(img/ccptop.png) no-repeat -26px 2px;
    -webkit-background-size: 300px 150px;
    -moz-background-size: 300px 150px;
    -o-background-size: 300px 150px;
    background-size: 300px 150px;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    -webkit-transition: all 0.15s ease-out;
    -webkit-transition-delay: 0;
    -moz-transition: all 0.15s ease-out 0;
    -o-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
}

.ccpdisplay {
    width: 1024px;
    height: 238px;
}

/* ------------------------------------------------------------------------- *
 *  Update
/* ------------------------------------------------------------------------- */

p.by-list a {
    color: #58c2e4;
}

p.post-byline a {
    color: #58c2e4;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0px 39%;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 12px 18px 11px;
    border: none;
    min-width: 10em;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .25s!important;
    -moz-transition: all .25s!important;
    -o-transition: all .25s!important;
    -ms-transition: all .25s!important;
    transition: all .25s!important;
    background-color: #EE001F;
    -webkit-box-shadow: 0 2px 0 #CF1313;
    box-shadow: 0 2px 0 #CF1313;
    max-width: 10em;
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #E49191;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background: #FFF !important;
    margin-top: 12px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 8px 5px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border .4s;
    -moz-transition: border .4s;
    -o-transition: border .4s;
    -ms-transition: border .4s;
    transition: border .4s;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-url.wpcf7-validates-as-url {
    background: #FFF !important;
    margin-top: 12px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 8px 5px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border .4s;
    -moz-transition: border .4s;
    -o-transition: border .4s;
    -ms-transition: border .4s;
    transition: border .4s;
}

#ASTNav-row a { background: #1B1D21; width: 32.1%; display: inline-block; float: left; text-align: center; font-size: 15px; font-weight: 400; color: #fff; padding: 8px 0; border-right: 2px solid #fff; }

#ASTNav-row { display: inline-flex; display: -webkit-inline-flex; display: -ms-inline-flexbox; margin-left: 10px; width: 100%; position: relative; top: 0px; padding-bottom: 0px; }

#ASTNav-row a:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#ASTNav-row a:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.led-green-0 { 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #61AA00;
    border-radius: 50%;
}

.led-yellow-0 { 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #A90;
    border-radius: 50%;
}

.led-red-0 { 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #AA0000;
    border-radius: 50%;
}

.led-blue-0 { 
    float: left;
    margin: 11px 7px 0px;
    width: 12px;
    height: 12px;
    background-color: #0073AA;
    border-radius: 50%;
}

.singletop1 img {
    min-width: 714px;
}

/* ------------------------------------------------------------------------- *
 *  Update END
/* ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- *
 *  webskin
/* ------------------------------------------------------------------------- */

#webskin_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .Style-0 #wrapper {
        background-position: 49.999% 0 !important;
    }
}

/* ------------------------------------------------------------------------- *
 *  Import score
/* ------------------------------------------------------------------------- */


#import-row {
    display: inline-flex; display: -webkit-inline-flex; display: -ms-inline-flexbox;
    margin-left: -10px;
    width: 780px;
    position: relative;
    top: 20px;
    padding-bottom: 1px;
}

#import-row a {
    background: #1B1D21;
    width: 24%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 8px 4px;
    border-right: 1px solid #fff;
}

#import-row0 {
    display: inline-flex; display: -webkit-inline-flex; display: -ms-inline-flexbox;
    margin-left: -10px;
    width: 780px;
    position: relative;
    top: 20px;
    padding-bottom: 1px;
}

#import-row0 a {
    width: 24%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 8px 4px;
    border-right: 1px solid #fff;
}

#import-row1 {
    display: inline-flex; display: -webkit-inline-flex; display: -ms-inline-flexbox;
    margin-left: -10px;
    width: 780px;
    position: relative;
    top: 20px;
    padding-bottom: 1px;
}

#import-row1 a {
    background: #1B1D21;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: ;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 8px 14px;
    border-right: 1px solid #fff;
}


@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.ccpspacewide {
    top: 55px;
    position: relative;
    text-align: center;
}

.ccpspacewide2 {
    position: relative;
    bottom: 10px;
    text-align: center;
}

div#STRev-sidebar {
    width: 300px;
    position: absolute;
    left: 930px;
    top: 1px;
}

div#STLev-sidebar {
    width: 300px;
    position: absolute;
    left: -205px;
    top: 1px;
}


/* ------------------------------------------------------------------------- *
 *  import END
/* ------------------------------------------------------------------------- */
