/**
Theme Name: EliteNews
Theme URI: http://royalwpthemes.com/elitenews/
Author: RoyalwpThemes
Author URI: http://themeforest.net/user/RoyalwpThemes/portfolio
Version: 1.2
Description: Premium News/Magazine WordPress Theme
License:
License URI: 
Tags: dark, light, white, gray, two-columns,  custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images,  post-formats, theme-options, translation-ready
Text Domain: EliteNews
*/



/*--------1.Css Reset--------------------*/
/*--------2.General----------------------*/
/*--------3.Main Menu--------------------*/ 
/*--------4.Featured---------------------*/
/*--------5.Home Page--------------------*/ 
/*--------6.Pages Content----------------*/ 
/*--------7.Post-------------------------*/ 
/*--------8.Single Content---------------*/ 
/*--------9.Page Templates---------------*/ 
/*--------10.Comments--------------------*/
/*--------11.Breadcrumbs-----------------*/
/*--------12.Search----------------------*/
/*--------13.Navigation------------------*/
/*--------14.Contact form----------------*/
/*--------15.Sidebars--------------------*/
/*--------16.Footer----------------------*/
/*--------17.Widgets---------------------*/






/*---------------------------*/
/*--------1.Css Reset--------*/
/*---------------------------*/

html, body, div {font-size:100%;font-family:Arial, sans-serif;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
p{text-indent:0px!important; margin: 5px 0 10px 0;}
img {border:0px;}
p img {margin: 5px 0 5px 0px; padding:0; max-width:100%;}
table, th, td, tr{ padding: 8px; border: 1px solid #D8D8D8; border-collapse: collapse;}
body { font-family:  Arial, sans-serif; font-size:14px; color: #3e3e3e; background-color: #dddbdc !important; width: 100%;}
blockquote {font-family: Georgia, serif;font-size: 18px;font-style: italic;width: 87%;margin: 12px 0px;padding: 20px 20px 10px 40px;line-height: 160%;position: relative;color: #383838;}
blockquote:before {display: block;content: "\201C";font-size: 80px;position: absolute;left: -10px;top: 30px;color: #7a7a7a;}
blockquote cite {color: #999999;font-size: 14px;display: block;margin-top: 5px;}
blockquote cite:before {content: "\2014 \2009";}
.clear{ clear: both; }
h1 {font-size: 40px; color: #000; font-weight: normal; line-height: 150%;}
h2 {font-size: 30px; color: #000; font-weight: normal; line-height: 150%;}
h3 {font-size: 25px; color: #000; font-weight: normal; line-height: 180%;}
h4 {font-size: 21px; color: #000; font-weight: normal; line-height: 180%;}
h5 {font-size: 18px; color: #000; font-weight: normal; line-height: 220%;}
h6 {font-size: 15px; color: #000; font-weight: normal; line-height: 240%;}
a {color:#f14d4d; text-decoration:none;} 
a:hover {color: #fb8383; text-decoration:none;} 
ul, li{list-style: none; list-style-type: none;}
code, pre {display: block; background: #d9d9d9; border: 1px solid #ccc; overflow: scroll; padding: 10px;}
select {background-color:#FFFFFF;border:1px solid #DDDDDD;outline:none;padding:8px 10px;-webkit-appearance: none;}
img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {margin: 7px 0px 10px 30px!important; display: inline-block;}
img.alignleft {margin: 7px 30px 10px 0px!important; display: inline-block;}
.wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption.alignright {float:right; margin: 7px 0px 10px 30px!important;}
.wp-caption.alignleft {float:left; margin: 7px 30px 10px 0px!important;}	
.aligncenter, div.aligncenter {display: block;}
.alignright {float: right!important;}
.alignleft {float: left!important;}
.left{float: left!important;}
.right{float: right!important;}
.gallery-caption {text-align:center;}
.sticky {background: #edf8ff!important;}
.bypostauthor {}
.noside{text-align:center;padding:10px;}
.hide{display: none;}



/*---------------------------*/
/*--------2.General----------*/
/*---------------------------*/


#all_content{
width: 100%;
/* background: #fff; */
-webkit-box-shadow: 0px 3px 4px 0px rgba(80,80,80,0.4);
-moz-box-shadow: 0px 3px 4px 0px rgba(80,80,80,0.4);
box-shadow: 0px 3px 4px 0px rgba(80,80,80,0.4);

}

#all_content.boxed_width{
/*
border-left: 1px solid #eee;
border-right: 1px solid #eee;
*/
max-width: 1240px;
margin: 0px auto;
/* background: #fff; */
margin-top: 0px;
transition: 0.2s;
}

.inner{
height:100%;
max-width: 1200px!important;
position:relative;
clear:both;
text-align:left;
margin: 0px auto;
padding: 0px 20px;
transition: 0.2s;
}


#all_content.boxed_width .inner{
/* max-width: 1240px!important; */
}

.inner_10{
height:100%;
max-width: 1240px!important;
position:relative;
clear:both;
text-align:left;
margin: 0px auto;
padding: 0px 10px;
-webkit-transition: all .3s ease;
}

#header {
min-height: 100px;
display: inline-block;
padding: 15px 0px;
float: left;
width: 100%;
-webkit-transition: all .3s ease;
}

#title_box{
display: inline-block;
width: 230px;
height: auto;
float: left;
margin: 26px 0px 10px 0px;
}

#all_content.boxed_width #title_box{
margin: 26px 0px 0px 0px;
}

#title_box img{
display: inline-block;
width: auto;
max-width: 365px;
margin-top: -10px;
float: left;
}

#title_box_center{
display: inline-block;
width: 100%;
height: auto;
margin: 0px auto;
text-align: center;
}

#title_box_center img{
max-width: 100%;
margin-top: 26px;
}

.site_title h1{
color: #555;
font-size: 40px;
position: relative;
display: block;
font-weight: bold;
line-height: 150%;
margin: 7px 0px 0 0px;
text-transform: uppercase;
}

.site_title h1:hover{
color: #f14d4d;
}


#banner-header{
display: inline-block;
margin: 18px 0px 10px 0px;
float: right;
}

#banner-header img{
width: 468px;
height: 60px;
}

#banner_header_728{
display: inline-block;
margin: 10px 0px 5px 0px;
float: right;
}

#banner_header_728 img{
width: auto;
max-width: 728px;
height: auto;
}

#header_top_menu {
background-color: #f5f5f5;
display: inline-block;
float: left;
margin-bottom: 0px;
margin-top: 0px;
width: 100%;
-webkit-transition: all .3s ease;
}

#header_top_menu .inner {
padding: 0px!important;
max-width: 1240px!important;
}


/*------------------------------------*/
/*----------3.Main Menu---------------*/ 
/*------------------------------------*/



.menu_inner{
height:100%;
max-width: 1240px!important;
position:relative;
clear:both;
text-align:left;
margin: 0px auto;
padding: 0px;
}

#mainMenu {
display: block;
width: 100%;
max-width: 1240px!important;
position:relative;
margin: 0px auto;
}

#menu_box {
background: #222;
display: block;
width: 100%;
margin: 0px 0px 0px 0px!important;
}

#mainMenu select {
display: none; 
float: left;
position: relative;
margin: 6px 0px 3px 20px;
width: 96%;
height: 27px;
}

#mainMenu ul li{
background: #222;
float:left;
}

#mainMenu ul li a {
border-right: 1px solid #353535;
display:block;
line-height: 35px;
color: #ddd;
padding: 4px 11px;
font-size: 14px;
font-weight: normal;
text-transform: uppercase!important;
}



/*----------Mega Menu---------*/ 

.boxed_ticker_menu .ticker_box, .boxed_ticker_menu #menu_box, .boxed_ticker_menu #content_bread_panel{
width: 1198px;
}

.boxed_ticker_menu .ticker_box{
border: 1px solid #eee;
}

.boxed_ticker_menu #menu_box {
border: 1px solid #eee!important;
border-bottom: none!important;
}

.boxed_ticker_menu #content_bread_panel{
border: 1px solid #eee;
}

#mega_main_menu.mega_main_menu{
outline-style: none!important;
}

#megaMenu .um-img{
padding: 2px 0px 0 0px!important;
width: auto!important;
}

.menu_bg_line {
background: url("images/menu_line_shadow.png") repeat-x bottom;
background-color: #ec1b24;
height: 3px;
width: 100%;
margin: 0px 0px 0px 0px!important;
z-index: 10;
}

#menu_box {
border-top: 1px solid #eee!important;
}

#mega_main_menu ul li ul li, #mega_main_menu ul li ul li:last-child{
border: none!important;
}

.logo_link{
padding: 0px!important;
margin: 0px!important;
}

#mega_main_menu .link_text{
font-size: 14px!important;
font-weight: bold!important;
line-height: 20px!important;
}

#mega_main_menu .item_link.with_icon i{
padding: 0px 10px 0px 0px!important;
opacity: 0.8;
margin-top: 0px!important;
}

#mega_main_menu ul ul .link_text {
text-transform: capitalize;
font-size: 12px!important;
}

#mega_main_menu ul ul .item_link.with_icon i{
line-height: 12px!important;
}

#mega_main_menu ul li {
border-right: 1px solid #f5f5f5!important;
}

#mega_main_menu ul li:last-child {
border: none!important;
}

#mega_main_menu .item_link {
padding-left: 13px!important;
padding-right: 15px!important;
}



#mainMenu ul li.current-menu-parent > a,
#mainMenu ul li.current_page_item > a,
#mainMenu ul li.current-menu-ancestor > a,
#mainMenu ul li.current-post-ancestor > a,
#mainMenu ul li.current-menu-item > a{
text-decoration:none;
color: #fff;
background: #1aaad9; 
}

#mainMenu ul li a:hover {
text-decoration:none;
color: #fff;
background: #1aaad9; 
}

#mainMenu.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

#mainMenu.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

* html #mainMenu.ddsmoothmenu ul li a{ 
display: inline-block;
}

#mainMenu.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
width:auto;
box-shadow: 1px 1px 3px #666;
}

#mainMenu.ddsmoothmenu ul li ul li{
background: none;
float: none;
display: list-item;
padding:0;
}

#mainMenu.ddsmoothmenu ul li ul li a{
background: url("images/sub_menu_line.png") repeat-x bottom #333;
text-align:left;
margin:0;
padding: 7px 20px 7px 10px;
line-height: 20px;
width: 175px;
height:1%;
text-transform: uppercase;
font-size:10px;
color: #fff;
text-shadow: none;
}

#mainMenu.ddsmoothmenu ul li ul li.current-post-ancestor > a,
#mainMenu.ddsmoothmenu ul li ul li.current-menu-ancestor > a{
color: #fff;
background: #ffae00; 
cursor: pointer;
box-shadow: none;
}

#mainMenu.ddsmoothmenu ul li ul li.current-menu-item > a{
color: #fff;
background: #ffae00; 
box-shadow: none;
}

#mainMenu.ddsmoothmenu ul li ul li a:hover {
color: #fff;
background: #ffae00; 
}

#mainMenu.ddsmoothmenu ul li ul li a.last, #mainMenu.ddsmoothmenu ul li ul li a.last:hover {
border:none;	
}

* html #mainMenu.ddsmoothmenu{
height: 1%;
} 


#secondaryMenu{
float: left;
display: block;
width: 100%;
min-height: 35px;
margin: 0px;
text-align: left;
}

#secondaryMenu ul li{
display: block;
margin: 0px!important;
padding: 0px!important;
list-style: none;
}

#secondaryMenu ul li a{
display: block;
float: left;
margin: 0px!important;
padding: 0px 10px 0px 10px!important;
line-height: 35px;
color: #000;
font-size: 12px;
font-weight: bold;
background: none;
transition:all 0.2s ease-in-out;
}

#secondaryMenu ul li a:hover{
background-color: #333;
color: #fff;
}


/*----------------------------*/
/*---------4.Featured---------*/
/*----------------------------*/

.ticker_box{
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
display: inline-block;
background-color: #fff;
width: 100%;
height: 38px;
margin-bottom: 0px;
margin-top: 0px;
}

.modern-ticker{
width: 100%;
height: 30px;
line-height: 20px;
overflow:hidden;
}

.mt-label{
background-color: #00c5ff;
margin-top: 7px;
margin-right: 3px;
margin-left: 0px;
padding: 1px 8px 0 8px;
position:absolute;
top: 0px;
left: 0px;
color: #fff;
font-size: 12px;
line-height: 20px;
font-weight: bold;
overflow:hidden;
border-radius: 5px;
}

.ticker_box .ticker_date{
display: inline-block;
padding: 9px 20px 0 0px;
font-size: 11px;
color: #999;
font-weight: bold;
}

.modern-ticker .ticker_title{
text-decoration:none;
}

.mt-news .ticker_title{
background: url("images/ticker_star.png") no-repeat left center;
display: inline-block;
vertical-align: top;
white-space:nowrap;
padding: 0px 5px 0 15px;
margin-top: 8px;
margin-right: 0px;
font-size:12px;
color: #333;
font-weight: bold;
transition:all 0.2s ease-in-out;
}

.mt-news .ticker_title:hover{
color: #f14d4d;
}

.modern-ticker ul{
margin:0;
padding:0;
list-style:none;
}

.mt-body{
margin:2px;
position:relative;
}

.mt-news{
overflow:hidden;
position:absolute;
}

.mt-news li{
float:left;
}

.mt-hide{
display:none;
}

.mt-controls{
background-color: #fff;
margin-top: 3px;
margin-left:2px;
position:absolute;
right:0;
background-repeat:no-repeat;
background-position:-1000px;
}

.mt-next,.mt-prev{

width: 20px;
height: 30px;
float:left;
cursor:pointer;
transition:all 0.2s ease-in-out;
}

.ticker_box .mt-prev {
background: url("images/ticker_nav.png") no-repeat -5px 0px;
}

.ticker_box .mt-next {
background: url("images/ticker_nav.png") no-repeat -30px 0;
margin-left: 5px;
}

.mt-next:hover,.mt-prev:hover{
opacity: 0.6;
}

.mt-play {
display:none;
}



/*---------Home Featured posts---------*/


.items_pag_box {
display: none;
}

.view_all {
background: #444;
display: inline-block;
position: relative;
width: auto;
margin: 10px 0px 0px 47%!important;
padding: 0px 6px;
line-height: 18px;
font-size: 11px;
font-weight: bold;
color: #fff;
cursor: pointer;
border-radius: 5px;
transition: 0.2s;
}

.view_all:hover {
background: #f14d4d;
}

#home_feat_posts{
width: 100%;
display: inline-block;
margin: 25px 0px 0px 0px;
visibility: hidden;
}

#home_feat_posts .feat_post_box{
position: relative;
width: 25%;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

#home_feat_posts .feat_post_box:first-child{
max-height: 372px;
overflow: hidden;
width: 50%;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

#cat_feat_posts{
width: 100%;
display: inline-block;
margin: 25px 0px 0px 0px;
visibility: hidden;
}

#cat_feat_posts .feat_post_box{
position: relative;
width: 25%;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

#cat_feat_posts .feat_post_box:first-child{
width: 50%;
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

#main_content.hide_sidebar #cat_feat_posts{
margin: 25px 0px 25px 0px;
}

.feat_post_shadow_box{
background: url("images/widget_two_shadow.png") repeat-x bottom;
width: 100%;
margin: 0px 0px 0px 0px;
height: 100%;
position: absolute;
left:0;
bottom: 0;
}


.feat_post_box h2 a{
display: block;
margin: 0px;
line-height: 21px;
font-size: 13px;
font-weight: bold;
color: #fff;
}

.feat_post_box:first-child h2 a{
line-height: 30px;
font-size: 22px;
}

.feat_post_box:first-child .title_author_box{
left: 20px;
bottom: 25px;
}

.feat_post_box a img{
width: 100%;
height: 100%;
display: block;
margin: 0px;
padding: 0px;
}

.title_author_box{
position: absolute;
left: 13px;
bottom: 15px;
display: block;
width: 90%;
}

.title_author_box img{
border: none;
background: #fff;
display: inline-block;
float: left;
width: 20px;
height: 20px;
padding: 0px;
margin: 0px 10px 0px 0px;
border-radius: 50px;
}

.home_post_author{
margin: 0px 0px 8px 0px;
line-height: 22px;
font-size: 12px;
font-weight: normal;
text-transform: capitalize;
color: #fff;
}

.home_post_author a{
color: #fff;
}





/*---------Home Slider---------*/


.royalSlider {
width: 100%;
margin: 25px 0px;
overflow: hidden;
height: auto;
max-height: 700px;  
position: relative;
direction: ltr;
visibility: hidden;
}

.royalSlider img {
width: 100%;
height: auto;
}

.royalSlider > * {
float: left;
}

.rsWebkit3d .rsSlide {
-webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
-webkit-transform: none;
}


.rsABlock {
left: 0;
top: 0;
position: absolute;
z-index: 15;
}

h1.rsSlideTitle {
display: block;
font-size: 35px;
font-weight: normal;
margin: 0;
line-height: 40px;
text-shadow: 1px 1px 0px #000;
}


h2.rsSlideTitle {
font-size: 15px;
padding: 0px;
color: #fff;
font-weight: normal;
margin: 0;
line-height: 21px;
text-shadow: 1px 1px 0px #000;
}

.rsSlideTitle a{
display: block!important;
padding: 0px;
color: #fff!important;
}

.rsFirstSlideTitle {
max-width: 90%;
left: 30px;
top: 400px;

}
.rsSecondSlideTitle {
left: 33px;
top: 365px;
}

.rsOverflow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
float: left;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
position: absolute;
left: 0;
top: 0;
}

.rsContainer {
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
cursor: pointer;
}

