img {
	max-width: 100%;
	height:auto;
}
.red-border {
	border: 2px solid red !important;
}
#loader-mask {
	background-color: #8D8D8D;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 9000;
}
.loader-window {
	display: none;
	left: 0;
	padding: 20px;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#loader-dialog {
	background-color: #FFFFFF;
	border: 2px solid #333333;
	border-radius: 5px 5px 5px 5px;
}
.comment-element {
	background:#fff;
	padding:10px;
	border-radius:4px;
	border:1px solid #ebebeb;
	width:100%;
	margin:0 0 20px 0;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*-moz-box-shadow:0 2px 0 #d4d4d4;
-webkit-box-shadow:0 2px 0 #d4d4d4;
box-shadow:0 2px 0 #d4d4d4;*/
}
.comment-element .avatar {
	width:60px;
	height:60px;
	border:4px solid #e4e4e4;
	border-radius:3px;
	float:left;
	margin: 0 17px 0 0;
}
.comment-element section.comment-content {
	font-size:14px;
	color:#666;
	line-height:20px;
	padding:0 0 15px 0;
	margin: 0 0 0 85px;
}
.comment-element header cite {
	font-size:18px;
	color:#ad405d;
	font-family: 'OpenSans-Semibold';
	margin:0;
	clear:none;
	font-style: normal;
	display: block;
}
.comment-element header a.comment-time-link {
	display:inline-block;
	padding:2px 6px;
	font-size:13px;
	color:#FFF;
	margin:6px 0;
	background:#a5a5a5;
}
.comment-reply-link {
	background:#ad405d url(../images/reply_arrow.png) no-repeat 86% 8px;
	margin: 0 0 0 85px;
	border-radius:3px;
	display:inline-block;
	padding:0 30px 0 8px;
	height:22px;
	line-height:20px;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
.comment-reply-link:hover {
	background:#33363b url(../images/reply_arrow.png) no-repeat 86% 8px;
}
.comment-element .comment-element {
	background:#f2f2f2;
	margin:15px 0 0 85px;
	padding:10px;
	border-radius:3px;
	width: auto;
	border: none;
	box-shadow: none;
}
.comment-element .comment-element .comment-element {
	background: #fff;
}
#respond {
	padding:15px 20px 20px;
	margin:20px 0;
	border-radius:4px;
	background:url(../images/grd_bg.jpg) repeat-x #fafafa;
	border:1px solid #dbdbdb;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respond h3#reply-title {
	font-size:24px;
	margin:0;
	padding:0 0 15px 0;
	font-family: 'OpenSans-Semibold';
	line-height:20px;
	color:#666;
}
#respond h3#reply-title small a#cancel-comment-reply-link {
	color:#fff;
	background: #33363B;
	border-radius: 3px;
	padding: 2px 5px;
	font-size: 15px;
}
#respond h3#reply-title small a#cancel-comment-reply-link:hover {
	background: #AD405D;
}
#commentform p {
	font-size:14px;
	color:#333;
	padding:0 0 10px 0;
}
#commentform p span.required {
	color: #FF0000;
}
#commentform p input[type="text"] {
	width:100%;
	background:#FFFFFF;
	border:1px solid #c3c3c3;
	height:36px;
	line-height:35px;
	vertical-align:middle;
	font-size:15px;
	color:#7a7a7a;
	padding:0 10px;
	margin:0 0 0 0;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 0 2px #dedbdb;
	-moz-box-shadow: inset 0 0 2px #dedbdb;
	box-shadow: inset 0 0 2px #c6c6c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform p input[type="text"]:focus {
	border-color: #d86382;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
}
#commentform p input[type="password"] {
	width:100%;
	background:#FFFFFF;
	border:1px solid #c3c3c3;
	height:36px;
	line-height:35px;
	vertical-align:middle;
	font-size:15px;
	color:#7a7a7a;
	padding:0 10px;
	margin:0 0 0 0;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb;
	-moz-box-shadow: inset 0 1px 1px #dedbdb;
	box-shadow: inset 0 0 3px #c6c6c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform p input[type="password"]:focus {
	border-color: #d86382;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
}
#commentform p textarea {
	width:100%;
	background:#FFFFFF;
	border:1px solid #c3c3c3;
	height:100px;
	line-height:18px;
	font-size:15px;
	color:#7a7a7a;
	padding:10px;
	margin:0 0 0 0;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb;
	-moz-box-shadow: inset 0 1px 1px #dedbdb;
	box-shadow: inset 0 0 3px #c6c6c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform p textarea:focus {
	border-color: #d86382;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
}
#commentform p select {
	width:100%;
	background:#FFFFFF;
	border:1px solid #c3c3c3;
	font-size:15px;
	color:#7a7a7a;
	padding:6px;
	margin:0 0 0 0;
	-o-border-radius:2px;
	-icab-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb;
	-moz-box-shadow: inset 0 1px 1px #dedbdb;
	box-shadow: inset 0 0 3px #c6c6c6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform p select:focus {
	border-color: #d86382;
	-webkit-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	-moz-box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
	box-shadow: inset 0 1px 1px #dedbdb, 0 0 6px #e77b98;
}
#commentform p input[type="submit"] {
	background:#ad405d;
	border: none;
	padding:6px 20px;
	font-family: 'OpenSans-Semibold';
	font-size:16px;
	color:#FFFFFF;
	cursor:pointer;
	margin:4px 0 0 0;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
	-moz-border-radius:3px; /* Firefox */
	-webkit-border-radius:3px; /* Safari and Chrome */
	border-radius:3px; /* Opera 10.5+ */
}
#commentform p input[type="submit"]:hover {
	background:#333;
}
.comment-element.pingback {
}
.comment-element.pingback p {
	color: #AD405D;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	line-height: 20px;
}
.comment-element.pingback p a {
	color: #AD405D;
	font-size: 14px;
	line-height: 20px;
	font-family: 'OpenSans';
	clear: both;
	display: block;
	margin: 15px 0 0 0;
}
.comment-element.pingback p a:hover {
	text-decoration: underline;
}
#comments .comments-title {
	border-radius:4px;
	color: #AD405D;
	font-family: 'OpenSans-Semibold';
	font-size: 16px;
	line-height: 18px;
	padding: 15px 20px 20px;
	background: #3993A9;
	margin: 0 0 15px 0;
}
#comments .comments-title h4 {
	margin:0;
	padding:0 0 10px 0;
	color: #fff;
	font-family: 'OpenSans-Semibold';
	font-size: 24px;
	line-height: 16px;
}
#comments .comments-title a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.devider {
	background:#EBEBEB;
	height:1px;
	width:100%;
	display:inline-block;
	margin:0 0 15px;
}
.entry-meta {
	color:#2f2f2f;
	font-size: 16px;
}
/* editor style */



