/*
Theme Name: StandardNews Codebase
Theme URI: https://magazine3.com/standardnews/
Author: Magazine3
Author URI: https://magazine3.com
Description: StandardNews Newspaper WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mm
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Reset and default WordPress style. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    max-width: 100%
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body, button, input, select, textarea {
    color: #333;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}
body {
    background: #fff
}
a {
    color: #cc0000;
    text-decoration: none;
    webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a:active, a:hover {
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-bottom: 10px;
    font-weight: bold;
}
h1 {
    font-size: 26px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}
b, strong {
    font-weight: 700;
}
cite, dfn, em, i {
    font-style: italic;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
p {
    margin-bottom: 24px;
}
code, kbd, tt, var, samp, pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
blockquote {} blockquote cite, blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote strong, blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
    list-style-position: inside;
    margin: 0 0 24px 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
    list-style-position: inside;
}
li>ul, li>ol {
    margin: 0 0 0 20px;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
input, textarea {
    border: 1px solid black;
    color: white;
    padding: 7px 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    border-right: 0px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 145px;
    border-color: #999;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
del {
    color: #767676;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
::selection {
    background: #333;
    color: #eee;
    text-shadow: none;
}
::-moz-selection {
    background: #333;
    color: #eee;
    text-shadow: none;
}
textarea {
    width: 100%
}
input:focus, textarea:focus {} button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #999;
    border-style: solid solid solid none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 15px;
    text-transform: none;
    vertical-align: bottom;
    background-color: #999
}
.searchbutton {
    background: url("images/sprite.png") no-repeat scroll -55px -3px #fff;
}
button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background-color: #fff;
    color: #fff;
}
button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #333;
}
::-webkit-input-placeholder {
    color: #939393;
}
:-moz-placeholder {
    color: #939393;
}
::-moz-placeholder {
    color: #939393;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #939393;
}
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img {
    height: auto;
    max-width: 100%
}
.gallery-caption, .bypostauthor, .sticky {} .gallery {
    display: inline-block;
    margin-bottom: 20px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}
.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.wp-caption {
    text-align: center;
}
p.wp-caption-text {
    font-size: 11px !important;
    line-height: 1.5;
    padding: 2px 4px 2px;
    color: #333;
    margin: 0;
}
.wp-caption img {
    max-width: 100%;
    height: auto;
}
.navigation {
    overflow: hidden;
    width: 100%
}
.navigation .next {
    float: right;
    margin: 7px 0;
}
.navigation .prev {
    float: left;
    margin: 7px 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
button, html input[type="button"], html input[id="submitcomment"], input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #fafafa 60%, #e6e6e6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-links {
    border: 1px solid #eee;
    padding: 10px;
    margin: 5px 0 15px;
}
.page-links span {
    font-weight: bold;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .9em 15px;
    quotes: "\201C""\201D""\2018""\2019"
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
dl {
    margin-bottom: 20px;
}
dt {
    font-weight: bold;
}
dt, dd {} dd {} abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999;
    cursor: help;
}
abbr, tla, acronym {
    cursor: help;
    text-decoration: underline;
}
code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 2px 4px;
}
code, pre {
    border-radius: 3px;
    color: #333;
    font-size: 12px;
    padding: 0 3px 2px;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
cite, q {
    font-style: italic;
}
embed, iframe, object, video {
    max-width: 100%
}
p>embed, p>iframe, p>object, span>embed, span>iframe, span>object {
    margin-bottom: 0;
}
.aligncenter {
    text-align: center;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
    margin-bottom: .7em;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
    margin-bottom: .7em;
}
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {
    margin: 7px 20px 7px 0;
}
.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {
    margin: 7px 0 7px 20px;
}
.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}
blockquote.aligncenter, img.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}
.site-content blockquote.alignleft, .site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%
}
.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
    margin-bottom: 17px;
}
.wp-caption {
    margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {} .wp-caption {
    max-width: 100%;
    color: #767676;
}
.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
div.wp-caption .wp-caption-text {
    padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"], div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}
.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
#calendar_wrap {
    background: #fff;
}
.seo-site-title {
    display: none;
}
#wp-calendar {
    clear: both;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 265px;
}
#wp-calendar td a {
    color: #fff;
    font-weight: bold;
    padding: 0 7px;
    background-color: #999;
}
#wp-calendar caption {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0 3px;
}
#wp-calendar th {
    background: #f4f4f4;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
#wp-calendar tbody tr td {
    padding: 5px 0;
    text-align: center;
}
#wp-calendar tfoot td {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.widget ul, .widget ol {
    margin: 0;
    list-style: none;
}
.adspace-widget {
    padding: 0 !important;
    border: 0 !important
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}
/* Theme Style Begins */

.cb {
    clear: both;
}
a {
    text-decoration: none;
}
/* Back to top */

#back-top {
    z-index: 50;
    position: fixed;
    bottom: 0;
    right: 50px;
    display: none
}
#back-top a {
    background: url(images/sprite.png) no-repeat -339px -93px;
    width: 50px;
    height: 43px;
    display: block;
    text-align: center;
    font: 13px/100% Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    background-color: #666;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
#back-top a:hover {
    background-color: #222
}
/******************************************

        Header

*******************************************/
/* header Start*/

.logo_menu_wrapper {
    background: #000;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.logo_menu_container {
    width: 1200px;
    margin: 0 auto;
}
.logo_menu_wrapper_left {
    float: left;
}
.current_date {
    color: #fff;
    background: #cc0000;
    padding: 7px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    margin-top: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    float: left;
    margin-top: 16px;
}
.weather_update {
    height: 30px;
    float: left;
    position: relative;
    margin-top: 1px;
}
.weather_update {
    color: #eee;
    font-family: 'Open Sans', sans-serif;
}
.weather_update h3 {
    clear: none;
    overflow: hidden;
    font-size: 13px;
    position: absolute;
    top: 9px;
    left: 64px;
    font-weight: normal;
    margin-left: 4px;
}
#simpleweather-widget {
    position: relative;
    margin-right: -5px;
}
#simpleweather-widget img {
    height: 55px !important;
    margin-top: 4px;
    margin-right: 5px;
}
#simpleweather-widget #current_temperature {
    margin: 30px 0 0 0 !important;
    font-size: 14px !important;
}
#simpleweather-widget #current_weather {
    display: none;
}
.edition_text {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #f1f1f1;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 30px;
}
.edition_text span {
    font-weight: 600;
}
.header_menu_logo_wrapper {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    line-height: 0;
    background: #fff;
}
.site-title {
    margin-top: 12px;
    line-height: 1;
}
.site-title a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 40px;
}
.banner_area{
	padding: 10px 15px;
	float:left;
}
.logo_area {
    padding: 10px 15px;
}
.logo_area .logo-area {
    float: left;
}
.logo_area .logo-area span {
    float: left;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #666;
}
.logo_area .header_ad {
    float: right;
}
.logo_menu_wrapper_right {
    float: right;
}
.primary_menu_container {
    font-family: 'Libre Baskerville', serif;
    display: inline-block;
    width: 1214px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:11px 8px 12px;
    line-height: 1;
    position: relative;
}
.secondary_menu_right {
    float: right;
    position: relative;
    color: #E2E2E2;
}
.secondary_menu_right .example {
    float: right;
}
.example #nav {
    display: inline;
    list-style-type: none;
    background: none;
    margin: 0;
    padding: 0;
}
.fullwidthmenu-social li {
    float: none !important;
    line-height: 1.2 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 10px 0px 10px 6px;
    font-size: 14px;
    border-bottom: 1px solid #444;
}
.fullwidthmenu-social li:last-child {
    border-bottom: 0px;
}
.fullwidthmenu-social li a {
    color: #BBB;
}
.fullwidthmenu-social li:hover a {
    color: #fff;
}
#social-dropdown .selected .social-networks {
    transition: all 200ms ease-in-out;
    background: url("images/navigate-close.png") no-repeat scroll center center #222;
}
.example #social-dropdown li .subs {
    position: inherit;
}
.example #social-dropdown li .top-menu-items {
    background: none repeat scroll 0 0 #222;
    color: #333;
    display: none;
    margin: 0;
    min-height: 30px;
    padding: 20px 22px;
    position: absolute;
    right: 65px;
    z-index: 900;
}
.example #social-dropdown li .fullwidthmenu {
    width: 356px;
    right: 0px;
}
.example #social-dropdown li .fullwidthmenu-social {
    background: none repeat scroll 0 0 #222;
    padding: 20px 17px 12px 17px;
    width: 180px;
}
.social-networks:hover, .trending:hover, .top-nav a.search:hover, .menu:hover, #closemenu:hover, #closemenu1:hover, #closemenu2:hover, #closemenu3:hover {
    cursor: pointer;
}
.top-nav .selected a.social-networks, .top-nav .searchbar li a.social-networks:active, .top-nav li a.social-networks:active {
    background: url("images/navigate-icon.png") no-repeat scroll center center #222;
}
.top-nav .selected a.search, .top-nav .searchbar li a.search:active, .top-nav li a.search:active {
    background: url("images/search-icon.png") no-repeat scroll center center #222;
}
.top-nav .selected .icon-share, .top-nav li:active .icon-share, .top-nav .selected .icon-search, .top-nav li:active .icon-search, .top-nav .selected .icon-ellipsis-v, .top-nav li:active .icon-ellipsis-v {
    color: #333 !important;
}
.top-nav li.forth:active, .top-nav li.forth:hover {
    height: 48px;
}
.example ul {
    margin: 0;
}
.example ul li {
    float: left;
    line-height: 0;
    list-style: none outside none;
}
.social {
    float: left;
}
.searchbar a {
    background: url("images/search-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    padding: 22px 32px;
    line-height: 60px;
}
#s {
    -webkit-appearance: none;
}
.social-networks {
    background: url("images/navigate-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #777777;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 30px 34px;
    line-height: 1;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
}
/* headsearch */

.head-search input[type="search"] {
    width: 89%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    border: 0;
    padding: 12px 10px 12px 16px;
}
.head-search input[type="submit"] {
    border: 0;
    padding: 10px 18px;
    background-position: -52px 6px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    padding: 16px 19px 14.5px 19px;
}
.head-search input[type="submit"]:active {
    background-color: #666
}
/* In the news - Newsticker  */
/**

 * Swiper 3.0.8

 */

.swiper-container {
    height: 35px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(" ");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(" ")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(" ")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(" ");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(" ")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(" ")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(" ");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url(" ")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.header_ticker .swiper-button-next, .header_ticker .swiper-button-prev {
    display: none;
}
.ticker-img {
    float: left;
}
.ticker-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 760px;
    line-height: 16px;
}
.ticker-title a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #444;
    letter-spacing: 0.5px;
}
.ticker-text {
    text-transform: uppercase;
    width: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    float: left;
    line-height: 18px;
    margin-right: 10px;
    margin-top: -2px;
    color: #cc0000;
}
.ticker-text span {
    font-size: 16px;
}
.header_ticker {
    margin-top: 10px;
}
/* Newsticker ends */
/* header Ends*/
/* Navigation Begins */

