/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.5em;
}

html {
    width: 100%;
    height: 100%;
}
h1{font-family:"fira-mono",sans-serif;
	font-weight:bold;
	font-size	: 4em; 
	text-transform:uppercase;
	}

h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: inherit;
}
.navbar-header img{height:100%; width:auto;}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
	height: 100%;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/vidbg.jpg);
	height: 100%;
	width: 100%;
	background-size: cover;
}

.what-section{
	background-image: url(../images/what_is_sig_bg2.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
}
.how-section {
    height: 100%;
	padding-top: 75px;
    text-align: center;
    background: #fff url(../images/how_sig_bg.jpg);
	background-size: cover;
	
}
.program-section {
    height: 100%;
	padding-top: 75px;
    text-align: center;
    background: #fff url(../images/program_bg.jpg) ;
	background-size: cover;
}
.benefits-section{
	padding: 75px 0;
	background-color:#b6ad9f;
	border-bottom:solid thin #ccc;
	color: #fff;
	}
.benefits-section h1{text-align:center;}
.claims-section {
    height: 100%;
    padding-top: 75px;
    text-align: center;
    background: #fff url(../images/claims_bg.jpg);
	background-size: cover;
}
.safety-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff url(../images/safety_bg.jpg);
	background-size: cover;
}

.board-section {
    padding: 75px 0;
    text-align: center;
    background: #465573 ;
	color:#fff;
}

.testimonials-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #fff url(../images/test_bg.jpg);
	background-size: cover;
}

.join-section {
    
    padding: 75px 0;
    text-align: center;
    background: #f8f8f8 ;
}
.contact-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: #eee url(../images/contact_bg.jpg);
	background-size: cover;
	}
.intro-top-image{
	background: url(../images/vidbg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
}
.white{color:#fff; text-shadow: 2px 2px 4px #000000;}
.lgfont{font-size:1.2em; font-weight:bold;}
.fullvideo{
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: 0% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
.vidbg{width:100%; height:100%;}
.forground{
	z-index: 50;
	background: url(../images/vidbg.png);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.lead-text{
	text-transform:uppercase;
	top: 15%;
}
.fromtop{margin-top:5%;}
.transblack{background-color: rgba(0, 0, 0, 0.8); color:#fff; text-align:justify; padding:5%; -webkit-border-radius: 4px;  -moz-border-radius: 4px;  -ms-border-radius: 4px;  -o-border-radius: 4px;  border-radius: 4px;} 
.transblack2{background-color: rgba(0, 0, 0, 0.8); color:#fff; text-align:justify; padding:2%; -webkit-border-radius: 4px;  -moz-border-radius: 4px;  -ms-border-radius: 4px;  -o-border-radius: 4px;  border-radius: 4px;} 
.transwhite{background-color: rgba(255,255,255,0.70) ; color:#333; text-align:justify; padding:5%; -webkit-border-radius: 15px;  -moz-border-radius: 15px;  -ms-border-radius: 15px;  -o-border-radius: 15px;  border-radius: 15px;}
.center{text-align:center;}
.claims ul li {-webkit-border-radius: 4px;  -moz-border-radius: 4px;  -ms-border-radius: 4px;  -o-border-radius: 4px;  border-radius: 4px; background-color: rgba(22,22,22,0.70); list-style:none; color:#FFFFFF; margin:1%; padding:1%; min-height:5em;}
.caption-content{color:#333; font-weight:bold; text-align:center;}
.caption-content h4{margin-bottom:0;}
.caption-content p{font-style: italic; color:#ccc; font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;}
.caption-content img{ text-align:center;}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
	text-align:center;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}
.pushdown{margin-bottom:15%;}
.container .row .col-lg-12.pushdown {
}
.memberlogin{display:none;}

@media(min-width:768px) {
    .navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	background-color: rgba(0,0,0,0.70);
    }
	
    .top-nav-collapse {
        padding: 0;
    }
	 #portfolio .portfolio-item {
        margin: 0 0 30px;
    }	
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
	.navbar-right{display:none;}
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.memberlogin{display:inline-block; padding:7px 10px; margin-top:7px; color:#fff; border-radius:10px; background-color:#666;}
	.memberlogin:hover{background-color:#000; font-weight:bold;}

	.memberlogin a:hover{text-decoration:none;}
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #ccc;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.modal-body p{text-align:justify;}
@media all and (max-width: 699px) {
.testimonials-section {
    background: #fff;
	background-size: auto;
}
.intro-section {
	background: #fff;
	background-image:none;
	background-size: auto;
	border-bottom:solid thin #ccc;
}

.what-section{
	height:auto;
	padding: 75px 0;
	background:#ccc url(../images/what_is_sig_bg2.jpg);
	border-bottom:solid thin #ccc;
	background-size: auto;

}
.how-section {
	height:auto;
	padding: 75px 0;
    background: #fff url(../images/how_sig_bg.jpg);
	background-size: auto;	
}
.program-section {
	height:auto;
	padding: 75px 0;
    background: #000 url(../images/program_bg.jpg);
	background-size:auto;

}
.benefits-section{
	}

.claims-section {
	height:auto;
	padding: 75px 0;
    background: #fff;
	background-size: auto;
	background-image:none;
	border-bottom:solid thin #ccc;
}
.safety-section {
	height:auto;
	padding: 75px 0;
    background: #fff url(../images/safety_bg.jpg);
	background-size: auto;
}

.board-section {
}

.testimonials-section {
	height:auto;
	padding: 75px 0;
    background: #dfd5c6;
	background-size: auto;
}
.testimonials-section h1{font-size:3em;}
.join-section {
}
.contact-section {
	height:auto;
	padding: 75px 0;
    background: url(../images/contact_bg.jpg);
	background-size: auto;
	}
.transwhite {background-color: rgba(255,255,255,1) ; color:#333; -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -ms-border-radius: 5px;  -o-border-radius: 5px;  border-radius: 5px; margin-bottom:5px;}
.pushdown{margin-bottom:0%;}
}
.carousel-control {
  padding-top:10%;
  width:5%;
}