.rsThumb {
float: left;
position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
opacity: 1;
-webkit-transition:opacity 0.3s linear;
-moz-transition:opacity 0.3s linear;
-o-transition:opacity 0.3s linear;
transition:opacity 0.3s linear;
}
.rsHidden {
opacity: 0;
visibility: hidden;
-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.royalSlider .rsSlide.rsFakePreloader {
opacity: 1 !important;
-webkit-transition: 0s;
-moz-transition: 0s;
-o-transition:  0s;
transition:  0s;
display: none;
}

.rsSlide {
position: absolute;
left: 0;
top: 0;
display: block;
overflow: hidden;	
height: 100%;
width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
height: auto;
}

.rsContent {
width: 100%;
height: 100%;
position: relative;
}

.rsPreloader {
position:absolute;
z-index: 0;	
}

.rsNav {
bottom: 0px;
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}

.rsNavItem {
-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
cursor: pointer;
position: relative;
overflow: hidden;
float: left;
z-index: 22;
}
.rsTabs {
float: left;
background: none !important;
}
.rsTabs,
.rsThumbs {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

img.rsImg {
max-width: none;
}

.grab-cursor {
cursor:url(images/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
cursor:url(images/grabbing.png) 8 8, move;
}

.rsNoDrag {
cursor: auto;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
background: #FFF;
}

#homeSlider .example-link {
padding: 5px 12px 6px;
background: #C00;
position: absolute;
color: #fff;
right: 12px;
bottom: 12px;
text-decoration: none;
font-weight: bold;
border-radius: 2px;
z-index: 30;
}

#homeSlider.rsUni .rsArrow { 
height: 50%;
top: 25%;
}

#homeSlider .example-link:hover {
text-decoration: none;
background: #BB0202;
text-decoration: underline;
color: #fff;
}

.rsWebkit3d .example-link {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}


/*-----Background-----*/
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
background: #222;
color: #fff;
}

.rsUni .rsPreloader {
display: none;
}


/*---------Thumbnails--------*/

#homeSlider .rsThumbsHor {
border-top: 3px solid #000;
border-bottom: 3px solid #000;
height: 180px;
padding: 0px;
}

#homeSlider .rsThumb {
border-right: 1px solid #333;
width: 179px;
height: 180px;
margin: 0px!important;
padding: 0px 10px!important;
cursor: pointer;
font-size: 13px;
font-weight: bold;
transition: 0.2s;
}
#homeSlider .rsThumb img {
width: 179px;
height: 100px;
margin-bottom: 3px;
}

#homeSlider .rsThumb:hover {
background: #444;
}

#homeSlider .rsTmb {
text-align: center;
margin-top: 11px;
font-weight: bold;
}

#homeSlider .rsThumb i {
font-style: normal;
font-weight: bold;
}

.rsUni .rsThumbsHor {
width: 100%;
height: auto;
}

.rsUni .rsThumb.rsNavSelected {
background-color: #f14d4d;
height: 63px;
}
.rsUni .rsThumb.rsNavSelected img {
opacity: 0.9;
filter: alpha(opacity=90);
}

.rsUni .rsTmb {
display: block;
}





/*---------Home Slider with parallax---------*/


#featured_area{
display: inline-block;
position: relative;
width: 100%;
margin: 0px 0px 0px 0px;
}

#featured_area .photo {
display: inline-block;
vertical-align: top;
margin: 0px 0px 0px 0px;
width: 100%;
background-attachment: fixed;
background-position: 0% 0%;
background-repeat: no-repeat;
height: auto;
position: relative;
}


.dzsparallaxer {
margin-top: 0px;
max-height: 200px;
height: auto;
overflow: hidden;
position: relative;
transition-property: height;
transition-duration: 0.3s;
-moz-transition-property: height;
-moz-transition-duration: 0.3s;
-webkit-transition-property: height;
-webkit-transition-duration: 0.3s;
-o-transition-property: height;
-o-transition-duration: 0.3s;
-ms-transition-property: height;
-ms-transition-duration: 0.3s;
-ms-transition-timing-function: ease-out-quart;
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); 
}
  
.dzsparallaxer .dzsparallaxer--target {
display: inline-block;
position: relative; 
}
	
.dzsparallaxer .dzsparallaxer--blackoverlay {
position: absolute;
opacity: 0;
background-color: rgba(0, 0, 0, 0.9);
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; 
}

.dzsparallaxer .center-it {
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); 
}

.divimage {
background-size: cover;
background-position: center center; 
}

.dzsparallaxer.simple-parallax {
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; 
}
  
.dzsparallaxer.simple-parallax .simple-parallax-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip: rect(0, auto, auto, 0); 
}

.photo_bg_shadow{
background: url("images/widget_slider_shadow.png") repeat-x bottom;
min-height: 200px;
position: relative;
}

.photo_bg{
background: url("images/photo_bg.png") ;
position: relative;
}

.photo_content_box{
padding: 50px 0px 20px 10px;
}


.page-template-home_parallax_slider .featured_area_bg{
padding: 30px 0px;
}
.featured_area_bg{
background: url("images/featured_area_bg.png");
position: relative;
padding: 10px 0px;
}

.fws2 {
position: relative;
background: #fff;
display: inline-block;
width: 66%!important;
}

.fws2 .slide {
display: none;
position: absolute;
top:0;
left:0;
z-index: 0;
width:100%;
}

.fws2 .slide img {
width: 100%!important;
margin: 0px;
height: auto;
float:left;
}


.slide_content_box{
background: url("images/slider_big_shadow.png") repeat-x bottom;
width: 100%;
margin: 0px 0px 0px 0px;
height: 100%;
position: absolute;
left:0;
bottom: 0;
}

.fws2 .slide_content {
position: absolute;
display: inline-block;
width: 70%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 20px;
}

.fws2 .slide_content_wrap { 
display: inline-block;
width: 100%;
left: 0%!important;
top: 0%!important;
margin: 50% 0px 0px 0px!important;
position: absolute;
}

.fws2 .slide_content_wrap p{ 
text-indent: 0px;
}

.fws2 .title {  
display: inline-block;
opacity: 0;
color:#fff;     
font-size: 22px;
line-height: 28px;
padding: 0px;
margin: 0px 0px 0px 0px;
float:left;
font-style: normal;
font-weight: 400;
}

.fws2 .title a{  
color:#fff;     
}

.fws2 .slide_time{ 
display: inline-block;
font-size: 11px;
color:#fff;
text-decoration: none;
margin: 0px 0px 10px 2px;
padding: 0px;
font-weight: 400;
}


.fws2 .slidePrev {
background:url("images/ticker_nav_white.png") no-repeat;
background-color:#f14d4d;
width: 30px;
height: 30px;
float:left;
cursor: pointer;
position: absolute;
top: 86%!important;
left: 88%!important;
opacity: 1!important;
z-index: 10;
border-radius: 0px;
transition:0.2s;
}

.fws2 .slideNext {
background:url("images/ticker_nav_white.png") no-repeat 100% 0%;
background-color:#f14d4d;
width: 30px;
height: 30px;
float:left;
cursor: pointer;
position: absolute;
top: 86%!important;
right: 3%!important;
opacity: 1!important;
z-index: 10;
border-radius: 0px;
transition:0.2s;
}

.fws2 .slidePrev:hover, .fws2 .slideNext:hover{
opacity: 0.8!important;
}

.fws2 .timers {
width: 100%!important;
height:5px;
position: absolute;
bottom: 20px;
left: 40px;
z-index: 3;
}

.fws2 .timer {
display: none;
height:5px;
width: 56px;
background-color: #000;
float:left;
margin-right: 5px;
}

.fws2 .progress {
height:5px;
width:0%;
background-color: #ff0000;
float:left;
}


/*---------Featured two images---------*/

#featured_two_image_box{
position: relative;
float: right;
display: inline-block;
width: 31.5%!important;
}

.feat_image_one{
display: inline-block;
position: relative;
margin: 0px 0px 21px 0px;
width:100%;
max-width: 380px;
max-height: 200px;
overflow: hidden;
}

.feat_image_two{
display: inline-block;
position: relative;
margin: 0px 0px 0px 0px;
width:100%;
max-width: 380px;
max-height: 200px;
overflow: hidden;
}

.feat_image_one img, .feat_image_two img{
display: inline-block;
width:100%;
max-height: 200px;
}

.feat_image_content {
background:url("images/widget_slider_shadow.png") repeat-x bottom;
vertical-align: bottom;
display: inline-block;
position: absolute;
bottom: 0px;
left: 0px;
width:100%;
height: 100%;
}

.feat_image_content h1 {  
display: block;
position: absolute;
top: 110px;
width: 90%;
color:#fff;     
font-size: 15px;
line-height: 22px;
padding: 4px 6px;
margin: 0px 0px 0px 10px;
font-style: normal;
font-weight: 400;
text-shadow: 0px 0px 1px #333;
}

.feat_image_content h1 a{  
color:#fff;     
}

.feat_image_content .slide_time{ 
display: inline-block;
position: absolute;
top: 90px;
font-size: 11px;
color:#fff;
text-decoration: none;
margin: 0px 0px 0px 17px;
padding:0px;
font-weight: 400;
}





/*---------Home Elastic Slider---------*/

.padding_25{
display: inline-block;
height: 25px;
width: 100%; 
}

#ei-slider{
margin: 25px 0px 20px 0px;
}

#ei-slider-small{
margin: 0px 0px 45px 0px;
width: 600px; 
float: left;
}

#ei-slider-small.ei-slider{
height: 370px!important;
}


#content.hide_sidebar #ei-slider-category{
margin: 25px 0px 45px 0px;
width: 1200px; 
float: left;
visibility: hidden;
}

#ei-slider-category{
margin: 0px 0px 45px 0px;
width: 600px; 
float: left;
visibility: hidden;
}

#ei-slider-category.ei-slider{
height: 350px!important;
}

#content.hide_sidebar #ei-slider-category.ei-slider{
height: 450px!important;
}

.ei-slider{
position: relative;
width: 100%;
max-width: 1920px;
height: 460px;
margin: 0 auto;
}

.ei-slider-loading{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index:999;
background: #444!important;
color: #fff;
text-align: center;
line-height: 430px;
}

.ei-slider-large{
height: 100%;
width: 100%;
position:relative;
overflow: hidden;
}

.ei-slider-large li{
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
height: 100%;
width: 100%;
}

.ei-slider-large li img{
width: 100%;
}

.ei-title{
position: absolute;
left: 5%;
bottom: 20%;
}

#ei-slider-small .ei-title{
position: absolute;
left: 5%;
bottom: 5%;
}

.ei-title h2, .ei-title h3{
text-align: left;
}

.ei-title h2 a{
display: block;
max-width: 95%;
margin-bottom: 15px;
font-size: 30px;
line-height: 35px;
color: #fff;
text-shadow: 1px 1px 1px #000;
}

#ei-slider-small .ei-title h2 a{
font-size: 25px;
line-height: 30px;
font-weight: bold;
}

.ei-title h3{
font-size: 14px;
line-height: 22px;
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 1px #000;	
}

.ei-slider-thumbs{
height: 13px;
margin: 0 auto;
position: relative;
}

.ei-slider-thumbs li{
position: relative;
float: left;
height: 100%;
}

.ei-slider-thumbs li.ei-slider-element{
top: 0px;
left: 0px;
position: absolute;
height: 100%;
z-index: 100;
text-indent: -9000px;
background-color: #f14d4d;
}

.ei-slider-thumbs li a{
background: #eee;
box-shadow: 0px 1px 1px #ccc;
display: block;
text-indent: -9000px;
width: 100%;
height: 100%;
cursor: pointer;
transition: background 0.2s ease;
}

.ei-slider-thumbs li a:hover{
background-color: #f0f0f0;
}

.ei-slider-thumbs li img{
position: absolute;
bottom: 50px;
opacity: 0;
z-index: 999;
max-width: 100%;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-reflect: 
below 0px -webkit-gradient(
linear, 
left top, 
left bottom, 
from(transparent), 
color-stop(50%, transparent), 
to(rgba(255,255,255,0.3))
);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ei-slider-thumbs li:hover img{
opacity: 1;
bottom: 13px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* ======== Scroller and elements ======== */

#myScroller{
visibility: hidden;
}

.radiant_scroller {
display: inline-block;
position: relative;
margin: 25px 0px 0px 0px!important;
width: 100%!important;
max-width: 1240px!important;
visibility: hidden;
}

.radiant_scroller_wrapper {
width: 100%!important;
max-width: 1240px!important;
overflow: hidden;
}

.radiant_scroller_wrapper .scroller-el {
display: inline-block;
position: relative!important;
max-width: 413px;
margin: 0px 3px 0px 0px!important;
padding: 0px!important;
}

.scroller_item img{
transition: 0.4s;
opacity: 0.9;
}

.scroller_item:hover img{
opacity: 1;
}

.scroler_content h1 a{
display: block;
position: absolute;
bottom: 30px;
left: 5px; 
width: auto;
max-width: 81%;
z-index: 10;
margin: 0px 0px 0px 0px;
padding: 15px;
color: #fff;
font-size: 18px;
line-height: 26px;
text-shadow: 1px 1px 0px #444;
transition:0.2s;
}


.radiant_scroller .radiant_scroller_row .scroller-el:last-of-type {
margin-right: 0;
}
.radiant_scroller .radiant_scroller_row:last-of-type .scroller-el {
margin-bottom: 0;
}


.radiant-navigation{
position: absolute;
bottom: 3px;
left: 0px;
width: 100%;
z-index: 20;
}

.radiant_scroller .radiant-next, .radiant_scroller .radiant-prev {
width: 42px;
height: 42px;
transition:0.2s;
}

.radiant_scroller .radiant-next {
background:url("images/right_arrow.png") no-repeat;
background-color:rgba(51,51,51, 0.8);
position: absolute;
bottom: 0px;
right: 0px;
cursor: pointer;
}

.radiant_scroller .radiant-prev {
background:url("images/left_arrow.png") no-repeat;
background-color:rgba(51,51,51, 0.8);
cursor: pointer;
}

.radiant_scroller .radiant-next:hover, .radiant_scroller .radiant-prev:hover {
background-color:rgba(51,51,51, 1);
}

.radiant_scroller .radiant-pagination {
display: none;
}





/*----------------------------*/ 
/*---------5.Home Page--------*/ 
/*----------------------------*/ 


#main_content p{
margin: 0px;
padding: 0px;
}

#home_content{
/* background-color: #fff; */
width: 600px; 
margin: 25px 0px 0px 0px;
float: left;
padding: 0px;
}

#home_content_inner {
display: inline-block;
float: left;
width: 100%!important;
padding: 0px 0px 0px 0px;
}

.mobile-dailynews {display: none;}
.mobile-dailynews #small_sidebar_posts-2 {background: #eee;}
.mobile-dailynews .left-heading {background: #ddd;}
.mobile-dailynews .left_side_post_box {width: 100%; border-bottom: 1px solid #ddd;}
.mobile-dailynews .left_side_post_box:nth-child(n+6) {display: none;}
.all-daily-news {margin: 0 0 10px 10px;}


/*----------------------------*/
/*-------6.Pages Content------*/ 
/*----------------------------*/

#content {
/* background-color: #fff; */
width: 630px; 
margin: 25px 0px 0px 0px;
float: left;
}

#content.hide_sidebar {
background-color: #fff;
width: 1220px; 
float: left;
margin: 0px 0px 0px 0px;
}

.cat_title_box {
background-color: #231f20;
color:#fff;
display: inline-block;
margin: 20px 0px 0px 0px;
padding: 10px 0px;
float: left;
width: 100%;
font-size: 20px;
line-height: 20px;
}

.cat_title_box h3{
color:#fff;
display: inline-block;
float: left;
margin: 0px 5px 0px 15px;
font-size: 20px;
line-height: 24px;
font-weight: bold;
}

.cat_title_box li a{
display: inline-block;
float: left;
margin: 2px 0px 0px 5px;
padding: 0px 6px;
font-size: 11px!important;
line-height: 22px!important;
color:#fff;
font-weight: bold;
border-radius: 5px;
transition: 0.2s;
}

.cat_title_box li a:hover{
background-color: #444;
}


#easy_pagination_index {
display: inline-block;
width: 100%;
position: relative;
margin: 5px 0px 30px 0px;
float: left;
}

#easy_pagination_index li{
background-color: #fff;
border: 1px solid #eee;
display: inline-block;
margin: 0px 8px 0px 0px;
padding: 5px 8px;
font-size: 11px;
color: #777;
cursor: pointer;
border-radius: 5px;
transition: 0.2s;
}

#easy_pagination_index li:hover{
background-color: #f14d4d;
color: #fff;
}

#easy_pagination_index li.current {
background-color: #f14d4d;
color: #fff;
}


.cats_and_formats_box{
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
}

.custom_cat_class{ 
color:#fff!important;
background-color: #231f20;
display: inline-block;
float: left;
font-size: 10px;
line-height: 17px!important;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 0px 6px 0px 6px;
font-weight: bold;
border-radius: 5px;
}

.gecko .custom_cat_class{ 
line-height: 18px!important;
}

/*
.home_posts_time{
background: url("images/cat_time_icon.png") no-repeat 0px 50%;
position: relative;
display: inline-block;
float: left;
font-size: 11px;
line-height: 24px;
color:#555;
text-decoration: none;
margin: 10px 5px 0px 0px;
padding: 0px 8px 0px 20px!important;
font-weight: bold;
text-indent: 0px;
}
*/



.custom_read_more{ 
display: inline-block;
color: #f14d4d!important;
display: inline-block;
float: left;
font-size: 11px;
line-height: 20px;
text-decoration: none;
margin: 10px 0px 0px 0px;
padding: 2px 0px 2px 0px;
font-weight: bold;
transition:0.2s;
}

.custom_read_more a:hover{ 
color: #555!important;
}

.custom_read_more a{ 
color:#f14d4d;
transition:0.2s;
}



/*------------------------------*/ 
/*------------7.Post------------*/ 
/*------------------------------*/ 


.mosaicflow__column {
float:left;
}

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

#content.hide_sidebar .post, #content.hide_sidebar  .product  {
width: 285px; 
}

.post, .product  {
background: #fff!important;
border-bottom: 1px solid #f9f9f9;
position: relative;
float: left;
display: inline-block;
width: 285px; 
margin: 0px 0px 25px 0px!important;
padding: 0px 0px 10px 0px; 
visibility: hidden;
}

.index_inner.one_column {
width: 100.5%;
}

.index_inner.one_column .post, .index_inner.one_column .product{
width: 600px!important;
}

#content.hide_sidebar .index_inner.one_column .post, #content.hide_sidebar  .index_inner.one_column .product{
width: 585px!important;
}



.index_inner.one_line {
width: 100.5%;
}

