
video#bgvid { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(../video/skyline.png) no-repeat;
	background-size: cover; 
	}

a.btn.btn-custom,
button.btn.btn-custom {
  background-color: #fff;
  color: #ee2a24;
  border-color: #ee2a24;
  text-transform: uppercase;
  float: none;
  margin: 0px 10px 10px 0px;
}

a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
  color: #fff;
  background-color: #ee2a24;
}

/* ##### Content Boxes ##### */
.content-box {
  text-align: center;
}
.content-box:hover {
  cursor: pointer;
}
.content-box:hover > .content-box-icon > i {
  color: #222;
}
.content-box > .content-box-icon > i {
  margin-right:5px;
  padding-bottom: 15px;
  color: #ee2a24;
  font-size: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1023px) {
	.content-box { text-align: left;  }
	.content-box > .content-box-icon > i { float: left; font-size: 30px; padding-bottom: 0px; }
	.content-box > .content-box-text { margin-left: 0px; }
}

.content-box > .content-box-text > h4 {
  
  margin-bottom: 20px;
  text-transform: uppercase;
	font-size: 2.1rem;
  letter-spacing: 0.2rem;
}
.content-box > .content-box-text > p {
  font-size: 14px;
  line-height: 14px;
  text-indent: 0px !important;
}
@media (min-width: 767px) {
  .content-box > .content-box-text > p {
    font-size: 16px;
	font-weight:300;
	line-height: 17px;	
  }
}
.content-box.top-column {
  padding-bottom: 40px;
}
@media (min-width: 1023px) {
  .content-box.top-column {
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .content-box.bottom-column {
    padding-bottom: 0px;
  }
}
.content-box.bottom-column.not-right-column {
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .content-box.bottom-column.not-right-column {
    padding-bottom: 0px;
  }
}

/* ##### Content Boxes Style One ##### */
.content-box.style-one > .content-box-icon > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
		margin-bottom: 5px;
}
.content-box.style-one  .content-box-text > p {
	/* color:blue; */
	font-size: 18px;
	font-weight:300;
	line-height: 150%;
}

/* ##### Content Boxes Style Two ##### */

.content-box.style-two > .content-box-icon > i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background-color: #3996cc;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.content-box.style-two:hover > .content-box-icon > i {
  background-color: #222;
}




/* ##### Countdown ##### */
.cd-content .cd-element {
  border-bottom: 1px solid #ee2a24;
  padding-bottom: 15px;
  margin-bottom:20px;
}
.cd-content .cd-element > .cd-value {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}
@media (min-width: 359px) {
  .cd-content .cd-element > .cd-value {
    font-size: 60px;
  }
}
.cd-content .cd-element > .cd-label {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 359px) {
  .cd-content .cd-element > .cd-label {
    font-size: 30px;
  }
}

/* ##### Counters ##### */
.counter-item {
  min-height: 263px;
}
.counter-item > i {
  color: #ee2a24;
}
.counter-item > .inner-content {
  padding-top: 10px;
}
.counter-item > .inner-content .number {
  color: #666;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
}
.counter-item > p {
  color: #ee2a24;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.counter-item.not-right-column.top-column {
  padding-bottom: 30px;
}
@media (min-width: 1023px) {
  .counter-item.not-right-column.top-column {
    padding-bottom: 0px;
  }
}
.counter-item.not-right-column {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .counter-item.not-right-column {
    padding-bottom: 0px;
  }
}
.counter-item.bubble .inner-content {
  position: relative;
  background-color: #ee2a24;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.counter-item.bubble .inner-content:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(183, 173, 164, 0);
  border-top-color: #ee2a24;
  border-width: 20px;
  margin-left: -20px;
}
.counter-item.bubble > p {
  color: #ee2a24;
  border-bottom: 1px solid #ee2a24;
  padding-bottom: 10px;
}

/*-- FORM Styles  */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-family: 'Droid Serif', serif !important;
  font-size: 1.4rem; /* font-size: 14px; */
  line-height: 1.4rem; /* line-height: 1.42857143; */
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ee2a24;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}



	
/*-- TESTIMONIALS SECTION --*/
#testimonials {
  /* background-image: url("../img/bg-testimonial.jpg"); */
  /* background-attachment: scroll; */
}
#testimonials > .section-inner .section-content .section-title {
  color: #b7ada4;
}
#testimonials > .section-inner .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
.testimonial-item > .testimonial-content {
  position: relative;
  padding: 15px;
  background: #ccc;
  border: 1px solid #ee2a24;
}
.testimonial-item > .testimonial-content:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left-style: inset;
  border-right-style: inset;
  border-top: 22px solid;
  border-right: 22px solid transparent;
  border-left: 0 solid transparent;
  border-top-color: #ee2a24;
  left: 80px;
  bottom: -22px;
}
 
