/* Typography */
/* Typography */
body,
button,
input,
select,
textarea {
  color: #656565;
  font-family: 'Tahoma', sans-serif;
}
body {
  background: #f4f4f4;
}
a {
  color: #0e95fd;
}
a:visited {
  color: #0e95fd;
}
a:hover,
a:focus,
a:active {
  color: #000000;
  text-decoration: none;
}
/* Header */
#masthead {
  background: #323232 url('../../uploads/2014/10/headbarecodegr.jpg') repeat-x;
}
#masthead .site-branding {
  margin-top: 30px;
  margin-bottom: 20px;
}
#masthead .site-branding h1.site-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0px 0px 0px;
}
#masthead .site-branding h1.site-title a:link,
#masthead .site-branding h1.site-title a:visited {
  color: #f2f2f2;
}
#masthead .site-branding h2.site-description {
  font-size: 16px;
  margin: 5px 0px 10px 0px;
}
#masthead .search-box .search-form {
  float: right;
  width: 250px;
  float: right;
  margin-top: 40px;
  margin-bottom: 20px;
  
}
#masthead .search-box .search-form .search-submit {
  display: none;
}
#masthead .search-box .search-form label {
  width: 100%;
}
#masthead .search-box .search-form label input.search-field {
  width: 100%;
  background: #454545;
  border: #454545;
  color: #fff;
}
/* Navigation */
#site-navigation {
  background: #336d98;
  height: 60px;
}
.main-navigation ul.menu li a:link,
.main-navigation ul.menu li a:visited {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}
.main-navigation ul ul {
  background: #336d98;
  
}
/* styles for desktop */
.tinynav {
  display: none;
}
/* styles for mobile */
@media screen and (max-width: 768px) {
  .tinynav {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 5px 0px;
  }
  #sitemenu {
    display: none;
  }
  #masthead .site-branding {
    text-align: center;
  }
  #masthead .search-box {
    margin: 10px auto;
    width: 255px;
  }
  #masthead .search-box .search-form {
    margin: 0px 0px 20px 0px;
  }
}
/* Featured videos */
#featured-videos {
  background: #323232;
  padding: 30px 0px;
}
#featured-videos #fvideos .fvideo {
  padding: 0px 15px;
}
#featured-videos #fvideos .fvideo .fvideo-entry {
  background: #4c4c4c;
  padding-bottom: 15px;
  font-size: 13px;
}
#featured-videos #fvideos .fvideo .fvideo-entry h3 {
  margin: 0px;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  font-weight: normal;
}
#featured-videos #fvideos .fvideo .fvideo-entry h3 a {
  color: #ffffff;
}
#featured-videos #fvideos .fvideo .fvideo-entry span.vid-cats {
  margin-left: 15px;
}
#featured-videos #fvideos .fvideo .fvideo-entry span.view-count,
#featured-videos #fvideos .fvideo .fvideo-entry span.like-count {
  float: right;
  margin-right: 15px;
  color: #cccccc;
}
#featured-videos #fvideos .fvideo .fvideo-entry span a:link,
#featured-videos #fvideos .fvideo .fvideo-entry span a:visited {
  color: #cccccc;
}
#featured-videos #fvideos .fvideo .fvideo-entry span.like-count:before {
  content: "\f087";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
#featured-videos #fvideos .fvideo .fvideo-entry span.view-count:before {
  content: "\f06e";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
/* Latest videos */
#videos-container {
  padding: 30px 0px 0px 0px;
}
#videos-container h2.section-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0px 30px 0px;
  color: #454444;
}
#videos-container .latvideo {
  background: #fff;
  margin-bottom: 30px;
  min-height: 460px;
  border: 1px solid #e5e5e5;
}
#videos-container .latvideo .latvideo-entry {
  padding-bottom: 15px;
  font-size: 13px;
}
#videos-container .latvideo .latvideo-entry h3 {
  margin: 0px;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  font-weight: normal;
}
#videos-container .latvideo .latvideo-entry h3 a {
  color: #222222;
}
#videos-container .latvideo .latvideo-entry div.entry-meta {
  padding: 0px 15px;
}
#videos-container .latvideo .latvideo-entry span.view-count,
#videos-container .latvideo .latvideo-entry span.like-count {
  margin-right: 10px;
}
#videos-container .latvideo .latvideo-entry span a:link,
#videos-container .latvideo .latvideo-entry span a:visited {
  color: #656565;
}
#videos-container .latvideo .latvideo-entry span.like-count:before {
  content: "\f087";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
#videos-container .latvideo .latvideo-entry span.view-count:before {
  content: "\f06e";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
