/* Minification failed. Returning unminified contents.
(566,42): run-time error CSS1046: Expect comma, found '255'
(566,50): run-time error CSS1046: Expect comma, found '/'
(593,42): run-time error CSS1046: Expect comma, found '255'
(593,50): run-time error CSS1046: Expect comma, found '/'
 */
section.reviews
{
	float:left;
	width:100%;
	background:transparent;
	height:auto;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:0em;
}

.submit_div 
{
  float: left;
  width: 100%;
  background:#f1f1f1;
}

section.reviews h1
{
	float:left;
	width:100%;
	text-align:center;
	color:#313131;
	line-height:1em;
	padding:1.5em 0 1.5em 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:250%;
	line-height:100%;
}

section.reviews h2
{
	float:left;
	width:100%;
	text-align:center;
	color:#313131;
	line-height:1em;
	padding:2em 0 2em 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:125%;
	line-height:100%;
	font-weight:normal;
}

section.reviews div.review
{
	float:left;
	width:100%;
	padding:5em 0 0 0;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.reviews div.review:first-of-type
{
   padding-top:1em; 
}

div.review_info 
{
	float:left;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:150px;
	margin-left:-150px;
}

section.reviews div.review span.review_author
{
	float:left;
	width:100%;
	padding:0 1.4em 0 1.5em;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	color:#313131;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

section.reviews div.review span.review_words
{
	float:left;
	width:100%;
	padding:0.7em 1em 0 1em;
	margin-top:0px;
	font-size:1.3em;
	line-height:1.8em;
	color:#7e7e7e;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	font-family:Georgia;
}

section.reviews div.review span.review_date
{
	float:left;
	width:50%;
	padding:1.4em 1.8em 0 0;
	margin-top:0px;
	font-size:0.8em;
	line-height:1.5em;
	color:#515151;
	text-align:right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.review_stars
{
	float:left;
	padding:1em 0 0 1.3em;
	font-size:1em;
	line-height:1em;
	color:#515151;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
}

div.review_stars img.star 
{
	float:left;
	margin-right:6px;
	position:relative;
	display:block;
	width:105px;
	height:20px;
	border:none;
}

div.review_stars span.star_text
{
	float:left;
	width:auto;
	padding:0.4em 0 0 0;
	margin-top:0px;
	font-size:0.8em;
	line-height:1em;
	color:#515151;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.review_avatar
{
    float:left;
    width:100px;
    height:100px;
    margin-left:35px;
	margin-right:11px;
}

.review_circle
{
	float:left;
	width:100px;
	height:100px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background:#fff;
	margin:0;
	overflow:hidden;
	box-shadow: 0px 0px 10px #aeaeae;
    -webkit-box-shadow: 0px 0px 10px #aeaeae;
    -moz-box-shadow: 0px 0px 10px #aeaeae;
}

.review_circle img
{
	float:left;
	width:100px;
	height:100px;
	border:none;
	margin:0px 0px 0px 0px;
}

div.support_btn_wrap
{
    float:left;
    width:100%;
    padding:0.5em 1em 3em 1em;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.top_btn
{
    padding:3em 1em 3em 1em;
}

div.support_btn_wrap a
{
	float:none;
	height:auto;
	width:100%;
	max-width:350px;
	text-decoration:none;
	padding:1em 0em 1em 0em;
	background-color:#5195ce;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.1em;
	line-height:1em;
	display:inline-block;
}

div.support_btn_wrap a img
{
    float:none;
    width:18px;
    height:18px;
    overflow:hidden;
    text-align:center;
    margin:0;
    font-size:1px;
    line-height:1px;
    display:inline-block;
    position:relative;
    margin:-5px 5px -3px 0;
    padding:0px;
    border:none;
}
		
div.support_btn_wrap a span
{
	float:none;
	width:auto;
	position:relative;
	text-align:center;
	padding:0;
	color:#fff;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.3);
	font-weight:bold;
	display:inline-block;
}
		
div.support_btn_wrap a:hover
{
	background-color:#3d83ba;
}

div.support_btn_wrap a.off
{
	background-color:#eeeeee;
}

div.support_btn_wrap a.off:hover
{
	background-color:#eeeeee;
	cursor:progress;
}

div.support_btn_wrap a.off span
{
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0);
}

div.top_btn a.off span
{
    color:#515151;
}

div.top_btn a.off:hover
{
	background-color:#eeeeee;
	cursor:default;
}

div.submit_review
{
	float:left;
	width:100%;
	background:#f1f1f1;
	height:auto;
	margin-top:0px;
	font-size:1em;
	line-height:1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:0px;
	padding-bottom:1.5em;
	display:none;
}

div.submit_review article.faq
{
	float:none;
	width:100%;
	padding:0;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
}

div.submit_review article.faq span.faq_title
{
	float:left;
	width:40%;
	padding:0.6em 0em 0 1em;
	margin-top:0px;
	font-size:1.2em;
	line-height:1.6em;
	color:#313131;
	text-align:right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.submit_review article.faq div.faq_desc
{
	float:left;
	width:60%;
	padding:0 4.5em 2.5em 1.5em;
	margin-top:0px;
	font-size:1em;
	line-height:1.8em;
	color:#515151;
	text-align:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-style:italic;
	font-family:Georgia;
}

div.submit_review article.faq div.faq_desc p
{
	float:left;
	width:100%;
	text-align:left;
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	color:green;
	padding:1.2em 0 0 0;
	margin:0;
}

.add_short
{
    width:60%;
    float:left;
    margin-top:10px;
    margin-left:0px;
    border:1px solid #d6d6d6;
    padding:6px;
    font-family:Verdana;
    font-size:12px;
    color:#515151;
    text-align:left;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.add_long
{
    width:100%;
    height:200px;
}

.rbutton_table
{
	float:left;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
	color:#313131;
	margin-top:10px;
}

.rbutton_table td
{
    padding:0.5em 0 0.5em 0;
}

.rbutton_table input
{
	font-weight:bold;
	float:left;
	margin-left:0px;
}

.rbutton_table label 
{
	font-weight:bold;
	float:left;
	margin-left:5px;
	margin-top:1px;
	line-height:1em;
}

section.reviews div.video_reviews {
    float: left;
    width: 100%;
    padding: 0em 0 0 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section.reviews div.video_review {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
}

section.reviews div.video_circle {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
}

    section.reviews div.video_circle img {
        max-width: 100%;
        height: auto;
        display: block;
    }

section.reviews div.video_quote {
    float: left;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

    section.reviews div.video_quote span.video_quote_title {
        float: left;
        width: 100%;
        padding: 1em 0.5em 0.5em 0.5em;
        box-sizing: border-box;
        font-size: 1.3em;
        color: #7e7e7e;
        font-style: italic;
        font-family: Georgia;
        line-height: 1.4em;
    }

    section.reviews div.video_quote span.video_quote_author {
        float: left;
        width: 100%;
        padding: 0em 0.5em 0 0.5em;
        box-sizing: border-box;
        font-size: 0.8em;
        color: #7e7e7e;
    }

.video_overlay_wrap {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #101010;
}

    .video_overlay_wrap video {
        max-width: 100%;
    }

#google-review-overlay {
    max-width:475px;
}

div.google_div h1 {
    font-size: 1.1em !important;
}

div.google_div div a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.google_reviews_logo {
    float:none;
    margin:0 auto;
    width:60%;
    display:inline-block;
    box-sizing:border-box;
    text-align:center;
    padding-top:15px;
}

div.google_reviews_div {
    width:100%;
    display:inline-block;
}

div.google_reviews_overlay_btn {
    padding:1em 1.5em 0 1.5em !important;
}

div.overlay_btn a.google_reviews_copy_btn {
    background-color: #eeeeee;
    color: #7e7e7e;
    width: 42%;
    padding: 0.8em 0em 0.8em 0em;
    margin: 0;
    font-size: 1em;
    float: left;
}

    div.overlay_btn a.google_reviews_copy_btn span {
        color: #313131;
        text-shadow: 0px 1px 0px rgb(255 255 255 / 30%);
    }

    div.overlay_btn a.google_reviews_copy_btn:hover {
        background-color: #ccc;
    }

div.overlay_btn a.google_reviews_btn {
    width: 56%;
    font-size:1em;
    float:none;
}

div.overlay_btn a.google_reviews_nothanks_btn {
    background-color: #fff;
    color: #7e7e7e;
    font-size: 0.9em;
    float: left;
    width: auto;
    margin: 1em 0.5em 0 0.5em;
    float: none;
    background: transparent;
    padding: 0;
}

    div.overlay_btn a.google_reviews_nothanks_btn span {
        color: #7e7e7e;
        text-shadow: 0px 1px 0px rgb(255 255 255 / 30%);
    }

    div.overlay_btn a.google_reviews_nothanks_btn:hover {
        background-color: #fff;
    }

    div.overlay_btn a.google_reviews_nothanks_btn:hover span {
        color: #5195ce;
    }

.copy_success {
    color: green !important;
    cursor: default !important;
}

    .copy_success:hover {
        color: green !important;
    }

/*  MEDIA QUERIES  */
@media (max-width: 960px) {
    section .reviews div.video_quote span.video_quote_title {
        font-size: 1.2em;
    }
}

@media (max-width: 780px) 
{
	section.reviews h1
	{
	    font-size:200%;   
	}
	
	section.reviews h2
    {
	    font-size:100%;
    }
    
    div.submit_review article.faq span.faq_title
    {
	    float:none;
	    width:100%;
	    padding:1em 1em 0 1em;
	    text-align:left;
	    margin-left:0 auto;
	    margin-right:0 auto;
	    display:inline-block;
	    max-width:75%;
    }

    div.submit_review article.faq div.faq_desc
    {
	    float:none;
	    width:100%;
	    padding:0 1.5em 1em 1.5em;
	    font-size:1em;
	    line-height:1.8em;
	    margin-left:0 auto;
	    margin-right:0 auto;
	    display:inline-block;
	    max-width:75%;
    }
    
    .add_short
    {
        width:100%;
    }
    
    div.support_btn_wrap a
    {
	    font-size:1em;
    }

    section.reviews div.video_quote span.video_quote_title {
        font-size: 1em;
    }
}
		
@media (max-width: 575px) 
{
	section.reviews h1
	{
	    font-size:145%;   
	}
	
	div.review_info 
    {
	    padding-left:0;
	    margin-left:0;
    }
    
    section.reviews article.review span.review_author
    {
        text-align:center;
    }
    
    section.reviews article.review span.review_words
    {
        text-align:center;
    }
    
    section.reviews article.review span.review_date
    {
        width:100%;
        text-align:center;
        padding: 1.4em 2em 0 2em;
    }
    
    div.review_stars
    {
        text-align:center;
        width:100%;
        padding:1em 1em 0 1em;
    }
    
    div.review_stars img.star
    {
        float:none;
        margin:0 auto;     
    }
    
    div.review_stars span.star_text
    {
        width:100%;
        text-align:center;
    }
    
     div.review_avatar
    {
        float:none;
        width:75px;
        height:75px;
        margin:0;
	    margin:0 auto;
	    padding-bottom:1.5em;
    }

    .review_circle
    {
	    width:75px;
	    height:75px;
    }

    .review_circle img
    {
	    width:75px;
	    height:75px;
    }
    
    div.top_btn
    {
        padding:2em 0 2em 0;
    }
	
	div.support_btn_wrap a
    {
	    width:90%;
	    font-size:1em;
    }
    
    div.submit_review article.faq span.faq_title
    {
	    max-width:95%;
    }

    div.submit_review article.faq div.faq_desc
    {
	    max-width:95%;
    }

    section.reviews div.video_reviews {
        padding: 1em 0 0 0;
    }

    section.reviews div.video_review {
        width: 100%;
        padding: 2em 1em 1em 1em;
    }

    section.reviews div.video_circle {
        width: 55%;
    }

    section.reviews div.video_quote span.video_quote_title {
        padding: 1em 3em 0.5em 3em;
        font-size: 1.3em;
        line-height: 1.4em;
    }

    section.reviews div.video_quote span.video_quote_author {
        padding: 0em 1.5em 0 1.5em;
        font-size: 0.8em;
    }
}

@media (max-width: 500px) {
    div.overlay_btn a.google_reviews_btn {
        width: 100%;
    }
}

@media (max-width: 400px) 
{
	section.reviews h1
	{
	    font-size:110%;   
	}
	
	section.reviews h2
    {
	    font-size:90%;
    }
}

		

