/*
Theme Name: Themerush
Theme URI: http://themeforest.net/user/themeloy
Description: WordPress theme for Blog and Magazine sites.
Author: Themeloy
Author URI: http://themeforest.net/user/themeloy
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: three-columns, theme-options
*/




/* =================================== Genneral and Typography ===================================*/
h1,h2,h3,h4,h5,h6 {
    color:#333;
    margin-bottom:14px;
}
body,h1,h2,h3,h4,h5,h6,i,.mybtn,.mybtn-color,.mybtn-small,.mybtn-small-color,label,input,button,select,textarea,input[type="text"],.submit {
    outline:none;
    -webkit-font-smoothing: antialiased !important;
}
.clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}
*:focus {
    outline:0;
}
textarea:focus,input:focus {
    outline:0;
}
div.brack_space {
    border:solid #ddd;
    border-width:0px 0 0;
    clear:both;
    margin:0px 0 0px;
    height:0;
}

hr.none {
    border:solid #ddd;
    border-width:0px 0 0;
    clear:both;
    margin:0px 0 0px;
    height:0;
}
hr.dashed {
    height:1px;
    border-top:1px dashed #d8d8d8;
    border-bottom:1px dashed #ffffff;
    margin:0 0 20px;
}
hr.dotted {
    height:1px;
    border-top:1px dotted #d8d8d8;
    border-bottom:1px dotted #ffffff;
    margin:0 0 20px;
}
hr.double {
    height:5px;
    border-bottom:1px double #d8d8d8;
    margin:0 0 20px;
}
hr.line {
    height:1px;
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #ffffff;
    margin:0 0 20px;
}
hr.multidotted {
    border:none;
    background:#fff url("../images/dot.png");
    height:10px;
    margin:0 0 20px;
}
body {
    outline: none;
}
/*--- custom full background ---*/
.full-background {
    position:fixed;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    z-index:-1;
}
.full-background img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-width:50%;
    min-height:50%;
    z-index:-1;
}
img {
    max-width:100%;
    border:0;
    -ms-interpolation-mode:bicubic;
    height:auto;
}
.max-img {
    width:100%;
    height:auto;
}
.media {
    position:relative;
}
.media iframe,.media object,.media embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.wrap-select{
    display:none;
}
.video {
    position:relative;
    padding-bottom:56.25%;
    overflow:hidden;
}
.video iframe,.video object,.video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
a,a:visited {
    color:#2d2d2d;
    text-decoration:none;
}
a.title:hover {
    color:#818181;
}
.tabs-nav a.title:hover {
    color:#FFF
}
.wp-caption {
    max-width:100%;
    padding:8px;
    text-align:center;
    background:url("../images/dot.png") repeat scroll 0 0 #FFFFFF;
}
.wp-caption p {
    margin-bottom:10px;
}
.picture>a {
    display:block;
    line-height:0px;
}
.picture {
    padding:0px;
}
.image-icons>a {
    display:block;
    text-align:center;
}
video {
    max-width:100%;
    height:auto;
}
audio {
    max-width:100%;
}
div.twitter {
    margin:auto;
    width:300px;
    height:300px;
}
.quote_content {
    background:#f8f8f8 url('../images/quote.png') 12px 12px no-repeat;
    border:1px solid #e5e5e5;
    position:relative;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    border-radius:3px;
    font-size:14px;
    line-height:20px;
    margin-bottom:10px;
}
.quote_content p {
    margin:14px 14px 16px 46px;
    font-size:13px;
    line-height:20px;
    font-style:italic;
    color:#777;
    padding:10px 20px 10px 40px;
}
.quote_arrow {
    width:12px;
    height:7px;
    position:absolute;
    bottom:-7px;
    left:46px;
    background:url('../images/quote_arrow.png') 0px 0px no-repeat;
}
.box {
    float:left;
    margin:5px;
    background-color:#FFFFFF;
    box-shadow:0 1px 2px rgba(34,25,25,0.4);
    line-height:18px;
}
.category-title {
    font-size:18px;
    color:#39434C;
    margin-bottom:14px;
}
.box-wrapper {
    width:1190px;
    margin:30px auto;
    background:#FFF;
    -webkit-box-shadow:0 0 20px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.4);
    box-shadow:0 0 5px 1px rgba(0,0,0,0.4);
}
#contents {
    background:#FFF;
}
.full-wrapper .sidebar_content .widget-title {
    margin-left:0px;
    border-left:1px solid #e1e1e1;
}

.sidebar_content .p7ehc-a.grid_6{height: auto!important}

.full-wrapper .sidebar_content .widget-title span {
    padding:0px 10px;
}
.full-wrapper .container .sidebar_last {
    width:160px;
    padding-left:15px;
    margin-right:10px;
}
.full-wrapper .container .sidebar_last .grid_2 {
    width:145px;
    padding:0px;
    margin:0px;
}
.demo-code .the-icons li {
    min-width:200px;
    display:inline-block;
}
.post .tabs-container,.page-full .tabs-container,.page-sidebar .tabs-container {
    background:#FFF;
    border:1px solid #E2E2E2;
    margin-top:-1px;
    overflow:hidden;
    padding: 10px;
}
/*--wordpress default---*/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { float: right!important ; margin-right: 0!important}
.alignleft {float: left!important}
.aligncenter { text-align: center;margin: 0px auto; clear: both;}

/* =================================== Header ===================================*/
.header-wraper {
    // background:#e05453 url(../images/noise-header.png) repeat;
    background: #e05453;
}
.header-main {
    padding:15px 0px 0;
}
//.header-main .grid_2{ width: 544px;}
.header-main .grid_10{width:586px;}
.header-main .grid_12{ text-align:center;}
.header-main .grid_3 {  display: inline;  float: left;  width: 312px;margin:0px;
}
.header-main .row .grid_3 .technokrats{ color: #ffffff;font-family: 'Open Sans', sans-serif;line-height: 33px; font-size: 16px;}
.header-main .row .grid_3 .technokrats a{display: inline-block;    height: 33px;}
.header-main .row .grid_3 .technokrats a img{display: inline-block;    height: 33px; margin-bottom: -11px;}

.header-top {
    background:url(../images/header-top-border.png) repeat-x bottom;
}

#topheader,#content,.topsidebar,.bottomsidebar {
    background:#FFF;
}
#header {
    width:980px;
    background: #3A3A3A;
}
/* =================================== Header top left (datetime) ===================================*/
.header-top-left p.date {
    margin:8px 0px 0px 0px;
    background:#FFF url(../images/date-bg.png) repeat-x bottom;
    display:inline-block;
    height:24px;
    line-height:24px;
    border:1px solid #e7e7e7;
    padding:0 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:12px
}
.header-top-left p.date span {
    color:#FFF;
    background:#e05453 url(../images/title-span-bg.png) repeat-x bottom;
    padding:2px 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
}
/* =================================== Header top right (top menu) ===================================*/
.header-top-right ul {
    margin:0px;
    float:right;
}
.header-top-right ul.menu-top li {
    height:40px;
    line-height:40px;
    border-top:3px solid transparent;
    list-style:none;
    margin:0 5px;
    display:inline-block;
    color:#FFF;
}
.header-top-right ul.menu-top li.current_page_item {
    border-top:3px solid #fff;
}
.header-top-right ul.menu-top li a {
    text-decoration:none;
    color:#FFF;
    font-size:13px;
}
.sf-top-menu {
    background:url(../images/menu-border.png) top left no-repeat;
}
.sf-top-menu #home {
    border-left:none;
    width:60px;
    background:url(../images/menu-border.png) top left no-repeat;
}
.sf-top-menu #home a {
    background:url(../images/menu-border.png) top right no-repeat;
    padding:12px 19px 12px 19px;
}
.sf-top-menu,.sf-top-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-top-menu li {
    position:relative;
    padding:0 !important;
    z-index:999;
}
.sf-top-menu>li:hover>a,.sf-top-menu>li>a:hover {
}
.sf-top-menu ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99;
}
.sf-top-menu>li {
    float:left;
    background:url(../images/menu-border.png) top right no-repeat;
}
.sf-top-menu>li a {
    background:url(../images/menu-border.png) top right no-repeat;
}
.sf-top-menu li:hover>ul,.sf-top-menu li.top-menuHover>ul {
    display:block;
}
.sf-top-menu a {
    display:block;
    position:relative;
    font-size:12px;
    text-transf-toporm:uppercase;
}
.sf-top-menu ul ul {
    top:0;
    left: 100%;
}
/*** DEMO SKIN ***/
.sf-top-menu {
    float:left;
    margin-bottom: 0px;
}
.sf-top-menu ul {
    min-width:180px;
    /* allow long menu items to determine submenu width */
    *width:180px;
    /* no auto sub width for IE7,see white-space comment below */
}
.sf-top-menu>li#home>a {
    font-size:19px;
}
.sf-top-menu>li>a {
    color:#FFF;
}
.sf-top-menu>li {
    background:none !important;
}
ul.sub-menu a {
    font-style:13px;
    text-transf-toporm:none;
    border:0px;
    padding:7px 10px;
    text-decoration:none;
    zoom:1;
    /* IE7 */
}
.sf-top-menu li ul.sub-menu a {
    border:none;
}
.sf-top-menu a {
    padding:13px 10px;
    text-decoration:none;
    zoom:1;
    /* IE7 */
}
.sf-top-menu a {
    color: #fff;
}
.sf-top-menu li {
    /*background:#BDD2FF;
    */
    white-space:nowrap;
    /* no need for Supersubs plugin */
    *white-space:normal;
    /* ...unless you support IE7 (let it wrap) */
    transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -webkit-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
}
.sf-top-menu li a {
    transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -webkit-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
}
.sf-top-menu .current_page_item a,.sf-top-menu li a:hover {
    color:#E7E7E7;
}
.sf-top-menu ul li {
    background:#373737;
    border-bottom:#464646 solid 1px;
}
.sf-top-menu ul ul li {
    background: #222222;
}
.sf-top-menu li:hover,.sf-top-menu li.top-menuHover {
    background:#464646;
    /* only transition out,not in */
    -webkit-transition:none;
    transition:none;
}
/*** arrows (for all except IE7) **/
.top-menu-arrows .top-menu-with-ul {
    padding-right:15px;
    *padding-right: 16px;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.top-menu-arrows .top-menu-with-ul span {
    background:url(../images/arrow-down.png) no-repeat right 6px;
    padding-right:14px;
    display:block;
}
.top-menu-arrows>li>.top-menu-with-ul:focus:after,.top-menu-arrows>li:hover>.top-menu-with-ul:after,.top-menu-arrows>.top-menuHover>.top-menu-with-ul: after {
}
/* styling for right-facing arrows */
.top-menu-arrows ul .top-menu-with-ul:after {
}
.top-menu-arrows ul li>.top-menu-with-ul:focus:after,.top-menu-arrows ul li:hover>.top-menu-with-ul:after,.top-menu-arrows ul .top-menuHover>.top-menu-with-ul:after {
}
#topheader {
    background-color:#FCFCFC;
}
.topheader {
    background:#e05453;
}
.topheader form input[type="submit"] {
    float:right;
}
.topheader form input[type="text"] {
    width:200px;
    float:right;
    outline:none;
    margin-left:20px;
}
.searchform {
    padding:15px 0 0;
}
#search {
    margin-top:10px;
}
#searchform {
    margin-bottom:0px;
}
#s {
    background:#FFF;
    position:relative;
    margin-bottom:0;
    padding:5px 20px 5px 5px;
    width:265px;
    border:1px solid #e2e2e2;
}
.screen-reader-text {
    display:none;
}
.searchlabel {
    display: none;
}
/* =================================== logo ===================================*/
/* =================================== Banner top ===================================*/
.banner-ads {
    text-align:right;
}
.banner-ads .widget {
    margin-bottom: 0px;
}
/* =================================== News ticker ===================================*/
.latest-news {
    background-image:url(../images/news-bg.png);
    height:40px;
    padding-right:10px;
    line-height:40px;
    overflow:hidden;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.latest-news h3 {
    float:left;
    height:40px;
    line-height:40px;
    width: 75px;
    margin-right:10px;
    padding:0px 5px;
    display:block;
    text-align:center;
    font-size:11px;
    background:#222222;
    color:#fff;
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-radius:5px 0px 0px 5px;
    border-radius:5px 0px 0px 5px;
    text-transform:uppercase;
}
.latest-news div {
    color:#FFF;
    float:left;
}
.latest-news div a {
    font-size:12px;
    color:#FFF;
}
.latest-news div a:hover {
    color:#E2E2E2
}
.newsticker .ticker {
    background:#FFF;
    padding:5px 0px;
    margin-bottom:10px;
    border:1px solid #dfdfdf;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.newsticker .ticker-title {
    background:#e05453;
    color:#FFF;
    margin:0 3px;
    height:20px;
    line-height:20px;
    padding:0px 10px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.newsticker .ticker-content {
    margin-left:10px;
}
.simply-scroll-container {
    position:relative;
    margin-top:10px;
}
.simply-scroll-clip {
    position:relative;
    overflow:hidden;
}
.simply-scroll-list {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}
.simply-scroll-list li {
    padding:0;
    margin:0;
    list-style:none;
}
.simply-scroll .simply-scroll-clip {
    width:1035px;
    height: 20px;
    overflow:hidden;
}
.simply-scroll .simply-scroll-list {
    padding:0px;
    margin:0px;


}
.simply-scroll .simply-scroll-list li {
    float:left;
    margin-right:5px;
    background:url(../images/dot-nav.png) no-repeat 7px 8px;
    padding-left: 18px;
    padding-bottom:20px;
}
/* =================================== Main menu ===================================*/
.full-wrapper #main-menu {
    z-index:999;
    padding: 0px;
    width: 100%;
}
.box-wrapper #main-menu {
    z-index:999;
    padding: 0px 10px;
}
.main-menu {
    // background:#161615 url(../images/main-menu.png);
    background: #e05453;
    height:53px;
    display:block;
}
.wrap-select{
    height:26px;
    border: 1px solid #DEDEDE;
    background: #FFF url(../images/responsive-nav-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    text-indent: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wrap-select select {
    background: transparent;
    width: 113%;
    padding:6px;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight:bold;
    line-height: 1;
    -webkit-appearance: none;
    cursor: pointer;
}

