/*
Theme Name: MCF
Theme URI: musclecarfan.com
Author: Purvesh Thakker
Version: 1 
.
.
.
*/
@charset "utf-8";
/* CSS Document */



.aligncenter {
	margin:auto;
}

@font-face {
    font-family: 'aldrichregular';
    src: url('./fonts/aldrich-regular-webfont.eot');
    src: url('./fonts/aldrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/aldrich-regular-webfont.woff2') format('woff2'),
         url('./fonts/aldrich-regular-webfont.woff') format('woff'),
         url('./fonts/aldrich-regular-webfont.ttf') format('truetype'),
         url('./fonts/aldrich-regular-webfont.svg#aldrichregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'broadwayregular';
	src: url('../fonts/broadw_0-webfont.eot');
	src: url('../fonts/broadw_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/broadw_0-webfont.woff2') format('woff2'), url('../fonts/broadw_0-webfont.woff') format('woff'), url('../fonts/broadw_0-webfont.ttf') format('truetype'), url('../fonts/broadw_0-webfont.svg#broadwayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
header, footer, aside, nav, section, h1, h2, h3, h4, h5, h6, p, body, html {
	margin: 0;
	padding: 0;
}
header, footer, aside, nav, section {
	display: block;
}
ul li {
	list-style-type: circle;
	display: list-item;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-family: 'Arial';	

}
a {
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Arial';
}
h1 {
	font-size: 30px;
font-family: 'Arial';
color:#ff0000;
line-height: 1;
}
h2 {
	font-size: 24px;
font-family: 'Arial';	
color:#000;
line-height: 1;
}
h3 {
	font-size: 20px;
font-family: 'Arial';	
color:#000;
line-height: 1;
}
h4 {
	font-size: 16px;
font-family: 'Arial';	
line-height: 1;
}
h5 {
	font-size: 14px;
font-family: 'Arial';	
line-height: 1;
}
h6 {
	font-size: 12px;
font-family: 'Arial';	
line-height: 1;
}
img {
	border: none;
        overflow: hidden;
}
p {
	color: #333;
	font-size: 18px;
	font-weight: normal;
   line-height: 1;
   margin-bottom: 1em;
   margin-top: 1em;
   font-family: 'Arial';
}
label {
   font-family: 'Arial';
}
td {
   font-family: 'Arial';
}
.clear {
	font-size: 0;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
}
.center {
	text-align: center;
}
*html .clearfix {
	height: 1%;
}
*+html .clearfix {
	display: inline-block;
}
body {
	background: #ffffff;
	font-family: 'Arial';
	transition: all 0.2s ease-in-out;
     
}
/*== main-container ==*/
.main {
	margin: 0;
	padding: 0;
}
/*== Nav-container ==*/
.main-nav {
	margin: 0 auto;
	width: 100%;
	background: #353a3d;
	position: relative;
}
.cart {
	margin: 0;
	padding: 0;
	float: right;
}
.cart ul {
	margin: 0;
	padding: 0;
}
.cart ul li {
	float: left;
	margin: 0px 10px;
	padding: 3px 10px;
	background: #8d8d8d;
	border-radius: 3px;
}
.cart ul li a {
	color: #fff;
}
nav {
	max-width: 1120px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
nav ul {
	margin: 0;
	padding: 10px 0 0 0;
}
nav ul li {
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	list-style: none;
	color: #191b1f;
	padding: 8px 10px;
}
nav ul li:last-child{display:none;}
nav ul li ul li:last-child{display:block;}
nav ul li a {
	text-decoration: none;
	font-family: 'Arial';
	font-size: 15px;
	border: none;
	color: #fff;
}
nav ul li:hover, .current-menu-parent, .current-menu-item {
	background: #e10d24;
	border-radius: 6px 6px 0px 0px;
}
nav ul li.active {
	background: #e10d24;
	border-radius: 6px 6px 0px 0px;
}
.toggle {
	display: none;
}
.wrapper {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
}
.inner {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
}
.sub-menu{display:none;  background: #333 none repeat scroll 0 0;
    position: absolute;
    text-align: left;
    width: 250px;
    z-index: 999;margin:8px 0 0 -10px}
nav ul li:hover .sub-menu{display:block}
ul.sub-menu li {
    width: auto;
	clear:both;
	float:left;
}

/*== Nav-container Ends==*/
/*== Haeder-container ==*/

header {
	background: url(https://www.musclecarfan.com/wp-content/themes/MCF/images/header.jpg) no-repeat;
	height: 60px;
}
.logo {
	float: left;
	position: relative;
	z-index: 9;
}
.header-right {
	padding: 30px 0;
}
.call-us {
	margin: 0;
	padding: 0;
}
.call-us h2 {
	font-size: 24px;
	color: #191b1f;
	float: left;
	font-weight: normal;
	font-family: 'Arial';
}
.call-us h2 span {
	color: #e10d24;
}
/*== Header-container ends ==*/

/*== Slider-container ==*/
.slide {
	position: relative;/*	top:-40px;
*/
}
.inner {
	max-width: 1120px;
	width: 96%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar {
	background: #000;
	padding: 10px;
	overflow: hidden;
}
.top-bar h4 {
	color: hsl(0, 0%, 100%);
	float: left;
	font-family: 'Arial';
	font-size: 13px;
	line-height: 29px;
	text-align: left;
	text-transform: uppercase;
}
.top-bar h4 span {
	color: #c00;
}
/*== Footer ==*/
.footer {
	margin: 20px 0 0 0;
	overflow: hidden;
}
.footer p {
	color: #fff;
	font-family: 'Arial';
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}
.footer a{color:#333 !important;}
.section {
	padding: 20px 0;
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
	
}
.about {
	padding: 20px 0;
	overflow:hidden;
	max-width:640px;
	margin:0 auto;
        float:left;
        border-style: solid;
        border-width: 1px;
}

.about2 {
	padding: 20px 0;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	
}
.mm-button.orange{margin:5px 0;}
.ad-res
{
	height:90px;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-size:30px;
}
.welcome
{
	margin-top:0px; padding:0px 0;}
	.welcome h2
	{
		color:#ff0000;
		font-size:24px;
	}
.welcome p
{
	line-height:20px;
	padding-top:10px;
}
.cars
{
	margin:0;
	overflow:hidden;
	padding:20px 0px;
}
.cars a
{
	width:20%;
	margin:0;
	padding:0;
	float:left;
}
.cars a img
{
	width:100%;
}
.grey-box
{
	margin:0;
	padding:0;
}
.white {
  background: none repeat scroll 0 0 hsl(0, 0%, 100%);
  border: 14px solid hsl(0, 0%, 20%);
  float: left;
  padding: 2%;
  text-align: center;
  width: 35%;
}
.image-right
{
	float:right;
	width:56%;
}
.image-right img
{
	width:100%;
	height:100%;
}
.white  h3 {
  font-size: 18px;
}
.white > h4 {
  font-family: 'Arial';
  font-size: 14px;
  padding: 5.6px 0;
}
.white h2
{
color: hsl(0, 100%, 50%);
font-size: 22px;
}
.right-panel
{
	float:right;
	width:300px;
	/* margin-top:50px; */
	}
.left-panel
{
	float:left;
	width:900px;
	/* margin-top:50px; */
}
.left-panel h2.title{
	  text-align: center;
  line-height: 50px;
  font-size: 30px;
}
.left-panel a
{
line-height:25px;
}

.left-panel-home
{
	float:left;
	width:600px;
	/* margin-top:50px; */
}
.left-panel-home h2.title{
	  text-align: center;
  line-height: 50px;
  font-size: 30px;
}
.left-panel-home a
{
line-height:25px;
}

.car-des {
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
}
.image-box
{
	float:left;
  width: 190px;
  height: 190px; 
  overflow: hidden;
}
.des-box
{
	float:right;
		width:67%;
	
}
.des-box > h3 {
  font-size: 18px;
}
.des-box h6 {
  color: #888;
  font-weight: normal;
  padding-bottom: 10px;
}
.des-box > p {
  color: hsl(0, 0%, 33%);
  font-size: 18px;
  text-align: justify;
}
.sumary {
  clear: both;
  margin: 0;
  overflow: hidden;
  padding:0 0 20px 0;
  position:relative;
}
@media screen and (min-width:950px) {
.sumary h2 {
    
    background: #333 none repeat scroll 0 0;
    bottom: 9%;
    color: #fff;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 270px;
    z-index: 9;
	height:18px;
}
.sumary .sm-left:hover h2{height:auto;}
.sm-left {
  float: left;
  margin: 0 3% 0 0;
  width: 280px;
height:200px;
overflow: hidden;
}

}
@media screen and (max-width:950px) {
.sumary h2 {
    background: #333;
    color: #fff;
    padding: 5px;
    width: 280px;
}
.sm-left {
  float: center;
  margin: 0 3% 0 0;
  width: 280px;
overflow: hidden;
  display: inline-block;
}
}

.sumary img
{
	display: block;
       width:100%;
        height:auto;
        
        overflow: hidden;
}
.sm-left:last-child
{
	margin-right:0px;
}
.sm-right {
  float: left;
  margin: 0 20px;
  width: 45%;
}

.adverbs {
    margin: 0 auto;
    position: relative;
    width: 1400px;
}
.add1 {
 position: absolute;
	left: 1%;
	top: 0px;
	width: 200px;
}
.add1 img
{
	width:100%;
}
.add2 img
{
	width:100%;
}
.add2 {
    position: absolute;
    right: 1.5%;
    top: 0;
    width: 200px;
}
.border-box
{
	border:1px solid #e8e8e8;
	padding:10px;
	overflow:hidden;
	margin-bottom:15px;
}
.con
{
	padding:5px 0;
	margin:5px 0;
	overflow:hidden;
}
.con p
{
	font-size:12px;
}
.join
{
	background:#f00;
	padding:5px 30px;
	color:#fff;
    font-family: 'Arial';
	border:none;
	margin-top:20px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
}
.pro
{
	width:70px;
	height:50px;
	float:left;
	margin-right:10px;
	background:#333;
}
.con p span
{
	color:#f00;
}
.follow a
{
	width:19%;
	text-align:center;
	float:left;
}
.follow
{
	padding:10px 0;
}
.car-des p a
{
	color: #f00;
	margin-top:10px;
}
.latest img
{
	width:100%;}
.events
{
	margin:auto;
	padding:0 0 20px 0;
	max-width:900px;
	
}
.event-l
{
	float:left;
	width:23%;
	margin:0px 1%;
	line-height:130px;
	color:#F00;
	font-size:20px;
	text-align:center;
}
.footer-g
{
	background:#ebebeb;
	padding:2% 0 0 0;
	margin:0;
	overflow:hidden;
}

.footer h2 {
    color: #ff0000 !important
}
.footer-left p
{
	color:#333 !important;
	font-size:15px;
	float:left;
	text-align:left;
	padding-bottom:10px;
}
.footer-left
{
	float: left;
	display:inline;
    padding: 20px 1%;
    width: 17%;
}
.footer-left ul li
{
	float:left;
	list-style:none;
	font-family: 'Arial';
	font-size:13px;
	color:#333;
	line-height:18px;
	clear:both;	
}
.bottom-footer p
{
	line-height:50px;
	float:left;
}
.ad1 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 320px;
  left: 1%;
  position: absolute;
  top: 460px;
  width: 200px;
}
.ad2 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 320px;
  right: 1%;
  position: absolute;
  top: 460px;
  width: 200px;
}
.ad3 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 600px;
  left: 1%;
  position: absolute;
  top: 780px;
  width: 200px;
}
.ad4 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 600px;
  right: 1%;
  position: absolute;
  top: 780px;
  width: 200px;
}
.ad5 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 320px;
  background-image: url("https://www.musclecarfan.com/wp-content/uploads/2017/04/10/Flag2.jpg");
  background-repeat: repeat-y;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 150px;
  height: 1000px;
}
.ad6 {
/*  background: none repeat scroll 0 0 hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
*/  height: 320px;
  background-image: url("https://www.musclecarfan.com/wp-content/uploads/2017/04/10/Flag2.jpg");
  background-repeat: repeat-y;
  right: 0px;
  position: fixed;
  top: 0px;
  width: 150px;
  height: 1000px;
}


.section.home {
  max-width: 950px;
}
.bottom-footer .right
{
	padding:10px 0 0 0;
}

.bottom-footer
{
	background:#000;
	padding:10px 30px;
	overflow:hidden;
}


.cat h3 {
	padding: 5px 0;
	font-size: 15px;
	font-weight:normal;
	border-bottom: 1px solid #ccc;
}
.cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat ul li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.cat ul li a {
	text-decoration: none;
	border: none;
	color: #333;
	font-family: 'Arial';
	font-size: 13px;
}
.category-left {
	float: left;
	width: 16%;
	margin-right: 2%;
}
.category-right {
	float: right;
	width: 80%;
}
.category-right h3
{
	text-decoration:underline;
	font-size:22px;
	font-weight:normal;
}
.des h6
{
	font-size:11px;
	color:#333;
	font-weight:normal;
	font-family: 'Arial';
}
.des
{
	padding:3px 0;
	overflow:hidden;
}
.product{
	margin-right: 10px;
	float:left;
	width:220px;
}
.des h5
{
	font-size:12px;
	color:#c00;
	font-weight:normal;
	font-family: 'Arial';
}
.pro-block
{
	padding:15px 0;
	overflow:hidden;
}
.product img{width:auto; height:auto; max-width:220px; max-height:150px;}
/* css media starts here */
@media screen and (max-width:1700px) {
.ad5 {
	display:none;
	}
.ad6 {
	display:none;
	}
}
@media screen and (max-width:1400px) {
	.ad1
	{
		display:none;
		}	.ad2
	{
		display:none;
		}	.add1
	{
		display:none;
		}	.add2
	{
		display:none;
		}
	.ad3
	{
		display:none;
		}
	.ad4
	{
		display:none;
		}	
/*
.ad1 img
{
	width:50px;
}
.wrapper {
	width: 70%;
}

.ad2 img
{
	width:50px;
}

.add1 img
{
	width:50px;
	top:30%;
}
.add2 img
{
	width:50px;
	top:30%;
}
*/
}

@media screen and (max-width:980px) {
.left-panel
{
	float:none;
	width:auto;}
	.right-panel
{
	float:none;
	width:auto;}
}
@media screen and (max-width:800px) {
.follow a {
  float: left;
  text-align: center;
  width: auto;
  margin: 0px 3px;
}
.toggle {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	font-family: 'Arial';
	display: block;
	font-size: 21px;
	padding: 10px;
}
.white
{
	width:auto;
	float:none;
}
.image-right
{
	width:auto;
	float:none;
}
.main-nav {
	display: none;
}
nav {
	background: #333;
}
nav ul li {
	color: hsl(220, 11%, 11%);
	display: block;
	list-style: outside none none;
	padding: 10px 30px;
	text-transform: uppercase;
}
nav {
	width: 100%;
}

}
@media screen and (max-width:640px) {
	.footer-left {
  float: none;
  padding: 20px 2%;
  width: auto;
}
.footer-left ul li {
  clear: both;
}
}
@media screen and (max-width:480px) {
	.logo img
	{
		width:100%;}
}

nav.pagination {
		font-family: 'Arial';
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#a0a0a0;
		font-size:150%;
	}
	nav.pagination a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #ffffff;
		background-color: #ff0000;
	}
	nav.pagination a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/invbar.gif');
		background-color:#404040;
		color: #000000;
	}
	nav.pagination span.current {
		margin-right:3px;
		padding:5px 8px;
		border: 1px solid #ffffff;
		font-weight: bold;
		background-color: #ff0000;
		color: #ffffff;
	}
	nav.pagination span.disabled {
		margin-right:3px;
		padding:2px 5px;
		border: 1px solid #606060;
		color: #ffffff;
	}



