@charset "UTF-8";
/* CSS Document */

video{
  border: 1px solid #eeeeee;
  background-color: #fff;
}

.container-cust{
  max-width: 850px;
  margin: auto;
}

.barb{

}

#button {
  width: 100px;
  height: 100px;  
  border-bottom: 2px solid #eee;
  
  background-image: -webkit-linear-gradient(top, #999, #d0d0d0 80% );
  background-image: -moz-linear-gradient(top, #999, #d0d0d0 80% );
  background-image: -ms-linear-gradient(top, #999, #d0d0d0 80% );
  background-image: -o-linear-gradient(top, #999, #d0d0d0 80% );
  background-image: linear-gradient(top, #999, #d0d0d0 80% );
  
  -moz-border-radius: 100px;  
  -webkit-border-radius: 100px;  
  border-radius: 100px;
  
  box-shadow: inset rgba(0,0,0,0.2) 0px 5px 6px ;
  
  position: relative;
}

.butt {
  position: absolute;
  width: 80px;
  height: 52px;
  left: 10px;
  top: 10px;
  cursor: pointer;
  font-family: "Lucida Sans";
  font-size: 23px;
  color: #888;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  padding-top: 28px;
  
  -moz-border-radius: 100px;  
  -webkit-border-radius: 100px;  
  border-radius: 100px;  
  
  background-image: -webkit-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -moz-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -ms-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: -o-linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  background-image: linear-gradient(top, #eee, #bbb 70%, #9f9f9f 100% );
  
  background-position: 0 6px;
  background-color: #eee;
  background-repeat: no-repeat;
  
  -webkit-box-shadow: rgba(0,0,0,.4) 0 3px 6px;  
  -moz-box-shadow: rgba(0,0,0,.4) 0 3px 6px;  
  box-shadow: rgba(0,0,0,.4) 0 3px 6px;
  
  
}

.butt:hover {
  background-position: 0 0px;
  
  -webkit-box-shadow: rgba(0,0,0,.4) 0 3px 8px;  
  -moz-box-shadow: rgba(0,0,0,.4) 0 3px 8px;  
  box-shadow: rgba(0,0,0,.4) 0 3px 8px;
}

.butt:active {
  width: 80px;
  height: 52px;
  border-bottom: 1px solid #fff;
  font-size: 21px;
  color: #777;

  -webkit-box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
  -moz-box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
  box-shadow: inset rgba(0,0,0,.5) 0px 5px 10px;
}







figcaption {
font-size: 12px;
text-transform: capitalize;
text-align: center;
padding: 15px 0 0 0;
width: 100%;
line-height: 1;
}
figure {
padding: 8% 0;
margin:0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
@media only screen and (max-width: 1300px) {
.showhim{
	width: 50% !important;
}
td{
min-width:49% !important;
width:49% !important;
display: inline-block;
margin-bottom:40px
}
}

@media only screen and (max-width: 1100px) {
  /*.all{
  width:85% !important;
  }*/	
  td{
    min-width:100% !important;
    width:100% !important;
    display: inline-block;
    margin-bottom:40px
  }
  figcaption {
    font-size: 11px;
    padding: 12px 0 0 0;
  }
}


/*@media only screen and (max-width: 900px) {
.all{
width:95% !important;
}		
}*/


.ios{ 
display: none;
}


.showhim{ 
width:50%;
position:absolute;
top:10px;
right:15px;
text-align:right;
}
.showme{ 
display: none;
font-size:12px;
line-height:150%;
padding-top: 10px;
right: 80px;
top: 0;
position: absolute;
}
@media only screen and (max-width: 440px) {
  .showhim img{
    width:45px;
  }
  .showme{ 
    right: 55px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .showme{ 
    right: 55px;
    font-size: 7px;
  }
}

.showhim:hover .showme{
display : block;
}

.row:hover .select{
    display: block
}

.select{
    display: none;
}

img{
}
body{
font-family: 'euclid_flexlight';
margin: 0 auto;
font-size:16px;
line-height: 200%;
}
a{
color:#000000;
text-decoration:none;
}
a:hover{
color:#999999;
}
p{
text-indent:5%;
margin:auto;
text-align: justify;
}

@media only screen and (max-width: 500px) {
  p{
text-align: left;
line-height: 1.7;
font-size: 15px;
/*font-family:'helvetica neue' , helvetica, sans;
*/} 
}

p{
width: 90%;
max-width: 900px
}
td{
min-width:33%;
width:33%;
text-align:center;
font-family: 'euclid_flexlight';
}	
.all{
position:relative;
width:100%;
margin: 0 auto;
text-align:center;
}	



.vjs-big-play-button .vjs-icon-placeholder{
  font-size: 2.1em;
}

.video-js .vjs-big-play-button {
font-size: 3.7em;
line-height: 3em;
height: 3em;
width: 3em;
top: calc(50% - 1.5em);
left: calc(50% - 1.5em);
background-color: rgba(157, 157, 157, 0.39) ;
border-radius: 2em;

}

.video-js .vjs-control-bar {
background-color: rgba(152, 152, 152, 0.16);
}

.video-js .vjs-slider {
background-color: rgba(0, 0, 0, 0) !important
}

.video-js .vjs-load-progress div {
background: rgba(0, 0, 0, 0.08);
}
