/* =================================================================== 
   Import Section
   ====================================================================== */
@import url("grid.css");
@import url("icons.css");	
@import url("rmm.css");
@import url("jquery.qtip.css");	
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Condensed:400italic,700italic,400,700|Open+Sans:400italic,600italic,700italic,400,600,700|Oswald:400,700&subset=latin,latin-ext);
@import url("css_for_branding.css");
/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;*/
			
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 62.5%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 /*

	*** Stylesheet Outline ***

	Contents:
	1.0 -  Base styles: opinionated defaults
	2.0 -  Author's custom styles
	3.0 - Layout
	4.0 - Navigation
	5.0 - Content
	6.0 - Sidebar
*/

/* ==========================================================================
   1.0 Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #555;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
input:focus {outline:0 !important;}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

@-ms-viewport { width: device-width; }

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   2.0 Author's custom styles
   ========================================================================== */
/* Typography */
/*Browser support for rem
    IE 9+
    Firefox 3.6+
    Chrome 6+
    Safari 5+
    Opera 11.6+
*/
body,
button,
input,
select,
textarea {
	color: #555;
	font-family: sans-serif;
}
body > div { font-size: 1.4rem; }
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
body {
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.769;
}
body {
    font-family: 'Open Sans', sans-serif;
}
a, a:hover, a:active {
    color: #000;
}
a, i {
	text-decoration: none;
	outline:0;
    transition: color 0.2s linear 0s, background 0.1s linear 0s, border-color 0.1s linear 0s;
}
a:hover, a:active, a:focus {
  outline:0;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
	color:#000;
}
h1 {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
}
h2 {
    font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}
h3 {
    font-size: 22px;
	font-size: 2.2rem;
}
h4 {
    font-size: 20px;
	font-size: 2.0rem;
}
h5 {
    font-size: 18px;
	font-size: 1.8rem;
}
h6 {
    font-size: 16px;
	font-size: 1.6rem;
}
p {
	margin: 0 0 15px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/* ==========================================================================
   3.0 Layout
   ========================================================================== */
#wrapper {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
	word-wrap: break-word;
}
#content-wrapper {
	background: #fff;
	width: 1020px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
/* 3.1 Header */

#header-wrap {background:#000;}
#top-banner {margin:0 auto; max-width:1020px; padding:0px 0px 0px;}
#top-bar {background:#000; min-height: 40px;  margin: auto;}
#top-bar h2,
#top-bar p {float:left; margin:0;padding:0; line-height:40px;}
#top-bar h2.site-name {font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size:16px; font-size:1.6rem; }
#top-bar p.slogan { font-family: 'Lato', sans-serif; color:#ccc; font-size:14px; font-size:1.4rem; padding-left:15px;}

#social-wrapper {
    float: right;
}
#social-wrapper ul {
    list-style: none;
    margin: 0 10px 0 0;
    text-align: right;
}
#social-wrapper ul li {
	float:left;
    margin-right: 3px;
    margin-top: 8px;
    padding: 0;
    width: 24px;
}
#social-wrapper ul li a i {
color: #fff;
line-height: 20px;
font-size: .9em;
}
#social_wrapper ul li {
display: inline-block !important;
-webkit-transition: color .2s linear,background .1s linear;
-moz-transition: color .2s linear,background .1s linear;
-ms-transition: color .2s linear,background .1s linear;
-o-transition: color .2s linear,background .1s linear;
transition: color .2s linear,background .1s linear;
text-align: center;
padding: 0 8px 0 8px;
}


/* 3.2 Search Form */
#searchform {
    float: right;
    height: 40px;
    padding: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
#searchform input[type="text"] {
    background: #000000;    
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0) inset;
    color: #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
	font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    width: 110px !important;
}
#searchform .focus {background:#333 !important}
#searchform input {
    background: #000 !important;
	border: 0 !important;
}
#searchform button {
    background: #000 !important;
    padding: 0 !important;
	border: 0 !important;
}
#searchform input.blur {
    color: #999;
}
#searchform button i {
    color: #999;
    font-size: 1.1em;
}


