.page-template-template-home .slick-slide .event-link {
    color: #fff;
    font-size: 16px;
    font-family: "proxima-nova";
    text-transform: uppercase;
}

.menu-item {
	white-space: nowrap;
}
#fan2{
	right: 80px !important;
	top: 480px !important;
	display: none !important;
}

.icon-front-home {
	padding-right: 14px;
}

.icon-steam {
	margin-left: -20px;
	padding-right: 3%;
	height: 98px;
}
.icon-oculus {
	padding-right: 8%;
	height: 56px;
}
.icon-vive {
	height: 70px;
}

.company-pic-title {
	font-size: 26px !important;
}


.vlform {
	color:black !important;
	font-size: 20px;
}

section.cover .caption {
	font-weight: bolder;
}

#mail-icon {display: none;}
#menu-item-1364 {display: none;}

div.wpcf7 { 
border: 0px solid #f28f27;
padding:30px;
background: #EBEDF0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    display: block;
    padding: 0 12px;
    margin-bottom: 14px;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    font-family: "proxima-nova";
    background-color: #fff;
    transition: background-color 0.24s ease-in-out;	
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#FFFFFF;
width:100%;
text-align:center;
text-transform:uppercase;
}
.wpcf7 label {
	font-family: "proxima-nova"; 
	font-size:18px;
  color: #474E5C;
  text-align: left;
  line-height: 20px;
  height: 67px;
}

.wpcf7 button {
  width: 100%;
  min-width: 200px;
  height: 60px;
  line-height: 50px;
}

span.wpcf7-not-valid-tip {
    position: relative;
    right: -83%;
    bottom: 73px;	
    font-size: 14px;	
}


.vl-sidebar{
	font-size: 25px !important;
	padding-left: 10% !important;
}


.newsletter-homevl {
	width: 600px !important;
  min-height: 80px !important;
	position: absolute;
	padding-top: auto !important;
   top: 870px;
   left: 50%;
   margin: auto;
   transform: translate(-50%, -50%);
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(36,112,185,0.75) 25%, rgba(41,137,216,0.75) 50%, rgba(83,161,224,0.75) 75%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(36,112,185,0.75) 25%,rgba(41,137,216,0.75) 50%,rgba(83,161,224,0.75) 75%,rgba(125,185,232,0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(36,112,185,0.75) 25%,rgba(41,137,216,0.75) 50%,rgba(83,161,224,0.75) 75%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
}
.newsletter-homevl div { 
margin-top: -6px;
}

#mc-embedded-subscribe {
	    vertical-align: text-top;
}


/*********************
MODAL POPUP
*********************/

/* The Modal (background) */
.vl-modal {
	
  display: none;
	/* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 80px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Header */
.vl-modal-header {
    padding: 2px 16px;
/*    background-color: #007095;*/
    background-color: #0f73ba;
    color: white;
}

/* Modal Body */
.vl-modal-body {padding: 0px 16px;}

/* Modal Footer */
.vl-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.vl-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/*********************
MODAL POPUP
*********************/


section.default-cover-vlive {
    background-size: cover;
    position: relative;
    min-height: 510px;
    height: auto;
	/*
    background-image: url(../images/Subpage-background.jpg);
	*/
    background-repeat: no-repeat;
    background-position: -188px -70px;
    z-index: 10;
    text-align: center;
}

section.contact-cover {
    background-image:     none !important;
	height: 608px !important;
} 



section.our-partners {
    height: 1000px !important;
    text-align: center;
}

.job-position {
    border: 1px solid #008ac5;
    padding: 10px;
    min-height: 110px;
}

#featured-in {
	    margin-top: -50px !important;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper p {
	    margin-top: -54px;
    position: absolute;
}

.page-template-template-contact section.contact-cover form {
	padding-top: 0px !important; 
	margin-bottom: 0px !important;
}

 #faq {
    clear: both;
}








.citytable td img:nth-child(5) {
  margin-top:16px;
  filter: grayscale(100%);
}
.vl-logo-cities {
    position: relative;
    top: 32px;
    z-index: 2;
    width: 30px;
    filter: invert(1);
    left: -26px;
}
@media all and (max-width: 698px ) {
     .citytable tr {
        display: inline-grid !important;
        padding-left: 20%;
    }
}
.executive-team {
   margin-top: 25px;
}


/* our-office */
.ouroffice-row {
	padding-right: 26px; 
	padding-bottom: 10px;
}

.ouroffice-photo {
	margin-top: 1px;
	margin-left: 15px;
}


.ouroffice-logo {
	position: absolute; 
	top: 5%;
	z-index: 2;
	left: 5%;
	width: 30px;
	filter: invert(1);
}	



@media all and (max-width: 1024px ) {
	
.ouroffice-logo {
	position: absolute; 
	top: 5%;
	z-index: 2;
	left: 5%;
	width: 30px;
	filter: invert(1);
}	
}

@media all and (max-width: 641px ) {
	
.ouroffice-logo {/*
	position: absolute; 
	top: 5%;
	z-index: 2;
	left: 5%;
	width: 30px;
	filter: invert(1);*/
	display:none;
}	
	
	#our-partners {
		height: 1750px !important;
  }
}

