* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

body {
    color: #333;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    font-size: 13px;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    clear: both;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.clear {
    clear: both;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Header Content area  */

.header-content {
    padding: 20px 15px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;

}

.logo h1,
.logo h2 {
    /* font: bold 32pt arial; */
}

.logo strong {
    display: none;
}

.logo span {
    font-weight: normal;
    font-size: 14px;
    display: block;
    clear: both;
}

/**
 * Wrapper Styles
 * -----------------------------------------------------------------------------
 */

.wrapper-outer {
    position: relative;
    
}

.background-cover {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.container {
    width: 1045px;
    margin: 0 auto;
}

/* BOXED LAYOUT */
#wrapper.boxed {
    margin: 0 auto;
}

#wrapper.boxed #theme-header,
#wrapper.boxed .breaking-news,
#wrapper.boxed #main-content {
    width: 1045px;
    -webkit-box-shadow: 0 0 3px #CACACA;
       -moz-box-shadow: 0 0 3px #cacaca;
            box-shadow: 0 0 3px #CACACA;
}

#wrapper.boxed #main-content{
    padding-right: 24px;
    padding-left: 24px;
}

#wrapper.boxed .post-cover-head {
    margin: -24px -24px 20px;
}

/* BOXED ALL LAYOUT */

#wrapper.boxed-all {
    position: relative;
    background: #FFF;
    width: 1045px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #CACACA;
       -moz-box-shadow: 0 0 3px #cacaca;
            box-shadow: 0 0 3px #CACACA;
}

#wrapper.boxed-all #theme-header {
    margin-top: 0;
}


#wrapper.boxed-all #main-content {
    width: 997px;
    margin-top: 0;
    padding: 0;
    background: transparent;
}

#wrapper.boxed-all #footer-widget-area,
#wrapper.boxed-all .footer-bottom .container {
    width: 997px;
}

#wrapper.boxed-all .post-cover-head {
    margin: 0 -24px 20px;
}

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

#theme-header {
    background: #FFF;
    margin: 20px auto 25px;
    border-top: 3px solid #C93C3C;
    position: relative;
}

/**
 * Site Content Area
 * -----------------------------------------------------------------------------
 */

#main-content {
    background: #FFF;
    margin: 20px auto 25px;
    position: relative;
    padding: 24px 0;
    -webkit-transform: none;
}

#main-content:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.full-width {
    background-image: none;
}

.content {
    float: left;
    width: 790px;
}

#crumbs,
.woocommerce-breadcrumb {
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

#crumbs span.delimiter {
    padding: 0 3px;
}

div.not-found {
    padding: 20px;
}

.full-width .content,
body.error404 .content {
    width: auto;
    float: none;
}

.tie-hide,
.lazy-enabled #main-content .post-thumbnail,
.lazy-enabled #theme-footer div.post-thumbnail,
.lazy-enabled #main-content img,
.lazy-enabled #featured-posts {
    opacity: 0;
}

.lazy-enabled #main-content .post-thumbnail.tie-appear ,
.lazy-enabled #theme-footer div.post-thumbnail.tie-appear,
.lazy-enabled #main-content img.tie-appear ,
.lazy-enabled #featured-posts.tie-appear {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.recaptchatable #recaptcha_image #recaptcha_challenge_image { /* Fix Compatibility issues with some plugins */
    opacity: 1 !important;
}

/**
 * Post Elements
 * -----------------------------------------------------------------------------
 */

.entry {
    word-wrap: break-word;
    line-height: 22px;
    text-align: justify;
    padding: 0 5px 0 5px; 
}

.entry p {
    margin-bottom: 20px;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1em;
    font-family: Helvetica;
    font-weight: normal;
    text-align: left;
}

.entry h1 {
font-size: 26px;

}

.entry h2 {
    font-size: 24px;
}

.entry h3 {
    font-size: 22px;
}

.entry h4 {
    font-size: 18px;
}

.entry h5 {
    font-size: 14px;
}

.entry h6 {
    font-size: 12px;
}

.entry ol,
.entry ul {
    margin: 0 0 20px 15px;
}

.entry ul li {
    list-style: outside disc;
    list-style-image: none;
}

.entry ol li {
    list-style: outside decimal;
}

