html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: 1000;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
	border-radius: 5px;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

hr {
	display: none;
}

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #242424;
}

ul.style1 a
{
	color: #FFF;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

ul.style2
{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	float: left;
	margin-right: 10px;
}

ul.style2 img
{
	display: block;
	border-radius: 4px;
}


ul.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #FFF;
}

ul.style3 li
{
	padding: 1.6em 0em 0em 0em;
	margin: 0 0 1em 0;
}

ul.style3 p
{
	margin: 0;
}

ul.style3 a
{
	display: block;
	text-decoration: none;
	color: #FFF;
}

ul.style3 a:hover
{
	text-decoration: underline;
}

ul.style3 h3
{
	padding: 1em 0em 5px 0em;
	/** text-transform: uppercase; */
	font-size: 1.1em;
	font-weight: 300;
	color: #FFFFFF;
}

ul.style3 .first
{
	padding-top: 0;
	background: none;
}

ul.style3 .date
{
	float: left;
	position: relative;
	width: 60px;
	height: 54px;
	margin: 0.5em 1.5em 0em 0.5em;
	padding: 8px 0em 0em 0em;
	background: #262626;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	line-height: normal;
	text-align: center;
	/** text-transform: uppercase; */
	text-shadow: 0px 1px 0px rgba(0,0,0,.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}

ul.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

ul.style3 .date b
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}

ul.style3 .date a
{
	color: #FFFFFF !important;
}

ul.style3 .date a:hover
{
	text-decoration: none;
}

ul.style4
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style4 li
{
	padding: 10px 0px 20px 0px;
	border-top: 1px solid rgba(255,255,255,0.3);
}

ul.style4 a
{
	color: #FFF;
}

ul.style4 .first
{
	padding-top: 0px;
	border-top: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #141414 url(images/bg02.png) repeat;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

#featured-wrapper {
	overflow: hidden;
	padding: 2em 30px;
	background: #2e3192;
	color: #FFF;
}

#featured-wrapper h2
{
	margin-bottom: 30px;
	/** text-transform: uppercase; */
	font-weight: 300;
	font-size: 1.8em;
	color: #FFF;
}

#featured-wrapper span
{
	font-size: 0.80em !important;
	color: #FFF;
}

#footer-wrapper {
	overflow: hidden;
	padding: 0em 0em;
}

.container {
	width: 1100px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	padding: 0em;
}

/* Logo */

#logo {
	height: 88px;
	margin: 5px auto 0px auto;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-align: center;
	text-transform: uppercase;
}

#logo h1 a {
	font-size: 2em;
	color: #FFF;
}

#logo h1 span {
	color: #343167;
}

#logo p {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #1F1F1F;
}

/** MENU */

#menu {
	overflow: hidden;
	width: 1000px;
	margin: 0px 40px;
	height: 50px;
	color: #000000;
	border-bottom: 1px solid #272727;
	
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-left: 1px solid #272727;
}

#menu a {
	display: block;
	margin: 0em 3em;
	padding: 1em 0em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 1.2;
	font-weight: 300;
	font-family: 'Helvetica Neue Light', sans-serif;
	color: #666666;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #333399;
}

#menu .current_page_item a {
	color: #333399;
}

#menu .first {
	border-left: none;
}

/** PAGE */

#page {
	overflow: hidden;
	height: 26em;
	padding-top: 1em;
	padding-left: 50px;
	background: url(images/img02.png) no-repeat right bottom;
	color: #6A6A6A;
}
#pageinside {
	overflow: hidden;
	height: auto;
	padding-top: 1em;
	padding-left: 50px;
	color: #6A6A6A;
}

#page .content
{
	width: 332px;
}

#page .content p
{
	font-size: 1.1em;
}
#pageinside p
{
	font-size: 1.2em;
}

#page h2
{
	display: block;
	padding-bottom: 0.20em;
	letter-spacing: -1px;
	/** text-transform: uppercase; */
	font-size: 3em;
	font-weight: 600;
	color: #000;
}

#page span
{
	display: block;
	padding-bottom: 0.50em;
	letter-spacing: -1px;
	/** text-transform: uppercase; */
	font-size: 1.8em;
	font-weight: 400;
	color: #343167;
}
#pageinside span
{
	display: block;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: 400;
	color: #343167;
}
#pageinside .insidecontent
{

	margin-right: 25px;
	margin-bottom: 25px;

}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer-content
{
	overflow: hidden;
	padding: 2em 0em;
	color: #4D4D4D;
	background: #141414 url(images/bg03.png) repeat;
}

#footer-content a
{
	color: #515151;
}

#footer-content h2
{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

#footer-content strong
{
	color: #9F9F9F;
}

#footer-content .button-style
{
	color: #FFFFFF !important;
}

#footer-content #fbox1
{
	float: left;
	width: 200px;
	margin-right: 45px;
	padding-left: 45px;
}

#footer-content #fbox2
{
	float: left;
	width: 372px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer-content #fbox22
{
	float: left;
	width: 672px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 50px;
}

#footer-content #fbox3
{
	float: right;
	width: 300px;
	padding-right: 25px;
}


#box1
{
	float: left;
	width: 354px;
	margin-right: 20px;
}

#box1 .style4
{
	padding-top: 1em;
}

#box2
{
	float: left;
	width: 354px;
	padding: 0px 0px;
}

#box3
{
	float: right;
	width: 232px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding-bottom: 3em;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	font-size: 0.80em;
	color: #525252;
}

#footer a {
	color: #666666;
}

/* Button Style 1 */

.button-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #2e3192;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

.button-style-alt
{
	background: #2e3192;
	padding: 15px 20px;
	font-size: 1.3em;
	font-weight: 600;
}
/* Button Style 2 */

.button-style2 {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 7px;
	background: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #2e3192;
}

.button-style-alt2
{
	background: #FFFFFF;
	padding: 5px 5px;
	font-size: 1.3em;
	font-weight: 600;
}

@media screen and (max-width: 480px) {

    body {}


    .grid, 
	.grid-right {
	    float:none;
    }
	#menu {
		display:none;
	}
	#logo {
		float:left;
		padding-left:25px;
	}
	
    img {
    -ms-interpolation-mode:bicubic;
    border:0;
	height:auto;
	max-width:100%;
    vertical-align:middle;
		}
	#box1 {
		max-width:33%!important;
	}
	#box2 {
		max-width:33%!important;
	}
	#box3 {
		max-width:33%!important;
	}
}
#fbox2 p {
	color: #FFF;
}
#fbox22 p {
	color: #FFF;
}
#fbox3 p {
	color: #FFF;
}