/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
body {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    position: relative;
    max-width: 100%;
    height: 100%;
    color: #333333;
    background-color: #fff;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    margin: 0 0 35px;
}

h1 {
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; }
 

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #1876ac; 
    font-weight: bold;
}
  a:focus, a:hover {
    text-decoration: none;
    color: #DFB934; 
}

.masthead {
    background: url(../img/VV_header_bg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 0; 
}

.intro-body {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

video { 
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}





.brand-heading {
        font-size: 30px;
        line-height: 30px;
}
    .masthead .intro-body .intro-text {
      font-size: 18px; }




.content-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff;
}


.gray-bg {
    background: #f4f4f4; 
}

/* -----------------------Virtual vs. Physical----------------------- */



.main-title {
    font-size: 60px;
    padding: 0 0 50px 0;
    margin: 0 auto;
}



@media (max-width: 320px) {
.main-title {
    font-size: 30px;
}
}

.logo-img {
    max-height: 100px;
     display : flex;
    align-items : center;
    margin-bottom: 50px;
   
}


.logo-img img{
    max-width: 150px;
    max-height: 100px;
    opacity: 0.6;
    margin: 0 auto;

}


/* -----------------------why----------------------- */

#why h2{
    color: #333333;
    font-size: 30px;
    font-weight: 500;
}

.devices {
    margin-bottom: 50px;
}

.features-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box {
    display: inline-block;
    min-width: 230px;
}

.feature-box img {
    max-width: 92px;
}


.feature-box img {
    margin-bottom: 15px;
}
/*
.feature-box img:hover {
    -webkit-animation: rotate 2s infinite;
    -moz-animation: rotate 2s infinite;
    -o-animation: rotate 2s infinite;
    animation: rotate 5s infinite;
}
*/
.feature-box h4 { 
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 0;

}


.feature-box h5 { 
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;

}

.vv-img {
    margin: 0 auto;
    box-shadow: 0px 30px 20px -15px rgba(0,0,0,0.7);
}

.spacer {
    height: 50px;
}

 

/* -----------------------Stand functionalities----------------------- */


.list-func {
    text-align: left;
}

.list-func ul{
    list-style: none;
    padding: 0;
}

.list-func ul li{
    margin-bottom: 10px;
    font-size: 20px;
}

.list-num {
    background: #d95353;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.8em;
    border: 2px solid #d95353;
}



.events-btn {
    margin: 80px 0 0 0;
    text-align: left;
}


/* -----------------------package----------------------- */



.pricing-tables-header {
    background-color: #DFB934;
    margin: 0 10px 5px 10px;
    padding: 20px;
}

.pricing-tables-header h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 500;
}


.pricing-tables-header span {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.pricing-tables-content {
    background-color: #f4f4f4;
    margin: 0 10px;
    padding: 0 20px;
}

.pricing-tables-list {
    padding: 30px 0 ;
    list-style: none;
}

.pricing-tables-list li {
    min-height: 40px;
    color: #666666;
    font-size: 14px;
}



/* -----------------------button----------------------- */

.vv_button {
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;

}


.vv_button:hover {
    padding: 0.3em 2em 0.3em 1em;
    border: 2px solid;
    background: rgba(255, 255, 255, 0.2);
}


.vv_btn-top:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -1em;
    opacity: 0;
    font-size: 30px;
    line-height: 1.5em!important;
    content: "\f105";

    top: 23%;
    right: 8%;
}

.vv_btn-top:hover:after {
	margin-left: 10px;
	opacity: 1;
}


.vv_btn-top {
    padding: 0.7em 1.3em;
    font-size: 25px;
}

.vv_btn-top:hover {
    padding: 0.7em 1.7em 0.7em 1.2em;
    font-size: 25px;
    margin-right: 10px;
}

.vv_btn-1:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -1em;
    opacity: 0;
    font-size: 30px;
    line-height: 1.5em!important;
    content: "\f105";
    top: 10%;
    right: 10%;
}

.btn-container{
    display: inline-block;
}

.btn-first {
    margin-right: 50px;
}

.vv_btn-1:hover:after {
	margin-left: 10px;
	opacity: 1;
}


.vv_btn-1 {
    padding: 0.7em 1.3em;
    font-size: 25px;
}

.vv_btn-1:hover {
    padding: 0.7em 1.7em 0.7em 1.2em;
    font-size: 25px;
    margin-right: 10px;
}

.vv_btn-2 {
    padding: 0.3em 1em;
    font-size: 20px;
}

.vv_btn-2:hover {
    padding: 0.3em 1.7em 0.3em 0.7em;
    font-size: 20px;
}


.vv_btn-2:after {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: -1em;
    opacity: 0;
    font-size: 25px;
    line-height: 1.5em!important;
    content: "\f105";
    top: 10%;
    right: 10%;
}


.vv_btn-2:hover:after {
	margin-left: 10px;
	opacity: 1;
}



