/* *
 * Theme Name:     ForkLog N
 * Theme URI:      http://forklog.com/
 * Author:         ForkLog
 * Author URI:     http://forklog.com/
 * Description:    ForkLog Magazine
 * Version:        1.3.3
 * Tags:           dark, light, one-column, two-columns, right-sidebar, custom-menu, featured-images, post-formats, translation-ready
 * Text Domain:    funky_theme
 *

/* BASE
   ================================================== */


   
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
	position:relative;
		min-width: 100%;
}

@import url(http://fonts.googleapis.com/css?family=Baumans);

html,
body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    color: #282828;
    max-width: 100%;
}

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

input:invalid,
textarea:invalid {    background-color: #f0dddd }

input:valid,
textarea:valid { }

/* HTML5 ELEMENTS
   ================================================== */

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

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

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

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

[hidden] {    display: none }

/* LINKS
   ================================================== */


a,
a:visited {
    color: #FFF;
   /* font-weight: 700;*/
    text-decoration: none;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:visited:hover {    color: #999 }

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

/* TYPOGRAPHY
   ================================================== */

@font-face {
   font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.20px;
	font-size: 16px;
}

p {  letter-spacing: 0.20px;  margin: 20px 0 0 }

	p + blockquote {    margin-top: 10px }

p:empty {    display: none }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-weight: 400;
    margin: 40px 0 20px;
}

h1 {
    font: normal normal 20px   'Open Sans', sans-serif;
    line-height: 58px;
    text-transform: none;
}

h2 {
    font: normal normal 24px 'Open Sans', sans-serif;
    line-height: 34px;
}

h3 {
    font: normal normal 18px  'Open Sans', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
}

h4 {
    font: normal normal 14px  'Open Sans', sans-serif;
    line-height: 24px;
    text-transform: uppercase;
}

h5 {
    font: 700 normal 14px  'Open Sans', sans-serif;
    line-height: 24px;
}

h6 {
    color: #999;
    color: rgba(255,255,255,0.5);
    font: 700 normal 12px  'Open Sans', sans-serif;
    line-height: 22px;
    text-transform: none;
}

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

b,
strong {    font-weight: bold }

blockquote {
border-left:#005197 2px solid; 
padding-left:10px; 
padding-bottom:10px; 
margin-top: 10px; 
margin-left: 20px;
color:#000000 !important;
font-style:italic;
}

cite {
    color: #999;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

blockquote + cite,
blockquote + p > cite {
    display: block;
    margin: -20px 0 60px;
    text-align: center;
}

dfn {    font-style: italic }

hr {
    border: 0;
    border-bottom: 1px solid #222;
    border-color: rgba(0,0,0,0.1);
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* ===[ Redeclare monospace font family ]=== */

pre,
code,
kbd,
samp {
  font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

/* ===[ Improve readability of pre-formatted text in all browsers ]=== */

pre {
    background: #222;
    background: rgba(0,0,0,0.1);
    color: #CCC;
    margin: 20px 0;
    padding: 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {    quotes: none }

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

small {    font-size: 11px }

/* ===[ Position subscript and superscript content without affecting line-height ]=== */

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

sup {    top: -0.5em }

sub {    bottom: -0.25em }

/* ICONS
   ================================================== */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-share, .icon-user, .icon-youtube, .icon-vimeo, .icon-twitter, .icon-facebook, .icon-googleplus, .icon-dribbble, .icon-instagram, .icon-pinterest, .icon-flickr, .icon-bubble, .icon-search, .icon-document-stroke, .icon-play, .icon-list, .icon-chevron-down, .icon-chevron-left, .icon-chevron-right, .icon-play-2, .icon-tumblr, .icon-linkedin {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-share:before {    content: "\e000" }

.icon-user:before {    content: "\e001" }

.icon-youtube:before {    content: "\e006" }

.icon-vimeo:before {    content: "\e00a" }

.icon-twitter:before {    content: "\e00c" }

.icon-facebook:before {    content: "\e00d" }

.icon-googleplus:before {    content: "\e00e" }

.icon-dribbble:before {    content: "\e00f" }

.icon-instagram:before {    content: "\e010" }

.icon-pinterest:before {    content: url('images/vk.png'); }

.icon-flickr:before {    content: "\e007" }

.icon-bubble:before {    content: "\e002" }

.icon-search:before {    content: "" }

.icon-document-stroke:before {    content: "\e004" }

.icon-play:before {    content: "\e005" }

.icon-list:before {    content: "\e008" }

.icon-chevron-down:before {    content: "\f078" }

.icon-chevron-left:before {    content: "\f054" }

.icon-chevron-right:before {    content: "\f053" }

.icon-play-2:before {    content: "\e009" }

.icon-tumblr:before {	content: "\e00b" }

.icon-linkedin:before {		content: "\e013" }


/* LISTS
   ================================================== */

ul,
ol {
    margin: 20px 0;
    padding: 0 0 0 20px;
}

li {    margin: 5px 0 }

	li ul,
	li ol {    margin: 0 }

dd {    margin: 0 0 0 40px }

/* EMBEDS
   ================================================== */

/* *
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 *
 *
   ================================================== */

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

.primary img {    max-width: 720px }

/* ===[ Correct overflow not hidden in IE9 ]=== */

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

/* FIGURES
   ================================================== */

figure {    margin: 0 }

/* FORMS
   ================================================== */

form {    margin: 0 }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ===[ Indicate that 'label' will shift focus to the associated form element ]=== */

label {    cursor: pointer }

	label,
	label  + span {
	    display: inline-block;
	    margin: 0 0 10px;
	}

/* *
 *    1. Correct color not inheriting in IE6/7/8/9 
 *    2. Correct alignment displayed oddly in IE6/7
 *
 *
 * */

legend {
    *margin-left: -7px;
    border: 0;
    padding: 0;
}

/* *
 *    1. Correct font-size not inheriting in all browsers
 *    2. Remove margins in FF3/4 S5 Chrome
 *    3. Define consistent vertical alignment display in all browsers
 *
 *
 * */

button,
input,
select,
textarea {
    *vertical-align: middle;
    font-size: 1em;
    margin: 0;
    vertical-align: baseline;
}

/* *
 *    1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 *    2. Correct inner spacing displayed oddly in IE6/7
 *
 *
 * */

button,
input {
    *overflow: visible;
    line-height: normal;
}

/* ===[ Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 ]=== */

/* *
 *    1. Display hand cursor for clickable form elements
 *    2. Allow styling of clickable form elements in iOS
 *
 *
 * */

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

/* ===[ Consistent box sizing and appearance ]=== */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

	input[type="checkbox"] + label {    margin: 0 }

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

/* ===[ Remove inner padding and border in FF3/4 ]=== */

/* *
 *    1. Remove default vertical scrollbar in IE6/7/8/9 
 *    2. Allow only vertical resizing
 *
 *
 * */

textarea {
    line-height: 1.833em;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}

/* ===[ Form Styling ]=== */

label {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
}

.secondary label {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #222;
    background: rgba(0,0,0,0.20);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    padding: 12px;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {    background-color: #222 }

textarea {
    height: 100px;
    resize: none;
    width: 100%;
}

select {
    background-image: url(images/select-dropdown.png);
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 100%;
}

select:focus {    background-image: none }

input[type="radio"] {    margin: 0 10px 5px 0 }

input[type="checkbox"] {
    float: left;
    height: auto;
    margin: 7px 10px 0 0;
    width: auto;
}

/* ===[ Buttons ]=== */

.funky-button,
.funky-button:visited,
input[type="button"],
input[type="submit"],
button,
button[type="submit"],
input[type="reset"],
input[type="file"],
.login-dropdown a {
    background: #0066CC;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*dropdovn*/
.nav-dropdown,
.social-dropdown,
.login-dropdown {
    background: #242424;
    color: #FFF;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    z-index: 10;
}
.nav-open .nav-dropdown,
.social-open .social-dropdown,
.login-open .login-dropdown,
.no-js .nav-toggle:hover .nav-dropdown,
.no-js.social-toggle:hover .social-dropdown,
.no-js.login-toggle:hover .login-dropdown {    display: none }
	
.nav-dropdown {
    left: 0;
    right: 0;
}

.menu-icon {
    display: none;
    float: right;
    height: 15px;
    margin: 24px 20px 0 30px;
    width: 20px;
}

.menu-icon-line {
    background: #999;
    background: rgba(255,255,255,0.75);
    display: block;
    height: 2px;
    margin-top: 3px;
    width: 100%;
}

.nav-open .menu-icon-line { color: #FFF; }

.menu-icon-line:first-child {    margin: 0 }
/*dopdown end*/

.funky-button:hover,
.funky-button:visited:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
button[type="submit"]:hover,
input[type="reset"]:hover
input[type="file"]:hover,
.login-dropdown a:hover {
    background: #0066CC;
    border: none;
    color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

/* ===[ Contact Form ]=== */

#respond {
    clear: both;
    margin: 40px 0 0;
}

	#respond p {    margin-top: 20px }

	#respond form {
	    margin-top: 20px;
	    max-width: 100%;
	}

	#respond textarea {    display: block }

.comment-form-comment {
    display: inline-block;
    clear: both;
    width: 100%;
}

#submit {    width: 100% }

span.required {    color: #0066CC }

label.error {    color: #FF0000 }

/* TABLES
   ================================================== */

table {
    border: 1px solid #353535;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 40px 0 20px;
    width: 100%;
    word-wrap: break-word;
}

	table caption {
	    background: #222;
	    background: rgba(0,0,0,0.2);
	    padding: 10px;
	    text-transform: uppercase;
	}

thead { }

	thead tr,
	tfoot tr {    border: none }

th {
    border: none;
    background: #222;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    text-align: left;
}

table button,
table input {    *overflow: auto    }

tr {    border-top: 1px solid #353535 }

td {
    border-left: 1px solid #353535;
    padding: 10px;
    vertical-align: top;
}

td:first-child {    border: none }

tfoot {
    background: #222;
    background: rgba(0,0,0,0.2);
}

	tfoot td {    border: none }

	tfoot a:hover {
	    color: #666;
	    color: rgba(255,255,255,0.25);
	}

table,
tr,
td {    border-color: rgba( 0,0,0,0.1) }

caption a,
th a,
tfoot a {    color: #FFF !important }

/* VIDEO
   ================================================== */

video {
    height: auto;
    max-width: 100%;
}

/* IMAGES
   ================================================== */

.post-grid .post.loaded .has-feature-image,
.post .loaded img,
.attachment .loaded img,
#background-holder.loaded #background-image,
#background-holder.loaded:hover #background-image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.post .loaded .post-feature-image,
.post-grid .post.loaded:hover .has-feature-image,
.post .loaded:hover img,
.attachment .loaded img,
.blog .post .loaded:hover img,
.archive .post .loaded:hover img,
.search .post .loaded:hover img,
.page-template-page-home-tradition-php .post .loaded:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: .9;
}

/* WP STYLING
   ================================================== */

.hidden,
.assistive-text {    display: none }

/* ===[ Image Alignment ]=== */

.alignleft {    float: left }

.wp-caption.alignleft {    margin-right: 20px }

img.alignleft {    margin: 10px 20px 10px 0 }

.alignright {    float: right }

.wp-caption.alignright {    margin-left: 20px }

img.alignright {    margin: 10px 0 10px 20px }

.alignnone,
.none,
.wp-caption.alignnone,
.wp-caption.none {    margin: 40px -40px 40px }

p > .alignnone,
p > .none,
p > a > .alignnone {
    margin-bottom: 20px;
    margin-top: 20px;
}

.alignnone .wp-caption-text {
    margin-left: 40px;
    width: 100%;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 40px auto;
}

	.aligncenter img {    margin: 0 auto }

p > a > .aligncenter {
    margin-bottom: 20px;
    margin-top: 20px;
}

.wp-caption {
    margin-top: 10px;
    max-width: 720px !important;
}

p + .wp-caption {    margin-top: 25px }

p + .wp-caption.aligncenter {    margin-top: 40px }

.wp-caption-text {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}

/* ==================================================
    LAYOUT
   ================================================== */

/* HEADER
   ================================================== */

.site-header-wrapper {
    background: #201f1f;
  /*position: fixed;*/
    width: 100%;
	height:46px;
    z-index: 9999;
}

.site-nav {
    height: 100%;
    /* margin: 0 auto; */
    position: relative;
    max-width: 1310px !important;
}

.nav-toggle {
    border-left: none;
    display: block;
    float: left;
    height: 100%;
    z-index: 9999;
		background: #201f1f !important;
}
.nav-open .nav-toggle {
background: #201f1f !important;
}
.logo {
    cursor: pointer;
    float: left;
    height: 100%;
	padding-top: 3px;
	padding-bottom: 0px;
}

.text-logo {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
}

.text-logo,
.image-logo {
    float: left;
    margin-left: 22px;
}

.image-logo {
    max-height: 60px;
    width: 160px;
}


.image-logo.mobile { 
	display: none; 
	/* max-width: 50%; */
}


.social-dropdown {    width: 140px;top:53px; }

.login-dropdown {
    right: 0;
    width: 250px;
	top:53px;
}

	.login-dropdown li {    margin: 10px 0 0 }

	.login-dropdown a {
	    display: block;
	    margin: 0;
	    text-align: center;
	}

	.login-dropdown .welcome-message {
	    display: block;
	    font-size: 12px;
	    font-weight: 700;
	}


.dropdown-border {
    background: #0066CC;
    display: block;
    height: 5px;
}

.dropdown-content {    padding: 10px }

.social-toggle { }

.social-dropdown a,
.social-dropdown a:visited {
    color: #999;
    color: rgba(255,255,255,0.5);
    border-top: 1px dotted #FFF;
    border-color: rgba( 255, 255, 255, 0.1 );
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
}

.social-dropdown a:first-child {    border: none }

.social-dropdown a:hover,
.social-dropdown a:visited:hover {    color: #FFF }

.social-dropdown a span {
    font-size: 14px;
    margin-right: 5px;
}

.search-toggle {    height: 60px;  	position: absolute;
	right: 40px;
	top: 46px;
	background: #201f1f;
	padding: 0 20px 14px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
-moz-box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
display:none;
}
	.search-toggle fieldset > * {    float: left }

	.search-toggle .s , #nav_zone .s{
	    background: transparent;
	    border: #ededed 2px solid;
		border-radius:12px;
	    color: #777;
	    display: block;
	    width: 180px;
		padding:2px 12px;
		height:26px;
		margin-top: 18px;
	}
	#nav_zone .s{
		width: 250px;
	height: 36px;
	margin-top: 5px;
	}

	.search-toggle .s:focus {
	    background: transparent;		outline:none;
	    color: #FFF;
	}

	.search-toggle ::-webkit-input-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.search-toggle :-moz-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.search-toggle ::-moz-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.search-toggle :-ms-input-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.search-toggle .searchsubmit,  #nav_zone .searchsubmit{   display:none; position: relative }

		.search-toggle .searchsubmit input {
		    background: none;
		    border: none;
		    color: #585858;
		    height: 60px;
		    line-height: 40px;
		    margin: 0;
		    padding: 0;
		    position: relative;
		    text-indent: -999px;
		    width: 60px;
		    z-index: 1;
		}

		.search-toggle .searchsubmit input:hover {    background: none }

	.search-toggle .searchsubmit:hover {    color: #FFF }

	.search-toggle .icon-search {
	    position: absolute;
	    width: 100%;
	    z-index: 0;
	}

.social-toggle,
.login-toggle {
    cursor: pointer;
    position: relative;
    width: 60px;
}

.nav-open .nav-toggle,
.social-open .social-toggle,
.login-open .login-toggle,
.no-js .nav-toggle:hover,
.no-js .social-toggle:hover,
.no-js .login-toggle:hover {
    background: #0066CC;
    color: #FFF;
}

.nav-open .menu-icon-line { background: #FFF; }
	
.social-toggle,
.search-toggle,
.login-toggle {
    /*border-left: 1px solid #666;*/
    color: #999;
    color: rgba(255,255,255,0.5);
    float: right;
    height: 100%;
}

.social-toggle:last-child,
.search-toggle:last-child,
.login-toggle:last-child {    border: none }

.login-toggle .avatar {    margin: 15px }

.site-header-wrapper,
.nav-toggle,
.social-toggle,
.search-toggle,
.login-toggle {
    border-color: #999;
    border-color: rgba( 255,255,255, 0.1 );
}

	.social-toggle > span[class*="icon-"],
	.login-toggle > span[class*="icon-"],
	.search-toggle .icon-search {
	    display: block;
	    font-size: 20px;
	    margin: 20px 0;
	    text-align: center;
		color: #12A8E0;
	}

.site-header-tagline {
	color: #11A9E2;
	float: left;
	font-size: 18px;
	font-style: normal;
	line-height: 90px;
	font-family:baumans;
	display:none;
	margin: 0 0 0 20px;
}

	
/* ===[ Navigation ]=== */

#primary-nav {    padding: 0; margin:0 0 0 13px !important; max-width:1310px;}

	#primary-nav > li , #secondary-nav > li{
	    /* float: left; */		display:inline-block;
	    margin: 0;
	    width: auto;
		list-style:none;
		padding:0px 10px;
		/* background: #ffffff; */		padding-top:8px;
	}
	
	#primary-nav > li:hover {
		/* background:#11A6DE; */
		/* padding:0px 12px; */
		border-radius:6px;
	
	}	
	#primary-nav > li a, #secondary-nav > li a {
    color: #fff;
    padding-top: 30px;
    font-size: 11px;
    min-width: 48px;
    text-align: center;
    text-transform: capitalize;
    background-size: auto 29px !important;
}
	
	#primary-nav > li a:hover, #primary-nav > li.current-menu-item a, #secondary-nav > li a:hover{		color:#11A9E2 !important;	}	#primary-nav > li.menu-item-255 a{		background:url('images/fl_russia_ico.png')no-repeat center top;	}	#primary-nav > li.menu-item-255 a:hover, #primary-nav > li.current-menu-item.menu-item-255 a{		background:url('images/fl_russia_ico_h.png')no-repeat center top;	}	#primary-nav > li.menu-item-256 a{		background:url('images/fl_review_ico.png')no-repeat center top;	}	#primary-nav > li.menu-item-256 a:hover, #primary-nav > li.current-menu-item.menu-item-256 a{		background:url('images/fl_review_ico_h.png')no-repeat center top;	}	#primary-nav > li.menu-item-257 a{		background:url('images/fl_news_ico.png')no-repeat center 3px;	}	#primary-nav > li.menu-item-257 a:hover, #primary-nav > li.current-menu-item.menu-item-257 a{		background:url('images/fl_news_ico_h.png')no-repeat center 3px;	}	#primary-nav > li.menu-item-415 a{		background:url('images/fl_ukraine_ico.png')no-repeat center 3px;	}	#primary-nav > li.menu-item-415 a:hover, #primary-nav > li.current-menu-item.menu-item-415 a{		background:url('images/fl_ukraine_ico_h.png')no-repeat center 3px;	}	#primary-nav > li.menu-item-259 a{		background:url('images/fl_world_ico.png')no-repeat center top;	}	#primary-nav > li.menu-item-259 a:hover, #primary-nav > li.current-menu-item.menu-item-259 a{		background:url('images/fl_world_ico_h.png')no-repeat center top;	}	#primary-nav > li.menu-item-260 a{		background:url('images/fl_altcoin_ico.png')no-repeat center top;	}	#primary-nav > li.menu-item-260 a:hover, #primary-nav > li.current-menu-item.menu-item-260 a{		background:url('images/fl_altcoin_ico_h.png')no-repeat center top;	}
		
#secondary-nav > li a{
	font-weight:bold;
}
#secondary-nav > li.menu-item-6605 a{		background:url('images/fl_vacancies_ico.png')no-repeat center top;	}
#secondary-nav > li.menu-item-5399 a{		background:url('images/fl_partners_ico.png')no-repeat center top;	}	#secondary-nav> li.menu-item-5399 a:hover, #secondary-nav > li.current-menu-item.menu-item-5399 a{		background:url('images/fl_partners_ico_h.png')no-repeat center top;	} 
#secondary-nav > li.menu-item-347 a{		background:url('images/fl_about_ico.png')no-repeat center top;	}	#secondary-nav> li.menu-item-347 a:hover, #secondary-nav > li.current-menu-item.menu-item-347 a{		background:url('images/fl_about_ico_h.png')no-repeat center top;	} 
#secondary-nav > li.menu-item-3133 a{		background:url('images/fl_support_us_ico.png')no-repeat center top;	}	#secondary-nav> li.menu-item-3133 a:hover, #secondary-nav > li.current-menu-item.menu-item-3133 a{		background:url('images/fl_support_us_ico_h.png')no-repeat center top;	} 


#primary-nav > li.menu-item-1013 a{		background:url('images/fl_tech_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1013 a:hover, #primary-nav > li.current-menu-item.menu-item-1013 a{		background:url('images/fl_tech_ico_h.png')no-repeat center top;	} 
#primary-nav > li.menu-item-1012 a{		background:url('images/fl_interview_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1012 a:hover, #primary-nav > li.current-menu-item.menu-item-1012 a{		background:url('images/fl_interview_ico_h.png')no-repeat center top;	} 
#primary-nav > li.menu-item-1009 a{		background:url('images/fl_econ_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1009 a:hover, #primary-nav > li.current-menu-item.menu-item-1009 a{		background:url('images/fl_econ_ico_h.png')no-repeat center top;	} 
#primary-nav > li.menu-item-1011 a{		background:url('images/fl_fintech_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1011 a:hover, #primary-nav > li.current-menu-item.menu-item-1011 a{		background:url('images/fl_fintech_ico_h.png')no-repeat center top;	} 
#primary-nav > li.menu-item-1010 a{		background:url('images/fl_editorial_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1010 a:hover, #primary-nav > li.current-menu-item.menu-item-1010 a{		background:url('images/fl_editorial_ico_h.png')no-repeat center top;	} 
#primary-nav > li.menu-item-1017 a{		background:url('images/fl_review_ico.png')no-repeat center top;	}	#primary-nav> li.menu-item-1017 a:hover, #primary-nav > li.current-menu-item.menu-item-1017 a{		background:url('images/fl_review_ico_h.png')no-repeat center top;	} 

.wide-navigation li a,
.wide-navigation li a:visited {
    color: #262B2D;
    display: block;
	
}

/* ===[ Empty Navigation Links ]=== */

.wide-navigation a[href='#'],
.wide-navigation a[href='#']:visited{color: #262B2D;}
.wide-navigation a[href='#']:hover,
.wide-navigation a[href='#']:hover {color: #11AAE3;}

.wide-navigation a:hover,
.wide-navigation a:visited:hover {
    color: #262B2D;
   
}

.wide-navigation > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: none;
}

.wide-navigation ul {
    list-style: none;
    padding: 0;
	line-height: 16px;
	margin-left: 4px;
	margin-top: -5px;
}

	.wide-navigation ul a,
	.wide-navigation ul a:visited {
	    color: #999;
	    color: rgba(255,255,255,0.5);
	    font-size: 12px;
	}
	
	
/* BODY
   ================================================== */

#wrapper {
    background: #fff !important;
    padding-top: 10px;
    min-width: 1100px;	max-width:1310px;	margin:0 auto;
}

.content-holder {
    padding-bottom: 40px;
    padding-top: 0px;

}

.content-header {
    border-bottom: 1px solid #666;
    border-color: #000000;
    margin: 0 40px;
    overflow: hidden;
    padding: 40px 0;
}

#archive_content_head{
/* margin-top:40px; */
margin-left:10px;
padding: 20px 0;
}

.page-feature-image {
    height: auto;
    max-width: 100%;
}

.post-title {
    line-height: 1em;
    margin: 0;
}

.content-padding .post-title { 
color:#000000;
   margin: 40px 0 30px }

.post-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
    color: #999;
    color: rgba(255,255,255,0.5);
}

.content-padding .post-subtitle {    margin: 20px 0 30px }

.content-body {    position: relative }

	.content-body .primary {
	    background: #282828;
	    overflow: hidden;
	}

.page .content-body .primary,
.error404  .content-body .primary,
.search  .content-body .primary {    background: none }

.content-padding {
    padding: 20px 40px 10px;
    position: relative;
	
}

.primary.with-sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 860px;
	background:#FCFCFC;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#000000;
}

.page .primary.with-sidebar,
.error404  .primary.with-sidebar,
.search  .primary.with-sidebar {
    border-right: 1px solid #666;
    border-color: rgba( 255,255,255, 0.1 );
}

.content-body .secondary {
   /* background: #282828;*/
    float: left;
    padding: 0;
    position: relative;
    width: 380px;
    height: 100%;
}

.page .content-body .secondary,
.error404  .content-body .secondary,
.search  .content-body .secondary {    background: none }

.secondary.page-sidebar {    width: 380px }

	.secondary.page-sidebar .sidebar-content-holder {
	    bottom: auto;
	    position: relative !important;
	    top: auto;
	}

	.secondary.page-sidebar .sidebar-content {
	    float: none;
	    margin: 0 auto;
	    width: 340px;
	}

		.secondary.page-sidebar .sidebar-content .widget-area {    display: block }

/* FOOTER
   ================================================== */

.site-footer-wrapper {
    background: #282828;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 9998;
}

.site-footer {
    color: #999;
    font-size: 12px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

	.site-footer a,
	.site-footer a:visited {    color: #FFF }

	.site-footer a:hover 
		.site-footer a:visited:hover {
	    color: #666;
	    color: rgba( 255,255,255,0.25);
	}

#footer-nav {
    box-sizing: border-box;
    float: right;
    list-style: none;
    max-width: 66.666%;
    padding: 0 20px 0;
}

	#footer-nav > li {
	    float: left;
	    margin: 0 6px;
	    width: 125px;
	}

.copyright {
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    width: 35%;
	line-height: 19px;
}

.copyright h3 {
color: #E6E6E6;
text-transform: none;
line-height: 1px;
}

.nav_footer {
  width: 20%;
  float:right;
  padding-left:10px;
}

.nav_footer ul  {
list-style:none;
margin-top:30px;
}

.nav_footer li a {
font-size:16px;

}

.footer-logo a {    display: inline-block }

.footer-logo * {
    float: none;
    margin: 0;
}

/* PAGINATION
   ================================================== */

.post-pagination {    background: #fff !important; }

	.post-pagination .pagination {
	    font-weight: 700;
	    margin: 0 auto;
	    padding: 0 0 20px;
	    text-align: center;
	}

	.post-pagination a,
	.post-pagination a:visited {    color: #FFF }

	.post-pagination a:hover,
	.post-pagination a:visited:hover {    color: #0066CC }

	.post-pagination span {
	    display: inline-block;
	    margin: 0 5px;
	    text-transform: uppercase;
	}

	.post-pagination .current {
	    color: #666;
	    color: rgba(255,255,255,0.25);
	}
#funky-load-posts-button, .post-pagination a, .post-pagination a:visited, .post-pagination .current, #funky-load-posts-button, #infscr-loading{
	margin:0 7px;
}
/* next / prev post links  */

.nav-links div {
    font-size: 22px;
    line-height: 1em;
    margin-top: -60px;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 9;
	display:none;
}

.nav-links  a,
.nav-links  a:visited {
    color: #FFF;
    background: #282828;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.nav-links  a:hover,
.nav-links  a:visited:hover {
    color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.nav-next {    left: 0 }

	.nav-next a {
	    display: block;
	    padding: 51px 26px 44px 20px;
	}

.nav-previous {    right: 0 }

	.nav-previous a {
	    display: block;
	    padding: 51px 20px 44px 26px;
	}

/* page links  */

.page-links {    margin: 40px 0 0 }

	.page-links span {
	    display: inline-block;
	    margin: 0 4px 0 0;
	}

/* COMMENTS
   ================================================== */

#comments-wrapper {
    clear: both;
    margin-top: 40px;
}

#comments-wrapper:first-child {    border: none }

#comments-holder {    border-top: 5px solid #222 }

	#comments-holder > p {    margin-bottom: 40px }

#comments-title {
    background: #222;
    color: #FFF;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 40px;
    padding: 0 20px;
}

#comments-wrapper:first-child  #comments-title {    margin-top: 0 }

#comments-title + p {    clear: both }

.comment-navigation {
    background: none;
    height: auto;
    float: right;
    margin: 0 0 23px;
    overflow: hidden;
    width: 120px;
}

	.comment-navigation .comment-nav-links {
	    border: none;
	    margin: 0;
	}

		.comment-navigation .comment-nav-links > div {
		    font-size: 20px;
		    background: #222;
		    line-height: 1em;
		    padding: 18px 20px 22px;
		    text-transform: uppercase;
		}

		.comment-navigation .comment-nav-links > div:empty {    display: none }

.comment-nav-links a,
.comment-nav-links a:visited {
    color: #FFF;
    padding: 0;
}

.comment-nav-links a:hover,
.comment-nav-links a:visited:hover {    color: #0066CC }

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    float: right;
    width: auto;
}

#comments {    clear: both }

	#comments,
	#comments ol,
	#comments ul {
	    margin: 0;
	    padding: 0;
	}

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

.comment-holder {
    border-top: 1px dotted #000;
    border-color: rgba( 0, 0, 0, 0.25 );
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 0 55px;
    position: relative;
}

#comments > li:first-child > .comment-holder {    border: none }

.comment-holder .avatar {
    border-right: 1px dotted #000;
    border-color: rgba( 0, 0, 0, 0.25 );
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 20px;
}

.comment footer {
    font-size: 11px;
    line-height: 1em;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}

	.comment footer li {
	    display: inline-block;
	    margin: 0 5px 0 0;
	}

/* ===[ Nested comments ]=== */

#comments .children {    padding-left: 55px }

.comment-meta {
    font-size: 12px;
    line-height: 1em;
    overflow: hidden;
    text-transform: uppercase;
}

.comment-author {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
}

.comment-date {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 1px;
}

	.comment-author a,
	.comment-author a:visited,
	.comment-date a,
	.comment-date a:visited,
	.comment-reply-link,
	.comment-reply-link:visited {	color: #555; }

	.comment-author a:hover,
	.comment-author a:visited:hover,
	.comment-date a:hover,
	.comment-date a:visited:hover,
	.comment-reply-link:hover,
	.comment-reply-link:visited:hover {    color: #0066CC }
	
.comment-content {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .bypostauthor > .comment-holder > .comment-content,
.admin-comment .comment-content{} */

#reply-title small {    float: right }

.comment-reply-title {    margin: 0 }

.comment-notes {    margin-bottom: 20px }

/* WIDGETS
   ================================================== */

.ad-widget-area  {
margin-left: 20px;

}

#wrapper > .ad-widget-area:first-child > .widget:first-child { /*margin-top: 40px; */margin: 0px auto;}

.primary .ad-widget-area,
.section2 .ad-widget-area { margin-top: 40px; }

.primary .widget { margin: 0; }

	.ad-widget-area img,
	.sidebar-posts-holder .ad-widget-area img { 
		height: auto;
		max-width: 100%;
		padding:0px;
	}

.widget {
    line-height: 24px;
    margin: 0 20px;
	overflow: hidden;
}

.sidebar-posts-holder .widget { margin: 10px 20px; }
.sidebar-posts-holder .widget + article { border: none; }

	.widget a,
	.widget a:visited {    color: #FFF }

	.widget a:hover,
	.widget a:visited:hover {    color: #0066CC }
	
	.sidebar-posts-holder .widget a {
		display: inline;
		min-height: 0;
		padding: 0;
	}
	
.widget-title {
    font-size: 18px;
    line-height: 22px;

}

.widget ul {
    margin-bottom: 0;
    padding: 0;
}

.widget li {    list-style-type: none }

.widget ul ul {    padding-left: 20px }

.widget .rpwe-time {
color:#000000;
}

.widget ul li {
padding:5px;
border-radius:4px;
}

.widget ul li:hover {
background:#ffffff;
}

.widget li li:before {    content: "- " }

/* ===[ Recent Comments ]=== */

.widget_recent_comments li {    margin: 20px 0 0 }

.widget_recent_comments a[href*="#comment"],
.widget_recent_comments a[href*="#comment"]:visited,
.sidebar-conent .widget_recent_comments a[href*="#comment"],
.sidebar-conent .widget_recent_comments a[href*="#comment"]:visited {
    background: #0066CC;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    display: block !important;
    line-height: 22px;
    margin: 15px 0 0 !important;
    padding: 10px !important;
    position: relative;
}

.widget_recent_comments a[href*="#comment"]:hover,
.widget_recent_comments a[href*="#comment"]:visited:hover,
.sidebar-conent .widget_recent_comments a[href*="#comment"]:hover,
.sidebar-conent .widget_recent_comments a[href*="#comment"]:visited:hover {
    color: #FFF;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.widget_recent_comments a[href*="#comment"]:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 15px 0;
    border-color: transparent transparent #222 transparent;
    border-color: transparent transparent rgba(0,0,0,0.2) transparent;
    position: absolute;
    top: -15px;
    left: 10px;
}

.widget_text { overflow: hidden; }


/* RSS
   ================================================== */

.widget_rss .widget-title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.widget_rss li {    margin: 0 0 20px }

.rss-date {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.widget_rss cite {
    display: block;
    font-size: 12px;
}

/* ===[ Search ]=== */

.widget_search fieldset {    position: relative }

.widget_search input[type="text"] {    padding-right: 52px }

.searchsubmit input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.widget_search .searchsubmit {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

	.widget_search .searchsubmit span {
	    color: #666;
	    color: rgba( 255,255,255,0.25);
	    display: block;
	    line-height: 40px;
	    text-align: center;
	    width: 100%;
	}

.widget_search .searchsubmit:hover span {    color: #FFF }

.widget_search .searchsubmit input[type="submit"] {
    background: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999px;
    top: 0;
    z-index: 2;
}

/* TEQYEEM PLUGIN
   ================================================== */

.review-box,
#review-box h2.review-box-header,
.user-rate-wrap {
    background: none !important;
    padding: 0 !important;
}

.user-rate-wrap {    padding-top: 10px !important }

/* ===[ Widget ]=== */

ul.reviews-posts li + li {    margin: 20px 0 0 }

ul.reviews-posts .review-thumbnail {    margin: 0 0 5px }

ul.reviews-posts h3 {
 font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: none;
}

/* ================================================== 
    TEMPLATES
   ================================================== */

/* 404.PHP
   ================================================== */

.error404 .content-header {    border: none }

.error404 .big-search {    margin: 40px 0 0 }

.error404 .content-padding {    padding-top: 0 }

.error404 .widget:first-child .widget-title {    margin-top: 20px }

#categories,
#categories ul,
#archives,
#archives ul,
#sitemap,
#sitemap ul {
    font-size: 14px;
    padding: 0;
    list-style: none;
}

	#categories ul,
	#archives ul,
	#sitemap ul {    padding-left: 20px }

		#categories ul li:before,
		#archives ul li:before {    content: "- " }

	#sitemap a,
	#sitemap a:visited {    color: #FFF }

	#sitemap a:hover,
	#sitemap a:visited:hover {    color: #0066CC }

.error404 .widget-title {
    font-size: 14px;
    line-height: 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* PAGE-HOME-TRADITIONAL.PHP
   ================================================== */

.page-template-page-home-traditional-php .post-title {    margin: 40px }

.page-template-page-home-traditional-php .content-body {    background: #242424 }

.page-template-page-home-traditional-php .primary.with-sidebar {
    border: none;
    width: 66.666%;
}

.page-template-page-home-traditional-php .primary > article,
.section2 {    background: #282828 }

.page-template-page-home-traditional-php .primary article:first-child {    margin-top: 0 }

.page-template-page-home-traditional-php article img {    max-width: 100% }

.page-template-page-home-traditional-php .secondary {    width: 33.333% }

/* ===[ Last 12 posts ]=== */

.section2 {
    clear: both;
    padding: 0;
}

	.section2 article {
	    float: left;
	    width: 33.333%;
	}

	.section2 article:nth-of-type(7),
	.section2 article:nth-of-type(8),
	.section2 article:nth-of-type(9),
	.section2 article:nth-of-type(10),
	.section2 article:nth-of-type(11),
	.section2 article:nth-of-type(12) {    margin: 0 0 40px }

		.section2 article:nth-of-type(7) .post-thumbnail-holder,
		.section2 article:nth-of-type(7) h3 + p,
		.section2 article:nth-of-type(7) div + p,
		.section2 article:nth-of-type(8) .post-thumbnail-holder,
		.section2 article:nth-of-type(8) h3 + p,
		.section2 article:nth-of-type(8) div + p,
		.section2 article:nth-of-type(9) .post-thumbnail-holder,
		.section2 article:nth-of-type(9) h3 + p,
		.section2 article:nth-of-type(9) div + p,
		.section2 article:nth-of-type(10) .post-thumbnail-holder,
		.section2 article:nth-of-type(10) h3 + p,
		.section2 article:nth-of-type(10) div + p,
		.section2 article:nth-of-type(11) .post-thumbnail-holder,
		.section2 article:nth-of-type(11) h3 + p,
		.section2 article:nth-of-type(11) div + p,
		.section2 article:nth-of-type(12) .post-thumbnail-holder,
		.section2 article:nth-of-type(12) h3 + p,
		.section2 article:nth-of-type(12) div + p {    display: none }

		.section2 article:nth-of-type(7) .content-padding,
		.section2 article:nth-of-type(8) .content-padding,
		.section2 article:nth-of-type(9) .content-padding,
		.section2 article:nth-of-type(10) .content-padding,
		.section2 article:nth-of-type(11) .content-padding,
		.section2 article:nth-of-type(12) .content-padding {    padding: 0 40px }

		.section2 article:nth-of-type(7) .archive-post-date,
		.section2 article:nth-of-type(8) .archive-post-date,
		.section2 article:nth-of-type(9) .archive-post-date,
		.section2 article:nth-of-type(10) .archive-post-date,
		.section2 article:nth-of-type(11) .archive-post-date,
		.section2 article:nth-of-type(12) .archive-post-date {    margin: 0 0 0px }

		.section2 article:nth-of-type(7) h3,
		.section2 article:nth-of-type(8) h3,
		.section2 article:nth-of-type(9) h3,
		.section2 article:nth-of-type(10) h3,
		.section2 article:nth-of-type(11) h3,
		.section2 article:nth-of-type(12) h3 {
		    font-size: 14px;
		    line-height: 22px;
		}

			.section2 article:nth-of-type(7) h3 a:after,
			.section2 article:nth-of-type(8) h3 a:after,
			.section2 article:nth-of-type(9) h3 a:after,
			.section2 article:nth-of-type(10) h3 a:after,
			.section2 article:nth-of-type(11) h3 a:after,
			.section2 article:nth-of-type(12) h3 a:after {    content: " \2192" }

.read-more {
    display: inline-block;
    margin-top: 20px;
}

.page-template-page-home-traditional-php hr {
    background: none;
    border: none;
    display: block;
    margin: 0;
}

/* PAGE-HOME-GRID.PHP
   ================================================== */

.post-grid-footer .post-single-rate {    margin: 5px 0 0 }

.colour-bg {
	background: #fff !important;
    position: relative;
}

.gradient-overlay {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.post-grid {
    overflow: hidden;
    position: relative;
    z-index: 1;
	background:#fff;
}

.post-grid-wrapper {
width:99%;
margin-left:1%;
}

	.post-grid .post {
	    background-color: #fff;
	    float: left;
	    height: 370px;
	    position: relative;
	    width: 23.7%;
		margin:8px;			
	}.post-grid .post:hover{	}



.post-background {
    bottom: 120px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.post-grid .post:hover .post-background.no-feature-image {  /*  background-color: #282828 */}

.post-background.has-feature-image {
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===[ Give posts with no background image 100% opacity ]=== */

.loaded  .post-background.no-feature-image {
   
    opacity: 1;
}

.post-grid-post-content {
    /* border: 1px solid #000; */
    border-color: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.fill-container-permalink {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.post-grid-meta {
	font-family: 'Open Sans', sans-serif;	font-size: 10px;	/* font-weight: 700; */	overflow: hidden;	padding: 0px 5px 0;	position: relative;	text-transform: uppercase;	z-index: 3;	position: absolute;	display: block;	width: 100%;	top: 250px;
}

	.post-grid-meta a {
	    color: #282828 !important;
	    display: inline-block;
	}

	.post-grid-meta a:hover {color: #373737 !important; }

	.post-grid-meta .category-meta {
	    display: block;
	    float: left;
	    position: relative;
	    width: 50%;
	}

	.post-grid-meta .comments-meta {
	    display: block;
	    float: right;
	    text-align: right;
	    width: auto;
		margin-top:-22px;
	}

.comments-meta span {    margin-right: 3px }

.post-grid-footer {
    position: absolute;
	width:100%;
	/* bottom:0px; */	top:270px;
    z-index: 1;
}

.post-grid-date {
    color: #282828;
    font-size: 12px;
    /* font-weight: 700; */
    text-transform: uppercase;
	/* display:none; */
	position: relative;	float:right;	margin-right:14px !important;
	/* top: -10px !important; */
}

.small-post-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
	height:60px;
		border-bottom: 1px #bababa solid;
		-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.post-grid .post:hover .small-post-title{
	border-color:#eaa51e;
}
.post-grid .post:nth-of-type(10n-9) .small-post-title,
.post-grid .post:nth-of-type(10n-4) .small-post-title {
    font-size: 14px;
    line-height: 20px;
}

.small-post-title a,
.small-post-title a:visited {
    color: #FFF;
    display: block;
}

.small-post-title a:hover,
.small-post-title a:visited:hover {    color: #0066CC }

.post-grid .small-post-title a,
.post-grid .small-post-title a:visited {    color: #FFF }

.post-grid .post .small-post-title a:hover,
.post-grid .post .small-post-title a:visited:hover {    color: #FFF }
.page-template-page-home-grid-php .post-pagination {
    position: relative;
    z-index: 2;
}

.page-template-page-home-grid-php .pagination {    padding: 20px 0 }

#infscr-loading  {
    clear: both;
	width: 100%;
}

#infscr-loading img { display: none; }

#funky-load-posts-button,
#infscr-loading {
    background: #3E3E3E;
    color: #FFF;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

#funky-load-posts-button:hover {    color: #0066CC }

/* SINGLE.PHP
   ================================================== */

#background-holder {
    background: #383838;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

#background-holder.loaded {    background: #0066CC }

#background-holder .gradient-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

#background-holder.loaded .gradient-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.single-post.feature-post #wrapper {    background: #1A1A1A }

#background-image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 0;
}

.feature-post .video-player-holder {
    margin: 0 auto 40px;
    position: relative;
}

/* ===[ Hide video player ]=== */

	.feature-post .video-player-holder > *:first-child {
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    zoom: 1;
	    filter: alpha(opacity=0);
	    opacity: 0;
	    -moz-transition: opacity 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out;
	    -o-transition: opacity 0.5s ease-out;
	    -webkit-transition: opacity 0.5s ease-out;
	    transition: opacity 0.5s ease-out;
	}

.video-player-holder .icon-play-2 {
    color: #FFF;
    cursor: pointer;
    font-size: 82px;
    display: block;
    line-height: 400px;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.video-player-holder:hover .icon-play-2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ===[ Fade in video player ]=== */

.feature-post .video-player-holder.open > *:first-child {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.video-player-holder.open .icon-play-2 {    display: none }

.post-category {
    display: inline-block;
   font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1em;
	background:#696969;
	line-height:29px;
	float:left;
}

	.post-category a { 
color: #fff !important;
  background: #696969;
  padding: 5px 9px 5px 9px; 
  }
  
  .post-category a:visited { 
color: #fff;
  background: #696969;
  padding: 5px 9px 5px 9px; 
  }

	.post-category a:hover {    color: #999 }

.feature-post-title {
    background: #282828;
    margin-top: 400px;
    width: 720px;
}

	.feature-post-title .content-padding {    padding: 0px 5px 10px }

	.feature-post-title .post-title {    margin: 0 0 20px }

	.feature-post-title .post-title:first-child {    margin: 20px 0 0 }

	.feature-post-title .post-subtitle {    margin: 30px 0 20px }

	.feature-post-title + div > .content-padding {    padding-top: 1px }

/* video format  */

.video-player-holder { }

	.video-player-holder > div,
	.video-player-holder iframe {
	    display: block;
	    margin: 0 auto;
	}

/* ===[ Feature image ]=== */

.post-feature-image-holder {    background: url(images/loader-dark.gif) center center no-repeat #1A1A1A }

.post-feature-image-holder.loaded {    background-image: none }

.post-feature-image-holder img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
display:none;
}

/* post share buttons  */
	.post-share-buttons {
		background: #696969;
		left: auto;
		line-height: 45px;
		padding: 0;
		position: relative;		
		top: auto !important;
		width: 100%;
	}
	
	.post-share-buttons  b {
	font-size:14px;
	text-transform:none;
	color:#ffffff;
	padding: 8px;
	  font-weight: normal;
	}

	.post-share-buttons  img{
	border:none;
	width:24px;
	border-radius:15px;
	}
	
	.share_me{
    position: absolute;
    right: 13px;
    top: 8px;
	}
	
	.share_me a {
	width:30px;
	height:30px;
	opacity: 0.7;
	}
	
	.share_me a:hover {
	opacity: 0.9;
	}
	
	.share_me a.vk_ico {
	background-image: url('images/vk_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me a.vk_ico:hover {
	background-image: url('images/vk_post1.png');
	}
	
	.share_me a.fb_ico {
	background-image: url('images/facebook_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me a.fb_ico:hover {
	background-image: url('images/facebook_post1.png');
	}
	
	.share_me a.gp_ico {
	background-image: url('images/google_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me a.gp_ico:hover {
	background-image: url('images/google_post1.png');
	}
	
	.share_me a.twi_ico {
	background-image: url('images/twitter_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me a.twi_ico:hover {
	background-image: url('images/twitter_post2.png');
	}

	.share_me a {
	display: inline-block;
	}

	.share_me2{
    position: relative;
    left: 30px;
    top: 8px;
    width: 60%;
	font-weight:700;
	font-size:16px;
	}
	
	.share_me2 a {
	width:30px;
	height:30px;
	opacity: 0.7;
	vertical-align: bottom;
	}
	
	.share_me2 a:hover {
	opacity: 0.9;
	}
	
	.share_me2 a.vk_ico {
	background-image: url('images/vk_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me2 a.vk_ico:hover {
	background-image: url('images/vk_post1.png');
	}
	
	.share_me2 a.fb_ico {
	background-image: url('images/facebook_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me2 a.fb_ico:hover {
	background-image: url('images/facebook_post1.png');
	}
	
	.share_me2 a.gp_ico {
	background-image: url('images/google_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me2 a.gp_ico:hover {
	background-image: url('images/google_post1.png');
	}
	
	.share_me2 a.twi_ico {
	background-image: url('images/twitter_post.png');
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	.share_me2 a.twi_ico:hover {
	background-image: url('images/twitter_post2.png');
	}

	.share_me2 a {
	display: inline-block;
	}

	.feature-post .post-share-buttons { 
		background: #1A1A1A; 
		margin: 0 0 40px;
	}
		
		.post-share-buttons span[class*="icon-"] {
			display: inline-block; 
			margin: 0 5px 0 0;
		}
		
		.post-share-buttons a,
		.post-share-buttons a:visited {
			color: #A8A8A8;
			border: none;
			display: inline-block;
			margin: 0 4px;
		}
		
		.feature-post .post-share-buttons a,
		.feature-post .post-share-buttons a:visited { color: #FFF; }
		
		.feature-post .post-share-buttons a:hover,
		.feature-post .post-share-buttons a:visited:hover { color: #0066CC; }


/* post share buttons2  */
	.post-share-buttons2 {
		background: #E6E6E6;
		left: auto;
		line-height: 25px;
		padding: 5px;
		position: relative;		
		top: auto !important;
		width: 100%;
margin-top: 20px;
	}
	
	.post-share-buttons2  b {
	font-size:14px;
	text-transform:none;
	color:#000000;
	padding: 8px;
	  font-weight: normal;
	}

	.post-share-buttons2  img{
	border:none;
	width:25px;
	border-radius:12px;
	}

/* post author / post date  */

.post-author {
    /*border-top: 5px solid #222;*/
    color: #FFF;
    font-size: 12px;
    /*font-weight: 700;*/
    line-height: 30px;
    margin: 0 0 20px;
    position: relative;	float:left;
    text-transform: uppercase;
	max-width:100px;
}

	.post-author span {
	    position: relative;
	    z-index: 2;
	}

	.post-author span:first-child {
	    background: #696969;
	    display: inline-block;
	    margin-right: 20px;
	    padding: 0 20px;
		font-size:16px;
	}

/* post tags  */

.post-tags {
    float: left;
    margin: 40px 0;
    width: 85%;
}

	.post-tags h4 {
	    font-size: 12px;
	    line-height: 1em;
	    margin: 0 0 20px;
	}

	.post-tags a,
	.post-tags a:visited,
	.widget.widget_tag_cloud a,
	.widget.widget_tag_cloud a:visited {
	   /* -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);*/
	    /*box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.20);*/
	    color: #EAEAEA;
	    margin-bottom: 3px;
	    padding: 0 9px;
	    /*background: #0066CC;*/
	    display: inline-block;
	    font-size: 11px !important;
	    /*line-height: 30px;*/
	    /*text-transform: uppercase;*/
	}

	.post-tags a:hover,
	.widget.widget_tag_cloud a:hover {
	    color: #FFF;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	    zoom: 1;
	    filter: alpha(opacity=50);
	    opacity: 0.5;
	}

.back-to-top,
.back-to-top:visited {
    color: #000000;
    float: right;
    line-height: 1em;
    margin: 10px 0;
    padding-left: 10px;
    text-transform: uppercase;
}

.back-to-top:hover,
.back-to-top:visited:hover {
    color: #000000;
    
}

/* ===[ Author bio ]=== */

.author-bio {
    background: #696969;
    clear: both;
    padding: 20px 40px 40px;
    position: relative;
}

	.author-bio h4 {
	    color: #FFF;
	    margin: 20px 0;
	}

.author-link {
    display: inline-block;
    clear: both;
    margin: 20px 0 0;
}

.date {
background:#696969 !important;
}

/* ===[ Sidebar ]=== */

.sidebar-shadow {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.20)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,0.20) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    bottom: 0;
    left: 0;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    nowhitespace: afterproperty;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 1;
}

.secondary .sidebar-content-holder {
    bottom: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}

.sidebar-buttons {
    background: #1A1A1A;
    height: 100%;
    position: absolute;
    right: 0;
    width: 0px;
    z-index: 2;
	display:none;
}

	.sidebar-buttons a {
	    color: #999;
	    color: rgba(255,255,255,0.5);
	    display: block;
	    font-size: 16px;
	    line-height: 60px;
	    text-align: center;
	}

	.sidebar-buttons a:hover {    color: #FFF }

	.sidebar-buttons .active {    color: #0066CC }

.sidebar-content-holder .sidebar-content {
    font-size: 12px;
    margin-right: 0px;
}

.page .content-body .sidebar-content,
.error404  .content-body .sidebar-content,
.search .content-body .sidebar-content {    background: none }

.sidebar-content > div {
	display: none; 
	position: relative;
}

.sidebar-content > .active {   background: #fff;   display: block }

.sidebar-content-header {
    background: #1A1A1A;
    cursor: pointer;
    position: absolute;
    width: 100%;
    z-index: 999;
}

	.sidebar-content-header  h3 {
	    color: #FFF;
	    font-size: 12px;
	    line-height: 12px;
	    margin: 0 20px;
	    padding: 25px 0;
	}

	.sidebar-content-header  span {
	    color: #999;
	    color: rgba(255,255,255,0.5);
	    position: absolute;
	    right: 20px;
	    top: 0;
	    line-height: 60px;
	}

	.sidebar-content-header ul {
	    border-bottom: 5px solid #0066CC;
	    display: none;
	    list-style: none;
	    margin: 0;
	    padding: 1px 0;
	}

		.sidebar-content-header ul ul {    border: none }

.sidebar-content-header:hover  span {    color: #FFF }

.no-js .sidebar-content-header:hover ul,
.category-open .sidebar-content-header ul {    display: block }

.sidebar-content-header ul li {    margin: 0 }

.sidebar-content-header li a {
    color: #999;
    color: rgba(255,255,255,0.5);
    display: block;
    padding: 10px 20px;
}

.sidebar-content-header li a:hover {
    background: #1A1A1A;
    color: #FFF;
}

.sidebar-posts-holder a:hover,
.sidebar-posts-holder a:visited:hover {
    background: #0066CC;
    color: #FFF !important;
}

.sidebar-scroll-container .mCustomScrollBox > .mCSB_scrollTools {
    bottom: 40px;
    right: 5px;
    top: 100px;
}

.sidebar-posts-holder .current-post {    background: #222 }

.widget-area .sidebar-scroll-container .mCustomScrollBox > .mCSB_scrollTools {    top: 40px }

.sidebar-posts-holder {
    height: 100%;
    padding-top: 60px;
}

#sidebar-loader {
    background: url(images/loader-dark.gif) center center no-repeat;
    height: 120px;
    width: 100%;
}

.sidebar-posts-holder article {
    border-top: 1px dotted #000;
    border-color: rgba( 0,0,0, 0.25 );
}

.sidebar-posts-holder .current-post,
.sidebar-posts-holder  .current-post + article {    border: none }

.sidebar-posts-holder article:first-child {    border-top: none }

.sidebar-posts-holder a,
.sidebar-posts-holder a:visited {
    display: block;
    color: #A8A8A8;
    font-weight: 700;
    min-height: 55px;
    overflow: hidden;
    padding: 10px 20px;
}

.latest-posts .post-thumbnail-holder {
    height: 55px;
    width: 55px;
    float: left;
    margin-right: 20px;
}

.post-thumbnail-holder {
    display: block;
    position: relative;
}

.post-thumbnail-holder.loaded {    background: #0066CC }

.post-thumbnail-holder,
.post-thumbnail-holder:empty,
.post-thumbnail-holder.loaded:empty {
    background: #000;
    background: rgba(0,0,0, 0.1);
}

	.post-thumbnail-holder a {    display: block }

	.post-thumbnail-holder img {
	    height: auto;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    zoom: 1;
	    filter: alpha(opacity=0);
	    opacity: 0;
	    width: 100%;
	    z-index: 1;
	    -moz-transition: opacity 0.3s ease-out;
	    -ms-transition: opacity 0.3s ease-out;
	    -o-transition: opacity 0.3s ease-out;
	    -webkit-transition: opacity 0.3s ease-out;
	    transition: opacity 0.3s ease-out;
	}

.sidebar-post-title {
    display: block;
    line-height: 20px;
    margin-left: 75px;
}

.latest-videos a {    padding: 15px 20px }

.latest-videos .sidebar-post-title {
    margin: 10px 0 0;
    width: auto;
}

.post-thumbnail-holder .icon-play {
    color: #FFF;
    display: block;
    font-size: 56px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 2;
}

.post-thumbnail-holder.loaded .icon-play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.latest-videos .post-thumbnail-holder.loaded:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

/* ARCHIVE.PHP
   ================================================== */

.rating-wrapper {
    overflow: hidden;
    margin: 20px 0 10px;
}



.archive .content-header {    border: none }

.content-holder_archive {
background:none;
width:100%;
margin:0px auto;
/* margin-top: -60px; */
}

.archive article,
.blog article {
    float: left;
    width: 31.8%;
	background:#ffffff;
	margin: 10px 8px 20px 8px;
	height: 430px;
	overflow-y: hidden;
	position:relative;
}
.archive article:after,
.blog article:after{
	position:absolute;
	width:100%;
	height:25px;
	content:"";
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 75%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	bottom:0;
}
.archive-post-date{
	    padding-left: 15px;
    background: url('images/fl_post_date.png')no-repeat left 7px transparent;
    background-size: auto 11px;
}
.archive article img,.blog article img{
	opacity:1 !important;
}
.archive article:hover .small-post-title,
.blog article:hover .small-post-title{
	border-color: #eaa51e;
}
#archive_content_head h1{
	font-size: 28px;
}
.content-padding-archive>p{
	margin-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
.archive article:first-of-type, .blog article:first-of-type{
	width: 64.9%;
}
.archive article:first-of-type:after, .blog article:first-of-type:after{
	height:0;
}
.archive article:first-of-type>span a,  .blog article:first-of-type>spana{
	position:relative;
}
.archive article:first-of-type>span a:after, .blog article:first-of-type>span a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.archive article:first-of-type .archive-post-date, .blog article:first-of-type .archive-post-date{
	color: #fff;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	left: 20px;
		line-height: 28px;
	font-weight: 400;
	font-size: 18px;
	background: url('images/fl_post_date.png')no-repeat left 2px transparent !important;
	padding-left: 25px;
}
.archive article:first-of-type img, .blog article:first-of-type img{
	max-width:100%;
}
.archive article:first-of-type .small-post-title, .blog article:first-of-type .small-post-title{
	position: absolute;
	bottom: 160px;
	left: 20px;
	right: 20px;
	border: none;
	padding:0;
	height:auto;
	opacity:1;
	line-height: 34px;
	z-index: 9;
}
.archive article:first-of-type .small-post-title a, .blog article:first-of-type .small-post-title a{
	color:#fff !important;
	font-size:32px;
}
.archive article:first-of-type .content-padding-archive>p{
	position: absolute;
    bottom: 70px;
    left: 20px;
    right: 35px;
	font-size:14px;
	color:#ccc;
}


.page-template-page-home-traditional-php .post-thumbnail-holder,
.archive .post-thumbnail-holder,
.search .post-thumbnail-holder,
.blog .post-thumbnail-holder {
    height: 0;
    overflow: hidden;
    padding-bottom: 55.5%;
    width: 100%;
}

.sticky .post-thumbnail-holder:after {
    position: absolute;
    top: 0;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #0066CC transparent transparent transparent;
    left: 0;
}

.archive-post-date {
    color: #FFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin:0;
    text-transform: uppercase;
}

/* AUTHOR.PHP
   ================================================== */
   
.archive.author .avatar {
	float: left;
	margin-right: 20px;
}

/* SEARCH.PHP
   ================================================== */

.search .content-header {
    border-bottom: none;
    padding-bottom: 0;
}

.big-search {
    color: #777;
    font-size: 42px;
    margin: 0 0 40px;
}

	.big-search fieldset {
	    border: 1px solid #666;
	    border-color: rgba(255,255,255,0.1);
	    border-top: none;
	    border-right: 0;
		
	}

	.big-search .s {
	    background: none;
	    border: none;
	    float: left;
	    font-weight: 700;
	    line-height: 1em;
	    padding: 20px;
		outline:none;
	    width: 90%;
	}

	.big-search ::-webkit-input-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.big-search :-moz-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.big-search ::-moz-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.big-search :-ms-input-placeholder {
	    color: #777;
	    text-overflow: ellipsis;
	}

	.big-search .searchsubmit {
	    float: right;
	    height: 90px;
	    position: relative;
	    width: 10%;
	}

	.big-search .icon-search {
	    line-height: 90px;
	    left: 0;
	    position: absolute;
	    right: 0;
	    text-align: center;
	}

	.big-search .searchsubmit:hover .icon-search {    color: #A8A8A8 }

	.big-search .searchsubmit input:hover {    background: none }

	.big-search input[type="submit"] {
	    background: none;
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    right: 0;
	    text-indent: -999px;
	    top: 0;
	}

.search-subtitle {    color: #FFF }

.search article {
    border-top: 1px solid #666;
    border-color: rgba( 255,255,255, 0.1 );
    margin: 20px 0 0;
    overflow: hidden;
    padding-top: 20px;
}

.search article:first-child {
    border: none;
    padding: 0;
}

.search .post-category {
    display: block;
    margin-top: 0px;
	float:none;
}

.search h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 0;
}

	.search h3 a,
	.search h3 a:visited {    color: #FFF }

	.search h3 a:hover,
	.search h3 a:visited:hover {    color: #0066CC }

.search .comments-meta {
    display: block;
    margin-top: 20px;
}

	.search .comments-meta a,
	.search .comments-meta a:visited {    color: #FFF }

	.search .comments-meta a:hover,
	.search .comments-meta a:visited:hover {    color: #0066CC }

.search-excerpt.padding-top {    padding-top: 0px }
.search-excerpt.padding-top p {    margin-top: 0px }

.search .page h3 {    margin: 10px 0 0 }

.search .page p:last-child {    margin-bottom: 20px }
.search .third img{
	opacity:1;
}
.search .post-pagination,
.archive .post-pagination,
.page-template-page-home-traditional-php .post-pagination,
.blog .post-pagination {    padding: 0 0 20px }

.search .pagination {    padding-top: 0 }

/* VIDEO PLAYER
   ================================================== */

#wrapper .mejs-container {    margin: 40px 0 }

	#wrapper .mejs-container .mejs-controls {    background: #000 }

#wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #999;
    background: rgba(255,255,255,0.5);
}

#wrapper .mejs-controls .mejs-time-rail .mejs-time-current {    background: #0066CC }

#wrapper .mejs-controls button {    box-shadow: none }

/* ==================================================
   STYLING
   ================================================== */

.clearboth {
    background: none;
    border: none;
    clear: both;
    display: block;
    height: 1px;
    margin: 0;
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {    clear: both }

.clearfix {    zoom: 1 }

.site-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
    width: 100%;
}

.fourth,
.third,
.half,
.two-thirds {
    float: left;
    margin-right: 2%;
}

.end {    margin-right: 0 }

.fourth {    width: 23.5% }

.third {    width: 32% }

.half {    width: 49% }

.two-thirds {    width: 66% }

/* ==================================================
   GALLERY SHORTCODE
   ================================================== */

.gallery {
    margin: 40px 20px 40px 15px;
    overflow: hidden;
}

.gallery:last-child { margin-bottom: 0; }

.page-template-page-full-width-php .gallery {
    margin: 40px 0 40px -5px;
    width: 1030px;
}

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

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

.gallery-columns-1 .gallery-item {    width: 595px }

.page-template-page-full-width-php .gallery-columns-1 .gallery-item {    width: 1025px }

.gallery-columns-2 .gallery-item {    width: 292px }

.page-template-page-full-width-php .gallery-columns-2 .gallery-item {    width: 505px }

.gallery-columns-3 .gallery-item {    width: 191px }

.page-template-page-full-width-php .gallery-columns-3 .gallery-item {    width: 333px }

.gallery-columns-4 .gallery-item {    width: 141px }

.page-template-page-full-width-php .gallery-columns-4 .gallery-item {    width: 247px }

.gallery-columns-5 .gallery-item {    width: 110px }

.page-template-page-full-width-php .gallery-columns-5 .gallery-item {    width: 196px }

.gallery-columns-6 .gallery-item {    width: 90px }

.page-template-page-full-width-php .gallery-columns-6 .gallery-item {    width: 161px }

.gallery-columns-7 .gallery-item {    width: 76px }

.page-template-page-full-width-php .gallery-columns-7 .gallery-item {    width: 137px }

.gallery-columns-8 .gallery-item {    width: 65px }

.page-template-page-full-width-php .gallery-columns-8 .gallery-item {    width: 118px }

.gallery-columns-9 .gallery-item {    width: 57px }

.page-template-page-full-width-php .gallery-columns-9 .gallery-item {    width: 104px }

.gallery-item a {
    display: block;
    text-align: center;
}

.gallery-item a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    zoom: 1;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

.gallery-caption {
    background: #0E0E0E;
    background: rgba( 0, 0, 0, 0.75 );
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/* ===[ Disable captions when columns are too narrow ]=== */

.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9  .gallery-caption {    display: none }

/* ==================================================
   PRINT
   ================================================== */

@media print { 
	* {
	    -ms-filter: none !important;
	    background: transparent !important;
	    color: black !important;
	    filter: none !important;
	    text-shadow: none !important;
	}

	/* ===[ Black prints faster: h5bp.com/s ]=== */

	a[href]:after {    content: " (" attr(href) ")" }

	a,
	a:visited {    text-decoration: underline }

	abbr[title]:after {    content: " (" attr(title) ")" }

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {    content: "" }

	/* ===[ Don't show links for images, or javascript/internal links ]=== */

	pre,
	blockquote {    page-break-inside: avoid }

	thead {    display: table-header-group }

	tr,
	img {    page-break-inside: avoid }

	img {    max-width: 100% !important }
}

/*added styles*/
.page_s {
color:#ffffff;
}
.small-post-title {
/* background: #283B81; */
padding: 5px 5px 8px 5px;
 opacity: 0.8;  text-transform:none; 
}
.small-post-title a{	color:#282828 !important;	font-size:16px;	font-weight:normal;}
.comments-meta{
	display:inline-block;
	margin-left: 4px;
}

.valueinfo {
	display: inline-block;
	vertical-align: top;
margin-left:25px;
	margin-top: 10px;
  position: relative;
}

.moon_icon {
  width: 28px;
  padding: 2px;
  margin-left: 12px;
  margin-top: -5px;
  opacity: 0.8;
}

.moon_icon:hover {
opacity:1;
}

#btcusd {
  font-size: 20px;
  display: inline;
  color: #F79A0A;
  font-family: baumans; 
  border-bottom: 1px #f79a0a solid;
}

.about_footer {
margin:0px auto;
width:40%;
float: left;
line-height: 19px;
padding-left: 40px;
}

.about_footer h3 {
color: #E6E6E6;
text-transform: none;
line-height: 1px;
}



.view {
/* float: right; */
display:inline-block;
color: #26272A;
/* background: #ffffff; */
border-radius: 0 0 0 5px;
padding: 0px 6px;
opacity: 0.7;
}
#unisender_subscribe_form{
	position:relative;
}
#unisender_subscribe_form input[type="text"]:focus, #unisender_subscribe_form input[type="submit"]:focus{
	outline:none;
	background-color:#f6f6f6;
}
#unisender_subscribe_form input[type="text"]{
	border-color: #696969;
	padding: 0 10px;
	height: 45px;
}
#unisender_subscribe_form input[type="submit"]{
	position: absolute;
	right: 0;
	bottom: 48px;
	height: 45px;
	box-shadow: none;
	border-left: 1px solid #696969;
	padding: 0 10px;
	background: #fff;
	font-size:0;
	width:100px;
	background: url(images/arrow_submit.png)no-repeat center;
}
.unisender_form h2{
		font-style: italic;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
.unisender_form label{
	/* display:none; */
}
#unisender_subscribe_form img{
		position: absolute;
	right: 110px;
	bottom: 60px;
}
.view li{
background: url(images/views.png) 1px 2px no-repeat;
list-style: none;
padding-left: 20px;
line-height: 15px;
}

.block_under {
/*display:none;*/
height:130px;
width:1150px;
/*padding-top: 50px;*/
margin:0px auto;
}
/*
@media handheld and (max-width: 1650px) {
 .block_under {
    display: none;
  }
*/

.block_under ul {
display:inline-block;
float:left;
margin: 20px 60px 0px 0px;
}

.block_under ul li {
list-style:none;
}

.block_under ul li a {
color:#C1BBBB;
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:12px;
font-weight:normal;
}

.block_under ul li a:hover {
color:#1DA2BC;
}

.block_under a, a:visited, a:active, a:hover {
border:none;
}


.GIF {
float: left;
width: 450px;
height: 70px;
/*margin-top: 30px;*/
}

.smm_icon {
float:right;
}

.smm_icon ul {
display:inline-block;
float:right;
}

.smm_icon ul li {
list-style:none;
display:inline-block;
padding:3px;
}

.smm_icon img {
width:35px;
}


div#rotator {position:relative; height:150px; margin-left: 15px;}
div#rotator ul li {float:left; position:absolute; list-style: none;}
div#rotator ul li.show {z-index:500;}


.attachment-thumbnail {
width:400px !auto;
height:auto !important;
}

#full-w-bg {
background:#FCFCFC;
color:#000000;
}

.supp_smm  li{
display:inline-block;
}

.supp_smm img {
height:30px;
}

.changetip_tipme_button {
margin-top:30px;
}

.goog-te-combo {
  width: 200px;
  float: right;
  top: -35px;
  position: relative;
  padding: 8px;
  background: #222222;
}

.goog-te-gadget {
color:#ffffff !important;
}

.goog-logo-link {
display:none;
}

.goog-te-combo:before {
content: url('images/english.png'); 
}

.noactive:hover {
background:#282828;
}


#nav_zone {
display: block;background:#303030;
width:100%;
	height: 63px;
}

.cat_navigation {
	max-width: 1310px;	width: 100%;
margin:0px auto;
}

.cat_navigation ul li a:hover {
color:#262B2D !important;
}

.plus_navigation {
  		margin-top: -67px;
	float: right;
	height: 62px;
	display: block;
}

.plus_navigation ul {
	margin: 0px 3px 0 0;
 padding:0px;
 float:right;
}

.plus_navigation ul li {


}

.wide-navigation-topdd  > li > a{
font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 2px;
  text-transform: none;
}

.wide-navigation-topdd a, .wide-navigation-topdd a:visited {
color:#B9B9BB;
}

.wide-navigation-topdd a:hover {
color:#ffffff !important;
}

.home-right-bar {
  width: 24%;
  float: right;
  margin-right: 10px;
  border-radius: 5px;
}

.home-right-bar ul li {
padding:5px;
}

.home-right-bar ul li:hover {
background:#DBDBDB;
}

.home-right-bar h4 {
line-height: 1px;
margin-top: 18px;
border-radius: 5px;
text-transform:none;
  background: #282828;
  padding: 16px;
  color: #ffffff;
  font-size: 18px;
  width:85%;
}

.home-right-bar h3 a{
text-transform:none;
font-size:14px !important;
}

.home-right-bar .rpwe-li {
width:280px;

}

.home-right-bar .rpwe-title  a{
font-size:14px!important;
}

.social_icons{
	height: 100%;
  display: inline-block;
  margin-left: 40px;
  height:25px;
  position: relative;
  margin-top: 14px;
}

.social_icons img {
width:28px;
opacity:0.5;
border-radius: 15px;
}

.social_icons img:hover {
opacity:1;
}

.social_icons .en {
opacity:1
}


.block-in-post {
  height: auto;
  background: #E6E6E6;
  position: relative;
  float: right;
  margin-right: 50px;
  width: 380px;
}

.block-in-post .widget{
margin:0px;
}

.content-padding-archive {
padding:10px 0;
}

.content-padding-archive  h3{
background:none !important;
padding: 5px 0px 8px 0px;
}

.banner_footer_ad {
margin: 0px auto;
width: 60%;
}

.post_thimb_in img{
width:50%;
float:left;
padding:10px;
margin-right:10px;
background:#ededed;
}

.subscriber {
  width: 90%;
max-height: 100px !important;
}

.subscriber .ad-widget-area {
padding-bottom:30px;
}

.subscriber h3 {
text-transform: none;
}


input.sml_nameinput {
height: 40px !important;
}

input.sml_emailinput {
height: 40px !important;
}

input.btn.sml_submitbtn {
margin-top: 0px;
  background: #10A5DD;
  box-shadow: none;
}

.sml_emaillabel {
display:none;
}

.sml_submit {
margin-top: 0px;
}

.sml_namelabel {
display:none;
}

.subscriber input {
margin-right:10px;
margin-top: 0px;
}

.sml_name {
float:left;
width:30%;
margin-top: 0px;
}

.sml_email {
float:left;
width:30%;
margin-top: 0px;
margin-right: 15px;
  margin-left: 15px;
}

/*under block*/
#underB {
padding-bottom: 40px;
width:95%;
margin:0px auto;
display:none;
}

#underB ul li:hover {
background:#DBDBDB;
}
.under_bar1 {
width:80%;

height: 290px;
}

.under_bar1 h4, .under_bar2 h4, .under_bar3 h4   {
font-size:20px;
margin-left:10px;
text-transform:none;
margin-top: 8px;
background: #282828;
  width: 120px;
  color: #ffffff;
  padding: 5px;
  border-radius: 2px;
  position: relative;
  top: 20px;

}


.under_bar2 {
width:80%;
display:inline-block;
height: 290px;
}

.under_bar2 .rpwe_widget{
float:left;
}

/*Ad block class*/
.ad_img {
  padding-top: 75px;
}

.under_bar3 {
width:80%;

height: 290px;

}

/*cat recent widget*/
.rpwe-block  {
line-height:20px;
margin:0px;
}

.rpwe-li  {
width:280px;
display:inline-block;
}

.rpwe-title a {
text-transform:none;
font-size:16px;
   font-weight: bold;
}

.rpwe-summary {
color:#000000;
}

.home-right-bar .rpwe-li {
margin-top:-16px;
}

.home-right-bar .rpwe-block h3 {
width: 251px;
margin-left: 14px;
}

.home-right-bar time {
margin-left: 14px;
}

/*social widgets*/
.social_widgets {
display:none;
float: right;
margin-right: 20px;
}

.en  {
display:none;
}.social_icons a{	display:inline-block;	vertical-align:top;	width:20px;	height:20px;	opacity:.7;	margin:0 5px 0 0;	-webkit-transition: 0.3s ease-in-out;	-moz-transition: 0.3s ease-in-out;	-o-transition: 0.3s ease-in-out;	transition: 0.3s ease-in-out;	background-position:center;	background-size:contain;	background-repeat:no-repeat;	color:#fff !important;	font-family: baumans;	font-size: 24px;	font-weight: 700;	line-height: 17px;}.social_icons a:hover{	opacity:1;}
.social_icons a.fb_icon{	background-image:url('images/fb_ico.png');}.social_icons a.fb_icon:hover{	background-image:url('images/fb_ico_h.png');}.social_icons a.vk_icon{	background-image:url('images/vk_ico.png');	width: 27px;}.social_icons a.vk_icon:hover{	background-image:url('images/vk_ico_h.png');}.social_icons a.twitter_icon{	background-image:url('images/tw_ico.png');}.social_icons a.twitter_icon:hover{	background-image:url('images/tw_ico_h.png');}.social_icons a.gplus_icon{	background-image:url('images/gp_ico.png');}.social_icons a.gplus_icon:hover{	background-image:url('images/gp_ico_h.png');}.social_icons a.reddit_icon{	background-image:url('images/rd_ico.png');}.social_icons a.reddit_icon:hover{	background-image:url('images/rd_ico_h.png');}.social_icons a.ru_icon:hover{	color:#F79A0A !important;}

a#funky-load-posts-button {
	background: #282828;
  width: 30px;
  height: 30px;
  padding: 9px;
  /* line-height: 13px; */  font-size:0;
  color: #12B0EB;
  margin: 10px auto;
  margin-bottom: 20px;
  border-radius: 8px;	position:relative;
}a#funky-load-posts-button:before{	content:"";	position:absolute;	width:30px;	height:30px;	background: url('images/fl_load_more_ico.png')no-repeat center;	top: 9px;	left: 9px;	-moz-transition: all 0.3s ease-out;	-ms-transition: all 0.3s ease-out;	-o-transition: all 0.3s ease-out;	-webkit-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;}a#funky-load-posts-button:hover:before{	background: url('images/fl_load_more_ico_h.png')no-repeat center;    -ms-transform: rotate(90deg);    -moz-transform: rotate(90deg);    -webkit-transform: rotate(90deg);    transform: rotate(90deg);}/*Sticky post slider*/.sticky_p {width: 40%;margin-left:50px;padding:50px;}#featured-blog-image {width:500px;}

.sticky_p {
display:table-cell;
margin:0 0 50px 1%;
padding:0;
width: 852px;
}
.sticky_img {
width:100%;
}
#featured-slider{
	margin-left:8px;
}
.sticky_p #main_slide_wrapper{
	margin-bottom:8px;
}
.sticky_p #main_slide_wrapper h1{
	position: absolute;
	bottom: 100px;
	display: block;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	margin:0;
	padding-left:10px;
}
.sticky_p #main_slide_wrapper article{
	height:400px;
	overflow:hidden;
	position:relative;
	/* display:none; */
}
.sticky_p #main_slide_wrapper article>.content:first-of-type{
	position: absolute;
	bottom: 0;
	/* height: 100px; */
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
}
.sticky_p #main_slide_wrapper article>.content:first-of-type a{
	color:#fff;
}
.sticky_p #main_slide_wrapper article>.content:first-of-type p{
	margin:0;
	padding: 0 10px;
	color:#fff;
}
.sticky_p #main_slide_wrapper article img{
	width:100%;
	position:absolute;
	top: -116px;
}
.sticky_p #all_slides_wrap{
	display:block;
	height: 80px;
}
.sticky_p #all_slides_wrap  article{
	width:205px;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	position:relative;
	height: 80px;
	margin-right:8px;
	opacity:.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sticky_p #all_slides_wrap  article:last-of-type{
	margin:0;
}
.sticky_p #all_slides_wrap  article img{
	width:100%;
	position:absolute;
	top: -35px;
}
.sticky_p #all_slides_wrap  article.active, .sticky_p #all_slides_wrap  article:hover{
	opacity:1;
}

#top_block {
display:table;
width:1250px;
margin:0px auto;
}

.top_right {
display:table-cell;
vertical-align:top;
}

.top_empty {
width:20px;
display:table-cell;
}

#middle_stripe {
height:50px;
}

.related-posts {
width:100%;
margin-left:20px;
}

.related-posts ul {
list-style:square;
padding-left: 10px;
margin-top: -12px;
}

.related-posts  li a, .related-posts li a:visited {
color: #297BD3;
font-weight: bold;
}

.related-posts li a:hover {
color:#000000;
}

.related-posts h4 {
margin-left: 10px;
font-size: 16px;
text-transform: none;
font-weight: bold;
}

.related-posts li {
margin:0px;
}

.tag_nav ul{
list-style:none;
}

.tag_nav ul li {
display:inline-block;
}

.tag_nav a {
    background-image: url('images/hash30.png');
    transition: 0.3s ease-in-out;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 27px;
    margin-left: 10px;
    color: #000000;
	font-size: 16px;
    font-weight: 600;
}

.tag_nav li a {
text-transform: capitalize;
}

.tag_nav a:visited {
color: #000000;
}

.ad-after-article {
	margin-top:40px;
	border-top: #000000 1px solid;
    padding: 15px;
    border-bottom: #000000 1px solid;
}
.cat289-title {margin-top:30px;}

.left-about {float:right;margin-top: 30px;  width: 300px;   color: #044056;   font-size: 16px; vertical-align:top;max-height:300px; }
.left-about289 {  background: #ffffff;     padding: 20px;   border-radius: 7px;  }  
.small-post-title289 {opacity: 1;  font-size: 17px;    padding: 0px;  margin-top: 0px;}
.small-post-title289  a, .small-post-title289  a:visited {color:#000000;}

.left-about289  ul {
list-style:none;
}

#header_top_btns{
	float:right;
}
#header_top_btns span.close_header{
	/* display:inline-block; */
	display:none;
	vertical-align:top;
	width:25px;
	height:25px;
	margin: 11px 10px 0 10px;
	cursor:pointer;
	background: url('images/fl_pin_ico.png')no-repeat;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header_top_btns span.close_header:hover, #header_top_btns span.close_header.pinned{
	background: url('images/fl_pin_ico_h.png')no-repeat;
}
#header_top_btns span.show_search{
	display:inline-block;
	vertical-align:top;
	width:27px;
	height:27px;
	margin: 10px 10px 0 10px;
	cursor:pointer;
	background: url('images/fl_show_search.png')no-repeat;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header_top_btns span.show_search:hover, #header_top_btns span.show_search.active{
	background: url('images/fl_show_search_h.png')no-repeat;
}
#header_top_btns span.show_subscribe{
	display:inline-block;
	vertical-align:top;
	width:33px;
	height:28px;
	margin: 10px 10px 0 10px;
	cursor:pointer;
	background: url('images/fl_show_subscribe.png')no-repeat;
	webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header_top_btns span.show_subscribe:hover, #header_top_btns span.show_subscribe.active{
	background: url('images/fl_show_subscribe_h.png')no-repeat;
}
#switch_language_blk{
	display:inline-block;
	vertical-align:top;
	margin: 10px 10px 0 10px;
}
#switch_language_blk p{
	display:inline-block;
	vertical-align:top;
	margin:0 3px 0 0;
	font-size:14px;
	color: #F79A0A;
	font-weight:600;
	text-transform:uppercase;
}
#switch_language_blk #switch_lang_dropdown{
	display:inline-block;
	vertical-align:top;
	height: 30px;
	overflow-y: hidden;
	cursor:pointer;
	background: #201f1f;
	padding:0 5px;
	border-radius:3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#switch_language_blk #switch_lang_dropdown span, #switch_language_blk #switch_lang_dropdown a{
	display:block;
	font-size:14px;
	color: #F79A0A;
	font-weight:600;
	text-transform:uppercase;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#switch_language_blk #switch_lang_dropdown span{
	border-bottom:1px #F79A0A dashed;
}
#switch_language_blk #switch_lang_dropdown:hover{
	height: 55px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(247,154,10,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(247,154,10,1);
	box-shadow: 0px 0px 0px 1px rgba(247,154,10,1);
}
#switch_language_blk #switch_lang_dropdown:hover span{
	border-width:0;
}
#switch_language_blk #switch_lang_dropdown a:hover{
	opacity:.8;
}
#subscribe_dropdown{
	position: absolute;
	width: 400px;
	background: #201f1f;
	z-index: 9;
	top: 46px;
	border-radius: 0 0 3px 3px;
	right: 12px;
	-webkit-box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
	-moz-box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
	box-shadow: 0px 1px 0px 1px rgba(247,154,10,1);
	display:none;
}
#subscribe_dropdown h2, #subscribe_dropdown label{
	color:#ccc;
}
body{
	padding-top: 46px;
}
header{
	position:fixed;
	top:0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	/* border-bottom: 1px rgba(247,154,10,1) solid !important; */
}
header.scrolled{
	opacity:.5;
}
header.scrolled:hover, header.scrolled.clicked{
	opacity:1;
}
header.closed{
	position:absolute;
	opacity:1;
}
#wpadminbar + header{
	 top: 32px;
}
.big_img_wrapper{
	display:block;
	height:500px;
	background-size:cover;
	background-position:center;
	position:relative;
}
.big_img_wrapper:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .7);
}
.big_img_wrapper .post-title{
	right:40px;
	left:40px;
	color:#fff;
	font-weight:600;
	font-size:40px;
	position:absolute;
	bottom:120px;
}
.big_img_wrapper .post-category {
	display:block;
	right:40px;
	left:40px;
	color:#fff;
	font-weight:600;
	font-size:18px;
	background:transparent;
	position:absolute;
	bottom:70px;
}
.big_img_wrapper .post-category a{
	background:url('images/fl_cat_bg.png')no-repeat left center transparent;
	padding-left:25px;
	margin-right:30px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.big_img_wrapper .post-category a:hover{
	color:#eaa51e !important;
}
.big_img_wrapper .post-category span.date{
	background:url('images/fl_post_date.png')no-repeat left center transparent !important;
	padding-left:25px;
}
.big_img_wrapper .share_me{
	bottom:7px;
	left:40px;
	top:auto;
}
.big_img_wrapper .share_me a{
	margin-right:6px;
}
.big_img_wrapper .share_me a.vk_ico{
	background-image: url('images/vk_post_i.png');
}
.big_img_wrapper .share_me a.vk_ico:hover{
	background-image: url('images/vk_post1_i.png');
}
.big_img_wrapper .share_me a.fb_ico{
	background-image: url('images/facebook_post_i.png');
}
.big_img_wrapper .share_me a.fb_ico:hover{
	background-image: url('images/facebook_post1_i.png');
}
.big_img_wrapper .share_me a.twi_ico{
	background-image: url('images/twitter_post_i.png');
}
.big_img_wrapper .share_me a.twi_ico:hover{
	background-image: url('images/twitter_post2_i.png');
}
.big_img_wrapper .share_me a.gp_ico{
	background-image: url('images/google_post_i.png');;
}
.big_img_wrapper .share_me a.gp_ico:hover{
	background-image: url('images/google_post1_i.png');;
}
.show_nav_btn{
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	margin: 8px 0 8px 16px;
	background:url('images/fl_show_nav_ico.png')no-repeat center;
	background-size:30px;
	display:none;
}
#nav_zone .cat_navigation aside{
	width: 260px;
	margin: 0;
	margin: 10px 0 0 0;
	border-top: 1px #fff solid;
}
#nav_zone .cat_navigation aside h2{
	font-size:14px;
	color:#fff;
	text-align:left;
	line-height: 14px;
	margin-bottom: 5px;
}
#nav_zone .cat_navigation aside label{
	display:none;
}
#nav_zone .cat_navigation aside form{
	margin-top: -12px;
}
#feed_column{
	background-color: #fff;
	float: right !important;
	height: 731px;
	position: relative;
	width: 23.7%;
	overflow:hidden;
	margin: 8px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(179,179,179,0.5);
	-moz-box-shadow: 0px 0px 1px 1px rgba(179,179,179,0.5);
	box-shadow: 0px 0px 1px 1px rgba(179,179,179,0.5);
	margin-bottom: 33px;
}
#feed_column p.head{
	font-size: 14px;
	text-transform:uppercase;
	margin:10px 10px 20px 10px;
	font-weight:700;
	padding-left:30px;
	background:url('images/fl_news_ico_h.png')no-repeat left center;
	background-size:auto 18px;
}
#feed_column a{
	display:block;
	margin:10px;
	padding-bottom:5px;
	color: #777;
	line-height: 18px;
	border-bottom:1px rgba(179,179,179,0.3) solid;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#feed_column a span{
	color:#000;
	font-size:12px;
	font-weight:600;
	margin-right:10px;
	display:block;
}
#feed_column a.show_more_news{
	position:absolute;
	width:100%;
	height:80px;
	font-size:20px;
	color: #777;
	z-index:9;
	bottom:-1px;
	margin:0;
	padding:0;
	line-height:100px;
	left:0;
	text-align:center;
}
#feed_column a.show_more_news:before{
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index: -1;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 77%, rgba(255,255,255,.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 77%,rgba(255,255,255,.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 77%,rgba(255,255,255,.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height:80px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#feed_column a:hover{
		color: #F79A0A;
}
#feed_column a.show_more_news:hover:before{
	height:100px;
}
.single-post .post_thimb_in img{
	display:none;
}
.single-post #wrapper{
	padding-top:0;
}
.stck{
	display:none;
}
#urgent{
	background-color: #fff;
    float: left;
    height: 370px;
    position: relative;
	width: 48.7%;
	background-size:cover;
	background-position:center;
    margin: 8px;
	position:relative;
}
#urgent:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#urgent:hover:before{
	background: rgba(0, 0, 0, .65);
}
#urgent>a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#urgent>a:after{
	position:absolute;
	top:25px;
	left:0;
	content:"Featured";
	text-transform:uppercase;
	height:30px;
	padding:0 20px;
	color:#fff;
	font-size:18px;
	line-height:30px;
	background:#F79A0A;
}
#urgent #urgent_container{
	position:absolute;
	bottom:45px;
	left:20px;
	right:20px;
}
#urgent #urgent_container p{
	margin:0 0 15px 0;
	font-size:28px;
	color:#fff;
}
#urgent #urgent_container span{
	color:#ccc;
}
#urgent #urgent_bottom{
	position:absolute;
	bottom:7px;
	left:20px;
	right:20px;
}
#urgent #urgent_bottom .view{
	color:#fff;
	opacity:1;
}
#urgent #urgent_bottom .view li{
	background-image:url('images/fl_views.png');
}
#urgent #urgent_bottom .comments-meta a{
	color:#fff;
}
#urgent #urgent_bottom .comments-meta a span:before{
	color:#eaa51e;
	margin-right:3px;
}
article .post-grid-meta .category-meta{
	padding-left:17px;
	background:url('images/fl_cat_bg.png')no-repeat left center transparent;
	background-size:auto 11px;
}
article .post-grid-meta a:hover{
	color: #eaa51e !important;
}
article .post-grid-date{
	padding-left:15px;
	background:url('images/fl_post_date.png')no-repeat left 7px transparent;
	background-size:auto 11px;
}


