/*
Theme Name: EntertainmentNews Codebase
Author: Magazine3
Author URI: http://magazine3.com
Version: 1.3
Description: Entertainment News theme for WordPress 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: mm 
Tags: one-column, two-columns 
Theme URI: http://magazine3.com/entertainmentnews
*/

/* WordPress Default 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;
}
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: Georgia, 'Times New Roman', serif;
	font-size: 16px;
}
a {
	color: #EB251E;
	text-decoration: none;
}
#header .social-networks {
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
	float: right;
	border-left: 1px solid #5780a9;
}
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;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
	clear: none;
}
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: 20px;
}
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;
}
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 {
	line-height: normal;
}
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"] {
	-webkit-appearance: textfield;
}
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 th, table td {
	padding: 8px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}
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;
}
input, textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
	padding: 7px 10px;
}
textarea {
	width: 100%
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
.footer {
	margin: 30px 0;
}
 
::-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;
	width: 100%;
}
.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 10px;
}
.page-links span {
	font-weight: bold;
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .9em 15px;
	color: #333 !important;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	quotes: "\201C""\201D""\2018""\2019"
}
blockquote p {
	font-size: 18px !important;
	color: #333 !important;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif !important;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: .1em;
	margin-left: .05em;
	vertical-align: -0.6em;
}
blockquote {
	padding-bottom: 0px;
}
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 {
	margin: 0 0 20px 0;
	padding: 4px;
	max-width: 100%;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-image: initial;
	background-color: #f8f8f8;
	text-align: center;
}
.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: 0px;
	padding-right: 0;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
#calendar_wrap {
	background: #fff;
width: 90%;
margin: 0 auto;
padding: 0px 0px 10px 0px;
}
#wp-calendar { 
	clear: both; 
	font-size: 12px;
	text-align: center; 
}
#wp-calendar td a {
	color: #fff !important;
font-weight: bold;
padding: 5px 6px;
background-color: #999;
}
#wp-calendar caption {
	font-size: 12px;
	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;
}
.widget ul, .widget ol {
	margin: 0;
}
.widget .children {
	margin-left: 12px;
	width: 100%;
}
.widget .children li:last-child {
	border: 0;
	padding-bottom: 0
}
.widget .children li {
	color: #777;
	list-style-type: circle;
	list-style-position: inside;
}
ul.socialwidget li a {
	margin: 0 !important
}
.tabs-wrapper ul.tabs li a {
	line-height: 32px;
	margin: 0 !important;
	height: 36px !important
}
.tabs-wrapper ul.tabs {
	border-width:0 0 1px 0 !important; 
	margin-top: 0px !important;
	width: 298px !important
}
.tabs_container {
	width: 300px !important
}
.tagcloud a, .almeros_tags a {
	padding: 5px 6px !important
}
.tagcloud {
	padding-left: 0px !important;
}
.textwidget {
	font-size: 15px;
}
 
.block-image-viewed-l {
	width: 68.5% !important;
}
.block-item-small {
	padding: 7px 0px 7px 0px;
}
.recent-comments-list {
	padding: 0px;
}
.popularviewbg {
}
.popularviewbg a {
	color: #444
}
.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;
}
.cb, .clear {
	clear: both;
}
/* WordPress Style Ends */



* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, applet, embed, object, iframe, frameset {
	margin: 0 0 14px;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
input, textarea, select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
label {
	vertical-align: middle;
}
button, input {
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
	line-height: 1.2;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
i, cite, em, var, dfn, address {
	font-style: italic;
}
u, ins {
	text-decoration: underline;
}
s, strike, del {
	text-decoration: line-through;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul {
	margin-left: 1px;
}
ul li {
	list-style-type: none;
}
/* Backto Top Arrow */
#back-top {
	z-index: 50;
	position: fixed;
	bottom: 0px;
	right: 50px;
	display: none;
}
#back-top a {
	width: 72px;
	display: block;
	text-align: center;
	font: 13px/100%   sans-serif;
	text-decoration: none;
	color: #bbb;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	border-width: 0;
	-moz-box-shadow: 0 0 #fff, 0 0px 3px rgba(34,25,25,0.5);
	-webkit-box-shadow: 0 0 #fff, 0 0px 3px rgba(34,25,25,0.5);
	box-shadow: 0 0 #fff, 0 0px 3px rgba(34,25,25,0.5);
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 0.70em 0.825em;
	display: block;
	line-height: 20px;
	margin-bottom: 0px;
	background-color: #f0eded;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(0.5, #f9f7f7), color-stop(0.5, #f6f3f4));
	background-image: -moz-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background-image: -o-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	background-image: -webkit-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
	border-color: #bbb;
	color: #333;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');
	text-shadow: 0 1px rgba(255,255,255,0.9);
	/* rounded corners */
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/* Backto Top Arrow */

/* P2H CSS */

header, footer, article, section, hgroup, nav, figure, aside {
	display: block;
}
figure {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff;
}
img {
	border-style: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #ea3433;
}
a:active {
	background-color: transparent;
}
input[type="submit"]:hover {
	cursor: pointer;
}
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.w1 {
	overflow: hidden;
}
#wrapper {
	width: 1060px;
	margin: 0 auto;
	background: #fff;
}
.home #wrapper {
	 
}
#header {
	padding: 11px 9998px 11px 9997px;
	background: #000;
	margin: 0 -9999px;
}
#header:after {
	clear: both;
	display: block;
	content: '';
}
.header-holder {
	float: left;
}
.logo {
	float: left;
	overflow: hidden;
	margin: 0 30px 0 0;
	max-width: 180px;
}
.logo a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.nav-holder {
	float: left;
	margin:4px 0px 0 0;
	max-width: 690px;
}
.primary-menu { 
	padding: 0;
	list-style: none;
	font: 20px/24px Lato, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float:left;
}
.primary-menu ul li {
	
}
.primary-menu ul li:first-child, .add-nav li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.primary-menu ul li:first-child a{
	padding-left: 0px
}
.primary-menu ul li ul li:first-child a, .primary-menu ul li ul li a {
	padding-left: 10px !important;
}
.primary-menu li:before {
    background: none repeat scroll 0 0 #aaa;
    bottom: 7px;
    content: "";
    left: 0px;
    position: absolute;
    top: 8px;
    width: 1px;
}
.primary-menu li:first-child:before, .add-nav li:first-child:before {
	background: none; 
}
.add-nav li:first-child:before{
	display: none;
}
.primary-menu ul li a {
    color: #fff;
    padding:  0px 5px 0px 5px;
    letter-spacing: -0.4px;
}
.nav-holder .divide-holder {
	font-family: Arial, Helvetica, sans-serif;
}
.nav-holder .divide {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	float: left;
	margin: 1px 7px 0 0px; 
	color: #e7e7e7; 
	font-size: 14px;
}
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	max-width: 650px;
}
.add-nav ul{ margin:0;}
.add-nav ul li {
	float: left;
	position: relative;
	padding: 0 0 0 8px;
margin: 0 0 0 4px;
}
.add-nav ul li:before {
	position: absolute;
	content: " / ";
	font-size: 14px;
	left: 0;
	color: #999999;
}
.add-nav ul li li:before {
	 
	content: "";
	 
}
.add-nav ul li a {
	font-size: 14px;
	color: #bbb;
}
.add-nav ul li a:hover{
	color: #eee
}
.header-wrapper #s{
	width: 123px;
}
.header-wrapper .search-form {
	float: right;
	margin: 20px 2px 0 0;
}
.search-form .header-search_input {
	float: left;
	font: bold 11px/16px Lato, Arial, Helvetica, sans-serif;
	height: 26px;
	padding: 5px 4px;
	background: #333;
	color: #fff;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #434343;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;	
	width: 260px;
}
.search-form input[type="submit"] {
	border: none;
	float: left;
	height: 26px;
	width: 29px;
	color: #fff;
	padding: 2px 4px 2px 2px;
	font: bold 11px/16px Lato, Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	background: #ff1891 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMTg5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZhMTc4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2UzMTU4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTE0N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff1891 0%, #fa178e 20%, #e31581 72%, #da147c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff1891), color-stop(20%, #fa178e), color-stop(72%, #e31581), color-stop(100%, #da147c));
	background: -webkit-linear-gradient(top, #ff1891 0%, #fa178e 20%, #e31581 72%, #da147c 100%);
	background: -o-linear-gradient(top, #ff1891 0%, #fa178e 20%, #e31581 72%, #da147c 100%);
	background: -ms-linear-gradient(top, #ff1891 0%, #fa178e 20%, #e31581 72%, #da147c 100%);
	background: linear-gradient(to bottom, #ff1891 0%, #fa178e 20%, #e31581 72%, #da147c 100%);
}
#main {
	position: relative;
	margin: 0 0 0px -2px;
	z-index: 1;
}
.main-holder {
	background: #eee;
	padding: 12px 9999px 10px;
	margin: 0 -9990px 13px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.main-holder-bar { 
	background: #fff120;
	border-bottom: 1px solid #f2e523;
	left: -9999px;
	right: -9999px;
	top: 0;
	height: 72px;
	z-index: 2;
}
.main-holder-bar-wrapper {
	width: 1039px;
	padding: 12px;
	margin:0 auto; 
}
.main-holder:after {
	clear: both;
	display: block;
	content: '';
}
#content {
	float: left;
	width: 728px;
	margin: 0 10px 0 0;
	padding: 24px 0 0;
}
.home-gallery {
	position: relative;
	z-index: 2;
	margin: -11px 0 13px;
}
.home-gallery .slide { 
	min-height: 170px;
	position: relative;
}
.home-gallery .slide:before {
	position: absolute;
	content: "";
 	width: 463px;
	height: 117px;
	top: 0;
	right: 0;
}
.home-gallery .picture-holder {
	display: inline-block;
	vertical-align: top;
	width: 510px; 
	background: #000; 
	position: relative;
}
.home-gallery .banner-holder .box {
	background: #e2001a;
	position: absolute;
	top: -6px;
	left: -13px;
	font: italic 18px/22px 'Libre Baskerville', 'Times New Roman', Times, serif;
	padding: 6px 10px 6px 12px;
	color: #fff;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.home-gallery .info-box {
display: inline-block;
/* vertical-align: top; */
width: 210px;
padding: 12px 5px 12px;
font: italic 22px/25px Lato, Arial, Helvetica, sans-serif;
margin-left: 0px;
text-align: center;
bottom: 0;
color: #fff;
background: #000;
position: absolute;
}
.home-gallery .info-box p {
margin: 0 0 5px;
text-align: left;
font-size: 12px;
line-height: 1.6;
padding-left: 4px;
margin-top: 13px;
}
.info-box a {
	color: #fff;
}
.home-gallery .btn-prev, .home-gallery .btn-next {
	text-indent: -9999px;
	overflow: hidden;
	width: 31px;
	height: 44px;
	right: 10px;
	position: absolute;
	z-index: 50;
	top: 87px;
	background: #e81684;
}
.home-gallery .btn-next {
	right: 42px;
}
.home-gallery .btn-prev:before, .home-gallery .btn-next:before {
	position: absolute;
	content: "";
	background: url(images/sprite.png) no-repeat -179px -62px;
	width: 11px;
	height: 17px;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -5px;
}
.home-gallery .btn-next:before {
	background-position: -147px -62px;
}
.two-columns {
	background: #fff;
	border-top: 2px solid #777;
	padding: 20px 15px 20px 20px;
	overflow: hidden;
}
.two-columns .col {
	float: left;
	margin: 0 0 0 21px;
	padding: 0 0 0 20px;
	width: 324px;
	border-left: 1px solid #e0e0e0;
}
.two-columns .col:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}
.two-columns .col:first-child img {
	margin: 0 0 5px;
}
.two-columns h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 1px 0 4px 0;
}
.two-columns h2 a {
	color: #000;
}
.two-columns .col:first-child p {
	margin: 0 0 14px;
}
.two-columns p {
	margin: 0;
}
.two-columns .text-holder {
	overflow: hidden;
	margin: 0 0px 0 2px;
}
.two-columns time {
	font: italic 12px/16px Georgia, Georgia, serif;
	float: left;
	margin: 0 5px 0 0;
	color: #333;
}
.two-columns .more {
	font: bold italic 13px/16px Georgia, Georgia, serif;
	color: #0986ba;
	float: right;
}
.two-columns .title {
	background: #fff120;
	color: #000;
	font: 800 32px/36px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.two-columns .box {
	overflow: hidden;
	margin: 11px 0 0px 0;
}
.two-columns .alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.two-columns .text-block {
	overflow: hidden;
}
.two-columns .text-block h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #000;
}
#sidebar {
	float: right;
	width: 300px;
	margin-bottom: 10px;
}
#sidebar .widget{
	margin-bottom: 30px;
	display: inline-block;
	width: 100%
}
.social {
	position: relative;
	z-index: 10;
	margin: 0 0px 0px 0;
	padding: 0;
	text-align: right;
}
.home .social {
	margin: 0 0px 27px 0;
}
.social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 4px;
	text-indent: 9999px;
	overflow: hidden;
}
.social a {
	display: block;
	background: url(images/sprite.png) no-repeat;
	width: 48px;
	height: 48px;
}
.social .linkedin a {
	background-position: -56px 0;
}

.social .facebook a {
    background-position: -224px 0;
}

.social .pinterest a {
    background-position: -336px 0;
}

