@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------
    Primary Font Used
-----------------------------------------------------------------*/


a {
	text-decoration: none;
	color: #57B3DF;
}

a:hover, .selected { color: #222; }

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 10px; }


h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	padding-top: 0px;
	padding-bottom: 15px;
	text-transform: none;
	line-height: 15px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { color: #57B3DF; }

h2,
h3,
h4,
h5,
h6 { padding-bottom: 10px; }


h1 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #444;
	font-family: 'Fugaz One', cursive;
	padding-top: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

h3 {
    font-weight: 400;
	font-size: 18px;
	line-height: 24px;

}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0px!important;
	color: #444;
	text-transform: none;
}

h5 {
	font-size: 14px;
	line-height: 18px;
}

h6 {
    font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.f-small{
	font-size: 10px;
}
.f-mid{
	font-size: 14px;
}
.f-large{
	font-size: 18px;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #555;
}

blockquote {
	color: #666;
	border-left: 3px solid #777;
    font-size: 17px;
    line-height: 1.4;
	font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
	padding: 5px 0 5px 20px;
    text-shadow: 1px 1px 1px #FFF;
    margin-left: 20px;
}

blockquote p { margin: 20px 0 0 0 !important; }

blockquote p:first-child { margin: 0 !important; }

strong {
    font-weight: bold;
    
}

#footer.footer-dark strong,
#copyrights.copyrights-dark strong { color: inherit; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small {
    font-size: 11px;
    font-style: italic;
}

del { text-decoration: line-through; }

ins { text-decoration: underline; }

pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	white-space: pre;
	overflow: auto;
	padding: 0 10px;
	clear: both;
	color: #666;
	line-height: 19px;
}

code {
	padding: 5px;
	background: #F9F9F9;
}

var,
kbd,
samp,
code {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #F9F9F9;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

ul,
ol,
dl { margin-left: 20px; }

caption { text-align: left; }

img { max-width: 100%; }

.img-polaroid { max-width: 97%; }