.entry li {
    margin: 0px 0px 0px 15px;
}

.entry li ul,
.entry li ol{
    margin: 5px 0 0 15px;
}

blockquote p {
    color: #999;
    padding: 0 18px;
    font-family: "Georgia";
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border: 4px solid #777;
    border-width: 0 0 0 4px;
}

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

#sidebar {
    float: right;
    width: 180px;
}

.full-width #sidebar {
    display: none !important;
}

.sidebar-left #sidebar {
    float: left;
}

.sidebar-left .content {
    float: right;
}

/* Sticky Sidebar */

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

/* Widgets Styles */

.widget {
    clear: both;
    margin-bottom: 25px;
}

.widget-top {
    padding: 0px;
}

.widget-top h4 {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-family: BebasNeueRegular, arial, Georgia, serif;
}

.widget-top h4 a {
    color: #333;
}

.widget-top h4 a:hover {
    color: #000;
}

.widget-container {
    padding: 10px;
    clear: both;
}

.widget-container h3 {
    font-size: inherit;
}

.widget-container li {
    padding: 0 0 5px 0;
    line-height: 18px;
    overflow: hidden;
}

.widget-container p {
    padding-bottom: 1.0em;
}

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

.widget-container li span.tie-date,
.footer-widget-container li span.tie-date,
.mega-menu-block .tie-date,
span.post-comments-widget,
span.post-views-widget {
    color: #AAA;
    margin: 4px 0 0;
    font-size: 80%;
    display: inline-block
}

.widget-container li span.post-small-rate,
.footer-widget-container li span.post-small-rate {
    margin-top: 5px;
}

.widget-container .post-thumbnail,
.footer-widget-container .post-thumbnail {
    float: left;
    margin-right: 10px;
}

.widget_search label span,
#bbp-search-form label,
.widget_product_search label.screen-reader-text {
    display: none;
}

/* Text Widget */

.text-html-box {
    margin-bottom: 20px;
}

/**
 * Comments List
 * -----------------------------------------------------------------------------
 */

#comments-box .post-listing{
    padding: 20px 20px 0;
    margin-bottom: 40px;
}

#comments-title {}

#comments-title em {
    color: #333;
}

.comment-avatar {
    float: left;
    margin: 0 10px 0 0;
}

.commentlist li {
    margin-bottom: 20px;
    clear: both;
    position: relative;
    clear: both;
}

.author-comment {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}

.author-comment cite {
    color: #3b3b3b;
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-top: 5px;
    font-style: normal;
    font-weight: bold;
    float: left;
}

.commentmetadata {
    display: block;
    font-size: 85%;
    float: right;
    padding-top: 5px;
}

.commentmetadata a {
    color: #3b3b3b;
}

.commentmetadata a:hover {
    color: #000;
}

.comment-wrap {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.comment-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    margin-left: 80px;
    min-height: 80px;
}

.comment-content p {
    line-height: 17px;
    margin-bottom: 10px;
}

.nocomments {
    text-align: center;
}

.commentlist li.pingback {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.commentlist .children {
    margin-top: 15px;
    margin-left: 50px;
}

.commentlist .reply a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #E7E7E7;
    padding: 3px 10px;
    font-size: 11px;
}

.commentlist .reply a:hover {
    background: #333;
    color: #FFF;
}

.bypostauthor {}

#bbpress-forums div.bbp-reply-author img.avatar {
    position: relative !important;
}

/**
 * Post Comment Form
 * -----------------------------------------------------------------------------
 */

#respond {
    margin-bottom: 10px;
    position: relative;
    clear: both;
}

#respond:before {
    height: 1px;
}

.commentlist li #respond {
    margin: 10px 0 20px 70px !important;
}

#commentform {
    padding: 20px 20px 10px;
    margin-top: 5px;
    overflow: hidden;
    clear: both;
}

#commentform .required {
    font-weight: bold;
}

#commentform label {
    padding-bottom: 4px;
    color: #888;
    display: block;
}

#commentform p {
    margin: 0 0 10px;
}

#commentform input {
    display: block;
    width: 250px;
}

#commentform input[type="checkbox"] {
    margin: 2px 7px 0 0;
    float: left;
    clear: left;
}

#commentform .form-allowed-tags,
.comment-form-comment label {
    display: none;
}

