/* fonts.css */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300&subset=latin,cyrillic-ext,latin-ext);

@font-face {
    font-family: 'icomoon';
    src: url('../assets/fonts/icomoon.eot?asgyo');
    src: url('../assets/fonts/icomoon.eot?asgyo#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon.ttf?asgyo') format('truetype'),
    url('../assets/fonts/icomoon.woff?asgyo') format('woff'),
    url('../assets/fonts/icomoon.svg?asgyo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nedzirdigajiem:before {
    content: "\e900";
}

.icon-subtitles:before {
    content: "\e901";
}

.icon-calendar:before {
    content: "\e000";
}

.icon-twitter:before {
    content: "\e01b";
}

.icon-thumb:before {
    content: "\e01a";
}

.icon-sound:before {
    content: "\e019";
}

.icon-search:before {
    content: "\e001";
}

.icon-rss:before {
    content: "\e002";
}

.icon-reply:before {
    content: "\e003";
}

.icon-popup:before {
    content: "\e004";
}

.icon-play:before {
    content: "\e005";
}

.icon-pinterest:before {
    content: "\e006";
}

.icon-phone:before {
    content: "\e007";
}

.icon-mobile_menu:before {
    content: "\e008";
}

.icon-mail:before {
    content: "\e009";
}

.icon-ltv2:before {
    content: "\e00a";
}

.icon-ltv1:before {
    content: "\e00b";
}

.icon-live:before {
    content: "\e00c";
}

.icon-heart:before {
    content: "\e00d";
}

.icon-frekv:before {
    content: "\e00e";
}

.icon-facebook:before {
    content: "\e00f";
}

.icon-youtube:before {
    content: "\e010";
}

.icon-draugiem2:before {
    content: "\e011";
}

.icon-draugiem:before {
    content: "\e012";
}

.icon-download:before {
    content: "\e013";
}

.icon-close:before {
    content: "\e014";
}

.icon-at:before {
    content: "\e015";
}

.icon-arrow_down2:before {
    content: "\e016";
}

.icon-arrow_down:before {
    content: "\e017";
}

.icon-search2:before {
    content: "\e018";
}

.icon-search_ltv:before {
    content: "\e01c";
}

.icon-latvia:before {
    content: "\e01d";
}

.icon-ltv2,
.icon-ltv1 {
    color: #9b1024;
}

.icon-latvia {
    font-size: 1.313em;
    vertical-align: middle;
    opacity: 0.4;
}
 /* reset.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

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

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

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}


button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
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 {
    border-collapse: collapse;
    border-spacing: 0;
}

 /* bootstrap.css */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
.row:after{clear:both;}
[class*="span"]{float:left;min-height:1px;margin-left:20px;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}
.span12{width:940px;}
.span11{width:860px;}
.span10{width:780px;}
.span9{width:700px;}
.span8{width:620px;}
.span7{width:540px;}
.span6{width:460px;}
.span5{width:380px;}
.span4{width:300px;}
.span3{width:220px;}
.span2{width:140px;}
.span1{width:60px;}
.offset12{margin-left:980px;}
.offset11{margin-left:900px;}
.offset10{margin-left:820px;}
.offset9{margin-left:740px;}
.offset8{margin-left:660px;}
.offset7{margin-left:580px;}
.offset6{margin-left:500px;}
.offset5{margin-left:420px;}
.offset4{margin-left:340px;}
.offset3{margin-left:260px;}
.offset2{margin-left:180px;}
.offset1{margin-left:100px;}
.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;}
.row-fluid [class*="span"]:first-child{margin-left:0;}
.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;}
.row-fluid .span12{width:100%;*width:99.94680851063829%;}
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;}
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;}
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;}
.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;}
.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;}
.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;}
.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;}
.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;}
.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;}
.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;}
.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%;}
.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%;}
.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%;}
.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%;}
.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%;}
.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%;}
.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%;}
.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%;}
.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%;}
.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%;}
.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%;}
.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%;}
.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%;}
.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%;}
.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%;}
.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%;}
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}
[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}
.container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}
.container:after{clear:both;}
.container-fluid{padding-right:20px;padding-left:20px;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;}
.container-fluid:after{clear:both;}
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px;}
.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0;}
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px;}
.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-block+.btn-block{margin-top:5px;}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3;}
.btn-primary:active,.btn-primary.active{background-color:#003399 \9;}
.btn-warning{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#f89406;*background-color:#df8505;}
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
.btn-danger{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#bd362f;*background-color:#a9302a;}
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
.btn-success{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#51a351;*background-color:#499249;}
.btn-success:active,.btn-success.active{background-color:#408140 \9;}
.btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#2f96b4;*background-color:#2a85a0;}
.btn-info:active,.btn-info.active{background-color:#24748c \9;}
.btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515;}
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-link{border-color:transparent;cursor:pointer;color:#0088cc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent;}
.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333333;text-decoration:none;}
 /* default.css */

 /* layout.css */
/* Main layout */
#content {
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#fff;
}

#main-content {
	padding:1em 0 5em;
}

.layout-wrap {
	width:95%;
	min-width:320px;
	max-width:1249px;
	margin:0 auto;
}

#content.content-rekl-bg .layout-wrap.rekl-bg {
	background: #fff;
	padding: 1em;
	margin-top: 4.8em;
}

.theme_tumshais #content.content-rekl-bg .layout-wrap.rekl-bg a {
	color:#a7182e;
}

@media all and (max-width:960px) {
	#content.content-rekl-bg {
		background-image: none !important;
	}
	
	#content.content-rekl-bg .layout-wrap.rekl-bg {
		background: transparent;
		padding: 0;
		margin-top: 0;
	}
}

.popup-wrap {
	padding:1em;
}

.popup-wrap p:first-child {
	margin-top:0;
}

.popup-wrap p:last-child {
	margin-bottom:0;
}

/* Grid */
.list {
    *zoom:1;
    vertical-align:top;
    white-space:nowrap;
	width:100%;
	font-size:0;
}

.list:before,
.list:after {
    display:table;
    line-height:0;
    content:"";
}

.list:after {
    clear:both;
}

.list .column {
    display:inline-block;
    margin:0;
    margin-left: 2.12766%;
    white-space:normal;
    vertical-align:top;
    padding-bottom:1.5em;
    zoom:1;
    *display: inline;
    font-size:1rem;
}

.lt-ie9 .list .column {
	font-size:13px;
}

.list .column:first-child {
	margin-left:0;
}

.list .clear {
	display:none;
	clear:both;
}

/* Grid - 4 columns */
.list.thumbs4 .column {
	width:23.4043%;
}

/* Grid - 8-4 columns */
.list.thumbs84 > .column.column-main {
	width:65.9574%;
}

.list.thumbs84 > .column.column-sidebar {
	width:31.9149%;
}

/* Grid - 6-6 columns */
.list.thumbs66 > .column {
	width:48.9362%;
}

/* Grid - 4-4-4 columns */
.list.thumbs444 > .column {
	width:31.9149%;
}

/* Layouts */
.template-wrap {
	display:table;
	width:100%;
	table-layout:fixed;
}

.template-column {
	display: table-cell;
	position: relative;
	vertical-align: top;
}

/* 2 column layout */
.template-two-col > .template-column-center {
	width:auto;
	padding-right:1.5%;
}

.template-two-col > .template-column-right {
	width:300px;
}

.lt-ie9 .template-two-col > .template-column-center {
	padding-right:20px;
}

.lt-ie8 .template-two-col > .template-column-center {
	width:73.5%;
	padding-right:1.5%;
}

.lt-ie8 .template-two-col > .template-column-right {
	width:25%;
}

/* 2 column layout left */
.template-two-col-left > .template-column-left {
	width:23.4043%;
}

.template-two-col-left > .template-column-center {
	width:74.4681%;
	padding-left:1.5%;
}


/* 2 column layout left - wider */
.template-two-col-left-w > .template-column-left {
	width:31.9149%;
}

.template-two-col-left-w > .template-column-center {
	width:65.9574%;
	padding-left:1.5%;
}


.lt-ie8 .template-wrap,
.lt-ie8 .template-column {
	display:block;
}

.lt-ie8 .template-wrap {
	height:1%;
}

.lt-ie8 .template-column {
	float:left;
}

.template-column-left #page_nmr {
	margin-bottom:1em;
}
 /* main.css */
html, body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color:#2e2e2e;
	min-height: 100%;
	position:relative;
	background:#2f2e2e;
}

/* Prevents iOS 6 crash on streamed video */
.jwplayer {
	-webkit-overflow-scrolling: auto;
}


html {
	font-size:81.3%;
}

body {
	line-height:1.462em;
}

a {
	color:#a7182e;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:#2a2929;
}

b, strong {
	font-weight:600;
}

h1 {
	font-weight:300;
	font-size:3em;
	line-height:1.308em;
	margin-top:0;
}

h2 {
	font-size:1.846em;
	font-weight:600;
	letter-spacing:-1px;
	margin-top:0;
	line-height:1.385em;
}

h3 {
	color:#a7182e;
	font-weight:600;
	font-size: 1.385em;
	margin-top:0;
}

h4 {
	font-size:1.231em;
	margin-top:0;
	line-height:1.154em;
	font-weight: 600;
}

h5 {
	margin:0;
	font-size:1em;
	line-height:1.231em;
	font-weight: 600;
}

h5 a {
	color:#343232;
}

time {
	color:#808080;

}


hr {
	border:0;
	color:#dbdbdb;
	background:#dbdbdb;
	height:1px;
	font-size:0;
	line-height:0;
}

blockquote {
quotes: "“""”";
font-size: 1.846em;
line-height: 1.385em;
margin-bottom: 22px;
text-indent: 0px;
margin-top: -20px;
}


blockquote::before {
color: 
#D1D1D1;
content: open-quote;
font-family: "Georgia",serif;
font-size: 90px;
left: -41px;
line-height: 0;
margin-right: 3px;
position: relative;
top: 27px;
vertical-align: -38px;
}

blockquote p { margin:0; }
 /* common.css */
img.scale {
    width: 100%;
}

section.ad iframe {
    width: 100% !important;
}

.lsm-bernistaba-link {
    display: block;
    width: 75px;
    float: right;
    margin: 3px 20px
}

.lsm-bernistaba-link img {
    display: block;
    width: 100%
}

@media (max-width: 767px) {
    .lsm-bernistaba-link {
        display: none
    }
}

p.more {
    text-align: right;
}

p.more a {
    border-bottom: solid 1px #a7182e;
    color: #2a2929;
}

p.more a:hover {
    text-decoration: none;
}

a.btn-link {
    display: inline-block;
    border: solid 1px #c4c4c4;
    background: #f7f7f7;
    border: solid 1px #d5d5d5;
    padding: 0.286em 0.500em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #2e2d2d;
}

a.btn-link:hover {
    text-decoration: none;
    color: #2e2d2d;
}

a.btn-link i {
    color: #981126;
    position: relative;
    top: 1px;
}

