
/** ADD YOUR AWESOME CODES HERE **/


#blog{
	width:100%;
	height:auto;
	display:inline-block;
	clear:both;
	//background-color:#D9D4C3;
	//border:solid 1px red;
}
#row_left{
	width:75%;
	height:auto;
	float:left;
	padding:2em;
	border: 1px solid #ddd;
    border-radius: 4px;
}
#row_left h1{
	width:100%;
	height:auto;
	text-align:left;
	display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:#FD6802;
	
}
#blog p{
	
	width:100%;
	display:inline-block;
	clear:all;
	height:auto;
	//padding:10px;
	text-align:justify;
	//border-bottom:solid 1px #474746;
}
#blog img{
	
	
  float:left;
  border: 1px solid #ddd;
  border-radius: 4px;
   padding: 5px;
  //width: 300px;
  //height:300px;
	
}



#row_right{
	width:22%;
	height:auto;
	float:right;
	padding:2em;
	border: 1px solid #ddd;
  border-radius: 4px;
}
.list-type1{
width:100%;
margin:0 auto;
}

.list-type1 ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font-size: 15px;
font-family: 'Raleway', sans-serif;
padding: 0;
margin-bottom: 4em;
}
.list-type1 ol ol{
margin: 0 0 0 2em;
}

.list-type1 a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #FD6802;
color: #FFF;
text-align:center;
text-decoration: none;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: 10em;
transition: all .2s ease-in-out;
}

.list-type1 a:hover{
background: #d6d4d4;
text-decoration:none;
transform: scale(1.1);
color:#000;
}











@media only screen and (max-width: 990px){
#row_left{
	width:100%;
	height:auto;
	border:solid 1px green;
}  
#row_right{
	width:100%;
	height:auto;
	border:solid 1px green;
}	
	
	
	
}
@media only screen and (max-width: 767px){
  
#row_left{
	width:100%;
	height:auto;
	border:solid 1px green;
}  
#row_right{
	width:100%;
	height:auto;
	border:solid 1px green;
}  
   
   
   
   
   
   
}