#commentform p.form-submit{
	margin-top:0;
}

.comment-form-email,
.comment-form-url,
.comment-form-url,
.comment-form-comment {
    clear: both;
}

.comment-notes {
    margin-bottom: 10px;
}

input.error,
textarea.error {
    border: 1px solid #FF0000 !important;
}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    background: #2e2e2e;
    line-height: 35px;
    border-top: 1px solid #444;
    color: #ccc;
    padding: 15px;
}

.footer-bottom .social-icons {
    float: right;
    margin: 3px 15px 0;
    line-height: 0;
}

.footer-bottom a {
    color: #ccc;
}

.footer-bottom a:hover {
    color: #FFF;
}

/* Tabbed Widget */

#tabbed-widget .tabs-wrap li:last-child,
.comments-avatar .widget-container li:last-child,
.posts-list .widget-container li:last-child,
.categort-posts .widget-container li:last-child,
.authors-posts .widget-container li:last-child {
    border-bottom: 0 none;
}

#tabbed-widget .tabs-wrap li,
.comments-avatar .widget-container li,
.posts-list .widget-container li,
.categort-posts .widget-container li,
.authors-posts .widget-container li,
.widget.woocommerce .widget-container li,
.widget-container ul.reviews-posts li,
.widget_categories .widget-container li,
.widget_archive .widget-container li,
.widget_nav_menu .widget-container li,
.widget_meta .widget-container li,
.widget_pages .widget-container li,
.widget_recent_comments .widget-container li,
.widget_recent_entries .widget-container li,
.widget_display_forums .widget-container li,
.widget_display_views .widget-container li,
.widget_display_replies .widget-container li,
.widget_display_topics .widget-container li{
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
}

.widget_categories .widget-container li:before ,
.widget_product_categories ul li:before {
    font-family: FontAwesome;
    margin-right: .53em;
    display: inline-block;
    opacity: .25;
    content: "\f114"
}

.widget_categories .widget-container li li,
.widget_nav_menu .widget-container li li {
    padding-left: 15px;
    border: 0 none;
}

.widget_categories .widget-container li li li,
.widget_nav_menu .widget-container li li li{
    padding-left: 25px;
}


/**
 * Reponsive
 * -----------------------------------------------------------------------------
 */

/* 1045px */

@media only screen and ( max-width: 1045px ){
    
    #wrapper.boxed,
    #wrapper.boxed .fixed-nav,
    #wrapper.boxed-all,
    #wrapper.boxed-all #main-content,
    #wrapper.boxed-all .fixed-nav {
        width: 99%;
    }
    
    #wrapper.boxed #theme-header,
    #wrapper.boxed .breaking-news,
    #wrapper.boxed #main-content,
    #wrapper.boxed .container,
    #wrapper.boxed-all .container{
        width: 100%;
    }
    
    #wrapper.boxed #main-content {
        padding: 15px;
    }

    #wrapper.boxed .post-cover-head {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    #wrapper.boxed-all .post-cover-head {
        margin-left: 0;
        margin-right: 0;
    }
    
    .footer-bottom .container,
    #footer-widget-area {
       width:98% !important;
    }
    
    #wrapper.boxed-all .breaking-news {
        width: 98% !important;
        margin-right: 1%;
        margin-left: 1%;
    }
    
    /* Full Layout */
    #wrapper.wide-layout .header-content,
    #wrapper.wide-layout .breaking-news,
    #wrapper.wide-layout .container,
    #wrapper.wide-layout #main-nav ul li.mega-menu .mega-menu-block {
        width: 99%;
    }

   .content{
        width: 76.5%;
    }
    
    #sidebar{
        width: 22%;
    }
        
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 480px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 315px;
    }
    
    .post-cover{
        padding-right: 20px;
        padding-left: 20px;
    }

    .flat-social a {
        padding-right: 7px;
        padding-left: 7px;
    }
    
    .share-post li,
    .mini-share-post li {
        width: 100px;
    }
    
    .tie-full-width-img img {
        margin-right: 0 !important;
        margin-left:  0 !important;
        width:     100% !important;
        max-width: 100% !important;
    }
    
}	

/* 990px */

