@charset "utf-8";

/* CSS Document */



/********************************************************************

 * Common styles                                              *

 ********************************************************************/



/* ==========================================================================

   Font-face

   ========================================================================== */

@font-face {

    font-family: 'quicksand_bold';

    src: url('fonts/Quicksand-Bold.ttf');

}

@font-face {

    font-family: 'quicksand_regular';

    src: url('fonts/Quicksand-Regular.ttf');

}



/* ==========================================================================

   Reset Settings

   ========================================================================== */

* {margin: 0; padding: 0;}  

body {

    background-color: #d3ecfc;

    font-family: "";

    font-size: 14px;

	padding: 0;

	margin: 0;

}

h1,h2,h3,h4,h5,h6,h7 {

    font-family: 'Proxima Regular',sans-serif;

    color: #444;

}

a {

    color: #656565;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    -ms-transition: all .3s ease;

    transition: all .3s ease;

}

a:hover,a:focus {

    color: #5eb22d;

}

ul {list-style: none;}

button {

    font-family: "rockwell-regular";

    font-size: 20px;

}

/* ==========================================================================

   Header Settings

   ========================================================================== */



#header {

    background: url("../images/header-bg.jpg") repeat-x scroll center -520% rgba(0, 0, 0, 0);

}

#header  .header-top-content {

    max-width: 980px;

    margin: 0 auto;

}

#header .header-top-left > img {

    float: left;

    margin-top: 12px;

}

#header  .header-top-left {

    float: left;

    width: 20%;

}

#header  .header-top-right {

    float: right;

    width: 77%;

}

#header .header-top h1 {

    color: white;

    font-family: quicksand_bold;

    font-size: 15px;

    float: left;

    padding-left: 20px;

}



#header .header-top {

    background: none repeat scroll 0 0 #07243e;

    line-height: 56px;

    min-height: 110px;

    text-align: center;

    border-bottom: 1px solid #174e7c;

}

#header .header-content {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

    width: 980px;

    padding: 0;

}

body#homepage #header .header-content {

    padding: 20px 0;

}

#header .header-content .left-panel {

    float: left;

    width: 30%;

}

#header .header-content .right-panel {

    float: right;

    padding: 0 5%;

    text-align: center;

    width: 58%;

}

#header .header-content .right-panel > p {

    color: #8dc3f2;

    font-family: quicksand_bold;

    font-size: 23.9px;

}

.header-top-right > p {

    color: #8dc3f2;

    font-family: quicksand_bold;

    font-size: 14px;

    line-height: 20px;

    position: relative; 

}

/* ==========================================================================

   Navigation Settings

   ========================================================================== */

#nav {

    position: relative;

    width: 100%;

    z-index: 1;

}

#nav .nav-content {

    margin: 0 auto;

    max-width: 1079px;

}

#nav .nav-content ul.nav-items {

    display: block;

    list-style: outside none none;

    margin: 0 auto;

    overflow: hidden;

    float: right;

    clear: both;

	margin-top: 10px;

}

#nav .nav-content ul.nav-items li.item {

	float: left;

    min-height: 58px;

}

.header-top-left img {

    margin-top: 10px;

}

#nav .nav-content ul.nav-items li.item a {

    color: #7ab7ed;

    display: block;

    font-family: quicksand_bold;

    font-size: 13.7px;

    height: 53px;

    line-height: 58px;

    padding: 0 10px;

    text-decoration: none;

    text-transform: uppercase;

}

#nav .nav-content ul.nav-items .item.home > a {

    margin-top: 4px;

}

#nav .nav-content ul.nav-items li.item:first-child a {

	padding-left: 0;

	border-left: none;

}

#nav .nav-content ul.nav-items li.item:last-child a {

	border-right: none;

}

#nav .search-form {

    float: right;

}

#nav .search-button {

    background: url("../images/search-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);

    border: medium none;

    cursor: pointer;

    height: 54px;

    width: 56px;

}

/* ==========================================================================

   Top Slider

   ========================================================================== */



#header section#slider {

    background: url("../images/slide-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);

    height: 315px;

    margin: 0 auto;

    max-width: 925px;

    overflow: hidden;

    padding: 29px 30px 100px 27px;

    position: relative;

    top: 0;

    z-index: 0;

}

#header section#slider .left-panel {

    height: 100%;

}

#header #slider .revolution-container {height: 100% !important;position: relative;}



/* ==========================================================================

   Content Settings

   ========================================================================== */

.content-wrapper {

	float: left;

    width: 100%;

}

section#intro_content {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

}

h3.panel-title {

    color: #266092;

    font-family: quicksand_bold;

    font-size: 35px;

    padding: 0px 0 20px 65px;

    text-align: left;

}

.heading-icon {

    float: left;

	width: 50px;

}

.entry .right-nav li a{

    font-size: 16px;

    text-decoration: none;

    color: #7ab7ed;

    position: relative;

    top: 1px;

}

.panel-body {

    margin-top: 10px;

}

.panel-body > p {

    color: #144876;

    font-family: quicksand_regular;

    font-size: 16px;

    line-height: 27px;

    font-weight: bold;

}

