/*@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700&subset=latin,cyrillic-ext); */

*{
	margin: 0;
	padding: 0;
}

body {
        background-color:#eee; 
	font-family: "Roboto Condensed", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size: 100%;
}

input[type="text"] { height: 25px;
    padding: 1px 6px 0;
    border: 1px solid #BBB;float:right;width:92.5%
}

.btnSearch {
position: relative;
padding: 5px;
cursor: pointer;
float: left;
}

#grid-container {
    padding-bottom: 120px;
    min-height: 300px;
    /*margin-top: 80px;*/
}

.buttonClass {
    width:          176.0px;
    height:         30.5px;
    padding:        10px 0px;
    -webkit-border-radius:  2px;
    -moz-border-radius: 2px;
    border-radius:      2px;

    background:  #65A3CC;
    border:         solid #91BDD6 3px;
    outline:        solid #ffffff 1px;
    -moz-box-shadow: 3px 1px 24px #000000;
    -webkit-box-shadow: 3px 1px 24px #000000;
    box-shadow: 0px 0px 0px #000000;
    font-size: 20px;
    text-align: center; 
    overflow: hidden;
    z-index:3;
}

.buttonClass:hover {
    background:     -moz-linear-gradient(top, #65A3CC 0%, #99C6E3 100%); /* firefox */
    border:         blue 1px;
}

.itemContainer {
    margin-left: auto;
    margin-right: auto;
}

.tvlable{
	width: 359.8px;
	height: 29.3px;
	border: 0px solid;
	background: #134D73;
        padding: 10px 0;
	font-size: 20px;
        text-align: center; 
	overflow: hidden;
}


.box{
	width: 120.3px;
	height: 120.3px;
	border: 0px solid;
	background: green;
	position: absolute;
        -webkit-user-select: none; 
        z-index:3;
}

 
.textbox {
	width: 100%;
	height: 25%;
	font-size: 18px;
        opacity: 0.7;
	border: 0px solid;
	float: left;
	position: relative;
	bottom: 0px;
	top: 75%;
        background: white;
        padding: 0px 0;
        text-align: center; 
	overflow: hidden;
	transition: .3s;
}
 

.box:hover .textbox {
  font-size: 18px;
  padding: 10px 0;
  margin: -45% 0%;
  height: 20%;
  z-index:3;
}

.box:active .textbox {
  font-size: 18px;
  padding: 10px 0;
  margin: -45% 0;
  height: 20%;
}


.logo {
  width: 200px;
  height: 164px;
}

.segbutton {
  fill: #65A3CC;
  display: table;
  z-index: 2;
  display:block;
}

a:active{
color: #FFFFFF
}

.segbutton:hover {
  stroke:#9AC5E5; 
  fill:  #65A3CC;
  stroke-width: 3;
  z-index:2;
}

.circlebutton {
  fill: #134D73;
  display: table;
  overflow: hidden;
  z-index:1;
}

.circlebutton:hover {
  stroke:#65A3CC; 
  stroke-width: 3;
  fill:  #134D73;
  z-index:1;
}

.ground {
  fill: #787f6a;
}

.ground:hover {
  filter: url(#pictureFilter);
  fill: #896d3d;
}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}


a.button10 {
  display: inline-block;
  color: black;
  font-size: 125%;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .25em .5em;
  outline: none;
  border: 2px solid #65a3cc;
  border-radius: 7px;
  background: white ;
  box-shadow: inset 0 -2px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,0);
  transition: box-shadow .2s, border-color .2s;
} 
a.button10:hover {
  background: #65a3cc;
  box-shadow: #65a3cc;
}
a.button10:active {
  padding: calc(.25em + 1px) .5em calc(.25em - 1px);
  border-color: #65a3cc;
  box-shadow: #65a3cc;
}

.youtube-overlay {
    width: 560px;
    height: 315px;
    position: absolute;
    z-index: 9999999999999999;
    margin: -315px 0 0 0;
}

.video-info span.views {
	float:right;
	color:#888;
	font-size:16px;
	line-height:30px;
}
.video-info span.views i {
	margin-right:4px;
}

.video-info span.likes,.video-info span.dislikes {
	float:right;
	color:#666;
	font-size:16px;
	line-height:30px;
	margin-right:15px;
}
.video-info span.likes i, .video-info span.dislikes i {
	margin-right:4px;
}
.video-info span.likes {
	color:#4aad51;
}
.video-info span.dislikes {
	color:#f85043;
}

.video-options {
	margin-bottom:25px;
}
.video-options .col-xs-6{
	margin-top:10px;
}
.video-options .option {
	border:1px solid #e5e5e5;
	display:block;
	text-align:center;
	padding:22px 0 20px 0;
	color:#999;
	height: 90px;
}
.video-options .option:hover {
	text-decoration:none;
	border:1px solid #ccc;
	color:#666;
}
.video-options .option:hover i {
	color:#666;
}

.video-options .option i {
	font-size:20px;
	display:block;
	margin-bottom:4px;
	color:#b5b5b5;
}