.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    display: inline;
    border-right: 1px solid #dadada;
    padding-right: 10px;
    margin-right: 10px;
}
.main-menu ul li:last-child {
    border-right: none;
}
.main-menu ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
.main-menu ul li {
    display: inline;
}
.main-menu {
    width: 100%
}
.main-menu ul {
    list-style: none;
    padding-left: 0
}
.main-menu ul .sub-menu a:hover {
    color: #fff !important;
}
.main-menu li {
    position: relative;
    margin: 0px
}
.main-menu ul li ul li {} 
.main-menu ul ul {
    background: #222;
    overflow: hidden;
    text-transform: none;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: absolute;
    width: 270px;
    top: 44px;
    margin-left: -10px;
    border-radius: 0 0 3px 3px;
    z-index: 30;
    padding: 8px 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}
.main-menu ul ul li {
    border-right: 0px;
    position: relative;
    margin: 0;
    display: inline-block;
    padding: 0;
    float: left;
    width: 134px;
}
.main-menu ul ul li a {
    color: #ddd;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    width: 110px;
    font-family: arial;
    float: left;
    padding: 10px 12px;
}
.main-menu ul ul li ul li a {
    color: #fff;
}
.main-menu ul ul ul {
    left: 100%;
    width: 134px;
    top: 0;
    background: #777;
    padding: 5px;
}
.main-menu ul ul ul li {
    border: 0px;
    width: 111px;
}
.main-menu ul ul ul li:nth-child(2n+1) {
    border: 0px;
}
.main-menu li:hover>a {
    color: #cc0000
}
.main-menu li ul li:hover>a {
    color: #fff;
    background: #4B4B4B;
}
.main-menu li:hover>a, .main-menu ul ul:hover>a, .main-menu a:focus {} .main-menu ul ul li:hover>a {} .main-menu a:focus {} .main-menu ul li:hover>ul {
    overflow: visible;
    display: block;
    visibility: visible;
    opacity: 1
}
.main-menu li>a:after {
    top: 0px;
    content: ' »';
    position: relative;
    font-size: 20px;
    color: #ddd;
    font-family: Arial, Helvetica, sans-serif;
}
.main-menu ul li ul li>a:after {
    top: 1px;
    content: ' »';
    position: relative;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.main-menu li>a:hover:after {
    content: ' »';
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.main-menu li>a:only-child:after {
    content: '';
    font-family: Arial, Helvetica, sans-serif;
}
.responsivemenu {
    display: none;
}
.menu-holder {} .menu-holder ul {
    margin: 0;
    padding: 0;
}
.menu-holder li {
    list-style: none;
    float: left;
}
.menu-holder li:first-child {
    margin-left: 0
}
.menu-holder li a {} .menu-holder .current-menu-item a {} .menu-holder .current-menu-item ul li a {
    border: 0;
}
.menu-holder li a {
    font-size: 18px;
    padding: 12px 5px;
    line-height: 1;
}
.m3_mega-menu ul, .m3_mega-menu li {
    background: purple;
}
.main-menu ul li:hover>.mega-menu-holder {
    overflow: visible;
    display: block;
    visibility: visible;
    opacity: 1;
}
.main-menu ul li:hover>.mega-menu-holder .sub-posts {
    overflow: visible;
    display: block;
    visibility: visible;
    opacity: 1;
}
.mega-menu-holder {
    border-radius: 0 0 3px 3px;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    text-transform: none;
    top: 40px;
    transition: all 0.12s ease 0s;
    visibility: hidden;
    z-index: 30;
}
.mega-menu-holder a {
    color: #222 !important;
}
.mega-menu-holder li ul {
    background: #0F72BC;
    border-radius: 0 0 3px 3px;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 8px 0;
    position: absolute;
    text-transform: none;
    top: 23px;
    transition: all 0.12s ease 0s;
    visibility: hidden;
    z-index: 30;
}
.menu-primary ul .mega-menu-holder {
    padding-top: 25px;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    background-position: 10px 3px;
}
.menu-primary ul .mega-menu-holder {
    background: #fff;
}
.m3_mm {
    position: relative;
}
.testing {
    position: initial !important;
}
.main-menu ul ul {
    top: 32px;
}
/* Only Mega Menu */

.mega-menu-holder .sub-posts li a {
    width: auto;
    padding: 0;
}
.mega-menu-holder .sub-posts li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.mega-menu-holder .sub-posts img {
    width: 100%;
    height: auto;
}
.mega-menu-holder .sub-posts li figure figcaption {
    float: left;
}
.mega-menu-holder img {}
.mega-menu-holder .sub-posts {
    margin-left: 0;
} 
.mega-menu-holder .first {
    width: 96.5% !important;
    cursor: auto !important;
    padding-bottom: 10px;
}
.mega-menu-holder .first:hover {
    background: none;
}
.mega-menu-holder .first h3 {
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-family: georgia;
    font-size: 18px;
}
.mega-menu-holder {
    background: #fff;
    border: 5px solid #ddd;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 44px;
    z-index: 2;
}
.menu-primary ul li:hover > .mega-menu-holder {
    display: block;
    -moz-animation: fadeIn .1s ease-in;
    -webkit-animation: fadeIn .1s ease-in;
    animation: fadeIn .1s ease-in;
}
.menu-primary .mega-menu-holder ul {
    width: 100%;
    display: block;
    position: initial;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 0;
    border: 0;
    font-size: 14px;
}
.menu-primary .mega-menu-holder ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 14px;
    background: #ededed;
    border: 1px solid #ccc;
    margin: 0;
}
.megamenu-post {
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 5px;
}
.megamenu-post-img {
    float: left;
    width: 42%;
}
.megamenu-post-text {
    float: left;
    width: 56%;
    margin-left: 2%;
}
.megamenu-post-text a {
    font-size: 14px !important;
    font-weight: normal !important;
    margin-bottom: 5px;
    line-height: 1.5 !important;
    font-family: 'Open Sans', sans-serif !important;
}
.megamenu-post-text span {
    font-size: 11px;
    font-weight: normal;
}
li.menu-item-object-category {
    position: inherit;
}
.mega-menu-holder .sub-menu:before {
    content: "SUB NAVIGATION";
    float: left;
    font-weight: normal;
    font-size: 13px;
    background-color: #ddd;
    padding: 8px;
    color: #555;
}
.mega-menu-holder .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-left: 23px;
    width: 96% !important;
    padding-top: 15px !important;
    border-top: 1px solid #DDD !important;
}
.mega-menu-holder .sub-menu li {
    width: auto;
}
.mega-menu-holder .sub-menu li a {
    width: auto !important;
    padding: 6px 12px 8px 12px;
}
.mega-menu-holder .sub-menu .sub-menu {
    display: none;
}
.mega-menu-holder .sub-menu li>a:after {
    content: "";
}
/* Navigation End*/
/* Trending Topics & Social Area Start */