.social .vimeo a {
    background-position: -392px 0;
}
.social .youtube a {
    background-position: -448px 0;
}
.social .tumblr a {
    background-position: -280px 0;
}
.social .instagram a {
	background-position: -112px 0;
}
.social .google a {
	background-position: -168px 0;
}
.news-box {
	background: #000;
}
.news-box h2 {
	font-size: 18px;
	line-height: 22px;
	background: #ea171f; 
	margin: 0;
	padding: 7px 5px 7px;
	text-align: center;
}
.news-box img {
	display: block;
	margin: 0 0 7px;
}
.news-box .text-block {
	padding: 0 11px;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 12px;
}
.news-box h3 {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 4px;
}
.news-box h3 a {
	color: #fff;
}
.news-box .text-block p {
	margin: 0 0 5px;
}
.news-box .holder {
	background: #fff;
	padding: 10px 0 0;
	border-width: 0 4px 5px 4px;
	border-color: #000;
	border-style: solid;
	color: #111;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.news-box .box { 
	overflow: hidden;
	padding: 0 7px 10px;
	position: relative;
	margin-top: 1px;
}
.news-box .box:first-child {
	padding-bottom: 10px;
}
.news-box .box:before {
	position: absolute;
	content: "";
	background: url(images/bg-border.png) repeat-x;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 6px;
}
.news-box .alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.news-box .box p {
	margin: -2px 0 5px;
}
.news-box .box p a {
	color: #111;
}
.columns-holder {
	padding: 0 9px 0 11px; 
}
.news-columns {
	overflow: hidden;
	margin: 0 0 20px; 
}
.music-col {
	float: left;
	width: 365px;
	margin: 0 21px 0 0;
}
.music-col h2 {
	font-size: 56px;
	line-height: 60px;
	padding: 0 0 3px 4px;
	margin: 0 0 15px;
	border-bottom: 5px solid #000;
	color: #f00077;
	letter-spacing: -3px;
}
.music-col h2 a {
	color: #f00077;
}
.music-col .box {
	padding: 0 0 5px;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}
.music-col .box:before {
	position: absolute;
	content: "";
	background: url(images/bg-border-box.png) repeat-x;
	left: 1px;
	right: 0;
	bottom: 0;
	height: 1px;
}
.music-col img {
	display: block;
	margin: 0 0 5px;
}
.music-col h3 {
	font-size: 18px;
	line-height: 22px;
	margin: -1px 0 4px;
}
.music-col a {
	color: #000;
}
.music-col h4 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 2px;
}
.music-col p {
	margin: 0 0 2px; 
}
.music-col .alignleft {
	float: left;
}
.music-col .alignleft img {
	margin: 0 8px -2px 0;
}
.music-col h5 {
	font-size: 14px;
	line-height: 18px;
	margin: -3px 0 5px 3px;
}
.television-col {
	float: left;
	width: 280px;
	margin: 10px 21px 0 0;
}
.television-col .box {
	margin: 0 0 17px;
}
.television-col a {
	color: #fff;
}
.television-col h2 {
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	color: #d73124;
	padding: 6px 10px 4px;
	margin: 0;
	letter-spacing: -1px;
	background: #000;
}
.television-col h2 a {
	color: #d73124;
}
.television-col img {
	display: block;
}
.television-col .text-block {
	padding: 9px 14px 6px;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	max-width: 99.8%;
	background: #000;
}
.television-col h3 {
	font: bold italic 17px/21px Georgia, serif;
	margin: 0 0 5px;
}
.television-col p {
	margin: 0 0 5px;
}
.movie-col {
	float: left;
	width: 355px;
	line-height: 18px;
}
.movie-col a {
	color: #000;
}
.movie-col .box a{
	margin-bottom: 0px;
	margin-right: 2px;
}
.movie-col h2 {
	font-size: 56px;
	line-height: 60px;
	padding: 0 0 3px 2px; 
	margin: 0 0 11px;
	border-bottom: 5px solid #000;
	color: #891fbd;
	letter-spacing: -4px;
}
.movie-col h2 a {
	color: #891fbd;
}
.movie-col h3 {
	font-size: 18px;
	line-height: 23px; 
	font-weight: bold;
	margin: 0 0 4px;
}
.movie-col img {
	margin: 0 0 6px;
	display: block;
}
.movie-col p {
	margin: 0 0 8px;
} 
.movie-col .box {
overflow: hidden;
border-top: 1px solid #e6e6e6;
padding: 0;
margin: 0px; 
padding-top: 14px;
font-size: 12px;
line-height: 16px;
padding-bottom: 13px; 
} 
.movie-col .box p {
	margin: 0;
}
.movie-col .alignleft {
	float: left;
}
.movie-col .alignleft img {
	margin: 3px 9px 0px 0;
} 
.movie-col h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 1px;
}
.movie-col h4 a {
	color: #222;
}
.home .info-columns {
	overflow: hidden;
	margin: 0px;
	padding: 18px 0 30px 2px;
	border-top: 4px solid #f8f8f8;
}
.home .info-columns .cb {
	clear: none;
}
.info-columns .col {
	float: left;
	width: 300px;
	margin: 8px 0 0;
}
.info-columns .col:first-child {
	width: 718px;
	margin: 0 21px 0 0;
}
.info-columns .box-holder {
	overflow: hidden;
	padding: 20px 0 0; 
	border-top: 4px solid #f8f8f8;
	margin: 0 0 20px;
}
.info-columns .box-holder:first-child {
	border: none;
	padding-top: 0;
}
.info-columns .post {
	float: left;
	width: 328px;
	padding: 0 15px 0 0;
	border-right: 1px solid #f4f4f4;
	line-height: 18px;
	margin: 0 15px 0 0;
	min-height: 265px;
}
.home .info-columns h2 {
	font-size: 40px;
	line-height: 46px;
	padding: 0 0 2px 4px;
	margin: 0 0 7px;
	border-bottom: 4px solid #656565;
	color: #ef5b2f;
	letter-spacing: -3px;
}
.info-columns .red h2 a {
	color: #ef5b2f;
}
.info-columns .post p {
	margin: 0 0 10px;
}
.info-columns .yellow h2 {
	color: #f6a303;
}
.info-columns .blue h2 {
	color: #2a8cfc;
}
.info-columns .yellow h2 a {
	color: #f6a303;
}
.info-columns .blue h2 a {
	color: #2a8cfc;
}
.info-columns .holder {
	overflow: hidden;
	margin: 0 0 6px;
}
.info-columns .alignleft {
	float: left;
	margin: 3px 10px 0 0;
}
.info-columns h3 {
	font-size: 16px;
line-height: 22px;
	color: #000;
	margin: 0 0 5px;
}
.info-columns .text-holder {
	overflow: hidden;
	padding: 0 9px 0 1px;
}
.info-columns time {
	font: italic 12px/16px Georgia, Georgia, serif;
	float: left;
	margin: 0 5px 0 0;
	color: #333;
}
.info-columns .more {
	font: bold italic 13px/16px Georgia, Georgia, serif;
	color: #ef5b2f;
	float: right;
}
.info-columns .yellow .more {
	color: #f6a303;
}
.info-columns .blue .more {
	color: #2a8cfc;
}
.info-columns .news-list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 350px;
	font-size: 15px;
	line-height: 20px;
}
.info-columns .news-list .small-post-holder {
padding: 0 0 8px;
margin: 0 0 6px;
border-bottom: 1px solid #f4f4f4;
overflow: hidden;
}
.info-columns .picture-link {
	float: left;
} 
.info-columns .picture-link img {
	margin: 2px 10px 0 0;
}
.info-columns a {
	color: #000;
}
.publicity-box {
	margin: 0 0 20px;
}
#sidebar {
	color : #555;
}
#sidebar h3 {
	background: #f9f9f9;