#header-bg {
	background:#cc4442;
	padding: 30px 0;
	border-top:1px solid #666;
	z-index:1;
}
.logo {padding:0;margin:0;width:294px;}
.logo img { border:0px;}


/* ==========================================================================
   4.0 Navigation
   ========================================================================== */
#main-navigation ul {
	list-style: none;
    margin: auto;
	padding:0;
    position: relative;
    text-align: center;
    width: 100%;
}
#main-navigation ul li {
    display: inline-block;
    margin: 0;
}
#main-navigation ul > li > a {
	border-bottom:3px solid #000;
	color:#fff;
    font-size: 14px;
	font-size:1.4rem;
	display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 7px 13px;
    text-transform: uppercase;
	text-decoration:none;
}
#main-navigation ul > li.current > a,
#main-navigation ul > li > a:hover {
	background: #000;
    border-bottom: 3px solid #cc4442;
}

/* ==========================================================================
   5.0 Content
   ========================================================================== */
#content-outer-wrapper {padding-bottom:30px;}  
   
#menu-date-wrapper {background:#ebebeb; max-width:940px; margin:30px auto;}

#menu-date {background:#ebebeb; float:left; margin:0;padding:0;min-height:30px;}

#menu-calendar {background:#ddd; float:right;width:160px;margin:0;padding:0;font-size: 13px;font-size:1.3rem;font-family: 'Roboto Condensed', sans-serif;color:#777; font-weight:400;height:30px; line-height:30px; text-align:center;}
#menu-calendar i {margin-right:5px;}

#menu-date nav ul {padding:0;margin:0}
#menu-date nav ul li {float:left;}
#menu-date nav ul li a {font-size: 14px;font-size:1.4rem;display: inline-block; font-family: 'Roboto Condensed', sans-serif;color:#777; text-transform:uppercase; font-weight:400;padding:3px 12px;height:30px;}
#menu-date nav ul li a.selected,
#menu-date nav ul li a:hover {background:#000;color:#ccc; text-decoration:none;}


/* 5.1 Home */
section.home-featured h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-size:2.4rem;
	font-weight:700;
	color:#000;
	margin:0 0 15px; padding:0;
}
h1.page-title {
	margin:0 0 15px; padding:0;
}


section.home-featured article,
.under-post-adds div {
	padding:0;margin:0;
	width:300px;
	float:left;
}
section.home-featured article.first-child,
.under-post-adds div.first-child  {
	padding:0 10px 0 0; margin:0 10px 0 0;
	width:310px;
	float:left;
}
section.home-featured article h2,
section.home-featured article h2 a,
.article-body h2,
.article-body h2 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-size:2.0rem;
	font-weight:400;
	color:#000;
}
section.home-featured article h2,
.article-body h2 {
	margin:15px 0 7px;
}
section.home-featured article p,
.article-body p {
	font-size:13px;
	font-size:1.3rem;
	padding:0 5px 30px 5px;
}
.post-detail {
	border-bottom: 3px solid #000;
	border-top: 1px solid #ccc;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	padding: 5px 10px;
	width: 100%;
}
section.home-featured a:hover,
.post-detail a {
	text-decoration:underline;	
}
.post-detail i {
	margin-right:5px;
}
section.home-featured article figure,
.article-body figure {
	position:relative;
}
section.home-featured article figure figcaption,
.article-body figure figcaption  {
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
	text-transform:uppercase;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/transparent-pixel.png);
	padding:3px 5px 3px 15px;
	overflow:hidden;
}
/* Tv Schedule */
#tv-schedule {position:relative;}
#tv-schedule {
	padding:40px 0 0 0;
}
#tv-schedule h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-size:2.4rem;
	font-weight:700;
	color:#000;
	margin-bottom: 0;
}
#tv-schedule h2 i {
	margin-right:5px;
	font-size:30px;font-size:3.0rem;
	
}
#menu-schedule-wrapper {background:#ebebeb; max-width:940px; margin:25px auto 0px auto;}