@media only screen and (max-width: 990px){
  	 
    .logo {
  	    float: none !important;
  	    text-align: center;
        margin: 0 !important;
        clear: both;
  	}
    
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 466px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 481px;
    }
    
    .ei-title h2,
    .content .ei-title h2,
    .content .slider-caption h2 a,
    .content .slider-caption h2,
    .slider-caption h2 a,
    .slider-caption h2,
    .full-width .content .slider-caption h2{
        font-size: 30px;
    }
    
    .ei-title h3,
    .content .ei-title h3 {
        font-size: 14px;
    }
    
    .e3lan-top {
        margin-top: 20px;
  	    float: none !important;
  	    text-align: center;
  	}
    
    .content,
    #sidebar {
        width: 100%;
        float: none;

    }
    
    .widget.news-pic .post-thumbnail {
        width: 16.66666666666667%;
    }
       
    .footer-widgets-box {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    #check-also-box { display: none; }
}

/* 900px */

@media only screen and (max-width: 900px){
    .top-nav,
    
    #live-search_sb {
        display: none;
    }
    
    #slide-out-open {
        display: none;
    }
    
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 422px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 441px;
    }
        
    #wrapper {
        background-color: #FFF;
        width: 100% !important;
    }
    
    #wrapper #theme-header {
        margin-top: 0;
        width: 100% !important;
        -webkit-box-shadow: 0 0 3px #CACACA !important;
           -moz-box-shadow: 0 0 3px #CACACA !important;
                box-shadow: 0 0 3px #CACACA !important;
    }
    
    #wrapper .breaking-news,
    #wrapper.boxed-all .breaking-news {
        width: 99% !important;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 1px #CACACA !important;
           -moz-box-shadow: 0 0 1px #CACACA !important;
                box-shadow: 0 0 1px #CACACA !important;
    }
    
    body.dark-skin #wrapper {
        background-color: #3c3c3c;
    }
    
    body.dark-skin #wrapper #theme-header {
        -webkit-box-shadow: 0 0 3px #2A2A2A !important;
           -moz-box-shadow: 0 0 3px #2A2A2A !important;
                box-shadow: 0 0 3px #2A2A2A !important;
    }
    
    body.dark-skin #wrapper .breaking-news,
    body.dark-skin #wrapper.boxed-all .breaking-news {
        -webkit-box-shadow: 0 0 1px #2A2A2A !important;
           -moz-box-shadow: 0 0 1px #2A2A2A !important;
                box-shadow: 0 0 1px #2A2A2A !important;
    }
    
    #wrapper #main-content {
        width: 99% !important;
        padding: 0 !important;

        -webkit-box-shadow: none !important;
           -moz-box-shadow: none !important;
                box-shadow: none !important;
    }

    #wrapper #main-content {
        margin-top: 10px;
    }
    
    .header-content {
        padding-right: 0;
        padding-left: 0;
    }
            
    .footer-bottom .alignright,
    .footer-bottom .alignleft,
    .footer-bottom .social-icons {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0;
        line-height: 20px;
    }
    
    .e3lan-top ins,
    .e3lan-bottom ins,
    .e3lan-below_header ins {
        width: 728px;
        height: 90px;
    }
    
    .csstransforms3d.csstransitions .js-nav #wrapper{
        width: 100% !important;
    }
    
    #wrapper.boxed .post-cover-head,
    #wrapper.wide-layout .post-cover-head {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    
}
    
/* 730px */