i.badge {
    background: #b6b6b6;
    display: inline-block;
    font-style: normal;
    color: #FFF;
    padding: 0 0.508em;
    font-size: 0.769em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

i.badge.on {
    background: #a7182e;
}

.list-menu ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.list-menu > ul > li {
    border-bottom: solid 1px #d5d5d5;
}

.list-menu > ul > li:last-child {
    border-bottom: none;
}

.list-menu a {
    display: block;
    color: #2f2e2e;
    padding: 0.769em;
}

.list-menu > ul > li > a {
    font-size: 1.231em;
}

.list-menu ul li.active > a {
    color: #991127;
}

.list-menu ul ul {
    margin-bottom: 0.769em;
}

.list-menu ul ul a {
    padding-top: 0.308em;
    padding-bottom: 0.308em;
}

.list-menu a.remove {
    color: #FFF;
    display: none;
    padding: 0;
    margin: 0;
    float: right;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.23);
    width: 16px;
    line-height: 15px;
    height: 16px;
    text-align: center;
    margin-top: 0.769em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.list-menu li:hover a.remove {
    display: block;
}

.list-menu a.remove:hover {
    text-decoration: none;
}

.nicescroll-rails {
    background: #302f2f;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 2px;
    border-radius: 4px;
}

/* Calendar */
#show-calendar {
    position: relative;
}

#show-calendar .overlay {
    background: rgba(0, 0, 0, 0.4);
}

table.calendar {
    width: 100%;
    border-collapse: collapse;
}

table.calendar td {
    width: 14.2857%;
    text-align: center;
    font-size: 1.231em;
    padding: 0.154em 0;
    height: 2em;
}

table.calendar td a {
    color: #b4b4b4;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

table.calendar td.prev-date a {
    color: #848181;
}

table.calendar td.act-date,
table.calendar td.act-date a {
    color: #FFF;
}

table.calendar td:hover a,
table.calendar td.selected a,
table.calendar td.active a {
    color: #FFF;
    background: #474747;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-decoration: none;
}

table.calendar td.future,
table.calendar td.future:hover,
table.calendar td.future a {
    color: #444;
    background: none;
}

table.calendar td.act-date a {
    background: #474747;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

table.calendar td.active a {
    background-color: #efefef;
    color: #2f2e2e;
}

table.calendar th {
    vertical-align: middle;
    font-size: 1.077em;
    padding: 0.769em 0;
    border-bottom: solid 1px #434343;
    text-align: center;
    font-weight: 600;
}

table.calendar th a {
    color: #606060;
}

table.calendar th.current-month {
    font-size: 1.385em;
    color: #ababab;
}

table.calendar th.other-month {
    font-weight: normal;
}

table.calendar tbody tr:first-child td {
    padding-top: 0.769em;
}

/* Social buttons */
ul.social-buttons {
    list-style: none outside;
    margin: 0;
    padding: 20px 0px;
    height: 20px;
}

ul.social-buttons li {
    float: left;
}

ul.social-buttons li.twitter {
    width: 90px;
}

ul.social-buttons li.facebook {
    width: 80px;
    margin-right: 16px;
}

ul.social-buttons li.draugiem {
    width: 94px;
}

ul.social-buttons li.google {
    width: 65px;
}

.sprite {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url("../assets/design/sprites.png");
    background-repeat: no-repeat;
}

.sprite.draugiem-btn {
    background-position: 0px 0px;
    display: block;
    height: 24px;
    width: 70px;
}

.sprite.facebook-btn {
    background-position: -78px 0px;
    display: block;
    height: 24px;
    width: 90px;
}

.sprite.twitter-btn {
    background-position: -173px 0px;
    display: block;
    height: 24px;
    width: 90px;
}

.sprite.codeart-logo {
    display: block;
    width: 47px;
    height: 21px;
}

.thumbnail h4 {
    margin: 0.462em 0;
}

.thumbnail figure {
    margin-bottom: 0.615em;
    position: relative;
}

.thumbnail figure > a {
    font-size: 0;
    line-height: 0;
    display: block;
}

.thumbnail figure h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.thumbnail figure h2 i {
    margin-left: 4px;
}

.thumbnail figure h2 a {
    color: #FFF;
    display: block;
    padding: 0.538em;
}

.thumbnail figure h2 a:hover {
    text-decoration: none;
}

.thumbnail h4 {
    margin-bottom: 0;
    font-size: 1.063em;
}

.thumbnail h3 {
    margin-bottom: 0;
    color: #343434;
}

.show .thumbnail h3 {
    color: white;
    margin-bottom: 0.308em;
}

.thumbnail h3 a,
.thumbnail h4 a {
    color: #343434;
    vertical-align: middle;
}

.thumbnail time {
    font-size: 1.077em;
}

.thumbnail time i {
    margin-left: 2px;
}

.thumbnail p.lead {
    margin-bottom: 0;
}

.thumbnail .icon-play {
    position: relative;
    top: 1px;
}

.show-profiles .thumbnail .icon-play {
    top: -1px;
}

.thumbnail h5 {
    margin-top: 0.462em;
    color: #808080;
}

.thumbnail.size-xlarge i.badge {
    font-size: 0.5em;
    line-height: 1.625em;
    position: relative;
    top: -3px;
}

.thumbnail.size-small h5 {
    font-weight: normal;
    color: #2e2e2e;
}

.thumbnail.size-small time {
    display: block;
    font-size: 1em;
    margin-top: 5px;
}

.thumbnail span.marker {
    background: none repeat scroll 0 0 #a7182e;
    bottom: 10px;
    color: #fff;
    display: block;
    font-size: 0.875em;
    left: 10px;
    padding: 1px 6px;
    position: absolute;
}

.article-thumbnail {
    margin-bottom: 1em;
}

.article-thumbnail figure {
    width: 35%;
}

.article-thumbnail h6 {
    color: #656464;
    margin: 0;
    font-size: 14px;
    margin-bottom: 4px;
}

.article-thumbnail h6 img {
    vertical-align: middle;
}

article.entry.article-thumbnail div {
    margin-left: 40%;
}

.icon-channel7,
.icon-channel1 {
    color: #aa172c;
}

.icon-play {
    font-size: 0.592em;
    opacity: 0.4;
}

.list-menu ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.list-menu > ul > li {
    border-bottom: solid 1px #d5d5d5;
}

.list-menu a {
    display: block;
    color: #2f2e2e;
    padding: 0.769em;
}

.list-menu > ul > li > a {
    font-size: 1.231em;
}

.list-menu ul li.active > a {
    color: #991127;
}

.list-menu ul ul {
    margin-bottom: 0.769em;
}

.list-menu ul ul a {
    padding-top: 0.308em;
    padding-bottom: 0.308em;
}

.list-menu a.remove {
    color: #FFF;
    display: none;
    padding: 0;
    margin: 0;
    float: right;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.23);
    width: 16px;
    line-height: 15px;
    height: 16px;
    text-align: center;
    margin-top: 0.769em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.list-menu li:hover a.remove {
    display: block;
}

.list-menu a.remove:hover {
    text-decoration: none;
}

/* Paging */
.page-selector {
    text-align: center;
    margin-top: 15px;
}

.page-selector span {
    background: #e9e9e9;
}

.page-selector a {
    background: #fff;
}

.page-selector span,
.page-selector a {
    border: 1px solid #CACACA;
    font-size: 18px;
    padding: 0 7px;
    margin: 0px 2px;
    color: #000;
    line-height: 33px;
}

#login-buttons {
    margin: 0;
    padding: 0;
    list-style: none outside;
    overflow: hidden;
    margin-bottom: 15px;
}

#login-buttons li {
    float: left;
    margin-right: 7px;
}

#login-buttons li a {
    display: block;
    border: solid 1px #cfcfcf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: #FFF;
}

#login-buttons li em {
    display: block;
    float: left;
    font-style: normal;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    color: #343232;
}

#login-buttons li span {
    display: block;
    float: left;
    padding: 3px 5px;
}

#login-buttons li span i {
    color: #FFF;
}

#login-buttons li.draugiem span {
    background-color: #f68900;
}

#login-buttons li.facebook span {
    background-color: #37549d;
}

#login-buttons li.twitter span {
    background-color: #35aade;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    line-height: 3em;
}

.flexslider.gallery {
    margin: 0;
}

.flexslider.gallery .slides > li {
    position: relative;
}

.flexslider.gallery,
.flexslider.gallery-carousel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: none;
    border: none;
    margin-bottom: 0;
}

.gallery .gallery-image-footer {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 0;
    display: block;
    left: 0;
    padding: 0.462em 0;
    position: absolute;
    width: 100%;
}

.gallery .gallery-image-footer i.copyright {
    padding-left: 0.750em;
}

.gallery .gallery-image-footer em,
.gallery .gallery-image-footer i.copyright {
    font-style: normal;
    font-size: 0.750em;
}

.gallery .gallery-image-footer em {
    float: right;
    padding-right: 0.750em;
    text-align: right;
}

.gallery .flex-direction-nav a {
    transition: none 0s ease 0s;
}

.gallery-carousel {
    margin-bottom: 1em;
}

.gallery-carousel li {
    opacity: 0.3;
    cursor: pointer;
}

.gallery-carousel li.flex-active-slide {
    opacity: 1;
}

.gallery-carousel .flex-direction-nav {
    display: none;
}

.gallery-thumbnail {
    background: #efefef;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1em;
    margin-bottom: 0.462em;
}

.video-player {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-bottom: 56.25%;
    height: 0 !important;*/
}
.video-player.lazyloaded {
    padding-bottom: 0;
}

.video-player iframe,
.video-player object,
.video-player embed,
.video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
}

.video-player .not-available {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 1.6em;
    line-height: 1.4em;
    box-sizing: border-box;
}

.jw-icon-rewind {
    display: none !important;
}

section.article .body {
    font-size: 1.077em;
    line-height: 1.769em;
}

.theme-badges {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
    overflow: hidden;
}

.theme-badges li {
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}

.theme-badges li span {
    background: none repeat scroll 0 0 #a7182e;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 7px 2px 7px;
}

.theme-badges li span a {
    color: #fff;
    font-size: 0.875em;
}

.video-play {
    color: #fff;
    display: block;
    font-size: 24px;
    left: 0;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#ad-tester {
    display: none;
}

.aa-warning {
    margin: 5px 0;
    padding: 5px;
    font-size: 11px;
    border: solid 1px #ccc;
    text-align: center;
}

.video-player__age {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    border-radius: 100%;
    top: 3%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 32px;
    left: 2%;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px;
    z-index: 9;
}
 /* boxes.css */
section {
	margin-bottom:1.5em;
}

section.box {
	-webkit-border-radius: 3px;
    border-radius: 3px;
    padding:0.769em;
}

section.highlight {
	background:#ffffff;
	border:solid 1px #c9c9c9;
}

section.inverse {
	background: #343434;
	border:none;
	color:#807d7d;
}

section.inverse p.more a {
	color:#FFF;
}



article.entry {
	overflow:hidden;
	clear:both;
	min-height:60px;
}

