@import url(http://fonts.googleapis.com/css?family=PT+Sans);
body {
  font-family: 'PT Sans' !important;  
}

a, a:hover {
  transition: all 0.3s ease-out 0s;
}

section {overflow: hidden;}

img {display: inline;}

.row .col-sm-12{
  /* margin: 0;
  padding: 0; */
  text-align: center;
  color: #000;
}

.rrvcover1{
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 0.4em;
  margin-top: 1em;
  color: #000;
}

.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #ff2e00 !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.float-left {
  float: left !important;
}

/* Typhoon H Page specific */
.block-text {
  font-size:15px;
}
.row .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.row .col-sm-12.vcenter {
  padding-top: 5%;
  padding-bottom: 5%;
}
.text-white {
  color: #fff !important;
}
p {
  padding-left: 15px;
  padding-right: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 4px;
  padding-top: 0; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.whitebg {
  background: rgba(255,255,255, 0.6) none repeat scroll 0 0;
  padding-bottom: 15px;
}
.lowwhitebg {
  background: rgba(255,255,255, 0.2) none repeat scroll 0 0;
  padding-bottom: 15px;
}


#realsense-10 {
  background: #000; margin-bottom: 0px;
}
#realsense-10 .col-xs-9 {
  text-align: left;
}
#realsense-10 .col-xs-9 h4 {
  padding-left: 15px;
  padding-right: 15px;
}
#realsense-10 .col-xs-12 img {
  width:100%;
}
#realsense-10 .col-xs-3 img {
  min-height: 70px;
}
#realsense-10 .top-header {
  margin-bottom: 40px;
}
#realsense-10 .text-header {
  font-size: 2em;
}

#typhoon-h-8 {
  background: #000;
}
#typhoon-h-8 .row {
  max-width: 1140px;
  margin: auto;
}
#typhoon-h-9 {
  background: #fff;
}
#typhoon-h-9 .row {
  max-width: 1140px;
  margin: auto;
}
#typhoon-h-10 {
  background: #e6e6e6;
}
#typhoon-h-10 .row {
  max-width: 1140px;
  margin: auto;
}
#typhoon-h-11 {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#typhoon-h-11 table {
  margin:auto;
}
#typhoon-h-11 table td {
  border: none;
  border-bottom: 1px solid #c2c2c2;
}
#typhoon-h-11 table td.first {
  border-right: 1px solid #c2c2c2;
}
#typhoon-h-11 table td.bottom {
  border-bottom: none;
}

#faq h3 {color: #333;}
#faq p {color: black;}

@media all and (min-width: 992px) {
   .md-vcenter {padding-top: 5%; padding-bottom: 5%;}
   .vcenter {margin-top: 5%;}
   #realsense-9b .imgfullwidth img {width: 100%;}
   p, h3 {max-width: 480px;}
   #realsense-3 {min-height: 755px;}
   #realsense-5 .vcenter {margin-top:10%;}
   #realsense-5 h3, #realsense-5 p {margin-left:40px;}
   #realsense-6 {min-height:auto;}
   #realsense-8 .col-md-7 {text-align: right;}
   #realsense-9 .md-left {text-align: right;}
   #realsense-9 .md-left h3, #realsense-9 .md-left p {max-width: 520px;}
   #realsense-9 .md-right {text-align: left;}
   #realsense-10 {padding-bottom: 100px;}
   #realsense-10 p, #realsense-10 h3 {max-width: none;}
   #realsense-12 .col-xs-6.col-xs-push-6 {text-align: left;}
}

.feature-list li {font-size: 15px !important;}