#intro_content .separator {

    width: 1px;

    height: 420px;

    float: left;

    background: white;

    margin-left: 3%;

    margin-top: 30px;

}

#intro_content section#slider {

    height: 334px;

    margin: 0 auto;

    max-width: 1016px;

    overflow: hidden;

    padding-top: 10px;

    position: relative;

    top: 0;

    z-index: 0;

    background: white;

    padding: 16px;

	padding-bottom: 200px;

    box-shadow: 0px 0px 7px gray;

	-moz-box-shadow: 0px 0px 7px gray;

	-webkit-box-shadow: 0px 0px 7px gray;

}

#intro_content section#slider .tp-bullets.tp-thumbs {right: -3px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .tp-mask {height: 64px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .tp-mask,#intro_content section#slider .tp-bullets.tp-thumbs{width: 300px !important}

#intro_content section#slider .tp-bullets.tp-thumbs .bullet{

	border: 2px solid #7e8f60;

    height: 53px !important;

    margin-left: 10px !important;

    width: 59px !important;

}

#intro_content section#slider .main-caption {

    font-family: quicksand_regular;

    font-size: 30px;

    text-transform: uppercase;

    color: white;

    background: rgba(255,255,255,.2);

    padding: 20px 30px;

}

#intro_content section#slider  .slide-description {

    margin-top: 20px;

	width: 50%;

}

#intro_content section#slider .slide-description > p {

    color: #646363;

    font-family: quicksand_regular;

    font-size: 14px;

    padding: 20px 0;

}

#intro_content section#slider  .slide-description > span {

    color: #bfbfbf;

    font-size: 12px;

    font-family: quicksand_bold;

}

#intro_content section#slider  .slide-description > h1 {

    font-size: 18px;

    font-family: quicksand_bold;

    color: #7ab4e8;

    text-transform: uppercase;

}

#intro_content section#slider .left-panel {

    height: 100%;

}

#intro_content #slider .revolution-container {height: 100% !important;position: relative;}

body#homepage section#main-contain {

    margin-top: 54px;

}

section#main-contain {

    background: none repeat scroll 0 0 white;

    padding: 54px 0;

}

section#main-contain  .content{

    overflow: hidden;

    margin: 0 auto;

    max-width: 980px;

}

section#main-contain h3.panel-title {

    color: #266092;

    font-family: quicksand_bold;

    font-size: 28px;

    padding: 0;

    text-align: left;

	text-transform: uppercase;

}

section#main-contain .panel-title > span {

    font-size: 12px;

    color: #b3b2b2;

    text-transform: UPPERCASE;

    display: block;

}

section#main-contain .heading-icon {

    float: left;

    margin-right: 20px;

}

section#main-contain .panel-heading {

    margin-bottom: 30px;

}

section#main-contain .entry {

    margin-bottom: 54px;

}

section#main-contain  .post .thumbnail {

    float: left;

    margin-right: 30px;

	margin-bottom: 30px;

}

section#main-contain .post > p {

    color: #696868;

    font-size: 14px;

    font-family: quicksand_regular;

    line-height: 20px;

}

section#main-contain .post-bottom {

    border-top: 2px solid #829db6;

    border-bottom: 2px solid #829db6;

    padding: 10px 0;

    margin-top: 20px;

	overflow: hidden;

}

section#main-contain .post-bottom .left-nav {

    float: left;

}

section#main-contain .post-bottom .left-nav > li {

    float: left;

    margin-right: 20px;

}

section#main-contain .post-bottom .left-nav a {

    color: #1f5b8f;

    font-family: quicksand_regular;

    font-size: 10.33px;

    text-decoration: none;

	padding-left: 20px;

}

section#main-contain .post-bottom .right-nav {

    float: right;

}

section#main-contain .post-bottom .readmore {

    background: url("../images/read-more-icon.png") no-repeat left center rgba(0, 0, 0, 0);

}

section#main-contain .post-bottom .comment {

    background: url("../images/comment-icon.png") no-repeat left center rgba(0, 0, 0, 0);

}

section#main-contain .post-bottom .right-nav > li {

    color: #1f5b8f;

    font-family: quicksand_regular;

    font-size: 10.33px;

    float: left;

    padding-left: 15px;

}

section#main-contain .post-bottom .right-nav > li:first-child {

    padding-top: 3px;

}

.col-lg-4 .panel.panel-default.feature_img {

    background: none repeat scroll 0 0 white;

    box-shadow: 0 0 4px gray;

    margin: 10px auto 0;

    padding: 15px;

    margin-right: 10px;

}

.panel.panel-default.feature_img > img {

    width: 100%;

}

.facebook-feed {

    padding-top: 30px;

	padding-bottom: 30px;

}

section#main-contain .facebook-feed .panel-heading {overflow: hidden;}

section#main-contain .facebook-feed h3 {

    font-size: 23px;

    font-family: quicksand_regular;

    color: #113d63;

	padding-top: 15px;

}

section#main-contain .facebook-feed .feed-top > h1 {

    color: #1f5b8f;

    font-size: 16px;

    font-family: quicksand_regular;

    text-transform: uppercase;

    padding-bottom: 10px;

}