padding: 11px 18px;
margin: 0;
font: 17px/21px Lato, Arial, Helvetica, sans-serif;
border-bottom: 5px solid #666;
color: #222;
text-transform: uppercase;
}
#sidebar .widget-wrapper{

}
.sidebar-widget-title{
	padding-bottom: 10px
}
#sidebar .widget ul{  
	font-size: 13px; line-height: 20px; font-family: Arial, Helvetica, sans-serif;
	padding:0px 11px 1px 11px;
 
	margin: 0;
	list-style: none;
} 
#sidebar .widget ul li {
	margin: 0 0 16px ; 
}
#sidebar .widget ul .children{
	margin-top: 10px;
}
#sidebar .widget ul .children li{
	margin-bottom: 8px;
}
#sidebar .widget ul .children li:last-child {
margin-bottom: 0;
}
#sidebar .widget a {
	color: #111;
}
.widget .search-form-holder {
	margin: 0; 
}
ul.pane li{
	list-style-type: none;
}

footer {
	background: #282828;
	border-bottom: 4px solid #fff121;
}
#footer {
	margin: 0 0 20px;
	padding: 20px 14px 24px 15px;
	width: 1031px;
	margin: 0 auto;
}
.top-footer {
	overflow: hidden;
	padding: 0 9px 19px;
	border-bottom: 1px solid #555;
	margin: 0 -9px 15px;
}
.top-footer .logo {
	float: left;
	background-position: 0 -72px;
	width: 94px;
	height: 39px;
}
.top-footer .logo img {
	max-width: 100%;
	height: auto;
}
.top-footer .social {
	float: right;
	margin: 7px 0 0;
}
.top-footer .social li {
	margin: 0;
}
.top-footer .social a {

}
.top-footer .social a {
	background-position: 0 0px;
	width: 24px;
	height: 24px;
	background-size: 300px 100px;
}
.top-footer .social .facebook a {
	background-position: -112px 0px;
} 
.top-footer .social .linkedin a {
	background-position: -28px 0px;
} 
.top-footer .social .pinterest a {
	background-position: -168px 0px;
} 
.top-footer .social .instagram a {
	background-position: -56px 0px;
} 
.top-footer .social .vimeo a {
	background-position: -196px 0px;
} 
.top-footer .social .google a {
	background-position: -84px 0px;
} 
.top-footer .social .youtube a {
	background-position: -224px 0px;
} 
.top-footer .social .tumblr a {
	background-position: -140px 0px;
} 
#footer .columns {
	overflow: hidden;
	padding: 0 9px 21px;
	border-bottom: 1px solid #555;
	margin: 0 -9px 24px;
	color: #fff;
}
#footer .col {
	float: left;
	width: 370px;
}
#footer .col:first-child {
	width: 610px;
	padding: 0 20px 0 0; 
	border-right: 1px solid #555;
	margin: 0 20px 0 0;
	font: 16px/24px Georgia, Georgia, serif; 
}
#footer .col:first-child h3 {
	font: 18px/22px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	word-spacing: 3px;
	font-weight: normal; 
	letter-spacing: 0px;

}
#footer .col p { 
	margin: 0 0 22px; 
}
#footer .col .widget{
	color: #dddddd;
	margin-top: 35px; 
}
#footer .col .widget:first-child  {
	margin-top: 0px; 
}
#footer .col h3 {
 	color: #fff; 
 	font-weight: normal; 
		font: 18px/22px Arial, Helvetica, sans-serif;

	margin: 0 0 11px; 
}
#footer .footer-block {
	float: left;
	width: 316px;
	padding: 0 20px 0 0;
	border-right: 1px solid #555;
	margin: 0 20px 0 0;
} 
#footer .footer-block:last-child {
	margin-right: 0;
	border-right: 0px;
	padding-right: 0;
}
#footer .footer-block h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 11px;
}
#footer .footer-block ul li {
	margin-bottom: 6px;
}
#footer .footer-block ul li a {
	font: italic 16px/20px Georgia,serif;
	color:#fff;
}
#footer .widget { 
	display: inline-block;
	width: 100%
}
#footer .about-widget-name{
	color: #f1f1f1
}
#footer .widget #calendar_wrap{
background: none;
}
#footer .widget #wp-calendar th{
background: none;
}
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font: italic 16px/20px Georgia, Georgia, serif;
}
.footer-nav li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 0 16px 6px 0;
}
.footer-nav a {
	color: #fff;
}
.footer-bottom {
	overflow: hidden;
	color: #ddd;
	font-size: 12px;
	line-height: 16px;
	padding: 0 13px 0 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-bottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #ddd;
	font-size: 12px;
}
.logo-partner { color: #ccc;
	float: right; 
}
.logo-partner a { color: #ccc; 
 
border-bottom: 1px dotted #999;  
}
.footer-bottom p {
	margin: 0; 
}

#footer .block-item-small-view ol li a{
	color: #eee
}
#footer{
	color: #dddddd;
	font: 16px/24px Georgia,Georgia,serif;
}
#footer a{
	color: #dddddd;
	font: 16px/24px Georgia,Georgia,serif;
}
#footer a:hover, .popularviewbg ol li:hover, #footer .block-item-small-view ol li a {
	color: #ddd !important 
}
#footer .widget_text .textwidget{
	font: 16px/24px Georgia,Georgia,serif;
}
.footer-bottom a {
	color: #ccc !important;
	font-family: Arial, Helvetica, sans-serif  !important;
color: #ddd !important;
font-size: 12px !important;
}
/* P2H CSS Ends */
 
#featured-section {
	float: right;
	width: 300px;
	color: #fff; 
}
.social-holder {
	float: right;
    min-height: 48px;
    max-width: 310px;
    max-height: 48px;
    overflow: hidden;
}
.info-columns .holder img.attachment-cat-very-small {
	width: auto;
	height: auto;
}
img.attachment-cat-very-small {
	width: 101px;
	height: 66px;
}
.news-box .third p {
	height: 36px;
	overflow: hidden;
}
.television-col .box img {
	max-width: 100%;
	width: 288px;
	height: 280px;
}
.television-col .box:last-child {
	margin-bottom: 0;
}
.cb {
	clear: both;
}


/*  Main style continues in css/main.css  */
/* ONLY HOMEPAGE STYLE IS IN STYLE.CSS . STYLE FOR ALL OTHER PAGES IS IN MAIN.CSS */
/* All the next developing style has been coded in Main.css File */