.trending_social {
    display: inline-block;
    width: 100%;
}
.trending_wrapper {
    margin: 0 auto;
    width: 1200px;
    border-bottom: 2px solid #eeeeee;
    padding: 0 15px;
    background: #fff;
}
.trending_area {
    float: left;
    width: 900px;
    font-size: 15px;
}
.social_area {
    float: right;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 5px;
    border-left: 2px solid #eeeeee;
}
.menucontent_wrapper-social {
    float: right;
}
.social_area ul {
    display: inline;
    list-style-type: none;
    float: right;
}
/* Trending Topics & Social Area End */

.wrapper {
    background: #fff;
    margin: 0 auto;
    width: 1200px;
    margin-top: -7px;
    padding: 15px 15px 30px 15px ;
}
.seo-site-title {
    display: none;
    font-size: 1px;
    text-indent: -9999px;
}
/* Sub Header */
/* sticky menu */

.sticky-top-header {
    position: fixed;
    padding: 12px 30px 10px;
    background-image: linear-gradient(to right, #D0D0D0 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-color: #F4F4F4;
    width: 1040px;
    webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 2;
}
.sticky-top-header .menu-holder li a {
    padding: 5px 10px 5px;
}
.sticky-top-header .menu-holder li {
    font-size: 16px;
}
.sticky-top-header .main-menu ul ul li a {
    padding: 10px 12px;
}
.logo-area-top .sticky-top-header {
    top: 0;
}
#mobile-menu {
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    -moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    border: solid 1px #DADADA;
    position: relative;
    cursor: pointer;
    width: 100%;
    background: url("images/sprite.png") no-repeat scroll 537px 0 #FFF;
}
#mobile-menu select {
    width: 100%;
    background: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
    max-width: 110%;
}
/* Search & Social */
/* Search */
/* Social Icons */

.social-icons {
    max-height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.social-icons li {
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin: 0 0 0 7px;
    text-indent: 9999px;
    overflow: hidden;
    float: left;
}
.social-icons a {
    display: block;
    background: url("images/sprite.png") -264px -43px no-repeat;
    width: 29px;
    height: 28px;
    webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.twitter a {
    background-position: -228px -43px;
}
.youtube a {
    background-position: -120px -6px;
}
.instagram a {
    background-position: -120px -43px;
}
.pinterest a {
    background-position: -156px -43px;
}
.google-plus a {
    background-position: -264px -6px;
}
.linkedin a {
    background-position: -192px -43px;
}
.tumblr a {
    background-position: -228px -6px;
}
/******************************************



        Main Slider



*******************************************/

.primary_slider {
    padding-top: 19px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}
.primary_slider #slider {
    float: left;
    width: 900px;
    margin-bottom: 0px;
}
.primary_slider #carousel {
    float: left;
    width: 275px;
    margin-bottom: 0px;
}
.primary_slider #carousel ul li {
    opacity: 100 !important;
    float: none !important;
    display: block !important;
    border-left: 2px solid #eeeeee;
    font-size: 17px;
    line-height: 20px;
    padding: 8px 0px;
    padding-left: 15px;
}
.primary_slider #carousel ul li:first-child {
    padding-top: 0px;
}
.primary_slider #carousel ul li:last-child {
    padding-bottom: 0px;
}
.primary_slider #carousel ul li a {
    color: #111111;
    outline: 0
}
.primary_slider #carousel .flex-active-slide a {
    color: #cc0000
}
.primary_slider #carousel .flex-active-slide {
    border-color: #da6666;
}
/* ====================================================================================================================



 * RESETS



 * ====================================================================================================================*/

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
    outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================



 * BASE STYLES



 * ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    display: none !important;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {} .flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-size: 20px;
    display: inline-block;
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a .flex-play:before {} .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.primary_slider {
    font-family: Georgia, "Times New Roman", Times, serif;
}
.slider_left {
    float: left;
    margin-right: 22px;
}
.slider_right_title a {
    font-size: 36px;
    color: #000;
    line-height: 44px;
}
.slider_right_excerpt {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    margin-top: 4px
}
.slider_right_excerpt p {
    margin: 0;
    padding: 0
}
.slider_right {
    margin-right: 10px;
}
/* ====================================================================================================================



 * Flexslider RESPONSIVE



 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/******************************************



        Index



*******************************************/
/* Block 1 & Block 2 */

.block_1_2 {
    margin-bottom: 20px;
    border-bottom: 5px solid #ededed;
    padding-bottom: 20px;
}
.category_headline {
    margin-bottom: 9px;
}
.category_headline a {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
/* block 1 */

.block_1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    float: left;
    width: 555px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dotted #cccccc;
}
.block_1_post_1 {
    margin-bottom: 15px;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 12px;
}
.block_1_post_1_title {
    font-size: 28px;
    line-height: 34px;
    margin-top: 7px;
}
.block_1_post_1_excerpt {
    font-size: 16px;
    line-height: 22px;
    margin-top: 7px;
    color: #444;
}
.block_1_post_1_excerpt p {
    margin-bottom: 0
}
/*.block_1_post_2_3_title {
    float: right;
    width: 165px;
}*/
.block_1_post_2_3_title {
    float: none;
    width: auto;
}
.block_1_post_2_3_title a {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.block_1_post_2_3_img {
    margin-right: 10px;
    float: left;
}
.block_1_second_half_left {
    width: 265px;
    float: left;
    border-right: 1px dotted #e0e0e0;
    padding-right: 12px;
}
.block_1_post_2_3:nth-child(2) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 5px
}
.block_1_second_half_right {
    float: right;
    width: 265px;
}
.block_1_post_2_3_excerpt {
    font-size: 13px;
    color: #444;
    line-height: 18px;
    margin-top: 10px;
}
.block_1_post_2_3_excerpt p {
    margin-bottom: 0
}
.block_1_post_4_title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 6px;
}
.block_1_post_4_title a{
    color: #000
}
.block_1_post_4_excerpt {
    font-size: 13px;
    margin-top: 7px;
    line-height: 18px;
    color: #444;
}
.block_1_post_4_excerpt p {
    margin-bottom: 0;
}
.block_1_post_2_3 {
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 14px;
    margin-bottom: 15px;
}
/* Block 2 */

.block_2 {
    float: right;
    width: 304px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}
.block_2_post {
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 13px;
}
.block_2_post_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
}
.block_2_post_excerpt {
    font-size: 13px;
    line-height: 18px;
    margin-top: 7px;
}
.block_2_post_excerpt p {
    margin-bottom: 0;
}
/* block 3 */

.block_3_4 {
    margin-bottom: 16px;
    border-bottom: 5px solid #ededed;
    padding-bottom: 20px;
}
.block_3 {
    width: 430px;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dotted #cccccc;
}
.block_3_post_1_title {
    font-size: 28px;
    line-height: 34px;
}
.block_3_post_1_img {
    margin-top: 5px;
}
.block_3_post_2_3 {
    float: left;
    width: 210px;
    margin-right: 10px;
}
.block_3_post_2_3:nth-child(2) {
    margin: 0;
}
.block_3_post_2_3_title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}
.block_3_post_2_3_title a{
    color: #000
}
.block_3_second_half {
    margin-top: 11px;
}
/* block 4 */