.index_inner.one_line .post, .index_inner.one_line .product{
width: 600px!important;
}

.index_inner.one_line .post:last-child, .index_inner.one_line .product:last-child{
margin: 0px 0px 0px 0px!important;
}

.index_inner.one_line .post .post_img_box, .index_inner.one_line .product .post_img_box{
width: 200px;
height: 140px;
display: inline-block;
float: left;
margin: 0px 25px 20px 0px;
padding: 0px;
}

.index_inner.one_line .bottom_info_box{ 
display: block;
width: auto; 
float: none;
margin: 0px;
padding: 10px 0px 20px 0px;
}

.index_inner.one_line .post h2 a, .index_inner.one_line .product h2 a{
margin: 0px 0px 0px 0px;
}

.index_inner.one_line .post_format_video, .index_inner.one_line .post_format_image, .index_inner.one_line .post_format_audio{
top: 10px;
left: 166px;
}


.post .home_posts_img_box, .product .home_posts_img_box {
display: inline-block;
margin: 0px 20px 0px 0px;
float: left;
overflow: hidden;
position: relative;
width: 100%;
height: auto;
padding: 0px!important;
}

.post .post_img_box, .product .post_img_box{
width: 100%;
overflow: hidden;
display: inline-block;
float: left;
margin: 0px 0px 15px 0px;
padding: 0px;
}

.post img, .product img{
display:block;
margin: 0px;
width: 100%;
height:auto;
padding: 0px!important;
/* transition:0.2s; */
-webkit-transition: 0.2;
-moz-transition: 0.2;
-ms-transition: 0.2;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.post h2 a, .product h2 a{
display: block;
width: 100%;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* font-size: 18px; */
line-height: 25px;
font-weight: bold;
color: #000;
transition:0.2s;
}

.post h2, .product h2{
margin: 0px!important;
}

.post h2 a:hover, .product h2 a:hover{
color: red;
}

.post p{
display: block;
/* width: 100%; */
padding: 10px 0px 10px 0px!important;
text-indent: 0px;
color: #666;
font-size: 13px;
line-height: 23px;
}

.product p{
display: block;
width: 100%;
padding: 10px 0px 10px 0px!important;
text-indent: 0px;
color: #666;
font-size: 13px;
line-height: 23px;
}

.product .cat_author{
display: none;
}

.bottom_info_box{ 
display: inline-block;
width: 100%; 
float: left;
margin: 5px 0px 0px 0px;
padding: 5px 0px 10px 0px;
}

.info_box_inner{
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
}

.category_time{
background: url("images/cat_time_icon.png") no-repeat 0px 50%;
display: inline-block;
vertical-align: top;
float: left;
font-size: 10px;
line-height: 24px;
color:#888;
text-align: center;
text-decoration: none;
margin: 0px 9px 0px 0px;
padding: 0px 7px 0px 21px!important;
font-weight: bold;
text-indent: 0px;
}

.cat_author{
display: inline-block;
vertical-align: top;
float: left;
margin: 0px 0px 0px 0px;
font-size: 10px;
line-height: 24px;
font-weight: bold;
color: #888;
cursor: pointer;
transition:0.2s;
}

.cat_author img.avatar{
width: 20px!important;
height: 20px!important;
display: inline-block;
float: left;
border-radius: 50px;
}

.cat_author a{
padding: 0px 7px 0px 10px;
color: #888;
transition:0.2s;
}

.cat_author a:hover{
color: red;
}

.post_meta_line{
display: block;
}

.post .custom_read_more{
display: inline-block;
float: left;
margin: 0px 0px 0px 0px;
}

.product .custom_read_more{
display: none;
}

.wpb_row .post-single-rate{
background: #ff0000;
display: block;
position: relative;
width: 60px;
height: 20px;
padding: 15px 5px 30px 8px;
margin: 0px 0px 0px 0px;
text-align: center;

color: #fff;
text-transform:uppercase;
font-size: 20px;
line-height: 20px;
opacity: 0.95;
z-index: 10;
}

.wpb_row .rate_procent{
font-size: 12px;
}

.wpb_row .rate_title_final{
display: block;
font-size: 11px;
}


.wpb_row .post-single-rate.hide{
display: none;
}

.wpb_row .post-single-rate.hide.custom, .wpb_row .post-single-rate.hide.top, .wpb_row .post-single-rate.hide.custom{
display: block!important;
} 

.post .post-single-rate{
background: #ff0000;
display: inline-block;
position: relative;
padding: 0px 3px 1px 3px;
float: left;
margin: -21px 0px 0px 5px;
}


.post_format_video, .post_format_image, .post_format_audio{
position: absolute;
top: 10px;
right: 10px;
margin: 0px 0px 0px 0px;
width: 0px;
height: 0px;
border-radius: 50px;
transition: 0.2s;
}

.touchcarousel-item:hover .post_format_video, .touchcarousel-item:hover .post_format_image, .touchcarousel-item:hover .post_format_audio{
width: 25px;
height: 25px;
}
.feat_post_box:hover .post_format_video, .feat_post_box:hover .post_format_image, .feat_post_box:hover .post_format_audio{
width: 25px;
height: 25px;
}

.post:hover .post_format_video, .post:hover .post_format_image, .post:hover .post_format_audio{
width: 25px;
height: 25px;
}


.product .post_format, .product .post_format_video, .product .post_format_image, .product .post_format_audio{
display: none;
}


.post_format{
display: none;
}

.post_format_video{
background: url("images/post_format_video.png") no-repeat center center;
}

.post_format_image{
background: url("images/post_format_image.png") no-repeat center center;
}

.post_format_audio{
background: url("images/post_format_audio.png") no-repeat center center;
}




/*---------Slider post format styles---------*/

.slider_format {
display: block;
width: 100%;
height: auto;
margin: 0px!important;
position: relative; 
}

.slider_format .slides img{
margin: 0px!important;
width: 100%;
height: auto;
display: block;
}

.slider_format .flex-direction-nav{
width: 65px; 
height: 30px;
position: absolute; 
right: 15px;
bottom: 15px;
float: left;
display: inline-block;
-webkit-transition: all .3s ease;
}

.slider_format .flex-direction-nav .flex-next{
background: url("images/btn-next-slider.png") no-repeat;
display: inline-block;
width: 30px; 
height: 30px;
float: right;
text-indent: -9999px;
cursor: pointer;
}

.slider_format .flex-direction-nav .flex-next:hover{
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.slider_format .flex-direction-nav .flex-prev{
background: url("images/btn-prev-slider.png") no-repeat;
display: inline-block;
width: 30px; 
height: 30px;
float: left;
text-indent: -9999px;
cursor: pointer;
}

.slider_format .flex-direction-nav .flex-prev:hover{
opacity: 0.7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



/*----------------------------*/ 
/*-------8.Single Content-----*/ 
/*----------------------------*/ 


#single_content {
/* border: 1px solid #f9f9f9; */
background-color: #fff;
width: 600px; 
margin: 25px 0px 0px 0px;
padding: 0px 20px 0px 20px; 
float: left;
visibility: hidden;
}

#single_content.fixed_sidebar{
width: 560px;
/* width: 688px; */
}

#single_content.hide_sidebar  {
background-color: #fff;
width: 1220px; 
margin: 0px 0px 0px 0px;
float: left;
visibility: hidden;
}

.single_post_line{
background-color: #f14d4d;
display: block;
width: 600px;
height: 3px; 
margin: 0px 0px 20px -20px;
}

.single_post{
width: 100%;
display: inline-block;
float: left;
margin: 0px;
}

.single_video_full_width{
width: 100%;
height: auto;
display: inline-block;
margin: 5px 0px 0px 0px!important;
}


.single_video_full_width .video-container {
margin: 20px 0px 0px 0px;
}

/*---Full width image---*/ 

.big_image_cover{
width: 100%;
position: relative;
max-height: 500px;
height: auto;
display: inline-block;
margin: 25px 0px 0px 0px!important;
padding: 0px;
overflow: hidden;
}

.big_image_cover .photo_bg_shadow{
background: url("images/big_shadow.png") repeat-x bottom;
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 100%!important;
}

.big_image_cover img{
width: 100%;
height: auto;
}


/*---Full width - Parallax---*/ 

.single_photo {
display: inline-block;
margin: 25px 0px 0px 0px!important;
width: 100%;
min-height: 500px;
height: 100%!important;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.single_photo .photo_bg_shadow{
background: url("images/big_shadow.png") repeat-x bottom;
position: relative;
min-height: 500px;
height: 100%!important;
}

.photo_bg_inner{
display: inline-block;
position: absolute;
bottom: 50px;
width: 100%;
}

.photo_bg_inner h1{
display: inline-block;
color:#fff;     
font-size: 35px;
line-height: 40px;
padding: 5px 10px 6px 5px;
margin: 0px 20px 0px 0px;
font-weight: bold;
text-shadow: 1px 1px 0px #333;
}

.photo_bg_inner .post_meta_line{
display: inline-block;
padding: 0px!important;
margin: 0px 0px 0px 7px!important;
color: #fff!important;
}

.photo_bg_inner .single_post_time{
background: url("images/cat_time_icon_w.png") no-repeat 0px 50%;
background-color: none!important;
padding: 0px 7px 0px 23px!important;
margin: 9px 8px 0px 0px!important;
color: #fff!important;
text-shadow: 0px 0px 1px #333;
}



.photo_bg_inner .cat_author{
background: url("images/author_icon_w.png") no-repeat 0px 50%;
margin: 9px 15px 0px 15px!important;
color: #fff!important;
text-shadow: 0px 0px 1px #000;
}


.photo_bg_inner .cat_author a{
color: #fff;
text-shadow: 0px 0px 1px #000;
}
.photo_bg_inner .cat_author a:hover{
color: #eee;
}

.single_title h1{
display: inline-block;
width: 100%;
float: left;
margin: 0px 0px 5px 0px;
font-size: 30px;
font-weight: bold;
color: #000;
line-height: 130%;
}

.page .single_title h1{
margin: 25px 0px 5px 0px;
}

.page .single_post .single_thumbnail img{
margin: 0px 0px 0px -20px;
}

.page  .single_post .post_meta_line {
margin: 5px 0px 5px 0px;
}

.single_post .post_meta_line {
display: inline-block;
width: 100%;
margin: 5px 0px 15px 0px;
/* height: 40px; */
}

.home_posts_time, .single_post_time, .single_post_hits, .single_post_comments {
/* background: url("images/cat_time_icon.png") no-repeat 5% 55%; */
display: inline-block;
vertical-align: top;
float: left;
font-size: 11px;
line-height: 24px;
color:#888;
text-align: center;
text-decoration: none;
margin: 10px 14px;
/* padding: 0px 7px 0px 7px!important; */
font-weight: 400;
text-indent: 0px;
}

.single_post .single_post_time, .single_post .single_post_hits, .single_post .single_post_comments {margin: 0px 14px; line-height: 20px;}

.single .single_post_cat{
display: inline-block;
float: left;
margin: 13px 10px 10px 0px;
}

.single  .cat_author{
margin: 9px 10px 10px 15px;
}

.single  .cat_author img.avatar{
margin: 3px 10px 0px 0px;
border: none;
padding: 0px;
}
.single  .cat_author a{
margin: 0px 0px 0px 0px!important;
padding: 0px 7px 0px 0px!important;
font-size: 10px;
line-height: 24px;
text-transform: capitalize!important;
}

.single_post .single_thumbnail img{
display: inline-block;
float: left;
width: 600px;
height: auto!important;
margin: 0px 0px 20px -20px;
padding: 0px;
-webkit-transition: all .3s ease;
}

.single_post #review-box{
margin: 5px 20px 20px 0px;
}


.single_post .slider_format{
display: inline-block;
margin: 20px 0px 20px 0px!important;
}


#home_content .video-container {
margin: 0px;
}

.video-container {
position: relative;
margin: 0px 0px 30px 0px;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
border: none!important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.single_text{
padding: 0px 0px 0px 0px;
display: block;
width: 100%;
font-size: 16px;
color: #4b4b4b;
line-height: 26px;
}

.single_text .single_thumbnail_small{
padding: 7px 25px 15px 0px;
float: left;
display: inline-block;
width: 250px;
}

.single_text .single_thumbnail_small ul{
background: #fafafa;
padding: 0px 0px 0px 0px!important;
margin: -6px 0px 0px 0px!important;
float: left;
display: inline-block;
width: 250px;
}

.single_text .single_thumbnail_small ul li{
border-bottom: 1px solid #f5f5f5;
width: 100%;
padding: 3px 0px 3px 0px!important;
margin: 0px!important;
float: left;
display: block;
list-style: none;
}

.single_text .single_thumbnail_small ul li a{
background: url("images/sidebar_li_arrow.png") no-repeat left center;
width: 85%;
padding: 5px 0px 5px 15px!important;
margin: 0px 0px 0px 10px!important;
display: block;
font-size: 12px;
color: #333;
font-weight: bold;
line-height: 19px!important;
transition: 0.2s;
}

.single_text .single_thumbnail_small ul li a:hover{
color: #f14d4d;
}

.single_text h1, .single_text h2, .single_text h3, .single_text h4, .single_text h5, .single_text h6{
padding: 5px 0px 20px 0px!important;
line-height: 135%;
font-weight: bold;
}

.single_text .review-final-score h1, .single_text .review-final-score h2, .single_text .review-final-score h3, .single_text .review-final-score h4{
line-height: 100%;
}

.single_text ul {
margin: 0px 0px 25px 0px;
}

.single_text ul li{
list-style: disc;
margin: 0px 20px 2px 20px;
}


.single_text ol {
margin: 0px 0px 25px 0px;
}

.single_text ol li{
list-style: decimal;
margin: 0px 20px 2px 20px;
}

.single_text p{
margin-bottom: 30px!important;
text-indent: 0px;
}


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

.single_text img.aligncenter {
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
}

#post-pagination{
display: inline-block;
width: 100%;
margin: 20px 0px 10px 0px;
}

#post-pagination a { 
border: 1px solid #eee;
padding: 4px 8px;
margin: 2px 0px 2px 3px;
text-decoration: none;
color: #666;
background: #ffffff;
transition: 0.2s;
}

#post-pagination .current-post-page { 
border: 1px solid #eee;
padding: 4px 8px;
margin: 2px 0px 2px 3px;
text-decoration: none;
color: #fff;
background: #f14d4d;
}

#post-pagination a:hover { 
color: #fff;
background: #f14d4d;
}

.wp-caption {
max-width: 100%; 
padding: 0px!important;
margin: 0px 0px 0px 30px!important;
text-align: center;
background: #fff; 
}

.wp-caption img{
padding: 0px!important;
margin: 0px!important;
}

.wp-caption p.wp-caption-text {
background: #fff; 
font-size: 12px;
line-height: 22px;
color: #888;
margin: 0px!important;
padding: 3px 0px!important;
text-indent: 0px;
font-style: italic;
}



#tags_simple {
/* display: inline-block; */
display: none;
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
overflow: hidden;
}
#tags_simple li { 
display: inline-block;
background: url("images/tag_single.png") no-repeat 8px 8px;
background-color: #444;
margin: 0px 5px 5px 0px;
padding: 0px 8px 0px 20px;
transition: 0.2s;
}

#tags_simple li a{ 
color: #fff;
font-size: 11px!important;
line-height: 22px;
font-weight: bold;
}

#tags_simple li:hover{
background-color: #f14d4d!important;
}

#tags_simple li a{
color: #fff;
}


.essb_links {
padding: 0px 0px 10px 0px!important;
display: inline-block;
}



/*----------Author box----------*/ 

#content #author_box{
width: 600px;
margin: 0px 0px 30px 0px;
padding: 0px 0px 10px 0px;
}

#author_box{
background-color: #f9f9f9;
display: inline-block;
position: relative;
width: 100%;
height: auto;
padding: 0px 0px 20px 0px;
margin: 30px 0px 20px 0px;
}

#author_box img{
display: inline-block;
float: left;
margin: 0px 15px 0px 0px;
padding: 0px;
width: 70px;
height: 70px;
}

.authorinfo{
display: block;
padding: 0px 0px 0px 100px;
}

#author_box h4{
display: inline-block;
float: left;
font-size: 18px;
color:#333;
margin:0;
padding: 10px 0px 0px 0px;
}

#author_box h4 a{
text-decoration:none;
color: #333;
font-weight: bold;
text-transform: capitalize!important;
transition: 0.2s;
}

#author_box h4 a:hover{
color: red;
}

#author_box p{
display: block;
float: left;
width: 96%;
color:#777;
line-height: 22px;
margin: 10px 0px 15px 0px;
padding: 0px 0px 0px 0px;
text-indent: 0px;
}

#author_box p a{
color: #f14d4d;
}

.author_icons{
display: inline-block;
position: absolute;
top: 15px;
right: 15px;
height: 20px;
}

.author_icons li{
display: inline-block;
height: 20px;
width: 20px;
margin: 0px 0px 0px 10px;
}

.author_icons li a{
height: 20px;
width: 20px;
cursor: pointer;
display: inline-block;
}

.google_icon{
background: url("images/author-gplus.png") no-repeat center center;
}

.twitter_icon{
background: url("images/author-twitter.png") no-repeat center center;
}

.facebook_icon{
background: url("images/author-fb.png") no-repeat center center;
}

.linkedin_icon{
background: url("images/linkedin_hover.png") no-repeat center center;
}

.instagram_icon{
background: url("images/instagram_hover.png") no-repeat center center;
}

.author-link{
display: inline-block;
color: #666;
padding: 0px 0px 10px 0px;
}

/*----------Single similar posts----------*/ 


#similar-post{
display: inline-block;
width: 580px;
padding: 0px 0px 0px 0px;
margin: 25px 0px 0px 0px;
}

#similar-post .sim_title_box{
background-color: #f5f5f5;
width: 560px;
padding: 5px 0px;
margin: 0px;
}

#similar-post .sim_title_box span{
background-color: #f14d4d;
padding: 8px 8px;
font-size: 14px!important;
line-height: 22px;
color: #fff;
font-weight: bold;
}

#similar-post li{
border-bottom: 1px solid #f5f5f5;
display: inline-block;
position: relative;
float: left;
width: 93%;
margin: 20px 0px 0px 0px!important;
padding: 0px 0px 15px 0px;
visibility: hidden;
}