/* THIS IS MAIN.CSS FILE CODE */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {  display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {   position: relative;   zoom: 1; }
.flex-viewport { }


/* Slider Next-Prev Button code 
************************************/
.home-gallery .flex-prev,
.home-gallery .flex-next{
text-indent: -9999px;
overflow: hidden;
width: 31px;
height: 44px;
right: 10px;
position: absolute;
z-index: 50;
top: 0px;
background: #e81684;
}
.home-gallery .flex-next{right:42px;}
.home-gallery .flex-prev:before,
.home-gallery .flex-next:before{
    position:absolute;
    content:"";
    background:url(images/sprite.png) no-repeat -179px -62px;
    width:11px;
    height:17px;
    top:50%;
    left:50%;
    margin:-8px 0 0 -5px;
}
.home-gallery .flex-next:before{background-position:-147px -62px;}


.home-gallery .banner-holder .box {
    z-index: 9999;
}

/************************************************
            SINGLE.PHP 
************************************************/
.single .main-holder {
    background: #fff;
    border:0 ;
}
.single .info-columns {
	padding: 0;
	margin-top: 20px;
} 
.single .single-content-holder a{
	color :#ea3433;
}
.single-post-wrapper {
	padding: 0 10px 10px;
}
.single-post-wrapper .content {
	float: left;
	width: 720px;
}
.title-holder h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 46px;
    margin-bottom: 15px; 
    letter-spacing: -1.6px;
}
.meta-holder .author-info a{
	color:#e2001a;
}
.cat-holder  {
    position: relative; 
    top: -46px;
    margin-top: -20px;
    z-index: 9;
}
.cat-holder a {
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 18px;
    background: #e2001a;
    padding: 6px  8px;
    margin-right: 8px;
    text-transform: uppercase;
}
.cat-holder a:last-child {
    margin-right: 0;
}
.title-holder {
    border-bottom: 1px solid #ccc;
margin-bottom: 14px;
padding-bottom: 10px; 
}
.single-content-holder p {
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}
.single-meta-holder {  
	margin-bottom: 14px;
}
.single_tags a {
    background: none repeat scroll 0 0 #fffddc;
    border: 1px solid #dedad1;
    border-radius: 3px;
    color: #333333;  
    font-weight: normal;
    margin: 0 3px 5px 0;
    padding: 3px 5px;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}
.single_tags {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	float: left;
	max-width: 560px;
}
.info-columns .pages {
	color : #e2001a;
	float: right;
}
.info-columns .pages span{
	color: #333
}
.post-navigation {
	margin-top: 5px;
	font-size: 13px;
}
.info-columns .post-navigation span a {
	color : #e2001a  ;
}
.post-navigation span a span {
	color: #000;
	font-size: 18px;
}

/* Related Posts */
.recommended_stories {
    
    background: url('images/border.png');
    padding-top: 10px;
}
.single-related {
    background: #fff;
    padding-top: 5px;
}
.recommended_title {
    font:bold 24px/24px Lato, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
    margin: 10px 0 17px 0; 
}
.related {
    margin-bottom: 4px;
    width: 49%;
    float: left; 
    margin-right: 2%;
}
.related:nth-of-type(even) {
	margin-right: 0px;
}
.secondpostimg {
    float: left;
    margin-right: 10px;
}
.related-content {
     
}
.related-content h4 {
    clear: none;
    border-bottom: 0;
    font-family: Georgia, serif; 
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #000;
}
.m3_socialbar {
	float: left;
}
/*Comments style*/

#comments .navigation {
    margin: 25px 10px 15px 10px;
}
.comments-area {
    margin: 20px auto 40px auto;
    padding: 10px 0px;
    color: #000;
    background: #fff;
}
.comment-reply-title, .comments-title {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1.4;
margin-top: -5px;
color: black;
text-align: center;
}
.comment-author .fn {
	font-weight: bold;
   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-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;
    float: right;
    line-height: 2;
    padding-left: 85px;
    text-transform: uppercase;
}
.commentmetadata a {
    color: #767676;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.comment-form-comment textarea {
    width: 95%;
}
.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;
}
.reply a {
    color: #FFFFFF;
    text-decoration: none;
    background: #989898;
    padding: 4px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.reply a:hover {
    background: #0F72BC
}
.comment-respond h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 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: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
    padding-left: 5px;
}
#submit {
    background: #5f82be;
    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;
}
.comment .children li {
    width: 97%;
    margin-bottom: 24px;
    background: #F9F9F9
}
.comment .children li ol li {
    background: #ECECEC
}
.comment ol {
    list-style: none;
}
.comment .form-submit {
    margin-top: 10px;
    margin-bottom: 25px;
}
ol.comment-list li {
    margin: 10px 0 0;
    background: #FFF;
    border: 1px dotted #CCC;
}
ol.comment-list li ul.children li {
    margin: 10px 0 0;
    background: #FFF;
    border: 1px dotted #CCC;
}
.leavecomment {
    float: right;
    text-align: right;
}
.comments-area .comment-meta {
	border: 0;
}

/*Archive Style Start*/
.info-columns-single {
	padding: 20px 10px 0;
}
.archive .title-holder h1, .info-columns-single .title-holder h1{
	font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #000;
line-height: 30px;
margin-bottom: 5px;
letter-spacing: -1.6px;
}
.info-columns-single .title-holder h1{
	margin-bottom: 10px;
}
.archive .title-holder, .info-columns-single .title-holder{
	border-bottom: 1px solid #ccc;
margin-bottom: 14px;
  padding-bottom: 0px !important;  
}
.post {
    float: none;
    margin: 10px 0 0;
    padding: 0 0 20px;
    width: 100%;
}
.thumbnail img {
    float: left;
    margin: 6px 18px 0 0;
}
.content-single{
	margin: 0 21px 0 0;
    width: 719px;
	float:left;
}
.rightconside .posttitle h2 {
    clear: none;
    line-height: 22px;
}
.posttitle h2 a, #title h3 a, #title h3 {
    color: #000000;
} 

.aurthermainmain {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}

.posttextcontent {
    color: #000000;
    font-family: arial;
    font-size: 15px;
    line-height: 24px;
}
.posttextcontent p{ margin:0;}
.aurthermainmain a {
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}

.rightconside {
    float: none;
}
.posttitle a {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
}

#thearchivelist {
    float: left;
    width: 260px;
}
.zc {
    float: left;
    margin-left: 40px;
    width: 390px;
}
.entry-content { 
}
.nav-single{}

.contentfull {
    margin: 30px 0;
}
.nav-next a{ color: #005cb7;}
.nav-previous a{ color: #005cb7;}
.nav-previous{ float:left;}
.nav-next{ float:right;}
#thearchivelist ul, .zc ul {
    margin: 7px 0 0 10px;
}

#thearchivelist ul h4 {
    border-bottom: 1px solid #ddd;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0 0 5px !important;
    padding: 0 3px 0 0 !important;
}

#thearchivelist ul li {
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
    list-style: none outside none;
    padding: 4px 0;
}
.zc ul li {
    border-bottom: 1px solid #eee;
    font-size: 13px;
    list-style: circle outside none;
    padding: 7px 0;
}

.zc ul {
    list-style: none outside none;
}
.zc a {
    color: #444;
}

.content-singl-archive {
    float: left;
    margin-right: 20px;
}
#thearchivelist a {
    color: #555;
}

.page404 {
   padding:  30px 5px 50px;
}

.title-holder .vcard a {
	color: #e2001a ;
}

/* Pagination Style */
.pagination {
	text-align: center;
	padding: 20px; 
	margin: 20px auto 10px;
	background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 5px solid #666;
}
.page-count {
	display: none;
}
.pagination a {
	color: #000;
}
.pagination .current {
	color: #fff;
	background: #666;
}
.pagination a, .pagination span {
	padding: 9px;
	margin: 0 4px;
}
.pagination a:hover, .pagination span:hover {
	color: #fff;
	background: #666;	
}
.prev:hover , .next:hover{
	color: #000 !important;
	background: #ddd !important;	
}