.block_4 {
    width: 429px;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
}
.block_4_second_half_right {
    margin-top: 6px;
}
.block_4_post_title {
    font-size: 28px;
    line-height: 34px;
}
.block_4_post_img {
    margin-top: 5px;
}
.block_4_post_4 {
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.block_4_post_4:nth-child(5) {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.block_4_post_title_4 a {
    font-size: 17px;
    line-height: 20px;
    color: #000;
}

/* block_5 */

.block_5_wrapper {
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px;
    border-bottom: 5px solid #ededed;
    padding-bottom: 20px;
    display: inline-block;
}
.block_5_post_1_title {
    margin-top: 6px;
}
.block_5_post_1 {
    float: left;
    width: 208px;
    margin-right: 16px;
}
.block_5_post_1_title a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.block_5_post_1:nth-child(5) {
    margin-right: 0px;
}
/* Block 6 7 8 */

.block_6_7_8 {
    margin-bottom: 10px;
    border-bottom: 5px solid #ededed;
    padding-bottom: 20px;
    display: inline-block;
}
.block_6_7_8_common_div {
    float: left;
    width: 280px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 9px;
    margin-right: 10px;
    border-right: 1px dotted #ccc;
}
.block_6_7_8_common_div:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.block_6_post_1_title, .block_7_post_1_title, .block_8_post_1_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.block_6_post_1, .block_7_post_1, .block_8_post_1 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 9px;
}
.block_6_post_1 p, .block_7_post_1 p, .block_8_post_1 p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
    float: left;
    margin-right: 10px;
}
.block_6_third_half, .block_7_third_half, .block_8_third_half {
    display: inline-block;
}
.block_6_post_title_2, .block_7_post_title_2, .block_8_post_title_2 {
    font-size: 16px;
    line-height: 22px;
}
.block_6_post_title_2 a, .block_7_post_title_2 a, .block_8_post_title_2 a {
    color: #000
}
.block_8_post_title_2  a{
    color: #000
}
.block_6_post_3, .block_7_post_3, .block_8_post_3 {
    font-size: 16px;
    line-height: 22px;
    border-top: 1px dotted #e0e0e0;
    padding-top: 7px;
    margin-top: 10px;
}
.block_6_post_3 a, .block_7_post_3 a, .block_8_post_3 a {
    color: #000 
}
.block_9_wrapper {
    border: 0;
    margin-bottom: 35px
}
.primary_menu_container a, .block_1_post_1_title a, .block_2_post_title a, .block_3_post_1_title a, .block_4_post_title a, .block_6_post_1_title a, .block_7_post_1_title a, .block_8_post_1_title a {
    color: #008000;
		
}
#main {} .main-holder {}
/* Content Area Begins */

#content {
    width: 890px;
    float: left;
}
/* Featured Area #3 ( Featured Posts [below slider] ) */

.featured-area-3 {
    margin-bottom: 5px;
    margin-top: -7px;
}
.featured-area-3 .post-wrapper {
    font-family: 'Open Sans', sans-serif;
}
.featured-area-3 .headline, .blog-posts .headline {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.12px;
}
.featured-area-3 .headline a, .blog-posts .headline a {
    color: #000;
}
.featured-area-3 .post-wrapper, .blog-posts .post-wrapper {} .small-post-area {
    float: left;
    width: 260px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.small-post-area:nth-of-type(2), .small-post-area:nth-of-type(5) {
    margin: 20px 30px;
}
.small-post-title {
    margin: 7px 0 0px 0;
}
.small-post-title h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}
.small-post-title h3 a {
    color: #111;
}
.small-post-meta {
    text-align: center;
    color: #444;
    font-size: 11px;
    margin-top: -4px;
}
.small-post-meta a {
    color: #444;
}
.small-post-content {
    color: #9c9c9c;
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
}
.small-post-content p {
    margin-bottom: 0px;
}
/* Blog Posts */

.blog-posts {
    margin-bottom: 30px;
}
.post-wrapper {
    margin-bottom: 25px;
}
.blog-post-holder {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 25px;
    padding-bottom: 28px;
}
.blog-post-holder:first-child {
    margin-top: 20px;
}
.blog-posts .post-image {
    float: left;
    margin-bottom: 45px;
}
.blog-posts .post-image img {
    margin-right: 20px
}
.blog-posts .post-area {
/*    float: right;
    width: 664px;*/
}
.blog-title h3 {
    clear: none;
}
.blog-title h3 {
    font-size: 28px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 36px;
    margin-top: -5px;
}
.blog-title h3 a {
    color: #000;
}
.blog-content {
    color: #9c9c9c;
    margin-bottom: 17px;
    font-size: 13px;
    margin-top: -2px;
    line-height: 20px;
}
.blog-content p {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    font-size: 14px;
    margin-bottom: 0px;
    color: #666;
    line-height: 20px;
}
.blog-meta {
    font-size: 12px;
    line-height: 18px;
}
.blog-posts .blog-cat {
    float: left;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 5px;
    font-family: 'Montserrat', sans-serif;
}
.blog-posts .blog-cat a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #cc0000;
    padding: 2px 5px 3px 6px;
    margin-right: 5px;
}
.blog-title h3 a:hover {
    color: #cc0000;
}
.blog-posts .blog-cat a:hover {
    background: #cc0000;
    color: #fff
}
.blog-author {
    font-size: 13px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
}
.blog-author a {
    color: #9c9c9c;
}
.blog-author a:hover {
    color: #111;
}
.blog-read-more {
    float: right;
    font-family: Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 11px;
}
.blog-read-more a {
    color: #cc0000;
}
.blog-read-more a:hover {
    text-decoration: underline;
}
.blog-post-holder:hover .socialshare {
    opacity: 1;
}
.socialshare {
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.socialshare ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.socialshare ul li {
    display: inline;
}
.socialshare ul li a {} .twitter-share a {
    padding: 6px 33px 6px 32px;
    background: url("images/sprite.png") no-repeat scroll 0 0 #55acee;
    background-position: 15px -96px;
}
.facebook-share a {
    padding: 6px 33px 6px 32px;
    background: url("images/sprite.png") no-repeat scroll 0 0 #3b5998;
    background-position: -50px -96px;
}
.gplus-share a {
    padding: 6px 33px 6px 32px;
    background: url("images/sprite.png") no-repeat scroll 0 0 #dd4b39;
    background-position: -117px -96px;
}
/* Pagination  Starts */

.navigation .prev, .navigation .next {
    margin: 0;
}
.navigation {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    padding-bottom: 20px;
}
.navigation a, .navigation .dots {
    color: #000;
    padding: 5px 8px;
}
.navigation .current, .navigation a:hover {
    color: #cc0000;
    padding: 5px 8px;
}
.navigation .prev, .navigation .next {
    margin-right: 4px;
    padding: 5px 8px;
    color: #000000;
    font-size: 16px;
    border: 0;
}
.navigation .prev:hover, .navigation .next:hover {
    color: #cc0000;
    font-size: 16px;
}
.navigation .pages {
    margin-right: 10px;
}
span.page-numbers {
    border: 0;
}
.page-count {
    margin-right: 10px;
}
.page-numbers, .navigation .current, .navigation .dots {
    display: inline-block;
    border: 1px solid #D6D6D6;
    font: 16px/19px Arial, Helvetica, sans-serif;
}
/* Pagination Ends */
/* Blog Posts without thumbnails */

.no-thumb .post-area {
    width: 100%;
}
.blog-posts .no-thumb .post-area {
    width: 100%;
}
/* Load More Button */

#load-more {
    margin: 0 auto;
    padding-bottom: 20px;
    height: 35px;
    margin-top: 12px;
    line-height: 35px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#load-more a {
    display: inline-block;
    padding: 5px 54px 5px 40px;
    color: #555;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 26px;
    font-size: 15px;
    border: 2px solid #666666;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    background: url("images/sprite.png") no-repeat scroll 194px -3px transparent;
    webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
#load-more a:hover {
    text-decoration: none;
    border-color: #cc0000;
    color: #cc0000;
}
#load-more a.loading, #load-more a.loading:hover {
    background: url("images/loader.gif") no-repeat scroll center center #fff;
    text-indent: -99999px;
    border: 0px;
    outline: none;
}
/******************************************

        Sidebar

*******************************************/