#similar-post .similar_posts img{
display: inline-block;
width: 100%;
height: auto;
float: left;
margin: 0px 0px 7px 0px;
}

#similar-post .similar_posts h3 {
display: inline-block;
margin: 7px 0px 0px 0px;
line-height: 22px;
font-size: 13px!important;
font-weight: bold;
}

#similar-post .similar_posts h3 a{
color: #000;
transition:0.2s;
}

#similar-post .similar_posts h3 a:hover{
color: red;
}

.similar_posts_cat{
position: absolute;
top: 10px;
left: 10px;
}


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

.nav_svg{
display: none;
}

.nav-slide .sticky_post {
position: fixed;
top: 90%;
display: block;
outline: none;
text-align: left;
z-index: 1000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.nav-slide .sticky_post.sticky_prev_post {
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
left: 0px;
}

.nav-slide .sticky_post.sticky_next_post {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
right: 0px;
}

.nav-slide .sticky_post svg {
display: block;
margin: 0 auto;
padding: 0;
}

.nav-slide .icon-wrap {
position: relative;
z-index: 100;
display: block;
padding: 20px;
background-color: #fff;
}

.nav-slide svg.icon {
fill: #34495e;
}

.nav-slide .sticky_post_content {
background-color: #34495e;
position: absolute;
top: 50%;
min-height: 100px;
max-width: 300px;
padding: 0 100px;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}


.nav-slide .sticky_post.sticky_prev_post .sticky_post_content {
left: 0;
padding-right: 120px;
-webkit-transform: translateY(-50%) translateX(-100%);
transform: translateY(-50%) translateX(-100%);
}

.nav-slide .sticky_post.sticky_next_post .sticky_post_content {
right: 0;
padding-left: 120px;
text-align: right;
-webkit-transform: translateY(-50%) translateX(100%);
transform: translateY(-50%) translateX(100%);
}

.nav-slide h3 {
display: inline-block;
height: auto;
margin: 0;
padding: 20px 0;
color: #fff;
font-weight: normal;
font-size: 17px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
}

.nav-slide h3 a{
display: inline-block;
height: auto;
max-width: 300px;
color: #fff;
}

.nav-slide img {
position: absolute;
top: 0;
width: 100px;
height: 100px;
}

.nav-slide .sticky_post.sticky_prev_post img {
right: 0;
}

.nav-slide .sticky_post.sticky_next_post img {
left: 0;
}

.nav-slide .sticky_post:hover .sticky_post_content {
-webkit-transform: translateY(-50%) translateX(0); 
transform: translateY(-50%) translateX(0);
}





#navigation_images{
display: none;
width: 100%;
margin: 25px 0px 20px 0px;
}

#navigation_images .alignleft {
width: 48%;
display: inline-block;
position: relative;
}

#navigation_images .alignright {
width: 48%;
display: inline-block;
position: relative;
}

#navigation_images .alignleft img{
width: 100%;
min-height: 150px;
max-height: 150px;
display: inline-block;
margin: 0px;
float: left;
}

#navigation_images .alignright img{
width: 100%;
min-height: 150px;
max-height: 150px;
display: inline-block;
margin: 0px;
float: right;
}


.prev_link_title, .next_link_title{
display: inline-block;
padding: 15px 0px 0px 0px;
font-size: 13px;
line-height: 21px;
font-weight: bold;
text-align: center;
}
.prev_link_title a, .next_link_title a{
color: #000;
transition: 0.2s;
}
.prev_link_title a:hover, .next_link_title a:hover{
color: red;
}

.prev_title_icon{
background: url("images/prev_title_icon.png") no-repeat center center;
display: inline-block;
position: absolute;
top: 10px;
left: 10px;
width: 20px;
height: 20px;
}

.next_title_icon{
background: url("images/next_title_icon.png") no-repeat center center;
display: inline-block;
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
}

#navigation_images a:hover{
color: #f14d4d;
}

#navigation_images span{
font-size: 13px;
line-height: 20px;
color: #fff;
}

.prev_link_title span{
float: right;
}
.next_link_title span{
float: left;
}




#wpautbox-below{
display: inline-block;
margin: 0px 0px 20px 0px;
width: 100%;
}

#wpautbox-below ul .a-tab-active{
margin: 0px!important;
}

#wpautbox-below ul .a-tab-last{
border-top: 1px solid #fff!important;
margin: 0px!important;
}

#wpautbox-below ul .a-tab-first{
border-top: 1px solid #fff!important;
margin: 0px!important;
}

#wpautbox-below .wpautbox-avatar img{
border: none;
display: block;
margin: 0px 0px 0px 0px;
width: 80px;
height: 80px;
}

#wpautbox-below .wpautbox-author-meta h4{
font-size: 18px;
line-height: 36px;
text-transform: uppercase;
}

#wpautbox-below .wpautbox-post_type-list.wpautbox-latest-post{
margin: 0px;
}



.ssba{
display: block;
width: 100%;
padding: 0px 0px 20px 0px;
}



/*------------------------------*/ 
/*-------9.Page Templates-------*/ 
/*------------------------------*/ 


#content.full_width{
width: 100%;
display: inline-block;
float: left;
}

#content.full_width .single_post{
background: #fff;
width: 100%;
display: inline-block;
padding: 0px 0px 30px 0px;
margin: 0px;
}

#content.full_width .single_thumbnail{
display: inline-block;
max-width: 300px;
float: left;
margin: 0px 25px 20px 0px;
}

#content.full_width .single_thumbnail img{
margin: 0px 25px 0px 0px;
max-width: 300px;
height: auto;
}

#content.full_width .single_title h1{
display: block;
float: none;
width: 98%;
margin: 0px 0px 5px 0px;
}

#content.full_width  .single_post .post_meta_line {
margin: 5px 0px 5px 0px;
float: none;
display: block;
}

#content.full_width .single_post_time{
margin: 8px 10px 0px -5px;
}

#content.full_width .single_text{
display: block;
float: none;
width: 100%;
}


.post_nr {
width: 95%;
padding: 0px 0px 0px 0px;
display: inline-block;
float: left;
}

.post_nr h2{
color: #333;
font-size: 22px;
margin: 0px 0px 10px 0px;
font-weight: bold;
text-transform:uppercase;
}

.gsc-input-box {
margin-top: -5px !important;
}

.post_nr .search{
float: left;
margin: 10px 0 15px 0px;
}

.single-entry{
color: #333;
font-size: 15px;
line-height: 24px;
display: inline-block;
margin: 0px 0px 0px 0px;
padding-bottom: 20px;
}

.single-entry .search{
margin: 20px 0 0px 0px;
}

.search-results{
margin: 0px!important;
width: 100%!important;
float: left!important;
display: inline-block!important;
}

.search-no-results{
margin: 0px!important;
width: 100%!important;
float: left!important;
display: inline-block!important;
}



.page-template-auhor-php .big_image_cover{
width: 100%;
position: relative;
max-height: 350px;
height: auto;
display: inline-block;
margin: 0px 0px 0px 0px;
padding: 0px;
overflow: hidden;
}

.author_thumbnail img{
position: relative;
width: 100%!important;
min-height: 300px;
min-height: 300px;
margin: 0px 0px 0px 0px;
}

#author_content {
position: absolute;
bottom: 30px;
left: 30px;
float: left;
display: inline-block;
width: 95%; 
margin: 0px 0px 0px 0px;
}

.author_name{
display: block;
margin: 3px 0px 13px 0px;
padding: 2px 0px 0px 0px;
font-size: 20px;
font-weight: normal;
text-transform: uppercase;
line-height: 20px;
color: #fff;
text-shadow: 0px 0px 1px #555;
}

.author_avatar img{
border: none;
background:rgba(255,255,255, 0.3);
display: inline-block;
float: left;
width: 120px;
height: 120px;
margin: 0px 20px 0px 0px;
padding: 5px;
}

.author_description{
display: block;
padding: 0px 0px 13px 155px;
line-height: 22px;
color: #fff;
}

.author_description p{
font-size: 16px;
text-indent: 0px;
padding: 10px 0px;
text-shadow: 0px 0px 1px #555;
}

.author_description span{
display: block;
margin: 15px 0px;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
text-shadow: 0px 0px 1px #333;
}

.author_email{
background: url(images/menu_bg_line.png) repeat-x bottom;
background-color: #73c509;
display: inline-block;
float: left;
padding: 6px 10px 7px 10px;
color: #fff;
}


.author_post{
border-bottom: 1px solid #f9f9f9;
background:#fff!important;  
float: left;
display: inline-block;
width: 96%; 
margin: 15px 0px 0px 0px;
padding: 0px 0px 15px 0px; 
}

.author_post:first-child{
margin: 30px 0px 0px 0px;
padding: 0px 0px 15px 0px; 
}

.author_post:last-child{
border-bottom: none;
margin: 15px 0px 40px 0px;
padding: 0px 0px 15px 0px; 
}

.author_post a img{ 
float: left;
display: inline-block;
margin: 0px 20px 0px 0px;
}

.author_posts_title{
display: block;
font-size: 15px;
line-height: 24px;
color: #333;
text-transform:uppercase;
}

.author_posts_title:hover{
color: #f14d4d;
}




#archive{
position: relative;
display: inline-block;
visibility: hidden;
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
}

#archive li{
border-bottom: 1px solid #f5f5f5;
display: inline-block;
position: relative;
width: 90.5%;
float: left;
margin: 0px 0px 25px 0px!important;
padding: 0px 0px 15px 0px;
}

#archive li a img{
width: 100%;
height: 170px;
display: inline-block;
float: left;
margin: 0px 0px 15px 0px;
}

#archive .arch_title {
display: block;
width: 100%;
line-height: 22px;
font-size: 13px; 
color: #000;
font-weight: bold;
transition: 0.2s;
}

#archive li a:hover{
color: #f14d4d;
}

#archive .post_meta_line {
display: block;
width: 100%;
margin: 15px 0px 0px 0px;
padding: 0px
}

.archive_title{
background-color: #f9f9f9;
display: inline-block;
width: 600px;
height: 30px;
margin: 0px 0px 20px 0px;
}

.archive_title h3{
background-color: #f14d4d;
float: left;
padding: 0px 10px;
font-size: 14px;
line-height: 30px;
font-weight: bold;
color: #fff;
text-transform:uppercase;
}

.error404_content{
background: #fff;
display: inline-block;
width: 100%;
}

.error404{
display: block;
float: left;
font-size: 20px;
font-weight: normal;
color: #333;
margin: 0px 0px 10px 0px!important;
}


.error404_content h1{
width: 90%;
float: left;
display: block;
margin: 0px 0 10px 0px;
font-size: 22px;
font-weight: normal;
color: #333;
text-transform:uppercase;
}

.error404_content .search{
margin: 10px 0 30px 0px;
float: left;
}

.space_10 {
display: block;
width: 100%;
margin: 0px 0px 10px 0px;
}

.error404_content #archive{
margin: 20px 0 0px 0px;
}



/*---------------------------*/ 
/*--------10.Comments--------*/
/*---------------------------*/ 



#disqus_thread{
margin: 15px 0px 0px 10px;
}

#comments {
display: inline-block;
float:left;
width: 100%;
margin-top: 20px;
}

.page #comments{
border-top: none;
}


.comment-header {
display: inline-block;
width: 100%;
height: 30px;
margin: 25px 0px 15px 0px;
}

.comment-header h3{
display: inline-block;
width: 100%;
float: left;
font-size: 22px;
font-weight: normal;
color: #000;
line-height: 30px;
}

#comments h3 {
display: inline-block;
width: 100%;
float: left;
font-size: 22px;
font-weight: normal;
color: #000;
line-height: 130%;
text-transform: uppercase;
} 

#reply-title {
line-height: 35px;
color: #444;
font-size:17px;
font-weight: normal;
margin: 10px 0 10px 0px;
text-shadow: 1px 1px 0px #fff;
font-style: normal;
}


.comment-notes {
display: inline-block;
font-size:14px!important;
margin-top: 10px!important;
width: 97%;
background-color: #eee7ca;
padding: 9px;

}

.comment-notes-inner {
	line-height: 130%;
}

.form-allowed-tags {
display: inline-block;
margin: 20px 0px 0px 0px!important;
font-size:14px!important;
line-height: 24px!important;
}

.form-allowed-tags code{
border: none;
background: #f5f5f5;
display: inline-block;
margin: 15px 0px 0px 0px!important;
overflow: hidden!important;
font-size:12px!important;
}


.comment {
border-bottom: 1px solid #f5f5f5;
display: inline-block;
color: #333;
clear: both;
float: left;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 30px!important;
width: 100%;
}

.comment p{
background: none;
display: inline-block;
width: 70%!important;
float: left;
margin: 0px 10px 0px 0px!important;
padding: 20px 10px 10px 30px!important;
text-indent: 0px;
font-size: 14px!important;
line-height: 22px!important;
color: #666;
}

.fn, .fn a{
display: block;
float: left;
margin: 0px 0px 0px 0px;
font-size: 14px;
color: #000;
font-weight: bold;
font-style: normal;
text-transform: capitalize!important;
}

.comment-meta{
display: inline-block;
position: relative;
width: 190px;
height: 30px;
margin: 2px 0px 5px 15px!important;
font-size: 12px;
clear: both;
}

.comment-meta a{
font-size:11px;
color:#888;
line-height: 14px;
}

.says{
display: none;
}

.comment-edit-link{
display: none;
}

.nocomments {
display: none;
}

.avatar {
border: 1px solid #f1f1f1;
margin: 0 15px 10px 3px;
width: 40px;
height: 40px;
float: left;
padding: 3px;
}

.cancel-comment-reply a:link, .cancel-comment-reply a:visited {
margin-bottom: 10px;
display: block;
font-size: 13px;
color: #666;
font-weight: normal;
font-style: normal;
}

.children .comment {
background: #f9f9f9;
border: 1px solid #eee;
float: right;
padding: 10px;
clear:both;
width: 93%;
margin: 10px 5px 20px 0;
}

.children .comment p{
width: 68%;
display: inline-block;
margin: 0px 10px 0 75px;
text-indent: 0px;
}

.comment-reply-link, .comment-reply-link:visited {
border: none;
background-color: #f14d4d;
color: #fff;
display: block;
float: right;
font-size:11px;
font-weight: normal;
margin: 10px 20px 10px 10px;
padding: 2px 6px 3px 6px;
text-transform: lowercase;
transition: 0.2s;
}

.comment-reply-link:hover{
background-color: #242424!important;
color: #fff;
}

#respond {
color: #666;
margin: 0px 0 10px 0;
}

#respond  p{
text-indent: 0px;
}

#respond a{
color: #666;
margin: 0px 0 10px 0;
}

#respond a:hover{
color: #f14d4d;
}

#commentform p{
font-size:12px;
}

#commentform label{
font-size: 13px;
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
margin-top: 10px !important;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label{
position: relative;
top: 27px;
right: 10px;
float: right;
font-size:13px!important;
color:#999;
}

input#author{
border: 1px solid #e5e5e5;
display: inline-block;
width: 97%;
margin: 0px;
font-size:13px;
background:#F9F9F8;
padding: 8px;
color:#292929;
}

input#author:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

/*
#author::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
#author::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
#author:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
#author:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
#author:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
#author:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
#author:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
#author:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}
*/

.comment-form-email input{
border: 1px solid #e5e5e5;
display: inline-block;
width: 97%;
margin: 0px;
font-size:13px;
background:#F9F9F8;
padding: 8px;
color:#292929;
border-radius: 0px!important;
}

.comment-form-email input:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

/*
#email::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
#email::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
#email:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
#email:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
#email:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
#email:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
#email:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
#email:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}
*/

input#url{
border: 1px solid #e5e5e5;
display: inline-block;
width: 97%;
margin: 0px;
font-size:13px;
background:#F9F9F8;
padding: 10px!important;
color:#292929;
}

input#url:focus{
font-size:13px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
}

textarea#comment  {
border: 1px solid #e5e5e5;
display: inline-block;
float: left;
margin: 0px;
font-size:14px;
background:#F9F9F8;
width: 97%!important;
height: 100px;
color:#292929;
padding: 8px;
}

textarea#comment:focus  {
font-size:14px;
background:#F9F9F8;
border:1px solid #ccc;
color:#292929;
} 

/*
#comment::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
#comment::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
#comment:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
#comment:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
#comment:focus::-webkit-input-placeholder {line-height: 300px; transition: line-height 0.5s ease;}
#comment:focus::-moz-placeholder          {line-height: 300px; transition: line-height 0.5s ease;}
#comment:focus:-moz-placeholder           {line-height: 300px; transition: line-height 0.5s ease;}
#comment:focus:-ms-input-placeholder      {line-height: 300px; transition: line-height 0.5s ease;}
*/

#submit {
border: none;
background-color: #f14d4d;
margin: 20px 0px 20px 0px;
padding: 7px 15px;
font-weight: bold;
color: #fff;
font-size: 14px;
cursor: pointer;
}
 
#submit:hover {
background-color: #242424!important;
color: #fff;
}

.comment-awaiting-moderation{
display: inline-block;
font-size:11px!important;
margin-left: 3px;
color: red;
}

#content.full_width .single_post textarea#comment, 
#content.full_width .single_post input#url, 
#content.full_width .single_post .comment-form-email input, 
#content.full_width .single_post input#author{
width: 45%!important;
margin-top: 10px;
}

#content.full_width  .comment-form-author label, #content.full_width  .comment-form-email label, #content.full_width  .comment-form-url label, #content.full_width  .comment-form-comment label {
display: none;
}



/*----------------------------*/ 
/*------11.Breadcrumbs--------*/
/*----------------------------*/ 

#content_bread_panel{
border-bottom: 1px solid #eee;
background: #fff;
position: relative;
display: inline-block;
width: 100%;
float: left;
margin: 0px;
padding: 0px;
}

.page-template-page_full_width-php #content_bread_panel{
border-bottom: 1px solid #eee;
width: 100%;
margin: 0px;
}

#crumbs{
display: block;
width: 100%;
padding: 7px 0px;
color: #999;
float: left;
margin: 0px;
font-size: 11px;
line-height: 20px;
}

