.table tr:nth-child(even) {background: #CCCC99; }
.table tr:nth-child(odd) {background: #FFF}
.hidden { display: none !important; }
.visible { display: block !important; }

.rsidebar{
    float: right;
    font-size: 13px;
    width: 225px;
}

.separator{
	padding-bottom: 15px;
	clear: both;
}

.main .shell .content{
	width: 768px;
}

.lsidebar{
	width: 171px;
	float: left;
	padding-top: 20px;
}

.widgets img{
	width: 171px;
}

.main .shell{
	margin-left: 0;
}

.main_header{
	width: 1024px;
	margin: auto;
	padding-top: 10px;
	padding-left: 40px;
}

.shell .content{ font-size: 14px; }

.hreview-aggregate span{
	display: inline;
	font-size: 10px;
}

.filter_container .alignright{
	padding-right: 10px;
}

.pagination_navigation{
	width:100%;
	text-align:right;
	margin-top:10px;
}

.pagination_navigation span{
	font-size: 12px;
	display: inline;
}

.pagination_navigation a{
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.pagination_navigation a:hover {
	background-color: #57B4D9;
	color: #FFFFFF;
}

.pagination_navigation .current {
	background-color: #D3ECF6;
	border: 1px solid #97C3D5;
	color: #000000;
	padding: 5px 10px 5px 10px;
}

.wrap2 {
	background-color: #F5F5F5;
	border-bottom: 1px solid #E4E4E4;
	width: 100%;
	margin-bottom: 20px;
}

.wrap2 fieldset{
	border: medium none;
	margin: 0;
	padding: 5px;
	float: left;
}

.wrap_header{
	background: #E47400;
	color: #FFFFFF;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	padding: 5px 0px 0px 25px;
	text-shadow: 0.05em 0.05em 0.1em #000000;
	border-radius: 5px 5px 0px 0px;
}

.wrap2 p {
	padding: 8px 0 0 15px;
}

.wrap2 input[type="checkbox"]{
	margin-right: 10px;
}

.wrap2{
	color: #666666;
	transition: color 1s ease 0s;
}

.wrap2 input[type="text"]{
	padding: 5px;
}

.wrap2 select{
	padding: 5px;
}

.wrap2 p:not(#foo) > input[type="checkbox"] + label {
	background-position: 0 -38px;
}

.wrap2 p:not(#foo) > input[type="checkbox"]:checked + label {
	background-position: 0 -78px;
}
.wrap2 p:not(#foo) > input + label {
	background: url("/img/gr_custom-inputs.png") no-repeat scroll 0 -1px transparent;
	height: 16px;
}
.wrap2 p > label {
	color: #666666;
	line-height: 25px;
	padding: 0 0 0 40px;
	transition: color 1s ease 0s;
}

.wrap2 p > input[type="checkbox"] {
	float: left;
	height: 16px;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 16px;
}

.table thead a{
	text-decoration: none;
	color: white;
}

.main ul li{
	line-height: 35px;
}

.content ul li{
	line-height: 18px;
	padding-bottom: 15px;
	margin-left: 30px;
	list-style-position: outside;
}

.error-msg, .success-msg {
	background: none repeat scroll 0 0 #FFBBBB;
	border: 1px solid #AA0000;
	color: #AA0000;
	font-size: 12px;
	margin: 0 20px 5px;
	padding: 5px;
	text-align: center;
}

.success-msg {
	background: none repeat scroll 0 0 #BBFFBB;
	border: 1px solid #008800;
	color: #008800;
}

.error-message{
	color: RED;
	font-weight: bold;
	font-size: 10px;;
}

.left-thanks{
	width: 50%; float: left;
}

.right-thanks{
	width: 50%; float: left; text-align: center;
}

.video-container {
	position: relative;
	padding-bottom: 40.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 560px;
	margin: auto;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-mobile { display: none; }
.nav li.visible { display: block; }

.banner-mobile { display: none; }
.person-desktop{
	margin-top: -45px;
	display: inline-block;
	float: left;
	position: relative;
}

.contact-page .small-text{
	font-size: 80%;
}

.contact-page .contact-options{
	margin-bottom: 20px;
}

.contact-page .contact-options a{
	margin-left: 20px;
}

.contact-page #contact-anchor{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
}

.contact-page .form{
	background-color: #c9c9c9;
	padding: 20px;
	width: 492px;
}

.contact-page #message{
	width: 335px;
}

.contact-page .btn{
	float: right;
	margin-right: 12px;
}

.content-search-box{
	border: 2px solid rgba(38,169,224,1);
	border-radius: 10px;
	margin-bottom: 10px;
	height: 35px;
	position: relative;
}

.content-search-box input[type="text"]{
	height: 35px;
	float: left;
	margin-left: 15px;
	width: 100%;
	padding-right: 70px;
	box-sizing: border-box;
	background-color: transparent;
}

.content-search-box .submit {
	width: 40px;
	background-color: rgba(38,169,224,1);
	height: 35px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: absolute;
	right: 0px;
}

.content-search-box input[type="image"]{
	padding: 5px 10px;
}

/** ANIMATION RULES **/
@-webkit-keyframes showHide {
	0%, 49% { opacity: 1; }
	51%, 100% { opacity: 0; }
}
@-o-keyframes showHide {
	0%, 49% { opacity: 1; }
	51%, 100% { opacity: 0; }
}
@-moz-keyframes showHide {
	0%, 49% { opacity: 1; }
	51%, 100% { opacity: 0; }
}
@keyframes showHide {
	0%, 49% { opacity: 1; }
	51%, 100% { opacity: 0; }
}

.widget-rankings{
	padding-bottom: 8px;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 1.22;
}

.widget-rankings > div{
	font-size: 13px;
	line-height: 18px;
}

.widget-trustpilot{
	padding-bottom: 0px;
	margin-bottom: -25px;
}
.trustpilot-widget {
	left: 0px;
}

.widget-rankings { padding: 0 !important; }
.widget-rankings {
	background: rgb(239,239,239);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(251,251,251,1) 50%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(251,251,251,1) 50%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(251,251,251,1) 50%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 );
}

.widget-rankings .widget-head { padding: 15px; }
.widget-rankings .widget-head {
	background: rgb(231,117,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NzUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWIzM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(231,117,0,1) 0%, rgba(229,179,60,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(231,117,0,1) 0%,rgba(229,179,60,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,117,0,1) 0%,rgba(229,179,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e77500', endColorstr='#e5b33c',GradientType=0 );
}

.widget-rankings .widget-head h3 { color: #fff; font-size: 16px; text-shadow: 0 1px 0 #d7700e; padding-bottom: 5px; text-align: left; }
.widget-rankings .widget-head p { color: #fff; font-size: 12px; line-height: 1.5; padding: 0; margin: 0; text-shadow: 0 1px 0 #d68620; }

.widget-rankings .top-container { counter-reset: section; padding: 15px; }
.widget-rankings .top-container a { display: block; position: relative; padding-left: 33px; color: #e77500; font-size: 13px; line-height: 1.54; }
.widget-rankings .top-container a:before { counter-increment: section; content: counter(section) "."; position: absolute; left: 0; text-align: right; font-size: 14px; color: #7a7a7a; width: 20px; }

.widget-rankings .top_link { width: 100% !important; padding: 15px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
.widget-rankings .top_link p { font-size: 10px; color: #000; text-transform: uppercase; padding-bottom: 10px; }
.widget-rankings .top_link ul li { position: relative; padding-bottom: 5px; line-height: inherit;}
.widget-rankings .top_link ul li input { display: none; }
.widget-rankings .top_link ul li label { display: block; font-size: 13px; color: #000; position: relative; padding-left: 18px; cursor: pointer; }
.widget-rankings .top_link ul li label:before { content: ''; width: 8px; height: 8px; background-color: #ccc; border-radius: 50%; position: absolute; left: 0; top: 4px; }
.widget-rankings .top_link ul li input:checked ~ label:before { background-color: #e77500; }
.widget-rankings .top_link ul li label span { font-size: 10px; display: inline-block; vertical-align: middle; }

.widget-rankings .link-more { display: block; background-color: #eaebec; font-size: 12px; color: #000; padding: 6px 15px; }
.widget-rankings { font-family: Helvetica, 'Helvetica Neue Light',sans-serif; font-weight: 300; }

@media (min-width: 1024px){
	.hidden-desktop{ display: none;}
}

@media only screen and (max-width: 1366px) {
	.lsidebar{
		display: none;
	}

.main_container, .main_header{
		width: 1024px;
	}
}

.desktop-search-container {
	width: 0px;
	position: absolute;
	height: 30px;
	margin-left: 0px;
	z-index: -1;
	background-color: white;
	top: 2px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

#search-input-desktop{
	display: none;
}

.menu-search{
	position: relative;
}

.search-open .desktop-search-container{
	width: 655px;
    margin-left: -585px;
	z-index: 5;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.search-open input[type="text"]#search-input-desktop{
	float: left;
	margin: 3px;
	height: 24px;
	padding: 3px 25px 3px 0px;
	font-size: 15px;
	width: 98%;
	box-sizing: border-box;
	text-indent: 5px;
	display: block;
}

a#search span{
	position: absolute;
	z-index: 7;
}

.search-open a span{
	position: absolute;
}

.nav #search{
	color: #e77500;
	text-decoration: underline;
	cursor: pointer;
}

@media(min-width: 1024px){
	.addthis_container{width: 768px;}
}

@media only screen and (min-width: 767px) {
	.hidden-mobile{ display: none;}
	.filter_container .alignright{
		float: left;
		margin-left: 0;
	}

	strong, b{
		font-family: "Helvetica Neue Medium";
	}

	body.down .inner-page .header { padding-bottom: 36px; }
	body.down .inner-page .form-check-rounded { position: fixed; top: 100px; right: 10%; z-index: 100; }

	body.down .inner-page .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 99; background: #fff; }
	.inner-page .nav li + li { padding-left: 35px; }

	:target:before {
		content:"";
		display:block;
		height:50px;
		margin:-50px 0 0;
	}

	.contact-page .form-row label{
		width: 100px;
	}
	.contact-page .right-shifted{
		margin-left: 115px;
		padding: 0 !important;
	}
	.contact-page .footer .form-row label {
		width: 250px;
	}
}

@media only screen and (max-width: 985px) {
	.person-desktop{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 985px) {
	.hidden-tablet{ display: none;}
	.main .shell .content{
		width: 100%;
	}

	.main_header{
		width: 748px;
	}

	.rsidebar{
		display: none;
	}

	.news{display: inline-block;float: none;clear: both;padding-bottom: 10px;}

	body.down .inner-page .form-check-rounded { display: none; }
	.shell .content {font-family: Helvetica, 'Helvetica Neue Light',sans-serif;}
}

@media (max-width: 1200px) {
	body.down .inner-page .form-check-rounded { position: fixed; right: 0; }
	.inner-page .nav li + li { padding-left: 35px; }
}

@media (max-width: 767px) {
	.addthis_default_style{
		float: none !important;
	}

	.main .shell .content, .main_container, .main_header{
		width: auto;
	}

	.main_header{
		padding-left: 0;
	}

	.rsidebar{
		display: none;
	}

	.news{display: inline-block;float: none;clear: both;padding-bottom: 10px;}

	.left-thanks{
		float: none;
		width: 100%;
	}

	.right-thanks{
		float:none;
		width: auto;
		margin: auto;
	}

	.video-container{
		position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px; height: 0; overflow: hidden;
	    width: 100%;
	}

	.inner-page .header { padding-bottom: 0; }
	body.down .inner-page .nav { position: relative; margin-bottom: 10px; }
	.inner-page .nav li + li { padding-left: 0; }
	body.down .inner-page .form-check-rounded { position: relative;}
	.header { overflow: hidden; }
	.inner-page .advantages { display: none; }
	.logo { float: left; width: 310px; }
	.advantages,
	.form-check-rounded { display: none; }

	.header { height: auto; padding: 0; }

	.logo { width: 75%;}
	.logo a { background-position: center; background-size: contain; max-height: 45px; }

	.header-right-inner { float: right; width: 20%; }
	.nav-mobile { float: right; display: block; width: 105px; height: 56px; background: #fff; font-family: 'Helvetica Neue Medium', Arial, sans-serif; font-size: 22px; line-height: 25px; color: #f98130; cursor: pointer; }
	.nav-mobile > span { float: left; margin: 14px 0 0 14px; }
	.nav-mobile:hover { opacity: 0.95; }
	.nav-mobile .nav-mobile-burger { float: right; margin: 18px 13px 0 0; }
	.nav-mobile-burger span { display: block; width: 18px; height: 3px; background: #f98130; }
	.nav-mobile-burger span ~ span { margin-top: 4px; }

	.nav-menu-item { display: none !important; }
	.inner-page .header { height: auto; padding-top: 0px; }

	.contact-page #contact-anchor{
		width: 100%;
	}

	.contact-page .contact-options a{
		margin-left: 0px;
		margin-top: 10px;
		display: block;
	}

	.contact-page .form{
		width: auto;
	}

	.contact-page #message{
		width: 100%;
	}

	.contact-page .btn{
		float: none;
		margin-right: 0px;
	}
	.shell .content {font-family: Helvetica, 'Helvetica Neue Light',sans-serif;}
}

@media(max-width: 768px){
	.logo a:after {
		content: '';
	}

	.logo{
		width: 80%;
	}

	.logo a{
		background: url(../img/2018_04/logo-2018.svg) 0 0 no-repeat;
		background-size: 100% 85%;
		background-position: center;
		max-height: 55px;
	}

	.mobile-search-body #addsearch{
	    border: 1px solid #238f44;
	    height: 30px;
	    width: 90%;
	    text-indent: 15px;
	    box-sizing: border-box;
	    float: left;
	}

	#addsearch-results{
		clear: both;
	}

	.mobile-search-body .mobile-search-image{
		box-sizing: border-box;
		padding: 0; margin: 0;
	}

	.mobile-search-body .mobile-search-button{
	    float: right;
	    width: 10%;
	    background-color: #238f44;
	    border-top-right-radius: 5px;
	    border-bottom-right-radius: 5px;
	    padding: 0 1%;
	    box-sizing: border-box;
	}

	.rsidebar{display: block; width: 100%;}
}

@media only screen and (max-width: 985px) and (min-width: 768px){
	.logo a:after {
	    top: 19px;
	    right: 40px;
	}

	.inner-page .main .shell{ padding: 20px 10px; }
	.content{ width: 516px !important;}
	.rsidebar{ width: 199px; display: block; }
}

@media (max-width: 430px) {
	.logo a { background-size: 100% 85%;background-position-x: center;}
	.inner-page .header { height: auto; padding-top: 0px; }
	.logo {width: 70%;}
}


/*---- Mobile footer banner -------- */
@-webkit-keyframes showHide{0%,49%{opacity:1}51%,100%{opacity:0}}@-o-keyframes showHide{0%,49%{opacity:1}51%,100%{opacity:0}}@-moz-keyframes showHide{0%,49%{opacity:1}51%,100%{opacity:0}}@keyframes showHide{0%,49%{opacity:1}51%,100%{opacity:0}}
@media (max-width: 767px) {
    div.footer.with-banner-mobile { border-bottom: 49px solid black; }
    .zopim { display: none!important }
    .banner-mobile { position: fixed; bottom: 0; left: 0; z-index: 50; display: block; width: 100%; padding: 5px 50px; background: rgba(25,25,25,.95); color: white; box-sizing: border-box; }
    .banner-mobile .banner-content { float: left; }
    .banner-mobile .banner-content p { margin: 0; padding: 0; font-size: 14px; letter-spacing: 1px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 300; }
    .banner-mobile .banner-content p strong { margin: 0; padding: 0; font-size: 16px; letter-spacing: 1px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: bold; }
    .banner-mobile .banner-actions { float: right; }
    .banner-mobile .btn-yellow-mobile { position: relative; max-width: 150px; padding: 3px 12px; margin: 5px 0 0; font-size: 13px; color: #fff; text-transform: uppercase; line-height: 14px; text-decoration: none; border: 1px solid #ff5923; border-radius: 60px; text-align: center; letter-spacing: 0; font-weight: bold; display: block; background: #fbdf24; background: -moz-linear-gradient(top,#fe8800 0%,#f83a00 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe8800),color-stop(100%,#f83a00)); background: -webkit-linear-gradient(top,#fe8800 0%,#f83a00 100%); background: -o-linear-gradient(top,#fe8800 0%,#f83a00 100%); background: -ms-linear-gradient(top,#fe8800 0%,#f83a00 100%); background: linear-gradient(to bottom,#fe8800 0%,#f83a00 100%); }
	.banner-mobile .btn-yellow-mobile small { display: block; font-size: 12px; text-transform: lowercase; font-weight: normal; }
}

@media(max-width: 550px) {
    .banner-mobile { padding: 5px 10px; }
}

@media(max-width: 400px) {
    .banner-mobile .banner-content p strong { font-size: 14px; }
	.banner-mobile .banner-content p { font-size: 12px; }
    .banner-mobile .btn-yellow-mobile { font-size: 11px; line-height: 13px; }
	.banner-mobile .btn-yellow-mobile small { font-size: 9px; line-height: 10px; }
}

@media(max-width: 350px) {
    .banner-mobile .banner-content p strong { font-size: 11px; }
	.banner-mobile .banner-content p { font-size: 10px; }
    .banner-mobile .btn-yellow-mobile { font-size: 9px; line-height: 11px; }
	.banner-mobile .btn-yellow-mobile small { font-size: 7px; line-height: 8px; }
}