.vv_btn-white, .pulser_btn-white:hover, .pulser_btn-white:focus {
    color: #fff;
}

.vv_btn-blue {
    color: #1876ac;
    border-color: #1876ac;
}

 .vv_btn-blue:hover {
    color: #dfb934;
}

.bot-btn, .top-btn {
    margin: 30px auto 0 auto;
}

button {
    cursor: pointer;
}

/*contact form*/



.contact-heading {
    color: #ffffff;
    font-size: 60px;
    padding: 50px 0;
}



.contact-body {
    color: #cccccc;
    font-size: 16px;
    padding: 0 20px;
}


.contact-body-sent {
    display: none;
    text-align: center;
}




label {
    width: 100%;
}


input[type="text"] {
    background-color: #2d2d2d;
    color: #fff;
    padding: 15px;
    width: 100%;
    outline: none;
    border: 1px solid #2d2d2d;
}

input[type="text"]:focus {
    background-color: #3c3c3c;
    color: #cccccc;
    border: 1px solid #3c3c3c;
}
input[type="text"].contact-error {
    border: 1px solid #e00;
}


textarea {
    background-color: #2d2d2d;
    color: #ccc;
    padding: 15px;
    width: 100%;
    outline: none;
    border: 1px solid #2d2d2d;
    font-size: 13px;
}

textarea:focus {
    background-color: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}

textarea.contact-error {
    border: 1px solid #e00;
}

input[type="email"] {
    background-color: #2d2d2d;
    color: #fff;
    padding: 15px;
    width: 100%;
    outline: none;
    border: 1px solid #2d2d2d;
}

input[type="email"]:focus {
    background-color: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}

input[type="email"].contact-error {
    border: 1px solid #e00;
}

p#contact-error {
    font-size: 15px;
    color: #e00;
}


#contact-sent-header {
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    color: #ffffff;
    font-size: 60px;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
}


p#contact-sent {
    font-size: 30px;
    color: #ffffff;
}
p#contact-not-sent {
    font-size: 15px;
    color: #e00;
}

.contact-body-sent button {
    position: static;
    background-color: #2d2d2d;
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 0.5em 2em;
    border: 2px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    float: none;
    opacity: 1;
}

.contact-body-sent button:focus {
    color: #2d2d2d;
}

.vv-submit {
    background-color: #2d2d2d;
    color: #fff;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 0.3em 1em;
    border: 2px solid #fff;
    border-radius: 3px;
}

.vv-submit:hover {
    cursor: pointer;
    background-color: #3c3c3c;
    color: #dfb934;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 0.3em 1em;
    border: 2px solid #dfb934;
}

.modal-content {
    background-color: #363636;
    border-radius: 0;
    padding: 0 30px 30px 30px;
}

.close {
    position: absolute;
    color: #fff;
    right: 5%;
}

.close:hover {
    color: #fff;
}

.close:focus {
    outline: none;
}

.modal-header {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



/* -----------------------events----------------------- */

#events {
    background: url(../img/typ-bg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#events h1 {
    text-align: center;
    margin-bottom: 50px;
}

#events h3 {
    margin-bottom: 2px;
    text-align: left;
}

#events h4 {
    color: #898989;
    margin-bottom: 20px;
    text-align: left;
}

#events h4:before {
    content: "\f041";
    display: inline-block;
    font-family: 'FontAwesome';
    margin: 0 5px 0 0;
    color: #898989;
    vertical-align: top;
}

#events img {
    margin-bottom: 80px;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#events .vv-img:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0px 40px 20px -15px rgba(0,0,0,0.7);
}

#events a{
    text-align: center;
    margin: 0 auto;
}

/* -----------------------footer----------------------- */

footer {
    background: #333;
    text-align: center;
    line-height: 16px;
    padding: 50px 0;
}

footer p {
    font-size: 12px;
    color: #898989;
    margin: 0;
}


@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-moz-keyframes countdowntiming {
  0% {
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .spacer {
        display: none;
    }
    
    .feature-box {
        margin-bottom: 50px;
    }
    

    .events-btn {
    margin: 50px 0 50px 0;

    }
}

@media screen and (max-width: 989px) and (min-width: 767px) {
    #package .col-md-4 {
        padding: 0;
    }
    
    #events h3 {
        min-height: 66px;
}
    
}
 @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; 
     } 
    .masthead {
      height: 100%;
      padding: 0; 
      }
    .brand-heading {
        font-size: 30px; 
      }
      .masthead .intro-body .intro-text {
        font-size: 22px; 
      } 
}

@media (min-width: 576px) {
       .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    } 
}


@media (max-width: 576px) {
    #contact-sent-header {
        font-size: 30px;
    }
    .contact-heading {
        font-size: 30px;
    }

    p#contact-sent {
        font-size: 20px;
    }

    .contact-body-sent button {
        font-size: 16px;
    }


}

@media (max-width: 460px) {
    .btn-first {
        margin: 0 0 30px 0;
    }
}