#crumbs a{
color: #888;
padding: 0px 3px 0px 3px;
-webkit-transition: all .3s ease;
}

#crumbs a:first-child{
padding: 0px 6px 0px 0px;
}

#crumbs a:hover{
color: red;
}

#crumbs .current{
padding: 0px 3px;
}



/*---------------------------*/ 
/*---------12.Search---------*/
/*---------------------------*/ 

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {width: 100% !important;}

.search{
width: 96%;
height: 35px;
margin: 0px 0px 6px 0px;
display: inline-block;
float: left;
}

.search input[type=text] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
font-family: Arial, sans-serif;
font-size: 100%;
}

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

.search input[type=text] {
background: #fefefe url(images/search-icon.png) no-repeat 97% center;
border: solid 1px #e1e1e1;
padding: 9px 10px 9px 10px;
width: 100%; /* 278px */
transition: all .2s;
}

.search input[type=text]:focus {
background: none;
background-color: #fff;
border-color: #6dcff6;
-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
box-shadow: 0 0 5px rgba(109,207,246,.5);
}

.search input:-moz-placeholder {
color: #999;
}
.search input::-webkit-input-placeholder {
color: #999;
}


#mega_main_menu input[type=text] {
background: none!important;
}




/*----------------------------*/ 
/*--------13.Navigation-------*/
/*----------------------------*/ 



#content .pagination, #content.hide_sidebar .pagination {
position: relative;
display: inline-block;

padding: 0px 0 20px 0px;
margin: 30px 0px 20px 0px;
}

#content .pagination span, #content .pagination a, #content.hide_sidebar .pagination span, #content.hide_sidebar .pagination a{
margin: 2px 6px 2px 0px;
padding: 5px 8px 5px 9px;
text-decoration:none;
width:auto;
font-size:14px;
color: #fff;
background-color: #444;
transition: 0.2s;
}

#content .pagination a:hover, #content.hide_sidebar .pagination a:hover{
background-color: #f14d4d!important;
color:#fff;
}

#content .pagination .current, #content.hide_sidebar .pagination .current{
background-color: #f14d4d!important;
color:#fff;
}


.wp-pagenavi {
display: block;
width: 90%;
padding: 10px 0 20px 0px;
margin: 20px 0px 20px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
margin: 2px 4px 2px 0;
padding:4px 9px 4px 9px;
text-decoration:none;
width:auto;
color: #777;
font-size:13px;
border: 1px solid #ddd;
}

.wp-pagenavi span.current {
padding:4px 9px 4px 9px;
font-size:15px;
background: #eee;
color:#999;
}

.postnav{
display:inline;
color:#999;
margin:20px 20px 20px 0px;
}

.postnav a{
border: 1px solid #ccc; 
background-color:#fff; 
padding:4px 9px 4px 9px;
text-decoration:none; 
font-size:13px;
color:#777;
}

.postnav a:hover{
border:#ddd 1px solid;
background-color:#eee;
color:#666;
}

.postnav span.current{
border: 1px solid #bbb;
color:#666;
font-size:13px;
padding:4px 9px 4px 9px;
margin-left: 4px;
text-decoration:none;
background-color:#eee;
}

.posts_nav_link{}
.paginate_links{}
.next_posts_link{}
.previous_posts_link{}






/*---------------------------*/
/*------14.Contact form------*/
/*---------------------------*/


#content .single_post{
width: 95%;
}

#cf_map{
display: inline-block;
float: left;
width: 100%;
height: auto;
margin: 0px 0px 20px 0px;
}
 
#cf_map iframe{
border: none;
width: 100%;
height: auto;
min-height: 340px;
margin: 0px;
padding: 0px;
}

#contact_box{
margin: 0px 0px 10px 0px;
}

#contact_text{
display: inline-block;
width: 100%;
margin: 0px 0px 10px 0px;
font-size: 15px;
line-height: 24px;
color: #555;
}


input#scrch { 
background:#f5f5f5;
border:1px solid #DDDDDD;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 1px #fff;
-webkit-box-shadow: 0 0 1px #fff;
-moz-box-shadow: 0 0 1px #fff;
color:#777;
padding: 7px;
margin: 0px 0 10px 5px;
width: 87%;
}

input#scrch:focus { 
background:#fff;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow:0 0 5px #ccc;
-moz-box-shadow: 0 0 5px #ccc;
padding: 7px 8px 8px 7px;
}


#contact {
display: inline-block;
margin-top: 14px;
}

#contact label {
display:block;
padding:5px 0;
font-size: 12px;
color: #777;	
}

#contact input {
border:1px solid #ddd;
background:#f9f9f9;
width: 180px!important;
margin-bottom:10px;
color: #555;
font-size: 14px;
padding: 8px 8px 8px 7px;
box-shadow: 0px 0px 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
-moz-box-shadow: 0 0 1px #ccc;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#contact textarea {
border:1px solid #ddd;
background:#f9f9f9;
width: 260px!important;
margin-bottom:10px;
color: #555;
font-size: 14px;
padding: 8px 8px 8px 7px;
box-shadow: 0px 0px 1px #ccc;
-webkit-box-shadow: 0 0 1px #ccc;
-moz-box-shadow: 0 0 1px #ccc;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

#contact input:focus, #contact textarea:focus {
border:1px solid #ddd;
background:#fff;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow:0 0 5px #ccc;
-moz-box-shadow: 0 0 5px #ccc;
}


#contact input[type="submit"]{
border: none;
background-color: #f14d4d;
padding: 3px 8px 3px 8px;
width: 75px!important;
cursor:pointer;
color: #fff;
border-radius: 0px;
font-weight: bold;
}

#contact input[type="submit"]:hover{
background-color: #242424!important;
color:#fff;
}

.errormsg{
width: 420px;
display: inline-block;
margin-top: 20px;
}

.errormsg, .successmsg{
background:#FEF4F1;
border:1px solid #F7A68A;
color:#DA4310;
line-height: 22px;
padding: 10px;
padding:10px 10px 10px 0px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.successmsg {
display: inline-block;
margin-top: 20px;
background:#F5FAF1;
border:1px solid #C2E1AA;
width: 235px;
color:#8FA943;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}
 





/*----------------------------*/ 
/*---------15.Sidebars--------*/
/*----------------------------*/


#left_side{
background-color: #fbfbfb;
display: inline-block;
position: relative;
margin: 25px 30px 0px 0px;
width: 240px;
float: left;
}

#left_side.ss_right_position{
margin: 25px 0px 0px 30px;
}

.category #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}
.archive #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}
.search #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-themplate-archives #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-auhors #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-contact #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-404 #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.error404 #left_side.ss_right_position{
margin: 25px 30px 0px 0px;
}

.bbpress #left_side.ss_right_position{
margin: 25px 0px 0px 30px;
} 



.left_side_title{
background-color: #eee;
display: inline-block;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
width: 240px;
height: 30px;
display: inline-block;
float: left;
}

.left_side_title h3 {
background-color: #00c5ff;
float: left;
display: block;
height: 30px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: #fff;
font-size: 13px;
line-height: 30px;
font-weight: bold;
text-transform: uppercase;
}

.left_side_post_box {
border-bottom: 1px solid #eee;
display: inline-block;
position: relative;
margin: 0px 0px 10px 0px;
padding-bottom: 10px;
width: 240px;
float: left;
}

.left_side_post_box .custom_cat_class{
display: block;
position: relative;
margin: 0px 10px 0px 10px!important;
float: left;
}

.left_side_post_box h2 a{
display: block;
float: left;
/* margin: 7px 10px 0px 10px; */
line-height: 18px;
font-size: 12px;
font-weight: bold;
color: #000;
transition: 0.2s;
}

.left_side_post_box h2 a:hover{
color: #f14d4d;
}

li.left_side_post_box:last-child {margin: 0px; border-bottom: none;}

.left_side_post_time{
display: block;
max-width: 200px;
margin: 0px 0px 0px 10px;
line-height: 18px;
font-size: 10px;
font-weight: normal;
color: #777;
}


#timeline_pag{
display: inline-block;
width: 100%;
position: relative;
margin: 5px 0px 15px 10px;
float: left;
}

#timeline_pag li{
background-color: #fff;
border: 1px solid #eee;
display: inline-block;
margin: 0px 8px 0px 0px;
padding: 3px 7px;
font-size: 11px;
color: #777;
cursor: pointer;
border-radius: 5px;
transition: 0.2s;
}

#timeline_pag li:hover{
background-color: #00c5ff;
color: #fff;
}

#timeline_pag li.current {
background-color: #00c5ff!important;
color: #fff;
}


/*---------Left Sidebar--------*/

#sidebar-left {
display: inline-block;
position: relative;
margin: 25px 30px 0px 0px;
width: 240px;
float: left;
}  

#sidebar-left.ss_right_position {
margin: 25px 0px 0px 30px;
}  

.category #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}
.archive #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}
.search #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-themplate-archives #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-auhors #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-contact #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.page-template-404 #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.error404 #sidebar-left.ss_right_position{
margin: 25px 30px 0px 0px;
}

.bbpress #sidebar-left.ss_right_position{
margin: 25px 0px 0px 30px;
} 

.left-widget{
display: inline-block;
float: left;
vertical-align: top;
width: 100%;
font-size: 13px;
color: #333;
margin: 0px 0px 10px 0px;
padding: 0px 0px 25px 0px;
-webkit-transition: all .3s ease;
} 

.left-widget:last-child{
border-bottom: none;
padding-bottom: 0px;
} 

.left-heading {
background-color: #f9f9f9;
display: inline-block;
width: 100%;
float: left;
height: 30px;
margin: 0px 0px 15px 0px;
padding: 0px;
}

.left-heading h3 {
background-color: #231f20;
float: left;
display: block;
height: 30px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: #fff;
font-size: 13px;
line-height: 30px;
font-weight: bold;
text-transform: uppercase;
}


.left-widget li{
/*
padding: 0px;
color: #000;
*/
font-size: 13px;
display: block;
line-height: 32px;
} 

.left-widget li a{
background: url("images/sidebar_li_arrow.png") no-repeat left;
color: #333;
padding-left: 12px;
} 

.left-widget li:last-child {
background: none;
} 


.left-widget li a:hover{
text-decoration: underline;
} 



/*---------Right Sidebar--------*/

#sidebar-right {
position: relative;
width: 300px; 
float: right;
margin: 25px 0px 0px 0px;
}  

.right-widget{
display: inline-block;
float: left;
vertical-align: top;
width: 100%;
font-size: 13px;
color: #333;
margin: 0px 0px 0px 0px;
padding: 0px 0px 25px 0px;
-webkit-transition: all .3s ease;
} 

.right-widget:last-child{
border-bottom: none;
padding-bottom: 0px;
} 

.right-heading {
background-color: #f9f9f9;
display: inline-block;
width: 100%;
float: left;
height: 30px;
margin: 0px 0px 15px 0px;
padding: 0px;
}

.right-heading h3 {
background-color: #231f20;
float: left;
display: block;
height: 30px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: #fff;
font-size: 13px;
line-height: 30px;
font-weight: bold;
text-transform: uppercase;
}


.right-widget li{
padding: 0px;
color: #000;
font-size: 13px;
display: block;
line-height: 32px;
} 

.right-widget li a{
background: url("images/sidebar_li_arrow.png") no-repeat left;
color: #333;
padding-left: 12px;
} 

.right-widget li:last-child {
background: none;
} 


.right-widget li a:hover{
text-decoration: underline;
} 


#sidebar-footer{
width: 102%;
float: left;
display: inline-block;
margin: 20px 0px 0px 0px;
} 

.footer-widget{
vertical-align: top;
float: left;
width: 280px;
display: inline-block;
margin: 10px 0px 20px 0px!important;
padding: 0px;
line-height: 22px;
font-size: 13px;
transition: 0.5s;
}

.footer-heading {
background-color: #f1f1f1;
display: inline-block;
width: 100%;
float: left;
height: 30px;
margin: 0px 0px 15px 0px;
padding: 0px;
}

.footer-heading h3 {
background-color: #231f20;
float: left;
display: block;
height: 30px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 0px 0px;
color: #fff;
font-size: 13px;
line-height: 30px;
font-weight: bold;
text-transform: uppercase;
}

.footer-widget li{
padding: 0px;
color: #000;
font-size: 13px;
display: block;
line-height: 32px;
} 

.footer-widget li a{
color: #333;
padding-left: 12px;
} 

.footer-widget li:last-child a{
background: none;
} 

.footer-widget #menu-sub-menu-1 {display: none;}


.right-widget li{
padding: 0px;
color: #000;
font-size: 13px;
display: block;
line-height: 32px;
} 


 
/*--------------------------*/
/*---------16.Footer--------*/
/*--------------------------*/


#footer_box{
border-top: 5px solid #ddd;
background: #eee;
width: 100%; 
display: inline-block;
margin-top: 40px;
font-size: 12px;
}

#footer_bottom {
background: #ddd;
width: 100%;
height: auto;
display: inline-block;
margin-top: -5px;
padding-top: 10px;
}

#banner_footer_728{
display: inline-block;
width: 100%;
margin: 10px 0px 25px 0px;
text-align: center;
}

#banner_footer_728 img{
display: inline-block;
width: 100%;
max-width: 728px;
transition:0.4s;
}

#banner_footer_728 img:hover{
opacity: 0.8;
}

#banner-footer{
display: inline-block;
width: 100%;
margin: 20px 0px 5px 0px;
text-align: center;
}

#banner_footer img{
border: 1px solid #333;
display: inline-block;
width: 100%;
max-width: 468px;
padding: 15px;
transition:0.4s;
}

#banner_footer img:hover{
border: 1px solid #555;
}

#credit {
color: #999;
display: inline-block;
width: 100%;
padding: 5px 0px 15px 0px;
font-size: 12px;
text-align: center;
}

#credit a{
color: #777;
}

#credit a:hover{
color: #999;
}




/*--------------------------*/
/*--------17.Widgets--------*/
/*--------------------------*/


.textwidget{
font-size: 14px!important;
line-height: 24px;
}

.textwidget img{
margin-bottom: 6px;
}

#vertical-ticker{
display: inline-block;
position: relative;
height: 355px;
width: 100%;
overflow:hidden;
padding:0;
}

#vertical-ticker li{
background: none;
border-bottom: 1px solid #f9f9f9;
width: 100%;
height: 80px;
color: #333;
margin: 0px 0px 15px 0px; 
padding: 0px!important;
}

#sidebar-footer #vertical-ticker li{
border-bottom: 1px solid #f1f1f1;
}

#vertical-ticker li a{
padding: 0px!important;
background: none!important;
}

.vertical_ticker_image{
display:block;
float: left;
width: 90px;
height: 65px;
margin: 0px 15px 0px 0px; 
overflow: hidden;
}

#vertical-ticker a img{
width: 90px;
height: 65px;
transition:0.2s;
}

#vertical-ticker h1{
display: block;
line-height: 20px;
margin: 0px!important; 
padding: 0px!important;
font-weight: normal;
font-size: 12px;
line-height: 19px;
font-weight: bold;
}

#vertical-ticker h1 a{
color: #000!important;
transition:0.2s;
}

#vertical-ticker h1 a:hover{
color: #f14d4d!important;
text-decoration: none!important;
}


#sidebar-right .menu{
display: inline-block;
float: left;
margin: 0px;
margin-left: 0px;
width: 100%;
}

#sidebar-right .menu li{
border-bottom: 1px solid #f1f1f1;
background: none;
list-style: none;
font-size: 13px;
}

#sidebar-right .menu .sub-menu li{
border: none;
}

#sidebar-right .menu .sub-menu li a:before {
    content: '- ';
}

#sidebar-right .menu li:hover{
list-style: none;
}

#sidebar-right .menu li a{
display: inline-block;
background: none;
width: 100%;
list-style: none;
}

#sidebar-right .menu li a:hover{
color: #333;
}


#sidebar-right .menu .current-menu-item a {
color: #f14d4d!important;
}




.reviews-posts li{
list-style: none!important;
background: none!important;
border-bottom: 1px solid #e9e9e9;
display: inline-block;
width: 97%;
margin: 0px 0 15px 0px;
list-style: none;
background: none;
padding: 0px 10px 10px 0px;
}

.reviews-posts li:last-child{
border-bottom: none;
}

.reviews-posts li a{
font-size: 13px;
list-style: none!important;
background: none!important;
display: block;
line-height: 18px;
font-weight: normal;
margin: 0px 0px 0px 0px;
text-indent: 0px;
color: #000!important;
}

h2.widgettitle{
border: none!important;
font-size: 15px!important;
color: #333!important;
font-weight: normal;
}



/* ---------Recent category posts widget------- */


.widget_recent_posts li{
border-bottom: 1px solid #f9f9f9;
display: inline-block;
width: 98%;
margin: 0px 0 15px 0px;
list-style: none;
background: none;
padding: 0px 10px 15px 0px;
}

.widget_recent_posts li:last-child{
border-bottom: none!important;
margin: 0px;
padding: 0px 10px 15px 0px;
}

#sidebar-footer .widget_recent_posts li{
border-bottom: 1px solid #f1f1f1;
}

#menu_box .widget_recent_posts li{
border-bottom: none;
vertical-align: top;
width: 250px!important;
margin: 0px 15px 25px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
background: none;
}

#menu_box .widget_thumbnail{
display: inline-block;
float: left;
margin: 0px 18px 0px 0px!important;
}

#menu_box .widget_thumbnail img{
border: 3px solid #999;
width: 90px;
height: 65px;
}

#menu_box .widget_info{
display: block;
width: 100%;
margin: 0px!important;
padding: 0px!important;
}

.widget_recent_posts li a{
color: #000;
list-style: none;
background: none;
padding: 0px;
margin: 0px;
}

.widget_thumbnail{
display: inline-block;
float: left;
width: 90px;
height: 65px;
margin: 0px 15px 0px 0px;
overflow: hidden;
}

.widget_info{
display: block;
width: 100%;
margin: 0px!important;
padding: 0px!important;
}

.widget_title{
display: block;
font-size: 12px;
line-height: 19px;
font-weight: bold;
margin: -9px 0px 0px 10px;
text-indent: 0px;
color: #000!important;
transition:0.2s;
}