.wrap-select select:focus {
    outline: none;
}
#homeicon {
    display:none;
}
.sf-menu {
    // background:url(../images/menu-border.png) top left no-repeat;
}
.sf-menu #home {
    border-left:none;
    width:60px;
    background:url(../images/menu-border.png) top left no-repeat;
}
.sf-menu #home a {
    background:url(../images/menu-border.png) top right no-repeat;
    padding:14px 19px 14px 19px;
    height:22px;
}
.sf-menu,.sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-menu li {
    position:relative;
    padding:0 !important;
    z-index:999;
}
.sf-menu>li:hover>a,.sf-menu>li>a:hover {
}
.sf-menu ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99;
}
.sf-menu>li {
    float:left;
    //   background:url(../images/menu-border.png) top right no-repeat;
}
.sf-menu>li a {
    //   background:url(../images/menu-border.png) top right no-repeat;
}
.sf-menu li:hover>ul,.sf-menu li.sfHover>ul {
    display:block;
}
.sf-menu a {
    display:block;
    position:relative;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:-1px;
}
.sf-menu ul ul {
    top:0;
    left: 100%;
}
/*** DEMO SKIN ***/
.sf-menu {
    float:left;
    margin-bottom: 0px;
}
.sf-menu ul {
    min-width:180px;
    /* allow long menu items to determine submenu width */
    *width:180px;
    /* no auto sub width for IE7,see white-space comment below */
}
.sf-menu>li#home>a {
    font-size:19px;
}
.sf-menu>li>a {
    color:#FFF;
    padding-bottom:16px;
}
.sf-menu>li {
    background:none !important;
}
ul.sub-menu a {
    font-style:13px;
    text-transform:none;
    border:0px;
    padding:7px 10px;
    text-decoration:none;
    zoom:1;
    /* IE7 */
}
.sf-menu li ul.sub-menu a {
    border:none;
}
.sf-menu a {
    padding:13px 5px;
    text-decoration:none;
    zoom:1;
    /* IE7 */
}
.sf-menu a {
    color:#fff;
    line-height: 24px;
}
.sf-menu li {
    /*background:#BDD2FF;
    */
    white-space:nowrap;
    /* no need for Supersubs plugin */
    *white-space:normal;
    /* ...unless you support IE7 (let it wrap) */
    transition:background 0.1s linear;
    -moz-transition:background 0.1s linear;
    -webkit-transition:background 0.1s linear;
    -o-transition:background 0.1s linear;
}
.sf-menu li a {
    transition:background 0.1s linear;
    -moz-transition:background 0.1s linear;
    -webkit-transition:0.1s linear;
    -o-transition:background 0.1s linear;
}
.sf-menu li:hover a ,.sf-menu li.current-menu-item a{color: #474747;}

.sf-menu ul li {
    background:#373737;
    background-image:url(../images/header-top-border.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
li.current-menu-item a.sf-with-ul ul li a {
    background:#ccc;
}
.sf-menu ul ul li {
    background: #373737;
}
.sf-menu li:hover,.sf-menu li.sfHover {
    background:#464646;
    /* only transition out,not in */
    -webkit-transition:none;
    transition:none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right:15px;
    *padding-right: 16px;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul span {
    background:url(../images/arrow-down.png) no-repeat right 6px;
    padding-right:14px;
    display:block;
}
.sf-arrows ul.sub-menu .sf-with-ul span {
    background:none;
}
.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul: after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
}
.sf-arrows ul li>.sf-with-ul:focus:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul .sfHover>.sf-with-ul: after {
}
/* =================================== Follow and search ===================================*/
.share-search {
    //   background:url(../images/menu-border.png) top left no-repeat;
    float:right;
    position:relative;
    z-index: 99;
    margin-bottom:20px;
}
.share-search li {
    display:inline-block;
    margin:0;
    color:#fff !important;
}
ul.share-search li a {
    padding:17px 5px 17px 0px;
    display:block;
    color:#FFF;
    cursor:pointer;
    font-size:13px;
    text-decoration:none;
    text-align:center;
}
.share-search .share-button a {
    //    background:url(../images/menu-border.png) top right no-repeat;
}
.share-search .search-button a {
    //  background:url(../images/menu-border.png) top right no-repeat;
}
#tickersearch:hover,#tickersocial:hover {
    color:#CCC;
}
#tickersocial span {
    text-transform:uppercase;
    font-size:14px;
}
.socialdrop {
    display:none;
    margin-top:1px;
    position:absolute;
    width:160px;
    background-color:#FFF;
    overflow:hidden;
    z-index:9999;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.socialdrop ul {
    margin:0px;
    padding:0px;
    border:1px solid #ccc;
    border-top:0;
}
.socialdrop ul li {
    height:35px;
    text-align:left;
    display:block;
    line-height:35px;
    width:160px;
}
.socialdrop ul li a {
    padding:0px;
    text-align:left;
    font-size:13px;
    color:#2d2d2d;
    display:block;
    float:none;
    width:100%;
    transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -webkit-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
}
.share-search .share-button .socialdrop a {
    background-image:none;
}
.socialdrop ul li a:hover {
    background:#900;
    color:#FFF;
}
.socialdrop ul li a i {
    margin-left:15px;
    margin-right:5px;
}
.socialdrop ul li a.facebook:hover {
    background:#314D91;
}
.socialdrop ul li a.twitter:hover {
    background:#07BEED;
}
.socialdrop ul li a.google:hover {
    background:#e12d2d;
}
.socialdrop ul li a.pinterest:hover {
    background:#e12d2d;
}
.socialdrop ul li a.rss-feeds:hover {
    background-image:url('../images/icon-rss.png');
}
.socialdrop ul li a.linkedin:hover {
    background:#0273b1;
}
#tickersearchform {
    display:none;
    position:absolute;
    z-index:200;
    padding:5px;
    margin-top:0px;
    right:0;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    background:#F7F7F7;
}
.socialdrop {
    width: 130px;
}

/* =================================== widgets ===================================*/
.widget {
    margin-bottom:20px;
    position:relative;
    clear:both;
    display:block;
}
.widget-title {
    letter-spacing:0;
    outline:none;
    text-decoration:none;
    display:block;
    font-size:18px;
    margin-bottom:20px;
}

.sidebar_content .widget.themeloy-popularpost-widget, .sidebar_content .widget.rec, .sidebar_content .widget_text, .sidebar_content .widget_rss, .sidebar_content .widget_nav_menu, .sidebar_content .widget_recent_entries, .sidebar_content .widget_recent_comments, .sidebar_content .widget_meta, .sidebar_content .widget_pages, .sidebar_content .widget_categories, .sidebar_content .widget_archive, .footer-columns .widget_text, .footer-columns .widget_rss, .footer-columns .widget_nav_menu, .footer-columns .widget_recent_entries, .footer-columns .widget_recent_comments, .footer-columns .widget_meta, .footer-columns .widget_pages, .footer-columns .widget_categories, .footer-columns .widget_archive{ background: none; border: none;}

.sidebar_content .widget.themeloy-popularpost-widget ul, .sidebar_content .widget.rec ul, .sidebar_content .widget_text .textwidget, .sidebar_content .widget_rss ul, .sidebar_content .widget_nav_menu ul, .sidebar_content .widget_recent_entries ul, .sidebar_content .widget_recent_comments ul, .sidebar_content .widget_meta ul, .sidebar_content .widget_pages ul, .sidebar_content .widget_categories ul, .sidebar_content .widget_archive ul, .footer-columns .widget_text .textwidget, .footer-columns .widget_rss ul, .footer-columns .widget_nav_menu ul, .footer-columns .widget_recent_entries ul, .footer-columns .widget_recent_comments ul, .footer-columns .widget_meta ul, .footer-columns .widget_pages ul, .footer-columns .widget_categories ul, .footer-columns .widget_archive ul{ padding:0px;}

.footer-columns .widget_nav_menu ul li a, .footer-columns .widget_recent_entries ul li a, .footer-columns .widget_recent_comments ul li a, .footer-columns .widget_meta ul li a, .footer-columns .widget_pages ul li a, .footer-columns .widget_categories ul li a, .footer-columns .widget_archive ul li a, .footer-columns .widget_rss ul li a{ color: #D8D8D8;}
.footer-columns .widget_nav_menu ul li a:hover, .footer-columns .widget_recent_entries ul li a:hover, .footer-columns .widget_recent_comments ul li a:hover, .footer-columns .widget_meta ul li a:hover, .footer-columns .widget_pages ul li a:hover, .footer-columns .widget_categories ul li a:hover, .footer-columns .widget_archive ul li a:hover, .footer-columns .widget_rss ul li a:hover{ color: #969696;}

.sidebar_content .widget_categories select, .sidebar_content .widget_archive select, .footer-columns .widget_categories select, .footer-columns .widget_archive select{ width:90%; margin-left:0px; margin-right:0px;}



.widget_text, .widget_rss, .widget_nav_menu, .widget_recent_entries, .widget_recent_comments, .widget_meta, .widget_pages, .widget_categories, .widget_archive{ background:#fff; border: 1px solid #E2E2E2;}
.widget_text .textwidget, .widget_rss ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_pages ul, .widget_categories ul, .widget_archive ul{ padding:0px 10px;}
.widget_nav_menu ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_meta ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li{}
.widget_nav_menu ul li a, .widget_recent_entries ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_categories ul li a, .widget_archive ul li a{ background: url(../images/arrow-list-style.png) no-repeat 0px; padding-left:10px; font-weight:bold;}
.widget_nav_menu ul li a:hover, .widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_rss ul li a:hover{ color: #818181;}
.widget_categories select, .widget_archive select{ width:90%; margin-left:10px; margin-right:10px;}
.widget_recent_comments ul li a, .widget_rss ul li a{ font-weight:bold;}
.widget.themeloy-popularpost-widget {
    background:#fff;
    clear:both;
    float:left;
    border: 1px solid #e2e2e2
}
.footer-columns .widget-title a.rsswidget, .sidebar_center .widget-title a.rsswidget, .sidebar_last .widget-title a.rsswidget{ color:#FFF;}
/* =================================== Review ===================================*/
.image_review_wrapper, .image_wrapper {
    position:relative;
}
.sidebar_content .review-post .image_review_wrapper img {
    position:relative;
    width:100%;
}
.image_review_wrapper img {
    position:relative;
    width:300px;
    height: auto;
}
.image_review_wrapper span.review-wrap {
    position:absolute;
    left:0px;
    bottom:10px;
    z-index:10;
}
.review-star-none {
    background: none;
    position:relative;
    height:15px;
    float:left;
}
.review-star-inline-none {
    background: none;
    display:block;
    position:absolute;
    height:15px;
    left:0;
    top:0;
    width:1px;
}
.review-star {
    background:url(../images/star.png) no-repeat left bottom -2px;
    position:relative;
    height:15px;
    width:65px;
    float:left;
}

.review-star-inline {
    background:url(../images/star.png) no-repeat 0 -2px;
    display:block;
    position:absolute;
    height:15px;
    left:0;
    top:0;
}
.review_box .review-star.big {
    background:url(../images/star-big.png) no-repeat;
    background-position:left bottom;
    width:150px;
    height:20px;
}
.review_box .review-star-inline.big {
    background:url(../images/star-big.png) no-repeat;
    height:20px;
}
.review_box {
    background:#eeeeee;
    position:relative;
    float:left;
    padding:20px;
}
.review-post li {
    background:url(../images/social_count_border.png) repeat-x bottom;
    padding-bottom:10px;
    font-size:13px;
    clear: both;
}
.review-post li:last-child {
    background: none;
    padding-bottom:0px;
}
.review-post .review-star {
    margin-top:-23px;
}
.review_box {
    padding:0;
    width:550px;
    background:none;
}
.review-point h5 {
    position:relative;
    float:left;
    width:300px;
    margin:10px 5px 10px 0px;
}
.review-point {
    position:relative;
    float:left;
    width:550px;
}
.total-score {
    position:relative;
    float:left;
    width:550px;
}
.total-score h4 {
    width:300px;
    position:relative;
    float:left;
}
.review-summery {
    position:relative;
    float:left;
}
.main-post-large .review-star,.main-post-large-style .review-star {
    left:5px;
    bottom:0px;
}
.home-page-tab .review-star,.carousel .review-star, .review_widget .review-star,.post-news .review-star {
    left: 5px;
}
/* =================================== Content (Feature post) ===================================*/
.ulpost {
    list-style:none;
    margin-left:0px;
    float:left;
    position:relative;
    width:100%;
    padding:0px;
}
.ulpost li {
    position:relative;
    width:100%;
    float:left;
    margin-right:5px;
}
.relativepost .ulpost li {
    display: inline;
    float: left;
    margin-right: 15px;
    position: relative;
    width: 135px;
}
.ulpost_title .date {
    display:block;
    font-size:11px;
}
.ulpost li:last-child {
    border:none;
}
.ulpost li .entry-thumb {
    float: left;
    height: auto;
    margin: 1px 10px 0 0;
    width: 100%;
}
.ulpost li .entry-thumb img{
    width: 100%;
    height: auto;
    display: block;
}
.ulpost li a img {
    padding-bottom:5px;
    float:left;
}
.two-thirds .ulpost li {
}
.tab-content .ulpost li {
    border-bottom:1px solid #e9e9e9;
    padding-bottom:10px;
    margin-bottom:10px;
}
.post-list-item .small-feature {
    position:relative;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e2e2e2;
    float:left;
    width:300px;
}
.post-list-item .small-feature:last-child {
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:none;
}
.post-list-item .small-feature p {
    margin-bottom:0;
}
.post-list-item .small-feature img {
    position:relative;
    float:left;
    padding-right:10px;
}
.post-list-item .small-feature .feature-text {
    margin-left:90px;
    position:relative;
}
.small-feature .post-meta {
    position:relative;
    float:left;
    margin-right:20px;
}
.small-feature .review-star {
    margin-top: 0;
}
.post_type {
    position:  absolute;
}
.small-feature {
    position: relative;
}

.main-post-large-style .post_type, .main-post-large .post_type, .post-tab-home .post_type, .image_review_wrapper .post_type, post-news .image_review_wrapper .post_type, .feature-link .post_type{
    background:#D33 url(../images/title.png) bottom repeat-x;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor:pointer;
    visibility: hidden;
}
.image_review_wrapper:hover .post_type, .feature-link:hover .post_type{
    visibility: visible;
}
.image_review_wrapper .post_type.video_post .icon, .feature-link .post_type.video_post .icon, .image_review_wrapper .post_type.image_post .icon, .feature-link .post_type.image_post .icon, .image_review_wrapper .post_type.audio_post .icon, .feature-link .post_type.audio_post .icon{
    width: 22px;
    height: 23px;
    margin-left: 4px;
    margin-top: 4px;
    display: block;
}
.image_review_wrapper .post_type.image_post .icon, .feature-link .post_type.image_post .icon{
    background: url(../images/gallery.png) no-repeat;
}
.image_review_wrapper .post_type.audio_post .icon, .feature-link .post_type.audio_post .icon{
    background: url(../images/audio.png) no-repeat;
}
.image_review_wrapper .post_type.video_post .icon, .feature-link .post_type.video_post .icon{
    background: url(../images/video.png) no-repeat;
}

.review_widget .image_review_wrapper .post_type{ bottom: 4px; right: 0px;}
.image_review_wrapper .post_type{ bottom: 6px; right: 0px;}
.feature-link .post_type{left: 90px; bottom: 10px;}
.post-list-item-style .feature-link .post_type{left: 90px; bottom: 15px;}
.post-news .image_review_wrapper .post_type{ bottom: 21px;}
.post-news .review-star { bottom: 25px;}

.sidebar_content .jcarousel-item .feature-link .post_type{ top: 125px; left: 164px;}
.center_350 .sidebar_content .jcarousel-item .feature-link .post_type{top: 112px; left: 147px;}
.sidebar_center .jcarousel-item .feature-link .post_type{ top: 194px; left: 250px;}
.center_350 .sidebar_center .jcarousel-item .feature-link .post_type{ top: 92px; left: 122px;}
.sidebar_last .jcarousel-item .feature-link .post_type{ top: 72px; left: 98px;}
.full-wrapper .center_350 .sidebar_last .jcarousel-item .feature-link .post_type{ top: 60px; left: 83px;}
.center_350 .sidebar_last .jcarousel-item .feature-link .post_type{ top: 72px; left: 98px;}
.center_350 .bi_recent_entries .image_review_wrapper .post_type{ right:0px;}
.center_350 .bi_recent_entries .feature-link .post_type{ left: 80px;}


.footer-columns .jcarousel-item .feature-link .post_type{ top: 176px; left: 228px;}

.themeloy-popularpost-widget .feature-link .post_type, .widget.rec .feature-link .post_type, .triple_recent_entries .feature-link .post_type{left: 60px; bottom: 10px;}
.relativepost .feature-link .post_type,
.moreincategories .feature-link .post_type
{ bottom: 0; left: 60px;}
.full-wrapper .sidebar_last .widget.rec .feature-link .post_type, .full-wrapper .sidebar_last .themeloy-popularpost-widget .feature-link .post_type{left: 115px; top: 91px;}
.sidebar_last .widget.rec .feature-link .post_type, .sidebar_last .themeloy-popularpost-widget .feature-link .post_type{left: 130px; top: 91px;}
.post-tab-home .image_review_wrapper .post_type{bottom: 4px;}
.bi_recent_entries .image_review_wrapper .post_type{ bottom: 6px; right: 2px;}
.slider_post_type{
    background: #D33 url(../images/title.png) bottom repeat-x;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;

}
.slider_post_type .post_type{
    position:static;
}
.slider_post_type .post_type i{
    font-size: 30px;
}
/*.post a, .type-page a{ color:#1A00FF; text-decoration:underline;}
.post a:hover, .type-page a:hover{ color:#1A00FF; text-decoration:underline;} */
.post .btn_smallgold:hover, .type-page .btn_smallgold:hover,
.post .btn_smalllightgold:hover, .type-page .btn_smalllightgold:hover,
.post .btn_smallred:hover, .type-page .btn_smallred:hover,
.post .btn_smallblue:hover, .type-page .btn_smallblue:hover,
.post .btn_smallviolet:hover, .type-page .btn_smallviolet:hover,
.post .btn_smalllightgreen:hover, .type-page .btn_smalllightgreen:hover,
.post .btn_bigred:hover, .type-page .btn_bigred:hover,
.post .btn_bigblue:hover, .type-page .btn_bigblue:hover,
.post .btn_biggold:hover, .type-page .btn_biggold:hover,
.post .btn_bigviolet:hover, .type-page .btn_bigviolet:hover,
.post .btn_biglightgreen:hover, .type-page .btn_biglightgreen:hover,
.post .btn_bigvio:hover, .type-page .btn_bigvio:hover,
.post .btn_biglightgold:hover, .type-page .btn_biglightgold:hover{ color:#fff;}
.post .btn_biggreen:hover, .type-page .btn_biggreen:hover,
.post .btn_smallgreen:hover, .type-page .btn_smallgreen:hover{ color:inherit;}
/* =================================== Content (home widgets ...) ===================================*/
.container .sidebar_content {
    float:left;
    padding-bottom:40px;
    margin-right:9px;
}
.sidebar_content .widget-title span {
    padding:0px 18px;
}
.two-columns-sidebar .sidebar_content .grid_7 {
    width:800px;
}
#content {
    background:#f9f9f9;
    padding-top:10px;
    padding-bottom:10px;
    margin:0 auto;
}
#content .col1 {
    max-width:300px;
    position: relative;
}

.sidebar_content .widget.themeloy-popularpost-widget .post-meta, .sidebar_content .widget.rec .post-meta, .sidebar_content .triple_recent_entries .post-meta{
    width: 280px;
}
.sidebar_content .review_widget a.title, .sidebar_content .widget.themeloy-popularpost-widget a.title, .sidebar_content .widget.rec a.title, .sidebar_content .triple_recent_entries a.title{ font-size:14px;}
.sidebar_content .widget.themeloy-popularpost-widget ul li, .sidebar_content .widget.themeloy-popularpost-widget ul li, .sidebar_content .widget_comments ul li{
    width: 100%;
}
.sidebar_content .newsletter .icon-wrapper{
    width: 300px;
    float: none;
    clear: both;
    display: block;
}
.sidebar_content .widget_search #searchform{
    margin-bottom:40px;
}
/* =================================== Content (widgets feature post right...) ===================================*/
.cat_recent_entries .imageicon.iconbig,.tag_recent_entries .imageicon.iconbig {
    top:0;
}
.cat_recent_entries {
    background:#fff;
}
.cat_recent_entries .main-post-large {
    margin-right:20px;
}
.cat_recent_entries .main-post-large {
    position:relative;
    width:302px;
    float:left;
    display:block;
}
.cat_recent_entries .post-list-item {
    width:302px;
    float:right;
}
.main-post-large h3 {
    font-size:18px;
    line-height:20px;
}
.post-list-item h4 {
    font-size:15px;
    line-height:18px;
}
.cat_recent_entries {
    background:#fff;
}
.cat_recent_entries .main-post-large-style {
    margin-bottom:20px;
}
.cat_recent_entries .main-post-large-style .image_review_wrapper {
    float:left;
    margin-right:20px;
}
.cat_recent_entries .main-post-large-style .feature-text {
    width:300px;
    float:left;
}
.cat_recent_entries .main-post-large-style {
    position:relative;
    float:left;
    display:block;
}
.cat_recent_entries .post-list-item-style {
    float:left;
}
.post-list-item-style .small-feature {
    margin-bottom:15px;
    padding-bottom:15px;
    margin-right:12px;
    border-bottom:1px solid #e2e2e2;
    float:left;
    width:299px;
}
.post-list-item-style .small-feature p {
    margin-bottom:0;
}
.post-list-item-style .small-feature img {
    position:relative;
    float:left;
    padding-right:10px;
}
.post-list-item-style .small-feature .feature-text {
    margin-left:90px;
    position:relative;
}
.main-post-large-style h3 {
    font-size:18px;
    line-height:23px;
}
.post-list-item-style h4 {
    font-size:15px;
    line-height: 18px;
}
/* =================================== Content (widgets home page tab) ===================================*/
.home-page-tab {
    padding:0px;
    margin-top:20px;
}
.home-page-tab .post-tab-home {
    margin-bottom:5px;
}
.home-page-tab .post-tab-home:last-child {
    margin-bottom:0px;
    padding-bottom:0px;
}
.home-page-tab .post-tab-home .image_review_wrapper,  .image_review_wrapper {
    float:left;
    margin-right:15px;
    min-height: 192px;
}
.home-page-tab .post-tab-home .post-meta {
    width:auto;
}
.home-page-tab .post-tab-home .post_title a.title {
    font-size:18px;
    line-height:25px;
}
.home-page-tab .post-tab-home.last-child {
}
.home-page-tab .post-tab-home .post-meta a {
    font-size: 11px;
}
/* =================================== Content (carousel) ===================================*/
.jcarousel-container {
}
.jcarousel .jcarousel-item-horizontal {
    position:relative;
    display:block;
    overflow:hidden;
}
.container .sidebar_content .carousel {
    border-top:1px solid #FFF;
    margin-left:-20px;
    margin-right:-19px;
    padding-left:20px;
    padding-right:19px;
}
.jcarousel-container-horizontal {
    padding-left:2px;
    padding-bottom:20px;
}
.jcarousel-container .review-star {
    margin-top:-20px;
}
.jcarousel .jcarousel-item-horizontal,#jcarousel .jcarousel-item-horizontal,.jcarousel-post .jcarousel-item-horizontal {
    min-height:110px;
    margin-bottom:0px;
    height:auto;
}
.jcarousel-custom .jcarousel-container-horizontal,#jcarousel-custom .jcarousel-container-horizontal {
    padding:0px 0px;
}
.jcarousel-clip {
    overflow:hidden;
    width:103%;
}
.jcarousel-item-horizontal {
    margin-left:0;
    margin-right:20px;
    margin-bottom:0;
}
.jcarousel-item-horizontal .ulpost_title {
    margin-top:10px;
}
.jcarousel-item-horizontal .ulpost_title a.title {
    font-size:15px;
}
.jcarousel-item-horizontal .ulpost_title .title {
}
.post .jcarousel-prev-horizontal, .post .jcarousel-next-horizontal, .jcarousel-prev-horizontal, .custom-prev, .jcarousel-next-horizontal, .custom-next {
    position:absolute;
    top:-51px;
    width:23px;
    height:23px;
    cursor:pointer;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
}
.jcarousel-prev-horizontal,.custom-prev {
    right:26px;
    top:-51px;
    background:#e05453 url('../images/button-previous.png') center top no-repeat;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.jcarousel-next-horizontal,.custom-next {
    right:0px;
    top:-51px;
    background:#e05453 url('../images/button-next.png') center top no-repeat;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.jcarousel-next-horizontal:hover {
    background:#3d3d3d url('../images/button-next.png') center -23px no-repeat;
}
.jcarousel-prev-horizontal:hover {
    background:#3d3d3d url('../images/button-previous.png') center -23px no-repeat;
}
ul.jcarousel-client li,ul#jcarousel-client li {
    border:1px solid #fff;
}
ul.jcarousel li img,ul.jcarousel-post li img {
    max-width:100%;
    height: auto;
}
.carouselfred h5 {
    margin-top:5px;
    margin-bottom: 5px;
}
/* =================================== Content (widgets post style two column) ===================================*/
.bi_recent_entries {
    background:#fff;
}
.bi_recent_entries .main-post-col1 {
    margin-right:20px;
}
.bi_recent_entries .main-post-col1 h3.widget-title,.bi_recent_entries .main-post-col2 h3.widget-title {
    line-height:35px;
}
.bi_recent_entries .main-post-col1 h3,.bi_recent_entries .main-post-col2 h3 {
    font-size:18px;
    line-height:23px;
}
.bi_recent_entries .main-post-col1 .feature-text h4,.bi_recent_entries .main-post-col2 .feature-text h4 {
    font-size:15px;
    line-height:20px;
}
.bi_recent_entries .main-post-col1,.bi_recent_entries .main-post-col2 {
    width:302px;
    float:left;
    display:block;
}
.bi_recent_entries .main-post-col1 .feature-text-col,.bi_recent_entries .main-post-col2 .feature-text-col {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #e6e6e6;
}
/* =================================== column 1) ===================================*/
.main-post-col1 .small-feature,.main-post-col2 .small-feature {
    position:relative;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e2e2e2;
    float:left;
    width:300px;
}
.main-post-col1 .small-feature:last-child,.main-post-col2 .small-feature:last-child {
    margin-bottom:0px;
    border-bottom:none;
}
.main-post-col1 .small-feature p,.main-post-col2 .small-feature p {
    margin-bottom:0;
}
.main-post-col1 .small-feature img,.main-post-col2 .small-feature img {
    position:relative;
    float:left;
    padding-right:10px;
}
.main-post-col1 .small-feature .feature-text,.main-post-col2 .small-feature .feature-text {
    margin-left:90px;
    position:relative;
}
.main-post-col1 .review-star,.main-post-col2 .review-star {
    margin-top: 0px;
}
/* =================================== Progress Bar ===================================*/
.progress-bar .meter,.meter .meter-content {
    height:37px;
}
.meter-content {
    background:#e05453;
}
.progress-bar .meter {
    position:relative;
    margin-bottom:20px;
}
.meter {
    background:#f1f1f1;
}
.meter .meter-content[data-percentage] {
    text-indent:-9999px;
}
.meter .meter-title {
    top:12px;
    color:#FFF;
    left:17px;
    position:absolute;
    font-weight: bold;
}
/* =================================== read more link ===================================*/
.more-link {
    margin-top:15px;
}
.more-link .read-more {
    color:#FFF;
    background:#e05453 url(../images/date-bg.png) repeat-x bottom;
    padding:7px 10px 7px 10px;
    font-weight:bold;
    font-size:12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.more-link .read-more:hover {
    background:#424242 url(../images/date-bg.png) repeat-x bottom;
    color:#FFF;
}
.readmore {
    line-height:14px;
}
a.readmore:hover {
    color:#888;
}
a.readmore {
    color: #333;
}
/* =================================== Sidebar_center (widgets) ===================================*/
#p7EHCd_2 {
    background: none repeat scroll 0 0 #fff;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
}
.marg-bot.alignleft.grid_3 > iframe {
    margin-left: 5px;
}
.container .sidebar_center {
    float:left;
    //  margin-top:-19px;
    //   padding:19px 15px 40px 15px;
    background:#f9f9f9;
    //   border-left:1px solid #e2e2e2;
}
.container .sidebar_center .grid_3 {
    width:300px;
    margin:0px;
    padding:0px;
    clear: none;
    overflow: visible;
}
.sidebar_center .widget-title, .sidebar_last .widget-title {
    // background:#e05453 url(../images/title.png) bottom repeat-x;
    background: #e05454;
    color:#FFF;
    padding:0px;
    text-transform: uppercase;
    width: 98%;
    margin-left: 5px;
}
.sidebar_center .widget-title:before , .sidebar_last .widget-title:before ,.sidebar_center .forum div:before, ul.tabs-nav.home-page-tab-widget:before{
    width: 13px;
    height:39px;
    position: absolute;
    background: url(../images/sectionheader_left.png) no-repeat;
    content: "";
    margin-left: -3px;
}
.sidebar_center .widget-title:after , .sidebar_last .widget-title:after, .sidebar_center .forum div:after, ul.tabs-nav.home-page-tab-widget:after {
    width: 13px;
    height:39px;
    position: absolute;
    background: url(../images/sectionheader_right.png) no-repeat;
    content: "";
    margin-left: -3px;
}

ul.tabs-nav.home-page-tab-widget:before{
    top:0px;
    left: 0px;

}
ul.tabs-nav.home-page-tab-widget:after{
    top:0px;
    right: 0px;

}

.sidebar_center .forum div:before, .sidebar_center .forum div:after{
    top: 0px;    
}
.sidebar_center .forum div:after{
    right: 0px;
}
.sidebar_center .forum div:before{
    left: 0px;
}
.sidebar_center .widget-title span,.sidebar_last .widget-title span {
    padding:0px 10px;

    display: inline-block;
    height: auto;
    width: 90%;
}
.sidebar_center .forum h2{
    width:100%;
    display: block;
}
.sidebar_center .widget-title span a,.sidebar_last .widget-title span a{
    color: #ffffff;

}
.relativepost .post-meta,.moreincategories .post-meta,.sidebar_center .post-meta {
    width:250px;
}
.sidebar_center .teszteksidebar  .post-meta {width: auto;}
.two-columns-sidebar .sidebar_center {
    float:right;
    margin-right:10px;
}
.container .sidebar_center .ulpost_title a.title {
    font-size:14px;
}
.sidebar_center .review_widget {
    background:#FFF;
    border:1px solid #E2E2E2;
}
.sidebar_center .review_widget .review-post {
    padding: 0px 15px;
}
.container.center_350 .sidebar_center .review_widget .review-post .image_review_wrapper img{ width: 320px;}

.container.center_350 .grid_7{ width: 575px;}
.container.center_350 .grid_7 .cat_recent_entries .main-post-large{ width: 252px;}
.container.center_350 .grid_7 .cat_recent_entries .main-post-large-style .image_review_wrapper{ width: 252px;}
.container.center_350 .grid_7 .post-list-item-style .small-feature{ width: 275px;}
.container.center_350 .grid_7 .post-list-item-style .small-feature .post-meta{ width: 125px;}
.container.center_350 .grid_7 .bi_recent_entries .main-post-col1, .container.center_350 .grid_7 .bi_recent_entries .main-post-col2{ width: 277px;}
.container.center_350 .grid_7 .main-post-col1 .small-feature, .container.center_350 .grid_7 .main-post-col2 .small-feature{ width: 270px;}
.container.center_350 .grid_7 .main-post-col1 .small-feature img, .container.center_350 .grid_7 .main-post-col2 .small-feature  img{ width: 110px;}
.container.center_350 .grid_7 .small-feature .post-meta{ margin-right:0px;}
.container.center_350 .grid_3{ width: 350px;}
.container.center_350 .grid_3 .newsletter form{ width: 360px;}
.container.center_350 .grid_3 .newsletter .text{ width: 255px;}

.container.two-columns-sidebar.center_350 .grid_7{ width: 750px;}

.sidebar_center .grid_6{margin:0px; width: 600px; background:#ffffff;}
.sidebar_center .grid_6.depo iframe{max-width:100% !important; overflow: hidden !important;}
.sidebar_center .main-post-col1 {
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 30%, rgba(219,219,219,1) 50%, rgba(233,233,233,0) 70%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(233,233,233,0)), color-stop(50%,rgba(219,219,219,1)), color-stop(70%,rgba(233,233,233,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(233,233,233,0) 30%,rgba(219,219,219,1) 50%,rgba(233,233,233,0) 70%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(233,233,233,0) 30%,rgba(219,219,219,1) 50%,rgba(233,233,233,0) 70%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(233,233,233,0) 30%,rgba(219,219,219,1) 50%,rgba(233,233,233,0) 70%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(233,233,233,0) 30%,rgba(219,219,219,1) 50%,rgba(233,233,233,0) 70%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    width: 100%;
    display:block;
}
.sidebar_center .main-post-col1.last-olvaso{
    margin-bottom: 10px !important;
}
.sidebar_center .main-post-col1:hover{
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjYzZjNmM2IiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(209,209,209,0.2) 0%, rgba(198,198,198,0.2) 30%, rgba(191,191,191,1) 50%, rgba(198,198,198,0.2) 70%, rgba(209,209,209,0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,209,209,0.2)), color-stop(30%,rgba(198,198,198,0.2)), color-stop(50%,rgba(191,191,191,1)), color-stop(70%,rgba(198,198,198,0.2)), color-stop(100%,rgba(209,209,209,0.2)));
    background: -webkit-linear-gradient(left, rgba(209,209,209,0.2) 0%,rgba(198,198,198,0.2) 30%,rgba(191,191,191,1) 50%,rgba(198,198,198,0.2) 70%,rgba(209,209,209,0.2) 100%);
    background: -o-linear-gradient(left, rgba(209,209,209,0.2) 0%,rgba(198,198,198,0.2) 30%,rgba(191,191,191,1) 50%,rgba(198,198,198,0.2) 70%,rgba(209,209,209,0.2) 100%);
    background: -ms-linear-gradient(left, rgba(209,209,209,0.2) 0%,rgba(198,198,198,0.2) 30%,rgba(191,191,191,1) 50%,rgba(198,198,198,0.2) 70%,rgba(209,209,209,0.2) 100%);
    background: linear-gradient(to right, rgba(209,209,209,0.2) 0%,rgba(198,198,198,0.2) 30%,rgba(191,191,191,1) 50%,rgba(198,198,198,0.2) 70%,rgba(209,209,209,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33d1d1d1', endColorstr='#33d1d1d1',GradientType=1 );

}

.sidebar_center .main-post-col1.teszteksidebar {background: #ffffff;}
.sidebar_center .main-post-col1.teszteksidebar .post-title h4, .sidebar_center .main-post-col1.teszteksidebar .post-title h4 a{font-family: Open Sans,sans-serif; font-size:15px;line-height:20px;}
.sidebar_center .image_review_wrapper {margin:0px;}
.sidebar_center .image_review_wrapper h3.category-title {
    background: url("../images/caption.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    height: 35px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.sidebar_center .feature-text-col h3 {
    font-size: 18px;
    line-height: 25px;
}
.sidebar_center .category-title > span {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.sidebar_center .image_review_wrapper img{
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 300px;}
.sidebar_center .image_review_wrapper h3.category-title span a{
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    text-transform: uppercase;
}
.feature-text-col {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 50%;
}
.feature-text-col:after{ clear: both;}

.main-post-col1.teszteksidebar .feature-text-col{width:100%;}
#embed-widget-2.widget.embed.grid_3 {
  //  margin-top: 15px;
}

.sidebar_center .tab-content {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
.sidebar_center .alignleft{clear:left !important;}
.sidebar_center .alignright{clear:right !important;}

/* =================================== Sidebar_center (widgets newsletter) ===================================*/
.newsletter {
    overflow:hidden;
}
.newsletter form {
    float:left;
    width:300px;
}
.newsletter .text {
    width:205px;
    float:left;
    margin-bottom:0px;
    border:none;
    height:35px;
    line-height:35px;
    background:#fff;
    padding:0 5px;
    text-shadow:0 -1px 0 #fff;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-radius:3px 0px 0px 3px;
    border-radius:3px 0px 0px 3px;
    border:1px solid #cacaca;
    border-right:none;
}
.newsletter .buttons {
    width:82px;
    float:left;
    padding:0;
    background:#e05453 url(../images/title.png) repeat-x bottom;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-radius:0px 3px 3px 0px;
    border-radius:0px 3px 3px 0px;
    height:36px;
    padding-bottom:3px;
    border:none;
    color:#fff;
    cursor: pointer;
}
/* =================================== Sidebar_center (widgets icons) ===================================*/
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.icon-wrapper {
    line-height:11px;
}
.icon-wrapper .icon-lists {
    float:left;
    margin-right:10px;
}
.icon-wrapper .icon-lists:hover {
    opacity:0.8;
}
.icon-lists span {
    background-repeat:no-repeat;
    display:block;
    width:32px;
    height:32px;
}
.icons-behance {
    background-image:url('../images/icon-behance.png');
}
.icons-dribbble {
    background-image:url('../images/icon-dribbble.png');
}
.icons-wordpress {
    background-image:url('../images/icon-wordpress.png');
}
.icons-evernote {
    background-image:url('../images/icon-evernote.png');
}
.icons-facebook {
    background-image:url('../images/icon-facebook.png');
}
.icons-google {
    background-image:url('../images/icon-google.png');
}
.icons-googleplus {
    background-image:url('../images/icon-gplus.png');
}
.icons-grooveshark {
    background-image:url('../images/icon-grooveshark.png');
}
.icons-instagram {
    background-image:url('../images/icon-instagram.png');
}
.icons-pinterest {
    background-image:url('../images/icon-pinterest.png');
}
.icons-rss-feed {
    background-image:url('../images/icon-rss.png');
}
.icons-twitter {
    background-image:url('../images/icon-twitter.png');
}
.icons-vimeo {
    background-image:url('../images/icon-vimeo.png');
}
.icons-youtube {
    background-image: url('../images/icon-youtube.png');
}
/* =================================== Sidebar_center (widgets tab) ===================================*/
.triple {
    margin:0px;
}
.triple .tabs-container {
    background:#FFF;
    border:1px solid #e2e2e2;
    margin-top:-1px;
    overflow:hidden;
}
.triple .tab-content {
    padding:10px;
}
.tab-content .ulpost li:last-child {
    margin:0px;
    border:0px;
}
.tabs-nav {
    // background:#3d3d3d url(../images/title.png) bottom repeat-x;
    //    background:#e05454;
    list-style:none;
    margin:0;
    overflow:hidden;
    height: 39px;
    width:100%;
    position:relative;
    padding:0 0 0 9px;
}
.tabs-nav li {
    width: 49%;
    background:#e05454;
    overflow:hidden;
    display:inline;
    float:left;
    margin-bottom:-1px;
    font-family: Open Sans,  sans-serif;
}
.tabs-nav li.active {
}
.tabs-nav li a {
    //  border-right:1px solid #555555;
    //  border-bottom:1px solid #eaeaea;
    letter-spacing:0;
    outline:none;
    padding:8px 18px;
    text-decoration:none;
    display:block;
    font-size:20px;
    text-transform: uppercase;
    text-align:center;
    color:#FFF;
    font-family: Open Sans,  sans-serif !important;
}
.tabs-nav li a:hover {
}
.tabs-nav li a:hover,.tabs-nav li.active a {
}
.tabs-nav li.active a {
    color:#FFF;
    //  background:#e05453 url(../images/title.png) bottom repeat-x;
    background: #c24141;
}
.fb_iframe_widget {
    background: #fff;
    display: block!important;
}
.fb_edge_widget_with_comment{
    //background: url("../images/noise-header.png") repeat scroll 0 0 #DD3333
    background: #e05453;
}
/* =================================== Sidebar_center (widgets ads 4 block) ===================================*/
.themeloy_fblikebox_widget,.ads300x250-thumb,.ads160x600-thumb {
    text-align:center;
}
.sidebar_center .ads125 {
    background:#FFF;
    border:1px solid #E2E2E2;
    padding-bottom:20px;
}
.sidebar_center .ads125 .four-ads-blocks {
    padding-left:5px;
}
ul.four-ads-blocks {
    list-style-type:none
}
ul.four-ads-blocks li {
    list-style-type:none;
    float:left;
    border:none;
    margin-bottom:20px;
    margin-right:20px;
    width:125px;
    height:125px;
}
ul.four-ads-blocks li.ads1 {
    margin-left:10px;
}
ul.four-ads-blocks li.ads2 {
    margin-right:0px;
}
.container.center_350 ul.four-ads-blocks li.ads1, .container.center_350 ul.four-ads-blocks li.ads3 {
    margin-left:35px;}
ul.four-ads-blocks li.ads3 {
    margin-left:10px;
    margin-bottom:0px;
}
ul.four-ads-blocks li.ads4 {
    margin-right:0px;
    margin-bottom:0px;
}
ul.four-ads-blocks li a img {
    display: block;
}
/* =================================== Sidebar_center (widgets comments) ===================================*/
.sidebar_center .widget_comments {
    background:#FFF;
    border:1px solid #E2E2E2;
}
.sidebar_center .widget_comments ul {
    padding-left:15px;
}
.sidebar_last .widget_comments ul {
    padding-left:0px;
}
.sidebar_last .widget_comments ul li {
    width:100%;
    border-bottom:1px solid #C5C5C5;
}
.widget_comments ul li {
    overflow:hidden;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eeeeee;
    width:95%;
}
.widget_comments ul li:last-child {
    margin-bottom:0;
    padding-bottom:0;
    border:none;
}
.widget_comments .comment-time {
    font-size:12px;
    color:#999999;
}
.widget_comments .comment-text {
    font-size:12px;
    font-weight:bold;
    color:#999999;
}
.widget_comments .avatar {
    width:55px;
    height:55px;
    float:left;
    margin-right:10px;
}
/* =================================== Sidebar_center (widgets search) ===================================*/
.search-cus {
    margin:auto;
    width:300px;
    float:none;
    overflow:hidden;
    margin-bottom:30px;
}
.search-cus form {
    float:left;
    width:300px;
}
.search-cus .text {
    width:205px;
    float:left;
    margin-bottom:0px;
    border:none;
    height:35px;
    line-height:35px;
    background:#fff;
    padding:0 5px;
    text-shadow:0 -1px 0 #fff;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-radius:3px 0px 0px 3px;
    border-radius:3px 0px 0px 3px;
    border:1px solid #cacaca;
    border-right:none;
}
.search-cus .buttons {
    width:82px;
    float:left;
    padding:0;
    background:#e05453 url(../images/title.png) repeat-x bottom;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-radius:0px 3px 3px 0px;
    border-radius:0px 3px 3px 0px;
    height:36px;
    padding-bottom:3px;
    border:none;
    color:#fff;
    cursor:pointer;
}
.sidebar_content .widget_search {
    width: auto;
    overflow:visible;
    margin-bottom:40px;
}
.widget_search {
    margin:auto;
    width:300px;
    float:none;
    overflow:hidden;
    margin-bottom:30px;
}
.widget_search form {
    float:left;
    width:300px;
}
.widget_search #s {
    width:205px;
    float:left;
    margin-bottom:0px;
    border:none;
    height:35px;
    line-height:35px;
    background:#fff;
    padding:0 5px;
    text-shadow:0 -1px 0 #fff;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-radius:3px 0px 0px 3px;
    border-radius:3px 0px 0px 3px;
    border:1px solid #cacaca;
    border-right:none;
}
.widget_search #searchsubmit {
    width:82px;
    float:left;
    padding:0;
    background:#e05453 url(../images/title.png) repeat-x bottom;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-radius:0px 3px 3px 0px;
    border-radius:0px 3px 3px 0px;
    height:27px;
    height:36px;
    padding-bottom:3px;
    border:none;
    color:#fff;
    cursor: pointer;
}
/* =================================== Sidebar_center (carousel) ===================================*/
.sidebar_center .jcarousel li {
    margin-left:7px;
    width:300px;
}
.sidebar_center .widget.carousel {
    background:#FFF;
    //   border:1px solid #E2E2E2;
}
.sidebar_center .jcarousel-container-horizontal .ulpost_title a.title {
    font-size: 15px;
}
/* =================================== Sidebar_center (recent port) ===================================*/
.widget.rec {
    background:#fff;
    clear:both;
    float:left;
    //  border:1px solid #e2e2e2
}
.sidebar_center .widget,.sidebar_last .widget {
    width:100%;
    overflow: hidden;
}
/* =================================== Sidebar_center (widgets flickr) ===================================*/
.sidebar_center .ht_flickr_widget {
    background:#fff;
    border:1px solid #E2E2E2;
}
.sidebar_center .image-flickr-widget {
    list-style:none !important;
    margin-right:-10px;
    padding-left:13px;
}
.sidebar_center .ht_flickr_widget .image-flickr-widget a {
    border:5px solid #ebebeb;
}
.sidebar_center .image-flickr-widget .image-flickr-widget a {
    border:5px solid #f3f3f3;
}
.image-flickr-widget {
    list-style:none !important;
    margin-right:-10px;
}
.image-flickr-widget li {
    border:0px !important;
    padding:0px !important;
}
.image-flickr-widget a {
    float:left;
    width:50px;
    height:50px;
    margin-right:10px;
    margin-bottom:6px;
    border:5px solid #333;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.image-flickr-widget a:hover {
    border-color:#e05453;
}
.image-flickr-widget img {
    display:block;
    width:50px;
    height: 50px;
}
/* =================================== Sidebar_last (widgets)===================================*/
.container .sidebar_last {
    float:right;
    background:#f3f3f3 url(../images/noise.png) repeat;
    width:195px;
    margin-right:-10px;
    // margin-top:-19px;
    padding-bottom:59px;
}
.container .sidebar_last .grid_2 {
    width:160px;
    padding:0px;
    margin:0px 0px 0px 17px;
}
.sidebar_last_space {
    width:10px;
    height:19px;
    display:block;
    clear:both;
}
.container .sidebar_last .review-post .ulpost_title a {
    font-size:15px;
}
.container .sidebar_last .review-post .image_review_wrapper {
    margin-bottom:5px;
}
.sidebar_last .ulpost .entry-thumb {
    margin: 1px 0px 10px 0px;
    width:160px;
    height: 120px;
}
.sidebar_last .ulpost .entry-thumb img {
    width:160px;
    height: 120px;
}
.sidebar_last .widget.themeloy-popularpost-widget {
    clear:both;
    float:left;
    border:none;
    background:none;
}
.sidebar_last .ulpost {
    padding:0px;
}
.sidebar_last .ht_flickr_widget .image-flickr-widget a {
    border: 5px solid #b7b7b7;
}
/* =================================== Sidebar_last (widgets recent posts)===================================*/
.recent-posts ul.ulpost,.themeloy-popularpost-widget ul.ulpost {
    padding:0px 10px;
}
.sidebar_last .widget.rec {
    clear:both;
    float:left;
    border:none;
    background:none;
}
.sidebar_last .recent-posts ul.ulpost, .sidebar_last .themeloy-popularpost-widget ul.ulpost{ padding: 0px;}
.sidebar_last .recent-posts ul.ulpost li,.sidebar_last .themeloy-popularpost-widget ul.ulpost li {
    border:none;
    background:url(../images/social_count_border.png) repeat-x bottom;
    padding-bottom:10px;
}
.sidebar_last .recent-posts ul.ulpost li:last-child,.sidebar_last .themeloy-popularpost-widget ul.ulpost li:last-child {
    background:none;
}
.sidebar_last .recent-posts ul.ulpost li a.title,.sidebar_last .themeloy-popularpost-widget ul.ulpost li a.title {
    margin-top:10px;
    font-size:15px;
}
.sidebar_content .widget-title {
    margin-left:-20px;
    margin-right:-19px;
    background:#f9f9f9;
    border-bottom:1px solid #e1e1e1;
    border-top:1px solid #e1e1e1;
    color:#3f4457;
    padding: 2px 0px;
}
/* =================================== Sidebar_last (widgets popular post)===================================*/
.sidebar_last .recent-posts ul.ulpost li,.sidebar_last .popular-post ul.ulpost li {
    width:100%;
}
.recent-posts ul.ulpost li,.themeloy-popularpost-widget ul.ulpost li {
    border-bottom:1px solid #eeeeee;
    padding-bottom:10px;
    margin-bottom:10px;
    width:93%;
}
.themeloy-popularpost-widget ul.ulpost{ margin-bottom:0px;}
.themeloy-popularpost-widget .widget{ margin-bottom:15px;}
.recent-posts ul.ulpost li:last-child,.themeloy-popularpost-widget ul.ulpost li:last-child {
    border-bottom:none;
    margin-bottom: 0px;
}
.recent-posts ul.ulpost li a,.themeloy-popularpost-widget ul.ulpost li a {
}
/* =================================== Sidebar_last (carousel)===================================*/
.sidebar_last .jcarousel-prev-horizontal,.custom-prev,.sidebar_center .jcarousel-prev-horizontal,.custom-prev {
    right:36px;
}
.sidebar_last .jcarousel-next-horizontal,.custom-next,.sidebar_center .jcarousel-next-horizontal,.custom-next {
    right:10px;
}
.sidebar_last .jcarousel-prev-horizontal,.custom-prev,.sidebar_center .jcarousel-prev-horizontal,.custom-prev {
    background:#222 url('../images/button-previous.png') center top no-repeat;
}
.sidebar_last .jcarousel-next-horizontal,.custom-next,.sidebar_center .jcarousel-next-horizontal,.custom-next {
    background:#222 url('../images/button-next.png') center top no-repeat;
}
.sidebar_last .widget.carousel {
    background:#FFF;
    border:1px solid #E2E2E2;
}
.sidebar_last .jcarousel-container-horizontal {
    padding-left:16px;
    padding-bottom: 10px;
}
/* =================================== Post news ===================================*/
.post-news {
    //  padding-bottom:20px;
    margin-bottom:15px;
    //    border-bottom:1px solid #E0E0E0;
    position:relative;
    width:100%;
}
.post {

}
.post img {	
    max-width:100%;
    height:auto;
}
.post-title h3,.post-title h4 {
    margin-bottom:0;
}
.post-news .image_review_wrapper {
    float:left;
    margin-right:15px;
    width:300px;
}
.post-news .post_title h3 {

    font-size:20px;
    margin-bottom:0px;
    line-height:25px;
}
.post .post-meta,.post-news .post-meta {
    width:auto;
}
.post .post-meta {
    margin-bottom:20px;
}
h3.page-title {
    padding-bottom:10px;
    border-bottom:none;
}
h3.categories-title {
    padding-bottom:10px;
    border-bottom:3px solid #222;
}
.post h2 {
    margin-bottom:5px;
    font-size:25px;
    text-align:left;
}
.blogtitle {
    font-size:16px;
}
.popular-post,.recent-posts {
    margin-bottom:0px;
}
.archive-month,.archive-year {
    font-size:24px;
}
.description {
    margin-top:-40px;
}
.relativepost .related_post_title,relativepost .ulpost_title a{ font-family: Open Sans,sans-serif;}
.relativepost ul {
    margin-bottom:0px;
}
.relativepost h5,.moreincategories h5 {
    font-size:18px;
}
.relativepost ul li .ulpost_title a,.moreincategories ul li .ulpost_title a {
    font-size:14px;
}
.relativepost,.moreincategories {
    float:left;
    position:relative;
    width: 100%;
    margin-right:0px;
}
/* =================================== meta ===================================*/
.post-meta {
    font-size:11px;
    margin:0px;
    width:150px;
    color:#9c9c9c;
}
.post-meta i {
    color:#9c9c9c
}
.post-meta .meta-date,.post-meta .date {
    font-size:12px;
    margin-right:5px;
    color:#9c9c9c;
}
.post-meta .meta-user a,.post-meta .meta-cat a,.post-meta .meta-comment a {
    font-size:12px;
    margin-right:5px;
    color:#9c9c9c;
}
.post-meta .meta-cat a{
    margin-right: 0px;                      
}

.post-meta .star-tab {
    display:block;
}
.relativepost .post-meta span.last-meta a,.moreincategories .post-meta span.last-meta a,.post-meta span.last-meta a {
    font-size:12px;
    font-weight:normal;
    border-right: none;
}
/* =================================== auth ===================================*/
.auth .socialmedia span {
    text-align:center;
    width:20px;
    height:20px;
    display:inline-block;
    padding:0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.auth .socialmedia span a {
    display:block;
}
.auth .socialmedia span a i {
    color:#FFF;
    font-size:13px;
}
.auth .socialmedia span.globe {
    background:#ff835e;
}
.auth .socialmedia span.facebook {
    background:#3b5999;
}
.auth .socialmedia span.twitter {
    background:#00aced;
}
.auth .socialmedia span.googleplus {
    background:#d61e1e;
}
.auth img {
    position:relative;
    float:left;
    padding-right:15px;
}
.auth {
    background:#f9f9f9;
    border:1px solid #e2e2e2;
    padding:10px;
    margin-bottom:30px;
    min-height:88px;
}
.auth h5 {
    margin-bottom:5px;
}
.auth i {
    font-size:20px;
}
.auth span {
    padding-right:10px;
}
.auth p {
    margin-bottom: 14px;
}
/* =================================== post nav ===================================*/
.postnav {
    border-top:3px solid #222;
    padding-top:20px;
    position:relative;
    width:100%;
    padding-bottom:40px;
}
.postnav a {
    font-size:15px;
}
.postnav span.nextpost {
    margin-left:10px;
}
.postnav span.previouspost {
    margin-right:10px;
}
.postnav span i {
    font-size:16px;
}
#nextpost {
    position:relative;
    float:right;
    margin-bottom:5px;
}
#prepost {
    position:relative;
    float:left;
    margin-bottom: 5px;
}
/* =================================== comment ===================================*/
#commentform label {
    float:left;
    padding-right:20px;
    width:70px;
}
.comment {
    position:relative;
    margin-bottom:20px;
}
.comment-meta {
    margin-bottom:20px;
}
.comment-meta img {
    margin-right:20px;
    float:left;
}
.comment-meta cite {
    display:block;
    font-size:14px;
    padding-bottom:10px;
}
.comment-content {
    display:block;
    border:1px solid #D2D2D2;
    background:#FCFCFC;
    margin:20px 0 0;
    padding:10px 20px 25px;
}
.comment .reply {
    background:#E2E2E2;
    margin-top:-29px;
    padding:5px 10px;
    position:absolute;
    border-top:1px solid #D2D2D2;
    border-left:1px solid #D2D2D2;
    right:1px;
}
.comment time {
    font-size: 11px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
#commentform #submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf) );
    background:-moz-linear-gradient( center top,#ededed 5%,#dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf');
    background-color:#ededed;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-size:14px;
    padding:6px 24px;
    text-decoration:none;
}
#commentform #submit:hover {
    background:-webkit-gradient( linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed) );
    background:-moz-linear-gradient( center top,#dfdfdf 5%,#ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed');
    background-color:#dfdfdf;
    cursor:pointer;
}
#commentform #submit:active {
    position:relative;
    top:1px;
}
.comments-area {
    padding:10px;
    background:#f9f9f9;
    border:1px solid #e2e2e2;
}
.container.center_350 .comments-area textarea, .container.center_350 .comments-area input[type="text"]{ width:445px;}
.comments-area textarea, .comments-area input[type="text"]{ width:465px;}
.comments-area h3#reply-title {
}
.comments-area .form-allowed-tags {
    font-size:12px;
}
.imagefeature {
    position:relative;
    float:left;
    margin-right:20px;
}
.required {
    position:relative;
    color: #900;
}
/* =================================== scroll to top ===================================*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:5px;
    right:10px;
    overflow:hidden;
    width:40px;
    height:40px;
    border:none;
    text-indent:-999px;
    z-index:99999;
    background:#555555 url(../images/ui.totop.png) no-repeat center top;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
#toTopHover {
    background:#e05453 url(../images/ui.totop.png) no-repeat center top;
    width:40px;
    height:40px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
}
#toTop:active,#toTop:focus {
    outline: none;
}
/* =================================== pagination ===================================*/
.pagination {
    margin-bottom:20px;
    text-align:center;
}
.pagination .page {
    border:1px solid #E0E0E0;
    color:#757B7F;
    font-size:12px;
    line-height:15px;
    padding:5px 10px;
    text-decoration:none;
    background:#E2E2E2 url(../images/date-bg.png) repeat-x bottom;
    cursor:pointer;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    margin:0 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    font-weight:bold;
}
.pagination .page:hover {
    background:#e05453 url(../images/date-bg.png) repeat-x bottom;
    color:#fff;
}
.pagination a:hover{
    color:#fff;
}
.pagination span.page {
    background:none;
}
.pagination .current,.pagination .page-num:hover {
    background-color:#E45922;
    color: #FFFFFF;
}
/* =================================== Tag ===================================*/
.widget_tag_cloud {
    float:left;
}
.widget_tag_cloud .tagcloud a {
    float:left;
    color:#fff;
    font-size:12px !important;
    padding:2px 7px;
    background:#666;
    margin:0 6px 6px 0;
    transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -webkit-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.widget_tag_cloud .tagcloud a:last-child{ margin-bottom:20px;}
.widget_tag_cloud .tagcloud a:hover {
    background:#e05453;
}
ul.tags {
    list-style:none;
    margin:0px;
}
a.tags {
    padding:5px 10px;
    background:#FFF;
    font-size:12px;
    text-decoration:none;
    color:#757b7f;
    margin-right:5px;
    display:block;
    float:left;
    margin-bottom:5px;
}
ul.tags li {
    list-style:none;
    display:inline;
    float:left;
    height:24px;
    padding:0;
    margin-right:5px;
    margin-bottom:0px;
}
ul.tags li a {
    border:1px solid #E0E0E0;
    padding:5px 10px;
    font-size:12px;
    text-decoration:none;
    color:#757b7f;
    line-height:15px;
}
ul.tags li a:hover {
    background-color:#E45922;
    color:#FFF;
}
.tag-cat {
    position:relative;
    list-style:none;
    margin-bottom:10px;
    padding:10px 0px;
}
.tag-cat li {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    background:#444444;
    color:#FFF;
    display:inline;
    padding:5px;
}
.tag-cat li i {
    padding-right:0px;
    font-size:12px;
    margin-right:2px;
}
.tag-cat li a {
    color:#FFF;
    font-size:12px;
}
.blog-tag {
    position:relative;
    float:left;
    border-bottom:1px solid #3155e3;
    color:#141010;
}
.tag .count {
    background:#4e6ff4;
    line-height:10px;
    padding:2px;
    color:#FFF;
    margin-left:5px;
    margin-bottom: 0px;
}
.comment-tab .ulpost li .entry-thumb{ width:65px; height:65px;}
.comment-tab .ulpost li .entry-thumb img{  width:65px; height:65px;}
.container .sidebar_center .comment-tab .ulpost_title a.title{ font-weight:bold; font-size:12px;}
.comment-tab .ulpost_title a.title{ font-family:Arial, Helvetica, sans-serif;}
/* =================================== Sidebar ===================================*/
.sidebar {
    margin-bottom:20px;
}
.sidebar .col1 {
    margin-left:0px;
}
.sidebar ul,.topsidebar ul,.bottomsidebar ul {
    margin-bottom:0;
}
.sidebar a {
    text-decoration:none;
}
.topsidebar,.bottomsidebar {
    background:#fcfcfc;
    border-top:1px solid #EBEBEB;
    padding-top:20px;
}
.sidebar .tab-content .ulpost li {
}
.categories li {
    float:left;
    width:120px;
    margin-right:17px;
}
.pagelist li {
    float:left;
    width:250px;
    margin-right:17px;
}
.archieve li {
    float:left;
    width:100%;
    margin-right: 17px;
}
/* =================================== Footer (column1,column2,column3,column4,widgets) ===================================*/
#footer-container {
    background:#1e2021;
    /*padding:29px 0 0 0; */
    color:#b0b0b0;
}
#footer-container-none {
    background:#1e2021;
    padding:0px;
    color:#b0b0b0;
}
#footer-container-none .footer-columns{ display:none;}
#footer-container .footer-columns {
}
#footer-container .footer-columns .comment-text a.title {
    color:#D8D8D8;
    font-size:12px;
}
#footer-container .footer-columns a.title {
    color:#D8D8D8;
    font-size:14px;
}
#footer-container .footer-columns a.title {
    color:#D8D8D8;
}
#footer-container .footer-columns a.title:hover {
    color:#969696;
}
#footer-container .footer-columns .widget-title {
    font-size:18px;
    color:#FFF;
    text-transform:none;
}
#footer-container .footer-bottom {
    background:#1b1b1b;
    color:#b0b0b0;
    padding:16px 0;
}
#footer-container-none .footer-bottom {
    background:#1b1b1b;
    color:#b0b0b0;
    padding:16px 0;
}
#footer-bottom .bottom-menu {
    display:block;
    float:right;
}
#footer-bottom .bottom-menu ul {
    margin:8px 0 0;
    list-style:none;
}
#footer-bottom .bottom-menu ul li {
    display:inline;
    padding-left:15px;
}
#footer-bottom .bottom-menu ul li a {
    font-size:12px;
    line-height:40px;
    color:#b0b0b0;
    text-decoration:none;
}
#footer {
    min-height:200px;
    padding-top:10px;
    background:#FCFCFC;
    border-top:1px solid #EBEBEB;
}
#footer h4 {
    margin-bottom:14px;
}
#footer-bottom .row {
    margin-bottom:0px;
}
#footer-bottom {
}
#footer-bottom p {
    color:#FFF;
    font-size:12px;
    line-height:40px;
    margin:8px 0 0 1px;
}
#footer-bottom ul li #scrolltotop img {
    max-width:14px;
}
.footer-left {
    font-size:13px;
}
.footer-right {
    text-align:right;
}
.footer-right ul.menu-footer {
    margin:0px;
}
.footer-right ul.menu-footer li {
    list-style:none;
    margin:0 5px;
    display:inline-block;
    color:#FFF;
    border-top:3px solid transparent;
}
.footer-right ul.menu-footer li.current {
    border-top:3px solid #FFF;
}
.footer-right ul.menu-footer li a {
    text-decoration:none;
    color:#b0b0b0;
    font-size:13px;
}
.footer-right ul.menu-footer li a:hover {
    color:#747474;
}
.footer-columns .widget_search form,.footer-columns .newsletter form {
    width:272px;
}
.footer-columns .widget_search #s,.footer-columns .newsletter .text {
    width:175px;
}
.footer-columns .recent-posts ul.ulpost li,.footer-columns .popular-post ul.ulpost li {
    border-bottom:1px solid #404142;
}
.footer-columns .recent-posts ul.ulpost li:last-child,.footer-columns .popular-post ul.ulpost li:last-child {
    border-bottom:none;
}
.footer-columns .themeloy-popularpost-widget {
    background:none;
    border:none;
}
.footer-columns .widget.rec {
    background:none;
    border:none;
}
.footer-columns .post-meta {
    width:250px;
}
.footer-columns .triple .tabs-container {
    background:#404142;
    border:none;
}
.footer-columns .tab-content .ulpost li {
    border-bottom:1px solid #565657;
}
.footer-columns .tab-content .ulpost li:last-child {
    border-bottom:none;
}
.footer-columns .comment-text a {
    font-size:13px;
}
.footer-columns .widget_comments ul li {
    border-bottom:1px solid #404142;
}
.footer-columns .widget_comments ul li:last-child {
    border-bottom: none;
}
/* ===================================================== calendar ====================================================*/
#calendar_wrap {
    padding:0 2px 0 1px;
}
#calendar_wrap caption {
    font-size:18px;
    line-height:18px;
    color:#FFF;
    text-align:left;
    margin-bottom:28px;
    margin-top:8px;
}
.sidebar_center #calendar_wrap thead th, .sidebar_center #calendar_wrap tbody td {
    padding:8px 14px;
}
.sidebar_content #calendar_wrap caption, .sidebar_center #calendar_wrap caption, .sidebar_last #calendar_wrap caption{
    color:#666;
    margin-bottom:10px;
}
.sidebar_last #calendar_wrap thead th, .sidebar_last #calendar_wrap tbody td {
    padding:8px 4px;
}
#calendar_wrap thead th,#calendar_wrap tbody td {
    padding:8px 8px;
    background:#48494a;
    border:1px solid #17191a;
    border-bottom:none;
    border-left:0;
    font-size:12px;
    line-height:15px;
    color:#fff;
    text-align:center;
}
#calendar_wrap tbody td {
    color:#a4a4a4;
    background:#333;
}
#calendar_wrap tbody td#today {
    background:#e05453;
    color:#FFF;
}
#calendar_wrap tbody td a {
    color:#a4a4a4;
    display:block;
}
#calendar_wrap tbody td a:hover {
    color:#fff;
}
#calendar_wrap tbody td.pad {
    background:none;
    border:none;
}
#calendar_wrap tfoot td {
    padding-top:11px;
    font-size:9px;
    line-height:12px;
    text-transform:uppercase;
}
#calendar_wrap tfoot td a {
    color:#8e8e8e;
    text-decoration:none;
}
#calendar_wrap tfoot td a:hover {
    color:#e05453;
}
#calendar_wrap tfoot #next {
    text-align: right;
}
/* ===================================================== Buttons ====================================================*/
.button {
    color:#fff !important;
    padding:6px 10px 8px;
    background-color:#322f32;
    border:none;
    margin-right:25px;
    position:relative;
    -webkit-user-select:none;
    cursor:pointer;
    vertical-align:baseline;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-top:1px solid #999999;
    text-decoration:none;
}
.button.small {
    font-size:12px;
    padding:3px 7px 4px;
}
.button.medium {
    font-size:12px;
    padding:5px 10px 7px;
}
.button.large {
    font-size:16px;
    padding:10px 15px;
}
.button:active {
    position:relative;
    top:3px;
    -webkit-box-shadow:inset 0px -3px 1px rgba(255,255,255,1),inset 0 0px 3px rgba(0,0,0,0.9);
    -moz-box-shadow:inset 0px -3px 1px rgba(255,255,255,1),inset 0 0px 3px rgba(0,0,0,0.9);
    box-shadow:inset 0px -3px 1px rgba(255,255,255,1),inset 0 0px 3px rgba(0,0,0,0.9);
}
.button:active:after {
    content:"";
    width:100%;
    height:3px;
    background:#fff;
    position:absolute;
    bottom:-1px;
    left:0;
}
.seeMore {
    position:relative;
    float:right;
    display:block;
    border:1px solid #f6f6f6;
}
.button.blue {
    background:#4e75bc;
}
.button.green {
    background:#2fa16e;
}
.button.pink {
    background:#b84e8c;
}
.button.orange {
    background:#ef8e11;
}
.button.darkred {
    background:#9d4c23;
}
.button.red {
    background:#c23a04;
}
.button:last-of-type {
    margin:0;
}
.button.gradient {
    background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0.2,rgba(0,0,0,0.1)),color-stop(1,rgba(255,255,255,0.2)) );
    background-image:-moz-linear-gradient( center bottom,rgba(0,0,0,0.1) 20%,rgba(255,255,255,0.2) 100% );
    background-image:gradient( center bottom,rgba(0,0,0,0.1) 20%,rgba(255,255,255,0.2) 100% );
}
.button.gradient:hover {
    background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0.1,rgba(0,0,0,0.3)),color-stop(1,rgba(255,255,255,0.1)) );
    background-image:-moz-linear-gradient( center bottom,rgba(0,0,0,0.3) 1%,rgba(255,255,255,0.1) 100% );
    background-image: gradient( center bottom,rgba(0,0,0,0.3) 1%,rgba(255,255,255,0.1) 100% );
}
/* =================================== Page 404 ===================================*/
.page_error {
    text-align:center;
}
.page_error h1.big {
    font-size:180px;
    line-height:normal;
    text-shadow:0px 8px rgba(0,0,0,0.2);
    -moz-text-shadow:0px 8px rgba(0,0,0,0.2);
    -webkit-text-shadow: 0px 8px rgba(0,0,0,0.2);
}
/* =================================== IE ===================================*/
.ie7 .container .sidebar_content {
    margin-top:19px;
}
.ie7 .latest-news{ overflow:hidden;}
.ie7 .container .sidebar_center {
    margin-top:0px;
}
.ie7 .main-post-large-style .post_type i, .ie7 .main-post-large .post_type i, .ie7 .post-tab-home .post_type i, .ie7 .image_review_wrapper .post_type i{ margin-top:5px;}
.ie7 .slider_post_type .post_type i{ margin-top:10px;}
.ie7 .relativepost .post-meta, .ie7 .moreincategories .post-meta, .ie7 .sidebar_center .post-meta{ width: 150px;}
.ie7 .sf-menu #home a{padding: 16px 19px 16px 19px;}
.ie7 .container .sidebar_last {
    margin-top:0px;
}
.ie7 .header-top-right ul.menu-top li {
    display:inline;
}
.ie7 .share-search li {
    display:inline
}
.ie7 .header-top-left p.date {
    display:inline;
}
.footer-right ul.menu-footer li {
    display:inline;
}
.ie7 .caption {
    bottom: 0px;
}