#menu-schedule-date {background:#ebebeb; float:left; margin:0;padding:0;min-height:30px;}

#menu-schedule-calendar {background:#ddd; float:right;width:160px;margin:0;padding:0;font-size: 13px;font-size:1.3rem;font-family: 'Roboto Condensed', sans-serif;color:#777; font-weight:400;height:30px; line-height:30px; text-align:center;}
#menu-schedule-calendar i {margin-right:5px;}

#menu-schedule-date nav ul {padding:0;margin:0}
#menu-schedule-date nav ul li {float:left;}
#menu-schedule-date nav ul li a {font-size: 14px;font-size:1.4rem;display: inline-block; font-family: 'Roboto Condensed', sans-serif;color:#777; text-transform:uppercase; font-weight:400;padding:3px 7px;height:30px;}
#menu-schedule-date nav ul li a.selected,
#menu-schedule-date nav ul li a:hover {background:#000;color:#ccc; text-decoration:none;}


/**/
.left-part-schedule {
	float:left;
	width:80px;
}
.ruler-left-part {
	height:41px;
	background:#000;
	margin:0;padding:8px 10px 0 0;
	border-bottom:3px solid #999;
	border-top:3px solid #999;
	text-align:right;
}

.ruler-left-part i,
.right-arrow-wrap i,
.right-arrow-wrap-2 i,
.right-arrow-wrap-3 i   {
	color:#fff;
	font-size:20px;
	font-size:2.0rem;	
}

.ruler-left-part a:hover i,
.next1:hover i {
	color:#ccc;
}


