/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */
.notice-container
{
   
       font-weight:bold !important;   

}
.notice-main{
     background: none !important; z-index: -10 !important;
}
.notice-success
{
   color: #3c763d !important;
   font-size: 14px !important;
}
.notice-danger
{
    color: #a94442 !important;
    font-size: 14px !important;
    

}
.notice-info
{
    color: #31708f !important;
    font-size: 14px !important;

}
.alert-box {
	padding-top:20px;
	padding-bottom:20px;
	position: absolute;
    top: 114px;
    z-index: 3;
    left: 8%;
    right: 8%;
}

.panel-body p ,.panel-body ul {
	font-size:14px;
	color:#34495e;
	line-height: 160%;
}
.form-section {
    background-color: #2f4052; 
    /* background-color: rgb(236, 236, 236); */
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    color: #fff;  
}
.section-header {
	background-color: rgb(236, 236, 236);
	color: #e67f06;
	padding: 10px;
    position: relative;
}
.form-control {
	height:40px;
}
h5.form-control {
	padding-top: 10px;
}
.page-header {
	margin: 30px 0 20px;
	border-bottom: 1px solid #ddd;
}
.page-header h1, .page-header h2, .page-header h3, .page-header h4 {
	margin-bottom:0;
	text-transform: uppercase;
}

.checkbox, .radio {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
}
.form-section-wrap {
	border: 1px solid #2f4052; 
	/* border: 1px solid #d2d2d2;  */
	margin-bottom:20px;
	padding-bottom: 15px;
}
.margin-top {
	margin-top: 15px;
}
.sidenav li{
        list-style: none;
}
.privacy_content_selected{
    background: #ED9125;
    color: #FFF !important;
}

.timeline-Widget ,.twitter-timeline{
	background-color: #2f4052;
}
.button-row {
	margin-bottom: 20px;
}
.btn-outter-bottom {
	margin-bottom: 20px;
}
.content-box {
    background: #ffffff;
    padding: 15px 0px 15px 0px;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.staff-media {
    border-right: 3px solid #ededed;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    padding-left: 10px;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.staff-media > img {
    min-height: 150px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
#video-section {
	/* height:762px; */
	position: relative;
}
#video-section .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  padding-bottom: 0;
}
#video-section .video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.video {
	height:100%;
	width:100%;
	position: relative;
}
.video-overlay {
	position: absolute;
	opacity: .8;
    width: 100%;
   	height: 100%;
   	left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


#video-section .inner-top {
	padding-top: 200px;
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
	#video-section .inner-top {
	    padding-top: 100px;
	}
}
#owl-services .icon-overlay img {
	width: 120px;
}
.btn-full {
	width:100%;
}
.tooltip-bubble {
	padding: 3px 4px 1px;
    background: #f3b31b;
    border-radius: 50%;
    color: #fff;
}
.remove_field {
	display:block;
	margin-top:10px;
	color: red;
}
#owl-services .owl-carousel .owl-item {
    text-align: center;
}
#owl-services .icon-overlay img {
	display: inline;
}
.address-2 {
	display:block;
	padding-left:22px;
}
.text-orange {
	color: #ED9125;
}
.border-radius-top-left-right {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border-radius-bottom-left-right {
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#hero h1.testimonial-heading {
	padding: 10px 10px;
    font-size: 50px;
}
.faq-btn-wrap {
	padding-top:15px;
}
.text-big {
	font-size: 30px;
    line-height: 160%;
}
.caps {
	text-transform: uppercase;
}
.bottom-gap {
	margin-bottom: 5px;
}
footer .row .block {
	min-height: 302px;
} 
footer .social {
	padding-top: 10px;
    padding-left: 2px;
}
footer .social a.left-gap {
	padding-left: 15px;
}