.ie8 .sidebar_last .image_review_wrapper img{ height:110px;}
.ie8 .post-news .image_review_wrapper, .ie8 .home-page-tab .post-tab-home .image_review_wrapper, .ie8 .cat_recent_entries .main-post-large-style .image_review_wrapper{ width:300px;}


#HirseoFrameBox_9225ba0ac15232f2ab9823f7f6e7b19317{
    width: 300px !important;
    height: 600px !important;                                              
}

.MT10 {
    margin-top: 10px;
}
#carousel-recent-posts-4 .entry-thumb {
    min-height: 199px;
}
#bi-recent-posts-2 .main-post-col2 .left, #bi-recent-posts-2 .main-post-col2 .right {
    width: 40%;
    text-align: center;
}
#bi-recent-posts-2 .main-post-col2 .left {
    float: left;
}
#bi-recent-posts-2 .main-post-col2 .right {
    float: right;
}
#bi-recent-posts-2 .main-post-col2 .left h6, #bi-recent-posts-2 .main-post-col2 .right h6
{
    margin-bottom:0px;
}

#bi-recent-posts-2 .main-post-col2 .left img, #bi-recent-posts-2 .main-post-col2 .right img {
    width: 120px;
    height: 85px;
}   

#bi-recent-posts-2 .main-post-col2 .top{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 10px;
}     
#bi-recent-posts-2 .main-post-col2 .vsa:last-child .top{
    border-bottom: medium none;
    margin-bottom: 0;}

