body{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, 'lucida grande', sans-serif;
	background-color: #dedddb;
}
h1 {
  font-size: 19px;
  font-weight: 100;
}
 h2{
 	font-size: 12px;
 }
 section{
 	width: 55%;
 	margin: 0 auto;
 }
 ul{
 	margin: 0;
 	padding: 0;
 }
 li{
 	font-size: 14px;
 	list-style: none;
 	border-bottom: 1px solid #dedddb;
 	padding: 14px 21px; 
 }
 header h1{
	text-align:center;
 	color: #F7F9FC;
 	font-size: zz25px;
 	margin: 0;
 	padding: 1%;
 }
 a{
 	text-decoration: none;
 }
 p{
 	color: #6E6E6E;
 	margin: 0;
 }
 .container{
 	width: 50%;
 	margin: 0 auto;
 	background: #fff;
 }
 .title-left{
 	float: left;
 	padding: 68px 0 41px 100px;
 	margin-top: 1px; 
	width: 60%;
 }
 .title-right{
 	float: right;
 	background: #e8e6e4;
}
.title-right ul{
	margin: 22px 0;
}
.title-right li{
	margin-top: -3px;
	padding: 0 21px;
	border: none;
}
 .left{
 	float: left;
 	border: 1px solid;
  	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	-webkit-border-radius: 3px;
	background-color: #fff;
	margin-top:19px;
	position: relative;
	width: 48%;
 }
 .left h1{
  background: #eeedeb;
  padding: 12px 23px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  background-position: 20px 11px;
 }
 .left h2{
 	font-size: 14px;
 	color: #3a94d1;
 	font-weight: bold;
 	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}
.right{
	float: right;
 	border: 1px solid;
  	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	-webkit-border-radius: 3px;
	background-color: #fff;
	margin-top:19px;
	position: relative;
	width: 43%;
	padding: 1% 3%;
}
.right h1{
	font-size: 14px;
	font-weight: bold;
	color: #232c35;
}
.right img{
	width: 100px;
	float: right;
}
.right p{
	float: left;
	width: 58%;
	font-size: 12px;
	line-height: 18px;
}
.holder {
	margin-top:4%;
	float: left;
	position: relative;
	width: 100%;
	background:#fff;
}
.dummy {	
	float: left;
	position: relative;
	clear: both;
	width: 100%;
	height: 100px;
}
.votd-ribbon h1{
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
}
.votd-ribbon {
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
  background: #2f6fb6;
  padding: 5px 7px;
  min-width: 140px;
  position: absolute;
  left: -7px;
    top: -22px;
  text-align: center;
}
.votd-ribbon:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  border-top: 7px solid #0F2D4F;
  border-right: 0 solid transparent;
  border-left: 7px solid transparent;
}
.votd-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: -11px;
  border-top: 45px solid #2f6fb6;
  border-right: 11px solid transparent;
  border-left: 0 solid transparent;
}
.btn{
  display: block;
  margin-top: 9px;
  text-transform: uppercase;
  font-size: 13px;
  background: #6ab750;
  border: none;
  border-radius: 4px;
  padding: 9px;
  float: left;
  color: #fff;
}
footer{
	position: fixed;
	bottom: 0;
	background: #f1f1f1;
	text-align: center;
	width: 100%;
	padding:1% 0;
}
footer img{
	width: 125px;
}

@media all and (max-width: 1224px){
	section {
	  width: 89%;
	}
}

@media all and (max-width: 900px){
	.left  {
		width: 100%
	}
	.right{
		width: 93.7%;
	} 
}

@media all and (max-width: 700px){
	h1 {
	  font-size: 16px;
	  font-weight: 100;
	}
	.title-left{
		padding: 68px 0 41px 23px;
	}
}
@media all and (max-width: 400px){
	h1 {
	  font-size: 13px;
	}
}