article.entry figure {
	float:left;
	font-size:0;
	line-height:0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    overflow:hidden;
}

article.entry p.h {
	margin:0;
}

article.entry time {
	display: block;
	position: relative;
	top: -2px;
}

article.entry div {
	margin-left:60px;
}

article.entry.highlight h4 a {
	color:#a8182f;
}

article.entry h4 a {
	color:#3c3c3c;
}

article.entry h5 time {
	display:inline;
	top:-1px;
	margin-left:2px;
	font-size:0.846em;
}

.large-article h3 a {
	color:#3a3535;
}
 /* tabs.css */
ul.tabs {
	overflow:hidden;
	list-style: none outside;
	margin:0;
	padding:0;
	display:table;
	width:100%;
	margin-bottom:0.571em;
	-webkit-border-radius:3px;
	border-radius:3px;
}

ul.tabs li {
	display:table-cell;
	text-align: center;
	overflow:hidden;
}

.lt-ie8 ul.tabs {
	display:block;
}

.lt-ie8 ul.tabs li {
	display:block;
	float:left;
	width:50%;
}

ul.tabs li a {
	display: block;
	padding:5px 0;
	color:#848181;
	-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	background:#e6e6e6;
}

ul.tabs li a:hover {
	text-decoration:none;
}

ul.tabs li:first-child,
ul.tabs li:first-child a {
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

ul.tabs li:last-child,
ul.tabs li:last-child a {
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
}

div.tab-content {
	display:none;
	position:relative;
}

div.tab-content.active {
	display: block;
}


.inverse ul.tabs {
	background:#2b2a2a;
	border:solid 1px #212020;
	border-bottom-color:#4a4a4a;
}

.inverse ul.tabs li a {
	background: #2d2c2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d2c2c 0%, #292828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2c2c), color-stop(100%,#292828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d2c2c 0%,#292828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d2c2c 0%,#292828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d2c2c 0%,#292828 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2d2c2c 0%,#292828 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2c2c', endColorstr='#292828',GradientType=0 ); /* IE6-9 */
}

.inverse ul.tabs li a:hover {
	color:#FFF;
}

ul.tabs li.active a {
	color:#FFF;
	background: #b81d36; /* Old browsers */
	background: -moz-linear-gradient(top,  #b81d36 0%, #9f1128 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b81d36), color-stop(100%,#9f1128)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b81d36 0%,#9f1128 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b81d36 0%,#9f1128 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b81d36 0%,#9f1128 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b81d36 0%,#9f1128 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81d36', endColorstr='#9f1128',GradientType=0 ); /* IE6-9 */
}

/* Scroll */
 /* 2columns.css */

 /* tvguide.css */
.tvguide-list {
	margin:0;
	padding:0;
	list-style:none outside;
}

.tvguide-list li {
	padding:0.462em 0;
}

.tvguide-list li dl {
	overflow:hidden;
}

.tvguide-list li dl,
.tvguide-list li dt,
.tvguide-list li dd {
	margin:0;
	padding:0;
}

.tvguide-list li dd i {
	vertical-align:middle;
	color:#000;
	opacity:.4;
}

.tvguide-list li.live dd i {
	color:#FFF;	
}

.tvguide-list li dt {
	float:left;
	font-weight: 600;
}

.tvguide-list li.live {
	font-weight:600;
}

.tvguide-list li dd {
	margin:0; 
	margin-left:3.462em;
}

.inverse .tvguide-list li i.badge {
	margin-left:4px; 
}

.tvguide-list li.ended dt,
.tvguide-list li.ended dd,
.tvguide-list li.ended dd a {
	color:#807d7d !important;
}

.tvguide-box .scrollable {
	height:242px;
	position:relative;
}

.tvguide-list.list-large li {
	padding:0.462em 0.769em;
}

.tvguide-list.list-large li.live {
	background:#a61a31;
}

.tvguide-list.list-large li.live,
.tvguide-list.list-large li.live a {
	color:#FFF;
}

.tvguide-list.list-large li.ended {
	background:#f2f2f2;	
}




.inverse .tvguide-list li i {
	color:#FFF;	
}

.inverse .tvguide-list li i.badge {
	background-color:#444444;
}

.inverse .tvguide-list li i.badge.on {
	background-color:#a8182f;
}

.tvguide-list.list-large li.live i.badge.on {
	background:#FFF;
	color:#A61A31;
}

.inverse .tvguide-list li dd,
.inverse .tvguide-list li dd a {
	color:#FFF;
}

.inverse .tvguide-list li dt {
	color:#FFF;
}

.inverse .tvguide-list li {
	border-bottom:solid 1px #2a2929;
}


.guide-legend {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.guide-legend li {
	overflow:hidden;	
}

.guide-legend i {
	display:block;
	vertical-align:middle;
	float:left;
	width:24px;
	height:20px;
	color:#aaa;
	opacity:1;
	position:relative;
	top:4px;
}
 /* header.css */
#main-header {
    background: #991127;
    height: 55px;
    color: #FFF;
}

#main-header .layout-wrap {
    position: relative;
}

#main-header #logo {
    display: block;
    width: 185px;
    background: url('../assets/design/logo.png') no-repeat center;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0px;
    background-size: contain;
    text-decoration: none;
}

#main-header #logo:hover {
    text-decoration: none;
}

#main-header #main-menu {
    position: absolute;
    top: 0;
    width: 100%;
}

#main-header #main-menu-wrap {
    padding-left: 195px;
}

#main-header #main-menu table {
    width: 100%;
}

#main-header #main-menu table td {
    line-height: 55px;
    padding: 0;
    white-space: nowrap;
}

#main-header #main-menu table td i {
    margin-right: 2px;
    position: relative;
    top: 1px;
}

#main-header #main-menu table td div {
    position: relative;
    height: 55px;
    text-align: center;
}

#main-header #main-menu table td div > a {
    color: #FFF;
    font-size: 1.188rem;
    display: block;
    padding: 0 0.692em;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#main-header #main-menu table td div:hover > a {
    text-decoration: none;
    background: #fff;
    color: #302f2f;
    text-shadow: none;
}

#main-header #main-menu table td.spacer {
    width: 100%;
}

#main-header #main-menu table td.hidden-item {
    display: none;
}

#main-header #main-menu table td div ul {
    background: #f2f2f2;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 155px;
    z-index: 10000;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    display: none;
}

#main-header #main-menu table td div:hover ul {
    display: block;
}

#main-header #main-menu ul li,
#main-header #main-menu ul li a {
    display: block;
    float: none;
}

#main-header #main-menu ul li {
    border-top: solid 1px #FFF;
}

#main-header #main-menu ul li:first-child {
    border-top: none;
}

#main-header #main-menu ul li:last-child a {
    border-bottom: none;
}

#main-header #main-menu ul li a {
    padding: 0.769em;
    line-height: 1.000em;
    text-align: right;
    color: #302f2f;
    border-bottom: solid 1px #c9cacc;
}

#main-header #main-menu ul li:hover {
    border-top-color: #343232;
}

#main-header #main-menu ul li:hover a {
    background: #343232;
    color: #FFF;
    text-decoration: none;
    border-bottom-color: #343232;
}

 /* footer.css */
#main-footer {
	background:#2f2e2e;
	border-top:solid 7px #a5142b;
	padding:1.538em 0;
	color:#8f8f8f;
}

#main-footer nav a {
	color:#FFF;
	margin-right:10px;
}

#main-footer .developer-logo {
	float:right;
}
 /* toolbar.css */
#secondary-header {
	padding:1em 0;
}

#secondary-header nav {
	float:right;
}

#secondary-header nav ul {
	margin:0;
	padding:0;
	list-style:none outside;
}

#secondary-header nav ul li {
	margin-left:1em;
	float:left;
}

#secondary-header nav li a {
	color:#252525;
}

#secondary-header nav li i {
	color:#991127;
	margin-right:5px;
	position:relative;
	top:1px;
}
 /* footermenu.css */

 /* submenu.css */

 /* toolbarmenu.css */

 /* text.css */

 /* show.css */

 /* mainmenu.css */

 /* guide_box.css */

 /* list.css */

 /* 2columns_left.css */

 /* nearestlive.css */
.live-timer {
	background:#2a2a2a;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color:#FFF;
	padding:10px;
	text-align: center;
}

.live-timer .countdown_section {
	color:#999999;
	display:inline-block;
	margin:0 10px;
}



.live-timer .countdown_amount {
	color:#FFF;
	font-size:3em;
	font-weight:600;
}

.live-block-large {
	padding:0;
	margin-bottom: 30px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.live-block-large p {
	margin:0;
}

.live-block-large .info {
	padding:10px;	
}

.live-block-large .info h3 {
	margin:0;
	margin-bottom:5px;
}

.live-block-large time {
	display: block;
	margin-bottom: 4px;
}

.live-block-large .icon {
	float:right;
}

.live-block-large p.rounded-image img {
	-webkit-border-radius:0;
	border-radius:0;
}

.live-block-large.live p.rounded-image img {
	-webkit-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;	
}

.live-block-large.live {
	background:#a8182f;
	color:#FFF;
}

.live-block-large.live time {
	color:#ccc;
}

.live-block-large.live h3 a {
	color:#FFF;
}
 /* search.css */

 /* single.css */

 /* live.css */
.tv {
    min-height: 26.923em;
    background: #141414;
    text-align: center;
    position: relative;
}

.tv h2 {
    position: absolute;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 50%;
    margin-top: -1em;
}

.live-notes {
    line-height: 1.769em;
}

section.tv {
    margin-bottom: 0;
}

.tv-links {
    margin-top: 0.5em;
    text-align: right;
}

.tv-links a {
    color: #2691ee;
}

.tv-links a:hover {
    color: #FFF;
}

.broadcast-next {
    background-image: url('../assets/design/live_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 39.7em;
}

.broadcast-next:before {
    content: " ";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.broadcast-next .watch-now {
    bottom: 5%;
    display: block;
    padding: 1em;
    position: absolute;
    right: 5%;
}

.broadcast-next .show-name {
    color: #FFF;
    font-size: 1.714em;
    margin-bottom: 10px;
}

.broadcast-next a {
    display: block;
    text-align: right;
    font-weight: 600;
}

.broadcast-next a:hover {
    color: #FFF;
}

.broadcast-next .countdown_row {

}

.broadcast-next .countdown_section {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    text-transform: lowercase;
    color: #c0c0c0;
}

.broadcast-next .countdown_amount {
    background: none repeat scroll 0 0 #1E1C1D;
    display: block;
    font-size: 38px;
    font-weight: 300;
    line-height: 1em;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: -16px;
    color: #FFF;
}

.broadcast-next .open-now-link {
    background: #A7182E;
    color: #FFF;
    padding: 1em;
}
 /* 3column.css */

 /* comments.css */
#add-reply-txt {
    display: none;
    clear: both;
}

.comments-view-chat #login-buttons,
.comments-view-chat #comment-add-form {
    margin: 0;
}

.inp.username-inp {
    display: none;
}

.comments-view-chat #comment-form label {
    display: none;
}

