/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


.video_thumb {
	-webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    position: relative;
    border: 1px solid #000;
    display: block;
    overflow: hidden;
    cursor: pointer;
    
}

.video_thumb a:hover {
	opacity:0.7;	
}

.video_thumb a:hover:after {
	position:absolute;	
	margin:-28px 0px 0px -28px;
	z-index:1;
}

.duration {
	color: #ffffff;
	font-size: 14px;
	position:absolute;;
	width:25%;
	text-align:center;
	padding-top:2px;
	background: #000000;

}

.markwater {
	color: #ffffff;
	font-size: 14px;
	position:absolute;;
	width:40%;
        bottom:0px;
	background: #000000;

}


.watermark {
	position: absolute;
	display: block;
	text-align: center;
}


.timeline {
	width: 100%;
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	left: 0;
	right 0;
	bottom:0px;
	overflow: hidden;
}

.transparent {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

div.play_button {
    background: transparent url('/images/overlay.png') no-repeat scroll 0 0;
    display: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  
  /*
  Nope =(
  margin-left: -25%;
  margin-top: -25%;
  */

  /* 
  Yep!
  */
  transform: translate(-50%, -50%);
  
  /*
  Not even necessary really. 
  e.g. Height could be left out!
  */
  width: 35%;
  height: 50%;
}


#download-btn {
    white-space: normal;
    width: 100%;
}

.downloads {width:100%;}
.downloads td {margin:3px;}
.downloads td.size {text-align:right; font-size: 0.9em;}

.vidplaybtn img {
 
}
a.vidplaybtn {
  float: left;
  position: relative;
}
a.vidplaybtn span.vidplaybtn {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/vr3000.png") no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 200%;
  }
}

.vr3000-header {
    background: url('../images/transparent.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navactive{
  background-color: #178acc!important;
}

#paypal_promo_text {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 10px
}
.promo-bar:hover {
    background: #fff
}
.promo-bar:hover,
.promo-bar:hover .close {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}
.promo-bar:hover .close {
    background: url(../images/close_paypal_promo_hover.png);
    background-size: contain
}
.promo-bar {
    text-align: center;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.168627) 1px 1px 1px 1px;
    border-radius: 0.3em;
    padding: 1em 2.2em;
    padding-right: 2.6em;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 199999;
    background: rgba(255, 255, 255, 0.85)
}
.promo-bar .close {
    width: 0.8em;
    height: 0.8em;
    background: url(../images/close_paypal_promo.png);
    background-size: contain;
    position: absolute;
    top: 0.7em;
    right: 0.5em;
    cursor: pointer
}


#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.no-gutter > [class*='col-'] {
    padding-right:0px;
    padding-left:0px;
}
.centered {
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
}


a.videozbutt span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("http://cdn.vr3000.com/webmastercentral/vr3000/images/vr3000play.png") no-repeat;
  background-position: 50% 50%;
  background-size: 20%;}
  
  @media (min-width: 991px) {  .welldescription {min-height: 294px;}   }
  @media (min-width: 1200px) { a.videozbutt span {background-position: 48% 50%;)  }
  
  .vcenter {
      display: inline-block;
      vertical-align: middle;
      float: none;
}