@media only screen and (max-width: 730px){
  	 
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 361px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 356px;
    }
    
   .featured-title h3,
   .featured-title span.tie-date {
        display: none;
    }
    
    #featured-posts .featured-post-inner {
        height: 200px;
    }

    .featured-title{
        bottom: 0;
        font-size: 75%;
        padding: 8px;
    }
    
    .featured-title h2{
        margin-bottom: 0;
    }
    
    .flat-social a {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .flickr-widget .flickr_badge_image {
        width: 12.5%;
    }
    
    #sitemap {
        padding: 10px 0 0 !important;
    }
    
    .sitemap-col{
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    
    .post-tabs ul.tabs-nav li,
    .post-tabs-ver ul.tabs-nav li {
        display: block;
        border-width: 0 0 1px 0;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    
    .post-tabs ul.tabs-nav,
    .post-tabs-ver ul.tabs-nav {
        border: 1px solid #EEE;
        border-width: 0 0 1px 0;
    }
    
    .post-tabs-ver ul.tabs-nav,
    .post-tabs-ver .pane {
        width: 100%;
        left: 0;
        float: none;
        border-width: 1px;
    }
    
    .tie-padding {
        padding: 0 !important;
    }
    
    .post-cover-head .single-has-thumb.single-post-thumb {
        height: 350px;
    }
    
    .post-cover-title .post-title {
        font-size: 32px;
        line-height: 32px;
    }
    
    .post-cover-title p.post-meta {
        font-size: 12px;
    }
	
	.e3lan-top ins,
    .e3lan-bottom ins,
    .e3lan-below_header ins,
    .home-e3lan ins,
    .e3lan-post ins {
        width: 468px;
        height: 60px;
    }

}

/* 670px */

@media only screen and (max-width: 670px){
  	 
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 330px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 326px;
    }
    
    .flat-social a span,
	.breaking-news span.breaking-news-title span,
    .share-post span.share-text,
    .entry #related_posts {
        display: none;
    }
	
	.breaking-news span.breaking-news-title {
		padding-bottom: 7px;
	}	
	
	.breaking-news span.breaking-news-title i {
		display: block;
        margin-top: -2px;
	}
    
    .cat-box.column2,
    .list-box li,
    .list-box li.first-news,
    .wide-box li,
    .cat-tabs-wrap li.first-news,
    .cat-tabs-wrap li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    
    .list-box li.first-news {
        padding: 20px;
    }
    
    .list-box li.other-news {
        border: 0 none;
    }
    
    .share-post .flat-social a i,
    .mini-share-post .flat-social a i {
        margin:0 10px;
    }
    
    .share-post .normal-social li,
    .mini-share-post .normal-social li {
        width: 33.333333% !important;
        height: 25px;
    }

	#featured-posts .featured-post{
		padding: 0 0 1px 1px !important;
		width: 50%;
	}

	#featured-posts .featured-post-inner{
        height: 140px;
	}
	
	#featured-posts .featured-post-1{
        width: 100%;
    }
	
	#featured-posts .featured-post-1 .featured-post-inner{
        height: 220px;
    }
    	
	#featured-posts .featured-post-1,
	#featured-posts .featured-post-2,
	#featured-posts .featured-post-4 {
		padding-left: 0 !important;
	}
    
}

/*  Phone  : 500px */

@media only screen and (max-width: 500px){
	
    .ei-title h2,
    .content .ei-title h2,
    .content .slider-caption h2 a,
    .content .slider-caption h2,
    .slider-caption h2 a,
    .slider-caption h2,
    .full-width .content .slider-caption h2 {
        font-size: 22px;
    }
    
    .slider-caption {
        padding: 8px 0 5px;
    }
    
    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 240px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 241px;
    }
    
    .pic-box li:last-child,
    .entry ul.best-reviews .post-thumbnail,
    .ei-title h3,
    .slider-caption p,
    a.go-to-the-post {
        display: none !important;
    }
    
    .archive-wide-thumb {
        margin-right: -10px !important;
        margin-left: -10px !important;
        width: auto !important;
    }
    
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth,
	.recent-box .recent-item,
    .scroll-box .scroll-item,
    #related_posts .related-item,
    .full-width #related_posts .related-item,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .review-box,
    .google-map,
    .masonry-grid .item-list {
        float:none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width:100% !important;
        height: auto !important;
    }
    
    .masonry-grid {
        padding: 0;
    }
    
    body.error404 .title-404 {
        font-size: 80px;
    }
    
    .cat-box li.first-news .inner-content,
    .scroll-box .cat-box-content,
    .pic-box .cat-box-content,
    .video-box .cat-box-content,
    .cat-tabs-wrap,
    .pic-box.pic-grid .cat-box-content,
    .list-box li.first-news,
    .recent-box .cat-box-content {
        padding: 10px;
    }
    
    .column2 li.other-news,
    .list-box li.other-news,
    .wide-box li {
        padding-right: 10px;
        padding-left: 10px;
    }
	
	.scroll-nav {
		margin: 10px -10px -10px;
	}
    
    .wide-box li.first-news .post-thumbnail,
    .item-list .post-thumbnail,
    .pic-box li.first-pic,
    .video-box .big-video-column {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .pic-box li.first-pic,
    .video-box .big-video-column,
    .video-box li {
        margin-bottom: 0;
    }
    
    .pic-box li,
    .pic-box.pic-grid.cat-box li {
        width: 25%;
    }
    
    .video-box li {
        padding: 1px;
        width: 33.333333%;
    }
    
    .pic-box.pic-grid.cat-box li:last-child{
        display: block;
    }

    #masonry-grid.post-listing {
        padding: 0;
    }
    
    #masonry-grid .item-list {
        width: 92%;
        margin: 0 4%;
    }
    
    .widget.news-pic .post-thumbnail {
        width: 25%;
    }
      
    .entry ul.best-reviews li {
        padding-left: 65px;
    }

    .best-review-score-image{
        margin-left: -65px;
    }
    
    .author-info img.author-img {
        max-width: 50px;
        margin-right: 10px;
    }
    
    .author-info-content {
        padding-left: 60px;
    }
    
    .post-cover-head .single-has-thumb.single-post-thumb {
        height: 250px;
    }
    
    .post-cover-title {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .post-cover-title .post-title {
        font-size: 28px;
        line-height: 28px;
    }
    
    .post-cover-title p.post-meta {
        font-size: 12px;
    }
    
    .e3lan-top ins,
    .e3lan-bottom ins,
    .e3lan-below_header ins,
    .home-e3lan ins,
    .e3lan-post ins {
        width: 300px;
        height: 250px;
    }
    
}