/* =Headings
-------------------------------------------------------------- */

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
	clear: both;/*line-height: 1.846153846;
	margin: 24px 0;
	margin: 1.714285714rem 0;*/
}
.post_content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.post_content h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.post_content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
}
.post_content h4 {
	font-size: 14px;
	font-size: 1rem;
}
.post_content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
}
.post_content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
}
.post_content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
/* =Text elements
-------------------------------------------------------------- */

.post_content ul, .post_content ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
.post_content ul {
	list-style: none;
}
.post_content ol {
	list-style: decimal outside;
}
.post_content ul ul, .post_content ol ol, .post_content ul ol, .post_content ol ul {
	margin-bottom: 0;
}
.post_content li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
	line-height: 24px;
}
.post_content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.post_content dt {
	font-weight: bold;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.post_content dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.post_content strong {
	font-weight: bold;
	font-weight:normal;
}
.post_content cite, .post_content em, .post_content i {
	font-style: italic;
}
.post_content cite {
	border: none;
}
.post_content big {
	font-size: 128.571429%;
}
.post_content .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
	padding: 1.714285714rem;
}
.post_content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.post_content code, .post_content kbd, .post_content samp, .post_content var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.post_content abbr, .post_content acronym, .post_content dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.post_content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.post_content del {
	color: #333;
}
.post_content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.post_content sup, .post_content sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.post_content sup {
	top: -0.5em;
}
.post_content sub {
	bottom: -0.25em;
}
.post_content input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
.post_content textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 96%;
}
/* =Links
-------------------------------------------------------------- */




/* =Alignment
-------------------------------------------------------------- */