/* Latest posts */
#latest-posts {
  padding: 30px 0px 0px 0px;
}
#latest-posts h2.section-title {
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0px 30px 0px;
  color: #454444;
}
#latest-posts .recpost {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
#latest-posts .recpost .recpost-entry {
  padding-bottom: 15px;
  font-size: 13px;
}
#latest-posts .recpost .recpost-entry h3 {
  margin: 0px;
  padding: 15px 15px 5px 15px;
  font-size: 16px;
  font-weight: normal;
}
#latest-posts .recpost .recpost-entry h3 a {
  color: #222222;
}
#latest-posts .recpost .recpost-entry div.entry-meta {
  padding: 0px 15px;
}
#latest-posts .recpost .recpost-entry div.entry-summary {
  padding: 0px 15px;
  margin: 5px 0px;
}
#latest-posts .recpost .recpost-entry span.view-count,
#latest-posts .recpost .recpost-entry span.like-count {
  margin-left: 10px;
  float: right;
}
#latest-posts .recpost .recpost-entry span a:link,
#latest-posts .recpost .recpost-entry span a:visited {
  color: #656565;
}
#latest-posts .recpost .recpost-entry span.like-count:before {
  content: "\f087";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
#latest-posts .recpost .recpost-entry span.view-count:before {
  content: "\f06e";
  font-family: 'Fontawesome';
  margin-right: 5px;
}
/* Video frame */
#video-frame {
  padding: 50px 0px;
  background: #323232;
}
.frame-bar {
  background: #181818;
  padding: 20px 0px;
}
.frame-bar h1 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0px 5px 0px;
  font-weight: normal;
}
.frame-bar .entry-meta {
  margin-bottom: 5px;
  color: #b3b3b3;
}
.frame-bar .entry-meta a {
  color: #b3b3b3;
}
.frame-bar .count-box {
  color: #999999;
  text-transform: uppercase;
  font-size: 12px;
}
.frame-bar .count-box a {
  color: #999999;
  display: block;
}
.frame-bar .count-box div {
  float: right;
  margin: 3px 0px 0px 10px;
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;
  background: #323232;
}
.frame-bar .count-box .like-count:before {
  content: "\f087";
  font-family: 'Fontawesome';
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.frame-bar .count-box .view-count:before {
  content: "\f06e";
  font-family: 'Fontawesome';
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.frame-bar .count-box .comment-count:before {
  content: "\f075";
  font-family: 'Fontawesome';
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.frame-bar .count-box .next-video:before {
  content: "\f061";
  font-family: 'Fontawesome';
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.frame-bar .count-box .prev-video:before {
  content: "\f060";
  font-family: 'Fontawesome';
  display: block;
  font-size: 20px;
  color: #ffffff;
}
/* Content	 */
.pages-title {
  background: #323232;
  padding: 30px 0px;
}
.pages-title h2 {
  margin: 0px 0px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
#primary {
  padding: 30px 0px;
}

#primarylivestreamcontent {
 padding: 30px 0px;
 background: #222;
}


#primary article {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #e5e5e5;
}
#primary article .entry-header h1.entry-title {
  margin: 10px 0px 5px 0px;
  padding: 0px;
  font-weight: bold;
  color: #454444;
  font-size: 16px;
  text-transform: uppercase;
}
#primary article .entry-header h1.entry-title a {
  color: #222222;
}
#primary article .entry-meta {
  color: #989898;
}
#primary article .entry-meta a {
  color: #989898;
}
#primary article .entry-meta a:hover {
  color: #e32d14;
}
#primary article img.postimg {
  margin-bottom: 10px;
}
#primary article .entry-footer {
  margin-bottom: 10px;
  color: #989898;
}
#primary article .entry-footer a {
  color: #989898;
}
#primary article .entry-footer a:hover {
  color: #e32d14;
}
#primary article .entry-footer span {
  margin-right: 10px;
}
#primary .rel-box {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #e5e5e5;
}
#primary .rel-box h3 {
  margin: 0px 0px 20px 0px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #222222;
}
#primary .rel-box div {
  text-align: center;
}
#primary .rel-box div img {
  margin-bottom: 10px;
}
/* Sidebar	 */
#secondary {
  padding: 30px 0px;
}
#secondary .widget {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
}
#secondary .widget h1.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: none;
  color: #336d98;
  margin: 0px 0px 30px ;
}
#secondary .widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#secondary .widget ul li {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #dadada;
}
#secondary .widget ul li a {
  color: #656565;
}
#secondary .widget ul li a:hover {
  color: #e32d14;
}
#secondary .squarebanner {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
}
#secondary .squarebanner h3.sidetitl {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #336d98;
  margin: 0px 0px 30px ;
}
#secondary .squarebanner ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#secondary .squarebanner ul li {
  float: left;
  margin: 0px 20px 20px 0px;
}
/* Comments */
#comments {
  margin: 20px 0px;
}
#comments h2.comments-title {
  font-size: 26px;
  color: #222222;
  margin: 0px 0px 20px 0px;
}
#comments ol.comment-list {
  list-style: none;
  margin: 0px 0px;
}
#comments ol.comment-list li {
  margin-bottom: 30px;
}
#comments ol.comment-list li .comment-meta {
  border-bottom: 1px dotted #dadada;
  padding-bottom: 15px;
}
#comments ol.comment-list li .comment-meta img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 15px;
}
#comments ol.comment-list li .comment-meta .comment-author {
  font-size: 15px;
  margin-top: 5px;
  font-weight: bold;
  color: #222222;
}
#comments ol.comment-list li .comment-meta .comment-author a {
  color: #222222;
}
#comments ol.comment-list li .comment-meta .comment-metadata {
  font-size: 13px;
}
#comments ol.comment-list li ol.children {
  list-style: none;
  margin: 0px;
  margin: 30px 0px 0px 30px;
}
#comments ol.comment-list li .comment-content {
  padding: 10px 0px;
  border-bottom: 1px dotted #dadada;
}
#comments ol.comment-list li .reply {
  margin-top: 10px;
}
#comments #respond {
  border-top: 5px solid #dadada;
}
#comments #respond h3#reply-title {
  font-size: 24px;
  color: #222222;
}
#comments #respond label {
  width: 80px;
}
/* Not found */
section.not-found {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #e5e5e5;
}
section.not-found .pages-header h1 {
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  margin: 10px 0px;
}
/* Pagination */
.pagination span,
.pagination a {
  padding: 5px 10px;
  margin-right: 5px;
  color: #ffffff;
}
.pagination span {
  background: #e32d14;
}
.pagination a {
  background: #323232;
}
/* Footer widgets */
#footer-widgets {
  background: #323232;
  padding: 30px 0px;
  margin-top: 20px;
}