/* 350px */

@media only screen and (max-width: 350px){
    
    .ei-slider,
    .flexslider,
    .flexslider .slides > li{
        height: 163px;
    }
    
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 166px;
    }
    
    .logo {
        text-align: right;
        padding-right: 20px;
    }
    
	.logo img {
		max-width: 50%;
		height: auto;
	}
	
    #theme-header.full-logo .logo {
        padding: 0;
    }
    
    #theme-header.full-logo .logo img{
        max-width: 100%;
    }
    
    #main-content{
        padding-top: 0;
    }
    
    .share-post .flat-social a i,
    .mini-share-post .flat-social a i {
		margin: 0 5px;
	}
    
    .share-post .normal-social li,
    .mini-share-post .normal-social li {
        width: 50% !important;
    }
	
	.overlay-icon:before,
    .tie_slider .overlay-icon:before {
        border-width: 2px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
        margin: -15px 0 0 -15px;
	}
    
    .widget.news-pic .post-thumbnail {
        width: 33.3333%;
    }
    
    .flickr-widget .flickr_badge_image {
        width: 25%;
    }
    	
}

.table_div { width :100%; }
.table_1 { width :50%; float: left; }
.table_2 { width :50%; float: right; padding-left: 20px; text-align: left;}
.table_1_1 { width :70%; float: left; }
.table_2_1 { width :30%; float: right; padding-left: 20px; text-align: left;}

.z1 {
    background-color: #89A356;
    color: #fff;
    padding: 5px;
}

.table_1_note { width :50%; float: left; background-color: #F5F5D6; padding-left: 15px; text-align: left !important;}
.table_2_note { width :50%; float: right; background-color: #F5F5D6; padding-left: 15px; text-align: left !important;}
.table_3_note { background-color: #F5F5D6; padding-left: 15px; text-align: left !important;}


@media print {
    
    body{
        font-size: 20px;
    }
    
    .entry,
    .comment-content p {
        line-height: 40px;
    }
    
    .post-listing {
        border: 0 none;
    }
    
    .post-cover-title {
        opacity: 1 !important;
    }
    
    .post-title,
    .post-cover-title {
        font-size: 42px;
        line-height: 40px;
        color: #000;
    }
    
    #theme-header,
    .breaking-news,
    #crumbs,
    #sidebar,
    .share-post,
    #theme-footer,
    .footer-bottom,
    #related_posts,
    p.post-meta .post-comments,
    #author-box,
    .post-navigation,
    #comments,
    .e3lan ,
    .post-tag,
    .post-edit-link {
        display: none !important;
    }
    
    .content {
        float: none;
        
    }    
}