body {
    background-color: #f2f2f2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.force-Left {
    text-align: left;
    margin-left: 0px !important;
}

.leftSide {
    width: 20%;
    float: left;
    text-align: right;
    vertical-align: middle;
}

.rightSide {
    width: 75%;
    margin-left: 10px;
    float: left;
    vertical-align: middle;
}

.r_inputWidth {
    width: 75%;
}

a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #3498db;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: white;
	border-color: transparent;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
    color: cadetblue;
    font-weight: 300;
}

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.st {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lt {
    margin-top: 5px;
    margin-bottom: 20px;
}

.form-control {
	height: 42px;
	font-size: 18px;
    max-width: 280px;
	width: 100%;
}

i {
	margin: 8px;
	color: #3498db; 
}

.landing-blue-button {
    background-color: #3498db;
}

#headerwrap {
	background-color: cadetblue;
	margin-top: -20px;
	padding-top:60px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap_feature {
    background-color: cadetblue;
    background-attachment: relative;
    background-position: center center;
    min-height: 30px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btnFeature {
    font-size: 11px;
}

.dropdownFont_feature {
    font-size: 14px;
}

#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}

@media (max-width: 479px) {
    .form-inline {
        padding-bottom: 20px;
        text-align: center;
    }
    .form-control {
        display: inline;
    }
}

.lbl-sm {
    font-size: 14px !important;
    width: 33% !important;
}

.tb-sm {
    width: 66% !important;
}

.listBox-m {
    max-width: 280px;
    width: 100%;
}

.listBox-mh {
    max-width: 320px;
    width: 100%;
}