/*-----------------------------------------------------------------------------------*/

/*	CSS Style for Shortcodes

/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	Tab Styles

/*-----------------------------------------------------------------------------------*/
	
a.uxde-button,
a.uxde-button:visited {
	display: inline-block;
    font-size: 14px;
	font-weight: bold;
	line-height: 22px;
    color: #FFFFFF;
	text-decoration: none ! important;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	vertical-align: middle;
	outline: none;
    position: relative;
    padding: 10px 20px;
	margin: 0 10px 20px 0;
	background-repeat: repeat-x;
	border-radius: 5px;
  	background: #E53B2C;
	background: -webkit-gradient(linear, left top, left bottom, from(#f55b4e), to(#E53B2C));
	background: -webkit-linear-gradient(top, #f55b4e, #E53B2C);
	background: -moz-linear-gradient(top, #f55b4e, #E53B2C);
	background: -ms-linear-gradient(top, #f55b4e, #E53B2C);
	background: -o-linear-gradient(top, #f55b4e, #E53B2C);
	box-shadow: inset 0px 1px 0px #f68b81, 0px 5px 0px 0px #bd2619, 0px 6px 3px #999;
}

a.uxde-button:hover, a.uxde-button:focus {
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	text-decoration: none;
	opacity: 0.9;
	}
	
a.uxde-button:active {
	color: #FFFFFF;
	position: relative;
	top: 1px;
	}

a.uxde-button.small {
	padding: 6px 12px!important;
	font-size: 13px;
}

a.uxde-button.medium {
	padding: 10px 20px!important;
	font-size: 14px;
}
	
a.uxde-button.large {
	padding: 14px 28px!important;
	font-size: 16px;
}
	
a.uxde-button.green {
	background: #47b647;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#64cd64), to(#47b647));
  	background: -webkit-linear-gradient(top, #64cd64, #47b647);
  	background: -o-linear-gradient(top, #64cd64, #47b647);
  	background: linear-gradient(to bottom, #64cd64, #47b647);
  	background: -moz-linear-gradient(top, #64cd64, #47b647);
    box-shadow: inset 0px 1px 0px #85e385, 0px 5px 0px 0px #268126, 0px 6px 3px #999;
}

a.uxde-button.light-blue {
	background: #38b9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#46CAE8), to(#38b9d7));
	background: -webkit-linear-gradient(top, #46CAE8, #38b9d7);
	background: -moz-linear-gradient(top, #46CAE8, #38b9d7);
	background: -ms-linear-gradient(top, #46CAE8, #38b9d7);
	background: -o-linear-gradient(top, #46CAE8, #38b9d7);
	box-shadow: inset 0px 1px 0px #74dcf3, 0px 5px 0px 0px #1d87a0, 0px 6px 3px #999;
}

a.uxde-button.blue {
	background: #1784cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#46a3e2), to(#1784cd));
	background: -webkit-linear-gradient(top, #46a3e2, #1784cd);
	background: -moz-linear-gradient(top, #46a3e2, #1784cd);
	background: -ms-linear-gradient(top, #46a3e2, #1784cd);
	background: -o-linear-gradient(top, #46a3e2, #1784cd);
	box-shadow: inset 0px 1px 0px #6bbbf0, 0px 5px 0px 0px #0c649f, 0px 6px 3px #999;
}

a.uxde-button.red {
	background: #E53B2C;
	background: -webkit-gradient(linear, left top, left bottom, from(#f55b4e), to(#E53B2C));
	background: -webkit-linear-gradient(top, #f55b4e, #E53B2C);
	background: -moz-linear-gradient(top, #f55b4e, #E53B2C);
	background: -ms-linear-gradient(top, #f55b4e, #E53B2C);
	background: -o-linear-gradient(top, #f55b4e, #E53B2C);
	box-shadow: inset 0px 1px 0px #f68b81, 0px 5px 0px 0px #bd2619, 0px 6px 3px #999;
}

a.uxde-button.orange {
    background: #fa693c;
	background: -webkit-gradient(linear, left top, left bottom, from(#fb845e), to(#fa693c));
	background: -webkit-linear-gradient(top, #fb845e, #fa693c);
	background: -moz-linear-gradient(top, #fb845e, #fa693c);
	background: -ms-linear-gradient(top, #fb845e, #fa693c);
	background: -o-linear-gradient(top, #fb845e, #fa693c);
	box-shadow: inset 0px 1px 0px #fca285, 0px 5px 0px 0px #db4e22, 0px 6px 3px #999;
}

a.uxde-button.purple {
    background: #c221ae;
	background: -webkit-gradient(linear, left top, left bottom, from(#d94ac7), to(#c221ae));
	background: -webkit-linear-gradient(top, #d94ac7, #c221ae);
	background: -moz-linear-gradient(top, #d94ac7, #c221ae);
	background: -ms-linear-gradient(top, #d94ac7, #c221ae);
	background: -o-linear-gradient(top, #d94ac7, #c221ae);
	box-shadow: inset 0px 1px 0px #ea72db, 0px 5px 0px 0px #9a1389, 0px 6px 3px #999;
}

a.uxde-button.pink {
    background: #f05791;
	background: -webkit-gradient(linear, left top, left bottom, from(#f579a9), to(#f05791));
	background: -webkit-linear-gradient(top, #f579a9, #f05791);
	background: -moz-linear-gradient(top, #f579a9, #f05791);
	background: -ms-linear-gradient(top, #f579a9, #f05791);
	background: -o-linear-gradient(top, #f579a9, #f05791);
	box-shadow: inset 0px 1px 0px #f7a1c2, 0px 5px 0px 0px #ca3870, 0px 6px 3px #999;
}

a.uxde-button.yellow {
    background: #ffe04f;
	background: -webkit-gradient(linear, left top, left bottom, from(#fce36d), to(#ffe04f));
	background: -webkit-linear-gradient(top, #fce36d, #ffe04f);
	background: -moz-linear-gradient(top, #fce36d, #ffe04f);
	background: -ms-linear-gradient(top, #fce36d, #ffe04f);
	background: -o-linear-gradient(top, #fce36d, #ffe04f);
	box-shadow: inset 0px 1px 0px #fdeda4, 0px 5px 0px 0px #e6c62f, 0px 6px 3px #999;
}

a.uxde-button.grey {
	color: #555 ! important;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	background: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F5F5F5));
	background: -webkit-linear-gradient(top, #F8F8F8, #F5F5F5);
	background: -moz-linear-gradient(top, #F8F8F8, #F5F5F5);
	background: -ms-linear-gradient(top, #F8F8F8, #F5F5F5);
	background: -o-linear-gradient(top, #F8F8F8, #F5F5F5);
	box-shadow: inset 0px 1px 0px #FFFFFF, 0px 5px 0px 0px #DDDDDD, 0px 6px 3px #999;
	}

a.uxde-button.black {
	background: #363636;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#363636));
	background: -webkit-linear-gradient(top, #666666, #363636);
	background: -moz-linear-gradient(top, #666666, #363636);
	background: -ms-linear-gradient(top, #666666, #363636);
	background: -o-linear-gradient(top, #666666, #363636);
	box-shadow: inset 0px 1px 0px #999999, 0px 5px 0px 0px #181818, 0px 6px 3px #999;
}


/*-----------------------------------------------------------------------------------*/

/*	Alerts

/*-----------------------------------------------------------------------------------*/


.uxde-alert {
    padding: 15px;
    margin: 0 0 20px 0;
	font-size: 14px;
    line-height: 22px;
    border-radius: 4px!important;
		-webkit-border-radius: 4px!important;
		-moz-border-radius: 4px!important;
		-o-border-radius: 4px!important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
		-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}

.uxde-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.uxde-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.uxde-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.uxde-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}
	
.uxde-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
}


/*	--------------------------------------------------
	Columns
-------------------------------------------------- */


.uxde-one-half { width: 48%; }
.uxde-one-third { width: 30.66%; }
.uxde-two-third { width: 65.33%; }
.uxde-one-fourth { width: 22%; }
.uxde-three-fourth { width: 74%; }
.uxde-one-fifth { width: 16.8%; }
.uxde-two-fifth { width: 37.6%; }
.uxde-three-fifth { width: 58.4%; }
.uxde-four-fifth { width: 67.2%; }
.uxde-one-sixth { width: 13.33%; }
.uxde-five-sixth { width: 82.67%; }

.uxde-one-half,
.uxde-one-third,
.uxde-two-third,
.uxde-three-fourth,
.uxde-one-fourth,
.uxde-one-fifth,
.uxde-two-fifth,
.uxde-three-fifth,
.uxde-four-fifth,
.uxde-one-sixth,
.uxde-five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
	}

.uxde-column-last {
	margin-right: 0!important;
	clear: right;
}	


/*-----------------------------------------------------------------------------------*/

/*	Tab Styles

/*-----------------------------------------------------------------------------------*/


.uxde-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.uxde-tabs {
	background: none;
	margin: 0 0 2em 0;
}

.uxde-tabs ul.uxde-nav {
	list-style: none!important;
	margin: 0!important;
	padding: 0;
	background: none;
	border: 0;
	float: none;
}

.uxde-tabs ul.uxde-nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0!important;
	z-index: 10;
	list-style: none!important;
}
	

.uxde-tabs ul.uxde-nav li a {
	font-weight: bold;
	border: 1px solid #dfdfdf!important;
	border-bottom: none!important;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 26px;
	background: #FBFBFB;
	margin: 0!important;
	text-decoration: none;
	color: #373737!important;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}
	
.uxde-tabs ul.uxde-nav li a:hover {
	background: #fff!important;
	margin: 0!important;
}

.uxde-tabs ul.uxde-nav li.ui-tabs-selected a {
	height: 27px;
	background: #fff;
}

.uxde-tabs .uxde-tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #dfdfdf;
}


/*-----------------------------------------------------------------------------------*/

/*	Toggle Styles

/*-----------------------------------------------------------------------------------*/


.uxde-toggle { margin: 0 0 10px 0; }

.uxde-toggle .uxde-toggle-title {
	display: block;
	padding: 10px 10px 10px 30px; 
	background: #FBFBFB;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	outline: none;
	position: relative;
}
	
.uxde-toggle .uxde-toggle-title:hover { 
	border: 1px solid #c5c5c5; 
}

.uxde-toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
	overflow: hidden;
}

.uxde-toggle-inner p {
	margin: 0 0 0 0;
}

.uxde-toggle span.ui-icon {
    background: url(images/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -6px 0 0 0;
}

.uxde-toggle .ui-state-active .ui-icon { 
	background: url(images/toggles/toggle-open.png) no-repeat; 
}

/* Clearfix */
.uxde-clearfix:before,
.uxde-clearfix:after { content:""; display:table; }
.uxde-clearfix:after { clear: both; }
.uxde-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }

	
/*-----------------------------------------------------------------------------------*/

/*	Dropcap

/*-----------------------------------------------------------------------------------*/


.dropcap {
	margin: 0 5px 0 0;
	font-size: 25px; 
	width: 40px; 
	height: 40px; 
	line-height: 37px; 
	text-align: center; 
	float: left;
}

div.dropcap.circle {
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}


/*-----------------------------------------------------------------------------------*/

/*	Hightlight

/*-----------------------------------------------------------------------------------*/


.highlight.yellow {
	background: #FFFF66;
}

.highlight.black {
	background: #000000;
	color: #ffffff;
}

.highlight.green {
	background: #7FC33C;
	color: #ffffff;
}

.highlight.red {
	background: #E53B2C;
	color: #ffffff;
}

.highlight.grey {
	background: #666666;
	color: #ffffff;
}


/*-----------------------------------------------------------------------------------*/

/*	Quotes

/*-----------------------------------------------------------------------------------*/

div.block-quote-center {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
	margin: 30px 60px 30px 60px;
}

div.block-quote-left { 
	width: 33%; 
	float: left; 
	margin: 15px 20px 15px 20px; 
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
}

div.block-quote-right { 
	width: 33%; 
	float: right; 
	margin: 15px 20px 15px 20px; 
	padding: 20px; 
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
 }


/*-----------------------------------------------------------------------------------*/

/*	Testimonial

/*-----------------------------------------------------------------------------------*/


.testimonial-shortcode-content {
	font-size: 13px;
	line-height: 21px;
    color: #848484 !important;
}

.testimonial-shortcode-icon {
	background: url(images/left-quote.png) no-repeat;
    float: left;
    height: 16px;
    margin-left: 1px;
    margin-right: 10px;
    margin-top: 3px;
    width: 22px;
}

.testimonial-shortcode-author {
    border-bottom: 1px solid #EAEAEA;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-right: 3px;
    padding-bottom: 20px;
    text-align: right;
}

.testimonial-shortcode-author-name {
	font-weight: bold;
    color: #8D8D8D !important;
}

.testimonial-shortcode-author-site {
	font-weight: bold;
    color: #494949 !important;
}

.testimonial-shortcode-author-site a {
	color: #494949 !important;
	text-decoration: none;
}

.testimonial-shortcode-author-site a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/

/*	List Style

/*-----------------------------------------------------------------------------------*/


ul.check, ul.check-bold, ul.arrow, ul.arrow-bold, ul.square, ul.circle {
    list-style: none outside none;
	margin-bottom: 0;
}

.check li, .check-bold li, .arrow li, .arrow-bold li, .square li, .circle li {
    list-style: none outside none;
    margin: 0 0 5px 0;
    padding: 0 0 0 18px;
}

.check li {
    background: url(images/list_check.png) no-repeat 2px 53%;
}

.check-bold li {
    background: url(images/list_check_bold.png) no-repeat 1px 53%;
}

.arrow li {
    background: url(images/list_arrow.png) no-repeat 4px 53%;
}

.arrow-bold li {
    background: url(images/list_arrow_bold.png) no-repeat 3px 53%;
}

.square li {
    background: url(images/list_square.png) no-repeat 4px 53%;
}

.circle li {
    background: url(images/list_circle.png) no-repeat 4px 53%;
}


/*-----------------------------------------------------------------------------------*/

/*	Videos

/*-----------------------------------------------------------------------------------*/


.video-container {
	margin-bottom: 20px;
}

#sidebar .video-container {
	margin-bottom: 0;
}


/*-----------------------------------------------------------------------------------*/

/*	Image Frames

/*-----------------------------------------------------------------------------------*/


.frame_left {
    float: left;
    margin: 0 20px 10px 0;
    text-align: center;
}

.frame_right {
    float: right;
    margin: 0 0 10px 20px;
    text-align: center;
}

.frame_center {
    margin: 20px auto;
    text-align: center;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption {
    display: block;
	color: #999999;
	font-style: italic;
    margin: 7px 0 2px;
}


/*-----------------------------------------------------------------------------------*/

/*	Pricing Tables

/*-----------------------------------------------------------------------------------*/


.pricing_box.three {
    width: 33%;
}

.pricing_box.three_last {
    width: 33%;
}

.pricing_box.four {
    width: 24.6%;
}

.pricing_box.four_last {
    width: 24.6%;
}

.pricing_box {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    float: left;
    margin-top: 2%;
    padding: 0 0 30px;
    text-align: center;
}

.pricing_box.four_last {
	border-left: none;
}

.pricing_box.large {
	border-left: none;
	border-right: none;
    margin-top: -0.4%;
    padding-bottom: 45px;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.pricing_box .header {
    background: #F9F9F9;
	width: 100%;
	height: 42px;
    text-align: center;	
	font-weight: bold;
    margin: 0 0 20px;
}

.pricing_box.large .header {
    background: #222222;
    color: #FFFFFF;
    height: 51px;
}

.pricing_box .header span {
    font-size: 15px;
    position: relative;
    top: 10px;
}

.pricing_box.four .header span {
    font-size: 13px;
    position: relative;
    top: 10px;
}

.pricing_box.large .header span {
	top: 15px;
}

.pricing_box h2 {
    font-size: 44px;
    padding-top: 10px;
	margin-bottom: 10px;
}

.pricing_box.four h2 {
    font-size: 30px;
    padding-top: 10px;
	margin-bottom: 10px;
}

.pricing_box.four_last h2 {
    font-size: 30px;
    padding-top: 10px;
	margin-bottom: 10px;
}

.pricing_box ul {
	width: 80%;
    list-style: none;
    margin: 10px auto 35px auto;
}

.pricing_box ul li {
	font-size: 13px;
	line-height: 21px;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
	margin: 0 0 0 0;
    text-align: center;
}

a.button {
	background: #E53B2C;
	padding: 10px 16px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	
}

a:hover.button {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/

/*	Google Maps

/*-----------------------------------------------------------------------------------*/


.map_shortcode_wrapper {
	margin: 20px auto;
}


/*-----------------------------------------------------------------------------------*/

/*	Review System

/*-----------------------------------------------------------------------------------*/


#review-box {
	background: #FFFFFF;
	margin: 0 0 0 0;
}

#review-box.left {
	margin: 0 30px 19px 0;
	width: 48.4375%;
}

#review-box.right {
	margin: 0 0 19px 30px;
	width: 48.4375%;
}

#review-box h5 {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #444444;
	text-transform: uppercase;
	border-bottom: 1px solid #EAEAEA;
	padding: 0 0 10px 0;
}

#review-box ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none
}

#review-box ul li{
	margin-bottom: 10px;
}

#review-box ul li .review-criteria-score {
	margin-bottom: 10px;
}

#review-box ul li .review-criteria-score [class*="icon-"] {
	font-size: 14px;
	color: #FFA83F;
	margin: 0 0 0 1px;
	width: 14px;
}

#review-box ul li .review-criteria-bar-container {
	background: #EAEAEA;
	height: 12px;
}

#review-box ul li .review-criteria-bar {
	float:left;
	height:12px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	-o-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #E53B2C;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
	-webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	-khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	-o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

#review-box .review-total-score {
	background:#EAEAEA
}

#review-box .review-total-score .left {
	max-width: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
}

#review-box .review-total-score .right {
	background: #E53B2C;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

#review-box .review-total-score .right .icon-star {
	font-size: 18px;
	line-height: 22px;
	margin: 0 2px;
	width: 18px;
}

#review-box .review-summary {
	border: 1px solid #EAEAEA;
	padding: 15px;
	font-size: 13px;
	line-height: 21px;
}

#review-box .review-summary p {
	margin: 0 0 0 0;
}

.user-review {
	background: #EAEAEA;
	margin: 0 0 0 0;
}

.user-review .left {
	max-width: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 15px;
	margin: 0;
	text-transform: uppercase;
}

.user-review .right {
	background: #E53B2C;
	padding: 8px 7px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}

.user-review .right img {
	margin: 0 2px;
}

#review-box .review-total-score .type-star {
	font-size: 14px;
	padding: 7px 15px;
}

#review-box .review-total-score-box [class*="icon-"] {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0 1px;
}

.widget .review-badge {
    background: #E53B2C;
    color: #FFFFFF;
    display: inline-block;
    float: left;
	font-style: normal;
    font-weight: bold;
    margin-right: 6px;
    padding: 0 5px 1px 5px;
}

.widget .review-badge span {
	font-style: normal;
	line-height: 20px;
	font-size: 11px;
	color: #FFFFFF ! important;
}

.widget .review-badge span [class*="icon-"] {
	margin: 0 1px 0 1px;
}


/*-----------------------------------------------------------------------------------*/

/*	Image Hover

/*-----------------------------------------------------------------------------------*/


.featured-image {
	position: relative;
	display: block;
	overflow: hidden;
}

.featured-image a img {
	opacity: 1;
}

.featured-image a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}


/*-----------------------------------------------------------------------------------*/

/*	Retina

/*-----------------------------------------------------------------------------------*/


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#back-top span {
		background: url(images/back-top@2x.png) no-repeat;
		background-size: 50px 50px;
	}

	.twitter-tweets {
		background-image: url(images/twitter-tweets.png);
		background-size: 133px 71px;
	}
}


/*-----------------------------------------------------------------------------------*/

/*	Social Share

/*-----------------------------------------------------------------------------------*/


.share-section {
	display: block;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding: 10px 0 10px 0;
	margin: -10px 0 25px 0;
}

.share-section .share-count {
	float: left;
	width: auto;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
	border-right: 1px solid #DFDFDF;
}

.share-section span.total-shares {	
	color: #7FC04C;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.share-section span.text-shares {
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0px;
	font-style: italic;
	color: #888888;
}

.share-section .share-buttons {
	float: left;
	width: auto;
	margin: 0 0 0 0;
}

.share-section .share-buttons ul {
	margin: 0 0 0 0;
	list-style: none;
}

.share-section .share-buttons ul li {
	float: left;
	margin: 0 2px 0 0;
	height: 20px;
	padding: 0 0 0 15px;
	border-right: 1px solid #DFDFDF;
}

.share-section .share-buttons ul li.twitter-button {
	width: 94px;
}

.share-section .share-buttons ul li.facebook-button {
	width: 87px;
}

.share-section .share-buttons ul li.google-button {
	width: 75px;
}

.share-section .share-buttons ul li.linkedin-button {
	width: 107px;
}

.share-section .share-buttons ul li.pinterest-button {
	width: 69px;
	border-right: none;
}