/* Attachment Page */
.attachment-page {
	width: auto;
	max-width: 100%;
	float: none; 
	padding: 20px 10px 40px;
}
.attachment .info-columns {
	margin-top: 0;
}
.attachment-page .image-navigation{
	text-align:center; 
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "∕";
    font-weight: 400;
    margin: 0 0.7em;
}
.image-navigation .nav-next,.image-navigation  .nav-previous {
 float: none;
}
/*Footer style start*/
.widget_text .textwidget{ 
	font: 16px/26px Arial, Helvetica, sans-serif;
	 margin: 0 0 22px;
	 }
.widget_text .textwidget a{ 
border-bottom: 1px dotted #999;
}
.widget_text .textwidget a:hover{
	color:#ddd;
}
#footer .col ul li a{ color: #dddddd; }
 
#footer .col ul li a{  font: italic 16px/20px Georgia,Georgia,serif;}
#footer .col ul li{
    display: inline-block;
    margin: 0 16px 6px 0;
    vertical-align: top;
    width: 160px;
	}

/*Menu primary start*/


.main-menu ul {
    list-style: none outside none;
    margin: 0 0 10px;
    padding-left: 0;
}
.main-menu ul li {
	display: inline-block;
}
.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 {
	padding:0;
}
.main-menu ul ul {
	left: 0;
	overflow: hidden;
	text-transform: none;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	position: absolute;
	width: 269px;
	background: #e2001a;
	top: 24px;
	border-radius: 0 0 3px 3px;
	z-index: 30;
	padding: 8px 0; 
   -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 {
	margin: 0;
	display: inline-block;
	float: left;
	width: 134px;
}
.main-menu ul ul li:nth-child(2n+1) {
	border-right: 1px solid #6b1718;
}
.main-menu ul ul li a {
	color: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	width: 110px;
	float: left;
	padding: 3px 14px;
}
.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: #fff; 
}
.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 {
	color: #fff;
}
.main-menu ul li:hover>ul {
	overflow: visible;
	display: block;
	visibility: visible;
	opacity: 1
}
.main-menu li>a:after {
	top: -3px;
	content: ' »';
	position: relative;
	font-size: 16px;
}
.main-menu li>a:hover:after {
	top: -3px;
	content: ' »';
	position: relative
}
.main-menu ul li ul li>a:hover:after {
	top: 0px; 
}
.main-menu li>a:only-child:after {
	content: ''
}
.main-menu ul li a:hover, .main-menu ul li a:active {
	color: #FFF120;
	background: none;
}
.main-menu ul li ul li.current_page_item > a, .main-menu ul li ul li.current-menu-item > a {
	color : #f1f1f1;
}
.main-menu ul li.current_page_item > a, .main-menu ul li.current-menu-item > a {
	color: #FFF120;
}
.main-menu ul li ul li:before{ background:none;}
/*primary-menu End*/

/*Secondary Menu*/
.divide-holder {
    float: left;
}
.secondary-menu {
	line-height:1.4;	
}
.secondary-menu ul .sub-menu a:hover{
	background: #777;color: #fff !important
}
.secondary-menu ul li ul li:before{ background:none;}
.secondary-menu ul li ul li{ margin:0; padding:0; }
.secondary-menu ul ul{
	overflow:hidden;text-transform:none;
	visibility:hidden;opacity:0;margin:0;position:absolute; 
	width:134px; 
	background: #444; 
	top: 19px;
	border-radius: 0 0 3px 3px;
	z-index: 30;
	padding: 8px 0; 	
	-webkit-transition: all 0.12s ease;
	-moz-transition: all 0.12s ease;
	-o-transition: all 0.12s ease;
	transition: all 0.12s ease;
}

.secondary-menu ul ul li{
	margin:0;
	display: inline-block; 
	float: left; 
	width: 134px; 
} 
.secondary-menu ul ul li a {
	text-align: left;
	color: #f1f1f1;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	width: 110px;
	float: left; 
	padding: 5px 12px;
}
.secondary-menu ul ul ul{
	left:100%;
	width: 134px;
	top:0;
	background: #777;
	padding: 5px;
}
.secondary-menu ul ul ul li{
	border:0px;
	width: 111px;
}
.secondary-menu ul ul ul li:nth-child(2n+1){
	border:0px;
}
.secondary-menu li ul li:hover>a{
	color:#fff;
	background: #777; 
}
.secondary-menu ul li:hover>ul{overflow:visible;display:block;visibility:visible;opacity:1}
.secondary-menu li>a:after{top:-1px;content:' »';position:relative;font-size: 13px;}
.secondary-menu li>a:hover:after{top:-1px;content:' »';position:relative}
.secondary-menu li>a:only-child:after{content:''}
  .main-menu ul li ul li>a:after {
		top: 0px;
}

/*  Fluid style continues in css/fluid.css  */
/* widget css */
.popularviewbg{
	margin-top: 0px !important
}
.about-widget-left{
	margin: 0px 6px 2px 0px;
}
ul.pane li{
	padding:0 !important 
}
ul.pane li a{
	width: 92% !important
}
.block-item-small-view ol li{
	margin-bottom: 8px;
}
.block-item-small-tabs .block-image-r{
	width: 72%;
}
.magazine3_fbwidget {
	background: #fff
}

/*ADS*/
.ad1{
	margin: 4px 0px;
}
.ad2{
	background: #FFF;
padding: 5px;
}
.ad3{
	margin-bottom: 15px;
margin-top: 2px;
}
.ad4{
	margin-top: -3px;
margin-bottom: 10px;
}
.ad5{
	margin-top: -6px;
margin-bottom: 15px;
}
.ad6{
	margin-top: -5px; 
margin-bottom: 5px;
}
.ad7{
margin-top: -5px;
margin-bottom: 10px;
}
.ad8{
	margin-top: -5px;
margin-bottom: 20px;
}


.ticker-area {
	float: left;
	font-size: 13px;
}
.ticker-area span {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	color: #e2001a;
}

/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: -2px 0px 10px;
	padding: 0px 10px  0 0 ;
	width: 620px;
	height: 31px;
	display: block; 
	background-color: #fffbbd;
	font-size: 0.813em;
}
.ticker {
	width: 100%;
	max-width: 100%;
	height: 29px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fffbbd;
}
.ticker-title {
	padding-top: 8px;
	color: #333333; 
	background-color: #fffbbd;
	text-transform: uppercase;
	display: none;
}
.ticker-content {
	margin: 0px;
	padding-top: 8px;
	position: absolute;
	color: #1F527B;
	background-color: #fffbbd;
	overflow: hidden;
	font-size: 13px;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #333333;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #333333;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fffbbd;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fffbbd;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
/* Ticker Styling Ends */


/****************************************
		Respnsive Style 
*****************************************/
.responsivemenu {
	display: none;
}

@media only screen and ( min-width: 1000px) and ( max-width: 1150px) {
    #wrapper {
        width: 1000px;
    }

    /* Header */
    .nav-holder {
    	max-width: 630px;
    }
    .main-holder-bar-wrapper {
    	width: 1000px;
    }

    /* Content Area */
	/* Block 1-2-3 */
    #content {
    	margin: 0;
    	width: 674px;
    }
    .home-gallery .picture-holder {
    	width: 480px;
    }
    .home-gallery .info-box {
    	width: 184px;
    }
    .two-columns .col {
	    margin: 0 0 0 11px;
	    padding: 0 0 0 10px;
	    width: 308px;
	}
	/* Block 4-5-6 */
	.music-col {
		margin-right: 10px;
		width: 345px;
	}
	.television-col {
		margin-right: 10px;
	}
	.movie-col {
		width: 337px;
	}
	/* Blocks 7-8-9 */
	.info-columns .col:first-child {
    	margin: 0 15px 0 0;
    	width: 665px;
	} 
	.info-columns .post {
		width:304px;
	}
	.info-columns .news-list {
		width: 330px;
	}
	/* Footer */
	#footer {
		width: 971px;
	}
	#footer .footer-block {
		margin: 0 10px 0 0;
    	padding: 0 11px 0 0;
		width: 309px;
	}
	#footer .col:first-child {
		width: 560px;
	}

	/* Single */
	.single-post-wrapper .content {
		width: 659px;
	}

	/* Archive pages and other pages */
	.content-single {
		width: 659px;
	}
	.content-singl-archive {
		width: 680px;
		margin-right: 0;
	}
	.zc {
		margin-left: 30px;
	    width: 390px;
	} 

}