#bi-recent-posts-2 .main-post-col2 .vs{
    float:left;
    width: 20%;    
    height: auto;                                  
}        


.compare .left, .compare .right {
    width: 40%;
    text-align: center;
}
.compare .left {
    float: left;
}
.compare .right {
    float: right;
}     
.compare .vs{
    float: rigth;
    width: 20%;    
    height: auto;                                  
}        

.compare .top{
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 10px;
    position:relative;
}     
.compare .vsa:last-child .top{
    border-bottom: medium none;
    margin-bottom: 0;}    

/* page_navigation*/
#page_navigation{text-align:center;width:100%;margin:20px 0px 20px 0px;}
#page_navigation a,#page_navigation span{padding:0px 10px;color:white;min-width:10px;height:30px;line-height:30px;font-size:12.89px;text-transform:uppercase;text-decoration:none;font-weight:bold;margin-right:5px;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#e05454;text-align:center;cursor:pointer;}
#page_navigation a:hover,#page_navigation span{background-color:#2d2d2d;}
#page_navigation span{cursor:default;}
.lapozo{border-top:1px solid #ccc;       font-size:12px;       }
.lapozo ul{list-style:none;          }
.lapozo ul li{clear:both; }


#rating {
    background-color: #F4F4F4;
    color: #253F55;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px 0 10px 10px;
    position: relative;
}
#rating_box {
    float: left;
    width: 225px;
}

