/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (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: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 20px;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 125px;
}

.navbar-custom .navbar-brand {
    font-weight: 600;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #757375;
	
}

.navbar-toggle {
	color: #066699;
	font-size: 25px;
	margin-top: 25px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #757375;
}

.navbar-brand {
	padding: 0;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	line-height: 95px;
	font-weight: 600;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #066699;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a:hover {
    color: #066699;
}


    .navbar-custom {
        padding: 0 0;
        border-bottom: 0;
        background: rgba(255,255,255,.66);
        -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;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }

@media (max-width: 767px){
	.navbar-custom .nav li a {
		-webkit-transition: background .3s ease-in-out;
		-moz-transition: background .3s ease-in-out;
		transition: background .3s ease-in-out;
		line-height: 25px;
		font-weight: 600;
	}
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../../images/home-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text, .intro .intro-body .intro-text p {
    font-size: 16px;
}

.intro .intro-content {
	background: rgba(3,74,112,0.8);
	padding: 40px;
	-webkit-box-shadow: 0 0 8px 3px rgba(255,255,255,.45);
	box-shadow: 0 0 8px 3px rgba(255,255,255,.45);
	text-align: justify;
}

.intro .intro-content p {
	margin: 0;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text p, .intro .intro-body .intro-text {
        font-size: 16px;
    }
}

.btn-cust { 
  color: #ffffff; 
  background-color: rgba(255,255,255,.36); 
  border-color: #FFFFFF; 
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
} 
 
.btn-cust:hover, 
.btn-cust:focus, 
.btn-cust:active, 
.btn-cust.active, 
.open .dropdown-toggle.btn-cust { 
  color: #ffffff; 
  background-color: #066699; 
  border-color: #FFFFFF; 
} 
 
.btn-cust:active, 
.btn-cust.active, 
.open .dropdown-toggle.btn-cust { 
  background-image: none; 
} 
 
.btn-cust.disabled, 
.btn-cust[disabled], 
fieldset[disabled] .btn-cust, 
.btn-cust.disabled:hover, 
.btn-cust[disabled]:hover, 
fieldset[disabled] .btn-cust:hover, 
.btn-cust.disabled:focus, 
.btn-cust[disabled]:focus, 
fieldset[disabled] .btn-cust:focus, 
.btn-cust.disabled:active, 
.btn-cust[disabled]:active, 
fieldset[disabled] .btn-cust:active, 
.btn-cust.disabled.active, 
.btn-cust[disabled].active, 
fieldset[disabled] .btn-cust.active { 
  background-color: rgba(255,255,255,.36); 
  border-color: #FFFFFF; 
} 
 
.btn-cust .badge { 
  color: #FFFFFF; 
  background-color: rgba(255,255,255,.36); 
}

.sticky-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.sticky-footer p {
	text-shadow: 2px 2px 4px #000;
	font-size: 14px;
	text-align: center;
}

.sticky-footer p a:link, .sticky-footer p a:visited {
	font-weight: 700;
	color:#FFF;
	border-bottom: 1px dotted #FFF;
}

.sticky-footer p a:hover, .sticky-footer p a:active {
	font-weight: 700;
	color:#ddd;
	border-bottom: 1px dotted #ddd;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
