
/************************************************************/
/*						RESET								*/
/************************************************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

/************************************************************/
/*						CSS					*/
/************************************************************/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #F2F2F2;
	color: #545454;
	margin: 30px 0px;
}

.left  { 
	background: #fff;
	padding: 0px;
	box-shadow: 0px 1px 1px 0px rgba(93, 93, 93, 0.2);
}

.left .info { 
	background: #fff;
	padding: 15px;
	text-align: center;
}

.left h1 {
	margin: 15px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #545454;
}

.left h2 {
	margin: 15px 0px 25px 0px;
	font-size: 14px;
	font-weight: 700;
	color: #3b686d;
}

.left p {
	text-align: left;
	margin: 10px;
}

.left p span {
	font-weight: 600;
}

.left p.small-text {
	font-size: 12px;
	line-height: 1.2em;
}

/* Menu inside left section*/

.menu {
	padding: 15px;
	border-top: 1px solid #EAEAEA;
}

.menu a {
	font-weight: 600;
	color: #3b686d;
}

.menu a span {
	color: #a63138;
}

.menu ul {
	list-style: none;
	margin-left: 0px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2em;
}

.menu ul li {
	padding-bottom: 3px;
}

.menu ul li:before {
	color: #3b686d;
	content: "»";
	display: block;
    float: left;
    width: 1em;
}


/*Content */

.content-box {
	background: #fff;
	box-shadow: 0px 1px 1px 0px rgba(93, 93, 93, 0.2); 
	margin-bottom: 25px;
}

.content-text {
	padding: 15px;
}

.content-text h1 {
	font-size: 18px;
	font-weight: 700;
	color: #3b686d;
	margin-bottom: 20px;
}

.content-text ul {
	margin-top: 10px;
	margin-left: 25px;
}

.content-text p {
	margin: 15px 0px;
	line-height: 22px;
}

.content-gray-box {
	padding: 15px;
	background: #F2F2F2;
}

.content-gray-box h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}

/************************************************************/
/*						Media				*/
/************************************************************/

@media (max-width:991px)  { 
	.content {
			padding: 0px;
		}
	.left {
		margin-bottom: 25px;
	}

	.content-box img {
		text-align: center;
		margin: 0px auto;
	}
 }

@media (min-width:991px) and (max-width: 2500px) {
    .container {
     width:970px;
    }   

    .left {
    	width: 250px;
    	position: fixed;
    }

    .content {
    	margin-left: 280px;
    }
}