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

body {
	font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Montserrat', sans-serif;
}

.intro-header a, .intro-header a:hover, .intro-header a.active {
    color: #fff;
}

.fa-btn {
	margin-right: 6px;
}

.btn {
    height: 34px;
    margin: 0;
    padding: 0 10px 0 10px;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;

}

.intro-header {
	height: 100%; /* Full PAge */
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: #34495e url(../img/intro/intro5) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.intro-header h1{
	font-size: 80px;	
	font-weight: 300;
	letter-spacing: 6px;
}

.intro-header h3{
	font-weight: 300;
}

.intro-header .fa-3 {
    font-size: 4em;
}

.intro-header .top{
	position: absolute;
	top: 20%;
}

.intro-header .bottom{
	position: absolute;
	bottom: 8%;
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.intro-header {
			height: 100%;
			padding-top: 50px;
			padding-bottom: 50px;
			color: #f8f8f8;
		    background-image: none; 
			background-size: cover;
			text-align: center;
			background-color: #34495e;
		}
	}

.navbar {
	position: relative;
	width: 100%;
	z-index: 999;
	border-radius: 0; 
}

.navbar-default {
	position: relative;
	width: 100%;
	z-index: 999;
}

.notification-box{
	padding: 18px 0 0 0;
}

.container-block {
	padding: 90px 0;
}

.container-block-gray {
	border-top: 1px solid #e7e7e7;
	background-color: #f8f8f8;
	padding: 90px 0;
}

.container-block-white {
	border-top: 1px solid #e7e7e7;
	padding: 90px 0;
}

.container-block-parallax {
    background: url(../img/pattern-3.png);
    border-top: 1px solid #e7e7e7;
    padding: 90px 0;
    min-height: 400px;
    color: #fff;
}

.container-block-coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 55px 0 60px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.container-block-coming-soon h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.container-block-coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.container-block-coming-soon .timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.container-block-coming-soon .timer .days-wrapper,
.container-block-coming-soon .timer .hours-wrapper,
.container-block-coming-soon .timer .minutes-wrapper,
.container-block-coming-soon .timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45, 45, 45, 0.7);
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.container-block-coming-soon .timer .days-wrapper:hover,
.container-block-coming-soon .timer .hours-wrapper:hover,
.container-block-coming-soon .timer .minutes-wrapper:hover,
.container-block-coming-soon .timer .seconds-wrapper:hover {
    background: #26abe3 url(../img/pattern-2.png);
    text-shadow: none;
}

.container-block-coming-soon .timer .days,
.container-block-coming-soon .timer .hours,
.container-block-coming-soon .timer .minutes,
.container-block-coming-soon .timer .seconds {
    font-size: 80px;
    line-height: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.container-block-coming-soon .timer .days-wrapper,
    .container-block-coming-soon .timer .hours-wrapper,
    .container-block-coming-soon .timer .minutes-wrapper,
    .container-block-coming-soon .timer .seconds-wrapper { width: 140px; height: 140px; margin: 0 7px; }
    
    .container-block-coming-soon .timer .days,
    .container-block-coming-soon .timer .hours,
    .container-block-coming-soon .timer .minutes,
    .container-block-coming-soon .timer .seconds { font-size: 60px; line-height: 70px; }
	
}

@media (max-width: 767px) {

    .container-block-coming-soon .inner-bg { padding: 45px 0 50px 0; }

    .container-block-coming-soon .container-block-coming-soon h2 { font-size: 36px; }

    .container-block-coming-soon .timer .days-wrapper,
    .container-block-coming-soon .timer .hours-wrapper,
    .container-block-coming-soon .timer .minutes-wrapper,
    .container-block-coming-soon .timer .seconds-wrapper { width: 140px; height: 140px; margin: 7px; }

    .container-block-coming-soon .timer .days,
    .container-block-coming-soon .timer .hours,
    .container-block-coming-soon .timer .minutes,
    .container-block-coming-soon .timer .seconds { font-size: 60px; line-height: 70px; }

}

.footer-default {
    background: #f5f5f5 url(../img/pattern-2.png);
    position: relative;
    min-height: 50px;
    padding: 90px 0px 20px;
    border-top: 1px solid #ddd;
}

#footer-top {
	padding-bottom: 40px; 
}

#copyright{
	background-color: #f5f5f5;
	padding: 18px 0 18px 0; 
}
@media (max-width:767px) {
    .side-nav {
        display: none;
    }
}
@media (min-width:768px) {
    .side-nav {
        margin-left: -225px;
        left: 225px;
        width: 225px;
        position: fixed;
        top: 50px;
        height: 100%;
        border-radius: 0;
        border: none;
        background-color: #F3F3F3;
        overflow-y: auto;
    }

    .side-nav>li.dropdown>ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .side-nav>li.dropdown>ul.dropdown-menu>li>a {
        color: #999999;
        padding: 15px 15px 15px 25px;
    }
    .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
    .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
    .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #428bca;
    }
    .side-nav>li>a {
        width: 225px;
    }
}

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
    width: 450px;
}

.subscribe form input.subscribe-email {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #26abe3;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe form button.btn:hover {
    background: #555;
    color: #fff;
}

.subscribe form button.btn:focus, .subscribe form button.btn:active {
    outline: 0;
    background: #555;
    color: #fff;
}

.subscribe form.form-inline { width: 164px; }

@media (min-width:1px) and (max-width:767px){
    .subscribe form input.subscribe-email, .subscribe form button { width: 100%; }
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group textarea {
    height: 70px;
    min-width: 100%
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.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 #eeeeee;
}
.contact-us form button{
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #26abe3;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
@media (max-width: 767px) {
    .contact-us form button { width: 100%; }
}


.footer-default .subscribe form {
    margin-top: 0px;
}

.footer-default .subscribe form button {
    width: 70px;
    height: 34px;
    margin: 0;
    padding: 0;
    background: #26abe3;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.footer-default .subscribe form input.subscribe-email {
    width: 90px;
    height: 34px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 34px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

@media (max-width: 767px) {
    .footer-default .subscribe form input.subscribe-email, .footer-default .subscribe form button { width: 100%; }

    .footer-default .pull-right {
        text-align: left;
        width: 100% ;
    }
}

.social {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
    padding-top: 9px;
    background: #555;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.social a:hover, .social a:focus { outline: 0; background: #26abe3; }


.fa-4x{
    font-size: 4em;
}

.box-icon {
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    padding: 47px 47px;
    background-color: #f0f1ec;
    color: #034b81;
    text-align: center;
    -moz-border-radius: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.box-icon:hover, .box-icon:focus { outline: 0; background: #26abe3; }

.navbar, .navbar-default, .navbar-static-top, .stuckMenu {margin-bottom: 0px;}

.subscribe form button {
    width: 82px !important;
}

.subscribe form input {
    width: 78px !important;
}