section#main-contain .facebook-feed .feed-middle > img {

    float: left;

    margin-right: 10px;

    margin-bottom: 20px;

}

section#main-contain .facebook-feed .feed-middle .desc > p {

    color: #696868;

    font-family: quicksand_regular;

    font-size: 14px;

}

section#main-contain .facebook-feed .feed-bottom > p {

    color: #1f5b8f;

    font-family: quicksand_regular;

    font-size: 10px;

    text-align: left;

    text-transform: uppercase;

}

section#main-contain .facebook-feed .feed-bottom {

    margin-top: 10px;

}

section#main-contain .facebook-feed .facebook-feed-content {

    border-bottom: 2px solid #90a9be;

    padding-bottom: 10px;

    margin-bottom: 15px;

}









.content-wrapper section#footer-top {

    margin: 0 auto;

    min-height: 160px;

    padding-top: 10px;

	background: #07243e;

	border-top: 11px solid #c2dbec;

}

.content-wrapper section#footer-top .footer-logo {

    width: 336px;

    margin: 0 auto;

}

.content-wrapper section#footer-top .container {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

    padding: 20px 0;

}

.content-wrapper #footer-top .col-1 {

    float: left;

    width: 20%;

    color: #f0ead8;

    line-height: 23px;

	padding-top: 40px !important;

	margin-right: 5%;

}

.content-wrapper #footer-top .col-1 > img {

    width: 100%;

}

.content-wrapper #footer-top .col-2 {

    float: left;

    width: 20%;

    color: #f0ead8;

    line-height: 23px;

	margin-right: 60px;

}

.content-wrapper #footer-top .col-2 > p {

    color: white;

    font-family: quicksand_regular;

    font-size: 14px;

}

.content-wrapper #footer-top .col-1, .content-wrapper #footer-top .col-2 {font-size: 15px;font-family: opensans-regular;}

.content-wrapper #footer-top .col-3 {

    float: left;

    width: 20%;

	margin-right: 30px;

}

.content-wrapper #footer-top .col-3 li {

    font-size: 14px;

    color: white;

    font-family: quicksand_regular;

    line-height: 25px;

}

.content-wrapper #footer-top .col-4 {

    float: left;

    width: 20%;

}

.content-wrapper #footer-top .col-4 h2 {

    font-family: quicksand_regular;

    color: white;

    font-size: 16px;

	padding-bottom: 10px;

}

.content-wrapper #footer-top .col-1,.content-wrapper #footer-top .col-2,.content-wrapper #footer-top .col-3 {padding-top: 35px;}

.content-wrapper #footer-top a {

    background: url("../images/footer-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);

    color: #fff;

    font-family: quicksand_regular;

    font-size: 14px;

    line-height: 26px;

    padding-left: 20px;

    text-decoration: none;

}

.content-wrapper #footer-top .footer-last > h2 {

    color: #ff7f00;

    font-size: 21px;

}

.content-wrapper #footer-top .footer-last > p {

    color: #484848;

    font-size: 13px;

    font-family: proximanovalight,sans-serif;

    line-height: 17px;

    padding-top: 15px;

}

.content-wrapper section#footer {

    background: #07243e;

    height: 45px;

}

.content-wrapper .footer-links {

    margin: 0 auto;

    max-width: 980px;

    overflow: hidden;

	border-top: 1px solid white;

}

.content-wrapper .footer-links li {

    color: #fff;

    float: left;

    font-family: quicksand_regular;

    font-size: 12px;

    line-height: 45px;

}

.content-wrapper .footer-links li:first-child {

    padding-right: 8px;

}

.content-wrapper .footer-links a {

    border-left: 1px solid white;

    color: #fff;

    font-family: quicksand_regular;

    font-size: 12px;

    padding: 0 8px;

    text-decoration: none;

}

/* Bootrap */

.col-lg-8 {

    float: left;

    text-align: justify;

    width: 65%;

}

.col-lg-4 {

    width: 30%;

	float: right;

}

.form-signup {

    margin-top: 20px;

}

.form-group {

    margin-bottom: 15px;

}

.form-signup input.form-control {

    background: none repeat scroll 0 0 #fff;

    border-radius: 0;

    height: 30px;

}

.form-control {

    background-color: #fff;

    background-image: none;

    color: #266092;

    display: block;

    font-family: quicksand_regular;

    font-size: 18px;

    height: 34px;

    line-height: 1.42857;

    padding: 6px 12px;

    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

    width: 100%;

	border: none;

}

.form-signup button {

    background: none repeat scroll 0 0 #144876;

    border: medium none;

    color: white;

    font-weight: bold;

    margin-left: 25%;

    padding: 15px 35px;

    text-align: center;

    text-transform: uppercase;

    font-size: 12px;

    font-family: quicksand_bold;

    border: 1px solid #a0c0d8;

    border-radius: 10px;

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

}

.social {

    float: right;

    line-height: 20px;

    margin-right: 25px;

    position: relative;

    top: -18px;

}

.social > li {

    float: left;

    padding: 0 10px;

}

.fa {

    color: #5e9cd2;

    text-decoration: none;

    font-size: 20px;

}