.page-template-template-how-it-works .row .row {
    margin: 0 0;
    max-width: none;
    width: auto;
}

.contact-column-left {
	    margin: -35px 23px;

}

.contact-column-right {
	    margin: 115px 5px;

}

.newsletter-thanks {
	color:white;
  font-family: "league-gothic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight:bolder;
	font-size: 32pt;
	letter-spacing: 10px;
}

.videopreview {
    width: 90%;
    max-width: 900px;
	  margin-bottom: 40px;
}

.button-pressdownload {
	margin-bottom: 20px;
}

section.contact-cover {
	height: auto !important;
}

.vl-modal-header .close {
	font-weight: bolder;
	cursor:pointer;
}
.row-client {
	margin-bottom: 20px !important;
}

.cd-timeline-item-title {
    font-size: 1.3em;
}

.cd-timeline-img {
    background-color: #008ac5 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08) !important;
    height: 20px !important;
    width: 20px !important;
    margin-left: -10px !important;
    margin-top: 23px !important;
}

@media only screen and (max-width: 821px) {
    .cd-timeline-img {
        left: 20px !important;
    }
}

.cd-timeline-img .fa {
    display: none !important;
}

.cd-timeline-content {
    background-color: white !important;
    border: 1px solid #008ac5;
    border-radius: 0 !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.cd-timeline-block:nth-child(2n+1) .cd-timeline-content::before {
    border-left-color: #008ac5 !important;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-right-color: #008ac5 !important;
}

@media only screen and (max-width: 821px) {
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content::before {
        border-left-color: transparent !important;
    }
    
    .cd-timeline-content::before {
        border-left-color: transparent !important;
        border-right-color: #008ac5 !important;
    }
}

.cd-timeline-content h4 {
    font-size: 0.95em;
}

.cd-timeline-content p {
    font-size: 0.75em;
}

@media only screen and (min-width: 822px) {
    .cd-timeline-block {
        margin-top: -170px;
    }
    #cd-timeline {
        margin: 0 !important;
    }
}

.full-width {
    width: 100%;
}

.frontlogo {
	height: 70px !important;
	min-width: 60px;
	margin-bottom: 20px;
}

#bitnami-banner {display:none;}

section#section-home-info #info-one {
    overflow-y: auto !important;
}

.mainvideo {
	    position: absolute;
    z-index: 0;
    left: 20%;
    top: 450px;
}

/** laptop and others **/

@media screen and (max-width: 4000px) {
section.cover .caption {
   font-size: 50px !important;
   line-height: 60px;
   letter-spacing: 2.6px !important;
   /*margin-top: 0px !important;*/
}
	
	
.mainvideo {
	    position: absolute;
    z-index: 0;
   left: 50%;
   top: 550px;
   margin: auto;
   transform: translate(-50%, -50%);
	height: 50%;
}
	
	.newsletter-homevl {
		max-width: 600px !important;
    width: 80% !important;
height: 9% !important;
  }
	
	
}

.section.cover .caption {
	    font-size: 80px !important;
			/*margin-top: 0px !important;*/
	
}

#section-cover .row .small-10  {
   width: 100% !important;
}

/** landscape **/

@media screen and (max-width: 999px)
{
	
	section.cover {
		height: 735px;
	}
	
.mainvideo {
   position: absolute;
   z-index: 0;
   left: 50%;
   top: 500px;
   margin: auto;
   max-width: 560px;
   transform: translate(-50%, -50%);
   width: 75%;
   height: 29%;
}
	
	 .newsletter-homevl {
		top: 750px;
  }
	
	.newsletter-homevl-label  {
		font-size: 30px !important;
 }
	
	.newsletter-homevl-input  {
		font-size: 30px !important;
 }
	
	
.icon-steam {
	padding-right: 20%;
}
.icon-oculus {
	padding-right: 20%;
}
	
	#our-partners .map-column {
		float:none !important;
	}
	
}

/** portrait **/

@media screen and (max-width: 479px)
{

	section.cover {
		height: 735px;
	}
	
	section.cover .caption {
		font-size: 28px !important;
		line-height: 42px;
	}
	
.mainvideo {
   position: absolute;
   z-index: 0;
   left: 50%;
   top: 520px;
   transform: translate(-50%, -50%);
   width: 75%;
   height: 18%;
}

	.newsletter-homevl {
		    text-align: center;
		font-size: 10px;
    top: 700px;
		left: 50%;
		background: #083065 !important;
    width: 100% !important;	
    height: 9% !important;	
 }
	.newsletter-homevl-label  {
		font-size: 20px !important;
 }
	
	.newsletter-homevl-input  {
		font-size: 20px !important;
 }
	
	
	#fan1-mobile{
		display:none;
	}
}

#fans {
	display: none !important; 
}

/* make second section image appear scaled*/

@media screen and (min-width: 999px)
{
	section#section-home-info {
    height: 836px;
    background-image: url(/wp-content/themes/virtually-live/library/images/version800pxheight_section3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
		background-position: 0% 50%;
}
section.home-info #racecar {display: none !important;}
}