#rating .stars {
    float: right;
    padding-top: 3px;
}

#rating .middle {
    margin-bottom: 15px;
    margin-top: 15px;
}

#rating #percent {
    float: left;
    font-size: 85px;
    font-weight: bold;
    padding-top: 35px;
    text-align: right;
    width: 340px;
}    

#rating .award {
    height: 155px;
    left: 245px;
    position: absolute;
    top: -24px;
    width: 155px;
}

/* Adatlap */

#adatlap{
    //    background-color:url("../images/title.png") repeat-x scroll center bottom #DD3333;
    padding:0px;

    margin-bottom:10px;
}

#adatlap h3{
    color:white;
    // background:url("../images/title.png") repeat-x scroll center bottom #DD3333;
}

#adatlap table{
    padding:5px 0px;
    background-color:white;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
}
#adatlap table th{
    color:black;
    padding:3px 4px;
    font-weight:normal;
    text-align:left;
}
#adatlap table .price{
    color:red;
    font-weight:bold;
}
#adatlap table td{
    color:#010000;
    font-size:13px;
    line-height:16px;
    padding-right:5px;
}
#adatlap table.related td{
    padding:4px;
}
#adatlap table.related th{
    font-size:16px;
    font-weight:bold;
}
#adatlap table.related td{
    font-size:12px;
    padding-bottom:10px;
}
#adatlap table.related td a{
    font-size:12px;
    color:black;
    text-decoration:none;
}
#adatlap table.related td a:hover{
    text-decoration:underline;
}
#adatlap table.related td.red{
    font-size:24px;
    color:red;
    padding-bottom:5px;
}
#adatlap table.related tr.grey td{
    padding:0px;
    line-height:2px;
}

