/*
Theme Name: Retail Prophet
-------------------------------------------------------------- */

@font-face {
    font-family: 'open_sansbold';
    src: url('font/opensans-bold.eot');
    src: url('font/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-bold.woff') format('woff'),
         url('font/opensans-bold.ttf') format('truetype'),
         url('font/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular.eot');
    src: url('font/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular.woff') format('woff'),
         url('font/opensans-regular.ttf') format('truetype'),
         url('font/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);outline:none;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


body{background:#ebeced;line-height: 1; margin:81px 0 0 0;padding:0px;}
.wrapper{margin:0 auto;width:960px;}
.wrapper-container{float:left;margin:0px;padding:0px;width:100%;}
/*Left column start here*/
.left-column{float:left;margin:0px;padding:0px;position:relative;width:280px;}
.left-col-container{background:#9acb3d; float:left;margin:0px;padding:0px 15px;position:fixed; width:250px;min-height:490px;}
.logo{border-bottom:4px solid #000; float:left;margin:0px;padding:47px 0px 10px 0px;position:relative;width:100%;}
.logo a {float:left;margin:0;padding:0;height:39px;width:100%;}
.menu-header{border-bottom:1px solid #000; float:left;margin:0px;padding:7px 0 7px 0px;width:250px;}
.menu-header ul{margin:0px;padding:0px;text-align: center;}
.menu-header ul li{display:inline;margin:0px;padding:0px;}
.menu-header ul li a{color:#000;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px;line-height:24px;margin:0px;
padding:0px;text-decoration:none;}
.menu-header ul li:hover a{color:#fff;}
.menu-header ul li.active a{color:#fff;}
.menu-header ul li span{color: #758C30;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size: 12px;  line-height: 24px;
margin:0;padding: 0 5px 0 1px;}
.menu-header ul li#menu-item-2805 span,.menu-header ul li#menu-item-2806 span,.menu-header ul li#menu-item-2807 span,.menu-header ul li#menu-item-2808 span,.menu-header ul li#menu-item-2809 span,.menu-header ul li#menu-item-2810 span,.menu-header ul li#menu-item-2811 span,.menu-header ul li#menu-item-2812 span{padding: 0 3px 0 6px;}
.search{background:url(images/search-bg.png) repeat-x;border-bottom:1px solid #000; float:left;height:30px; margin:15px 0 0 0;padding:0 0 15px;width:100%;}
.search input[type="text"] {background: none repeat 0 0;border: 0;color: #000000; float: left; font-family: "Open Sans",Arial, Helvetica, sans-serif;font-size: 12px; margin: 0;padding: 6px 0 7px 10px;width: 215px;}
.search input[type="submit"]{background:url(images/search-icon.png) no-repeat;border:0; float:left;height:16px;width:16px; margin:7px 0px 0px;padding:0px;cursor:pointer;}
.tweet{border-bottom:1px solid #000;float:left;height:135px; margin:0px;overflow:hidden; padding:0 0 24px;width:100%;}
.tweet h1{color:#000;float:left; font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px; margin:0px;padding:8px 0px 4px;}
.tweet p{color:#000;float:left; font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;margin:0px;padding:0px 0px;width: 100%;word-wrap: break-word;word-break: break-all;}
.tweet p a{color:#000;text-decoration:none;}
.tweet p a:hover{color:#fff;text-decoration:none;}
.tweet aside {color: #000000;float: left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;line-height: 20px;}
.tweet aside a{color:#000;text-decoration:none;}
.tweet aside a:hover{color:#fff;text-decoration:none;}
.twitter-timestamp{display:none;}

.social-media-icon{border-bottom:1px solid #000;float:left;margin:0px;padding:11px 0px 11px 23px;width:226px;}
.social-media-icon a#twitter{background:url(images/social-media-icon.png) no-repeat 0 0; float:left;height:40px; margin:0px;padding:0px 8px 0px 7px;width:40px;}
.social-media-icon a#fb{background:url(images/social-media-icon.png) no-repeat 0 -50px; float:left;height:40px; margin:0px;padding:0px 8px 0px 7px;width:40px;}
.social-media-icon a#gplus{background:url(images/social-media-icon.png) no-repeat 0 -100px; float:left;height:40px; margin:0px;padding:0px 8px 0px 7px;width:40px;}
.social-media-icon a#utube{background:url(images/social-media-icon.png) no-repeat 0 -150px; float:left;height:40px; margin:0px;padding:0px 8px 0px 7px;width:40px;}
.social-in{float: left;margin: 0 0 0 16px;width: auto;}
.copy-rights{float:left;margin:0px;padding:13px 0px 24px;width:100%;}
.copy-rights p{color:#000;float:left;margin:0px;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:9px;line-height:15px; padding:0px;}
.copy-rights p a{color:#000;text-decoration:none;}
.copy-rights p a:hover{color:#fff;}
/*Left column end here*/
/*Right column start here*/
.right-column{background:#ffffff; float:right;margin:0px;min-height:489px; padding:0px;width:680px;}
.home-container{float:left;margin:0px;padding:0px;width:100%;}
.speaking{float:left;height:244px;margin:0px 1px 0px 0px;padding:0px;position:relative; width:339px;}
.speaking h1 {color: #FFFFFF;float: left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:26px;font-weight: normal;line-height:20px; margin: 0; position: absolute;right:24px;text-align: right; top: 23px; width: 100%;z-index: 99;}
.speaking img{float: left; margin: 0; padding: 0;height:244px;width:339px;}

.speak-img1{display:block;}
.speaking img.speak-img2{display:none;}
.speaking:hover .speak-img1{display:block;}
.speaking:hover .speak-img2{display:block;position: absolute;}	

.my-book{float:left;height:244px;margin:1px 1px 0px 0px;padding:0px;position:relative; width:339px;}
.my-book h1 {color: #FFFFFF;float: left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:26px;font-weight: normal;line-height:20px; margin: 0; position: absolute;right:24px;text-align: right; top: 23px; width: 100%;z-index: 99;}
.my-book img{float: left; margin: 0; padding: 0;height:245px;width:339px;}

.book-img1{display:block;}
.my-book img.book-img2{display:none;}
.my-book:hover .book-img1{display:block;}
.my-book:hover .book-img2{display:block;position: absolute;}	

.advistory{float:left;height:244px; margin:0px;padding:0px;position:relative; width:340px;}
.advistory h1 {color: #FFFFFF;float: left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:26px;line-height:20px; margin: 0; position: absolute;right:24px;
    text-align: right; top: 23px; width: 100%;z-index: 99;}
.advistory img{float: left; margin: 0; padding: 0;height:244px;width:340px;}

.advistory-img1{display:block;}
.advistory img.advistory-img2{display:none;}
.advistory:hover .advistory-img1{display:block;}
.advistory:hover .advistory-img2{display:block;position: absolute;}	

.about-me{float:left;height:244px; margin:1px 0px 0px;padding:0px;position:relative; width:340px;}
.about-me h1 {color: #FFFFFF;float: left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:26px;font-weight: normal;line-height:20px; margin: 0; position: absolute;right:24px;text-align: right; top: 23px; width: 100%;z-index: 99;}
.about-me img{float: left; margin: 0; padding: 0;height:245px;width:340px;}

.about-img1{display:block;}
.about-me img.about-img2{display:none;}
.about-me:hover .about-img1{display:block;}
.about-me:hover .about-img2{display:block;position: absolute;}	

.inner-page-container{background:#fff; float:left;margin:0px;padding:25px;width:630px;}
.inner-banner{float:left;margin:0px;padding:0px 0px 36px;width:100%;}
.content{float:left;margin:0px;padding:0px;width:100%;}
.content h1{color:#9acb3d;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:30px;font-weight: normal;line-height:20px;margin:0px;padding:0 0 18px;width:100%;}
.content h2{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;line-height:20px;margin:0px;padding:0 0 5px;width:100%;}
.content h3{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;line-height:32px;margin:0px;padding:0 0 23px;width:100%;}
.content h4{color:#9acb3d;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal; line-height:20px;margin:0px;padding:0 0 18px;width:100%;}
.content h5{color:#aaaaaa;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal; line-height:20px; margin:0px;padding:0px;width:100%;}
.content h6{color:#aaaaaa;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;line-height:12px; margin:0px;padding:0px 0px 5px;width:100%;}
.content p{color:#000000;float:none;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px; margin:0px;padding:9px 0px;width:auto;}
.content p a{color:#8fb73e;text-decoration:none;}
.content p a:hover{text-decoration:underline;}
.content ul{float:left; padding:10px 0px 20px 40px;width:93%;}
.content ul li{background:url(images/li-disc.png) no-repeat left 8px; color:#000000;float:left;
font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;list-style:none;padding:0 0 0 12px;
width: 100%;}
.content ul li a{color:#000000;text-decoration:none;}
.content ol {clear: both; float: left; margin:0; padding:0px 0 10px 57px;}
.content ol li{color:#000000;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;
list-style: decimal outside none;  margin: 3px 0;padding: 0;width: 100%;}
.blog{float:left;margin:0px;padding:0px;width:100%;}
/*Blog left start here*/
.blog-left{float:left;margin:0px;padding:0px 20px 0px 0px;width:475px;}
.blog-post{border-bottom:1px solid #000; float:left;margin:0px 0px 25px;padding:0 0 24px;width:100%;}
.blog-post h1{color:#9acb3d;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:30px;font-weight: normal;line-height:32px;margin:0px;padding:0 0 5px;width:100%;}
.blog-post h3{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;line-height:32px;margin:0px;padding:0 0 23px;width:100%;}
.blog-post h5{color:#aaaaaa;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal; line-height:20px; margin:0px;padding:0px;width:100%;}
.blog-post h6{color:#aaaaaa;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;line-height:12px; margin:0px;padding:0px 0px 5px;width:100%;}
.blog-post h6 span{color:#8fb73e;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:11px;}
.blog-post h6 span a{color:#8fb73e;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:11px;line-height: 18px;text-decoration:none;}
.blog-post h6 span a:hover{text-decoration:underline;}
.blog-post h6 span.comma{color:#000;}
.blog-post p{color:#000000;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px; margin:0px;padding:24px 0px 16px;width:100%;}
.blog-post p a{color:#8fb73e;text-decoration:none;}
.blog-post p a:hover{text-decoration:underline;}
.read-more{background:url(images/read-more-arr.png) no-repeat right center;float:left;margin:0px;padding:5px 4px 5px 0;}
.read-more a{color:#8fb73e;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px; margin:0px;padding:0 5px 0 0;text-decoration:none;}
.read-more a:hover{text-decoration:underline;}
.pagination{float:left;margin:0px;padding:0px;width:100%;}
.pagination ul{list-style:none; margin:0px;padding:0px;}
.pagination ul li{background:#d9d9d9;float:left; margin:0px 3px 0px 0px;padding:0;width:20px;}
.pagination ul li:hover{background:#8fb73e;}
.pagination ul li a{color:#000; font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px; float:left;margin:0px;padding:0px;text-decoration:none;text-align:center;
width:100%;}
.pagination ul li:hover a{color:#fff;}
.pagination ul li.current{background:#8fb73e;}
.pagination ul li.current span{color:#fff;float:left; font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px;text-align:center;width:100%;}
.pagination ul li a.current{color:#fff;}
.pagination ul li.blog-pagination-next{background:#d9d9d9;padding:0px;}
.pagination ul li.blog-pagination-next a{background:url(images/next.png) no-repeat center center; height: 20px;margin: 0;
    text-align: center;width: 100%;}
/*Blog left end here*/

/*Blog right start here*/
.blog-right{float:left;margin:0px;padding:0px;width:135px;}
.subscribe{border-bottom:1px solid #000;border-top:5px solid #000;float:left;margin:0px 0px 17px;padding:15px 0px 17px;width:100%;}
.subscribe h2{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal; margin:0px;
padding:0 0 8px;width:100%;}
.subscribe ul{list-style:none; margin:0px;padding:0px;}
.subscribe ul li{ background: none;clear: both;float:left;margin:0px;padding:0px;width:100%;}
.subscribe ul li a{color:#8fb73e;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px;line-height:20px; margin:0px;padding:0px;text-decoration:none;}
.subscribe ul li:hover a {text-decoration:underline;}
.category{float:left;margin:0px;padding:0px;width:100%;}
.category h2{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal; margin:0px;padding:0px 0px 8px;width:100%;}
.category ul{list-style:none; margin:0px;padding:0px;}
.category ul li{background:none;clear: both; float:left;margin:0px;padding:0px;width:100%;}
.category ul li a{color:#8fb73e;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:12px;line-height:20px; margin:0px;padding:0px;text-decoration:none;}
.category ul li:hover a {text-decoration:underline;}
/*Blog right end here*/

/*Blog article start here*/
#blog-article h2{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:18px;font-weight: normal;line-height:20px;margin:0px;padding:15px 0 0;width:100%;}
#blog-article h3{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px;font-weight: normal;line-height:20px;margin:0px;padding:14px 0 0;width:100%;}
#blog-article p{color:#000000;float:none;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px; margin:0px;padding:2px 0px 5px;width:100%;}
/*#blog-article p span img{float: right;}*/
.quote{float:left;margin:0px;padding:16px 0 16px 35px;width:100%;}
.quote blockquote p{color:#808080 !important;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height: 20px;margin:0px;
padding:0px;}
#blog-article ul{float:left; padding:0px 0px 0px 40px;}
#blog-article ul li{background:url(images/li-disc.png) no-repeat left center; color:#000000;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;list-style:none;padding:0 0 0 12px;}
#blog-article ol {clear: both; float: left; margin:0; padding:0px 0 10px 57px;}
#blog-article ol li{color:#000000;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;
list-style: decimal outside none;  margin: 3px 0;padding: 0;width: 100%;}
#blog-article ol li a{color:#000000;}
#blog-article ul li a{color:#000000;}
.blog p img.alignnone {padding: 10px 0 10px 10px;}
.blog p img.alignright {padding: 10px 0 10px 10px;}
.blog p img.aligncenter {padding: 10px 0 10px 10px;}
.blog p img.alignleft {padding: 10px 0 10px 10px;}

.social-sharing{float:left;margin:0px;padding:0px 0px 25px;width:100%;}
.comment-area{border-bottom:1px solid #000000; float:left;margin:0 0 20px;padding:0 0 14px;width:100%;}
.comment-area li {list-style:none;background:none !important;}
.comment-area h1{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px; margin:0px;
padding:0px 0px 5px 0px;}
.comments{float: left;margin: 0; padding: 15px 0; width: 100%;}
.comments span {float: left; margin: 0; padding: 0 20px 0 0;width:60px; }
.comments h2 {clear:none; color:#8fb73e; float: left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal; margin: 0; padding: 0 0 6px;}
.comments h2 span{color:#000;float:none;}
.comments p {float: left;margin: 0;padding: 0;width: 100%;}
.comment-area .children{background:url(images/response-arrow.png) no-repeat 40px top; float:left;margin:0px;padding:10px 0px 15px 80px;width:87%;}
.children span {float: left; margin: 0; padding: 0 20px 0 0; }
.children h2 {color:#8fb73e; float: left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;font-weight:normal; margin: 0; padding:  0 0 6px;}
.children h2 span{color:#000;float:none;}
.children p {float: left;margin: 0;padding:5px 0;width: 100%;}
.comment-reply-link{color:#8FB73E !important;float:left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;margin:0px;
padding:5px 0px;text-decoration:none;}
.comment-reply-link:hover{text-decoration:underline;}
#cancel-comment-reply-link{color:#8FB73E;float:left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;margin:0px;
padding:5px 0px;text-decoration:none;}
.comment-notes{display:none;}
#cancel-comment-reply-link:hover{text-decoration:underline;}
.leave-cmt{float:left;margin:0px;padding:0px;width:100%;}
.form-allowed-tags{display:none;}
.leave-cmt h1{color:#000;float:left;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px; margin:0px;padding:0px 0px 5px 0px;}
.leave-cmt .contact-field-lft {width: 235px;}
.leave-cmt .contact-field-rgt {float: left;margin: 0; padding: 0 0 0 10px; width: 225px;}
.leave-cmt .contact-field-lft input[type="text"] {width: 213px;}
.leave-cmt .contact-field-rgt input[type="email"] {width: 213px;}
.leave-cmt .contact-field-lft textarea {width: 458px; resize: none; }    
.fb_iframe_widget { width: 55px;}
.twitter-share-button, 
.fb_iframe_widget, 
.g-plus-share, 
.social-sharing .social-in {
	max-width: 60px !important; 
	display: block !important;
	float:left !important;
	margin: 0 16px 5px 0 !important;
	padding: 0 !important;
}


/*Blog article end here*/
.news-content{float:left;margin:0px;padding:0px;width:100%;}
.news-content h1{padding: 0 0 18px;}
.news-content h4{padding: 5px 0 2px;}
.news-content p{padding: 5px 0 12px;}




/*Right column end here*/
/*Contact us page style start here*/
#contact h1{padding: 0 0 8px;}
.contact-form{float:left;margin:0px;padding:10px 0 0;width:100%;}
.contact-field{float:left;margin:0px;padding:0px;width:100%;}
.contact-field-lft{float:left;margin:0px;padding:0 0 11px;width:315px;}
.contact-field-lft label{color:#a3a3a3;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;margin:0px;
padding:5px 0 10px;width:100%;}
.contact-field-lft label span{color: #8FB73E;}
.contact-field-lft input[type="text"]{border:1px solid #000; border-radius: 0 0 0 0;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size: 12px;margin:0px;padding:6px 0 6px 10px;width:290px;}
.contact-field-lft textarea{border:1px solid #000;border-radius: 0 0 0 0; float:left;font-family:"Open Sans",Arial,Helvetica,sans-serif; font-size:12px;margin:0px;padding:6px 0 6px 10px; resize: none; width:620px;}

.contact-field-rgt{float:left;margin:0px;padding:0 0 11px 13px;width:302px;}
.contact-field-rgt label{color:#a3a3a3;float:left;font-family:"Open Sans",Arial, Helvetica, sans-serif;font-size:13px;margin:0px;
padding:5px 0px 10px;width:100%;}
.contact-field-rgt label span{color: #8FB73E;}
.contact-field-rgt input[type="text"]{border:1px solid #000;border-radius: 0 0 0 0; float:left;
font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size:12px;margin:0px;padding:6px 0 6px 10px;width:290px;}
.contact-field-rgt input[type="email"]{border:1px solid #000;border-radius: 0 0 0 0; float:left;
font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size:12px;margin:0px;padding:6px 0 6px 10px;width:290px;}
.contact-submit{background:#8fb73e; float:left;margin:10px 0 0;padding:5px 7px 4px 7px;}
.contact-submit input[type="submit"]{background:none;border:0; color:#fff;font-family:"open_sansbold",Arial, Helvetica, sans-serif;font-size:13px;margin:0px;padding:0px;cursor:pointer;outline:none;}

/*Contact us page style end here*/

.contact-success{padding:13px 0 9px !important;}

.index-column{float:left;height: 244px;margin:0px 1px 1px 0px;padding:0px;position:relative; width:339px;}
.index-column img{float: left;height: 244px; margin: 0; padding: 0; width: 339px;}
.image1{display:block;}
.index-column img.image2{display:none;}
.index-column:hover .image1{display:block;}
.index-column:hover .image2{display:block;left:0; position: absolute;}
.index-column h1 {color: #FFFFFF;float: left;font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 26px;font-weight: normal;
    line-height: 20px;margin: 0;position: absolute;right: 24px;text-align: right; top: 23px; width: 100%;z-index: 99;}
.home-container a{text-decoration:none;}
.home-container a:hover{cursor:pointer;}	
#eximg-58 {width:340px;}
#eximg-19 {width:340px;height:245px;}
#eximg-60 {height:245px;}
.menu-header ul li:first-child span {display: none;}
.menu-header ul li:first-child span.fr{display: inline;}
.menu-header ul li.current-menu-item a, .menu-header ul li.current-post-ancestor a, .menu-header ul li.current-category-ancestor a {color: #FFFFFF;}
.comments-link, .edit-link {display:none;}
.search-title {color: #000000;float: left;font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 18px;font-weight: normal;line-height: 32px;margin: 0; padding: 0 0 23px; width: 100%;}
div.wpcf7 img.ajax-loader {display:none !important;}
#respond{float: left; left: -1px; margin:10px 0 0; padding: 0; position: relative;}
#respond h1 { color: #000000; float: left;font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 13px;
    margin: 0; padding: 0 0 5px;width:100%;}
#respond .contact-field {float: left;margin: 0;padding:9px 0 0 0px; width: 100%;}
#respond .contact-field-lft {width: 235px;}
#respond .contact-field-lft input[type="text"] {width: 213px;}
#respond .contact-field-rgt {float: left; margin: 0;padding: 0 0 0 10px;width: 225px;}
#respond .contact-field-rgt input[type="text"] {width: 213px;}
#respond .contact-field-rgt input[type="email"] {width: 213px;}
#respond .contact-field-lft textarea {resize: none; width: 458px;}
#respond .contact-field-lft textarea {border: 1px solid #000000;border-radius: 0 0 0 0;float: left;
font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size:12px;margin: 0;padding: 7px 0 7px 10px;resize: none;width: 460px;}
#respond .form-submit{clear: both;float:left; margin: 0;padding: 0;width:100%;}
#respond .form-submit input[type="submit"] {background:#8FB73E; float: left; color: #FFFFFF;
font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 13px;margin:0;padding: 5px;outline:none;}
ul.children #respond {float: left;left: -80px; margin:10px 0 0; padding: 0; position: relative;width:475px;}
ul.children li.depth-2 {float: left; margin: 0; padding: 0; width: 100%;background:none;}
ul.children li.depth-3 #respond{ left:-172px;background:none;}
.logged-in-as a {color:#8FB73E;text-decoration:none;}
.Log out of this account {color:#8FB73E;text-decoration:none;}
.comment-right { clear: none; float: left; width: 77%;}
.comment-right h2 a{ color: #8FB73E !important;text-decoration:none;}
.comment-right h2 a:hover{text-decoration:underline;}
li.depth-3 .comment-right {width: 62%;}
label { width: 10em; float: left; }
label.error { color: #990000; float: none; font-size: 11px; padding-left: 0.5em; vertical-align: top; }

.retail-media{float:left;margin:0px;padding:15px 0px 0px;width:645px;}
.retail-media h2{color:#000;float:left;font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 18px;margin:0px;padding:13px 0px 23px;
width:100%;}
.retail-media-video{float:left;margin:0 15px 9px 0; padding:0px;width:200px;min-height: 213px;}
.retail-media h4{color:#9acb3d;float:left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;margin:0px;padding:10px 0px;}
.retail-media h4 a{color:#9acb3d;text-decoration:none;}
.vvqbox {margin: 0 auto 10px !important;}
.retail-article{float:left;margin:0px;padding:18px 0 0 0;width:645px;}
.retail-article h2{color:#000;float:left;font-family: "open_sansbold",Arial,Helvetica,sans-serif;font-size: 18px;margin:0px;padding:13px 0px 32px;width:100%;}
.retail-article h4{color:#9acb3d;float:left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;margin:0px;padding:11px 0px 20px;}
.retail-article h4 a{color:#9acb3d;text-decoration:none;}

span.alignleft {text-align:center;}
span.alignright {text-align:center;}
span.aligncenter {text-align:center;}

.client-list{float: left; margin: 0;padding: 40px 0px 10px 0px; width: 100%;}
.client-list1{float:left;margin:0px;padding:0px;width:210px;}
.client-list ul{margin: 0; padding: 0;}
.client-list ul li{display:inline;width:195px;}
.alignright p.wp-caption-text{text-align:center;}
.alignleft p.wp-caption-text{text-align:center;}

.video_pop{float: left; margin: 0; padding: 0 0 15px; position: relative; width: 100%;}
.video_pop a{background:url(images/play-btn.jpg) no-repeat left; bottom: 35px;color: #EBECED; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-size: 20px; margin: 0;  padding: 5px 0px 5px 37px;  position: absolute; right: 22px;
  text-decoration: none;}
.video_pop a:hover{background:url(images/play-btn-hover.jpg) no-repeat left;color:#9acb3d;}
#wpcf7-form .contact-field-lft input.error {background:#9ACB3D;border: 1px solid #9acb3d !important;}
#wpcf7-form .contact-field-lft label.error { color: #000000; float: left; font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px; margin: -26px 0 0;position:relative;z-index:999;}
#wpcf7-form .contact-field-lft textarea.error {background:#9ACB3D; border: 1px solid #9acb3d !important;color: #000000; float: left; font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px; margin: 0px 0 0;position:relative;z-index:999;}
#wpcf7-form .contact-field-lft textarea + label.error {float: left;font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 13px; margin: -135px 0 0 !important;position:relative;z-index:999;}
.audio{color: #9ACB3D; float: left;font-family: "Open Sans",Arial,Helvetica,sans-serif;font-size: 13px;
 padding: 20px 0 38px; width: 100%;}
 .audio:hover{cursor:pointer; text-decoration:underline;}
.children .contact-field-lft label span{float: left; margin: 0; padding: 0;}
.children .contact-field-rgt label span{float: left; margin: 0; padding: 0;}
.logged-in-as{clear:both;}
.tag-links{display:none;}
.sep{display:none;}
.comment-area ul.children li.depth-4 #respond {background: none;left: -264px;}
#respond small{clear:both; float:left;width:100%;}

.black-logo{display:block;}
.logo img.white-logo{display:none;}
.logo:hover .black-logo{display:none;}
.logo:hover .white-logo{display:block;left:0; position: absolute;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#wpcf7-form .contact-field-lft textarea + label.error {margin: -122px 0 0 !important;}
}
/******************************************************/
/*                  Fluid Layout                      */
/******************************************************/

/* iphone vertical */
@media (max-width: 320px) {
.social-sharing {    padding: 0 10px 30px 10px;}}
@media (max-width: 768px) {
    
.wrapper {width: 100%;}
.left-col-container {width: 212px;}
.inner-page-container {width: 90%;}
.right-column {width: 526px;}
/*
.left-col-container {padding: 0 5px;
    width: 212px;}
.inner-page-container {width: 90%;}
.right-column {
    width: 529px;
} */
.logo a img {max-width:100%;}
.menu-header { width: 100%; padding-left:0;}
.menu-header ul li a {font-size:11px;}
.menu-header ul li span {padding: 0 6px 0 5px;}
.search input[type="text"] {width: 85%;}
.social-media-icon {width: 100%; padding: 11px 0;}
.social-media-icon a#twitter, .social-media-icon a#fb, .social-media-icon a#gplus, .social-media-icon a#utube { background-size: 100% auto;
    height: 40px;  margin: 0 6px;   width: 25px;}
.index-column {width: 262px; height:auto; overflow:hidden;}
.index-column img { height: 189px; max-width: 100%; width: 339px;}
#eximg-60, #eximg-58,#eximg-56, #eximg-19 {height:252px; width:auto;}
.index-column h1 {width:auto; font-size: 18px;}
.index-column img.image2 {height:100%;}
.contact-field-rgt { padding: 0 0 11px; }
.contact-field-lft textarea { width:100%; }
.comment-area .children { width: 81%; }
.children li {
    padding: 0 !important;
}
.blog-right { margin: 35px 0 0; }
.retail-media, .retail-article { width: 100%; }
.retail-media-video:nth-child(2n) {
    clear: left;
}
.content h1 { line-height: 32px; }
	

}

@media (max-width: 479px) {
body {margin:40px 0 0 0;}	
.wrapper {width: 100%;}	
.left-column {width: 29%;}
.right-column {width: 71%;}	
.left-col-container {position:relative;padding:0px 5px; width:90%;}
.logo {width:100%;}
.logo a{height:auto; width:100%;}
.logo a img {width:100%;}	
.menu-header {width:86%;}
.menu-header ul li {width:100%;}
.menu-header ul li span {display: none;}
.search input[type="text"] {width:68%;}
.tweet {height:auto;}
.social-media-icon{padding: 5px 0 0; width: 100%;}
.social-media-icon a#twitter {margin: 0 5px 5px 0;padding: 0 5px;width: 35%;}
.social-media-icon a#fb {margin: 0 0 5px;padding: 0 5px; width: 35%;}
.social-media-icon a#gplus {margin: 0 5px 5px 0; padding: 0 5px; width: 35%;}
.social-media-icon a#utube {padding: 0 5px;width: 35%;}
.index-column {width:100%;}
.index-column img {width:100%;}
#eximg-58 {width:100%;}
#eximg-19 { margin: 1px 0 0;width:100%;}
.index-column h1 {line-height:30px;width: 90%;}
.inner-page-container {padding: 25px 0 25px 10px;width: 95%;}
.blog-left {width:92%;}
.blog-right {padding: 15px 0 0;width: 100%;}
.comments span {padding: 0 10px 0 0;}
.comment-right {width: 65%;}
#respond {width: 100%;}
#respond .contact-field {width:100%;}
#respond .contact-field-lft {width: 100%;}
#respond .contact-field-lft input[type="text"] {width: 94%;}
#respond .contact-field-rgt {padding:0px; width:100%;}
#respond .contact-field-rgt {width: 100%;}
#respond .contact-field-rgt input[type="text"] {width: 94%;}
#respond .contact-field-lft textarea {width:94%;}
.comment-area .children {padding: 10px 0 15px;width: 100%;}
ul.children li.depth-3 #respond {left: 0;}
.quote {padding: 16px 0 16px 10px; width: 94%;}
ul.children #respond {left: 0;width: 100%;}
.comment-area .children {background:none;}
.contact-field-lft {width: 98%;}
.contact-field-lft input[type="text"] {width:94%;}
.contact-field-rgt {padding:0 0 11px 0px; width: 98%;}
.contact-field-rgt input[type="text"] {width:94%;}
.contact-field-lft textarea {width:94%;}
.content p img {width: 100%;}
.comment-area ul.children li.depth-4 #respond {left: 0;}
.client-list1 ul li {background: url("images/li-disc.png") no-repeat scroll left 8px !important;}
.content h1 {line-height:30px;}
.retail-media {width:100%;}
.retail-article {width:100%;}
.social-in {width: auto;}
.g-plus-share {
	clear: both;
	width: auto;
}
}

/* iphone horizontal*/
@media (min-width: 480px) and (max-width: 759px) {
body {margin:40px 0 0 0;}	
	.wrapper {width: 100%;}	
.left-column {width: 29%;}
.right-column {width: 71%;}	
.left-col-container {position:relative;padding:0px 5px; width:90%;}
.logo {width:100%;}
.logo a{height:auto; width:100%;}
.logo a img {width:100%;}	
.menu-header {width:86%;}
.menu-header ul li {width:100%;}
.menu-header ul li span {display: none;}
.search input[type="text"] {width:68%;}
.tweet {height:auto;}
.social-media-icon {padding:5px 0 0 5px;width: 95%;}
.social-media-icon a#twitter { padding: 0 5px 5px;width: 40%;}
.social-media-icon a#fb { padding: 0 5px 5px;width: 35%;}
.social-media-icon a#gplus { padding: 0 5px 5px;width: 35%;}
.social-media-icon a#utube { padding: 0 5px 5px;width: 40%;}
.index-column {width:100%;}
.index-column img {width:100%;}
#eximg-58 {width:100%;}
#eximg-19 { margin: 1px 0 0;width:100%;}
.index-column h1 {line-height:30px;width: 90%;}
.inner-page-container {padding: 25px 0 25px 10px;width: 95%;}
.blog-left {width:92%;}
.blog-right {padding: 15px 0 0;width: 100%;}
.comments span {padding: 0 10px 0 0;}
.comment-right {width: 65%;}
#respond {width: 100%;}
#respond .contact-field {width:100%;}
#respond .contact-field-lft {width: 100%;}
#respond .contact-field-lft input[type="text"] {width: 94%;}
#respond .contact-field-rgt {padding:0px; width:100%;}
#respond .contact-field-rgt {width: 100%;}

#respond .contact-field-rgt input[type="text"] {width: 94%;}
#respond .contact-field-lft textarea {width:94%;}
.comment-area .children {padding: 10px 0 15px;width: 100%;}
ul.children li.depth-3 #respond {left: 0;}
.quote {padding: 16px 0 16px 10px; width: 94%;}
ul.children #respond {left: 0;width: 100%;}
.comment-area .children {background:none;}
.contact-field-lft {width: 98%;}
.contact-field-lft input[type="text"] {width:94%;}
.contact-field-rgt {padding:0 0 11px 0px; width: 98%;}
.contact-field-rgt input[type="text"] {width:94%;}
.contact-field-lft textarea {width:94%;}
.content p img {width: 100%;}
.comment-area ul.children li.depth-4 #respond {left: 0;}
.client-list ul li {background: url("images/li-disc.png") no-repeat scroll left 8px !important;}
    
}

/* iphone */


/* ipad vertical */
/*@media (min-width: 720px) and (max-width: 1019px) {
.wrapper {width: 100%;}	
.left-column {width: 29%;}
.left-col-container {position:relative;width:87%;}
.logo img{height:auto; width:100%;}
.menu-header {width: 100%;}
.menu-header {padding:7px 0 7px 0px;}
.menu-header ul li a {font-size:11px;}
.search input[type="text"] {width:84%;}
.tweet {height:auto;}
.social-media-icon {padding:11px 0 11px 0px; width:100%;}
.social-media-icon a#twitter { width: 17%;}
.social-media-icon a#fb { width: 17%;}
.social-media-icon a#gplus { width: 17%;}
.social-media-icon a#utube { width: 17%;}
.right-column {width: 71%;}
.home-container a {float:left;width:50%;}
.index-column {width:99%;}
.index-column img {width:100%;}
#eximg-58 {width: 100%;}
#eximg-19 {width:100%;}
.index-column h1 {line-height: 30px; width: 90%;}
.menu-header ul li span {padding: 0 2px;}
.content h1 {line-height: 30px;}
.inner-page-container {width: 90%;}
.retail-media {width: 100%;}
.retail-media-video {width: 30%;}
.retail-media-video img{width: 100%;}
.retail-article {width: 100%;}
.blog-left {width: 65%;}
.blog-right {width: 30%;}
.comment-right {width: 73%;}
.copy-rights {padding: 13px 0 12px;}
.contact-field-rgt {padding: 0 0 11px 0px; width: 100%;}
.contact-field-lft textarea {width:290px;}
#respond .contact-field-rgt {padding:0px;}
li.depth-2 .comment-right {width: 70%;}
li.depth-3 .comment-right {width: 65%;}
li.depth-4 .comment-right {width: 55%;}
.retail-media-video img.attachment-category-thumb{height:150px;}
.comment-area ul.children li.depth-4 #respond {left: 0;}*/
}
.captchaSizeDivLarge {float:left;}