/**/
.channel-names {
	color:#fff;
	list-style:none;
	padding:0;margin: 0;
	line-height:35px;
}
.channel-names li {
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	font-size:1.3rem;
	line-height:normal;
	height:70px;
	background:#000;
	border-bottom:1px solid #999;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}
.channel-names li.odd {
	background:#343434 !important;
}

.right-part-schedule {
	overflow:hidden;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 540px;
}
div.channel_scroller {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5760px;
	background:#ebebeb;
}
/*.ruler-wrap {
	height:41px;
	
}*/

.ruler-units {
	position:relative;
	height:41px;
	background:#000 url(../images/ruler-units.png) left bottom repeat-x;
	margin:0;padding:0;
	border-bottom:3px solid #999;
	border-top:3px solid #999;
}
.ruler-units-usd {
	background:#000 url(../images/ruler-units-usd.png) left top repeat-x;
	margin:0;padding:0;
	border-bottom:3px solid #999;
	border-top:3px solid #999;
	height:41px;
}
ul.hours {
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	z-index:2;
}
ul.hours li {
	float:left;
	color:#fff;
	width:120px;
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	font-size:1.1rem;
	line-height:35px;
}
.program-description-wrap {
	/*height:420px;*/
	overflow:hidden;
}
ul.tv-satnica {
	list-style:none;
	padding:0;margin:0;
	border-bottom:1px solid #fff;
	height:70px;
	overflow:hidden;
}
ul.tv-satnica li {
	float:left;
	overflow:hidden;
	border-right:1px solid #fff;
	height:70px;
	padding:4px 0 0 10px;
	position:relative;
}
ul.tv-satnica li .houre-time {
	font-size:12px;
	font-size:1.2rem;
	color:#888;
}
ul.tv-satnica li .houre-time span,
.tv-program-lista span,
.list-inner-sat span {
	font-size:9px;
	font-size:0.9rem;
	color:#fff;
	margin-left:5px;
	padding:2px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.tv-satnica li .houre-time span {
	white-space: nowrap;
}
ul.tv-satnica li .houre-time span i,
.tv-program-lista span i {
	font-size:10px;
	font-size:1.0rem;
}
.tv-program-lista span i {
	margin-right:3px;
}

ul.tv-satnica li p {
	font-size:11px;
	font-size:1.1rem;
	line-height:14px;
	display:inline-block;
	overflow:hidden;
	height:42px; /*fix some dottes on the bottom */
}
.right-arrow-wrap {
  position:absolute;
  z-index:3;
  right:0;
  top:3px;
  display:block;
  height:35px;
  width:32px;
  background:#000;
  padding:8px 0 0 8px;
}
.right-arrow-wrap-2 {
  position:absolute;
  z-index:9;
  right:0;
  /*top:464px;*/
  bottom:3px;
  display:block;
  height:35px;
  width:32px;
  background:#000;
  padding:8px 0 0 8px;
}
.right-arrow-wrap-3 {
  position:absolute;
  z-index:9;
  right:0;
  top:423px;
  display:block;
  height:35px;
  width:32px;
  background:#000;
  padding:8px 0 0 8px;
}



/* ==========================================================================
   6.0 Sidebar
   ========================================================================== */
.adds { margin-bottom:30px; }
.aside-box h2 {
	background:#000;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-size:1.4rem;
    display: block;
	color:#fff;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.aside-box h2 a {
	background:#000;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-size:1.4rem;
    display: block;
	color:#fff;
    font-weight: 600;
   /* margin: 0 0 10px;*/
    margin:0;
    padding: 0;
    text-transform: uppercase;
}

.aside-box ul.posts-list {
	list-style:none; margin:0; padding:0;
}
.aside-box ul.posts-list h3 {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	font-size:1.5rem;
	color:#000;
    font-weight: 600;
	margin:0;padding:0;
	display:inline;
}
.aside-box ul.posts-list li {
    border-bottom: 0;
    display:block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 15px;
    width: 100%;
	border-bottom:1px solid #ccc;
}
.aside-box ul.posts-list figure {
	background: #ebebeb;
    float: left;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 50px;
	display:block;
}
.aside-box ul.posts-list figure a {display:block;width: 50px;height:50px;}
.aside-box ul.posts-list img {
    width: 50px;
	float:left;
}
.aside-box ul.posts-list span {
	font-size:11px;
	font-size:1.1rem;
	color:#aaa;
	display:block;
}
.aside-box ul.posts-list p {
	color:#555;
	font-size:12px;
	font-size:1.2rem;
}
.aside-box ul.posts-list-2 {
	list-style:none; margin:0; padding:0;
}
.aside-box ul.posts-list-2 h3 {
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	font-size:1.4rem;
	color:#333;
    font-weight: 600;
	margin:0;padding:0;
	display:inline;
}
.aside-box ul.posts-list-2 h3,
.aside-box ul.posts-list-2 h3 a {
	line-height:1.2 !important;
}
.aside-box ul.posts-list-2 li {
    border-bottom: 0;
    display:block;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
	border-bottom:1px solid #ccc;
}
.aside-box ul.posts-list-2 figure {
	background: #ebebeb;
    float: left;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 70px;
	display:block;
}
.aside-box ul.posts-list-2 figure a {display:block;width: 70px;height:52px;}
.aside-box ul.posts-list-2 img {
    width: 70px;
	float:left;
}
.aside-box ul.posts-list-2 span {
	font-size:11px;
	font-size:1.1rem;
	color:#aaa;
	display:block;
}
.aside-box ul.posts-list-2 p {
	color:#555;
	font-size:12px;
	font-size:1.2rem;
}
  /* Brending */
  .branding-left {
    background: #0d0f16;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -815px;
  }

  .branding-right {
    background: #0d0f16;
    position: fixed;
    top: 0px;
    right: 50%;
    margin-right: -815px;
  }    
/* ==========================================================================
   7.0 Footer
   ========================================================================== */
footer {
	background:#000;
}
#footer,
#copyright {
	margin:0 auto;
	padding:0;
	/*width:960px;*/		
}
#footer {padding:0 0 25px 0}
#footer h3 {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-size:2.2rem;
	color:#fff;
	text-transform:uppercase;
	line-height:1.375;
	margin:30px 0 20px 0;
}
#footer h5 {
	color:#fff !important;
	margin:80px 0 0 0;
}