#adatlap .ico {
    display:block;
    height:20px;
    width:20px;
    background:url(../images/wikIcon_all__20x20.png) no-repeat;
}
#adatlap .yes ,#adatlap .no {
    display:block;
    height:9px;
    width:9px;
    background:url(../images/yesno.png) no-repeat;
    margin:4px 2px;
}
#adatlap .yes{
    background-position:0px 0px;
}
#adatlap .no {
    background-position:0px -9px;
}

#adatlap .megjelenes_eve,#adatlap .gyarto,#adatlap .pro,#adatlap .meretek,#adatlap .multimedia,#adatlap .szoftverek,#adatlap .grey{
    background-color:#f4f4f4;
}
#adatlap .aktualis_ar .ico{
    background-position:-80px -20px;
}

#adatlap .gyarto .ico{
    background-position:-60px -20px;
}
#adatlap .gyarto_weboldala .ico{
    background-position:-80px 0px;
}
#adatlap .pro .ico{
    background-position:-20px 0px;
}
#adatlap .kontra .ico{
    background-position:-40px 0px;
}
#adatlap .meretek .ico{
    background-position:-40px -20px;
}
#adatlap .hardver .ico{
    background-position:-20px -20px;
}
#adatlap .multimedia .ico{
    background-position:0px -20px;
}
#adatlap .halozati_adatok .ico{
    background-position:-20px -40px;
}
#adatlap .szoftverek .ico{
    background-position:-60px 0px;
}
#adatlap .akkumulator .ico{
    background-position:0px -40px;
}        


