@import url(http://fonts.googleapis.com/css?family=Raleway);

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 2px;
  	line-height: 20px;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px 'Raleway', sans-serif;
	width: 100%;
	height: 100%;
	background-color:whitesmoke;
	background-repeat:no-repeat;
    line-height: 1;
	background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 170px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	min-height:375px;
	padding-top: 25px;
	padding-left:235px;
	padding-right:20px;

}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 210px;
	height:200px;
	margin-left: -100%;
	position: relative;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
.wrapper .footer{
	width: 321px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
.wrapper .footer{
	width: 320px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.wrapper .footer{
	width: 768px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.wrapper .footer{
	width: 768px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.wrapper .footer{
	width: 768px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.wrapper .footer{
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
.wrapper .footer {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
.wrapper .footer {
	width: 321px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:white;	
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 900px;
	margin: -58px auto 0;
	height: 50px;
	position: relative;
	bottom:0px;
	
}
#footer{
	bottom:0px;
	vertical-align:bottom;
	color:#B3B3B3;
}
#footerleft{
	height:400px;
	float:left;
	width:50%;
	height:100px;
	border: solid 2px #EFEFEF;	
}
#footerright{
	height:400px;
	float:left;
	width:50%;
	height:100px;
	border: solid 2px #EFEFEF;
	
}
img{
	padding: 10px;
	border: solid 2px #EFEFEF;
	vertical-align:top;
}
.noframe{
	padding: 0px;
	border: solid 0px;
}
#logo{
	border: solid 0px;
}
#social{
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	width:115px;
	height:auto;
	float:right;
	border: solid 0px;
}
#socialtext{
	float:left;
	border: solid 0px;
	padding-top:15px;
	padding-right:5px;
	width:65px;
	border: solid 0px;
}
#icon{
	padding-left:5px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:13px;
	float:left;
	width:40px;
	height:auto;
	border: solid 0px;
}
.email {
	opacity: 1.0;
    filter: alpha(opacity=100);
    
}
.email:hover {
 opacity: 0.4;
    filter: alpha(opacity=40); 
}
a {
   outline: 0;
}
a:link
{
	color: rgb(99, 99, 99);
	outline: 0;
    text-decoration:none;
}
a:active
{
	color: rgb(255, 63, 0);
}
a:visited
{
	color: rgb(105, 103, 88);
	outline: 0;
}
a:hover{
	color: #bebe78;
	text-decoration:none;
} 

p{
	line-height:20px;
	font-size:13px;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
}
h1{
	vertical-align: none; 
	font-style: normal; 
	font-size: 24pt; 
	font-family: 'Raleway', sans-serif;
	text-align: none; 
	font-weight: normal;
    line-height: 1;
	}
h2{
	font-family: 'Raleway', sans-serif;
	font-style: normal; 
	font-size: 18pt;
	font-weight: normal; 
	vertical-align: none; 
	text-align: none;
    line-height: 2;
}
h3{
	font-family: 'Raleway', sans-serif;
	text-align: none; 
	font-size: 14pt; 
	vertical-align: none; 
	font-weight: normal; 
	font-style: normal;
    line-height: 2;
}
h4{
	font-family: 'Raleway', sans-serif;
	font-weight: normal; 
	font-size: 12pt; 
	font-style: normal; 
	text-align: none; 
	vertical-align: none;
    line-height: 2;
}
h5{
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	font-family: 'Raleway', sans-serif;
	vertical-align: none; 
	text-align: none 
}
h6{
	text-align: none; 
	vertical-align: none; 
	font-family: 'Raleway', sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal;
}

.resizer {
	float: right; 
	list-style: none; 
	margin: 0 0 10px 10px; 
	padding-left: 0px;
	padding-top:15px;
	

}
.resizer li {
	float: left; 
	margin-right: 15px;
	font-weight:bold;
}

.small {
	font-size: 16px;  
	line-height: 20px; 
}
.medium {
	font-size: 20px; 
	line-height: 20px; 
}
.large {
	font-size: 24px;
	line-height: 20px; 
} 

.medium h1 {
	font-size: 28px;
}
.large h1 {
	font-size: 36px; 
}

.medium h2 {
	font-size: 26px;
}
.large h2 {
	font-size: 30px;
 }

.medium h3 {
	font-size: 24px;
}
.large h3 {
	font-size: 26px;
	} 
	
.medium p {
	font-size: 16px;
	line-height:22px;
	font-weight:100;
}
.large p {
	font-size: 18px;
	line-height:30px;
	font-weight:100;
	} 


hr.fancy {
  border: 0;
  height: 2px;
  background: #e5e5e5;
  background-image: -webkit-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -moz-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -o-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: -ms-linear-gradient(left, #efefef, #e5e5e5, #efefef);
  background-image: linear-gradient(left, #efefef, #e5e5e5, #efefef);
}
.bg-section {
    margin-bottom: 0px;
    padding: 2em 250px;
    overflow: hidden;
    background-color: #1E1F21;
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.2) inset;
    background-size: cover;
    background-attachment: fixed;
}
table {
    font-size:13px; 
	border-collapse: separate; 
	border-spacing: 5px;
}
#back-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	float:right;
	z-index:9999;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform:none;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
}
.sidebarFixed {
	float: left;
	width: 210px !important;
	height:200px !important;
    position: fixed !important;
    top: 0 !important;
}
.quotes {
	display: none;
	padding:15px;
	margin:0 auto;
}
#quotes{
	color:#424AFF;
	border-radius:10px;
	width: 600px;
	margin: 0 auto;
	height: auto !important;
}