@media only screen and ( min-width: 961px) and ( max-width: 999px) {
    #wrapper {
        width: 951px;
    }
    /* Header */
    .nav-holder {
    	max-width: 600px;
    }
    .main-holder-bar-wrapper {
    	width: 951px;
    }

    /* Content Area */
	/* Block 1-2-3 */
    #content {
    	margin: 0;
    	width: 660px;
    }
    .home-gallery .info-box {
    	width: 170px;
    	font: italic 17px/21px Lato,Arial,Helvetica,sans-serif;
    }
    .two-columns {
    	padding: 10px;
    }
    .home-gallery .picture-holder {
    	width: 480px;
    } 
    .two-columns .col {
	    margin: 0 0 0 11px;
	    padding: 0 0 0 10px;
	    width: 309px;
	}
	#featured-section {
		width: 265px;
	}
	.two-columns .title {
		font: 800 28px/32px "Open Sans",Arial,Helvetica,sans-serif 
	}

	/* Block 4-5-6 */
	.music-col {
		margin-right: 10px;
		width: 363px;
	}
	.music-col .box {
		margin-bottom: 20px;
	}
	.television-col {
		margin-right: 10px;
		width: 250px;
	}
	.movie-col {
		width: 300px;
	}
	/* Block 7-8-9 */
	.info-columns .col:first-child {
		width: 610px;
	}
	.info-columns .post {
		width: 275px;
	}
	.info-columns .news-list {
		width: 304px;
	}

	/* Footer */
	#footer {
		width: 933px;
		padding: 20px 9px 24px;
	}
	#footer .columns {
		margin: 0 0 24px;
		padding: 0 0 21px;
	}
	#footer .footer-block {
		margin: 0 10px 0 0;
    	padding: 0 11px 0 0;
		width: 309px;
	}
	#footer .col:first-child {
		width: 510px;
	}
	#footer .footer-block {
	    margin: 0 8px 0 0;
	    padding: 0 7px 0 0;
	    width: 300px;
	}

	/* Single */
	.single-post-wrapper .content {
		width: 611px;
	}
	.cat-holder {
		max-width: 670px;
	}
	.title-holder h1 {
		font-size: 34px;
		line-height: 1.2;
	}
	.comment-list p {
		width: auto;
	}

	/* Archive, Pages and other pages */
	.content-single {
		width: 611px;
		margin-right: 20px;
	}
	.content-singl-archive {
		width: 631px;
		margin-right: 0;
	}
	.zc {
		margin-left: 30px;
	    width: 341px;
	}
}

@media only screen and (max-width: 768px) {
#nav{
    	display:none;
    }
    img, video, object, iframe {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
@media only screen and ( min-width: 768px) and ( max-width: 960px) {
    #nav{
    	display:none;
    }
    #wrapper {
        width: 748px;
    }
    /* Header */
    .nav-holder {
    	max-width: 600px;
    }
    .main-holder-bar-wrapper {
    	width: 748px;
    }
	.ticker-wrapper.has-js {
		width: 426px;
	}
    /*	responsive menu */
    .divide-holder, .menu-color-cat-menu-container {
    	display: none;
    }
    .responsivemenu {
    	display: block;
    }
    .responsivemenu select {
    	font-size: 14px;
	    margin-top: 15px;
	    padding: 5px;
	    width: 395px;
    }

	/* Content */
	/* Block 1-2-3 */
	#content {
	    float: none;
	    margin: 0 auto;  
	} 
	#featured-section {
		float: none; 
		margin: 10px auto 0;
	}

    /* Content Area */
	/* Block 1-2-3 */
    #content {
    	margin: 0 auto;
    	width: 660px;
    }
    .home-gallery .info-box {
    	width: 170px;
    	font: italic 17px/21px Lato,Arial,Helvetica,sans-serif;
    }
    .two-columns {
    	padding: 10px;
    }
    .home-gallery .picture-holder {
    	width: 480px;
    } 
    .two-columns .col {
	    margin: 0 0 0 11px;
	    padding: 0 0 0 10px;
	    width: 309px;
	}
	#featured-section {
		width: 605px;
	}
	.news-box {
		display: inline-block;
	}
	.featured-post-holder {
    	float: left;
    	width: 300px;
    	position: relative;
    	border-left: 5px solid #000;
	}
	.news-box .text-block {
		position: absolute;
		bottom: 0;
	}
	.news-box .holder {
		float: right;
		width: 290px;
		min-height: 290px;
	}
	.two-columns .title {
		font: 800 28px/32px "Open Sans",Arial,Helvetica,sans-serif 
	}

	/* Block 4-5-6 */
	.music-col {
		margin-right: 0px;
		width: 400px;
	} 
	.music-col img {
		width: 100%;
	}
	.television-col {
		margin-right: 0px; 
		float: right;
		width: 310px;
	}
	.television-col .box img {
	    height: auto;
	    max-width: 100%;
	    width: 100%;
	}
	.clearing-blocks {
		clear: both;
	}
	.movie-col {
		width: 400px;
		float: none;
		margin: 0 auto;
	}
	.movie-col img {
		width: 100%;
	}

	/* Block 7-8-9 */
	.info-columns .col:first-child {
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	}
	.info-columns .news-list {
		width: 369px;
	}
	#sidebar {
		float: none;
	    margin: 40px auto 0;	
	}

	/* Footer */
	#footer {
		width: 730px;
		padding: 20px 9px 24px;
	}
	/* Three Footer Widgets */
	#footer .columns {
		margin: 0 auto 24px;
    	padding: 0 0 21px;
    	width: 693px;
	}
	#footer .footer-block {
		margin: 0 30px 0 0;
    	padding: 0 30px 0 0; 
	}
	#footer .footer-block:last-child {
		display: none;
	}
	#footer .two {
		border: 0;
		padding: 0;
		margin-right: 0;
	}
	/* Two Footer Widgets */
	#footer .col:first-child {
		width: 389px;
	} 
	#footer .col {
    	float: left;
    	width: 300px;
	}

	/* Single */
	.single-post-wrapper .content {
		width: 100%;
		float: none;
	}
	.cat-holder {
		max-width: 460px;
	}
	.title-holder h1 {
		font-size: 34px;
		line-height: 1.2;
	}
	.comment-list p {
		width: auto;
	}

	/* Archive, Pages and other pages */
	.content-single {
		width: 100%;
		margin-right: 0px;
		float: none;
	} 
	.content-singl-archive {
		display: inline-block;
		float: none;
		margin-right: 0; 
		width: 100%;
	}
	.archive-main {
		padding: 20px 10px 0;
	}
	.zc {
		width: 425px;
	}
}