.post-excerpt{
    font-weight: bold !important;
    margin-bottom: 10px;              
}    
.post-excerpt p{
    font-weight: bold !important;
}   


/* Category test */

.test-h2 {
    padding:2px 0 2px 10px;
    // background: url("../images/noise-header.png") repeat scroll 0 0 #DD3333;
    background: #e05453;
    min-height: 35px;
}
.test-title {
    float:left;
    line-height:36px;
    margin-right:15px;
    color: #ffffff;
}
.test_icos {
    float:left;
    height:31px;
    margin-top: 2px;
}
.test_icos a{
    float:left;
    height:31px;
    text-indent:-9999px;
    background:url(../images/test_icos.png) no-repeat;
}
.test_icos a#laptop_ico{
    width:36px;
    margin-right:3px;
}
.test_icos a#laptop_ico:hover,.test_icos a#laptop_ico.active{
    background-position:0px -31px;
}
.test_icos a#mobil_ico{
    width:19px;
    margin-right:6px;
    background-position: -39px 0px;
}
.test_icos a#mobil_ico:hover,.test_icos a#mobil_ico.active{
    background-position:-39px -31px;
}
.test_icos a#tablet_ico{
    width:23px;
    margin-right:4px;
    background-position: -64px 0px;
}
.test_icos a#tablet_ico:hover,.test_icos a#tablet_ico.active{
    background-position:-64px -31px;
}
.test_icos a#camera_ico{
    width:34px;
    margin-right:2px;
    background-position: -91px 0px;
}
.test_icos a#camera_ico:hover,.test_icos a#camera_ico.active{
    background-position:-91px -31px;
}
.test_icos a#monitor_ico{
    width:30px;
    margin-right:1px;
    background-position: -127px 0px;
}
.test_icos a#monitor_ico:hover,.test_icos a#monitor_ico.active{
    background-position:-127px -31px;
}
.test_icos a#webcam_ico{
    width:31px;
    margin-right:1px;
    background-position: -158px 0px;
}
.test_icos a#webcam_ico:hover,.test_icos a#webcam_ico.active{
    background-position:-158px -31px;
}

