/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Header
	#Navigation
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face
	#Slider
	#FontAwesome
	#Contact Form*/

/* #Header
================================================== */

#header {
    border-bottom: 1px solid #E3E3E8;
    margin-bottom: 30px;
}

h1 a {
    text-indent: -9999px;
}

#site-title {
    padding-top: 20px;
}

/* #Navigation
================================================== */

#main-nav {
    float: right;
}

#main-nav ul, #main-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}

#main-nav ul li {
    float: left;
    position: relative;
}

#main-nav ul li a {
    display: inline-block;
    padding: 48px 10px 34px 10px;
    margin: 0 5px;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 3px solid transparent;
}

#main-nav ul li:hover {
    border-bottom: 3px solid #2c88c9 !important;
}

.current {
    font-weight: bold !important;
    color: #444 !important;
    border-bottom: 3px solid #2c88c9 !important;
}

/* #Site Styles
================================================== */

a, a:visited {
    color: #004373;
    transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
}

a:hover {
    color: #003c67;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #003c67;
    font-weight: bold;
}

h1 {
    font-size: 24px;
    line-height: 28px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
}

h5 {
    font-size: 12px;
    line-height: 18px;
}

h6 {
    font-size: 10px;
    line-height: 16px;
}

.rounded {
    background: #003c67;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    width: 40px !important;
    height: 40px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 180ms ease-in-out;
    -moz-transition: opacity 180ms ease-in-out;
    -o-transition: opacity 180ms ease-in-out;
    transition: opacity 180ms ease-in-out;
    z-index: 40;
}

.overlay:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.feature-column h4 a {
    color: #003c67;
    text-decoration: none;
}

.feature-column h4 a:hover {
    color: #012037;
}

.featured-image {
    position: relative;
    margin-bottom: 10px;
}

.tagline {
    font-size: 1.7em;
    padding: 0.8em 0;
    margin: 1em 0 1em 0;
    text-align: center;
    font-style: italic;
    letter-spacing: 0px;
    line-height: 1.6em;
    clear: both;
}

.tagline strong {
    color: #2C88C9;
}

section.container {
    padding: 1.2em 0;
}

.recent-posts, .recent-posts h4 {
    margin-bottom: 20px;
}

blockquote.testimonial {
    position: relative;
    padding: 20px 46px 20px 50px;
    border-left: none;
    display: block;
    letter-spacing: 0px;
}

.sidebar-widget blockquote.testimonial {
    padding: 0px 0px 20px 0px;
}

blockquote.no-after::before, blockquote.no-after::after {
    content: '';
}

blockquote cite {
    position: absolute;
    right: 50px;
    text-align: right;
    bottom: 0;
    line-height: 1em;
    text-transform: uppercase;
    color: #999;
    font-style: normal;
    font-size: 11px;
}

blockquote::before, blockquote::after {
    content: '\201C';
    font-size: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1em;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    color: #DDD;
    padding-right: 20px;
}

footer {
    background: #d0ebfd;
    border-top: 1px solid #afdfff;
}

#footer-base {
    background: #003c67;
    font-size: 0.9em;
    font-style: italic;
    color: #EEE;
    padding: 0.8em 0;
}

#footer-base a {
    color: #d0ebfd;
}

#footer-base a:hover {
    color: #EEE;
}

.footer-columns {
    padding: 20px 0;
}

.social a {
    text-decoration: none;
    font-size: 1.2em;
    color: #003c67;
}

.social a:hover {
    color: #2c88c9;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* #Slider
============================================== */

.flex-container .flex-caption {
    font-family: Helvetica, Arial, sans-serif !important;
    width: 96%;
    padding: 10px 0 0 10px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    font-style: italic;
}

.flex-container .flex-caption h5, .flex-container .flex-caption h5 a {
    font-family: Helvetica, Arial, sans-serif !important;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.flex-container .flexslider {
    padding: 0;
    background: none;
    border: 10px solid #005088;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.flexslider li {
    margin-bottom: 0;
}

.flex-direction-nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -25px;
    display: block 9;
}

@font-face {
    font-family: "FontAwesome";
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}