/* Your custom css code goes here */

.probootstrap-nav {
  margin-left: 20px;
  text-align: right;
  float: right;
  width: calc(100% - 250px);
  position:relative;
  }

.linkbnr-section {
  background-color: #ffffff;
  padding: 20px;
}

.img

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


table {
  width: 85%;
  border-collapse: collapse;
  font-size:16px;
}
table th {
  color: #666;
  padding: 8px 15px;
  background: #eee;
  font-weight: bold;
  border-left:1px solid #999;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  line-height: 120%;
  text-align: center;
}
table tr td {
  padding: 8px 15px;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

table tr {
  background: #fff;
  color: #666;
}
table tr:hover {
  background: #fff;
  cursor:pointer;
}
table td span {
	font-weight:bold;
}
#tax {
   font-size:12px;
   padding-right:40px;
   color: #999;
}

#thanks h2 {
	font-size: 36px;
}

#thanks p {
	font-size:14px;
}

.probootstrap-logo {
  float: left;
  color: #ffffff;
  padding-left: 0px;
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}


body {
  background: #000000;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

/* Separator About - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}

.about {
	background-image: url(../img/about-sep.jpg);
}

.sep {
	display: none;
}

@media (min-width: 768px) {
.sep {
	display: block;
}
}


.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

.video iframe{
  position: absolute;
  text-align: center;
  top:80px;
  right:0;
  width:100%;
  height:100%;
}



/* Flexslider override style */
.slider-height, .flexslider, .flexslider2, .flexslider .slides > li, .flexslider2 .slides > li {
  height: 600px;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .slider-height, .flexslider, .flexslider2, .flexslider .slides > li, .flexslider2 .slides > li {
    *height:inherit;
     height: 300px;*
  }
}