#sidebar {
    float: right;
    width: 300px;
}
/* Featured Area #2 ( Small - Slider) */
/* Sidebar Widget Area */

.widget h3 {} .widget-wrapper img {
    max-width: 100%;
    height: auto;
}
.widget-title {
    font-size: 22px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1px;
	background-size: cover;
    position: relative;
    font-family: 'Rancho', cursive;
    -webkit-background-clip: text;
    
}
.sidebar-widget-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 12px;
}
.widget {
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 35px;
    color: #666
}
.widget:last-child {
    background: none;
    padding-bottom: 0;
}
.widget li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.widget li {
    list-style-type: none;
    border-bottom: 1px solid #f3f3f3;
    margin: 8px 0;
    padding-bottom: 8px;
}
.widget li:first-child {
    margin-top: 0px;
}
.widget li:last-child {
    border: 0;
}
.widget li a {
    color: #666666;
}
.widget input[type="search"] {
    width: 265px;
}
/* Author Widget */

.author-widget {} .author-widget p {
    margin-bottom: 15px;
}
.author-widget-image-holder img {  
    width: 100%; 
}
.author-widget-image-holder img:hover { 
}
.author-widget-image-holder {
    text-align: center;
    margin-top: 10px
}
.author-widget .widget-title {
    text-align: center;
}
.author-widget-description-holder {
    color: #444444;
    font-size: 14px;
    line-height: 21px;
}
.author-widget-link-holder {
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: -10px;
}
.author-widget-link-holder a {
    color: #cc0000;
    font-style: italic;
}
/******************************************



        Sidebar Left & Right



*******************************************/

.sidebar-left #content {
    float: right;
}
.sidebar-left #sidebar {
    float: left;
}
/******************************************

        Footer

*******************************************/

.footer-main-wrapper {
    border-top: 1px solid #e2e2e2;
    background: url(images/footer-bg.png) repeat;
}
/* Main Footer */

.footer-1170 {
    width: 1200px;
    margin: 0 auto;
}
#main .main-footer {
    border-top: 1px solid #d0d0d0;
    margin-top: 1px;
}
#footer {
    margin-top: 23px;
}
#footer .widget-title {
    font-size: 14px;
    color: #cc0000;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-transform: initial;
    margin-bottom: 10px;
    font-weight: normal;
    border: 0;
}
.footer-widgets {
    width: 300px;
    margin-right: 30px;
    float: left;
}
.footer_widgets_1 {
    width: 210px;
 }
.footer_widgets_banner{
 	width:100%;
	height: auto;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
}
.last-widget {
    margin-right: 0;
}
#footer .widget {
    margin-bottom: 40px;
}
.footer-widgets:nth-child(4) {
    margin-right: 0;
}
.footerwidget1 {
    width: 210px;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.footerwidget1 img {
    width: 100%
}
/* Secondary Footer */
.sub-footer {
    background: #fff;
}
.copyright-wrapper {
    font-family: "Open Sans", sans-serif;
    padding: 20px;
    text-align: center;
    color: #222;
    font-size: 13px;
    line-height: 20px;
    border-top: 1px solid #e2e2e2;
}
.copyright-wrapper {
    color: #222;
}
.copyrights-container span a {
    border-bottom: 1px dotted #999;
    color: #444;
}
/******************************************

        Single

*******************************************/

.title-holder {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.single-title {
    font-weight: normal;
    margin-bottom: 15px;
}
.single #content img {
    max-width: 100%;
    height: auto;
}
.single-title h1 {
    color: #000;
    font-size: 50px;
    line-height: 1.2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    text-align: center;
}
.single-meta {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}
.single-meta a {
    color: #cc0000;
}
.author-single a {
    text-transform: capitalize;
}
.post-content {
    color: #333;
    margin-bottom: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 29px;
    /*    font-size: 17px;
    line-height: 26px;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif; */
}
.social-area-single {
    margin: 0 auto 20px;
    width: 420px;
}
/* Tags */

.tags {
    color: #cc0000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0px 0 24px 0;
    text-transform: uppercase;
    width: 100%;
    line-height: 1.2;
    font-weight: normal;
}
.tags a {
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #cc0000;
    font-size: 14px;
    margin: 0 0px 6px 4px;
    padding: 5px 8px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
}
.tags a:hover {
    background: #cc0000;
    color: #fff
}
/* Related Posts */

.recommended_wrapper {
    background: url("images/related-border.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}
.recommended_title {
    margin-bottom: 8px;
    padding-top: 36px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #cc0000;
}
.recommended_inner {
    width: 410px;
    overflow: hidden;
    float: left;
    max-height: 138px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.recommended_inner p {
    margin-bottom: 0
}
.recommended_inner:nth-of-type(odd) {
    margin-right: 0;
}
.recomended_thumb img {
    float: left;
    margin-right: 10px;
}
.rec-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}
.rec-title a {
    color: #222;
    font-family: 'Open Sans', sans-serif;
}
.rec-content {
    color: #888;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
/* Comments */

#comments .navigation {
    margin: 25px 10px 15px 10px;
}
.comments-area {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    margin: 40px auto 40px auto;
    padding: 0 10px 0 0px;
    color: #000;
}
.comment-reply-title, .comments-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}
.comment-author .fn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
}
.comment-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.comment-body {
    padding: 20px 15px 20px 15px;
}
#div-comment-7 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
    padding-left: 85px;
}
.comment-metadata {
    float: right;
}
.comment-metadata a {
    color: #888
}
.comment-author {
    float: left;
    position: relative;
}
.comment-content {
    clear: both;
    margin-top: 30px
}
.comment-metadata .edit-link a {
    color: #AEAEAE;
    padding-left: 15px;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
    padding-left: 85px;
}
.comment-author {
    position: relative;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}
.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    padding: 2px;
    position: absolute;
    top: 0;
}
.commentmetadata {
    font-size: 12px;
    line-height: 2;
    padding-left: 85px;
    text-transform: uppercase;
}
.commentmetadata a {
    color: #767676;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
textarea {
    width: 100%;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
    padding-left: 85px;
}
.comment-list .reply {
    margin-top: 10px;
}
.comment-list .reply, .comment-metadata {
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
.comment-reply-link:before, .comment-reply-login:before {
    margin-right: 2px;
}
.comment-reply-link:before, .comment-reply-login:before {
    margin-right: 2px;
}
ol.comment-list li .comment-form {
    padding: 0px 30px;
}
ol.comment-list li {
    background: none repeat scroll 0 0 #fff;
    border: 1px dotted #E0E0E0;
    margin: 10px 0 0;
}
ol.comment-list li #respond {
    padding-bottom: 15px
}
.comments-area ol.children {
    margin-bottom: 10px;
    margin-right: 10px;
}
.comments-area ol {
    list-style: none;
}
.reply a {
    color: #FFFFFF;
    text-decoration: none;
    background: #989898;
    padding: 4px 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.reply a:hover {
    background: #cc0000
}
.comment-respond h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 20px 20px 0px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
}
li.comment .comment-respond h3 {
    margin-left: 20px;
}
.comment-respond small {
    float: right;
}
.required {
    color: #C0392B;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
    font-size: 14px;
    font-style: normal;
    line-height: 1.71429;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
    color: #767676;
    font-family: Arial, Helvetica, sans-serif;
}
.comment-form label {
    display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    width: 100%;
}
.comment-list p {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 18px;
}
#submit {
    background: #cc0000;
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 20px 9px;
    text-transform: none;
    margin-bottom: 0px;
    vertical-align: bottom;
    margin-top: 0px;
}
/******************************************

        404 Page

*******************************************/

.page404 {
    text-align: center;
    margin: 30px 0 100px;
}
.search_form {
    display: inline-block;
}
.page404 h1 {
    margin-bottom: 10px
}
.page404 h3 {
    margin-bottom: 30px;
}
/******************************************

Archive, Category, Tag, Author and Search Page

*******************************************/