@media only screen and ( max-width: 767px) {
	#nav{
    	display:none;
    }
	.widget iframe {
		height: inherit;
	}
    #wrapper {
        width: 460px;
    }
    .main-holder {
    	margin: 0 -9998px 13px;
    }
    #back-top a {
        width: auto;
    }
    #back-top span {
        font-size: 13px;
        line-height: 1.2;
        padding: 6px;
    }
    /* Header */
    .header-holder  {
    	float: none;
    }
    .logo {
    	float: none;
    	margin: 0 auto;
    }
    .nav-holder {
    	max-width: 400px;
    	float: none;
    	margin: 0 auto;
    }
    .header-wrapper .search-form {
    	display: none;
    }
    .main-holder-bar-wrapper {
    	width: 460px;
    }
    .main-holder-bar {
    	height: auto;
    }
	.ticker-wrapper.has-js {
		width: 426px;
	}
	.ticker-area {
    	float: none;
    	margin: 0 auto;
    	width: 440px;
    }
	.social-holder {
		float: none;
		margin: 0 auto
	}
    /*	responsive menu */
    .divide-holder, .menu-color-cat-menu-container {
    	display: none;
    }
    .responsivemenu {
    	display: block;
    }
    .responsivemenu select {
    	font-size: 14px;
	    margin-top: 15px;
	    padding: 5px;
	    width: 395px;
    }
	
	/* Content */
	/* Block 1-2-3 */
    #content {
    	margin: 0 auto;
    	width: 460px;
    	float: none;
    }
    .home-gallery .info-box {
    	width: 450px;
    	font:italic 18px/22px Lato,Arial,Helvetica,sans-serif;
    }
    .home-gallery .info-box p {
    	display: none;
    }
    .two-columns .col {
    	float: none;
    	width: 100%;
    	border: 0;
    	padding: 0;
    	margin: 0;
    }
    .two-columns .col:first-child {
    	margin-bottom: 15px;
    }
    .two-columns .col:first-child img {
    	width: 100%;
    }
    #featured-section {
    	float: none;
    	margin: 10px auto;
    	width: 360px;
    }
    #featured-section .news-box img {
		width: 100%;
    }
    .featured-post-holder {
    	position: relative;
    }
    .news-box .text-block {
    	position: absolute;
    	bottom: 0;
    }
    /* Block 4-5-6 */
    .music-col {
    	float: none;
    	margin: 0;
    	width: 100%;
    }
    .music-col img {
    	width: 100%;
    }
    .music-col h2 {
    	font-size: 46px;
    	line-height: 1;
    }
    .television-col {
    	float: none;
    	margin: 15px auto;
    	width: 300px;
    }
    .television-col .box img {
    	width: 100%;
    	height: auto;
    }
    .movie-col {
    	float: none;
    	width: auto;
    }
    .movie-col img {
    	width: 100%;
    	height: auto;
    }

	/* Block 7-8-9 */
	.info-columns .col:first-child {
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	}
	.info-columns .post {
		float: none;
		margin: 0 0 15px  ;
		width: auto;
		padding-right: 0px;
		border: 0;
	} 
	.info-columns .news-list {
		float: none;
		width: auto;
	}
	#sidebar {
		float: none;
	    margin: 40px auto 0;	
	}

	/* Footer */
	#footer {
		width: 442px;
		padding: 20px 9px 24px;
	}
	/* Three Footer Widgets */
	#footer .columns {
		margin: 0 auto 24px;
    	padding: 0 0 21px;
    	width: 100%;
	}
	#footer .footer-block {
		border: 0 none;
    	float: none;
    	margin: 0  auto;
    	padding: 0 ;
	} 
	#footer .footer-block:last-child {
		margin: 0 auto;
	}
	/* Two Footer Widgets */
	#footer .col:first-child {
		width: 100%;
		padding: 0 ;
		margin: 0;
	} 
	#footer .col {
    	float: none;
    	margin: 0 auto;
	}
	.footer-bottom {
		position: relative;
		padding-bottom: 20px;
	}
	.logo-partner {
		float: none;
		position: absolute;
		bottom: 0;
	} 

	/* Single */
	.single-post-wrapper .content {
		width: 100%;
		float: none;
	}
	.cat-holder {
		max-width: 460px;
	}
	.title-holder h1 {
		font-size: 28px;
		line-height: 1.2;
	}
	.comment-list p {
		width: auto;
	}
	.single .social {
		display: none;
	}
	.cat-holder a {
		font-size: 12px;
	}
	.related {
		float: none;
		width: auto;
	}

	/* Archive, Pages and other pages */
	.content-single {
		width: 100%;
		margin-right: 0px;
		float: none;
	} 
	.content-singl-archive {
		display: inline-block;
		float: none;
		margin-right: 0; 
		width: 100%;
	}
	.archive-main {
		padding: 20px 10px 0;
	}
	#thearchivelist {
		float: none;
		width: auto;
	}
	#thearchivelist ul {
		width: auto;
	} 
	.zc {
		width: auto;
		float: none;
		margin-left: 10px;
		padding-right: 5px;
	}
}

@media only screen and ( max-width: 479px) {
    img, video, object, iframe {
        max-width: 95%;
    }
    #nav{
    	display:none;
    }
    #wrapper {
        width: 320px;
    } 
    .nav-holder {
    	max-width: 100%;
    }
    .primary-menu {
    	margin: 0px auto ;
    	width: 300px;
    	float: none;
    }
    .responsivemenu select {
    	width: 300px;
    }
    .ticker-area {
    	width: 280px
    }
    .main-holder-bar-wrapper {
    	width: 296px;
    }
    .ticker-wrapper.has-js {
    	width: 278px;
    }

    /* Content */
    /* Block 1-2-3 */
    #content {
    	width: 320px;
    }
    #content .slider {
    	width: 300px;
    	margin: 0 auto 10px;
    }
    .home-gallery .info-box {
    	width: 220px;
    }
    .two-columns .title {
    	font: 800 24px/28px "Open Sans",Arial,Helvetica,sans-serif
    }
    #featured-section {
    	width: 300px;
    }
    .home .info-columns h2 {
    	font-size: 30px;
    	line-height: 1.1;
    }

    .pagination a, .pagination span {
    	padding: 5px;
    }

    /* Footer */
	#footer {
		width: 300px;
		padding: 20px 0px 24px;
	}
	#footer .col {
		max-width: 100%;
	}
	#footer .widget #calendar_wrap {
		display: inline-block;
		width: 94%;
	}

	.recommended_title {
		font: bold 16px/16px Lato,Arial,Helvetica,sans-serif;
	}

}
.archive-page-wrapper{
	margin-top:20px;
}


.feature-image-wrapper{
   margin-bottom:15px;
   text-align:center;
}