.comments-view-chat article.comment-chat {
    border-bottom: solid 1px #292929;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.comments-view-chat article.comment-chat p {
    margin: 0;
    color: #e2e2e2;
}

.comments-view-chat .scrollable {
    height: 399px;
    margin-bottom: 15px;
}

.comments-view-chat .overlay {
    background-image: url('../assets/design/16.gif');
    width: 40px;
    height: 5px !important;
    left: auto;
    right: 0;
    top: 0;
}

#comment-author {
    float: right;
    padding-top: 4px;
}

.comments-view-default .comments-display {
    position: relative;
    margin-bottom: 1em;
}

.comments-view-default #comment-author {
    float: right;
}

.comments-view-default .comments-display article {
    border-bottom: solid 1px #dbdbdb;
    padding: 20px 0px 45px;
}

.comments-view-default .comments-display article .contents h4 {
    color: #000;
}

.comments-view-default .comments-display article .contents time {
    color: #959595;
    font-weight: normal;
    font-size: 0.929em;
    margin-left: 5px;
}

.comments-view-default .comments-display article.has_pic figure {
    float: left;
}

.comments-view-default .comments-display article.reply {
    padding-left: 40px;
}

.comments-view-default .comments-display article.has_pic .body {
    margin-left: 70px;
    color: #393939;
}

.comments-view-default .comments-display article .contents ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none outside;
    float: right;
}

.comments-view-default .comments-display article .contents ul li {
    float: left;
    margin-left: 20px;
}

.comments-view-default .comments-display article .contents ul li i {
    position: relative;
    top: 2px;
    left: -3px;
}

.comments-view-default .comments-display article .contents ul li a {
    color: #7e7e7e;
    text-decoration: none;
    font-weight: 300;
}

.comments-view-default .comments-display header ul {
    margin: 0;
    padding: 0;
    list-style: none outside;
    float: right;
}

.comments-view-default .comments-display header ul li {
    float: left;
    line-height: 20px;
    margin-left: 15px;
}

.comments-view-default .comments-display article .contents ul li a em {
    font-style: normal;
}

.comments-view-default #login-buttons {
    margin: 0;
    padding: 0;
    list-style: none outside;
    overflow: hidden;
    margin-bottom: 15px;
}

.comments-view-default #login-buttons li {
    float: left;
    margin-right: 7px;
}

.comments-view-default #comment-add-form {
    color: #393939;
}
 /* forms.css */
table.forms {
    width: 100%;
    border-collapse: collapse;
}

table.forms td {
    vertical-align: top;
    padding: 0 5px;
}

table.forms td:first-child {
    padding-left: 0;
}