.widget_title:hover{
color: #f14d4d!important;
text-decoration: none!important;
}

.widget_date{
background: url("images/cat_time_icon.png") no-repeat 0px 50%;
display: inline-block;
float: left;
font-size: 10px;
line-height: 24px;
color:#888;
text-align: center;
text-decoration: none;
margin: 5px 5px 0px 0px;
padding: 0px 8px 0px 20px!important;
font-weight: bold;
text-indent: 0px;
}






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

.mega_main_menu_ul li a{
background: none;
}

.widget.widget_nav_menu{
display: inline-block;
position: absolute;
top: 20px;
left: 15px;
float: left;
width: 230px!important;
z-index: 100;
}

.widget.widget_nav_menu li{
width: 100%!important;
display: block;
float: left;
margin: 10px 0px 0px 0px!important;
padding: 0px!important;
color: #fff;
font-size: 12px;
line-height: 20px;
font-weight: bold;
}

.widget.widget_nav_menu li a{
background: url("images/menu_sub_menu_line.png") repeat-x bottom;
display: block;
padding: 0px 0px 10px 1px!important;
font-size: 12px;
line-height: 20px;
transition: 0.2s;
}

.widget.widget_nav_menu li a:hover{
color: #aaa!important;
}



/* -------Widget menu - Recent category posts------ */

#sidebar-right .widget_menu_posts{
display: none;
}

.custom-menu-recent-category-widget .tab_inner .widget_menu_posts li{
width: 22.5%!important;
}

.custom-menu-recent-category-widget .tab_inner .widget_menu_posts .widget_menu_title a{
font-size: 15px!important;
line-height: 22px!important;
}

.widget_menu_posts li{
display: inline-block;
position: relative;
float: right;
width: 18.25%!important;
margin: 5px 0px 0px 25px!important;
list-style: none;
background: none;
overflow: hidden!important;
}

.widget_menu_posts li:last-child{
margin: 5px 0px 0px 0px!important;
}

.widget_menu_thumbnail{
display: block;
width: 100%!important;
background: #000!important;
padding: 0px!important;
overflow: hidden;
}

.widget_menu_posts li img{
display: block;
width: 100%!important;
padding: 0px!important;
-webkit-transition:0.4s;
-moz-transition:0.4s;
-o-transition:0.4s;
transition:0.4s;
}

.widget_menu_posts li a{
list-style: none;
background: none;
}

.widget_menu_title{
background: url("images/widget_two_shadow.png") repeat-x left bottom!important;
position: absolute;
bottom: 0px;
left: 0px;
display: inline-block;
bottom: 0px;
width: 100%!important;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px!important;
color: #fff!important;
text-shadow: 0px 0px 1px #333;
transition:all 0.2s ease-in-out;
}

.widget_menu_title a{ 
position: absolute;
bottom: 20px;
left: 15px;
width: 90%;
font-size: 15px!important;
font-weight: bold;
line-height: 22px!important;
color: #fff!important;
}

.menu_tab_painel input[type="radio"] {
display: none;
}



/*---------Menu Tabs Widget----------*/	

.custom-menu-recent-category-widget .widgettitle{
text-indent: -99999px;
}


.menu_tab_painel {
background: #666;
display: inline-block;
position: absolute;
left: 0px;
float: left;
height: auto;
padding-bottom: 45px;
margin-top: -5px;
width: 100%;
}

.menu_tab_painel .tab_open {
position: relative;
display: inline-block;
float: left; 
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden!important;
clip: rect(0, 0, 0, 0)!important;
border: 0!important;
outline: none!important;
}

.tab_nav {
background: #666;
cursor: pointer;
font-size: 14px;
font-weight: bold;
display: inline-block;
width: 230px;
padding: 10px 22px 10px 10px;
margin-right: 0px;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: right;
}

.tab_nav:hover {
background: #555;
}

.tab_open:checked ~ .tab_nav {
background: #444;
}

.tab_open:focus:checked ~ .tab_nav {
background: #444;
}

.menu_tab_painel .tab_open:checked ~ .tab_inner {
visibility: visible;
opacity: 1;
z-index: 100;
}

.menu_tab_painel .tab_inner {
background: #444;
position: absolute;
top: 0px;
right: 0px;
margin-top: 20px;
padding-right: 20px;
padding-top: 20px;
display: inline-block;
float: right;
height: 210px;
width: 82%;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
visibility: hidden;
opacity: 0;
}

.custom-menu-recent-category-widget:nth-child(1) .tab_inner {
margin-top: -25px!important;
}
.custom-menu-recent-category-widget:nth-child(2) .tab_inner {
margin-top: -60px!important;
}
.custom-menu-recent-category-widget:nth-child(3) .tab_inner {
margin-top: -95px!important;
}
.custom-menu-recent-category-widget:nth-child(4) .tab_inner {
margin-top: -130px!important;
}
.custom-menu-recent-category-widget:nth-child(5) .tab_inner {
margin-top: -165px!important;
}
.custom-menu-recent-category-widget:nth-child(6) .tab_inner {
margin-top: -200px!important;
}
.custom-menu-recent-category-widget:nth-child(7) .tab_inner {
margin-top: -235px!important;
}



	

/* --Recent category posts widget - Second variant----- */


.full_width_posts_widget li{
background: url("images/widget_post_list.png") no-repeat left center;
background-color: #00c5ff;
border-bottom: 1px solid #f9f9f9;
position: relative;
display: inline-block;
width: 100%;
max-width: 300px;
margin: 0px 0px 0px 0px;
list-style: none;
padding: 0px;
}


.full_width_posts_widget li:first-child {
background: none!important;
border-bottom: none!important;
margin: 0px!important;
padding: 0px!important;
}

#sidebar-footer .full_width_posts_widget li{
border-bottom: 1px solid #f1f1f1;
}

.full_width_posts_widget li:last-child {
background: url("images/widget_post_list.png") no-repeat left center;
background-color: #00c5ff;
}

.full_width_posts_widget li a{
list-style: none;
background: none;
margin: 0px;
padding: 0px;
}

.full_width_posts_widget li:first-child .widget_thumbnail_full{
display: block;
max-width: 300px;
width: 100%;
margin: 0px 0px -10px 0px!important;
padding: 0px!important;
overflow: hidden;
}

.full_width_posts_widget li .widget_thumbnail_full{
display: none;
}

.full_width_posts_widget img{
width: 100%;
height: auto;
}

.full_width_posts_widget li:first-child .full_widget_shadow {
background: url("images/widget_two_shadow.png") repeat-x bottom!important;
position: absolute;
display: block;
bottom: 2px;
left: 0px;
width: 100%!important;
height: 100%!important;
}

.full_width_posts_widget li:first-child .full_widget_info{
position: absolute;
bottom: 2px;
left: 0px;
display: block;
width: 100%!important;
margin: 0px!important;
padding: 0px!important;
transition:0.2s;
}

#sidebar-footer .full_width_posts_widget li:first-child .full_widget_info{
height: 150px!important;
bottom: 10px;
}

.full_width_posts_widget li:first-child .full_widget_info:hover{
margin: 0px!important;
padding: 0px!important;
}

.full_width_posts_widget li:first-child .full_widget_title{
position: absolute;
bottom: 35px;
left: 15px;
font-size: 14px!important;
line-height: 22px!important;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px!important;
color: #fff!important;
text-shadow: 0px 0px 1px #333;
z-index: 1;
}

.full_width_posts_widget .home_post_author img.avatar{
width: 20px;
height: 20px;
}


.full_widget_title{
display: block;
font-size: 12px;
line-height: 19px;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 11px!important;
text-indent: 0px;
color: #000!important;
transition:0.2s;
}

.full_widget_title:hover{
text-decoration: none;
color: #f14d4d!important;
}

.full_widget_info{
padding: 10px 0px 10px 0px;
transition:0.2s;
}

.full_width_posts_widget a:hover{
text-decoration: none!important;
}

.full_widget_date{
display: none;
}


.full_width_posts_widget li:first-child .full_widget_date{
background: url("images/cat_time_icon_w.png") no-repeat 0px 50%;
position: absolute;
bottom: 5px;
left: 15px;
display: inline-block;
float: left;
font-size: 10px;
line-height: 24px;
color:#fff;
text-align: center;
text-decoration: none;
margin: 0px 5px 0px 0px;
padding: 0px 8px 0px 23px!important;
font-weight: bold;
text-indent: 0px;
}

.full_widget_date span{
background: url("images/author_icon_w.png") no-repeat 0px 50%;
display: inline-block;
padding: 0px 8px 0px 27px!important;
margin: 0px 0px 0px 10px;
text-transform: capitalize!important;
}

.full_width_posts_widget li:first-child  .custom_read_more{
display: inline-block;
position: absolute;
bottom: 30px;
left: 0px;
}

.full_width_posts_widget li:first-child  .custom_read_more a{
color:#fff!important;
}

.full_width_posts_widget li .custom_read_more{
display: none;
}




/* ---------Recent posts - Third variant--------- */


.recent_cat_third li{
border-bottom: 1px solid #f9f9f9;
position: relative;
display: inline-block;
width: 100%;
max-width: 300px;
margin: 0px 0px 0px 0px;
list-style: none;
background: none;
padding: 0px;
}

#sidebar-footer .recent_cat_third li{
border-bottom: 1px solid #f1f1f1;
}

.recent_cat_third li:last-child {
border-bottom: none;
}

.recent_cat_third li a{
list-style: none;
background: none;
margin: 0px;
padding: 0px;
}

.recent_cat_third li:first-child .widget_thumbnail_third{
display: inline-block;
max-width: 300px;
max-height: 180px;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}

.recent_cat_third li:first-child .widget_info_third{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.recent_cat_third li:first-child .widget_title_third{
background: none!important;
padding: 0px;
margin: 5px 0px 0px 0px!important;
font-size: 14px!important;
line-height: 22px!important;
}

.recent_cat_third li:first-child .widget_info_third p{
display: inline-block;
padding: 8px 0px 0px 0px!important;
color: #666;
font-size: 12px;
line-height: 22px;
text-indent: 0px;
}

.recent_cat_third li:first-child .widget_date_third{
background: url("images/cat_time_icon.png") no-repeat 0px 50%;
display: inline-block;
float: left;
font-size: 10px;
line-height: 24px;
color:#888;
text-align: center;
text-decoration: none;
margin: 10px 5px 0px 0px;
padding: 0px 8px 0px 20px!important;
font-weight: bold;
text-indent: 0px;
}

.widget_date_third span{
background: url("images/author_icon.png") no-repeat 0px 50%;
display: inline-block;
padding: 0px 8px 0px 27px!important;
margin: 0px 0px 0px 10px;
text-transform: capitalize!important;
}

.recent_cat_third li .widget_thumbnail_third{
display: none;
}

.recent_cat_third img{
width: 100%;
height: auto;
transition:0.5s;
}

.recent_cat_third img:hover {	
opacity: 0.8;  
}

.recent_cat_third .widget_title_third{
background: url("images/widget_post_list.png") no-repeat left center;
background-color: #00c5ff;
display: block;
font-size: 12px;
line-height: 19px;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 11px;
text-indent: 0px;
color: #000!important;
transition:0.2s;
}

.recent_cat_third li .widget_info_third p{
display: none;
}

.recent_cat_third .widget_title_third:hover{
text-decoration: none;
color: #f14d4d!important;
}

.recent_cat_third .widget_info_third{
margin: 0px 0px 0px 0px;
padding: 7px 0px 7px 0px;
transition:0.2s;
}

.recent_cat_third a:hover{
text-decoration: none!important;
}

.recent_cat_third .widget_date_third{
background-color: #f14d4d;
display: none;
line-height: 14px;
font-size:11px;
color:#fff;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 2px 5px!important;
font-weight: bold;
text-indent: 0px;
}

.recent_cat_third li .custom_read_more{
display: none;
}




/* --Recent category posts widget - Full width variant----- */


.widget_recent_posts_two {
display: inline-block;
float: left;
width: 100%;
margin: 0px 0 5px 0px;
}

.widget_recent_posts_two li a{
list-style: none;
padding: 0px;
background: none;
}

.widget_li {
display: inline-block;
position: relative;
width: 100%;
max-width: 300px;
background: none;
border-bottom: none!important;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px!important;
overflow: hidden;
}

.widget_li:first-child {
margin: 5px 0px 0px 0px;
}


.widget_li .widget_title_two {
position: absolute;
left: 20px;
bottom: 50px;
display: inline-block;
width: 90%;
font-size: 14px!important;
line-height: 22px!important;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
color: #fff!important;
text-shadow: 0px 0px 1px #333;
z-index: 1;
}

.widget_li .widget_title_two:hover {
color: #f14d4d;
text-decoration: none;
}

.widget_two_meta{
position: absolute;
left: 20px;
bottom: 20px;
display: inline-block;
z-index: 10;
}

.widget_two_time{
background: url("images/cat_time_icon_w.png") no-repeat 0px 50%;
position: relative;
display: inline-block;
float: left;
font-size: 10px;
line-height: 24px;
color:#fff;
text-align: center;
text-decoration: none;
margin: 10px 5px 0px 0px;
padding: 0px 8px 0px 23px!important;
font-weight: bold;
text-indent: 0px;
}

.widget_two_time span{
background: url("images/author_icon_w.png") no-repeat 0px 50%;
display: inline-block;
padding: 0px 8px 0px 27px!important;
margin: 0px 0px 0px 10px;
text-transform: capitalize!important;
}



.widget_two_shadow {
background: url("images/widget_two_shadow.png") repeat-x bottom!important;
position: absolute;
left: 0px;
bottom: 12px;
display: block;
width: 100%;
height: 100%;
}

.widget_li .widget_thumbnail_two{
display: inline-block;
}

.widget_li img {
display: inline-block;
width: 100%;
float: left;
height: auto;
margin: 0px!important;
}





/* --Recent category posts widget - Left sidebar variant----- */


.widget_recent_posts_four {
display: inline-block;
float: left;
width: 100%;
}

.widget_recent_posts_four li a{
list-style: none;
padding: 0px;
background: none;
}

.widget_li_four {
border: 1px solid #f1f1f1;
display: inline-block;
position: relative;
width: 100%;
max-width: 300px;
background: none;
margin: 0px 0px 20px 0px;
padding: 0px 0px 5px 0px!important;
overflow: hidden;
}

.widget_li_four:first-child {
margin: 5px 0px 20px 0px;
}

.widget_li_four:last-child {
margin: 5px 0px 0px 0px;
}

.widget_li_four .widget_title_four {
display: inline-block;
width: 90%;
font-size: 12px!important;
line-height: 19px!important;
font-weight: bold;
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
color: #000!important;
transition: 0.2s;
}

.widget_li_four .widget_title_four:hover {
color: #f14d4d!important;
text-decoration: none;
}

.widget_four_meta{
display: inline-block;
z-index: 10;
}

.widget_four_time{
background: url("images/cat_time_icon.png") no-repeat 0px 50%;
position: relative;
display: inline-block;
float: left;
font-size: 10px;
line-height: 24px;
color:#000;
text-align: center;
text-decoration: none;
margin: 10px 5px 0px 0px;
padding: 0px 8px 0px 20px!important;
font-weight: bold;
text-indent: 0px;
}

.widget_four_time span{
background: url("images/author_icon.png") no-repeat 0px 50%;
display: inline-block;
padding: 0px 8px 0px 27px!important;
margin: 0px 0px 0px 10px;
text-transform: capitalize!important;
}

.widget_li_four .widget_thumbnail_four{
display: inline-block;
}

.widget_li_four img {
display: inline-block;
width: 100%;
float: left;
height: auto;
margin: 0px!important;
transition: 0.5s;
}

.widget_li_four img:hover {	
opacity: 0.8;  
}




/* -------Widget carousel------ */


.image_carousel {
width: 100%;
display: inline-block;
position: relative;
max-width: 300px!important;
margin: 0px 0px 0px 0px;
}

.image_carousel_post{
display: block;
float: left;
margin: 0px;
position: relative;
width: 100%;
max-width: 300px!important;
height: 100%;
overflow: hidden;
cursor:url("images/grab.png") 8 8, move;
}

.image_carousel img {
width: auto!important;
height: auto!important;
padding: 0px;
margin: 0px;
display: block;
}

h2.car_image_caption{
background: url("images/slider_big_shadow.png") repeat-x bottom!important;
display: block;
width: 100%;
height: 100%;
position:absolute;
bottom: 0px;
left: 0px!important;
margin: 0px 0px 0px 0px;
font-size: 16px!important;
line-height: 24px!important;
font-weight: bold;
color: #fff;
padding: 0px 0px 40px 0px;
}

.car_head{
position:absolute;
bottom: 40px;
left: 20px;
display: block;
width: 87%;
margin: 0px;
color: #fff;
text-shadow: 0px 0px 1px #333;
}

.car_image_caption .slide_time{ 
background: url("images/cat_time_icon_w.png") no-repeat 0px 50%;
display: inline-block;
position:absolute;
bottom: 10px;
left: 20px;
float: left;
font-size: 10px;
line-height: 24px;
color:#fff;
text-align: center;
text-decoration: none;
margin: 5px 5px 0px 0px;
padding: 0px 8px 0px 23px!important;
font-weight: bold;
text-indent: 0px;
}


.image_carousel .pagination {
display: block;
position: relative;
max-width: 100px;
float: right;
margin-top: -35px;
padding: 0px 10px 0px 0px;
height: 5px;
text-align: right;
}

.image_carousel .pagination a {
background: url("images/style08.png");
border: none;
width: 7px;
height: 11px;
margin: 0 5px;
padding: 0px;
display: inline-block;
}

.image_carousel .pagination a.selected {
background: url("images/style08.png");
background-position: right center;
margin: 0 2px;
width: 12px;
height: 12px;
}

.image_carousel .pagination a span {
display: none;
}



/*----Flickr----*/

.flickr_wrap {
display: inline-block;
position: relative;
width: 100%;
height: 100%;
}

.flickr_badge_image{
float:left;
margin: 0px 5px 5px 0px!important;
padding: 0px!important;
width: 70px!important;
height: 70px!important;
}

.flickr_wrap img{
display: inline-block;
margin: 0px!important;
float:left;
width: 100%!important;
width: 100%!important;
padding: 0px!important;
}


#sidebar-footer .flickr_badge_image{
margin: 0px 5px 5px 0px!important;
float:left;
padding: 0px!important;
width: 65px!important;
height: 65px!important;
}