.testimonial-item > .testimonial-info { margin-top: 18px; height: 80px;}
.testimonial-item > .testimonial-info img { float: left; width: 90px; height: 90px; margin-right: 10px; }
.testimonial-item > .testimonial-info .img-thumbnail { padding: 2px; }
.testimonial-item > .testimonial-content .testimonial-title { color: #222; font-size: 1.8rem; margin-bottom: 1.0rem; }
.testimonial-item > .testimonial-info .testimonial-author { color: #ee2a24; font-size: 1.8rem; margin-top: 1.0rem; }
.testimonial-item > .testimonial-info .testimonial-author em { font-size: 1.5rem; }
.testimonial-item > .testimonial-content blockquote { border-left: none; margin-bottom: 0px; padding: 0; }
.testimonial-item > .testimonial-content blockquote p { color: #666; font-size: 1.8rem; line-height: 2.6rem; font-style:italic; font-weight: 300; }

	@media (min-width: 479px) {
	  .testimonial-item > .testimonial-content:after { left: 100px;  }
	  .testimonial-item > .testimonial-info {height: 100px; }
	  .testimonial-item > .testimonial-info img { width: 100px; height: 100px; margin-right: 20px; }
	  .testimonial-item > .testimonial-content .testimonial-title { font-size: 1.7rem; font-weight:400;  }
	  .testimonial-item > .testimonial-info .testimonial-author { font-size: 1.7rem; }
	  .testimonial-item > .testimonial-info .testimonial-author em { font-size: 1.4rem; }
	  .testimonial-item > .testimonial-content blockquote p {font-size: 2.0rem; }
	}
	@media (min-width: 639px) {
	  .testimonial-item > .testimonial-content:after { left: 120px;  }
	  .testimonial-item > .testimonial-info {height: 120px;  }
	  .testimonial-item > .testimonial-info img { width: 120px; height: 120px; margin-right: 30px;  }
	  .testimonial-item > .testimonial-content .testimonial-title { font-size: 1.8rem; font-weight:400;  }
	  .testimonial-item > .testimonial-info .testimonial-author { font-size: 1.8rem; }
	  .testimonial-item > .testimonial-info .testimonial-author em { font-size: 1.5rem;  }
	   .testimonial-item > .testimonial-content blockquote p {font-size: 1.9rem; }
	}
	@media (min-width: 992px) {
	  .testimonial-item > .testimonial-content:after { left: 80px;  }
	  .testimonial-item > .testimonial-info {   height: 80px;   }
	  .testimonial-item > .testimonial-info img { width: 90px; height: 90px; margin-right: 10px; }
	  .testimonial-item > .testimonial-content .testimonial-title { color: #222; font-size: 1.8rem; margin-bottom: 1.0rem;  }
	  .testimonial-item > .testimonial-info .testimonial-author { color: #ee2a24; font-size: 1.8rem; margin-top: 1.0rem;  }
	  .testimonial-item > .testimonial-info .testimonial-author em { font-size: 1.5rem; }
	  .testimonial-item > .testimonial-content blockquote p {font-size: 1.7rem; }
	}

.column-highlight {
	/* margin: 1% 1%; */
	border: 2px solid #ee2a24;
	padding: 1% 1%;
	background: #fff;
}


/* faqs */
.faqHeader {  			
        margin: 20px;
		
    }
.panel-title, .panel-title> a {
		font-family: 'PT Serif', serif !important;
		font-weight: 600;
		/* font-size: 1.5rem;
		/* 	line-height: 2.0rem;
		margin-bottom: 20px; */		
}	
.panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: right;
        color: #666;
        /* rotate "play" icon from > (right arrow) to down arrow */
			-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);
    }
.panel-heading [data-toggle="collapse"].collapsed:after {
        color: #ee2a24;
		/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);        
    }

/* .panel-body> p {
		font-size: 1.4rem;
		line-height: 2.0rem;
		font-weight: 300;
		margin-bottom: 5px;
		color:red; 
}*/


/* @media (min-width: 479px) {
	.panel-title> a { font-size: 1.0rem; margin-bottom: 10px; }	
}
@media (min-width: 639px) {
	.panel-title> a { font-size: 1.5rem; margin-bottom: 20px; }	
} }*/


.hide {
display: none;
}


.browsehappy {background:#ffffff; height:50px; line-height:50px; color:#ee2a24; text-align:center; padding:5px 0;}

/* Cookie Warning Bar */
#cookie-bar {background:#ffffff; height:50px; line-height:50px; color:#ee2a24; text-align:center; padding:5px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:2px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#ffcc00;} /* I understand */
#cookie-bar .cb-enable:hover {background:#66ff00;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#cccccc;} /* Our Privacy Policy */
#cookie-bar .cb-policy:hover {background:#ee2a24;}


