@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*============================================
	Base
============================================*/

body {
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    color: #333;
    background: #e6e6e6;
    font-size: 14px;
    line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.35;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0 0 15px;
}

img {
    width: initial;
}

a {
    color: #999;
}
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	color: #999;
}

input {
    border: none;
}
input[type="text"],
textarea{
    max-width: 100%;
    width: 100%;
    padding: 9px;
    border: 1px solid #C6C6C6;
}
input[type="submit"] {
    cursor: pointer;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



/*---------------------------
    Layout
---------------------------*/

#header {
	background: #FFF;
	padding: 25px 0;
	border-bottom: 1px solid #DDD;
}

#footer {    
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #192D44;
}
#footer .footer-main {
	background: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    padding: 50px 0;
}
#footer .footer-bottom {
    text-align: center;
    background: #183454;
    padding: 20px 0;
}
#footer .footer-bottom p {
    margin-bottom: 0;
}


/*============================================
	Logo
============================================*/

.logo {
    text-align: center;
}
.logo img {
    width: auto;
}

/*============================================
	Banner
============================================*/

.banner {
    background: url(images/banner.jpg) no-repeat right center;
    background-size: cover;
    padding: 150px 0;
}
.banner .caption {
    text-align: center;
    color: #333;
}
.banner .caption h1 {
    text-transform: none;
    text-shadow: 0px 1px 1px #333333;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #FFF;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.5;
    margin-top: 0;
}
.banner .btn {
    margin-bottom: 0;
}

/*============================================
	Sections
============================================*/

.section {
    padding: 75px 0;
    background: #FFF;
}
.section-bg-color {
    background: #203F5F;
}
.section-dark {
    background: #333;
    color: #FFF;
}
.section-border-top {
    border-top: 1px solid #CCC;
}

.section-heading h2 {
    text-transform: none;
    font-size: 18px;
    color: #203F5F;
    margin: 0 0 20px;
}
.section-heading hr {
    border-color: #203F5F;
	margin: 0 0 30px;
}
.section-bg-color,
.section-bg-color .section-heading h2 {
    color: #FFF;
}
.section-bg-color .section-heading hr {
    border-color: #FFF;
}
.section-bg-color a {
    color: #FFCB00;
    
}
.section-bg-color a:hover {
    text-decoration: underline;
}

.section-bg-color a:hover,
.section-bg-color a:active,
.section-bg-color a:focus,
.section-bg-color a:visited {
    color: #FFCB00;
}



.img-wrap-144 {
    max-width: 144px;
}
.img-wrap-148 {
    max-width: 148px;
}
.img-wrap-229 {
    max-width: 229px;
}
.img-wrap-182 {
    max-width: 182px;
    margin: auto;
}
.img-wrap img {
    width: 100%;
}
/*============================================
	Buttons
============================================*/

.btn {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    border: none;
    margin-bottom: 20px;
    padding: 15px 30px;
}
.btn-xs {
	font-size: 12px;
    padding: 5px 12px;
}
.btn-sm {
    padding: 10px 20px;
}
.btn-lg {
    padding: 20px 40px;
}
.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus{
	border: none;
	background: #FFF;
	color: #333;
}
.btn-primary:hover {
    background: #FFF;
    color: #333;
}


@media screen and (max-width: 767px) {
    .banner {
        padding: 50px 0;
    }
    .banner .caption h1 {
        font-size: 20px;
    }
    .module {
        text-align: center;
        margin-bottom: 75px;
    }
    .module .section-heading {
        margin: 0 0 20px;
    }
    .module .section-heading h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .module .section-heading hr {
        width: 30%;
        margin: auto;
        border: 2px solid #203F5F;
    }
    .img-wrap {
        margin: auto;
    }
    .img-wrap-229 {
        margin-bottom: 30px;
    }
    .module-mg-0 {
        margin: 0;
    }
    .col-mb-30 {
        margin-bottom: 30px;
    }
}