.cuda-gravatar{
width: 100%;
float:left;
display: inline-block;
margin: 0px 10px 10px 0px!important;
padding: 0px!important;
width: 65px!important;
height: 65px!important;
list-style: none!important;
background: none!important;
text-align: center;
}

.cuda-gravatar img {
border: none!important;
display: inline-block;
float:left;
width: 100%!important;
height: 100%!important;
margin: 0px!important;
padding: 0px!important;
opacity: 1;
transition: 0.2s;
border-radius: 100px;
}

#sidebar-footer .cuda-gravatar{
width: 60px!important;
height: 60px!important;
}


/*----Instagram----*/

.instagram-pics li a{
float:left;
margin: 0px 5px 5px 0px!important;
padding: 0px!important;
width: 70px!important;
height: 70px!important;
list-style: none!important;
background: none!important;
}

.instagram-pics li a img{
display: block;
width: 100%!important;
width: 100%!important;
margin: 0px!important;
padding: 0px!important;
opacity: 1;
transition: 0.2s;
}

.instagram-pics li a img:hover{
opacity: 0.8;
}

#sidebar-footer .instagram-pics li a{
padding: 0px!important;
width: 65px!important;
height: 65px!important;
}

p a[rel="me"]{
text-indent: 0px;
display: block;
float: left;
margin: 5px 0px 10px 0px;
font-size: 11px;
background: #444!important;
padding: 3px 5px!important;
color: #fff!important;
border-radius: 5px;
transition: 0.2s;
}

p a[rel="me"]:hover{
background: #f14d4d!important;
}

#sidebar-footer p a[rel="me"]{
padding: 0px 7px!important;
}



/*----Twitter----*/

.tp_recent_tweets{
width: 100%;
}

.tp_recent_tweets li{
border-bottom: 1px solid #f9f9f9;
background: url("images/twitter_bird.png") no-repeat left top!important;
display: inline-block;
width: 85%;
margin: 0px 0px 6px 0px;
padding: 6px 10px 10px 35px;
list-style: none;
font-size: 11px;
line-height: 20px!important;
color: #444;
}

#sidebar-footer .tp_recent_tweets li{
border-bottom: 1px solid #f1f1f1;
}

.tp_recent_tweets li a{
display: inline;
background: none;
padding: 0px;
margin: 0px;
color: #00b6f2!important;
text-transform: capitalize!important;
}

.tp_recent_tweets li:last-child, #sidebar-footer .tp_recent_tweets li:last-child{
border-bottom: none;
margin-bottom: 0px;
}

.twitter_time{
text-decoration: underline;
}




.tagcloud{
margin: 0 0 5px 0px;
}

.tagcloud a{
background: url("images/tag_single.png") no-repeat 8px 8px;
color: #fff;
display: inline-block;
font-size: 11px!important;
line-height: 14px;
padding: 5px 8px 5px 20px;
background-color: #444;
font-weight: bold;
margin: 0px 0px 5px 0px;
transition: 0.2s;
border-radius: 5px;
}

.tagcloud a:hover{
color: #fff;
background-color: #f14d4d;
}

.video_widget{
width: 100%;
height: auto!important;
}

.video_widget iframe{
border: none;
width: 100%;
min-height: 200px;
height: auto!important;
margin: 0px;
}

.video_widget p{
text-indent: 0px;
}

.video_desc{
display: block;
width: 96%;
text-indent: 0px;
margin: 15px 0px 10px 10px!important;
}

#sidebar-footer .video_widget iframe{
width: 100%;
margin: 0px;
}




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

.banners a img{
max-width: 100%;
display: inline-block;
margin: 0px;
float: left;
margin: 5px 10px 0px 0px!important;
}



#recentcomments li a{
font-size: 13px;
background: none;
}

#calendar_wrap #wp-calendar{
border: none;
width: 100%;
}

.gecko #calendar_wrap #wp-calendar{
display: block;
}
 
#calendar_wrap #wp-calendar caption{
background-color: #333;
width: 100%;
color: #fff;
font-size: 14px;
padding: 7px 0px; 
text-align: center;
}
 
#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar tr, #calendar_wrap #wp-calendar td{
color: #444;
border: none;
text-align: center;
font-size: 12px;
} 

#calendar_wrap #wp-calendar td{
line-height: 20px;
} 
 
#calendar_wrap #wp-calendar thead  tr th{
border: 1px solid #e9e9e9;
background-color: #eee;
color: #444!important;
} 
 
#calendar_wrap #wp-calendar a{
display: inline-block;
width: 100%;
height: 100%;
background-color: none;
color: #444; 
} 
 
#calendar_wrap #wp-calendar #prev{
text-align: left;
}

#calendar_wrap #wp-calendar #next{
text-align: right;
}

#calendar_wrap #wp-calendar #prev a, #calendar_wrap #wp-calendar #next a{
background-color: none;
color: #444;
}

#calendar_wrap #wp-calendar #prev a:hover, #calendar_wrap #wp-calendar #next a:hover{
color: #f14d4d;
}



#home_content .wpb_wrapper .wpb_heading{
display: inline-block;
background: #fff;
font-size: 24px!important;
line-height: 40px!important;
font-weight: bold;
padding: 0px 10px 5px 0px;
}


#home_content .wpb_video_widget {
margin: 10px 0px 20px 0px!important;
}

#home_content .wpb_single_image {
text-align: center;
}

#home_content .wpb_single_image img{
border: 7px solid #f1f1f1;
margin: 20px 0px 10px 0px!important;
padding: 0px;
width: 98%;
height: auto;
box-shadow: -1px -1px 0px #ebebeb;
}



.wpt_widget_content{
border: 1px solid #f9f9f9!important;
}

.wpt_widget_content .tab_title a {
background:#333!important;
font-size: 14px!important;
font-weight: bold;
color: #fff!important;
border: none!important;
}

.wpt_widget_content .tab_title.selected a {
background:#f14d4d!important;
border: none!important;
}

.wpt_widget_content .tab_title{
border: none!important;
}

.wpt_widget_content .tab_title a:hover {
background:#f14d4d!important;
text-decoration: none!important;
}

.wpt_widget_content .inside ul li{
border-bottom: 1px solid #f9f9f9!important;
padding: 5px 10px 5px 0px!important;
margin: 0px 0px 10px 0px!important;
}

.wpt_widget_content .inside ul li:last-child{
border-bottom: none!important;
margin: 0px 0px 0px 0px!important;
}


.wpt_widget_content .inside ul li a{
background: none!important;
list-style: none!important;
}

.wpt_widget_content .inside ul li a{
background: none!important;
list-style: none!important;
}

.inside .entry-title {
font-size: 12px!important;
line-height: 20px!important;
padding: 0px!important;
}

.inside .entry-title a {
padding: 0px!important;
}

.wpt-postmeta{
font-size: 11px!important;
line-height: 20px!important;
}


#comments-tab-content ul li{
border-bottom: 1px solid #f1f1f1!important;
padding: 5px 10px 10px 10px!important;
margin: 0px 0px 10px 0px!important;
}

#comments-tab-content ul li{
border-bottom: 1px solid #f1f1f1!important;
padding: 5px 10px 10px 10px!important;
margin: 0px 0px 10px 0px!important;
}

#comments-tab-content ul li:last-child{
border-bottom: none!important;
margin: 0px 0px 0px 0px!important;
}

#comments-tab-content ul li .wpt_avatar img{
margin: 0px!important;
}

#comments-tab-content ul li .wpt_comment_content p{
padding-top: 7px;
font-size: 12px!important;
line-height: 20px!important;
text-indent: 0px;
}


#comments-tab-content .wpt_comment_meta {
font-size: 12px!important;
line-height: 20px!important;
padding: 0px!important;
}

#comments-tab-content .wpt_comment_meta a {
padding: 0px!important;
font-size: 12px!important;
line-height: 20px!important;
font-weight: normal!important;
}


.arqam-widget-counter{
margin-bottom: 0px;
}

.arqam-widget-counter ul li{
margin: 0px 0px 3px 0px!important;
width: 30%!important;
}

.arqam-widget-counter ul li i{
margin: 5px 0px 0px 13px!important;
}
.arqam-widget-counter ul li span{
margin: 0px 0px 3px -8px!important;
}

.arqam-widget-counter ul li small{
margin: 5px 0px 3px -9px!important;
}

.candy-clearfix{
display: inline-block;
width: 100%;
}

.candy-clearfix li a{
display: inline-block;
float: left;
width: 42px;
height: 42px;
list-style: none!important;
background: none!important;
padding: 0px;
margin: 0px;
}

#review-box {
border: 1px solid #f1f1f1;
background: #f9f9f9!important;
width: 96%;
}

#review-box h2{
border-bottom: 1px solid #f9f9f9;
background: #f9f9f9!important;
font-size: 18px!important;
font-weight: bold;
color: #333!important;
padding: 0px!important;
}

#review-box span h5{
font-size: 15px!important;
font-weight: normal!important;
color: #fff!important;
}

#review-box p{
font-size: 15px!important;
font-weight: normal!important;
color: #333!important;
}

.review-item {
margin: 10px 0px!important;
}

.review-summary{
border-top: 1px solid #eee;
background: #f9f9f9!important;
font-size: 15px!important;
font-weight: normal!important;
color: #333!important;
padding: 0px!important;
margin: 0px!important;
}

.review-summary p{
text-indent: 0px!important;
margin: 0px 0px 25px -8px!important;
}

.review-final-score{
display: inline-block;
position: relative;
float: right;
height: 100px;
}

.review-final-score h3{
line-height: 25px;
height: 40px;
}

.review-final-score h4{
line-height: 20px;
}


.user-rate-wrap{
border-top: 1px solid #eee;
background: #f9f9f9!important;
font-size: 15px!important;
font-weight: normal!important;
color: #333!important;
padding: 10px 0px 0px 0px;
margin: 0px!important;
}

.user-rating-text strong{
color: #333!important;
font-weight: normal!important;
}





/*----------BBPress forum styles-----------*/


.bbpress  .single_post{
width: 100%!important;
padding-top: 20px;
}


.bbpress .post_meta_line{
display: none;
}

.bbp-breadcrumb p{
margin: 0px 0px 10px 0px!important;
padding: 0px!important;
}

#bbp_search{
border: 1px solid #eee!important;
padding: 6px 6px 5px 6px!important;
}

#bbp_search_submit{
border: none;
font-size: 14px!important;
font-weight: bold;
color: #fff!important;
background: #f14d4d;
padding: 3px 10px 4px 10px!important;
cursor: pointer;
}

#bbp_search_submit:hover{
background: #222;
}

.bbp-forums{
border: 1px solid #eee!important;
background: #fff!important;
}

.bbp-header{
border: none!important;
background: #f9f9f9!important;
}

.forum-titles{
font-size: 14px!important;
font-weight: bold;
color: #333!important;
padding: 10px 0px 10px 10px!important;
}

.bbp-body{
background: #fff!important;
}

.bbp-body ul{
padding: 20px 0px 10px 20px!important;
background: #fff!important;
}

.bbp-forum-title{
font-size: 16px!important;
font-weight: bold;
color: #f14d4d!important;
padding: 0px!important;
}

.bbp-forum-freshness{
display: block;
}

.bbp-topic-meta{
display: block;
}

.bbp-author-avatar{
display: block;
width: 14px;
height: 14px;
float: left;
}

.bbp-author-avatar img{
border: none!important;
}

.bbp-topic-meta img {
display: block;
width: 14px;
height: 14px;
float: left;
margin: 0px!important;
padding: 0px 0px 0px 20px!important;
border: none!important;
}

.bbp-author-name{
float: left!important;
padding: 0px 0px 0px 30px!important;
line-height: 14px;
font-size: 13px!important;
}

#bbp-user-avatar .fn{
display: inline-block!important;
position: relative;
width: 150px!important;
height: 150px!important;
float: left!important;
margin: 0px!important;
padding:0!important;
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
width: 150px!important;
height: 150px!important;
}

.bbp-user-profile-link a{
display: none!important;
}

#bbp-user-navigation{
display: inline-block!important;
margin: 20px 0px 0px 0px!important;
padding: 0px!important;
}

#bbp-user-navigation li span a{
margin: 0px!important;
padding: 3px 10px 2px 10px!important;
}

.entry-title{
font-size: 20px!important;
font-weight: bold;
padding: 0px!important;
}

.bbp-user-section p{
margin: 0px!important;
padding: 0px!important;
}

.bbp-topic-meta .bbp-topic-started-by a {
margin: 0px!important;
padding: 0px!important;
display: inline!important;
float: none!important;
}
.bbp-topic-meta .bbp-topic-started-by a img{
margin: 0px!important;
padding: 0px!important;
display: inline!important;
float: none!important;
}


.bbp-topic-meta .bbp-topic-started-by  .bbp-author-name{
margin: 5px 0px 0px 0px!important;
}


#bbpress-forums div.odd, #bbpress-forums ul.odd {
  background-color:#fff;
}

.bbp-reply-header{
border-top: 1px solid #f1f1f1!important;
background: #fff!important;
}

.bbp-reply-header a{
font-family: Arial, sans-serif;
background: #fff!important;
font-size: 12px!important;
font-weight: normal!important;
color: #f14d4d!important;
padding: 0px!important;
text-transform: capitalize;
}

.bbp-meta a{
font-family: Arial, sans-serif;
background: #fff!important;
font-size: 12px!important;
font-weight: normal!important;
color: #f14d4d!important;
padding: 0px!important;
text-transform: capitalize!important;
}

.bbp-admin-links span {
margin: 0px 0px 0px 0px!important;
display: block!important;
}

.bbp-reply-author a img{
display: block!important;
width: 45px!important;
height: 45px!important;
margin: 0px 0px 0px 35px!important;
float: none!important;
}

.bbp-reply-author a {
margin: 10px 0px 0px 0px!important;
padding: 0px!important;
float: none!important;
}

.bbp-author-role {
margin: -20px 0px 0px 0px!important;
padding: 0px!important;
}

.bbp-topic-permalink{
font-size: 16px!important;
font-weight: bold;
color: #f14d4d!important;
padding: 0px!important;
}


.bbp-submit-wrapper button{
border: none;
font-size: 16px!important;
font-weight: bold;
color: #fff!important;
background: #f14d4d;
padding: 3px 10px!important;
cursor: pointer;
}

.bbp-submit-wrapper button:hover{
background: #222;
}

.bbp-the-content{
border: 1px solid #eee!important;
}

.bbp-form p input {
padding: 5px 10px!important;
}

#subscription-toggle{
display: none!important;
}

.bbp-footer{
display: none;
}




.evcal_cblock{
display: inline-block;
float: left;
margin-left: 15px!important;
}

.evcal_desc{
display: inline-block;
margin-left: 90px!important;
}

.evcal_desc{
display: block;
height: 30px;
}

.evorow h3 {
font-size: 15px!important;
margin-bottom: 8px!important;
}

.evorow p{
line-height: 22px!important;
}




.wpb_row h1, .wpb_row h2, .wpb_row h3, .wpb_row h4, .wpb_row h5, .ts-icon-title-text{
font-weight: bold;
}

.wpb_row p{
text-indent: 0px;
}

h2.post-title{
font-size: 17px;
line-height: 30px!important;
margin: 15px 0px 5px 0px;
}



.isotope-item.vc_col-sm-6 {
width: 47%!important;
}


.isotope-item.vc_col-sm-4 {
width: 30%!important;
}


.ts-flip-link{
display: inline-block;
margin: 25px 0px 0px 0px!important;
}

.ts-team1, .ts-team2, .ts-team3 {
display: block;
}

.ts-team1 p, .ts-team2 p, .ts-team3 p{
display: block;
margin: 10px 0px 10px 0px!important;
color: #222;
}

.ts-team1-person-description,.ts-team2-person-description,.ts-team3-person-description{
font-size: 14px;
line-height: 23px;
color: #555!important;
}

.ts-timeline-1 li, .ts-timeline-2 li, .ts-timeline-3 li{
margin: 0px 10px 0px 3px!important;
}

.ts-timeline-1-time, .ts-timeline-2-time, .ts-timeline-3-time{
display: block;
margin: 0px 0px 0px 5px!important;
}

.ts-timeline-1-label h2,.ts-timeline-2-label h2,.ts-timeline-3-label h2{
line-height: 40px;
}

.ts-pricing h3 span{
line-height: 90px!important;
}



#evcal_widget{
padding: 0px 10px;
}

.widget-title{
display: block;
width: 90%;
padding: 0px 0px 0px 10px;
margin: 10px 0px 5px 0px;
color: #000;
font-size: 18px;
line-height: 40px;
font-weight: bold;
}

#evcal_widget p{
text-indent: 0px;
}








/* ---------- TipTip ----------*/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}




/*---------Circle Effect---------*/

.ripplelink {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
 
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
 
@-webkit-keyframes 
ripple {  100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}
 
@-moz-keyframes 
ripple {  100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}
 
@-o-keyframes 
ripple {  100% {
opacity: 0;
-o-transform: scale(2.5);
}
}
 
@keyframes 
ripple {  100% {
opacity: 0;
transform: scale(2.5);
}
}





#oz-scroll {
	position:fixed;
	bottom:15px;
	right:-80px;
	height:50px;
	width:50px;
	overflow:hidden;
	display:none;
	zoom:1;
	opacity: 0.4;
	transition:all .5s ease-in-out;
	z-index: 1;
}

#oz-scroll img {max-width:100%}

#oz-scroll:hover {opacity:0.8}

.style1 {
background:url('images/up.png') no-repeat center center;

}




/*----------------Header carousel styles--------------*/

#touchcarousel-4{
background: #f5f5f5;
display: block;
float: left;
width: 100%!important;
height: 180px;	
}

.touchcarousel {
background: #fff;
position: relative;	
overflow: hidden; 
}

.touchcarousel ul.touchcarousel-container {
position: relative;    
margin: 0!important;
padding: 0!important;
list-style: none !important;
width: 3000px;
left: 0;
}

