html {
	margin: 0 auto;
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 105%;
	line-height: 1;
	color: #000;
	background: #f2f2f2;
	cursor: default;
}

.container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 6%;
}

a {
	color: #2d2d71;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #4040b6;
	text-decoration: none;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}

/* FORMS */

input[type='text'], input[type='email'], input[type='password'],
input[type='submit'], input[type='button'],
textarea {
	border: 1px solid #c2c2c2;
	outline: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding: 7px 5px;
	-webkit-appearance: none;
	box-sizing: border-box;
}
input[type='text']:focus,
textarea:focus {
	border: 1px solid #4040b6;
}
input[type='submit'], input[type='button'], button {
	border: 0;
	font-size: 105%;
	background: #2d2d71;
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #4040b6;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #ff0000 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}
.formClr {
	display: inline-block !important;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset.formFieldset ol.formContainer li {
	padding-left: 0 !important;
}
.formCaption2 {
	margin-bottom: 0.5%;	
}


hr {
	border: none;
	border-bottom: 1px solid #d2d6df;
	margin: 3% 0;
}
img {
	max-width:100%;
	max-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1%;
	line-height: 1.1;
	font-weight: 400;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 128%;
}
p {
	margin-top: 0;
	line-height: 1.25;
}
strong {
	font-weight: 500;
}



/* HEADER */


/* LOGO */



/* MENU */


/* BANNER */ 


/* CONTENT */




/* BLOGS */
dl {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 80%;
	color: #a0a0a0;
}
dd {
	margin-left: 0;
}
p.readmore a {
	display: inline-block;
	padding: 6px 15px;
	font-size: 80%;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 400;
	background: #55565f;
	
	color: #fff;
}
p.readmore a:hover {
	background: #1b1b43;
	color: #fff;
}
#blog .item-page img.pull-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#blog .item-page img.pull-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}



/* CONTACT */

/* MAP */
.gm-style img {
	max-height: none;
}
.gm-svpc, .gmnoprint, .gm-style-cc, .gm-style div a img {
	display: none;
	text-indent: -99999px;
}








/* FOOTER */
#footer {
	margin-top: 3%;
	background: #1b1b43;
	color: #fff;
	padding: 4% 0 0;
	font-size: 90%;
	overflow: hidden;
	position: relative;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* MODULE GRID */	
#footer div.grid {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 2%;
	text-transform: uppercase;
}



/* FOOTER END */
#footerend {
	clear: both;
	border-top: 1px solid #323256;
	margin-top: 3%;
	padding: 1.5% 0;
	font-size: 70%;
	padding-bottom: 13px;
}
#footerend div.fe {
	display: inline-block;
	vertical-align: top;
}
#footerend .cm { 
	margin-top: -1px;
	float: right;
}
#footerend .cm a {
	color: #fff;
	text-transform: uppercase;
	font-size: 63%;
}
#footerend .cm a:hover {
	color: #a0a0a0;
}






/* RESPONSIVE ELEMENTS */

@media (max-width:1700px) {
	
/* Name */
	#content .featured li {
		height: 450px;
	}
}