.archivepage-title .headline {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.12px;
}
.author-detials-wrapper {
    margin: 20px 30px 30px 0px;
}
.author-image {
    float: left;
}
.author-image img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #9c9c9c;
}
.author-info {} .author-info p {
    color: #444444;
    font-size: 14px;
    line-height: 21px;
}
.author-info span {
    text-transform: capitalize;
}
.authorstuff {
    font-size: 12px;
    color: #9c9c9c;
}
.authorstuff a {
    color: #9c9c9c;
}
.search .headline h1 {
    margin-bottom: 0;
}
/******************************************

        Attachment page

*******************************************/

.attachment-thumbnail {
    max-width: 100%;
    height: auto;
}
.gallery-columns-1 {
    width: 150px;
    margin: 0 auto;
    display: block;
}
.gallery-columns-2 {
    width: 350px;
    margin: 0 auto;
    display: block;
}
.gallery-columns-2 .gallery-item {
    margin-bottom: 15px;
    margin-right: 35px;
}
.gallery-columns-4 .gallery-item {
    margin-bottom: 15px;
    margin-right: 35px;
}
.entry-attachment .attachment {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 30px;
}
#nav-single {
    display: inline;
    font-size: 12px;
}
.nav-previous, .nav-next {
    text-transform: uppercase;
    color: #444;
    float: left;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
}
.nav-previous a, .nav-next a {
    color: #444;
}
.nav-next {
    float: right;
}
.nav-previous a:hover, .nav-next a:hover {
    text-decoration: underline;
}
/******************************************

        Page Templates

*******************************************/
/* Full Page */

.page .single-title {
    margin-bottom: 0px;
}
/* Archive Page */