table.forms td:last-child {
    padding-right: 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(246, 246, 246, 0.5) url('../assets/design/325_white.gif') no-repeat center;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cdcdcd;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border-color: #c5c5c5;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #f5f5f5, #d5d5d5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#d5d5d5));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #d5d5d5);
    background-image: -o-linear-gradient(top, #f5f5f5, #d5d5d5);
    background-image: linear-gradient(to bottom, #f5f5f5, #d5d5d5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#d5d5d5d5', GradientType=0);
    background-position: 0 0;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    padding-top: 5px;
    padding-bottom: 3px;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-large:active {
    padding: 12px 19px 10px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-small:active {
    padding-top: 3px;
    padding-bottom: 1px;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-mini:active {
    padding-top: 1px;
    height: 22px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #888;
}

div.form-overlay {
    position: relative;
}

.message {
    margin-bottom: 10px;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.message.ok {
    background: #d9f7d4;
    color: #257517;
}

.message.error {
    background: #f7d4d4;
    color: #751717;
}

.chk,
.sel,
.inp {
    display: block;
    margin-bottom: 10px;
}

.inp.username-inp {
    display: none;
}

.inp {
    border: solid 1px #cbcbcb;
    background: #FFF;
    color: initial;
    padding: 4px 4px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 1px 0px #d6d6d6;
    -moz-box-shadow: inset 0px 0px 1px 0px #d6d6d6;
    box-shadow: inset 0px 0px 1px 0px #d6d6d6;
    position: relative;
}

.form-err-msg {
    color: #FF0000;
    float: right;
    font-size: 11px;
    margin-left: 5px;
    margin-top: -18px;
}

select {
    width: 100%;
    padding: 4px 4px 5px;
    border: solid 1px #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 1px 0px #d6d6d6;
    -moz-box-shadow: inset 0px 0px 1px 0px #d6d6d6;
    box-shadow: inset 0px 0px 1px 0px #d6d6d6;
}

input,
textarea {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
}

textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.inp.inpicon input {
    text-indent: 25px;
}

.inp.inpicon .icon {
    left: 5px;
    position: absolute;
    top: 4px;
}

/* Dark tempplate */
.inp.dark {
    background: #403f3f;
    border-color: #2c2c2c #2c2c2c #262626 #2c2c2c;
    -webkit-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
    -moz-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
    box-shadow: inset 0px 0px 1px 0px #2c2c2c;
}

.inp.dark input,
.inp.dark textarea {
    color: #FFF;
}

.sel.dark select {
    background: #403f3f;
    border: solid 1px #2c2c2c;
    -webkit-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
    -moz-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
    box-shadow: inset 0px 0px 1px 0px #2c2c2c;
    color: #FFF;
}

input.radio {
    width: auto !important;
}

.radio,
.checkbox {
    line-height: 19px;
    min-height: 20px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 2.5rem;
    cursor: pointer
}

.custom-file input[type="file"] {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file .file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem
}

.custom-file .file-control::after {
    content: "Nav izv\0113l\0113ts neviens fails..."
}

.custom-file .file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: auto;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0
}

.custom-file .file-control::before {
    content: "Izv\0113lieties failu"
}

.custom-file .file-control[data-filename]::after {
    content: attr(data-filename)
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label.red {
    color: #a7182e;
    font-weight: bold;
}

.req {
    color: #a7182e;
}
 /* myaccount.css */
.video-list {
	position:relative;
}

#video-list-paging {
	margin-bottom: 30px;
	padding: 10px 0;
	text-align: center;
}

 /* firstpage.css */

 /* spotlight_big.css */

 /* annotations.css */

 /* spotlight_4items.css */

 /* show_item.css */
section.show {
	padding:1em;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color:#FFF;
	background-repeat:no-repeat;
	background-size:cover;
	backgrouns-position:center;
}

section.show a {
	color:#FFF;
}

section.show .thumbnail h5,
section.show .thumbnail h5 a {
	color:#FFF;
}

section.show a.btn-link {
	background:none;
	color:#FFF;
	border:solid 1px rgba(255,255,255,0.4);
	float:right;
	margin-top:1em;
}

section.show a.btn-link i {
	color:#FFF;
}

section.show h1 {
	margin-bottom:0.500em;
	color:#FFF;
	font-weight: 300;
	
}

section.show a.btn-link:hover {
	background:#FFF;
	color:#2e2d2d;
}

section.show a.btn-link:hover i {
	color:#2e2d2d;
}


section.show .thumbnail time {
	color:rgba(255,255,255,0.4);
}

section.show p.show-descr {
	margin-top:-25px;
}


section.show > .list.thumbs66  > .column {
	padding-bottom:0;
}
 /* spotlight_shows.css */

 /* article.css */
section.article {
	background:#FFF;
	padding:1.5em;
	margin-bottom:0;
}

section.article-comments {
	border-top:solid 1px #dbdbdb;
	background:#f9f9f9;
}

section.article,
section.article h2,
section.article h4 {
	color:#242223;
}

section.article-video {
	margin-bottom:0;
}

section.article .social-buttons {
	padding-bottom:0;
}

#article-view section.ad {
	margin:1em 0;
}
 /* gallery.css */
/*
.gallery .gallery-display {
	background:#000;
	position:relative;
	font-size:0;
	line-height:0;
}

.gallery .gallery-item {
	width:100%;
}

.gallery.gallery-multiple-items .gallery-item {
	cursor:pointer;
}

.gallery .gallery-item.transition {
	position:absolute;
	left:0;
	top:0;
}

.gallery .gallery-item img {
	width:100%;
}

.gallery .gallery-item span.gallery-image-footer {
	background:rgba(0,0,0,0.5);
	line-height:1rem;
	bottom: 0;
	display: block;
	font-size: 1rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.gallery .gallery-item span.gallery-image-footer i,
.gallery .gallery-item span.gallery-image-footer em {
	font-style:normal;
	padding:1em;
	display:block;
}

.gallery .gallery-item span.gallery-image-footer i.copyright {
	float:right;
}

.gallery .gallery-arrows {
	display:block;
	position:absolute;
	width:23px;
	height:39px;
	background:url('../assets/design/gallery_arrows.png') no-repeat;
	top:50%;
	margin-top:-20px;
	opacity:0.2;
}

.gallery .gallery-arrows.hov {
	opacity:1;
}

.gallery .gallery-arrow-left {
	left:2%;
	background-position: -25px 0px;
}

.gallery .gallery-arrow-right {
	right:2%;
}
*/

.flex-direction-nav li a.flex-next {
    right: 0 !important;
}

.flex-direction-nav li a.flex-prev {
    left: 0 !important;
}

.flex-direction-nav li a {
    display: block;
    text-indent: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    margin: 0;
    margin-top: -8%;
    text-align: center !important;
    text-shadow: none;
    transition: none 0s ease 0s;
    padding: 8%;
}
 /* jquery.zebra.datepicker.css */
/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *                          { margin: 0; padding: 0; color: #000 }
.Zebra_DatePicker                            { position: absolute; background: #d2d2d2; border: 3px solid #efefef; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; z-index: 100; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13px }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { background: #E8E8E8; width: 30px; border: 1px solid #7BACD2 }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th          { background: #FFCC33 }
.Zebra_DatePicker td.dp_not_in_month        { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_weekend             { background: #D8D8D8 }
.Zebra_DatePicker td.dp_weekend_disabled    { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected            { background: #5A4B4B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number         { background: #FFCC33; color: #555; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px }
.Zebra_DatePicker .dp_footer td             { color: #FFF; padding: 2px; font-weight: bold }
.Zebra_DatePicker .dp_footer .dp_hover      { background: #222; color: #FFF; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #C40000 }
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #482424; color: #FFF }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { position: absolute; width: 16px; height: 16px; background: url('calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; margin: 0 0 0 5px; padding: 0; line-height: 0 }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('calendar-disabled.png') }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 3px 0 0 }

/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }
}

.Zebra_DatePicker {
	background:#403f3f;
	border-color:#efefef; 
	-webkit-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
	-moz-box-shadow: inset 0px 0px 1px 0px #2c2c2c;
	box-shadow: inset 0px 0px 1px 0px #2c2c2c;
	border-width:1px;
}

.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	border-color:#bfc0c0;
	background:#fff;
	color:#444;
	font-size:11px;
}

.Zebra_DatePicker td.dp_not_in_month {
	color:#6f6f6f;
}

.Zebra_DatePicker td:hover {
	background:#a8182f;
	color:#FFF;
}

.Zebra_DatePicker td.dp_selected {
	background:#198EF2;
	color:#FFF;
}

.Zebra_DatePicker .dp_footer {
	display:none;
}

.Zebra_DatePicker .dp_header {
	margin-top:4px;
}
 /* rss.css */
#rss-list table {
	width:100%;	
	margin-bottom:25px;
}

#rss-list table td {
	padding:5px 0;	
}

#rss-list table td.cat {
	width:50%;	
}

#rss-list table td.lnk {
	width:50%;	
}


 /* similar.css */
#similar-videos .thumbnail {
	margin-bottom:1.5em;
}
 /* popular.css */

 /* az.css */
ul.char-list {
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:2em;
}

ul.char-list li {
	display:block;
	float:left;
}

ul.char-list li a {
	color: #343434;
	display: block;
	font-size: 1.385em;
	font-weight: 300;
	height: 0.692em;
	width: 0.692em;
	text-align: center;
	line-height: 0.692em;
	padding: 0.692em;
	-webkit-border-radius:100%;
    border-radius:100%;
}

ul.char-list li.active a {
	background:#991127;
	color:#FFF;
}
 /* spotlight_2items.css */

 /* category.css */

 /* popular_3items.css */

 /* follow_pages.css */

.social-follow a {
	display:block;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding:0.769em 0;
	text-align: center;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-follow .follow-facebook {
	background-color:#39579a;
}

.social-follow .follow-draugiem {
	background-color:#f26421;
}

.social-follow .follow-twitter {
	background-color:#60baf6;
}

 /* profile.css */
#show-profile .show-subtitle {
	color: #818181;
	margin:0;
	font-size:1.154em;
}

#show-profile h1.show-title {
	margin:0;
}

#show-profile .subscr-btn {
	float:right;
	margin-top:1em;
}
 /* poll.css */
.poll-questions {
	margin:0;
	padding:0;
	list-style:none outside;
}

.poll-questions li {
	
}

.poll-questions li input {
	float:left;
}

.poll-questions li label {
	display:block;
	margin-left:25px;
	line-height: 1.375em;
	color:#3d393a;
}

.vote-result .progress {
	display:block;
	margin-bottom:0.5em;
	margin-top:3px;
}

.vote-result .progress {
	background:#efefef;	
}

.vote-result .progress,
.vote-result .progress .bar {
	display:block;
	height:9px;
}

.vote-result .progress .bar {
	background:#991127;
}
 /* channel.css */
.channel-now .channel-data h1 {
	font-size:1.846em;
}

.channel-now {
	margin-bottom:1em;
}

.channel-now .channel-data {
	min-height:170px;	
}
 /* spotlight_3items.css */

 /* latest.css */

 /* latest_news.css */

 /* newslist.css */
.article-list-compact article {
	margin-bottom:1em;
}

.article-list-compact h3 {
	margin:0;
}

.article-list-compact figure {
	width:9%;
	float:left;
}

.article-list-compact .art-data {
	margin-left:10%;
}
 /* section_highlight.css */

 /* spot_news.css */
.newslist-compact .entry {
	min-height:0 !important;
	margin-bottom:0.7em;
}

.newslist-compact .entry h5 {
	position:relative;
	top:-2px;
}
 /* sekotaji.css */

 /* eiropamiti.css */

 /* projekti_eiroviizija.css */

 /* flexslider.css */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* 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;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('../assets/fonts/flexslider-icon.eot');
    src: url('../assets/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/flexslider-icon.woff') format('woff'),
    url('../assets/fonts/flexslider-icon.ttf') format('truetype'),
    url('../assets/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 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 {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    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 {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
 /* catshows.css */

 /* vecgada.css */

 /* empty.css */
#empty-layout {
	padding:2em;	
}
 /* profile_news.css */

 /* anketa.css */

 /* balsojums.css */

 /* projekti_liela_lasiishana.css */

 /* jquery.ui.css */
/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=highlight_soft&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=highlight_hard&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=highlight_hard&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=diagonals_thick&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=dots_small&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-widget{font-family:Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #eee;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e3a1a1;background:#c00 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d8dcdf;background:#eee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#004276}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#004276;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #cdd5da;background:#f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#111}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#111;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #eee;background:#fff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;font-weight:bold;color:#c00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#c00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcd3a1;background:#fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;color:#444}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#444}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #c00;background:#f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;color:#2e2e2e}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#2e2e2e}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#2e2e2e}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_004276_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cc0000_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:6px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:6px}.ui-widget-overlay{background:#a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;opacity:.4;filter:Alpha(Opacity=40)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;opacity:.1;filter:Alpha(Opacity=10);border-radius:8px}
 /* draugiem_voting.css */

 /* slageraptauja.css */

 /* colorbox.css */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(../assets/design/overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../assets/design/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../assets/design/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../assets/design/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../assets/design/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../assets/design/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../assets/design/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../assets/design/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../assets/design/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(../assets/design/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../assets/design/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../assets/design/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../assets/design/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../assets/design/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
 /* attieciibu_anketa.css */

 /* video.css */
.video-preload {
	background-size: cover;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.video-preload .copyright {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	left: 0;
	line-height: 1;
	padding: 4px 10px;
	position: absolute;
	top: 0;
}


.video-preload i {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	border-radius: 100%;
	display: block;
	font-size: 38px;
	height: 80px;
	color:#c01b7e;
	left: 50%;
	line-height: 81px;
	margin-left: -40px;
	margin-top: -40px;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-indent: 8px;
	top: 50%;
	width: 80px;
}
 /* kids_default.css */

 /* banners.css */
.ad[data-banner].type-html5 .linkwrap {
	position: relative; 
	display: inline-block;
	width: 100%;
}

.ad[data-banner].type-html5 .linkwrap div {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	z-index: 1;
}

.ad[data-banner].type-html5 .linkwrap iframe {
	z-index: 2;
	overflow: hidden;
}
 /* flowplayer.css */
@charset "UTF-8";
@font-face {
    font-family: flowplayer;
    src: url("../assets/design/flowplayer/icons/flowplayer.eot?#iefix") format("embedded-opentype"), url("../assets/design/flowplayer/icons/flowplayer.woff2") format("woff2"), url("../assets/design/flowplayer/icons/flowplayer.woff") format("woff"); }

.fp-icon {
    display: inline-block; }
.fp-icon:before {
    font-family: flowplayer;
    font-size: 1.7em; }

.fp-airplay:before {
    content: "\e001"; }

.fp-fullscreen:before {
    content: "\e002"; }

.fp-checked:before {
    content: "\e003"; }

.fp-embed:before {
    content: "\e004";
    color: #fff; }

.fp-chromecast:before {
    content: "\e005"; }

.fp-email:before {
    content: "\e006"; }

.fp-playbtn:before {
    content: "\e007"; }

.fp-share:before {
    content: "\e009"; }

.fp-share2:before {
    content: "\e00a"; }

.fp-twitter:before {
    content: "\e00c";
    color: #1da1f2; }

.fp-facebook:before {
    content: "\e00a";
    color: #3b5998; }

.fp-volumebtn:before {
    content: "\e00b"; }

.fp-volume-off:before {
    content: "\e00d"; }

.fp-unload:before {
    content: "\e00f"; }

.fp-prevbtn:before {
    content: "\e011"; }

.fp-nextbtn:before {
    content: "\e012"; }

.flowplayer.is-mouseover .fp-captions, .flowplayer.is-paused .fp-captions {
    bottom: 3em; }

.flowplayer.is-poster .fp-engine {
    filter: alpha(opacity=0);
    opacity: 0; }

.flowplayer.is-loading .fp-engine {
    top: -9999em; }

.flowplayer.is-loading .fp-ui .fp-header, .flowplayer.is-loading .fp-ui .fp-controls {
    filter: alpha(opacity=0);
    opacity: 0; }

.flowplayer.is-splash .fp-ui > *, .flowplayer.is-poster .fp-ui > * {
    display: none; }

.flowplayer.is-splash .fp-ui > .fp-play, .flowplayer.is-poster .fp-ui > .fp-play {
    display: block; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-play, .flowplayer.is-poster.is-loading .fp-ui > .fp-play {
    display: none; }

.flowplayer.is-splash.is-loading .fp-ui > .fp-waiting, .flowplayer.is-poster.is-loading .fp-ui > .fp-waiting {
    display: block; }

.flowplayer.is-poster .fp-engine {
    left: -9999em;
    top: -9999em; }

.flowplayer.is-poster .fp-captions {
    display: none !important; }

.flowplayer.is-disabled .fp-color {
    background-color: #999; }

.flowplayer.has-title .fp-header {
    top: 0;
    text-align: right; }

.flowplayer.is-fullscreen {
    top: 0 !important;
    left: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    background-image: none !important;
    background-color: #333; }
.flowplayer.is-fullscreen .fp-player {
    background-color: #333; }
.flowplayer.is-fullscreen .fp-fullscreen:before {
    content: "\e016"; }

.flowplayer.is-fullscreen.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-minimal .fp-fullscreen:before {
    content: "\e216"; }

.flowplayer.is-fullscreen.fp-edgy .fp-fullscreen:before {
    content: "\e116"; }

.flowplayer.is-fullscreen.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.is-fullscreen.fp-edgy.fp-minimal .fp-fullscreen:before {
    content: "\e316"; }

.flowplayer.is-fullscreen.is-mouseout.is-playing .fp-ui {
    cursor: none; }

.flowplayer.is-loading .fp-waiting, .flowplayer.is-seeking .fp-waiting {
    display: block !important; }
.flowplayer.is-loading .fp-waiting svg, .flowplayer.is-loading .fp-waiting p, .flowplayer.is-seeking .fp-waiting svg, .flowplayer.is-seeking .fp-waiting p {
    filter: alpha(opacity=100);
    opacity: 1; }

.flowplayer.is-loading .fp-play, .flowplayer.is-seeking .fp-play {
    display: none !important; }

.flowplayer.is-playing {
    background-image: none !important; }
.flowplayer.is-playing .fp-playbtn:before {
    content: "\e008"; }

.flowplayer.is-playing.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-minimal .fp-playbtn:before {
    content: "\e208"; }

.flowplayer.is-playing.fp-edgy .fp-playbtn:before {
    content: "\e108"; }

.flowplayer.is-playing.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.is-playing.fp-edgy.fp-minimal .fp-playbtn:before {
    content: "\e308"; }

.flowplayer.is-muted .fp-volumebtn:before {
    content: "\e00d"; }

.flowplayer.is-muted.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-minimal .fp-volumebtn:before {
    content: "\e20d"; }

.flowplayer.is-muted.fp-edgy .fp-volumebtn:before {
    content: "\e10d"; }

.flowplayer.is-muted.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.is-muted.fp-edgy.fp-minimal .fp-volumebtn:before {
    content: "\e30d"; }

.flowplayer.is-inverted .fp-duration {
    display: none; }

.flowplayer.is-inverted .fp-remaining {
    display: block; }

.flowplayer.is-closeable .fp-header .fp-unload {
    display: block; }

.flowplayer.is-error {
    background-color: #aaa; }
.flowplayer.is-error .fp-ui {
    filter: alpha(opacity=100);
    opacity: 1; }

.flowplayer.is-live .fp-timeline {
    visibility: hidden; }

.flowplayer.is-live .fp-bar > *.fp-buffer, .flowplayer.is-live .fp-bar-slider > *.fp-buffer {
    max-width: 100%; }

.flowplayer.is-live.is-dvr .fp-timeline {
    visibility: visible; }

.flowplayer.is-live.is-dvr.is-live-position .fp-duration {
    color: #c10f7d; }

.flowplayer.is-flash-disabled .fp-waiting {
    display: none !important; }

.flowplayer.is-flash-disabled .fp-ui {
    height: auto;
    background: none;
    filter: alpha(opacity=100);
    opacity: 1; }
.flowplayer.is-flash-disabled .fp-ui .fp-header, .flowplayer.is-flash-disabled .fp-ui .fp-controls {
    display: none; }

.flowplayer.is-flash-disabled .fp-engine {
    top: 0; }

.flowplayer.is-tiny {
    font-size: .7em; }

.flowplayer.is-small {
    font-size: .8em; }

.flowplayer.no-buffer .fp-ui .fp-controls .fp-timeline .fp-buffer {
    display: none; }

.flowplayer.no-volume .fp-volumebar {
    display: none; }

.flowplayer.fp-mute .fp-volumebtn {
    display: inline-block; }

@-webkit-keyframes pulse {
    0% {
        filter: alpha(opacity=0);
        opacity: 0; }
    100% {
        filter: alpha(opacity=100);
        opacity: 1; } }

@keyframes pulse {
    0% {
        filter: alpha(opacity=0);
        opacity: 0; }
    100% {
        filter: alpha(opacity=100);
        opacity: 1; } }

.flowplayer .fp-chromecast-engine {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff; }
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-status {
    font-size: 150%;
    text-align: center; }
.flowplayer .fp-chromecast-engine .fp-chromecast-engine-icon {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiIG9wYWNpdHk9Ii4xIi8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+CiAgICA8cGF0aCBkPSJNMSAxOHYzaDNjMC0xLjY2LTEuMzQtMy0zLTN6bTAtNHYyYzIuNzYgMCA1IDIuMjQgNSA1aDJjMC0zLjg3LTMuMTMtNy03LTd6bTE4LTdINXYxLjYzYzMuOTYgMS4yOCA3LjA5IDQuNDEgOC4zNyA4LjM3SDE5Vjd6TTEgMTB2MmM0Ljk3IDAgOSA0LjAzIDkgOWgyYzAtNi4wOC00LjkzLTExLTExLTExem0yMC03SDNjLTEuMSAwLTIgLjktMiAydjNoMlY1aDE4djE0aC03djJoN2MxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPgo8L3N2Zz4=");
    -webkit-mask-size: 100% 100%;
    background-color: #fff;
    margin: 10% auto 2em;
    height: 5em;
    width: 5em; }

.flowplayer.is-chromecast {
    background-color: #333; }
.flowplayer.is-chromecast .fp-chromecast-engine {
    display: block; }
.flowplayer.is-chromecast .fp-flash-disabled {
    display: none !important; }
.flowplayer.is-chromecast .fp-engine {
    left: -9999em;
    top: -9999em;
    bottom: auto;
    right: auto; }

.flowplayer.fp-default-playlist .fp-prev, .flowplayer.fp-default-playlist .fp-next {
    position: absolute;
    top: 45%;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
.flowplayer.fp-default-playlist .fp-prev:before, .flowplayer.fp-default-playlist .fp-next:before {
    font-family: flowplayer;
    font-size: 2.8em; }

.flowplayer.fp-default-playlist .fp-prev {
    left: 0.4em; }
.flowplayer.fp-default-playlist .fp-prev:before {
    content: "\e011"; }

.flowplayer.fp-default-playlist .fp-next {
    right: 0.4em; }
.flowplayer.fp-default-playlist .fp-next:before {
    content: "\e012"; }

.flowplayer.fp-default-playlist .fp-playlist {
    position: absolute;
    right: 0.4em;
    bottom: 3em;
    width: 100%;
    text-align: center; }
.flowplayer.fp-default-playlist .fp-playlist a {
    background-color: #fff;
    height: 0.8em;
    border-radius: 50%;
    width: 0.8em;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.flowplayer.fp-default-playlist .fp-playlist a:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
.flowplayer.fp-default-playlist .fp-playlist a.is-active {
    filter: alpha(opacity=100);
    opacity: 1; }

.flowplayer.fp-default-playlist.fp-edgy .fp-prev:before {
    content: "\e111"; }

.flowplayer.fp-default-playlist.fp-edgy .fp-next:before {
    content: "\e112"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-minimal .fp-prev:before {
    content: "\e211"; }

.flowplayer.fp-default-playlist.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-minimal .fp-next:before {
    content: "\e212"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-prev:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-prev:before {
    content: "\e311"; }

.flowplayer.fp-default-playlist.fp-edgy.fp-outlined .fp-next:before, .flowplayer.fp-default-playlist.fp-edgy.fp-minimal .fp-next:before {
    content: "\e312"; }

.flowplayer.fp-custom-playlist {
    overflow: visible; }
.flowplayer.fp-custom-playlist .fp-playlist, .flowplayer.fp-custom-playlist.is-splash .fp-playlist, .flowplayer.fp-custom-playlist.is-poster .fp-playlist, .flowplayer.fp-custom-playlist.is-loading .fp-playlist {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1; }

.flowplayer.fp-edgy .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-rounded-fill {
    display: none !important; }

.flowplayer.fp-edgy .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy .fp-waiting svg.fp-loading-sharp-fill {
    display: block; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-fill, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-fill, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-fill {
    display: none; }

.flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-play svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-pause svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-play-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-pause-sharp-outline, .flowplayer.fp-edgy.fp-outlined .fp-waiting svg.fp-loading-sharp-outline, .flowplayer.fp-edgy.fp-minimal .fp-waiting svg.fp-loading-sharp-outline {
    display: block; }

.flowplayer.fp-edgy, .flowplayer.fp-edgy .fp-menu, .flowplayer.fp-edgy .fp-captions p, .flowplayer.fp-edgy .fp-textarea, .flowplayer.fp-edgy .fp-bar, .flowplayer.fp-edgy .fp-bar-slider, .flowplayer.fp-edgy .fp-bar > *, .flowplayer.fp-edgy .fp-bar-slider > *, .flowplayer.fp-edgy .fp-timestamp {
    border-radius: 0; }

.flowplayer.fp-edgy .fp-airplay:before {
    content: "\e101"; }

.flowplayer.fp-edgy .fp-fullscreen:before {
    content: "\e102"; }

.flowplayer.fp-edgy .fp-checked:before {
    content: "\e103"; }

.flowplayer.fp-edgy .fp-embed:before {
    content: "\e104"; }

.flowplayer.fp-edgy .fp-chromecast:before {
    content: "\e105"; }

.flowplayer.fp-edgy .fp-email:before {
    content: "\e106"; }

.flowplayer.fp-edgy .fp-playbtn:before {
    content: "\e107"; }

.flowplayer.fp-edgy .fp-share:before {
    content: "\e109"; }

.flowplayer.fp-edgy .fp-share2:before {
    content: "\e10a"; }

.flowplayer.fp-edgy .fp-twitter:before {
    content: "\e10c"; }

.flowplayer.fp-edgy .fp-facebook:before {
    content: "\e10a"; }

.flowplayer.fp-edgy .fp-volumebtn:before {
    content: "\e10b"; }

.flowplayer.fp-edgy .fp-volume-off:before {
    content: "\e10d"; }

.flowplayer.fp-edgy .fp-unload:before {
    content: "\e10f"; }

.flowplayer.fp-edgy .fp-prevbtn:before {
    content: "\e111"; }

.flowplayer.fp-edgy .fp-nextbtn:before {
    content: "\e112"; }

.flowplayer.fp-edgy.fp-outlined .fp-airplay:before, .flowplayer.fp-edgy.fp-minimal .fp-airplay:before {
    content: "\e301"; }

.flowplayer.fp-edgy.fp-outlined .fp-fullscreen:before, .flowplayer.fp-edgy.fp-minimal .fp-fullscreen:before {
    content: "\e302"; }

.flowplayer.fp-edgy.fp-outlined .fp-checked:before, .flowplayer.fp-edgy.fp-minimal .fp-checked:before {
    content: "\e303"; }

.flowplayer.fp-edgy.fp-outlined .fp-embed:before, .flowplayer.fp-edgy.fp-minimal .fp-embed:before {
    content: "\e304"; }

.flowplayer.fp-edgy.fp-outlined .fp-chromecast:before, .flowplayer.fp-edgy.fp-minimal .fp-chromecast:before {
    content: "\e305"; }

.flowplayer.fp-edgy.fp-outlined .fp-email:before, .flowplayer.fp-edgy.fp-minimal .fp-email:before {
    content: "\e306"; }

.flowplayer.fp-edgy.fp-outlined .fp-playbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-playbtn:before {
    content: "\e307"; }

.flowplayer.fp-edgy.fp-outlined .fp-share:before, .flowplayer.fp-edgy.fp-minimal .fp-share:before {
    content: "\e309"; }

.flowplayer.fp-edgy.fp-outlined .fp-share2:before, .flowplayer.fp-edgy.fp-minimal .fp-share2:before {
    content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-twitter:before, .flowplayer.fp-edgy.fp-minimal .fp-twitter:before {
    content: "\e30c"; }

.flowplayer.fp-edgy.fp-outlined .fp-facebook:before, .flowplayer.fp-edgy.fp-minimal .fp-facebook:before {
    content: "\e30a"; }

.flowplayer.fp-edgy.fp-outlined .fp-volumebtn:before, .flowplayer.fp-edgy.fp-minimal .fp-volumebtn:before {
    content: "\e30b"; }

.flowplayer.fp-edgy.fp-outlined .fp-volume-off:before, .flowplayer.fp-edgy.fp-minimal .fp-volume-off:before {
    content: "\e30d"; }

.flowplayer.fp-edgy.fp-outlined .fp-unload:before, .flowplayer.fp-edgy.fp-minimal .fp-unload:before {
    content: "\e30f"; }

.flowplayer.fp-edgy.fp-outlined .fp-prevbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-prevbtn:before {
    content: "\e311"; }

.flowplayer.fp-edgy.fp-outlined .fp-nextbtn:before, .flowplayer.fp-edgy.fp-minimal .fp-nextbtn:before {
    content: "\e312"; }

.flowplayer.no-svg .fp-ui .fp-header, .flowplayer.no-svg .fp-ui .fp-controls {
    background-color: #333; }

.flowplayer.no-svg .fp-ui .fp-play.fp-visible {
    background-color: #ccc;
    position: absolute;
    padding-top: 17%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.flowplayer.no-svg .fp-ui .fp-play.fp-visible svg {
    display: none; }
.flowplayer.no-svg .fp-ui .fp-play.fp-visible .fp-playbtn {
    display: inline; }

.flowplayer .fp-player, .flowplayer .fp-ui, .flowplayer .fp-header, .flowplayer .fp-captions, .flowplayer .fp-controls {
    position: absolute;
    width: 100%; }

.flowplayer {
    font-family: avenir, sans-serif;
    font-size: 16px;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    border-radius: .24em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    zoom: 1 !important;
    width: 100%;
    display: block; }
.flowplayer .fp-hidden {
    display: none; }
.flowplayer .fp-shown {
    display: block !important; }
.flowplayer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.flowplayer.is-ready:not(.is-poster) {
    background: none !important; }
.flowplayer .fp-engine {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
.flowplayer video.fp-engine:not(.native-subtitles)::-webkit-media-controls {
    display: none !important; }
.flowplayer .fp-player {
    position: absolute;
    bottom: 0;
    top: 0; }
.flowplayer .fp-waiting {
    display: none; }
.flowplayer .fp-waiting p {
    filter: alpha(opacity=0);
    opacity: 0;
    color: #ccc;
    font-weight: bold; }
.flowplayer .fp-ui {
    height: 100%;
    top: 0;
    background-image: none;
    -webkit-transition: background-image .1s;
    transition: background-image .1s;
    text-align: center;
    cursor: pointer;
    color: #fff; }
.flowplayer .fp-ui a, .flowplayer .fp-ui strong {
    color: inherit !important;
    font-style: normal !important;
    text-decoration: none !important; }
.flowplayer .fp-ui strong {
    font-weight: bold !important; }
.flowplayer .fp-ui > * {
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    filter: alpha(opacity=0);
    opacity: 0; }
.flowplayer.fp-ui-shown .fp-ui, .flowplayer.is-paused .fp-ui, .flowplayer.is-mouseover .fp-ui, .flowplayer.is-loading .fp-ui {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(15%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), transparent 15%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 15%); }
.flowplayer.fp-ui-shown .fp-ui > *, .flowplayer.is-paused .fp-ui > *, .flowplayer.is-mouseover .fp-ui > *, .flowplayer.is-loading .fp-ui > * {
    filter: alpha(opacity=100);
    opacity: 1; }
.flowplayer .fp-header {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
    text-align: left;
    height: 3.6em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-left: .9em; }
.flowplayer .fp-header .fp-icon {
    margin: .9em .9em 0 0; }
.flowplayer .fp-header .fp-icon.fp-active {
    color: #ec6c4c; }
.flowplayer .fp-header .fp-fullscreen, .flowplayer .fp-header .fp-unload {
    float: right; }
.flowplayer .fp-header .fp-unload {
    display: none; }
.flowplayer .fp-help {
    display: none; }
.flowplayer .fp-message {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 1.2em;
    overflow: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: .6em .9em;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.flowplayer .fp-message.fp-shown {
    filter: alpha(opacity=100);
    opacity: 1; }
.flowplayer .fp-message.fp-shown + .fp-header {
    filter: alpha(opacity=0);
    opacity: 0; }
.flowplayer .fp-textarea {
    background-color: rgba(0, 0, 0, 0.5);
    width: 80%;
    position: absolute;
    left: 10%;
    top: 15%;
    color: #fff;
    outline: 0;
    border-radius: .2em;
    border: 0;
    min-height: 60%; }
.flowplayer .fp-logo {
    position: absolute;
    bottom: 3em;
    left: 0.9em; }
.flowplayer .fp-logo img {
    width: 100%; }
.flowplayer .fp-captions {
    bottom: 1.2em;
    display: none;
    text-align: center;
    color: #fff; }
.flowplayer .fp-captions p {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: .2em;
    font-size: 110%;
    display: inline-block;
    padding: .1em .3em;
    margin: .1em; }
.flowplayer .fp-speed-flash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 4em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 4em;
    height: 2em;
    display: none; }
.flowplayer .fp-speed-flash.fp-hilite {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
.flowplayer .fp-play .fp-playbtn, .flowplayer .fp-pause .fp-playbtn, .flowplayer .fp-waiting .fp-playbtn {
    display: none; }
.flowplayer .fp-play svg, .flowplayer .fp-pause svg, .flowplayer .fp-waiting svg {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 6em;
    height: 6em;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: auto;
    max-height: 30%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    transition: all .2s;
    display: none; }
.flowplayer .fp-play svg.fp-play-rounded-fill, .flowplayer .fp-play svg.fp-pause-rounded-fill, .flowplayer .fp-play svg.fp-loading-rounded-fill, .flowplayer .fp-pause svg.fp-play-rounded-fill, .flowplayer .fp-pause svg.fp-pause-rounded-fill, .flowplayer .fp-pause svg.fp-loading-rounded-fill, .flowplayer .fp-waiting svg.fp-play-rounded-fill, .flowplayer .fp-waiting svg.fp-pause-rounded-fill, .flowplayer .fp-waiting svg.fp-loading-rounded-fill {
    display: block; }
.flowplayer .fp-play.fp-visible svg, .flowplayer .fp-pause.fp-visible svg, .flowplayer .fp-waiting.fp-visible svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    filter: alpha(opacity=100);
    opacity: 1; }
.flowplayer .fp-remaining {
    display: none; }
.flowplayer .fp-controls {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    height: 2.4em;
    bottom: 0;
    z-index: 2;
    padding-left: 0.3em;
    padding-right: 0.3em; }
.flowplayer .fp-controls > * {
    margin: 0 .6em; }
.flowplayer .fp-controls > strong {
    letter-spacing: 1px; }
.flowplayer .fp-controls img {
    width: 1.2em; }
.flowplayer .fp-bar, .flowplayer .fp-bar-slider {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: col-resize;
    height: .9em;
    border-radius: 0.24em;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1; }
.flowplayer .fp-bar > *, .flowplayer .fp-bar-slider > * {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    height: 100%;
    border-radius: 0.24em; }
.flowplayer .fp-bar > *.fp-progress.animated, .flowplayer .fp-bar-slider > *.fp-progress.animated {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
.flowplayer .fp-bar > *.fp-buffer, .flowplayer .fp-bar-slider > *.fp-buffer {
    -webkit-transition: width .25s linear;
    transition: width .25s linear; }
.flowplayer .fp-bar.no-animation > *, .flowplayer .no-animation.fp-bar-slider > * {
    -webkit-transition: none;
    transition: none; }
.flowplayer .fp-timeline {
    -webkit-transition: height .2s;
    transition: height .2s; }
.flowplayer .fp-cuepoint {
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 2px; }
.flowplayer .fp-timestamp {
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    border-radius: .2em;
    padding: .1em .3em;
    font-size: 90%;
    bottom: 1.4em;
    height: auto; }
.flowplayer .fp-timeline:hover .fp-timestamp {
    display: inline; }
.flowplayer .fp-volume {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center; }
.flowplayer .fp-volumebtn {
    display: none; }
.flowplayer .fp-bar-slider {
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: height .2s;
    transition: height .2s;
    white-space: nowrap;
    -ms-flex: 1 0 auto; }
.flowplayer .fp-bar-slider em {
    border-radius: 2px;
    display: inline-block;
    width: 5px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin-left: 3px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.flowplayer .fp-bar-slider em:hover {
    -webkit-transform: scaleY(1.35);
    -ms-transform: scaleY(1.35);
    transform: scaleY(1.35);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.flowplayer .fp-bar-slider em.fp-grey {
    background-color: rgba(255, 255, 255, 0.75); }
.flowplayer.no-flex .fp-controls {
    white-space: nowrap; }
.flowplayer.no-flex .fp-controls > * {
    display: inline-block;
    vertical-align: center;
    margin: 0 .3em; }
.flowplayer.no-flex .fp-timeline {
    width: 40%; }
.flowplayer.no-flex.fp-full .fp-timeline {
    margin-bottom: .6em;
    height: .9em; }
.flowplayer.no-flex.fp-fat .fp-bar, .flowplayer.no-flex.fp-playful .fp-bar, .flowplayer.no-flex.fp-fat .fp-bar-slider, .flowplayer.no-flex.fp-playful .fp-bar-slider {
    height: .9em !important; }
.flowplayer.fp-fat .fp-bar, .flowplayer.fp-playful .fp-bar, .flowplayer.fp-fat .fp-bar-slider, .flowplayer.fp-playful .fp-bar-slider {
    height: 100%;
    border-radius: 0; }
.flowplayer.fp-fat .fp-bar > *, .flowplayer.fp-playful .fp-bar > *, .flowplayer.fp-fat .fp-bar-slider > *, .flowplayer.fp-playful .fp-bar-slider > * {
    border-radius: 0; }
.flowplayer.fp-fat .fp-timestamp, .flowplayer.fp-playful .fp-timestamp {
    bottom: 3.2em; }
.flowplayer.fp-fat .fp-bar-slider em, .flowplayer.fp-playful .fp-bar-slider em {
    -webkit-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    transform: scaleY(0.6);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
.flowplayer.fp-fat .fp-bar-slider em:hover, .flowplayer.fp-playful .fp-bar-slider em:hover {
    -webkit-transform: scaleY(0.75);
    -ms-transform: scaleY(0.75);
    transform: scaleY(0.75); }
.flowplayer.fp-slim .fp-timeline {
    height: .2em; }
.flowplayer.fp-slim .fp-controls:hover .fp-timeline {
    height: .9em; }
.flowplayer.fp-slim .fp-cue {
    width: 4px; }
.flowplayer.fp-slim .fp-bar-slider {
    height: .2em; }
.flowplayer.fp-slim .fp-controls:hover .fp-bar-slider {
    height: 0.9em; }
.flowplayer.fp-full .fp-timeline {
    position: absolute;
    height: .3em;
    bottom: 2.8em;
    margin: 0;
    width: 100%;
    border-radius: 0;
    overflow: inherit;
    left: 0; }
.flowplayer.fp-full .fp-timeline:before {
    content: "";
    width: 100%;
    height: 1.2em;
    position: absolute;
    top: -1.2em;
    left: 0; }
.flowplayer.fp-full .fp-controls {
    height: 2.8em; }
.flowplayer.fp-full .fp-controls:hover .fp-timeline {
    height: 1em; }
.flowplayer.fp-full .fp-volume {
    margin-right: auto; }
.flowplayer.fp-full .fp-duration, .flowplayer.fp-full .fp-remaining {
    margin-left: 0; }
.flowplayer.fp-full .fp-duration:before, .flowplayer.fp-full .fp-remaining:before {
    position: relative;
    content: "/";
    left: -.3em; }
.flowplayer.fp-minimal .fp-controls {
    background-color: transparent !important; }
.flowplayer.fp-minimal .fp-controls > * {
    display: none; }
.flowplayer.fp-minimal .fp-header > * {
    display: none; }
.flowplayer.fp-minimal .fp-header .fp-fullscreen {
    display: inherit; }
.flowplayer.fp-minimal .fp-timeline {
    height: .3em;
    max-width: 12em;
    width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none; }
.flowplayer.fp-playful .fp-color, .flowplayer.fp-playful .fp-color-play {
    background-color: #ec6c4c;
    fill: #ec6c4c; }
.flowplayer.fp-playful .fp-controls {
    background-color: #c10f7d; }
.flowplayer .fp-selected:before {
    content: "✓ "; }
.flowplayer .fp-menu {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: .24em;
    position: absolute;
    width: 8em;
    right: .5em;
    z-index: 2;
    font-size: 90%;
    -webkit-transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, height .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s, height .2s;
    transition: opacity .2s, transform .2s, height .2s, -webkit-transform .2s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    bottom: -100%;
    height: 0;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important; }
.flowplayer .fp-menu.fp-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    bottom: 3.2em;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important; }
.flowplayer .fp-menu > * {
    display: block;
    padding: .4em 1.2em;
    text-align: right; }
.flowplayer .fp-menu strong {
    display: block;
    padding: .7em 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: default;
    font-size: 90%; }
.flowplayer .fp-menu a {
    color: rgba(255, 255, 255, 0.8); }
.flowplayer .fp-menu a:hover:not(.fp-selected) {
    background-color: #000;
    color: #fff; }
.flowplayer .fp-menu .fp-icon {
    cursor: pointer; }
.flowplayer .fp-menu .fp-icon:before {
    margin-right: .1em;
    font-size: 1.5em;
    vertical-align: -0.1em; }
.flowplayer .fp-qsel-menu {
    width: auto; }
.flowplayer .fp-context-menu {
    width: auto;
    right: auto;
    bottom: auto !important;
    display: none; }
.flowplayer .fp-context-menu.fp-active {
    display: block; }
.flowplayer .fp-context-menu a, .flowplayer .fp-context-menu strong {
    text-align: left;
    color: #fff;
    white-space: nowrap; }
.flowplayer .fp-subtitle-menu {
    width: 9em; }
.flowplayer .fp-share-menu {
    width: 9em;
    padding-bottom: 0.2em; }
.flowplayer .fp-share-menu.fp-active {
    bottom: auto; }
.flowplayer .fp-share-menu a, .flowplayer .fp-share-menu strong {
    text-align: left; }
.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-fill, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-fill, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-fill {
    display: none; }
.flowplayer.fp-outlined .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-play svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-pause svg.fp-loading-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-play-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-pause-rounded-outline, .flowplayer.fp-outlined .fp-waiting svg.fp-loading-rounded-outline, .flowplayer.fp-minimal .fp-waiting svg.fp-loading-rounded-outline {
    display: block; }
.flowplayer.fp-outlined .fp-airplay:before, .flowplayer.fp-minimal .fp-airplay:before {
    content: "\e201"; }
.flowplayer.fp-outlined .fp-fullscreen:before, .flowplayer.fp-minimal .fp-fullscreen:before {
    content: "\e202"; }
.flowplayer.fp-outlined .fp-checked:before, .flowplayer.fp-minimal .fp-checked:before {
    content: "\e203"; }
.flowplayer.fp-outlined .fp-embed:before, .flowplayer.fp-minimal .fp-embed:before {
    content: "\e204"; }
.flowplayer.fp-outlined .fp-chromecast:before, .flowplayer.fp-minimal .fp-chromecast:before {
    content: "\e205"; }
.flowplayer.fp-outlined .fp-email:before, .flowplayer.fp-minimal .fp-email:before {
    content: "\e206"; }
.flowplayer.fp-outlined .fp-playbtn:before, .flowplayer.fp-minimal .fp-playbtn:before {
    content: "\e207"; }
.flowplayer.fp-outlined .fp-share:before, .flowplayer.fp-minimal .fp-share:before {
    content: "\e209"; }
.flowplayer.fp-outlined .fp-share2:before, .flowplayer.fp-minimal .fp-share2:before {
    content: "\e20a"; }
.flowplayer.fp-outlined .fp-twitter:before, .flowplayer.fp-minimal .fp-twitter:before {
    content: "\e20c"; }
.flowplayer.fp-outlined .fp-facebook:before, .flowplayer.fp-minimal .fp-facebook:before {
    content: "\e20a"; }
.flowplayer.fp-outlined .fp-volumebtn:before, .flowplayer.fp-minimal .fp-volumebtn:before {
    content: "\e20b"; }
.flowplayer.fp-outlined .fp-volume-off:before, .flowplayer.fp-minimal .fp-volume-off:before {
    content: "\e20d"; }
.flowplayer.fp-outlined .fp-unload:before, .flowplayer.fp-minimal .fp-unload:before {
    content: "\e20f"; }
.flowplayer.fp-outlined .fp-prevbtn:before, .flowplayer.fp-minimal .fp-prevbtn:before {
    content: "\e211"; }
.flowplayer.fp-outlined .fp-nextbtn:before, .flowplayer.fp-minimal .fp-nextbtn:before {
    content: "\e212"; }
.flowplayer .fp-color {
    background-color: #c10f7d;
    fill: rgba(0, 0, 0, 0.2); }
.flowplayer .fp-color-play {
    fill: transparent; }
.flowplayer.is-rtl {
    direction: rtl; }
.flowplayer.is-rtl .fp-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.flowplayer.is-rtl .fp-menu .fp-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
.flowplayer.-grayscale video.fp-engine {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
.flowplayer.-sepia video.fp-engine {
    -webkit-filter: sepia(100%);
    filter: sepia(100%); }
.flowplayer.-blur video.fp-engine {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.fp-filters {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute; }

.flowplayer .fp-ad-container.fp-ui .fp-ad-container-ad {display:block}
.flowplayer .fp-ad-container.fp-ui .fp-controls {display:flex !important;}
.flowplayer .fp-ad-container.fp-ui .fp-header {display:block}

.flowplayer.is-fullscreen {
    font-size: 1em !important;
}
.flowplayer.is-fullscreen .fp-captions {
    font-size: 12px;
    line-height: 1.5;
}

@media all and (min-width: 360px) and (max-width: 480px) {
    .flowplayer.is-fullscreen .fp-captions {
        font-size: 14px;
    }
}
@media all and (min-width: 481px) and (max-width: 960px) {
    .flowplayer.is-fullscreen .fp-captions {
        font-size: 15px;
    }
}
@media all and (min-width: 961px) and (max-width: 1249px) {
    .flowplayer.is-fullscreen .fp-captions {
        font-size: 16px;
    }
}
@media all and (min-width: 1250px) {
    .flowplayer.is-fullscreen .fp-captions {
        font-size: 1.5vw;
    }
}
 /* tablet.css */
@media all and (min-width:960px) {
	.desktop-hidden {
		display:none;
	}
}

@media all and (min-width:321px) and (max-width:960px) {
	.tablet-hidden {
		display:none;
	}
	
	table.calendar td a {
		width:100%;
	}
}

@media all and (min-width:0px) and (max-width:960px) {
	
	html {
		font-size:62.5%;
	}
	
	section.ad {
		display:none !important;
	}

	h2 {
		font-size:1.231em;
	}

	.list-menu a.remove {
		display:block;
	}

	#main-header #logo {
        width:100px;
    }

    #main-header #main-menu-wrap {
        padding-left:110px;
    }

	.template-two-col > .template-column-right {
		width:30%;
	}

    section.show .list.thumbs66.show-layout > .column {
	    width:100%;
	    display:block;
	    margin:0;
    }
}

@media all and (min-width:0px) and (max-width:640px) {
	.list .clear {
		display:block;
	}

	.list .after-break {
		margin-left:0;
	}

	/* Grid - 4 columns */
	.list.thumbs4 .column {
		width:48.9362%;
	}

	.list.thumbs444 > .column {
		width:100%;
		display:block;
		margin:0;
	}
	
	#main-header #main-menu table td div > a {
		padding-left:0.250em;
		padding-right:0.250em;
	}
	
}
 /* mobile.css */
@media all and (min-width:0px) and (max-width:480px) {
	.adbox {
		margin-bottom:15px;
	}
	
	.mobile-hidden {
		display:none;
	}
	
	html {
		font-size:81.3%;
	}

	h1 {
		font-size:1.5em;
	}

	#main-footer nav a {
		display:block;
		width:31%;
		float:left;
		margin:0;
		text-align: center;
		background:#3f3f3f;
		padding:5px 0;
		margin:2px 1%;
	}

	.thumbnail figure h2 {
		position:static;
		background:none;
	}

	.thumbnail figure h2 a {
		color:#3a3535;
		padding:0;
	}

	#main-header #logo {
        width:85px;
    }

    #main-header #main-menu-wrap {
        padding-left:95px;
    }


    #secondary-header nav {
    	float:none;
	}

	#secondary-header nav ul {
		text-align:center;
	}

	#secondary-header time {
		text-align:center;
		display:block;
		margin-bottom:0.462em;
	}

	#secondary-header nav ul li {
		float:none;
		display:inline;
	}

	p.more a {
		display:block;
		background: #5f5f5f;
		border:none;
		color:#FFF;
		text-align:center;
		padding:0.538em;
	}

	.layout-wrap {
		min-width:0;
	}

	.template-wrap {
		display:block;
	}

	.template-column {
		display:block;
		width:100% !important;
		padding:0 !important;
	}

	/* Grid - 4 columns */
	.list.thumbs4 .column {
		width:100%;
		display: block;
		margin:0;
	}

	/* Grid - 8-4 columns */
	.list.thumbs84 > .column.column-main,
	.list.thumbs84 > .column.column-sidebar {
		width:100%;
		margin:0;
		float:none;
		display:block;
	}
	
	#eirovizija-sidebar {
		display:none;
	}
	
	#eirovizija-menu ul {
		display:block;
	}
	
	#eirovizija-menu ul li {
		display:block !important;
		width:48% !important;
		float:left;
		margin-right:2%;
		margin-bottom:3px;
	}
	
	#eirovizija-menu ul li:last-child {
		margin-right:0;
	}
	
	#eirovizija-center {
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}
	
	#eiro-logo {
		text-align:center;
	}
	
	#eirovizija-menu ul li.sep {
		display:none !important;
	}
	
	#eirovizija-articles article figure {
		display:none !important;
	}
	
	#eirovizija-articles article div {
		width:100% !important;
		padding:10px !important;
	}
	
	.eirovizija-songs .song {
		width:100% !important;
		height:auto !important;
		float:none !important;
		margin:0 0 20px 0 !important;
	}
	
	.eirovizija-songs .song .eirovizija-song {
		width:100%;
		overflow:hidden;
	}
	
	.eirovizija-songs .song .eirovizija-song img {
		width:100%;
	}
	
	#eirovizija-galleries .span3 {
		width:100% !important;
		float:none;
		clear:both;
	}
	
	.eirovizija-gallery img {
		width:100% !important;
	}
	
	.eirovizija-poll .song button {
		width:100% !important;
		padding-top:8px;
		padding-bottom:8px;
	}
	
	.eirovizija-poll .song {
		margin-bottom:50px !important;
	}
}
 