.post_content .alignleft {
	display: inline;
	float: left;
	margin: 12px 12px 12px 0;
}
.post_content .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 12px;
}
.post_content .aligncenter {
	clear: both;
	display: block;
	margin: 12px auto;
	text-align: center;
}
/* =Tables
-------------------------------------------------------------- */



/* =Images
-------------------------------------------------------------- */


.post_content img.size-full {
	width: auto/9; /* Prevent stretching of full-size images in IE8 */
}
.post_content img[class*="wp-image-"] {
 height: auto;
 max-width: 100%;
}
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.post_content img.mceWPnextpage {
	border-radius: 0;
	box-shadow: none;
}
.post_content img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.post_content .wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.post_content .wp-caption-dt {
	margin: 0;
}
.post_content .wp-caption .wp-caption-text, .post_content .wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}
a.rss-feed-link {
	width:28px;
	height:28px;
	background:#F5A332;
	display:block;
	float:left;
	border-radius:2px;
}
/*a.rss-feed-link:hover{
    background:#3993A9;
}*/

.fixed-single-strip {
	width: 650px;
	position: fixed;
	z-index: 7;
	box-shadow: none;
	border-bottom: 1px solid #E3E3E3;
	top:120px;
	background: #ffffff;
}
.newsletter-error {
	background:url(../images/error-arrow.png) no-repeat 7px 0;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: none;
	margin: 0px 0;
	width: 100%;
	padding: 7px 0px 0;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 11px;
}
.newsletter-error span {
	background: none repeat scroll 0 0 #AD405D;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: block;
	margin:  0;
	width: 100%;
	padding: 3px 5px;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 11px;
	line-height: normal;
}
.newsletter-error01 {
	width: 90%;
}
.subscribe-updates {
	width: 180px;
	float: left;
	position: relative;
}
.leftPanel .inners {
	width: 650px;
	display: block;
}
.single-footer-meta {
	margin: 0 20px;
	font-size: 14px;
	color: #000;
	background: url(../images/grd_bg.jpg) repeat-x 0 0 #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #DBDBDB;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}
.archive-title a, .single-footer-meta a {
	color: #AD405D;
}
.single-footer-meta a:hover {
	text-decoration: underline;
}
.author-info {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EBEBEB;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 0 #D4D4D4;
	margin: 20px;
	padding: 20px;
}
.author-info .author-description .author-avatar {
	border: 4px solid #E4E4E4;
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 96px;
	margin: 0 17px 0 0;
	width: 96px;
}
.author-info .author-description {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0px;
	padding: 0 0 15px;
}
.author-info .author-description h2 {
	clear: none;
	margin: 0 0 10px 0;
	color: #AD405D;
	display: block;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	font-style: normal;
}
.commentPagination {
	display: block;
}
.commentPagination h2 {
	clear: none;
	color: #fff;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	font-style: normal;
	margin: 0 40px 0 0;
	display: inline-block;
	background: #AD405D;
	padding: 0 0 0 10px;
	height: 34px;
	line-height: 34px;
}
.commentPagination h2 span {
	display: block;
	font-style: normal;
	padding: 0 26px 0 0;
	margin: 0 -26px 0 0;
	background: url(../images/arrowred.png) no-repeat right;
}
.commentPagination ul.pagination {
	display: inline-block;
}
.listing-post-meta-info a {
	color: #AD405D;
}
.listing-post-meta-info {
	color: #666666;
	font-size: 14px;
	margin: -5px 0 0;
	padding: 0 20px 10px;
	width:100%;
	display:inline-block;
	-webkit-box-sizing: border-box; /* content-box */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom-border-line {
	height: auto;
	border-bottom: 1px solid #E3E3E3;
}
.leaveComentBox {
	padding: 10px 20px 6px!important;
}
.topLeftWrap {
	display: inline-block;
}
.topLeftWrap .social_add {
	width:226px;
	float: left;
	margin: 4px 0 0 0;
}
.topLeftWrap .social_add .google-like {
	float: left;
	height: 20px;
}
.topLeftWrap .social_add .fb-like {
	float: left;
	height: 20px;
}
.phone_no {
	float: left;
}
.phone_no h3 {
	margin: 0;
	color: #FFFFFF;
	float: left;
	font-family: 'OpenSans-Semibold';
	font-size: 15px;
	margin: 3px 0 0;
	padding: 0 20px 0 0px;
}
.phone_no h3 a {
	color: #FFFFFF;
}
.textCenter {
	text-align: center;
}
.h-fix {
	height: 25px;
	width:15px;
	margin:0;
	padding: 0;
	display: inline-block;
}
.top-fix-bar {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 990px;
}
 @media (max-width: 989px) {
 .top-fix-bar {
 width: 100%;
}
}
 @media (max-width: 800px) {
 .top-fix-bar .topLeftWrap .social_add {
 display:none;
}
}
@media (max-width: 580px) {
 .top-fix-bar .topLeftWrap {
 display:none;
}
}
 @media (max-width: 455px) {
 .top-fix-bar .grid_1 a.quotebutton {
 display:none;
}
}
 @media (max-width: 600px) {
 .fixed-single-strip {
 display:none;
}
}
#the-error-pop {
	display: none;
	width: 300px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -150px;
	border-radius: 5px;
	pading: 5px;
	border: 1px solid #E1E1E1;
	background: #FCF8D1;
	padding: 15px;
	box-shadow: 0 0 3px #E01B25;
	-webkit-box-shadow: 0 0 3px #E01B25;
	-moz-box-shadow: 0 0 3px #E01B25;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
}
#the-error-pop h6 {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
#the-error-pop ul {
	margin: 15px 0 5px 0;
	padding: 0;
	list-style: none;
}
#the-error-pop ul li {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 24px;
	display: block;
	color: #E01B25;
	font-size: 14px;
	background: url(../images/arrowbullet.png) no-repeat 0 7px;
}
#the-error-pop ul li a {
	text-decoration: none;
}
.cta-portion, .cta-portion .inner {
	padding:0 !important;
}
.cta-elements {
	margin:0 0 10px 0;
}
/*-- all tantoos--*/