#quiz_wrapper{
	margin-bottom:140px;
	position:relative;
	display:block;
}
#quiz_wrapper .question_blk{
	display:none;
	margin-bottom:30px;
}
#quiz_wrapper .question_blk p{
	font-size: 24px;
}
#quiz_wrapper strong{
	font-size: 18px;
	/* padding-bottom:35px; */
	display:block;
}
#quiz_wrapper .question_blk input{
	display:none;
}
#quiz_wrapper .question_blk label{
	display:block;
	padding-top:3px;
	padding-left:35px;
	margin:0;
	background:url('images/fl_quiz_label.png')no-repeat left center;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#quiz_wrapper .question_blk label:hover{
	color: #F79A0A;
}
#quiz_wrapper .question_blk input:checked + label{
	background:url('images/fl_quiz_label_c.png')no-repeat left center;
}
#quiz_wrapper button{
	background: transparent;
    box-shadow: none;
    color: #000;
    border: 1px #000 solid;
    display: block;
	outline:none;
    margin: 10px auto;
}
#quiz_wrapper button:hover{
	opacity:1;
	border-color:#F79A0A;
}
#quiz_answers_blk>*{
	display:none;
}
#quiz_wrapper #quiz_answers_blk strong{
	font-size: 24px;
	border-bottom: 1px #ccc solid;
	display:block;
}