.test_forms{
    float:left;
    margin-left:25px;
    margin-top: 2px;
}
.test_forms label{
    float:left;
    line-height:31px;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    text-transform:capitalize;
    margin-right:5px;
    color: #ffffff;
}
.test_forms select{
    float:left;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    margin-top:5px;
    margin-right:8px;
    padding:1px;
    margin-bottom: 5px;
    width:80px;
}
.test_forms input{
    float:left;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    margin-top:5px;
    margin-right:25px;
    padding:1px 5px;
    width:70px;
    margin-bottom: 5px;
}
.test_forms a{
    float:left;
    font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
    line-height:31px;
    color:white;
    text-transform:capitalize;
    text-decoration:none;
}
.test_forms a:hover,.test_forms a.active{
    text-decoration:underline;
}
.indent_post .mobilbox {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
} 

.indent_post .testitem{
    width:30%;
    padding:8px;
    background-color:#f7f7f7;
    margin:8px;
    border:1px solid transparent;

    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
}

.indent_post .testitem:hover{
    border:1px solid #EFEFEF;
    background-color:white;
}
.testitem .indent1{
    padding:0px;
}

.testitem .indent1 .more-link{
    margin:8px;
}
.testitem img{
    margin-bottom:10px;
}
.testitem .kontra,.testitem .pro{
    font-size:12px;
    color:black;
}
.testitem .pro{
    margin-bottom:10px;
    background:url(../images/pro.png) no-repeat top left;
    padding:0px 0px 0px 27px;
}
.testitem .kontra{
    margin-bottom:5px;
    background:url(../images/kontra.png) no-repeat top left;
    padding:0px 0px 0px 27px;
}
.testitem .test_link{

    font-size:12px;
}

.jcarousel-item iframe{
    width: 280px !important;
    height: 158px !important;   
}     


.kekszazalek {
    clear: none;
    color: #DD3333;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    width: 30px;
}          

.title1 {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 4px;
    text-decoration: none;
}
.mobiltitle .title1 {
    line-height: 16px;
    padding: 0;
}


.mobiltitle {
    clear: none;
    display: block;
    float: left;
    height: 50px;
    width: 240px;
}      

.filterdiv {
    float: right;
    margin-right: 10px;
    margin-top: -3px;
}
.filtera {
    background-color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin-left: 3px;
    margin-top: 10px;
    padding: 1px 3px 2px;
}   

.filterdiv select{
    float: left;
    margin-top: 10px;    
    margin-bottom: 5px;   
}     
.test-h2  #single_share{
    height: 20px; 
    margin-right: 5px;                      
}   

/* Összehasonlítás */

#compare{
    /* width:950px;*/
}


#compare .left{
    width:394px;
    background-color:white;
    float:left;
    position:relative;
    padding:24px;
}

#compare .right{
    width:394px;
    background-color:white;
    float:right;
    position:relative;
    padding:24px;
}


#compare .top{
    padding:0px;
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 65%, rgba(252,252,252,1) 88%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,rgba(255,255,255,1)), color-stop(88%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 65%,rgba(252,252,252,1) 88%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 65%,rgba(252,252,252,1) 88%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 65%,rgba(252,252,252,1) 88%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 65%,rgba(252,252,252,1) 88%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-8 */
}
#compare .top img{
    display:block;
    margin:20px auto;
}

#compare .top img.vs{
    position:absolute;
    left:40%;
    z-index:10;
}

.vsa {
    text-decoration:none !important;
    border-bottom: 2px solid #e05453;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom:10px;
}



#compare  .top .left{
    height:315px;
}

#compare .top .right{
    height:315px;

}

#compare .score_box{
    position:absolute;
    bottom:24px;
    height:73px;
    width:393px;
}
#compare .score_box .score{
    width:73px;
    height:73px;
    background-color:#e05453;
    text-align:center;
    float:left;
}

#compare .score_box h1{
    float:left;
    padding-left:10px;
    border-bottom:2px solid #e05453;
    font-size:21px;
    color:#e05453;
    width:310px;
    height:28px;
    line-height:28px;
    margin-top:5px;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#compare .score_box h3{
    font-size:14px;
    font-weight:bold;
    color:#000000;
    text-transform:capitalize;
    margin:0px;
    line-height:36px;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#compare .score_box h5{
    font-size:32px;
    font-weight:bold;
    color:#ffffff;
    margin:0px;
    line-height:29px;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

#compare .middle ul li{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
#compare .middle ul li span{
    float:left;
    width:160px;
}
#compare .middle ul li span.ico{
    float:left;
    width:20px;
    height:20px;
    margin-right:5px;
    background:url(../images/compare_sprite.png);
}


#compare .bottom {
    margin-bottom:20px;
}
#compare .bottom .item {
    padding:24px;
}

#compare .bottom h1{
    border-bottom:2px solid #e05453;
    font-size:21px;
    color:#e05453;
    margin-bottom:10px;
    line-height:28px;
    margin-top:5px;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#compare .bottom img{
    float:left;
    margin:0px 20px 10px 10px;
}
#compare .bottom table{
    float:left;
}
#compare .bottom table td{
    height:26px;
    line-height:26px;
}
#compare .bottom table tr:nth-child(even) td{
    background-color:#f7f7f7;
}


#compare span.ico{
    width:20px;
    height:20px;
    display:block;
    margin-right:5px;
    background:url(../images/compare_sprite.png);
}

#compare span.meret{
    background-position:0px 0px !important;
}
#compare span.suly{
    background-position:-20px 0px !important;
}
#compare span.kijelzo_meret{
    background-position:-40px 0px !important;
}
#compare span.anyagminoseg{
    background-position:-60px 0px !important;
}
#compare span.hardver{
    background-position:-80px 0px !important;
}
#compare span.fizikai_egyeb{
    background-position:-100px 0px !important;
}
#compare span.operaciosr{
    background-position:0px -20px !important;
}
#compare span.gyorsasag{
    background-position:-20px -20px !important;
}
#compare span.specszoft{
    background-position:-40px -20px !important;
}
#compare span.szoftver_egyeb{
    background-position:-40px -20px !important;
}
#compare span.termektam{
    background-position:-60px -20px !important;
}
#compare span.kamera{
    background-position:0px -40px !important;
}
#compare span.video{
    background-position:-20px -40px !important;
    padding-bottom:0px;
}
#compare span.kijelzo{
    background-position:-40px -40px !important;
}
#compare span.portok{
    background-position:-100px -40px !important;
}
#compare span.hangminoseg{
    background-position:-60px -40px !important;
}
#compare span.adatatvitel{
    background-position:-80px -40px !important;
}
#compare span.multi_egyeb{
    background-position:-120px -40px !important;
}   

.tesztek .small-feature{
    width: 32%;  
    text-align: center;                     
}
.tesztek .small-feature img {
    float: none;
    margin: 0 auto;
    padding-right: 10px;
    position: relative;
    text-align: center;
}    

#single_share{
    float: right;
    height: 30px;
    line-height: 30px;             
}  

#single_share #fb_recommend{
    float: left;
    margin-right: 10px;                           
}
#single_share #___plusone_0{
    float: left;                           
}                           

a.info_tooltip {
    background-color: #DD3333;
    color: #000000;
    cursor: default;
    padding: 0 2px;
    position: relative;
    text-decoration: none;
}        
a.info_tooltip span {
    background: url("../images/tooltip_bg2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-size: 11px;
    height: 101px;
    line-height: 14px;
    padding: 25px 30px 75px 20px;
    position: absolute;
    right: -209px;
    top: -201px;
    width: 193px;
    z-index: 9999;
    color: #000000;
} 


#fbComments, #fbComments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
#fbComments span, #fbComments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}    
.terminal_banner{
    color: #ffffff;
    background:url("../images/title.png") repeat-x scroll center bottom #DD3333;
    padding: 2px 10px; 
}      
.terminal_banner a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}           


.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}  

.sidebar_center .forum {

}
.sidebar_center .forum h2 {
    background: #e05454;
    line-height: 34px;
    color: #FFFFFF;
    padding: 0px 10px;

    font-size: 18px;
}                      

.sidebar_center .forum .list1 {
    margin-left: 10px;
    width: 92%;
}
.sidebar_center .forum .list1 li a{
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    color: #2D2D2D;
    text-decoration: none;
}     
.sidebar_center .forum .list1 li {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
} 

.sidebar_center .forum .list1 li a:hover {
    color:#969696;
}           

.main-menu .grid_1{
    width: 70px;
    margin: -10px 5px 0 0px;                  
}          

#bi-recent-posts-2, #bi-recent-posts-2 h6{font-family: Open Sans, sans-serif;}
#bi-recent-posts-2 .vsa h3{
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.meta-cat.last-meta > iframe {
    max-width: 100%;
}