.discuss-btn a {
	position:fixed;
	z-index:9999999999;
	right:0px;
	top:25%;
	display:block;
	background:url(../images/discuss-btn.png) no-repeat 0 0;
	width:158px;
	height:50px;
	cursor:pointer;
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
}
.discuss-btn a:hover {
	transition-property: all;
	transition-duration: 0.8s;
	transition-delay: 0s;
	transition-easing: ease-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.8s;
	-moz-transition-delay: 0s;
	-moz-transition-easing: ease-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-delay: 0s;
	-webkit-transition-easing: ease-out;
	-o-transition-property: all;
	-o-transition-duration: 0.8s;
	-o-transition-delay: 0s;
	-o-transition-easing: ease-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.8s;
	-ms-transition-delay: 0s;
	-ms-transition-easing: ease-out;
	background:url(../images/discuss-btn.png) no-repeat 0 -68px;
}
.liquidweb_banner {
	position:fixed;
	left:0px;
	bottom:5px;
	z-index:99999;
}
.xopso-tanto {
	position:fixed;
	right:0px;
	bottom:83px;
	z-index:99999;
}
.responsive-tanto {
	position:fixed;
	right:0px;
	bottom:162px;
	z-index:99999;
}
.deal-tanto {
	position:fixed;
	right:0px;
	bottom:3px;
	z-index:9999999999;
}
img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
#fixed-right-share {
	position:fixed;
	top:25%;
	left:-332px;
	z-index:9999;
}
#fixed-right-share ul {
	padding:0px;
	margin:0px;
}
#fixed-right-share ul li {
	float:left;
	display:block;
}
#fixed-right-share ul li.like {
}
#fixed-right-share ul li.like:hover {
	cursor:pointer;
}
#fixed-right-share ul li.fb-but {
	padding:12px 15px 17px;
	width:44px;
	height:55px;
	background:rgba(59, 89, 152, 0.8);
}
#fixed-right-share ul li.ld-but {
	padding:12px 15px 17px;
	width:60px;
	height:55px;
	background:rgba(0, 115, 178, 0.8);
}
#fixed-right-share ul li.twt-but {
	padding:12px 15px 17px;
	width:57px;
	height:55px;
	background:rgba(0, 172, 238, 0.8);
}
#fixed-right-share ul li.gp-but {
	padding:12px 15px 17px;
	width:51px;
	height:55px;
	background:rgba(217, 80, 49, 0.8);
}

/*--/all tantoos--*/