.archive-list ul {
    float: left;
    margin: 0 40px 20px 0px;
    width: 210px;
}
.archive-list ul:last-child {
    margin-right: 0px;
}
.archive-list ul li {
    list-style: inside square;
    margin-left: 2px;
}
.archive-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.archive-main a {
    color: #444;
}
.archive-main h4 {
    color: #000;
    font-weight: bold;
    margin: 8px 0 9px 0;
    font-size: 17px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0px 0 0;
}
.archive-list h4 {
    border: 0;
}
.archive-post {
    line-height: 30px;
}
.archive-tag {
    padding-bottom: 30px;
    display: inline-block;
}
.archive-tag ul {
    margin-left: 10px;
}
.archive-tag h4 {
    margin-left: -10px;
}
.archive-tag li {
    float: left;
    margin-right: 5px;
    list-style: none;
    font-size: 12px;
    margin-bottom: 5px;
}
.archive-tag li a {
    background: #f4f4f4;
    padding: 3px 11px;
    display: inline-block;
}
.archive-tag li a:hover {
    color: #fff;
    background: #161616;
    -webkit-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/* ADS */

.ad1 {
    margin-top: -5px;
    margin-bottom: 0;
}
.single .ad1, .archive .ad1, .search .ad1 {
    margin-bottom: 14px;
}
.ad2 {
    margin: 5px 0px 20px 0px;
}
.ad3 {
    margin-top: -10px;
    margin-bottom: 15px;
    display: inline-block;
}
.ad4 {
    margin-top: -5px;
    margin-bottom: 15px;
}
.ad5 {
    margin-top: -10px;
    margin-bottom: 15px;
}
.ad6 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.ad8 {
    margin-top: -10px;
    margin-bottom: 15px;
}
.ad9 {
    margin-bottom: 20px;
    margin-top: 15px;
}
.ad_archive {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.pane li{
    list-style-type: none;
}
ul.tabs li:last-child{
    border:1px solid #D6D6D6 !important  
}
/******************************************

            Responsive 

*******************************************/

@media only screen and ( min-width: 1024px) and ( max-width: 1199px) {
    .wrapper {
        width: 1012px;
        padding-left:5px;
        padding-right: 5px; 
    }
    .logo_menu_container {
        width: 100%
    }
    .logo-area img {
        margin-top: 3px;
        width: 100%;
    }
    .header_menu_logo_wrapper {
        width: 100%
    }
    .logo_area .header_ad {} .logo_area .logo-area {
        margin-top: 10px;
        width: 28%;
    }
    .primary_menu_container {
        width: 98%;
    }
    .trending_wrapper {
        width: auto;
    }
    .menu-holder li a {
        padding: 21px 0;
        font-size: 17px;
    }
    .main-menu li > a::after {
        font-size: 15px;
    }
    .trending_area {
        width: 725px;
    }
    .primary_slider #slider {
        width: 780px;
    }
    .primary_slider #carousel {
        width: 215px;
    }
    .primary_slider #carousel ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .slider_right_title a {
        font-size: 27px;
        line-height: 39px;
    }
    .primary_slider #carousel ul li {
        padding: 6px 0 6px 15px
    }
    .ticker-title {
        width: 600px;
    }
    #content {
        width: 700px;
    }
    .block_1 {
        width: 415px;
    }
    .block_2 {
        width: 264px;
    }
    .block_1_second_half_right {
        width: 132px
    }
    .block_1_second_half_left {
        width: 258px
    }
    .block_1_post_4_title {
        font-size: 17px;
        line-height: 20px;
    }
    .block_1_post_4_title a{
        color: #000
    }
    .block_1_post_1_excerpt {
        font-size: 15px;
        line-height: 20px;
    } 
    .block_1_post_4_excerpt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .block_3 {
        width: 350px;
    }
    .block_4 {
        width: 329px;
    }
    .block_3_post_2_3 {
        width: 170px;
    }
    .block_5_post_1 {
        width: 165px;
        margin-right: 13px;
    }
    .block_6_7_8_common_div {
        width: 223px;
        margin-right: 7px;
        padding-right: 7px;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        width: 75px;
    }
    .footer-1170 {
        width: 1024px;
    }
    .footer-widgets {
        width: 244px;
        margin-right: 10px;
    }
    .footer_widgets_1 {
        margin-left: 10px;
    }
    .blog-posts .post-area {
        /*width: 495px*/
    }
    /* Single */
    .recommended_inner {
        margin-right: 10px;
        width: 345px;
    }
}
@media only screen and ( min-width: 980px) and ( max-width: 1023px) {
    #content {
        width: 640px;
    }
    .wrapper {
        width: 952px;
    }
    .logo_menu_container {
        width: 100%
    }
    .logo-area img {
        margin-top: 3px;
        width: 100%;
    }
    .header_menu_logo_wrapper {
        width: 100%
    }
    .logo_area .header_ad {} .logo_area .logo-area {
        margin-top: 10px;
        width: 25%;
    }
    .primary_menu_container {
        display: block;
        width: auto;
    }
    .menu-holder {
        display: inline-block;
    }
    .menu-holder li a {
        padding: 21px 0;
        font-size: 15px;
    }
    .main-menu li > a::after {
        font-size: 15px;
    }
    .trending_wrapper {
        width: auto;
    }
    .trending_area {
        width: 680px;
    }
    .social-icons li {
        margin: 0 0 0 3px;
    }
    .primary_slider #slider {
        width: 735px;
    }
    .slider_left {
        margin-right: 10px;
    }
    .primary_slider #carousel {
        width: 215px;
        left: -5px;
    }
    .primary_slider #carousel ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .slider_right_title a {
        font-size: 27px;
        line-height: 34px;
    }
    .slider_right_excerpt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
    .primary_slider #carousel ul li {
        padding: 6px 0 6px 15px
    }
    .ticker-title {
        width: 566px;
    }
    .block_1 {
        width: 414px;
    }
    .block_2 {
        width: 205px;
    }
    .block_1_second_half_right {
        width: 132px
    }
    .block_1_second_half_left {
        width: 260px
    }
    .block_1_post_4_title {
        font-size: 15px;
        line-height: 18px;
    }
    .block_1_post_1_excerpt {
        font-size: 15px;
        line-height: 20px;
    }
    .block_1_post_4_excerpt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .block_3_post_2_3_title {
        font-size: 16px;
        line-height: 20px;
    } 
    .block_3 {
        width: 320px;
    }
    .block_4_post_title_4 {
        line-height: 15px;
    }
    .block_4_post_4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .block_4 {
        width: 299px;
    }
    .block_4_post_title_4 a {
        font-size: 15px;
        line-height: 17px;
    }
    .block_3_post_2_3 {
        width: 155px;
    }
    .block_5_post_1 {
        width: 148px;
    }
    .block_5_post_1_title {
        margin-top: 4px;
    }
    .block_5_post_1_title a {
        font-size: 15px;
        line-height: 22px;
    }
    .block_6_7_8_common_div {
        width: 200px;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        width: 75px;
    }
    .footer-1170 {
        width: 952px;
    }
    .footer-widgets {
        width: 300px;
        margin-right: 15px;
    }
    .last-widget {
        display: none;
    }
    .blog-posts .post-image {
        margin-bottom: 0;
    }
    .recommended_inner {
        width: 310px;
    }
}
@media only screen and ( min-width: 768px) and ( max-width: 979px) {
    #content {
        width: auto;
        float: none;
    }
    .wrapper {
        width: 745px
    }
    .logo_menu_container {
        width: 100%
    }
    .logo-area img {
        margin-top: 3px;
        width: 100%;
    }
    .header_menu_logo_wrapper {
        width: 100%
    }
    .logo_area .header_ad {
        float: none;
        margin: 0 auto;
        width: 95%;
    }
    .logo_area .logo-area {
        float: none;
        margin: 0 auto;
        width: 50%
    }
    .primary_menu_container {
        padding-bottom: 3px;
        padding-top: 0;
    }
    .primary_menu_container {
        display: block;
        width: auto;
    }
    .menu-holder {
        display: inline-block;
    }
    .menu-holder li a {
        padding: 9px 0;
        font-size: 15px;
    }
    .ticker-title {
        width: 440px;
    }
    .main-menu ul li {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .primary_menu_container {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .main-menu li > a::after {
        font-size: 15px;
    }
    .mega-menu-holder {
        top: 39px;
    }
    .trending_wrapper {
        width: auto;
    }
    .trending_area {
        width: 500px;
    }
    .social-icons li {
        margin: 0 0 0 3px;
    }
    .primary_slider #slider {
        width: 740px;
    }
    .slider_left {
        margin-right: 10px;
    }
    .primary_slider #carousel {
        width: 740px;
        left: -5px;
    }
    .primary_slider #carousel ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .primary_slider #carousel ul li {
        border: medium none #fff;
        float: left !important;
        margin: 0 !important;
        width: 130px !important;
    }
    .primary_slider #carousel ul li:first-child {
        padding-top: 6px;
    }
    .slider_right_title a {
        font-size: 27px;
        line-height: 34px;
    }
    .slider_right_excerpt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
    .primary_slider #carousel ul li {
        padding: 6px 0 6px 15px
    }
    .ticker-title {
        width: 385px;
    }
    .ticker-title a {
        font-size: 15px;
    }
    .block_1 {
        width: 458px;
    }
    .block_2 {
        width: 265px;
    }
    .block_1_second_half_right {
        width: 170px
    }
    .block_1_second_half_left {
        width: 265px
    }
    .block_1_post_4_title {
        font-size: 15px;
        line-height: 18px;
    }
    .block_1_post_1_excerpt {
        font-size: 15px;
        line-height: 20px;
    }
    .block_1_post_4_excerpt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .block_3_post_2_3_title {
        font-size: 16px;
        line-height: 20px;
    }
    .block_3 {
        width: 369px;
    }
    .block_4_post_title_4 {
        line-height: 15px;
    }
    .block_4_post_4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .block_4 {
        width: 355px;
    }
    .block_4_post_title_4 a {
        font-size: 15px;
        line-height: 17px;
    }
    .block_3_post_2_3 {
        width: 176px;
    }
    .block_5_post_1 {
        width: 174px;
    }
    .block_5_post_1_title {
        margin-top: 4px;
    }
    .block_5_post_1_title a {
        font-size: 15px;
        line-height: 22px;
    }
    .block_6_7_8_common_div {
        width: 235px;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        width: 75px;
    }
    .footer-1170 {
        width: 745px;
    }
	.footer-widgets {
        display: inline-block;
        width: 320px;
        float: none;
        margin-right: 60px;
    }
    .footer-widgets.footer_widgets_2 {
        margin-right: 0;
    }
    #sidebar {
        width: 100%
    }
    #sidebar .widget {
        float: left;
        margin-left: 40px;
        width: 300px;
    }
    .single-title h1 {
        font-size: 35px;
    }
    .post-content {
        font-size: 16px;
        line-height: 24px;
    }
    .single-meta {
        font-size: 14px;
    }
    .recommended_inner {
        width: 360px;
    }
    .blog-posts .post-area {
    }
}
@media only screen and ( max-width: 767px) {

embed, iframe, object, video, img {
    max-width: 100%
}

.ad1, .ad2, .ad3, .ad4, .ad5, .ad6, .ad7, .ad8, .ad9 {
    display: block;
}


    .primary_menu_container {
        display: block;
        width: auto;
    }
    .menu-holder {
        display: inline-block;
    }
    .slider_right {
        margin-left: 15px;
        width: 430px;
    }
    #content {
        margin-left: 5px;
        width: 460px;
    }
    .wrapper {
        width: 470px
    }
    .logo_menu_container {
        width: 100%;
        background: #000
    }
    .logo-area img {
        margin-top: 3px;
        width: 100%;
    }
    .header_menu_logo_wrapper {
        width: 100%
    }
    .logo_area .header_ad {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .logo_area .header_ad img, .logo_area .header_ad iframe {
        width: 100%
    }
    .logo_area .logo-area {
        float: none;
        margin: 0 auto;
        width: 70%
    }
    .primary_menu_container {
        padding-bottom: 3px;
        padding-top: 0;
    }
    .menu-holder li a {
        padding: 9px 0;
        font-size: 15px;
    }
    .ticker-title {
        width: 440px;
    }
    .main-menu ul li {
        margin: 5px 3px;
        padding-left: 0;
        padding-right: 6px;
    }
    .primary_menu_container {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .main-menu li > a::after {
        font-size: 15px;
    }
    .trending_wrapper {
        width: auto;
    }
    .trending_area {
        width: 470px;
    }
    .social-icons li {
        margin: 0 0 0 3px;
    }
    .primary_slider #slider {
        width: 475px;
    }
    .slider_left {
        margin-right: 10px;
    }
    .flexslider .slides img {
        width: 100%;
        margin-bottom: 15px;
    }
    .slider_right {
        margin-left: 0;
    }
    .primary_slider #slider {
        margin-left: 10px;
    }
    .primary_slider #carousel {
        display: none;
        width: 740px;
        left: -5px;
    }
    .primary_slider #carousel ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .primary_slider #carousel ul li {
        border: none;
        float: left !important;
        margin: 0 !important;
        width: 130px !important;
    }
    .primary_slider #carousel ul li:first-child {
        padding-top: 6px;
    }
    .slider_right_title a {
        font-size: 22px;
        line-height: 24px;
    }
    .slider_right_excerpt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
    .primary_slider #carousel ul li {
        padding: 6px 0 6px 15px
    }
    .ticker-title {
        width: 349px;
    }
    .ticker-title a {
        font-size: 15px;
    }
    .social-icons li {
        margin: 0 0 0 15px;
    }
    .social_area {
        border-top: 1px solid #eeeeee;
        border-left: none;
        margin-top: 7px;
        padding-bottom: 7px;
        padding-top: 7px;
        width: 100%;
    }
    .block_1 {
        border: 0;
        margin-right: 0;
        padding-right: 0;
        width: 460px;
    }
    .block_2 {
        display: inline-block;
        float: none;
        margin-top: 15px;
        width: 450px;
        margin-left: 10px;
    }
    .block_2_post_img img {
        width: 100% !important
    }
    .block_1_second_half_right {
        width: 170px
    }
    .block_1_second_half_left {
        width: 265px
    }
    .block_6_7_8 {
        width: auto;
    }
    .block_1_post_4_title {
        font-size: 15px;
        line-height: 18px;
    }
    .block_1_post_1_excerpt {
        font-size: 15px;
        line-height: 20px;
    }
    .block_1_post_4_excerpt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .block_3_post_2_3_title {
        font-size: 16px;
        line-height: 20px;
    }
    .block_3 {
        margin-left: 15px;
        margin-right: 0;
        padding-right: 0;
        width: 460px;
        border-right: 0;
    }
    .block_4_post_title_4 {
        line-height: 15px;
    }
    .block_4_post_4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .block_4 {
        margin-top: 15px;
        width: 455px;
    }
    .block_4_post_title_4 a {
        font-size: 15px;
        line-height: 17px;
    }
    .block_3_post_2_3 {
        width: 210px;
    }
    .block_5_post_1 {
        margin-bottom: 10px;
        margin-left: 10px;
        width: 204px;
    }
    .block_5_post_1_title {
        margin-top: 4px;
    }
    .block_5_post_1_title a {
        font-size: 15px;
        line-height: 22px;
    }
    .block_6_7_8_common_div {
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0;
        width: auto;
        padding-right: 0;
        border: 0;
    }
    .block_6_7_8_common_div img {
        width: 100%;
    }
    .block_6_post_1_img {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        width: 18%;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        width: 125px;
    }
    .block_6_third_half, .block_7_third_half, .block_8_third_half {
        width: 315px;
    }
    .block_5_headline {
        margin-left: 10px;
    }
    .footer-1170 {
        width: 100%
    }
    .footer-widgets {
        width: 224px;
    }
    #sidebar {
        width: 100%
    }
    #sidebar .widget {
        float: left;
        margin-left: 85px;
        width: 300px;
    }
    .footer-widgets {
        margin-left: 40px;
        margin-right: 0;
        width: 300px;
    }
    .single-title h1 {
        font-size: 35px;
    }
    .post-content {
        font-size: 16px;
        line-height: 24px;
    }
    .single-meta {
        font-size: 14px;
    }
    .recommended_inner {
        width: 460px;
    }
    .blog-posts .post-image {
        width: 122px;
    }
    .blog-posts .post-area {
        width: 100%
    }
    .blog-posts .post-image {
        display: none;
    }
    .social_area ul {
        float: left;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        display: none;
    }
    .block_6_third_half, .block_7_third_half, .block_8_third_half {
        width: auto;
    }
    .block_5_post_1_title {
        max-height: 44px;
        overflow: hidden;
    }
    .footer-1170 {
        width: 460px;
    }
    .footer-widgets {
        float: none;
        margin: 0 auto 30px;
    }
    .footer-widgets:nth-child(4) {
        margin-right: auto;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    #footer .widget:last-child {
        margin-bottom: 0;
    }
    .current_date {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .edition_text {
        float: none;
        margin-left: 20px;
    }
}
@media only screen and ( max-width: 479px) {
    .slider_right {
        margin-left: 0;
        width: 295px;
    }
    #content {
        margin-left: 5px;
        width: 310px;
    }
    .wrapper {
        width: 320px;
        margin: -7px auto 0;
        padding-left: 0;
        padding-right: 0;
    }
    .logo_menu_container {
        width: 100%;
        background: #000
    }
    .logo-area img {
        margin-top: 3px;
        width: 100%;
    }
    .header_menu_logo_wrapper {
        width: 100%
    }
    .logo_area .header_ad {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .logo_area .header_ad img, .logo_area .header_ad iframe {
        width: 100%
    }
    .logo_area .logo-area {
        float: none;
        margin: 0 auto;
        width: 90%
    }
    .primary_menu_container {
        padding-bottom: 3px;
        padding-top: 0;
    }
    .menu-primary {
        display: none;
    }
    .responsivemenu {
        display: block;
    }
    #mobile-menu {
        width: 80%;
        margin-left: 25px;
    } 
    .menu-holder li a {
        padding: 9px 0;
        font-size: 15px;
    }
    .ticker-img img {
        display: none;
    }
    .ticker-title {
        width: 440px;
    }
    .main-menu ul li {
        margin: 5px 3px;
        padding-left: 0;
        padding-right: 6px;
    }
    .primary_menu_container {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .main-menu li > a::after {
        font-size: 15px;
    } 
    .trending_wrapper {
        width: auto;
    }
    .trending_area {
        width: 300px;
    }
    .current_date {
        font-size: 12px;
        padding: 7px 10px;
    }
    .edition_text {
        float: left;
        margin-top: 10px;
        font-size: 12px;
        margin-left: 10px;
    }
    .social-icons li {
        margin: 0 0 0 3px;
    }
    .primary_slider #slider {
        width: 310px;
    }
    .slider_left {
        margin-right: 10px;
    }
    .flexslider .slides img {
        width: 100%;
    }
    .primary_slider #slider {
        margin-left: 10px;
    }
    .primary_slider #carousel {
        display: none;
        width: 740px;
        left: -5px;
    }
    .primary_slider #carousel ul li {
        font-size: 14px;
        line-height: 18px;
    }
    .primary_slider #carousel ul li {
        border: medium none #fff;
        float: left !important;
        margin: 0 !important;
        width: 130px !important;
    }
    .primary_slider #carousel ul li:first-child {
        padding-top: 6px;
    }
    .slider_right_title {
        margin-top: 5px
    }
    .slider_right_title a {
        font-size: 20px;
        line-height: 22px;
    }
    .slider_right_excerpt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 7px;
    }
    .slider_left {
        margin-bottom: 5px;
    }
    .primary_slider #carousel ul li {
        padding: 6px 0 6px 15px
    }
    .ticker-title {
        width: 255px;
    }
    .ticker-title a {
        font-size: 15px;
    }
    .social-icons li {
        margin: 0 0 0 15px;
    }
    .social_area {
        border-top: 1px solid #eeeeee;
        border-left: 0px solid #eeeeee;
        margin-top: 7px;
        padding-bottom: 7px;
        padding-top: 7px;
        width: 100%;
    }
    .block_1 {
        border: 0;
        margin-right: 0;
        padding-right: 0;
        width: 310px;
    }
    .block_2 {
        display: inline-block;
        float: none;
        margin-top: 15px;
        width: 310px;
        margin-left: 0px;
    }
    .block_2_post_img img {
        width: 100% !important
    }
    .block_1_second_half_right {
        width: 310px
    }
    .block_1_second_half_left {
        width: 300px;
        border: 0;
    } 
    .block_1_post_4_img {
        float: left;
        margin-right: 10px;
        width: 91px;
    }
    .block_1_post_4_title {
        font-size: 15px;
        line-height: 18px;
    }
    .block_1_post_1_excerpt {
        font-size: 15px;
        line-height: 20px;
    }
    .block_1_post_4_excerpt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .block_3_post_2_3_title {
        font-size: 16px;
        line-height: 20px;
    }
    .block_3 {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        width: 310px;
        border: 0
    }
    .block_4_post_title_4 {
        line-height: 15px;
    }
    .block_4_post_4 {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .block_4 {
        margin-top: 15px;
        width: 310px;
    }
    .block_4_post_title_4 a {
        font-size: 15px;
        line-height: 17px;
    }
    .block_3_post_2_3 {
        width: 150px;
    }
    .block_5_post_1 {
        margin-bottom: 10px;
        margin-left: 5px;
        width: 134px;
    }
    .block_5_post_1_title {
        line-height: 18px;
        margin-top: 4px;
    }
    .block_5_post_1_title a {
        font-size: 14px;
        line-height: 13px;
    }
    .block_5_post_1_title {
        min-height: 90px;
    }
    .block_6_7_8_common_div {
        border: 0 none;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        width: 310px;
    }
    .block_6_post_1_img {
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        width: 18%;
    }
    .block_6_post_2_img, .block_7_post_2_img, .block_8_post_2_img {
        width: 125px;
    }
    .block_6_third_half, .block_7_third_half, .block_8_third_half {
        width: 315px;
    }
    .block_5_headline {
        margin-left: 10px;
    }
    .footer-1170 {
        width: 320px;
    }
    .footer-widgets {
        width: 224px;
    }
    #sidebar {
        width: 100%
    }
    #sidebar .widget {
        float: left;
        margin-left: 7px;
        width: 300px;
    }
    .footer-widgets {
        margin-left: 4px;
        margin-right: 0;
        width: 300px;
    }
    .single-title h1 {
        font-size: 35px;
    }
    .post-content {
        font-size: 16px;
        line-height: 24px;
    }
    .single-meta {
        font-size: 14px;
    }
    .recommended_inner {
        width: 310px;
    }
    .blog-posts .post-area {
        width: 100%
    }
    .blog-posts .post-image {
        display: none;
    } 
    .blog-title h3 {
        font-size: 22px;
        line-height: 1.4;
    }
    .single-title h1 {
        font-size: 25px;
    }
    .example #social-dropdown li .fullwidthmenu {
        width: 276px;
    }
    .head-search input[type="search"] {
        width: 84%;
    }

}