.previous-post {
		font-family: 'Arial';
		text-align:center;
		color:#a0a0a0;
		font-size:120%;
                text-align:left;
	}
	.previous-post a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #ffffff;
		background-color: #ff0000;
	}
	.previous-post a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/invbar.gif');
		background-color:#404040;
		color: #000000;
	}

.next-post {
		font-family: 'Arial';
		text-align:center;
		color:#a0a0a0;
		font-size:120%;
                text-align:right;
	}
	.next-post a {
		border: 1px solid #909090;
		margin-right:3px;
		padding:2px 5px;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/bar.gif');
		background-position:bottom;
		text-decoration: none;
		color: #ffffff;
		background-color: #ff0000;
	}
	.next-post a:hover, div.meneame a:active {
		border: 1px solid #f0f0f0;
		background-image:url('https://www.musclecarfan.com/wp-content/themes/MCF/css/invbar.gif');
		background-color:#404040;
		color: #000000;
	}

input[type=submit]  {
	font-family: 'Arial';
	border : solid 2px #fc0004;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
	font-size : 20px;
	color : #ffffff;
	padding : 1px 10px;
	background : #ff0000;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ed6262));
	background : -moz-linear-gradient(top, #ff0000 0%, #ed6262 100%);
	background : -webkit-linear-gradient(top, #ff0000 0%, #ed6262 100%);
	background : -o-linear-gradient(top, #ff0000 0%, #ed6262 100%);
	background : -ms-linear-gradient(top, #ff0000 0%, #ed6262 100%);
	background : linear-gradient(top, #ff0000 0%, #ed6262 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ed6262',GradientType=0 );

}

input[type=submit]:hover {
    border:1px solid #999;
    color:#000;
}
@media screen and (min-width:950px) {
input.bigbutton {
	font-size:36px;
}
}
.bigborder {
	border: 14px solid black;
	border-radius: 25px;
}
.widget.widget_text {
	margin-bottom:0px;
}

div.overlay {
  color: white;
  display:none; 
  position: fixed;
    left: 0;           /* Left edge at left for now */
    right: 0;          /* Right edge at right for now, so full width */ 
    top: 0;         /* Move it down from top of window */
    bottom: 0;
    width: 700px;      /* Give it the desired width */ 
    height: 380px;
    margin: auto;      /* Center it */
    max-width: 100%;   /* Make it fit window if under 500px */ 
    max-height: 100%;   /* Make it fit window if under 500px */ 
    z-index: 10;
  background-color: rgba(0,0,0,0.8);
}

a.boxclose{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

.footer-float {
	height: 180px;
	width: 100%;
}
.container {
    clear: both;
}
@media only screen and (min-width:320px) and (max-width:767px){
.section {
	padding: 20px 0;
	overflow: inherit;
	max-width: 100%;
	margin: 0 auto;
}
iframe {
	width: 100%;
	height: 100%;
}
.left-panel-home {
	float: left !important;
	width: 100% !important;
}
.des-box {
	float: left !important;
	width: 100% !important;
}
.image-box {
	float: left !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}
.sm-left {
	float: center !important;
	margin: 0 !important;
	width: 100% !important;
	overflow: hidden;
	display: inline-block;
text-align:left !important;
}
.comment-form-comment label {
	float: left !important;
	width: 100% !important;
}
.comment-form-author label {
	float: left !important;
	width: 100% !important;
}
.comment-form-email label {
	float: left !important;
	width: 100% !important;
}
.comment-form-url label {
	float: left !important;
	width: 100% !important;
}
.core {
	width: 100% !important;
	height: 100% !important;
	font-size: 18px;
}
.image-box img {
	width: 100% !important;
}
.sumary img {
	display: block;
	width: 88% !important;
	height: auto;
	overflow: hidden;
	float: left;
}
p{text-align:left !important; width:84% !important; padding-left: 2%}
h2,h3,h4,h5,h6{text-align:left !important;}
.next-post {
	font-family: 'Arial';
	text-align: center;
	color: #a0a0a0;
	font-size: 100% !important;
	text-align: center !important;
}
.alignnone.size-large.wp-image-51240.shareaholic-media-target-hover-state {
	width: 100% !important;
}
.sumary {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	position: relative;
	width:100% !important;
	float: left;
}
.about {
	padding: 20px 0;
	overflow: hidden;
	max-width: 630px;
	margin: 0 auto;
	float: left;
	border-style: solid;
	border-width: 1px;
	width: 100%  !important;
}
.shareaholic-media-target-hover-state {
	width: 100% !important;
	height: auto;
}
}

@media only screen and (min-width:320px) and (max-width:767px){
iframe {
    width: 100%;
    height: 100%;
}
.left-panel-home {
    float: left !important;
    width: 100% !important;
}
.des-box {
    float: left !important;
    width: 100% !important;
}
.image-box {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.sm-left {
    float: center !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: hidden;
    display: inline-block;
text-align:left !important;
}
.comment-form-comment label {
    float: left !important;
    width: 100% !important;
}
.comment-form-author label {
    float: left !important;
    width: 100% !important;
}
.comment-form-email label {
    float: left !important;
    width: 100% !important;
}
.comment-form-url label {
    float: left !important;
    width: 100% !important;
}
.core {
    width: 100% !important;
    height: 100% !important;
    font-size: 18px;
}
.image-box img {
    width: 100% !important;
    height:auto !important;
}
.sumary img {
    display: block;
    width: 88% !important;
    height: auto;
    overflow: hidden;
    float: left;
}
p{text-align:left !important; width:84% !important; padding-left: 2%}
h2,h3,h4,h5,h6{text-align:left !important;}
.next-post {
    font-family: 'Arial';
    text-align: center;
    color: #a0a0a0;
    font-size: 100% !important;
    text-align: center !important;
}
.alignnone.size-large.wp-image-51240.shareaholic-media-target-hover-state {
    width: 100% !important;
}
.sumary {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0 0 20px 0;
    position: relative;
    width:100% !important;
    float: left;
}
.about {
    padding: 20px 0;
    overflow: hidden;
    max-width: 630px;
    margin: 0 auto;
    float: left;
    border-style: solid;
    border-width: 1px;
    width: 100%  !important;
}
.shareaholic-media-target-hover-state {
    width: 100% !important;
    height: auto;
}
.infusion-field label {
	float: left;
}
.infusion-field input {
	float: left;
	width: 84%;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
.infusion-submit {
	margin-top: 67px;
}
.category-left {
	float: left;
	width: 100%;
	margin-right: 2%;
}
.category-right {
	float: left;
	width: 100%;
}
}