#footer ul.tv-program-list {
	list-style:none;
	padding:0; margin:0;
}
#footer ul.tv-program-list li {
	float:left;
	width:160px;
	overflow:hidden;
}
#footer ul.tv-program-list a {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-size:1.2rem;
	color:#ccc;
}

#copyright-wrap {
	background:#212121;
	padding:24px 0;
}
#copyright p,
#copyright a {
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	font-size:1.3rem;
	color:#ccc;
	margin:0;padding:0;
}
#footer-menu {
	padding:0;margin:0;
	list-style:none;
	float:right;
}
#footer-menu li,
#footer-menu li a {
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	font-size:1.3rem;
	color:#ccc;
}
#footer-menu li {
	float:left;
	margin-left:7px;
}

ul.social {
	padding:0;margin:15px 0 0 0;
	list-style:none;
}
ul.social li {float:left;margin-right:10px;}
ul.social li i {
	font-size:32px;
	font-size:3.2rem;
	color:#ccc;
}
ul.social li a:hover i {
	color:#fff;
}

/* Tags */
ul.tag-list {list-style:none;padding:0;margin:25px 0 0 0;}
ul.tag-list li {color:#ccc;float:left;margin-right:4px; margin-bottom:5px;}
ul.tag-list li.first {margin-right:10px;}
ul.tag-list li a {font-size:12px; font-size:1.2rem; color:#ccc; padding:2px 3px; background:#212121;}


/* Footer Logos */
.footer-logo-links {margin:30px 0 0 0}
.footer-logo-links ul {padding:0; margin:0;list-style:none;}
.footer-logo-links li {float:left;margin-right:10px;}
.footer-logo-links li.first a {display:block; padding-top:12px;}
.footer-logo-links li a {display:block; height:50px;}

/* Blog Post - Simple Page */
.blog-post figure {position:relative;}
.blog-post figcaption  {
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
	text-transform:uppercase;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}
.blog-post.video figcaption  {
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
	text-transform:uppercase;
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
		
.blog-post figcaption .meta-date {
	float:left;
	background:#d05755;
	background:rgba(204,69,67,0.9);
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:17px;
	font-size:1.7rem;
	color:#fff;
	padding:4px 15px;
}
.blog-post figcaption .meta-tv {
	float:left;
	background:#ebebea;
	background:rgba(255,255,255,0.9);
	color:#000;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	font-size:1.7rem;
	padding:4px 15px;
}
.blog-post h1 {
	margin:12px 0;
}
.post-detail-blog {
    border-bottom: 3px solid #000;
    border-top: 1px solid #ccc;
    float: left;
    font-size: 12px;
	font-size: 1.2rem;
    padding: 0;
    width: 100%;
}
.blog-post .page-share {float:right;}
.blog-post .page-share ul {
	list-style:none;
	padding:0;
	margin:0;
}
.blog-post .page-share ul li {
	float:left; padding:0;margin:0;
}
.page-share ul li.page-share-widget {
    padding: 5px 5px 0 0;
}
.post_comment_count {padding: 5px 5px 0 0;}
.source {float:left;padding:3px 0 5px;}

.post-inner-wrapper {
	padding:25px 0 
}
.post-inner-wrapper a {text-decoration:underline; color:#333;}
.post-inner-wrapper a:hover {text-decoration:none; }
/* Cast & Info */
.program-details {
	float:left;
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:20px;
	margin-right:20px;
	max-width:300px;
}
.program-details h3 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	text-transform:uppercase;
	margin-top:0;
}
.program-details h3 i {
	margin-right:5px;
	color:#e3963e;
	font-size:20px;
	font-size:2.0rem;
}
.program-details table td {
	font-size:12px;
	font-size:1.2rem;
	padding:5px;
	vertical-align:top;
}
blockquote {
    background: #f5f5f5;
    border-left: 1px dashed #17997f;
    font-style: italic;
    margin: 2em 3em;
    padding: 7px 7px 7px 15px;
	font-size:13px;
	font-size:1.3rem;
}
.under-post-adds {
	margin-bottom:20px;
}
.post-comments h2 {
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	font-size:2.0rem;
	font-weight:700 !important;
}


/* Televizije */
ul.tv-program-lista {padding:0;margin:0;list-style:none;border-top:1px dotted #ccc;}
ul.tv-program-lista > li {border-bottom:1px dotted #ccc; position:relative;}
ul.tv-program-lista > li a:hover {/*background:#ededed ;*/}
ul.tv-program-lista li a {font-weight:700; font-size:13px; font-size:1.3rem; display:block; padding:20px 10px; height:65px;}

ul.tv-program-lista ul {padding:0;margin:0;list-style:none;}
ul.tv-program-lista-inner li {float:left;}
ul.tv-program-lista-inner > li:hover {/*background:#ededed !important;*/}
ul.tv-program-lista-inner li:first-child  {width:65px; text-align:center; margin-right:20px;}
ul.tv-program-lista-inner .list-inner img {max-width:65px !important; max-height:40px; }


.live {
	position:absolute;
	top:0;
	right:10px;
	background:none !important;
}
.live:hover {
	background:none !important;
	text-decoration:none;
	color:#ccc;
}
.live:hover span {
	background:#000;
}


/* Serije */
ul.tv-serije-lista {padding:0;margin:0;list-style:none;border-top:1px dotted #ccc;}
ul.tv-serije-lista > li {border-bottom:1px dotted #ccc; position:relative;}
ul.tv-serije-lista > li a:hover {/*background:#ededed ;*/}
ul.tv-serije-lista li a {font-weight:700; font-size:12px; font-size:1.2rem; display:block; padding:0px; line-height:16px;}

ul.tv-serije-lista ul {padding:0;margin:0;list-style:none;}
ul.tv-serije-lista-inner li {float:left;padding:0;margin:0;}
ul.tv-serije-lista-inner li.list-inner-name p {margin:0 !important;padding:0;font-weight:700; font-size:12px; font-size:1.2rem; }
ul.tv-serije-lista-inner li span.satnica {font-size:16px; font-size:1.6rem; color:#aaa;line-height:12px; border-radius:0; padding:0 !important; }


ul.tv-serije-lista-inner .list-inner-sat  {width:65px; text-align:center; margin:0 5px 0 0;}
ul.tv-serije-lista-inner .list-inner-name {width:200px;}
ul.tv-serije-lista-inner .list-inner-sat img {width:45px !important; margin:0px !important;padding:0; vertical-align:top;}

.list-inner-opis td {padding:10px 5px; text-transform:uppercase;}
.list-inner-opis i {margin-right:10px; font-size:14px; font-size:1.4rem;}

/* Colors for background */
.film {background:#cc4543}
.filmovi {background:#cc4543}
.biznis {background:#cc4543}
.estrada {background:#e3963e}
.sport {background:#e3963e}
.dokumentarni {background:#a23ee3;}
.vesti {background:#a23ee3;}
.show {background:#563fe3;}
.serija {background:#47ab91;}
.informativni {background:#576e99;}
.muzika {background:#000;}
.crtani {background:#F60;}
.kviz {background:#093;}
.fudbal {color:#e3963e}
.fudbal-live {color:#e3963e}
.tv-serije {color:#47ab91;}

.film-clr {color:#cc4543}
.filmovi-clr {color:#cc4543}
.biznis-clr {color:#cc4543}
.estrada-clr {color:#cc4543}
.sport-clr {color:#e3963e}
.fudbal-clr {color:#e3963e}
.fudbal-live-clr {color:#e3963e}
.dokumentarni-clr {color:#a23ee3;}
.show-clr {color:#563fe3;}
.tv-show-clr {color:#563fe3;}
.serija-clr {color:#47ab91;}
.tv-serije-clr {color:#47ab91;}
.informativni-clr {color:#576e99;}
.muzika-clr {color:#000;}
.crtani-clr {color:#F60;}
.crtani-filmovi-clr {color:#F60;}
.kviz-clr {color:#093;}
.vesti-clr {color:#cc4543;}

/* Pagination */
#pagination-wrap {
    text-align:center;
}
.pagination {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: auto;
}
.pagination-list {
    display: block;
    list-style: none;
	padding:0;margin:0 auto;
}
.pagination-list > li {
    display: inline-block;
}
.pagination-page-current,
.pagination-page,
.pagination-page:hover {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 1px 11px 0;
    text-align: center;
}
.pagination-page-current {
    background: #212121;
    color: #fff;	
}
.pagination-page {
	text-decoration:none !important;
	background: #f5f5f5;
    color: #666;
}
.pagination-page i {
	font-size:11px;
	font-size:1.1rem;
}
.pagination-page:hover {
	background: #cc4442;
    color: #fff;
}

/* Contact */
.contact {
	padding-top:30px
}
#contact-form {
    margin-top: 15px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"] {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 13px;
    margin: 0;
    padding: 8px;
    transition: color 0.2s linear 0s, background 0.1s linear 0s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
    background: #f0f0f0;
    outline: 0 none;
}
.contact form input {
	max-width:300px;
	margin-bottom:10px;
}
.contact form textarea {
	max-width:560px;
	margin-bottom:10px;
}
.contact form img {max-width:150px;margin-bottom:10px;}
.hasPlaceholder {
    color: #999;
}
textarea {
    float: left;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    height: 200px;
    margin: 0;
    overflow: auto;
    padding: 8px;
    transition: color 0.2s linear 0s, background 0.1s linear 0s;
}
textarea:focus {
    background:#f0f0f0;
    outline: 0 none;
}
input[type="submit"], input[type="button"], a.button, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover {
    background: #cc4442;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    outline: medium none;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s linear 0s, background 0.1s linear 0s;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}


/* Profili */
.profili {font-size:12px; font-size:1.2rem; margin:0 0 30px 0; border-bottom:1px solid #ccc; padding-bottom:25px;}
.profili .image {float:left;margin:10px 15px 0 0 ; width:100px !important;}
.profili .info { float:left; width:180px !important;}
.profili div.info h2 {margin:0 !important; padding:0 !important; display:block;}
.profili img { max-width:100px;border-radius: 5px; -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.4);-moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.4);box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.4); }
.profili a.more {color:#aaa; float:right; margin-right:20px; font-style:italic}








/* ==========================================================================
   Helper classes
   ========================================================================== */
   
   .padding-30 {padding:30px 0;}
   
   .preload-img {background:url(../images/AjaxLoader.gif) 0 0 no-repeat; width: 64px; height: 64px;display:block;}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrap  object,
.video-wrap  embed  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap.small {
	padding:0;
	width:300px;
	height:160px;
}

span.skype_pnh_container {
    display: none !important;
}

span.skype_pnh_print_container {
    display: inline !important;
}


.post-inner-wrapper iframe{
	width: 600px !important;
	height: 340px !important;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
/*TV Program Widget*/
#tvserije-widget{
	box-sizing: border-box;
	/*background:#000;*/
	background:#fff;
	width: 100%;
    padding: 0;
    margin: 0 auto 15px auto;
	max-width:300px;
	text-align:center;
	display:block;
}
#tvserije-widget * {
  box-sizing: border-box;
  font-family: 'Oswald', sans-serif;font-size: 18px;
}
#tvserije-widget a {
	text-decoration:none;
}
#tvserije-widget a:hover {
	text-decoration:underline;
}
#tvserije-widget ul li {clear:both; overflow:hidden;}
#tvserije-widget img {display:block; width:100%; max-width:300px; height:auto;}
#tvserije-widget h2{
	margin: 0;
    padding: 10px 0;
    color: #fff;
	display: block;
	text-align:center;	
	background:#000;
	line-height:20px;
}
#tvserije-widget h2 a {color: #fff;font-family: 'Oswald', sans-serif;font-size: 16px;letter-spacing: 0.1em;font-weight:700;line-height:20px;}
#tvserije-widget ul.posts-list {margin:0;padding:0; list-style:none;}

#tvserije-widget ul.posts-list li {border-bottom: 1px solid #ccc;}
#tvserije-widget ul>li:first-child {padding:0 !important;}
#tvserije-widget ul>li:first-child article.post {
	 margin: 0 0 25px;
}

#tvserije-widget article.post {
	box-sizing: border-box;
	display:inline-block;
    margin: 0 10px 10px;
    position: relative;
	text-align: center;
}


#tvserije-widget ul>li:first-child figure {
	width: 100%;
    display: block;
    float: none;
	height: 165px;
	overflow:hidden;
}
#tvserije-widget ul>li figure {
    float: left;
    width: 75px;
	background:#fff;
    /*height: 70px;*/
    position: relative;
}
#tvserije-widget ul.posts-list figure a {
    width: auto !important;
    height: auto !important;
}
#tvserije-widget ul>li figure img {}
#tvserije-widget ul>li:first-child figure img {}

#tvserije-widget ul>li:first-child h3 a,
#tvserije-widget ul>li:first-child h3 a span {font-size:14px;font-weight:700; font-style:italic;}
#tvserije-widget ul li .post figure img {
	display:block;
}

#tvserije-widget article.post .title-wrap {
    padding-left:85px;
}
#tvserije-widget ul>li:first-child article.post .title-wrap {
	margin: 10px 0 0 0;
    width: 100%;
    display: block;
    position: relative;
	padding-left:0;
}

#tvserije-widget article.post h3 {
	font-family: 'Open Sans', sans-serif;
	margin:0;
	color: #333;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
	display:inline-block;
}
#tvserije-widget article.post h3 a {
    font-family: 'Open Sans', sans-serif;
	color: inherit;
    font-size: inherit;
    font-weight: 600;
	font-style: italic;
}
#tvserije-widget article.post span.meta {color:#777; font-size:12px; display:inline-block;padding:0;margin:0; font-family: 'Open Sans', sans-serif;}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    width : 100px; /* this could be defined on any parent */
}
/*FB*/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

/*App Notifier*/
.app-banner-wrapper {   
	box-sizing: border-box;
    padding: 10px;
    color: #6f6f6f;
    background-color: #e5e5e5;
}
.app-banner-wrapper .container-app {
    position: relative;
}
.app-banner-wrapper .app-banner-close {
    float: right;
    padding: 0 0 10px 10px;
    cursor: pointer;
}
.app-banner-wrapper .app-banner-close i {
	font-size: 14px;
	color: #666;
}
.app-banner-wrapper .app-icon-container {
    float: left;
    width: 60px;
    margin-right: 2.63158%;
}
.app-banner-wrapper .app-icon-container img {
    display: inline-block;
    vertical-align: middle;
}
.app-banner-wrapper .app-banner-title {
	display: block;
	margin: 0;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.8rem;
    color: #212121;
	margin-bottom: 14px;
}	
.app-banner-wrapper .app-banner-text {
	display: block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    margin-top: 7px;
    text-transform: uppercase;
}
.app-banner-wrapper .btn-download {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    color: #6f6f6f;
    background-color: white;
    border: 1px solid #ccc;
    padding: 1.5% 7%;
    line-height: 1;
	font-size: 1.1rem;
}
	