#footer-widgets-livestream {
  background: #323232;
  padding: 30px 0px;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  
  margin-right: auto;
  margin-left: auto;

  
}

#footer-widgets .footer-widget {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #b3b3b3;
  

}
#footer-widgets .footer-widget h1.widget-title {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 25px;
}
#footer-widgets .footer-widget ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer-widgets .footer-widget ul li {
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dotted #5a5a5a;
}
#footer-widgets .footer-widget ul li a:link,
#footer-widgets .footer-widget ul li a:visited {
  color: #b3b3b3;
}
#footer-widgets .footer-widget ul li a:hover {
  color: #ffffff;
}
/* Footer */
.site-footer {
  background: #222;
  padding: 20px 0px;
}
.site-footer .site-info {
  color: #b3b3b3;
}
.site-footer .site-info a {
  color: #b3b3b3;
}

/*Papildus kods */

.logoleft {
	width: 45%;
	height: 55%;
	float: left;
	margin: 0 0 0 5%;
}


.logoleft a {
outline: none;
}


.sitet {
	width: 60%;
	height: 25%;
	float: left;
	margin: 0 0 0 0;
}

#tvcrew {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
	display: block;

}

.crewphoto {
	width: 30%;
	height: 30%;
	margin: 0 0 10px 0;
	float: left;
}

.crewabout {
	width: 60%;
	min-height: 150px;
	margin: 0px 0 10px 20px;
	float: left;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 10px;
}

.tvbutton {
	width: 80px;
	height: 20px;
	float: right;
	margin:  5px 0 0 0;
	border-style: none;
}

.topinfo {
	overflow: hidden;
}

.lefttitle {
	float: left;
    	margin: 5px;
    	padding-bottom: 1000px;
    	margin-bottom: -1000px;
}

.right {
	float: right;
    	margin: 5px;
margin-top: 2%;
    	padding-bottom: 1000px;
    	margin-bottom: -1000px;
}

.div-table{
  display:table;         
  width:100%;                       
  border-spacing:5px;/*cellspacing:poor IE support for  this*/
  margin-left: 6%;
	
}
.div-table-row{
  display:table-row;
  width:100%;
  clear:both;
  
}
.div-table-col{
  float: left;
  display:table-column;         
  width:45%; 
  margin: 0 2% 2% 0; 
}

#post-795 .entry-title {display: none;}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

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