.touchcarousel .touchcarousel-wrapper {
position: relative;
overflow:hidden;
width: 100%;
height: 100%;
}

.touchcarousel.tc-layout-4 .touchcarousel-item {
width: 248px;
margin: 0px 0px 0px 0px;
position: relative;
overflow: hidden;
}

.touchcarousel.tc-layout-4 .touchcarousel-item p {
margin: 0;
padding: 0;
}

.touchcarousel.tc-layout-4 .touchcarousel-item img {
max-width: none;
border: 0;
margin: 0;
transition: 0.5s;
}

.touchcarousel.tc-layout-4 .touchcarousel-item img, 
.touchcarousel.tc-layout-4 .touchcarousel-item span {
position: relative;
margin: 0;
padding: 0;	
border: 0;			
}

.touchcarousel.tc-layout-4 .tc-block h4{
background: url("images/carousel_shadow.png") repeat-x left bottom;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 100%;
margin: 0px;
color: #fff!important;
font-size: 13px;
line-height: 21px;
font-weight: bold;
text-shadow: 0px 0px 1px #000;
}

.touchcarousel.tc-layout-4 .tc-block h4 a{
position: absolute;
bottom: 15px;
left: 13px;
width: 80%;
color: #fff!important;
}


/*-----------Carousel items----------*/

.touchcarousel li.touchcarousel-item {
	margin: 0 0 0 0;
	padding: 0;	
	float: left;		
}

.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}


/*-------------Arrows(direction) navigation---------*/


.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}

.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/*--------------Paging navigation--------------*/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float: left;
	position: relative;
	left: 50%;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }


/*--------------Cursors------------*/

.touchcarousel .grab-cursor{ cursor:url('images/grab.png') 8 8, move;  }
.touchcarousel .grabbing-cursor{ cursor:url('images/grabbing.png') 8 8, move; }
.touchcarousel .auto-cursor{ cursor:auto; }

.touchcarousel.grey-blue .arrow-icon{background-image:url('images/gb-sprite.png');
background-repeat:no-repeat;
width:20px;
height:19px;
margin-top:-9px;
}
.touchcarousel.grey-blue .arrow-holder{
width:30px;
height:100%;
-moz-opacity:1
;-webkit-opacity:1;
opacity:1;
}

.touchcarousel.grey-blue .arrow-holder.left{
background: rgba(0,0,0, 0.6);
height: 180px;
left: 0px;
top: 0px;
transition: 0.2s;
}
.touchcarousel.grey-blue .arrow-holder.right{
background: rgba(0,0,0, 0.6);
height: 180px; 
top: 0px;
right: 0px;
transition: 0.2s;
}

.touchcarousel.grey-blue .arrow-icon.left{left:0;background-position: 2px -15px}
.touchcarousel.grey-blue .arrow-icon.right{right:0;background-position:-186px -15px}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left{
background-position:-28px -15px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right{
background-position:-156px -15px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left{background-position:-66px -15px}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right{background-position:-126px -15px}
.touchcarousel.grey-blue .arrow-holder:hover{background: rgba(0,0,0, 0.8);}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon{margin-top:-8px}
.touchcarousel.grey-blue .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}







/*------------Single post carousel-----------*/

#example2{
position: relative;
display: inline-block;
width: 1200px;
margin: 25px 0px 0px 0px!important;
overflow: hidden;
visibility: hidden;
}

.slider-pro {
	position: relative;
	margin: 0 auto;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
position: relative;
display: block;
border: none;
transition: 0.2s;	
}

.sp-image:hover{
opacity: 0.8;
}

/* Touch Swipe
--------------------------------------------------*/

.sp-grab {
cursor:url(images/grab.png) 8 8, move; 
}

.sp-grabbing {
cursor:url(images/grabbing.png) 8 8, move;
}

.sp-selectable {
cursor: default;
}

/* Caption
--------------------------------------------------*/

.sp-caption-container {
font-size: 17px;
line-height: 24px;
text-align: center;
margin-top: 20px;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #ccc;
}




.gallery {
display: inline-block;
width: 105%;
margin: 10px 0px 10px 0px;
}

.gallery .gallery-item {
float: left;
margin-bottom: 10px;
text-align: center;
width: 32%;
}
.gallery-columns-1 .gallery-item { width: 103%; }
.gallery-columns-2 .gallery-item { width: 49%; }
.gallery-columns-4 .gallery-item { width: 24.5%; }
.gallery img {
width: 90%;
box-shadow: 0px 0px 4px #999;
border: 1px solid white;
padding: 5px;
background: #f2f2f2;
transition: 0.2s;
}

.gallery img:hover {
background: white;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 83%;
	height: auto;
}

.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 5px 0px 0px -10px;
padding: 0px;
}

.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }





#content.hide_sidebar #banner_index_728{
display: inline-block;
margin: 0px 0px 30px 19.5%;
width: 728px;
}

#banner_index_728{
display: inline-block;
margin: 0px 0px 30px 0px;
width: 600px;
}

#banner_index_728 img{
border: 1px solid #eee;
background: #f9f9f9;
display: inline-block;
float: left;
width: 100%;
max-width: 728px;
padding: 0px;
transition:0.4s;
}

#banner_index_728 img:hover{
opacity: 0.8;
}


#banner_single_728{
display: inline-block;
width: 100%;
margin: 20px 0px 20px 0px;
}

#banner_single_728 img{
border: 1px solid #eee;
background: #f9f9f9;
display: inline-block;
float: left;
width: 100%;
max-width: 728px;
padding: 0px;
transition:0.4s;
}

#banner_single_728 img:hover{
opacity: 0.8;
}



/*========= Banner Rotator =========*/


#banner_rotator {
/* background: #eee; */
display: inline-block;
max-width: 728px!important;
max-height: 90px!important;
}

.wrapHighlight {
display: inline-block;
width: 728px!important;
height: 90px!important;
overflow: hidden;
}

.wrapHighlight img{
width: 728px!important;
height: auto!important;
}


.wrapHighlight .listCont {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}

.wrapHighlight .listCont li {
width: 100%;
height: 100%;
display: block;
position: absolute;
overflow: hidden;
}

.wrapHighlight .listCont li .cont {
width: 100%;
height: 100%;
display: block;
position: relative;
overflow: hidden;
}

.wrapHighlight .listCont li.active {
display: block;
z-index: 10;
}


/* title_lp */
.title_lp {
background: #222;
position: absolute;
bottom: 10px;
left: 10px;
display: inline;
padding: 0px 8px;
font-size: 14px;
line-height: 28px;
color: #fff;
font-weight: bold;
border-radius: 5px;
}

/* pieLp */
.pieLp {
position: absolute;
top: 10px;
right: 10px;
z-index: 900;
overflow: hidden;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}

.timer  {
background: #444349;
position: relative;
width: 1em;
height: 1em;
float:  left;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}

.timer > .percent  {
position:  absolute;
top:  1.05em;
left:  0;
width:  3.33em;
font-size:  0.3em;
text-align: center;
display: none;
}

.timer > #slice  {
position: absolute;
width: 1em;
height: 1em;
clip: rect(0px, 1em, 1em, 0.5em);
}

.timer > #slice.gt50  {
clip: rect(auto,  auto,  auto,  auto);
}

.timer > #slice > .pie  {
background-color: #f14d4d;
border:  0.1em solid; 
border-color: #f14d4d;
position: absolute;
width: 0.8em;
height: 0.8em;
clip: rect(0em, 0.5em, 1em, 0em);
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
}

.timer > #slice > .pie.fill  {
-moz-transform: rotate(180deg) !important;
-webkit-transform: rotate(180deg) !important;
-o-transform: rotate(180deg) !important;
transform: rotate(180deg) !important;
}

.timer.fill > .percent  {
display:  none;
}

.timer.fill > #slice > .pie  {
border:  transparent;
background-color:  #444349;
width: 1em;
height: 1em; 
}






#header_search_box{
display: inline-block;
margin: 12px 0px 5px 0px;
width: 620px;
height: 80px;
float: left;
overflow: hidden;
}

#header_soc_box{
display: inline-block;
margin: 12px 0px 0px 0px;
width: 320px;
height: 80px;
float: right;
}

#authorlist{
display: inline-block;
width: 530px;
height: 32px;
overflow: hidden;
}

#authorlist li {
float: left;
margin: 0 0 5px 0;
}

#authorlist .avatar {
display: inline-block;
float: left;
border: none;
width: 25px;
height: 25px;
margin: 0px 10px 0px 0px;
padding: 0px;
border-radius: 5px;
}

#authorlist .single_author_name{
width: 0px;
margin: 0px 5px 0px 0px;
font-size: 12px;
color: #999;
display: none;
border-radius: 5px;
text-transform: capitalize;
}

#authorlist li:hover .single_author_name{
background: #444;
width: 135px;
display: block;
line-height: 24px;
padding: 1px 0px 0px 0px;
color: #fff;
font-weight: bold;
}

#authorlist .contr_text{
background: #444;
display: inline-block;
margin: 1px 5px 0px 0px;
padding: 6px 7px;
float: left;
font-size: 11px;
font-weight: bold;
color: #fff;
border-radius: 5px;
}

#authorlist .view_all_contr_text{
background-color: #f14d4d;
display: inline-block;
margin: 1px 0px 0px 0px;
padding: 6px 7px;
font-size: 11px;
font-weight: bold;
color: #fff;
border-radius: 5px;
transition: 0.2s;
}

#authorlist .view_all_contr_text:hover{
background: #444!important;
}

#authorlist .view_all_contr_text a{
color: #fff;
}



#soc_book{
width: 100%;
margin: 0px 0px 6px 0px;
display: inline-block;
}

#soc_book img{
width: 25px;
height: 25px;
display: inline-block;
margin: 0px 2px 0px 1px!important;
opacity: 1;
transition:all 0.2s ease-in-out;
border-radius: 3px;
}

#soc_book img:hover{
opacity: 0.6;
}



#category-select select{
border: 1px solid #eee;
display: inline-block;
width: 315px;
margin: 4px 0px 0px 0px;
padding: 10px 10px;
color: #999;
}

#category-select select > option {
background: #fff;
font-size: 14px;
color: #333;
}

#super_search{
display: inline-block;
float: left;
max-width: 580px;
margin: 5px 0px 0px 0px;
}

#super_search #super_s{
border: 1px solid #eee;
display: inline-block;
width: 470px;
padding: 10px 13px;
color: #999!important;
}

#super_search #searchsubmit{
background-color: #f9f9f9;
border: 1px solid #eee;
display: inline-block;
width: auto;
padding: 10px 13px;
margin: 0px 0px 0px -5px!important;
color: #000;
cursor: pointer;
transition: 0.2s;
}

#super_search #searchsubmit:hover{
background-color: #00c5ff;
color: #fff;
}

.ui-autocomplete {
background: #fff!important;
width: 490px;
position: absolute!important;
cursor: pointer; 
z-index: 10000!important;
border-radius: 0;
box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

span[role="status"]{
display: none!important;
}

.ui-menu-item {
border-bottom: 1px solid #eee;
background: #fff!important;
cursor: pointer; 
z-index: 10000!important;
padding: 10px 13px;
font-size: 13px;
line-height: 22px;
font-weight: bold;
transition: 0.2s;
}

.ui-menu-item:hover{
background: #f1f1f1!important;
}


#lean_overlay {
position: fixed;
z-index:10000;
top: 0px;
left: 0px;
height:100%;
width:100%;
background: #000;
display: none;
}

.popupContainer{
position:absolute;
width:330px;
height: auto;
left:45%;
top:80px;
background: #FFF;
}

#modal_trigger {
background: #eee;
margin: 0px; 
max-width: 150px; 
display: inline-block;
float: right;
}

#header_login_box {
display: inline-block;
margin: 6px 10px 0px 0px;
float: right;
}

#header_top_menu .user_profile{
background: url("images/user_profile.png") no-repeat;
display: inline-block;
width: auto;
height: 25px;
margin: 0px 10px 0px 0px;
padding: 0px 7px 0px 31px;
font-size: 12px;
color: #333;
line-height: 26px;
font-weight: bold;
border-radius: 5px;
text-transform: capitalize;
transition:all 0.2s ease-in-out;
}

#header_top_menu .user_profile_logout{
background: url("images/user_minus.png") no-repeat;
display: inline-block;
width: auto;
height: 25px;
margin: 0px 0px 0px 0px;
padding: 0px 7px 0px 31px;
font-size: 12px;
color: #333;
line-height: 26px;
font-weight: bold;
border-radius: 5px;
transition:all 0.2s ease-in-out;
}

#header_top_menu .user_profile:hover{
background-color: #cee729;
color: #fff;
}

#header_top_menu .user_profile_logout:hover{
background-color: #f14d4d;
color: #fff;
}


#header_top_menu #modal_trigger{
background: url("images/user_plus.png") no-repeat;
display: inline-block;
width: auto;
height: 25px;
margin: 0px 0px 0px 0px;
padding: 0px 7px 0px 31px;
font-size: 12px;
color: #333;
line-height: 26px;
font-weight: bold;
border-radius: 5px;
transition:all 0.2s ease-in-out;
}

#header_top_menu #modal_trigger:hover{
background-color: #cee729;
color: #fff;
}


.btn {padding:10px 20px; background: #F4F4F2; transition: 0.4s;}
.btn_red {background: #ED6347; color: #FFF; transition: 0.4s;}

.btn:hover {background: #E4E4E2;}
.btn_red:hover {background: #C12B05;}

a.btn {color:#666; text-align: center; text-decoration: none;}
a.btn_red {color: #FFF;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase; line-height: 20px;}

.popupHeader .header_title {
display: inline-block;
font-size:16px; 
text-transform: uppercase; 
line-height: 16px; 
margin: 4px 0px 0px 0px!important;
}

.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px 7px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {
display: inline-block;
background:#E4E4E2;
position: absolute; right: 0; top:0; padding: 9px 10px 6px 10px; cursor: pointer; color:#aaa; font-size:16px;
}

.fa.fa-times {
background: url("images/login_close.png") no-repeat center center;
display: inline-block;
width: 20px;
height: 20px;
}

.popupBody {padding:20px;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

.one_half.last input{width: 100%;}

.centeredText {text-align: center; margin: 10px 0px 30px 0px; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}
.action_btns input{border: none; cursor: pointer;}

/* User Login Form */
.user_login {display: none;}
.user_login label {display: block; margin-bottom:5px;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:93%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.user_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347;}

/* User Register Form */
.user_register {display: none;}
.user_register label {display: block; margin-bottom:5px;}
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {display: block; width:93%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_register input[type="checkbox"] {float:left; margin-right:5px;}
.user_register input[type="checkbox"]+label {float:left;}

.user_register .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}



/*-------- Single Gallery ---------*/

#lightSlider{
display: inline-block;
width: 100%;
margin: 0px 0px 0px 0px;
}

#lightSlider img{
height: 300px;
}

.csSlideOuter {
overflow: hidden;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.csSlideWrapper > ul:after {
  clear: both;
}
.csSlideWrapper .csSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.csSlideWrapper .csFade > li {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
  margin-right: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.csSlideWrapper .csFade > li.active {
  opacity: 1;
  z-index: 10;
}

.csSlideOuter .csPager.cSGallery{
margin: 0px 0px 25px 0px;
	list-style: none outside none;
	padding-left:0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csSlideOuter .csPager.cSGallery li{
	opacity:0.7;
	 -webkit-transition-delay: 0s;
	  transition-delay: 0s;
	  -webkit-transition-duration: 0.35s;
	  transition-duration: 0.35s;
	  -webkit-transition-property: opacity;
	  transition-property: opacity;
	  -webkit-transition-timing-function: ease;
	  transition-timing-function: ease;
}
.csSlideOuter .csPager.cSGallery li.active{
	opacity:1;
}
.csSlideOuter .csPager.cSGallery img{
	display: block;
    height: auto;
    max-width: 100%;
}
.csSlideOuter .csPager.cSGallery:before,
.csSlideOuter .csPager.cSGallery:after {
  content: " ";
  display: table;
}
.csSlideOuter .csPager.cSGallery:after {
  clear: both;
}

.csAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
}
.csAction > .csPrev{
background-color:rgba(0,0,0, 0.2);
  background-image: url('images/ticker_nav_white.png');
  background-position: 2px 1px;
  left: 10px;
}
.csAction > .csNext{
background-color:rgba(0,0,0, 0.2);
  background-image: url('images/ticker_nav_white.png');
  background-position: -29px 1px;
  right: 10px;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}


.buddypress .single_text{
padding-top: 10px;
}


.buddypress .single_title{
display: none;
}

.buddypress .feed{
display: none;
}

#activity-filter-select  {
position: absolute;
top: 20px;
right: 20px;
}

#activity-filter-select label, #members-order-select label  {
font-size: 13px!important;
color: #777!important;
}

.activity-content{
font-size: 13px!important;
color: #000!important;
}

.activity-comments{
background: #f9f9f9!important;
color: #000!important;
padding-right: 20px;
}

.activity-header p{
height: auto!important;
margin: 0px!important;
padding: 0px!important;
font-size: 12px!important;
color: #777!important;
}

.activity-header a:first-child{
text-transform: capitalize;
}
.acomment-meta a:first-child{
text-transform: capitalize;
}
.activity-header, .acomment-meta{
font-size: 12px!important;
color: #777!important;
}

.time-since{
font-size: 11px!important;
color: #777!important;
}

.activity-inner{
margin: 0px!important;
}

.activity-inner p{
padding: 0px!important;
margin: 10px 0px 20px 0px!important;
}

#activity-all{
font-size: 14px!important;
color: #777!important;
}

#members-dir-search{
position: absolute;
top: 60px;
right: 20px;
}

#search-members-form #members_search_submit {
padding: 6px!important;
}

.activity-greeting{
margin: 10px 0px 0px 0px!important;
padding: 0px!important;
}

.activity-meta{
margin: 0px 0px 20px 0px!important;
}

/*========= custom styles =========*/
.socialmedia-buttons {margin-left: 7px !important;}
.socialmedia-buttons img {margin-bottom: 10px;}

.sb-nav-retro .sb-navigation-left, .sb-nav-retro .sb-navigation-right {top:-43px !important;}
.showbiz-container.whitebg {background: none !important;}