@charset "utf-8";
/* CSS Document */



/*   Blog   Wrapper   */

.BlogBg {
	/*background:url(../images/bg1.jpg) repeat;*/
	background-color:#cacaca;
	padding:3%;
	margin-bottom:20px;
	color:#000;
}
.BlogWrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	line-height:22px;
}
.BlogLeft {
	float:left;
	display:block;
	width:11%;
}
.BlogRight {
	float:left;
	display:block;
	width:85%;
}
.BlogWrapper a {
	color:#1d1c1b;
}
.BlogWrapper a:hover {
	color:#b5bf03;
}
.BlogWrapper p a {
	font-weight:bold;
}
.BlogWrapper p {
	margin-bottom:18px;
	 font-family: 'open_sansregular';
	 font-size:13px;
}
.BlogWrapper h1 {
	color:#1d1c1b;
	font-size:18px !important;
	line-height:24px;
	font-family: 'bellcent_namnum_nameandnumber'; 
	padding-top:5px;   
}
.BlogWrapper h5 {
	background-color:#f1f1f1;
	font-size:12px;
	 font-family: 'open_sansregular';
	padding:8px 15px;
}
.BlogPic {
	width:245px;
	text-align:center;
	padding:10px 0px 5px 0px;
	background-attachment:#fff;
	border:1px solid #ddd;
	float:left;
	margin-right:18px;
	margin-bottom:10px;
}
.BlogPicDetail{
	width:98%;
	text-align:center;
	padding:10px 0px 5px 0px;
	background-attachment:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:15px;
}
.BlogPicDetail img{
	width:97%;
}
.BlogSocial {
    background-color: #f1f1f1;
    margin-top: 10px;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e4e4e4;
	margin-bottom:15px;
}
.BlogSocial a{
	color:#666!important;
}
.BlogSocial a:hover{
	color:#b5bf03 !important;
}
.BlogSocial1 img {
    margin-right: 15px;
}
.BlogWrapper ol li{
	margin:0px 0px 0px 0px; /*T R B L*/
	padding:0px 0px 0px 0px;/*T R B L*/
	font-size:14px;
	text-transform:uppercase;
}

.BlogWrapper ul li{
	background-image:url(../images/bullet-1.gif);
	background-position: 5px 7px;/*R T*/
	background-repeat: no-repeat;
	margin:8px 0px 0px 0px; /*T R B L*/
	padding:0px 0px 8px 20px;/*T R B L*/
	font-size:14px;
	text-transform:uppercase;
}

/*   End   */

/*   Right  Wrapper    */

.RightBlogWrapper {
	
	width:100%;
	margin:0 auto;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.RightBlogText {
	width:90%;
	margin:0 auto;
	padding:15px 0px;
}
.RightBlogText1 {
	width:100%;
	margin:0 auto;
	background-color:#c7d300;
	padding:10px 0px;
}
.RightBlogText input {
	padding:3% 3%;
	border:1px solid #e4e4e4;
	width:73%;
	float:left;
	font-size:14px;
	color:#333;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:none;
}
.RightBlogWrapper h1{
	font-size:20px;
	line-height:30px;
	padding:0px 15px 0px 15px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'bellcent_namnum_nameandnumber';
}
.RightBlogWrapper li	{
	background-image:url(../images/bullet-1.gif);
	background-position: 5px 7px;/*R T*/
	background-repeat: no-repeat;
	margin:8px 15px 0px 15px; /*T R B L*/
	padding:0px 0px 8px 20px;/*T R B L*/
	border-bottom:1px solid #ddd;
	font-size:14px;
	text-transform:uppercase;
}
.RightBlogWrapper li:last-child	{
	border-bottom:0px solid #ddd;
}
.RightBlogWrapper a {
	color:#666666;
}
.RightBlogWrapper a:hover {
	color:#c7d300;
}

/*   End   */





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

	.BlogPicDetail img {
		width: 96%;
	}
}


@media only screen and (max-width: 768px){
	.BlogLeft  {		
		width:15%;
	}
	.BlogRight  {		
		width:85%;
	}
	.BlogPicDetail img {
		width: 95%;
	}
}


@media only screen and (max-width: 524px){
	.BlogLeft  {		
		width:15%;
	}
	.BlogRight  {		
		width:82%;
	}
	.BlogMainLeft {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.BlogMainRight {
		float: none;
		width: 96%;
		margin:15px auto;
	}
	.BlogPicDetail img {
		width: 96%;
	}
}
@media only screen and (max-width: 360px){
	.BlogLeft  {		
		width:24%;
	}
	.BlogRight  {		
		width:70%;
	}
	.BlogPic {
		width: 245px;
		margin: 0 auto 15px;
		float: none;
	}
	.BlogPicDetail img {
		width: 94%;
	}
}



