
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
}
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
dl,dd,ol,ul,
form,fieldset,legend,
table,th,td,caption,
hr{
    margin:0;
    padding:0;
}
abbr[title],dfn[title]{
    cursor:help;
}
a,u,ins{
    text-decoration:none;
}
ins{
    border-bottom:1px solid;
}
img{
    font-style:italic;
}
label,
input,
textarea,
button,
select,
option{
    cursor:pointer;
}
    .text-input:active,
    .text-input:focus,
    textarea:active,
    textarea:focus{
        cursor:text;
        outline:none;
    }
table {
	width: 100%;
}
th, td, .tiny--padding {
	padding: 6px;
	text-align: left;
	border: 0;
}
@media screen and (min-width:480px) {

	th, td {
		padding: 12px;
	}
}
[colspan] {
	text-align: center;
}
[colspan=1] {
	text-align: left;
}
[rowspan] {
	vertical-align: middle;
}
[rowspan=1] {
	vertical-align: top;
}
.t5		{ width: 5%; }
.t10	{ width: 10%; }
.t15	{ width: 15%; }
.t20	{ width: 20%; }
.t25	{ width: 25%; }
.t30	{ width: 30%; }
.t35	{ width: 35%; }
.t40	{ width: 40%; }
.t45	{ width: 45%; }
.t50	{ width: 50%; }
.t55	{ width: 55%; }
.t60	{ width: 60%; }
.t65	{ width: 65%; }
.t70	{ width: 70%; }
.t75	{ width: 75%; }
.t80	{ width: 80%; }
.t85	{ width: 85%; }
.t90	{ width: 90%; }
.t95	{ width: 95%; }
.table--border th,
.table--border td {
	border: 1px solid #ccc;
}
.table--no-border th,
.table--no-border td {
	border: 0!important;
}
.table--nth tbody tr:nth-child(even) {
	background: #f0f0ed;
}
.table--multiple-headers > .table-header > tr {
	background: #f0f0ed;
}
.table--multiple-headers > .table-header td {
	padding: 6px;
}
.table--border th:empty,
.table--border td:empty,
.table--border .empty {
	border: 0;
}
.table--minth {
	background: #cfc;
}
 .table--pink {
 	background: #fcc;
 }
.winner-table thead tr {

}
.winner-table thead tr th {
	background-color: #ddd;
	border-right: 1px solid #ddd;
}
.winner-table thead tr .theadtext {
	font-size: 14px;
	font-weight: 100;
}
.n-article-passed {
	background-color:#ff9800;
	padding: 10px 20px 10px 20px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
/**
* ARTICLES & OWL
**/
.n-article-image-wrapper {
	width: 100%;
}
.n-article-image {
	width: 100%;
}

/**
* RELATED ARTICLES ON A TEST
**/
.related-article-link:hover {
	text-decoration: none;
}
.related-article-holder {
	background-color:#ff8a00;
	width: 100%;
	height: 100px;
	color:#fff;
}
.related-article-image {
	float: left;
	position: relative;
	width: 25%;
	height: 100px;
	display: inline-block;
}
.related-article-symbol {
	right: -20px;
	top: -4px;
	position: absolute;
}
.related-article-text-holder {
	float: left;
	width: 75%;
	text-align: center;
}
.related-article-text {
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.related-article-header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.related-article-ingress {
	font-size: 14px;
	font-weight: 100;
	line-height: 16px;
}




.test-flex-wrap {



	 display:-webkit-box;
	  display:-webkit-flex;
	  display:-webkit-flexbox;
	  display:-moz-flex;
	  display:-moz-box;
	  display:-ms-flexbox;
	  display:flex;

	justify-content: left;
	align-items: left;

	-webkit-align-items: left;
    -webkit-justify-content: left;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;

	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;

	flex-direction: row;
	-webkit-flex-direction: row;

	align-content: flex-end;
	-webkit-align-content: flex-end;

	flex-basis: 50%;
	-webkit-flex-basis: 50%;
}

.test-flex-innan-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}
.test-flex-header {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 4px;
}
.test-flex-grey {
	color:#333;
}
.test-flex-name {
	line-height: 13px;
	display: block;
	color: #87C1C3;
	font-size:12px;
	text-transform:	uppercase;
	font-weight: 600;
}
.test-flex-updated {
	color: #777;
	font-size: 10px;
	display: block;
	margin-top: 4px;
	line-height: 18px;
}
.test-flex-status {
	display: block;
	font-size: 11px;
	font-weight: 600;
	line-height: 10px;
}

.whatwedo-pop {
	display: none;
	width: 400px;
	position: fixed;
	left: calc( 50% - 200px );
	top: calc(50% - 200px );
	z-index: 4;
	background-color:#fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.32);
	border-radius: 6px;
}
.whatwedo-pop h4{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}
.whatwedo-pop .whatwedo-close {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color:#fff;
	color:#333;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.12);
    position: absolute;
    right: -10px;
    top: -10px;
}

.test-popular-wrapper {
	text-align: left;

}

.test-popular-header a{
	font-size: 20px;
	color:#333;
	text-transform: uppercase;
}
.test-popular-category {
	text-transform: uppercase;
	color:#87C1C3;
	font-weight: 600;
}
.test-popular-updated {
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	color:#888;
	line-height: 10px;
}





.testwinnerbigbutton a.pjbutton, .testwinnerbigbutton .pjbutton, .pjbutton {
	display: flex;
	flex-direction: row;
	color:#fff;
	padding: 5px!important;
	border-radius: 3px;
	max-height: 52px;
	min-height: 52px;
	margin: 5px 0 5px 0!important;
	box-shadow: inset 0px 25px 0px rgba(255, 255, 255, 0.15);
    background: #00A012;
    text-decoration: none;
}
.twinnerpage .pjbutton {

	display: flex;
	flex-direction: row;
	color:#fff;
	padding: 5px 0px 5px 0px!important;
	border-radius: 3px;
	max-height: 52px;
	min-height: 52px;
	margin: 5px 0 5px 0!important;
	box-shadow: inset 0px 25px 0px rgba(255, 255, 255, 0.15);
    background: #00A012;
}
.resourcebutton .pjbutton {

	display: flex!important;
	flex-direction: row;
	color:#fff;
	padding: 5px!important;
	border-radius: 3px;
	max-height: 40px;
	height: 40px;
	min-height: 30px;
	margin: 5px 0 5px 0!important;
	min-width: 200px;

}


.pjbutton-logoitem {
	padding-right: 10px;
	border-right: 1px solid #9adc9b;
	align-self: center;
}
.twinnerpage .pjbutton-logoitem {
	padding-right: 5px;
}
.pjbutton-logo {

	width: 100%;
	max-width: 75px;
	min-width: 70px;
	display: block;
	padding: 10px 0px 10px 10px;
}
/*
.twinnerpage .pjbutton-logo {

	width: 55px;
	min-width: 10px;
	max-width: 55px;
	display: block;
	padding: 10px 0px 10px 0px
}
*/
.resourcebutton {

	display: inline-block;
}
.resourcebutton .pjbutton-logo {

	width: 55px;
	max-width: 55px;
	min-width: 10px;
	display: block;
	padding: 10px 0px 10px 5px
}
.pjbutton-textitem {

	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	align-self: center;
	text-align: center;
	width: 100%;
}
.resourcebutton .pjbutton-textitem {

	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	align-self: center;
	text-align: center;
}
.multibutton.twinnerpage {
	width: 100%;
}

/*
.twinnerpage .pjbutton-textitem {

	line-height: 16px;
	padding-left: 5px;
	padding-right: 0px;
	align-self: center;
	text-align: center;
	width: 100%;
}
*/
.resourcebutton .pjbutton-textitem {

	line-height: 14px;
	padding-left: 10px;
	align-self: center;
	text-align: center;
}

.pjbutton-price {

	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-right: 0;
	text-align: center;
}

.twinnerpage .pjbutton-price {

	display: block;
	/*font-size: 12px; */
	font-weight: 700;
	margin-right: 0;
}

.resourcebutton .pjbutton-price {

	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 0;
}
.pjbutton-store {

	display: block;
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	margin-right: 0;
}

.twinnerpage .pjbutton-store {

	display: block;
	/*font-size: 10px;*/
	font-weight: 600;
	text-decoration: underline;
	margin-right: 0;
}

.resourcebutton .pjbutton-store {

	display: block;
	font-size: 10px;
	font-weight: 600;
	text-decoration: underline;
	margin-right: 0;
}


.resourcebutton a {

	height: 40px;
	padding-top: 10px!important;
	padding-bottom: 10px;
}


.multibutton {
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	min-width: 200px;
	max-width: 30%;
	margin-bottom: 15px;

}
.multibuttonwide {
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	min-width: 200px;
	max-width: 300px;
	margin-bottom: 15px;

}
.multibutton span {
	display: inline-block;
	margin-right: 10px;
}
.multibutton span i {
	margin-right: 5px;
	color:#e25740;
}
.multibutton-subtext {
	max-width: 250px;
}
.multibuttonoffer {
	color: #c70606;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	line-height: 18px;
}
.multibuttonoffer em {

	color: #333;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    border: 2px dotted #c5c5c5;
    font-style: normal;
}
.multibuttondisclaimer {

	color:#aaa;
	font-size: 11px;

}

.multibuttonv1 {
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	width: 300px;
	margin-bottom: 15px;
	float: right;

}

.multibuttonv1 .aff-show-prices {

	font-size: 18px;
	text-align: center;
	width: 100%;
	line-height: 42px;
	box-shadow: inset 0px 25px 0px rgba(255, 255, 255, 0.15)!important;
	font-style: normal;
}

.resourcebutton .aff-show-prices {

	font-style: normal;
	min-width: 200px;
	text-align: center;
	margin-top: 0;
	line-height: 20px;
	box-shadow: inset 0px 20px 0px rgba(255, 255, 255, 0.15)!important;
	text-decoration: none;
}



.pj-api-logo {

	width: 100%;
    max-width: 75px;
    min-width: 70px;
    display: block;
    padding: 2px;
    background-color: #fff;
    margin-left: ;
    border-radius: ;
    margin-left: 2px;
    border-radius: 3px;
}
.api-button-price {

	font-weight: 600;
	font-size: 20px;
	width: 100%!important;
}
.api-button-oldprice {

	font-size: 12px;
	text-decoration: line-through;
	display: inline;
	padding-right: 3px;
}






.multibuttonv1 span {
	display: inline-block;
	margin-right: 10px;
}
.multibuttonv1 span i {
	margin-right: 5px;
	color:#e25740;
}
.multibutton-subtextv1 {
	max-width: 250px;
}
.multibuttonofferv1 {
	color: #c70606;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	line-height: 18px;
}

.mobilebigbutton {

	margin-left: 0;
}

@media only screen and (min-width: 480px) and (max-width: 980px) {

	.pjbutton-textitem {

		padding-left: 5px;
		padding-right: 5px;
		line-height: 16px;
	}

	.pjbutton-logo {
	    width: 100%;
	    max-width: 50px;
	    min-width: 50px;
	    display: block;
	    padding: 10px 0px 10px 5px;
	}

	.pjbutton-price {
		font-size: 13px;
	}
	.pjbutton-store {
		font-size: 10px;
	}

	.pj-api-logo {

		width: 100%;
	    max-width: 50px;
	    min-width: 50px;
	    display: block;
	    padding: 2px;
	    background-color: #fff;
	    margin-left: ;
	    border-radius: ;
	    margin-left: 2px;
	    border-radius: 3px;
	}
	.api-button-price {

		font-weight: 600;
		font-size: 13px;
		width: 100%!important;
	}
	.api-button-oldprice {

		font-size: 11px;
		text-decoration: line-through;
		display: inline;
		padding-right: 3px;
	}


}





@media only screen and (max-width: 480px) {



	.mobilebigbutton {

		margin-left: 15px;
	}

	.multibutton {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.multibutton:last-child {
		margin-bottom: 0;
	}
	.multibutton-subtext {
		max-width: 100%;
	}

	.multibuttonv1 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.multibuttonv1:last-child {
		margin-bottom: 0;
	}
	.multibutton-subtextv1 {
		max-width: 100%;
	}


	.test-popular-wrapper {
		line-height: 15px;

	}
	.test-popular-header a{
		font-size: 14px;
	}
	.test-popular-category {
		font-size: 12px;
	}
	.test-popular-updated {
		font-size: 10px;
		line-height: 14px;
	}

	.related-article-image {
		float: left;
		position: relative;
		width: 35%;
		height: 100px;
		display: inline-block;
	}

	.related-article-header {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 5px;
		line-height: 16px;
	}
	.related-article-ingress {
		font-size: 11px;
		font-weight: 100;
		line-height: 12px;
	}

	.related-article-text {

	    padding-left: 5px;
	    padding-right: 5px;
	}

}
/**
* ADMIN
**/

.quick-delete {

}
.quick-delete:hover {
	color:#ff0000;
}


/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
#lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.enlarge {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 10;
    cursor: pointer;
    background: url(/v1/public/images/open-lightbox.png) no-repeat;
    background-size: 28px 28px;
    background-position: 6px 6px;
}

#lightbox #lightbox-owl {
    max-width: 700px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: 30px auto auto auto;
    border: 3px solid #FFF;
}

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: block;
	zoom: 1;
	font-size: 60px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: online;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}




@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	.responsive--table,
	.responsive--table thead,
	.responsive--table tbody,
	.responsive--table th,
	.responsive--table td,
	.responsive--table tr {
		display: block;
	}
	.responsive--table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive--table tr { border: 1px solid #ccc; }

	.responsive--table td {

		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		text-align: left;
	}
	.responsive--table td:last-child {
		border-bottom: 0;
	}
	.responsive--table td:before {

		position: absolute;

		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content:" "attr(data-label)" ";
	}
	.responsive--table td:nth-of-type(1):before,
	.responsive--table td:nth-of-type(1) {
		font-weight: 700;
	}
}
.wrapper {

	padding: 0 20px;
	max-width: 1024px;
	margin: 0 auto;
}
.clean-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}
.content-wrapper {
	padding: 0px 20px;
}
.gw,
.grid-wrapper {

	margin-left: -20px;
	margin-left: -2.5rem;
	list-style: none;
	margin-bottom: 0;
}
.gw:before,
.gw:after,
.grid-wrapper:after {
	content: " ";
	display: table;
}
.gw:after,
.grid-wrapper:after {
	clear: both;
}
.gw,
.grid-wrapper {
	*zoom: 1;
}
.gw--rev .g,
.grid-wrapper--rev .grid{
	float: right;
}
.gw > .gw,
.grid-wrapper > .grid-wrapper{
	margin-left: 0;
}


.g,
.grid {
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.ghalf,
.gridhalf {
	float: left;
	padding-left: 20px;
	padding-left: 1.25rem;
}
.gsmall,
.gridsmall {
	float: left;
	padding-left: 10px;
	padding-left: 1rem;
}


@media only screen and (max-width: 480px) {
	.wrapper {
		padding: 0 10px;
	}
	.content-wrapper {
		padding: 10px;
	}
	.gw,
	.palm--gw,
	.grid-wrapper,
	.palm--grid-wrapper {
		margin-left: -10px;
		margin-left: -.625rem;
	}
	.palm--gw:before,
	.palm--gw:after,
	.palm--grid-wrapper:before,
	.palm--grid-wrapper:after {
		content: " ";
		display: table;
	}
	.palm--gw:after,
	.palm--grid-wrapper:after {
		clear: both;
	}
	.palm--gw,
	.palm--grid-wrapper {
		*zoom: 1;
	}
	.g,
	.palm--g,
	.grid,
	.palm--grid {
		float: left;
		padding-left: 10px;
		padding-left: .625rem;
	}
	.ghalf,
	.gridhalf {
		float: left;
		padding-left: 10px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.wrapper {
		padding: 0 24px;
	}
	.content-wrapper {
		padding: 24px;
	}
	.gw,
	.lap--gw,
	.grid-wrapper,
	.lap--grid-wrapper {
		margin-left: -24px;
		margin-left: -1.5rem;
	}
	.lap--gw:before,
	.lap--gw:after,
	.lap--grid-wrapper:before,
	.lap--grid-wrapper:after {
		content: " ";
		display: table;
	}
	.lap--gw:after,
	.lap--grid-wrapper:after {
		clear: both;
	}
	.lap--gw,
	.lap--grid-wrapper {
		*zoom: 1;
	}
	.g,
	.lap--g,
	.grid,
	.lap--grid {
		float: left;
		padding-left: 24px;
		padding-left: 1.5rem;
	}
}
.gw--tiny,
.grid-wrapper--tiny {
	margin-left: -8px;
	margin-left: -.5rem;
}
.gw--tiny > .g,
.gw--tiny > .grid {
	float: left;
	padding-left: 8px;
	padding-left: .5rem;
}
.switchable {
	display: table;
	caption-side: top;
}
.switchable > .top {
	display: table-caption;
	float: none;
}
@media only screen and (max-width: 480px) {
	.palm--switchable {
		display: table;
		caption-side: top;
		width: 100%;
	}
	.palm--switchable > .palm--top {
		display: table-caption;
		float: none;
	}
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.lap--switchable {
		display: table;
		caption-side: top;
		width: 100%;
	}
	.lap--switchable > .lap--top {
		display: table-caption;
		float: none;
	}
}
@media only screen and (max-width: 960px) {
	.portable--switchable {
		display: table;
		caption-side: top;
		width: 100%;
	}
	.portable--switchable > .portable--top {
		display: table-caption;
		float: none;
	}
}

.auto-width				{ width: auto; }
.one-whole    			{ width: 100%; }
.one-half     			{ width: 50%; }
.one-third				{ width: 33.333%; }
.two-thirds				{ width: 66.666%; }
.one-quarter			{ width: 25%; }
.two-quarters			{ width: 50%; }
.three-quarters			{ width: 75%; }
.one-fifth				{ width: 20%; }
.two-fifths				{ width: 40%; }
.three-fifths			{ width: 60%; }
.four-fifths			{ width: 80%; }
.one-sixth				{ width: 16.666%; }
.two-sixths				{ width: 33.333%; }
.three-sixths			{ width: 50%;  }
.four-sixths			{ width: 66.666%; }
.five-sixths			{ width: 83.333%; }
.one-eighth				{ width: 12.5%; }
.two-eighths			{ width: 25%; }
.three-eighths			{ width: 37.5%; }
.four-eighths			{ width: 50%; }
.five-eighths			{ width: 62.5%; }
.six-eighths			{ width: 75%; }
.seven-eighths			{ width: 87.5%; }
.one-tenth				{ width: 10%; }
.two-tenths				{ width: 20%; }
.three-tenths			{ width: 30%; }
.four-tenths			{ width: 40%; }
.five-tenths			{ width: 50%; }
.six-tenths				{ width: 60%; }
.seven-tenths			{ width: 70%; }
.eight-tenths			{ width: 80%; }
.nine-tenths			{ width: 90%; }
.one-twelfth			{ width: 8.333%; }
.two-twelfths			{ width: 16.666%; }
.three-twelfths			{ width: 25%; }
.four-twelfths			{ width: 33.333%; }
.five-twelfths			{ width: 41.666% }
.six-twelfths			{ width: 50%; }
.seven-twelfths			{ width: 58.333%; }
.eight-twelfths			{ width: 66.666%; }
.nine-twelfths			{ width: 75%; }
.ten-twelfths			{ width: 83.333%; }
.eleven-twelfths		{ width: 91.666%; }
@media only screen and (max-width: 480px) {
	.palm-auto-width			{ width: auto; }
	.palm-one-whole    			{ width: 100%; }
	.palm-one-half     			{ width: 50%; }
	.palm-one-third				{ width: 33.333%; }
	.palm-two-thirds			{ width: 66.666%; }
	.palm-one-quarter			{ width: 25%; }
	.palm-two-quarters			{ width: 50%; }
	.palm-three-quarters		{ width: 75%; }
	.palm-one-fifth				{ width: 20%; }
	.palm-two-fifths			{ width: 40%; }
	.palm-three-fifths			{ width: 60%; }
	.palm-four-fifths			{ width: 80%; }
	.palm-one-sixth				{ width: 16.666%; }
	.palm-two-sixths			{ width: 33.333%; }
	.palm-three-sixths			{ width: 50%;  }
	.palm-four-sixths			{ width: 66.666%; }
	.palm-five-sixths			{ width: 83.333%; }
	.palm-one-eighth			{ width: 12.5%; }
	.palm-two-eighths			{ width: 25%; }
	.palm-three-eighths			{ width: 37.5%; }
	.palm-four-eighths			{ width: 50%; }
	.palm-five-eighths			{ width: 62.5%; }
	.palm-six-eighths			{ width: 75%; }
	.palm-seven-eighths			{ width: 87.5%; }
	.palm-one-tenth				{ width: 10%; }
	.palm-two-tenths			{ width: 20%; }
	.palm-three-tenths			{ width: 30%; }
	.palm-four-tenths			{ width: 40%; }
	.palm-five-tenths			{ width: 50%; }
	.palm-six-tenths			{ width: 60%; }
	.palm-seven-tenths			{ width: 70%; }
	.palm-eight-tenths			{ width: 80%; }
	.palm-nine-tenths			{ width: 90%; }
	.palm-one-twelfth			{ width: 8.333%; }
	.palm-two-twelfths			{ width: 16.666%; }
	.palm-three-twelfths		{ width: 25%; }
	.palm-four-twelfths			{ width: 33.333%; }
	.palm-five-twelfths			{ width: 41.666% }
	.palm-six-twelfths			{ width: 50%; }
	.palm-seven-twelfths		{ width: 58.333%; }
	.palm-eight-twelfths		{ width: 66.666%; }
	.palm-nine-twelfths			{ width: 75%; }
	.palm-ten-twelfths			{ width: 83.333%; }
	.palm-eleven-twelfths		{ width: 91.666%; }

}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.lap-auto-width				{ width: auto; }
	.lap-one-whole    			{ width: 100%; }
	.lap-one-half     			{ width: 50%; }
	.lap-one-third				{ width: 33.333%; }
	.lap-two-thirds				{ width: 66.666%; }
	.lap-one-quarter			{ width: 25%; }
	.lap-two-quarters			{ width: 50%; }
	.lap-three-quarters			{ width: 75%; }
	.lap-one-fifth				{ width: 20%; }
	.lap-two-fifths				{ width: 40%; }
	.lap-three-fifths			{ width: 60%; }
	.lap-four-fifths			{ width: 80%; }
	.lap-one-sixth				{ width: 16.666%; }
	.lap-two-sixths				{ width: 33.333%; }
	.lap-three-sixths			{ width: 50%;  }
	.lap-four-sixths			{ width: 66.666%; }
	.lap-five-sixths			{ width: 83.333%; }
	.lap-one-eighth				{ width: 12.5%; }
	.lap-two-eighths			{ width: 25%; }
	.lap-three-eighths			{ width: 37.5%; }
	.lap-four-eighths			{ width: 50%; }
	.lap-five-eighths			{ width: 62.5%; }
	.lap-six-eighths			{ width: 75%; }
	.lap-seven-eighths			{ width: 87.5%; }
	.lap-one-tenth				{ width: 10%; }
	.lap-two-tenths				{ width: 20%; }
	.lap-three-tenths			{ width: 30%; }
	.lap-four-tenths			{ width: 40%; }
	.lap-five-tenths			{ width: 50%; }
	.lap-six-tenths				{ width: 60%; }
	.lap-seven-tenths			{ width: 70%; }
	.lap-eight-tenths			{ width: 80%; }
	.lap-nine-tenths			{ width: 90%; }
	.lap-one-twelfth			{ width: 8.333%; }
	.lap-two-twelfths			{ width: 16.666%; }
	.lap-three-twelfths			{ width: 25%; }
	.lap-four-twelfths			{ width: 33.333%; }
	.lap-five-twelfths			{ width: 41.666% }
	.lap-six-twelfths			{ width: 50%; }
	.lap-seven-twelfths			{ width: 58.333%; }
	.lap-eight-twelfths			{ width: 66.666%; }
	.lap-nine-twelfths			{ width: 75%; }
	.lap-ten-twelfths			{ width: 83.333%; }
	.lap-eleven-twelfths		{ width: 91.666%; }
}
@media only screen and (max-width: 960px) {
	.portable-auto-width			{ width: auto; }
	.portable-one-whole    			{ width: 100%; }
	.portable-one-half     			{ width: 50%; }
	.portable-one-third				{ width: 33.333%; }
	.portable-two-thirds			{ width: 66.666%; }
	.portable-one-quarter			{ width: 25%; }
	.portable-two-quarters			{ width: 50%; }
	.portable-three-quarters		{ width: 75%; }
	.portable-one-fifth				{ width: 20%; }
	.portable-two-fifths			{ width: 40%; }
	.portable-three-fifths			{ width: 60%; }
	.portable-four-fifths			{ width: 80%; }
	.portable-one-sixth				{ width: 16.666%; }
	.portable-two-sixths			{ width: 33.333%; }
	.portable-three-sixths			{ width: 50%;  }
	.portable-four-sixths			{ width: 66.666%; }
	.portable-five-sixths			{ width: 83.333%; }
	.portable-one-eighth			{ width: 12.5%; }
	.portable-two-eighths			{ width: 25%; }
	.portable-three-eighths			{ width: 37.5%; }
	.portable-four-eighths			{ width: 50%; }
	.portable-five-eighths			{ width: 62.5%; }
	.portable-six-eighths			{ width: 75%; }
	.portable-seven-eighths			{ width: 87.5%; }
	.portable-one-tenth				{ width: 10%; }
	.portable-two-tenths			{ width: 20%; }
	.portable-three-tenths			{ width: 30%; }
	.portable-four-tenths			{ width: 40%; }
	.portable-five-tenths			{ width: 50%; }
	.portable-six-tenths			{ width: 60%; }
	.portable-seven-tenths			{ width: 70%; }
	.portable-eight-tenths			{ width: 80%; }
	.portable-nine-tenths			{ width: 90%; }
	.portable-one-twelfth			{ width: 8.333%; }
	.portable-two-twelfths			{ width: 16.666%; }
	.portable-three-twelfths		{ width: 25%; }
	.portable-four-twelfths			{ width: 33.333%; }
	.portable-five-twelfths			{ width: 41.666% }
	.portable-six-twelfths			{ width: 50%; }
	.portable-seven-twelfths		{ width: 58.333%; }
	.portable-eight-twelfths		{ width: 66.666%; }
	.portable-nine-twelfths			{ width: 75%; }
	.portable-ten-twelfths			{ width: 83.333%; }
	.portable-eleven-twelfths		{ width: 91.666%; }
}
@media only screen and (min-width: 960px;) {
	.desk-auto-width			{ width: auto; }
	.desk-one-whole    			{ width: 100%; }
	.desk-one-half     			{ width: 50%; }
	.desk-one-third				{ width: 33.333%; }
	.desk-two-thirds			{ width: 66.666%; }
	.desk-one-quarter			{ width: 25%; }
	.desk-two-quarters			{ width: 50%; }
	.desk-three-quarters		{ width: 75%; }
	.desk-one-fifth				{ width: 20%; }
	.desk-two-fifths			{ width: 40%; }
	.desk-three-fifths			{ width: 60%; }
	.desk-four-fifths			{ width: 80%; }
	.desk-one-sixth				{ width: 16.666%; }
	.desk-two-sixths			{ width: 33.333%; }
	.desk-three-sixths			{ width: 50%;  }
	.desk-four-sixths			{ width: 66.666%; }
	.desk-five-sixths			{ width: 83.333%; }
	.desk-one-eighth			{ width: 12.5%; }
	.desk-two-eighths			{ width: 25%; }
	.desk-three-eighths			{ width: 37.5%; }
	.desk-four-eighths			{ width: 50%; }
	.desk-five-eighths			{ width: 62.5%; }
	.desk-six-eighths			{ width: 75%; }
	.desk-seven-eighths			{ width: 87.5%; }
	.desk-one-tenth				{ width: 10%; }
	.desk-two-tenths			{ width: 20%; }
	.desk-three-tenths			{ width: 30%; }
	.desk-four-tenths			{ width: 40%; }
	.desk-five-tenths			{ width: 50%; }
	.desk-six-tenths			{ width: 60%; }
	.desk-seven-tenths			{ width: 70%; }
	.desk-eight-tenths			{ width: 80%; }
	.desk-nine-tenths			{ width: 90%; }
	.desk-one-twelfth			{ width: 8.333%; }
	.desk-two-twelfths			{ width: 16.666%; }
	.desk-three-twelfths		{ width: 25%; }
	.desk-four-twelfths			{ width: 33.333%; }
	.desk-five-twelfths			{ width: 41.666% }
	.desk-six-twelfths			{ width: 50%; }
	.desk-seven-twelfths		{ width: 58.333%; }
	.desk-eight-twelfths		{ width: 66.666%; }
	.desk-nine-twelfths			{ width: 75%; }
	.desk-ten-twelfths			{ width: 83.333%; }
	.desk-eleven-twelfths		{ width: 91.666%; }
}
.push,
.p {
	position: relative;
}
.push--no-push				{ left: auto; }
.push--one-whole			{ left: 100%; }
.push--one-half				{ left: 50%; }
.push--one-third			{ left: 33.333%; }
.push--two-thirds			{ left: 66.666%; }
.push--one-quarter			{ left: 25%; }
.push--two-quarters			{ left: 50%; }
.push--three-quarters		{ left: 75%; }
.push--one-fifth			{ left: 20%; }
.push--two-fifths			{ left: 40%; }
.push--three-fifths			{ left: 60%; }
.push--four-fifths			{ left: 80%; }
.push--one-sixth			{ left: 16.666%; }
.push--two-sixths			{ left: 33.333%; }
.push--three-sixths			{ left: 50%; }
.push--four-sixths			{ left: 66.666% }
.push--five-sixths			{ left: 83.333%; }
.push--one-eighth			{ left: 12.25%; }
.push--two-eighths			{ left: 25%; }
.push--three-eighths		{ left: 37.5%; }
.push--four-eighths			{ left: 50%; }
.push--five-eighths			{ left: 62.5%; }
.push--six-eighths			{ left: 75%; }
.push--seven-eighths		{ left: 87.5%; }
.push--one-tenth			{ left: 10%; }
.push--two-tenths			{ left: 20%; }
.push--three-tenths			{ left: 30%; }
.push--four-tenths			{ left: 40%; }
.push--five-tenths			{ left: 50%; }
.push--six-tenths			{ left: 60%; }
.push--seven-tenths			{ left: 70%; }
.push--eight-tenths			{ left: 80%; }
.push--nine-tenths			{ left: 90%; }
.push--one-twelfth			{ left: 8.333%; }
.push--two-twelfths			{ left: 16.666%; }
.push--three-twelfths		{ left: 25%; }
.push--four-twelfths		{ left: 33.333%; }
.push--five-twelfths		{ left: 41.666%; }
.push--six-twelfths			{ left: 50%; }
.push--seven-twelfths		{ left: 58.333%%; }
.push--eight-twelfths		{ left: 66.666%; }
.push--nine-twelfths		{ left: 75%; }
.push--ten-twelfths			{ left: 83.333%; }
.push--eleven-twelfths		{ left: 91.666%; }
@media only screen and (max-width: 480px) {
	.push--palm--one-whole			{ left: 100%; }
	.push--palm--one-half			{ left: 50%; }
	.push--palm--one-third			{ left: 33.333%; }
	.push--palm--two-thirds			{ left: 66.666%; }
	.push--palm--one-quarter		{ left: 25%; }
	.push--palm--two-quarters		{ left: 50%; }
	.push--palm--three-quarters		{ left: 75%; }
	.push--palm--one-fifth			{ left: 20%; }
	.push--palm--two-fifths			{ left: 40%; }
	.push--palm--three-fifths		{ left: 60%; }
	.push--palm--four-fifths		{ left: 80%; }
	.push--palm--one-sixth			{ left: 16.666%; }
	.push--palm--two-sixths			{ left: 33.333%; }
	.push--palm--three-sixths		{ left: 50%; }
	.push--palm--four-sixths		{ left: 66.666% }
	.push--palm--five-sixths		{ left: 83.333%; }
	.push--palm--one-eighth			{ left: 12.25%; }
	.push--palm--two-eighths			{ left: 25%; }
	.push--palm--three-eighths		{ left: 37.5%; }
	.push--palm--four-eighths		{ left: 50%; }
	.push--palm--five-eighths		{ left: 62.5%; }
	.push--palm--six-eighths		{ left: 75%; }
	.push--palm--seven-eighths		{ left: 87.5%; }
	.push--palm--one-tenth			{ left: 10%; }
	.push--palm--two-tenths			{ left: 20%; }
	.push--palm--three-tenths		{ left: 30%; }
	.push--palm--four-tenths		{ left: 40%; }
	.push--palm--five-tenths		{ left: 50%; }
	.push--palm--six-tenths			{ left: 60%; }
	.push--palm--seven-tenths		{ left: 70%; }
	.push--palm--eight-tenths		{ left: 80%; }
	.push--palm--nine-tenths		{ left: 90%; }
	.push--palm--one-twelfth		{ left: 8.333%; }
	.push--palm--two-twelfths		{ left: 16.666%; }
	.push--palm--three-twelfths		{ left: 25%; }
	.push--palm--four-twelfths		{ left: 33.333%; }
	.push--palm--five-twelfths		{ left: 41.666%; }
	.push--palm--six-twelfths		{ left: 50%; }
	.push--palm--seven-twelfths		{ left: 58.333%%; }
	.push--palm--eight-twelfths		{ left: 66.666%; }
	.push--palm--nine-twelfths		{ left: 75%; }
	.push--palm--ten-twelfths		{ left: 83.333%; }
	.push--palm--eleven-twelfths	{ left: 91.666%; }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.push--lap--no-push				{ left: auto; }
	.push--lap--one-whole			{ left: 100%; }
	.push--lap--one-half			{ left: 50%; }
	.push--lap--one-third			{ left: 33.333%; }
	.push--lap--two-thirds			{ left: 66.666%; }
	.push--lap--one-quarter			{ left: 25%; }
	.push--lap--two-quarters		{ left: 50%; }
	.push--lap--three-quarters		{ left: 75%; }
	.push--lap--one-fifth			{ left: 20%; }
	.push--lap--two-fifths			{ left: 40%; }
	.push--lap--three-fifths		{ left: 60%; }
	.push--lap--four-fifths			{ left: 80%; }
	.push--lap--one-sixth			{ left: 16.666%; }
	.push--lap--two-sixths			{ left: 33.333%; }
	.push--lap--three-sixths		{ left: 50%; }
	.push--lap--four-sixths			{ left: 66.666% }
	.push--lap--five-sixths			{ left: 83.333%; }
	.push--lap--one-eighth			{ left: 12.25%; }
	.push--lap--two-eighths			{ left: 25%; }
	.push--lap--three-eighths		{ left: 37.5%; }
	.push--lap--four-eighths		{ left: 50%; }
	.push--lap--five-eighths		{ left: 62.5%; }
	.push--lap--six-eighths			{ left: 75%; }
	.push--lap--seven-eighths		{ left: 87.5%; }
	.push--lap--one-tenth			{ left: 10%; }
	.push--lap--two-tenths			{ left: 20%; }
	.push--lap--three-tenths		{ left: 30%; }
	.push--lap--four-tenths			{ left: 40%; }
	.push--lap--five-tenths			{ left: 50%; }
	.push--lap--six-tenths			{ left: 60%; }
	.push--lap--seven-tenths		{ left: 70%; }
	.push--lap--eight-tenths		{ left: 80%; }
	.push--lap--nine-tenths			{ left: 90%; }
	.push--lap--one-twelfth			{ left: 8.333%; }
	.push--lap--two-twelfths		{ left: 16.666%; }
	.push--lap--three-twelfths		{ left: 25%; }
	.push--lap--four-twelfths		{ left: 33.333%; }
	.push--lap--five-twelfths		{ left: 41.666%; }
	.push--lap--six-twelfths		{ left: 50%; }
	.push--lap--seven-twelfths		{ left: 58.333%%; }
	.push--lap--eight-twelfths		{ left: 66.666%; }
	.push--lap--nine-twelfths		{ left: 75%; }
	.push--lap--ten-twelfths		{ left: 83.333%; }
	.push--lap--eleven-twelfths		{ left: 91.666%; }
}
@media only screen and (max-width: 960px) {
	.push--portable--no-push			{ left: auto; }
	.push--portable--one-whole			{ left: 100%; }
	.push--portable--one-half			{ left: 50%; }
	.push--portable--one-third			{ left: 33.333%; }
	.push--portable--two-thirds			{ left: 66.666%; }
	.push--portable--one-quarter		{ left: 25%; }
	.push--portable--two-quarters		{ left: 50%; }
	.push--portable--three-quarters		{ left: 75%; }
	.push--portable--one-fifth			{ left: 20%; }
	.push--portable--two-fifths			{ left: 40%; }
	.push--portable--three-fifths		{ left: 60%; }
	.push--portable--four-fifths		{ left: 80%; }
	.push--portable--one-sixth			{ left: 16.666%; }
	.push--portable--two-sixths			{ left: 33.333%; }
	.push--portable--three-sixths		{ left: 50%; }
	.push--portable--four-sixths		{ left: 66.666% }
	.push--portable--five-sixths		{ left: 83.333%; }
	.push--portable--one-eighth			{ left: 12.25%; }
	.push--portable--two-eighths		{ left: 25%; }
	.push--portable--three-eighths		{ left: 37.5%; }
	.push--portable--four-eighths		{ left: 50%; }
	.push--portable--five-eighths		{ left: 62.5%; }
	.push--portable--six-eighths		{ left: 75%; }
	.push--portable--seven-eighths		{ left: 87.5%; }
	.push--portable--one-tenth			{ left: 10%; }
	.push--portable--two-tenths			{ left: 20%; }
	.push--portable--three-tenths		{ left: 30%; }
	.push--portable--four-tenths		{ left: 40%; }
	.push--portable--five-tenths		{ left: 50%; }
	.push--portable--six-tenths			{ left: 60%; }
	.push--portable--seven-tenths		{ left: 70%; }
	.push--portable--eight-tenths		{ left: 80%; }
	.push--portable--nine-tenths		{ left: 90%; }
	.push--portable--one-twelfth		{ left: 8.333%; }
	.push--portable--two-twelfths		{ left: 16.666%; }
	.push--portable--three-twelfths		{ left: 25%; }
	.push--portable--four-twelfths		{ left: 33.333%; }
	.push--portable--five-twelfths		{ left: 41.666%; }
	.push--portable--six-twelfths		{ left: 50%; }
	.push--portable--seven-twelfths		{ left: 58.333%%; }
	.push--portable--eight-twelfths		{ left: 66.666%; }
	.push--portable--nine-twelfths		{ left: 75%; }
	.push--portable--ten-twelfths		{ left: 83.333%; }
	.push--portable--eleven-twelfths	{ left: 91.666%; }
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
@font-face  {
	font-family: "OpenSans";
	src: url("/v1/public/fonts/opensans/OpenSans-Regular.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-Regular.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-Regular.ttf") format("truetype"),
		 url("/v1/public/fonts/opensans/OpenSans-Regular.svg#OpenSans") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans";
	src: url("/v1/public/fonts/opensans/OpenSans-Italic.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-Italic.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-Italic.ttf") format("truetype"),
		 url("/v1/public/fonts/opensans/OpenSans-Italic.svg#OpenSansItalic") format("svg");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "OpenSans";
	src: url("/v1/public/fonts/opensans/OpenSans-Bold.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-Bold.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-Bold.ttf") format("truetype"),
		 url("/v1/public/fonts/opensans/OpenSans-Bold.svg#OpenSansBold") format("svg");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "OpenSans";
	src: url("/v1/public/fonts/opensans/OpenSans-BoldItalic.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-BoldItalic.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-BoldItalic.ttf") format("truetype"),
		 url("/v1/public/fonts/opensans/OpenSans-BoldItalic.svg#OpenSansBoldItalic") format("svg");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "OpenSans";
	src: url("/v1/public/fonts/opensans/OpenSans-ExtraBold.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBold.svg#OpenSansExtraBold") format("svg"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBold.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "opensans";
	src: url("/v1/public/fonts/opensans/OpenSans-ExtraBoldItalic.eot");
	src: url("/v1/public/fonts/opensans/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBoldItalic.woff") format("woff"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype"),
		 url("/v1/public/fonts/opensans/OpenSans-ExtraBoldItalic.svg#OpenSansExtraBoldItalic") format("svg");
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: "Entypo";
	src: url("/v1/public/fonts/entypo/entypo.eot");
	src: url("/v1/public/fonts/entypo/entypo.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/entypo/entypo.woff") format("woff"),
		 url("/v1/public/fonts/entypo/entypo.ttf") format("truetype"),
		 url("/v1/public/fonts/entypo/entypo.svg#Entypo") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "IOS8-Icons-Regular";
	src: url("/v1/public/fonts/ios8/IOS8-Icons-Regular.eot");
	src: url("/v1/public/fonts/ios8/IOS8-Icons-Regular.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/ios8/IOS8-Icons-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "materialdesignjim-Regular";
	src: url("/v1/public/fonts/materialdesign/materialdesignjim-Regular.eot");
	src: url("/v1/public/fonts/materialdesign/materialdesignjim-Regular.eot?#iefix") format("embedded-opentype"),
		 url("/v1/public/fonts/materialdesign/materialdesignjim-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
 .fat {
 	font-weight: 600;
 }
.white {
	color: #fff;
}
small, .glim {
	color: #5e6677;
}
.dark-glim {
	color: #515661;
}
.light-glim {
	color: #dcdcda;
}
.bg--red,
.bg--blue {
	padding: 0 3px;
	padding: 0 .1875rem;
	color: #fff;
}
.red {
	color: #e25740;
}
.bg--red {
	background: #e25740;
}
.blue {
	color: #336da8;
}
.bg--blue {
	background: #336da8;
}
.green {
	color: #6e9c0b;
}
.yellow {
	color: #ddb43e;
}
.orange {
	color:#E25740;
}
a,
.act-as-href {
	display: inline;
	text-decoration: none;
	color: #336da8;
}
.act-as-href {
	cursor: pointer;
}
a:hover,
.act-as-href:hover,
a:active,
.act-as-href:active,
a:focus,
.act-as-href:focus {
	text-decoration: underline;
}
.nav {
	margin-left: 0;
	list-style: none;
	padding-right: 20px;
}
.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.nav:before,
.nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav {
	*zoom: 1;
}
.nav--stacked > li {
	display: list-item;
}
.nav--stacked > li > a {
	display: block;
}
.nav--banner {
	text-align: center;
}
.nav--fit {
	display: table;
	width: 100%;
}
.nav--fit > li {
	display: table-cell;
}
.nav--fit > li > a {
	display: block;
}
.nav--keywords > li:after {
	content: ", ";
}
.nav--keywords > li:last-child:after {
	display: none;
}
.nav--border > li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.flyout,
.flyout--alt {
	position: relative;

}
.flyout__content {
	position: absolute;
	top: 100%;
	left: -99999px;
}
.no-js .flyout:hover > .flyout__content{
	left: 0;
}
.no-js .flyout--alt:hover > .flyout__content{
	top: 0;
	left: 100%;
}
.tabs {
	border-bottom: 1px solid #ddd;
}
.tabs > a {
	display: inline-block;
	margin-left: 20px;
	padding: 6px 0;
	border-bottom: 3px solid transparent;
	font-weight: 700;
	color: #777;
	text-transform: uppercase;
}
.tabs > a:first-child {
	margin-left: 0;
}
.tabs > a:hover,
.tabs > .ui-active {
	border-color: #E25740;
	color: #2C3039;
	text-decoration: none;
}
.tab-wrap {
	overflow: hidden;
}
.tab-slider {
	position: relative;
}
.tab-slider:before,
.tab-slider:after {
	content: " ";
	display: table;
}
.tab-slider:after {
	clear: both;
}
.tab-slider {
	*zoom: 1;
}
.tab-slider--one { width: 100%; }
	.tab-slider--one > .tab-content {
		width: 100%;
	}
.tab-slider--two { width: 200%; }
	.tab-slider--two > .tab-content {
		width: 50%;
	}
.tab-slider--three { width: 300%; }
	.tab-slider--three > .tab-content {
		width: 33.333%;
	}
.tab-slider--four { width: 400%; }
	.tab-slider--four > .tab-content {
		width: 25%;
	}
.tab-content {
	float: left;
}
.breadcrumb > li + li:before {
	content: "\00BB" "\00A0";
}
.field label {
    font-size: 13px;
    font-size: .8125rem;
}
[type=text],
[type=password],
[type=email],
[type=date],
[type=phone],
textarea {
    display: block;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}
textarea {
    min-height: 100px;
    resize: none;
}
[type=text]:focus,
[type=password]:focus,
[type=email]:focus,
[type=date]:focus,
[type=phone]:focus,
textarea:focus {
    border-color: #2094FE;
    outline: none;
}
[type=submit] {
    display: block;
    margin: 2px 0;
    padding: 0 10px;
    height: 28px;
    cursor: pointer;
    background: #e25740;
    background: -moz-linear-gradient(top, #e25740 0%, #be451e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25740), color-stop(100%,#be451e));
    background: -webkit-linear-gradient(top, #e25740 0%,#be451e 100%);
    background: -o-linear-gradient(top, #e25740 0%,#be451e 100%);
    background: -ms-linear-gradient(top, #e25740 0%,#be451e 100%);
    background: linear-gradient(to bottom, #e25740 0%,#be451e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25740', endColorstr='#be451e',GradientType=0 );
    border: 1px solid #be451e;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
}
.img-button,
.img-button--green > .right-end {
	display: block;
}
.img-button:hover {
	color: #fff;
}
.img-button--green,
.img-button--green > .right-end {
	padding-right: 20px;
	height: 40px;
	background: #81B800;
	border-radius: 3px;
}
.img-button--green > .right-end {
	padding-right: 0;
	padding-left: 20px;
	line-height: 40px;
	background-position: left top;
	color: #fff;
	text-align: center;
	white-space: no-wrap;
}
.test-winner .big-button, #winner-context .big-button {
  background: #28B428;
  border: #249C24 thin solid;
  box-shadow: inset 0px 22px 0px rgba(255, 255, 255, 0.15);
}
.big-button {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #336da8;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: no-wrap;
}
.big-button:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6,
.heading, .light-heading {
	font-family: "OpenSans", sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #2c3039;


}
.dark-heading {
    color: #222;
    text-decoration:  none;
}
.black-heading {
    color: #111;
    text-decoration:  none;
    font-weight: 800;
}
h1, .alpha {
	font-size: 48px;
	font-size: 3rem;
}
h2, .beta {
	font-size: 30px;
	font-size: 1.875rem;
}
h3, .gamma {
	font-size: 24px;
	font-size: 1.5rem;
}
h4, .delta {
	font-size: 20px;
	font-size: 1.25rem;
}
h5, .epsilon {
	font-size: 18px;
	font-size: 1.125rem;
}
h6, .zeta {
	font-size: 16px;
	font-size: 1rem;
}
.twentytwo {
	font-size: 22px;
}
.giga {
	font-size: 96px;
	font-size: 6rem;
}
.mega {
	font-size: 72px;
	font-size: 4.5rem;
}
.kilo {
	font-size: 60px;
	font-size: 3.75rem;
}
.mili {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5em;
}
.micro {
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5em;
}
.midi, .midi p {
	font-size: 13px;
	font-size: .812rem;
	line-height: 1.8em;
}
.nano {
	font-size: 10px;
	font-size: .625rem;
	line-height: 1.5em;
}
.mini, .mini p{
	font-size: 10px;
	font-size: .625rem;
	line-height: 1.5em;
}
.micro, .nano {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
.micro.bold,
strong.micro,
.nano.bold,
strong.nano {
	font-weight: bold;
}
.star20 {
	padding-left: 30px;
	position: relative;
}
.star20:before{
	content: ' ';
    display: inline-block;
    position: absolute;
    background-image: url("/v1/public/images/star20.png");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
}
p, .normal {
	font-size: 14px;
	/*font-size: 0.875rem;*/
	line-height: 22px;
	/*line-height: 1.5em;*/
}
em, .italic {
	font-style: italic;
}
strong, .bold {
	font-weight: 700;
}
.icon {
	font-family: "Entypo";
}
.ios {
	text-decoration: none;
    font-family: IOS8-Icons-Regular;
}

.nounderline:hover {
	text-decoration: none;
}
.zeroline {
	line-height: 0;
}
.greenblue {
	color: #87C1C3;
}
.green {
	color: #00A000;
}
.uppercase {
	text-transform: uppercase;
}
.white {
	color:#fff;
}
@media only screen and (max-width: 480px) {
	h1, .alpha {
		font-size: 24px;
		font-size: 1.875rem;
	}
}
.text-left		{ text-align: left; }
.text-center	{ text-align: center; }
.text-right		{ text-align: right; }
.go:after {
	content: " »";
}
.go--back:before {
	content: "« ";
}

.fl { float: left; }
.fr { float: right; }
.remove-float {
	float: none;
}
.pos-relative {
	position: relative;
}
.pointer {
	cursor: pointer;
}
.indent-block { margin-top: 60px!important; margin-top: 3.75rem!important; }
.indent1	{ margin-top: 40px!important; margin-top: 2.5rem!important; }
.indent2	{ margin-right: 40px!important; margin-right: 2.5rem!important; }
.indent3	{ margin-bottom: 40px!important; margin-bottom: 2.5rem!important; }
.indent4	{ margin-left: 40px!important; margin-left: 2.5rem!important; }
.indent5	{ margin-top: 20px!important; margin-top: 1.25rem!important; }
.indent6	{ margin-right: 20px!important; margin-right: 1.25rem!important; }
.indent7	{ margin-bottom: 20px!important; margin-bottom: 1.25rem!important; }
.indent8	{ margin-left: 20px!important; margin-left: 1.25rem!important; }
.indent9	{ margin-top: 10px!important; margin-top: .625rem!important; }
.indent10	{ margin-right: 10px!important; margin-right: .625rem!important; }
.indent11	{ margin-bottom: 10px!important; margin-bottom: .625rem!important; }
.indent12	{ margin-left: 10px!important; margin-left: .625rem!important; }
.indent13	{ margin-top: 5px!important; margin-top: .3125rem!important; }
.indent14	{ margin-right: 5px!important; margin-right: .3125rem!important; }
.indent15	{ margin-bottom: 5px!important; margin-bottom: .3125rem!important; }
.indent16	{ margin-left: 5px!important; margin-left: .3125rem!important; }
.soft1	{ padding-top: 40px!important; padding-top: 2.5rem!important; }
.soft2	{ padding-right: 40px!important; padding-right: 2.5rem!important; }
.soft3	{ padding-bottom: 40px!important; padding-bottom: 2.5rem!important; }
.soft4	{ padding-left: 40px!important; padding-left: 2.5rem!important; }
.soft5	{ padding-top: 20px!important; padding-top: 1.25rem!important; }
.soft6	{ padding-right: 20px!important; padding-right: 1.25rem!important; }
.soft7	{ padding-bottom: 20px!important; padding-bottom: 1.25rem!important; }
.soft8	{ padding-left: 20px!important; padding-left: 1.25rem!important; }
.soft9	{ padding-top: 10px!important; padding-top: .625rem!important; }
.soft10	{ padding-right: 10px!important; padding-right: .625rem!important; }
.soft11	{ padding-bottom: 10px!important; padding-bottom: .625rem!important; }
.soft12	{ padding-left: 10px!important; padding-left: .625rem!important; }
.soft13	{ padding-top: 5px!important; padding-top: .3125rem!important; }
.soft14	{ padding-right: 5px!important; padding-right: .3125rem!important; }
.soft15	{ padding-bottom: 5px!important; padding-bottom: .3125rem!important; }
.soft16	{ padding-left: 5px!important; padding-left: .3125rem!important; }
.block--element {
	display: block;
}
.inline-block--element {
	display: inline-block;
}
.absolute--holder {
	position: relative;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ddd;
}
.hr--light {
	border-color: #f5f5f5;
}
.hide-content {
	display:  none;
	visibility: hidden;
}
.show-content {
	display:  block;
	visibility: visible;
}
.inliner {
	height: 100%;
}
.inliner,
.inliner + * {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (min-width: 961px) {
	.desk--hide-content {
		display:  none!important;
	}
	.test-block h2.test-block-title {
		padding: 5px 10px;
    	background-color: #87c1c3;
    	font-size: 24px;
    	color: #fff;
	}
	.test-block h2.test-block-title a {
    	color: #fff;
	}
}
@media only screen and (max-width: 480px) {
	.palm--hide-content {
		display:  none!important;
	}
	.palm--show-content {
		display:  block;
		visibility: visible;
	}
	.palm--remove-float {
		float: none;
	}
	.palm--fl { float: left; }
	.palm--fr { float: right; }
	.palm--text-left		{ text-align: left; }
	.palm--text-center		{ text-align: center; }
	.palm--text-right		{ text-align: right; }

	.palm--no-indent	{ margin: 0 !important; }
	.palm--indent-block	{ margin-top: 60px!important; margin-top: 3.75rem!important; }
	.palm--indent1		{ margin-top: 40px!important; margin-top: 2.5rem!important; }
	.palm--indent2		{ margin-right: 40px!important; margin-right: 2.5rem!important; }
	.palm--indent3		{ margin-bottom: 40px!important; margin-bottom: 2.5rem!important; }
	.palm--indent4		{ margin-left: 40px!important; margin-left: 2.5rem!important; }
	.palm--indent5		{ margin-top: 20px!important; margin-top: 1.25rem!important; }
	.palm--indent6		{ margin-right: 20px!important; margin-right: 1.25rem!important; }
	.palm--indent7		{ margin-bottom: 20px!important; margin-bottom: 1.25rem!important; }
	.palm--indent8		{ margin-left: 20px!important; margin-left: 1.25rem!important; }
	.palm--indent9		{ margin-top: 10px!important; margin-top: .625rem!important; }
	.palm--indent10		{ margin-right: 10px!important; margin-right: .625rem!important; }
	.palm--indent11		{ margin-bottom: 10px!important; margin-bottom: .625rem!important; }
	.palm--indent12		{ margin-left: 10px!important; margin-left: .625rem!important; }
}
@media only screen and (min-width: 481px) and (max-width: 960px) {
	.lap--hide-content {
		display:  none!important;
	}
	.lap--show-content {
		display:  block;
		visibility: visible;
	}
	.lap--remove-float {
		float: none;
	}
	.lap--fl { float: left; }
	.lap--fr { float: right; }
	.lap--text-left			{ text-align: left; }
	.lap--text-center		{ text-align: center; }
	.lap--text-right		{ text-align: right; }

	.lap--no-indent		{ margin: 0 !important; }
	.lap--indent-block	{ margin-top: 60px!important; margin-top: 3.75rem!important; }
	.lap--indent1		{ margin-top: 40px!important; margin-top: 2.5rem!important; }
	.lap--indent2		{ margin-right: 40px!important; margin-right: 2.5rem!important; }
	.lap--indent3		{ margin-bottom: 40px!important; margin-bottom: 2.5rem!important; }
	.lap--indent4		{ margin-left: 40px!important; margin-left: 2.5rem!important; }
	.lap--indent5		{ margin-top: 20px!important; margin-top: 1.25rem!important; }
	.lap--indent6		{ margin-right: 20px!important; margin-right: 1.25rem!important; }
	.lap--indent7		{ margin-bottom: 20px!important; margin-bottom: 1.25rem!important; }
	.lap--indent8		{ margin-left: 20px!important; margin-left: 1.25rem!important; }
	.lap--indent9		{ margin-top: 10px!important; margin-top: .625rem!important; }
	.lap--indent10		{ margin-right: 10px!important; margin-right: .625rem!important; }
	.lap--indent11		{ margin-bottom: 10px!important; margin-bottom: .625rem!important; }
	.lap--indent12		{ margin-left: 10px!important; margin-left: .625rem!important; }
	.test-block h2.test-block-title {
		padding: 5px 10px;
    	background-color: #87c1c3;
    	font-size: 24px;
    	color: #fff;
	}
	.test-block h2.test-block-title a {
    	color: #fff;
	}
}

@media only screen and (max-width: 960px) {
	.portable--hide-content {
		display:  none;
	}
	.portable--show-content {
		display:  block;
		visibility: visible;
	}
	.portable--remove-float {
		float: none;
	}
	.portable--fl { float: left; }
	.portable--fr { float: right; }
	.portable--text-left		{ text-align: left; }
	.portable--text-center		{ text-align: center; }
	.portable--text-right		{ text-align: right; }

	.portable--no-indent	{ margin: 0 !important; }
	.portable--indent-block	{ margin-top: 60px!important; margin-top: 3.75rem!important; }
	.portable--indent1		{ margin-top: 40px!important; margin-top: 2.5rem!important; }
	.portable--indent2		{ margin-right: 40px!important; margin-right: 2.5rem!important; }
	.portable--indent3		{ margin-bottom: 40px!important; margin-bottom: 2.5rem!important; }
	.portable--indent4		{ margin-left: 40px!important; margin-left: 2.5rem!important; }
	.portable--indent5		{ margin-top: 20px!important; margin-top: 1.25rem!important; }
	.portable--indent6		{ margin-right: 20px!important; margin-right: 1.25rem!important; }
	.portable--indent7		{ margin-bottom: 20px!important; margin-bottom: 1.25rem!important; }
	.portable--indent8		{ margin-left: 20px!important; margin-left: 1.25rem!important; }
	.portable--indent9		{ margin-top: 10px!important; margin-top: .625rem!important; }
	.portable--indent10		{ margin-right: 10px!important; margin-right: .625rem!important; }
	.portable--indent11		{ margin-bottom: 10px!important; margin-bottom: .625rem!important; }
	.portable--indent12		{ margin-left: 10px!important; margin-left: .625rem!important; }
}
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}
.ath-mandatory {
	background: #000;
}
.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;
	background: #eee;
	background-size: 100% auto;
	box-shadow: 0 0.2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}
.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}
.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}
.ath-ios8.ath-tablet {
	right: 0.4em;
	top: 1.8em;
}
.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}
.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}
.ath-mandatory .ath-container:before {
	display: none;
}
.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}
.ath-container.ath-icon {
}
.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}
.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.4em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkE2ODRFM0VGNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkE2ODRFM0YwNDc0NTExRTRCNEUxODAyMzVCNkM5RTU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY4NEUzRUQ0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY4NEUzRUU0NzQ1MTFFNEI0RTE4MDIzNUI2QzlFNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7bs1dGAAABKElEQVR42uyXywnCQBRFxyCxCFsQ/CzUGtQGdOfGuBJbcWcqsAGtwY2Iii1YgbhQF/EOvEAQ/ARnkhHug7NwvJC5hDBzClEUqV8nCILkTx+MQR9UZO0IFmAObnEwDMOfn11UZqcMlqD2tN4WhqAHTqYe6BncvP9i88nR/61AycUCwYfNx1MFIxcLDCxlMyvQSJGtu1ggzdxdLLBNkT26WGBhKZtZAX0q7b/IHSTrXIEr6ILdm4wu2JGskx+xPmFbYAo24CJsZK1p8hS2cZVQcteZCdanYOIyl+d46s+HBfIeIx/xk9B8f3AYEBobb0B7wQSswVlYy5rv5BugkdHIaGQ0MhoZjYxGRiOjkdEHWIBGRiOjkdHIaGQ0MhoZjYxGRiPL1sgeAgwApeJtJOoNgAYAAAAASUVORK5CYII=);
	background-size: 100% auto;
}
.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}
.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}
.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}
	.ath-android.ath-phone {
		margin-left: -12em;
	}
	.ath-ios.ath-phone {
		margin-left: -12em;
	}
	.ath-ios6:after {
		left: 39%;
	}
	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}
	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}
.modal--lock {
	height: 100%;
	overflow: hidden;
}
.modal--context {
	width: 100%;
	position: fixed;
}
.modal--overlay {
	width: 100%; height: 100%;
	background: #336da8;
	position: fixed;
	left: 0; top: 0;
	z-index: 10;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.modal--window {
	width: 100%; height: 100%;
	position: absolute;
	z-index: 999;
	left: 0; top: 0;
}
.modal--content {
	margin: 20px;
	padding: 40px;
	max-width: 600px;
	background: #fff;
	position: relative;
	margin: 0px auto;
}
.modal--close {
	margin: 10px;
	position: absolute;
	cursor: pointer;
	font-family: "Entypo";
	font-size: 60px;
	color: #999;
}
.modal--close:hover {
	color: #333;
	text-decoration: none;
}
@media only screen and (max-width: 960px) {
	.modal--content {
		padding: 20px;
		max-width: none;
		width: auto;
	}
}
.dropdown--lock {
	height: 100%;
	overflow: hidden;
}
.g-dropdown {
	position: absolute;
	top: 51px;
	left: -99999px;
	line-height: 1.4em;
	text-align: left;
  	z-index: 4;
}
.g-nav-desk-item .g-dropdown {
	position: relative;
	top: 0; left: 0;
}
.g-dropdown-desk {
	width: 100%;
	background: #F0F0ED;
	border: 1px solid #D0CEC7;
	border-top: 0;
}
.active .g-dropdown {
	left: 0;
}
.g-dropdown-item {
	padding: 10px;
	border-bottom: 1px solid #d0cec7;
}
.g-dropdown-item:last-child {
	border-bottom: 0;
}
.g-dropdown-item > a {
	display: block;
	overflow: hidden;
	font-weight: 400;
	color: #72716F;
}
.g-dropdown-item.with-arrow > a:after {
	float: right;
	content: '\E75E';
	font-family: Entypo;
	font-size: 30px;
	font-style: 1.875rem;
	line-height: 21px;
}
@media only screen and (max-width: 480px) {
	.g-nav-desk-item .g-dropdown {
		width: 100%;
		background: #F0F0ED;
		border-bottom: 1px solid #D0CEC7;
		position: absolute;
		top: 51px;
		left: -99999px;
	}
	.g-nav-desk-item.active .g-dropdown {
		position: absolute;
		left: 0;
	}
	.g-nav-desk-item .g-dropdown .g-dropdown-container {
		display: block;
	}
	.g-nav-desk-item .g-dropdown .g-dropdown-container > a {
		display: block;
		padding: 10px;
		height: auto;
		line-height: 1.5em;
		border: 0;
		border-bottom: 1px solid #d0cec7;
		overflow: hidden;
		font-weight: 400;
		color: #72716F;
		text-align: left;
	}
	.g-nav-desk-item .g-dropdown .g-dropdown-container > a:last-child {
		border-bottom: 0;
	}
	.g-dropdown {
		margin-bottom: -100px;
	}
}
.chosen-container {
	display: inline-block;
	*display: inline;
	position: relative;
	vertical-align: middle;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.chosen-container > a {
	cursor: pointer;
}
.chosen-container .chosen-drop {
	width: 100%;
	position: absolute;
	left: -99999px; top: 100%;
	z-index: 1010;
	background: #444;
	border: 1px solid transparent;
	border-top: 0;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container-single .chosen-single {
	display: block;
	padding-left: 12px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 17px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single div {
	display: block;
	width: 11px;
	height: 100%;
	position: absolute;
	right: 12px; top: 0;
}
.chosen-container-single .chosen-single div b {
	height: 100%;
	width: 100%;
	display: block;
	background: url(/v1/public/images/chosen-arrow.png) no-repeat center center;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	line-height: normal;
	outline: 0;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 13px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	padding-bottom: 4px;
	border-radius: 0 0 8px 8px;
}
.chosen-container .chosen-results {
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	font-weight: 700;
	font-size: 13px;
	font-size: .8125rem;
	color: #fff;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #888;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	color: #e25740;
}
.chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #e25740;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 17px;
	cursor: text;
}
.chosen-container-multi .chosen-drop {
	padding-bottom: 4px;
	border-radius: 0 0 8px 8px;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 2px 4px;
	padding: 5px;
	outline: 0;
	background: transparent;
	border: 0 !important;
	line-height: normal;
	font-weight: 300;
}
.chosen-container-multi .chosen-choices li.search-field .default {
	font-size: 13px;
	font-weight: 700;
	color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 3px 0 3px 5px;
	padding: 0 20px 0 6px;
	height: auto;
	position: relative;
	background: #e25740;
	border: 1px solid transparent;
	border-radius: 20px;
	cursor: default;
	font-size: 12px;
	font-size: .75rem;
	font-weight: 700;
	color: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 1em;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	background: url(/v1/public/images/chosen-close.png) no-repeat center center;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid transparent
	background-color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #888;
	cursor: default;
}
.chosen-container-active .chosen-single {
	background: #444;
	color: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop.chosen-container-multi .chosen-choices {
	background: #444;
	border: 1px solid transparent;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	color: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
}
.chosen-container-active .chosen-choices {
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #fff !important;
}
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
html, body {
	height: 100%;
}
html {
	font: .9375em/1.5em "OpenSans", sans-serif;
	font-weight: 400;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #2c3039;
	background-color:#EFEFEF;
}
#overflow {
	height: 100%;
}
.page-container {
	width: 100%;
	height: 100%;
}
.g-border {
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
}
.gl-border {
	border-left: 1px solid #e5e5e5;
	padding-left: 20px;
}
.g-pagination a, .g-pagination strong {
	padding: 2px 8px 2px 8px;
	border: 1px solid #e5e5e5;
}
.g-pagination a:hover {
	background-color:#e5e5e5;
	text-decoration: none;
}
.test-border {
	border: 1px solid #ccc;
}
.voucher-holder {
	padding: 10px 10px 10px 0px;
}
.facebook-container {
	background-color:#3a5795;
	padding: 15px;
	text-align: center;
	display: block;
}
.twitter-container {
	padding: 15px;
	background-color:#3cf;
	text-align: center;
	display: block;
}
.facebook-share {
	border: 1px solid #3a5795;
	padding: 2px 10px 2px 10px;
	display: table;
}
.facebook-share .facebook-share-row {
	display: table-row;
}
.facebook-share .facebook-share-icon {
	display: table-cell;
	vertical-align: middle;
}
.facebook-share .facebook-share-icon span {
	color:#3a5795;
	font-size: 20px;
	line-height:29px;
}
.facebook-share .facebook-share-text {
	display: table-cell;
	vertical-align: middle;
}
.twitter-share {
	border: 1px solid #3cf;
	padding: 2px 10px 2px 10px;
	display: table;
}
.twitter-share .twitter-share-row {
	display: table-row;
}
.twitter-share .twitter-share-icon {
	display: table-cell;
	vertical-align: middle;
}
.twitter-share .twitter-share-icon span {
	color:#3cf;
	font-size: 20px;
	line-height:29px;
}
.twitter-share .twitter-share-text {
	display: table-cell;
	vertical-align: middle;
}
.twitter-share .twitter-share-text span {
	font-size: 12px;
}
.header-speech {
	float: right;
	width: 250px;
	background-color:#e25740;
	border-radius: 8px;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	padding: 8px;
	margin: 8px 10px 0 10px;
	text-align: center;
	font-weight: 500;
	position:relative;
	color:#fff;
}
.header-speech:after {
	content: ' ';
	position: absolute;
	bottom: -20px;
	right: 65px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #e25740 transparent transparent transparent;
	z-index: 6;
}
.header-tools {
	margin: 0;
	display: inline-block;
	float:right;
	margin-top: 25px;
}
.header-tools li {
	display: inline-block;
}
.header-tools li span {
	color: #CCC;
	text-align: left;
	text-decoration: none;
	font-family: IOS8-Icons-Regular;
	font-size: 20pt;
	line-height: 0px;
}
.header-top {
	background: #EFEFEF;
}
.logotype-background {
	width: 174px;
	height: 43px;
	background:url('/v1/public/images/logo-large.png');
	margin:8px 0 5px 10px;
	display: inline-block;
	background-repeat: no-repeat;
}
.mainnavigation-wrapper {
	background: #666666;
	position: relative;
	z-index: 5;
}
.mainnavigation {
	background: #434343;
}
.mainnavigation-categorys {
	margin: 0;
	display: table;
	list-style: none;
	list-style-type: none;
}
.mainnavigation-categorys li {
	display: table-cell;
	background:#434343;
	border-right: 1px solid #666666;
	white-space:nowrap;
	vertical-align: middle;
    min-width: 36px;
}
.mainnavigation-button {
	display: block;
	padding: 13px 10px 13px 10px;
	color:#fff;
	font-family: OpenSans;
	font-weight: 600;
	font-size: 15px;
}
.mainnavigation-button:hover {
	color:#333;
	background:#f3f3f3;
	text-decoration: none;
	cursor: pointer;
}
.mainnavigation-button.active {
	color:#333;
	background:#f3f3f3;
	text-decoration: none;
	cursor: pointer;
}
.desktop-navi-morelinks:before {
	/*
	display: absolute;
	content: '';
	margin-right: 5px;
	left: 0;
	font-family: IOS8-Icons-Regular;
	line-height: 0px;
	*/
	display: absolute;
	content: '\f0c9';
	margin-right: 5px;
	left: 0;
	font-family: "Font Awesome 5 Pro";
	line-height: 0px;
}
.navigation-phone-more-button:before {
	display: absolute;
	content: '';
	left: 0;
	font-family: IOS8-Icons-Regular;
	line-height: 0px;
}
.navigation-phone-search-button:before {
	display: absolute;
	content: '';
	left: 0;
	font-family: IOS8-Icons-Regular;
	line-height: 0px;
}
.navigation-subheader {
	color:#87c2d3;
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #999;
	padding: 10px 0 5px 0px;
}
.searchresult {
	display: none;
	margin-top: 9px;
	position: absolute;
	width: 100%;
	background-color:#333;
	padding: 10px;
	left: 0;
}
.mainnavigation-searchlink {
 	display: block;
	color:#fff;
	font-family: OpenSans;
	font-weight: 100;
	font-size: 14px;
	padding: 3px 0px 3px 0px;
	width: 100%;
	margin-right: 10px;
	line-height: 16px;
	margin-bottom: 5px;
 }
 .mainnavigation-searchlink span {
 	display: block;
	font-size: 11px;
	color:#ccc;
 }
 .mainnavigation-searchlink:hover {
 	text-decoration: none;
 	color:#87C1C3;
 }
.popular-nav:after {

	content: " ";
	width: 12px;
	height: 17px;
	background-image: url("/v1/public/images/filter-opt.png");
	margin-left: 2px;
	position: absolute;
}
.test-result-excerpt-desk {
	height: 63px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.test-result-entry-desk.expanded > .test-result-excerpt-desk {
	height: auto;
}
.test-result-entry-desk {}
.test-result-entry-desk:after {
	content: 'Fortsätt läsa »';
    color: #00A000;
}
.test-result-entry-desk:hover:after {
	cursor: pointer;
}
.test-result-entry-desk.expanded:after {
	content: '';
}
.winner-divider {
	margin:10px -10px 10px -10px;
	border-bottom: 1px solid #ccc;
	padding: 0 -10px 0 -10px;
}
.go {
	color:#00A000;
}
.offer-nav {
	margin-left: 0;
    list-style: none;
}
.offer-nav li {
	padding: 3px 10px 10px 10px;
	border: 1px solid #e5e5e5;
}
.offer-nav li img {
	margin-top: 5px;
	width: 60px;
	display: block;
}
.navigation-phone-search {
	background-color:#e5e5e5;
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 10px;
}
.navigation-phone-search-span {
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	color:#fff;
	font-size:20px;
}
.navigation-phone-search-input {
	width: 100%;
	padding: 10px 5px 10px 5px;
	background-color:#fff;
	border: 0;
}
.navigation-phone-search, .navigation-phone-more {
	display: none;
	background-color:#e5e5e5;
	position: absolute;
	left: 0px;
	width: 100%;
	padding: 10px;
}
 .mainnavigation-subnavigation {
 	display: none;
 	position: absolute;
 	width: 100%;
 	background-color:#333;
 	z-index: 99;
 	left: 0;
 	padding: 0 10px 20px 10px;
 	color:#333;
 	background-color:#333;
	padding-top: 20px;
 }
 .mainnavigation-link {
 	display: inline-block;
	color:#fff;
	font-family: OpenSans;
	font-weight: 100;
	font-size: 14px;
	padding: 3px 0px 3px 0px;
	width: 19%;
	margin-right: 10px;
	float:left;
 }
  .mainnavigation-link:hover {
  	text-decoration: none;
  	color:#87C1C3;
	background: transparent;
  }

 .mobile-categories-subnavigation {
	display: none;
 	position: absolute;
 	width: 100%;
 	background-color:#333;
 	z-index: 99;
 	left: 0;
 	padding-bottom: 20px;
}
.mobile-categories-sub {
	color: #fff;
    font-family: OpenSans;
    font-weight: 100;
    font-size: 16px;
    border-bottom: 1px solid #666666;
    padding: 8px 0px 8px 10px;
}
.mobile-categories-sub:after {
	float: right;
  	content: ">";
  	margin-right: 10px;
  	color:#aaa;
}
.mobile-categories-subsubnavigation {
 	display: none;
 	position: fixed;
 	top: 82px;
 	width: 100%;
 	height: 100%;
 	background-color:#333;
 	overflow: auto;
 	-webkit-overflow-scrolling: touch;
}
.mobile-category-header {
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #666;
	color:#fff;
}
.mobile-categories-subsubnavigation .mainnavigation-link {
	border-bottom: 1px solid #666;
}
.navigation-content-mobile {
	background-color:#333;
}
.redes-category-subnavigation-sub-header {
  	font-size: 20px;
  	font-weight: 600;
  	padding:0px 10px 5px 10px;
  	display: block;
}
.mobile-categories-close {
  	font-weight: 600;
  	font-size: 12px;
  	border: 0;
  	padding: 10px 0 10px 10px;
  	display: block;
  	cursor: pointer;
  	color:#aaa;
}
.mobile-categories-close:after {
  	content:' ';
}
.mainnavigation-categorys li.redes-header-navi-more {
	border-right: 0;
}
.mainnavigation-categorys li.redes-header-navi-more a span:first-child {
	text-decoration: none;
	font-family: IOS8-Icons-Regular;
	font-size: 22pt;
	line-height: 0px;
	display: inline-block;
}
.mainnavigation-categorys li.redes-header-navi-more a span:last-child {
	display: inline-block;
}
.desktop-navi-search {
	width: 100%;
	border-right: 0;
	padding-left: 10px;
}
.mainnavigation-categorys li:last-child {
    min-width: 39px;
}
.mainnavigation-categorys li .redes-search-box {
	background-color:#fff;
	border-radius: 2px 0 0 2px;
	border: 0;
	width: 100%;
	height: 100%;
	display: block;
    min-height: 32px;
}
.navigation-search-holder {
	float:right;
	height: 100%;
	width: 25px;
	display: block;
	margin-right: 15px;
}
.navigation-search-button {
	cursor: pointer;
	padding: 6px;
	border-radius: 0px 2px 2px 0px;
	border: 0px solid #fff;
	background: #fff;
	height: 100%;
	font-family: IOS8-Icons-Regular;
	color:#333;
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin: 0;
	width: 30px;
	min-height: 30px;
}
.searchpreload {
	background:url("/v1/public/images/smallpreloader.gif") 100% center no-repeat #ffffff;
	background-position: 7px;
}
.lightpreloader {
	vertical-align: middle;
	margin-left: 5px;
	display: none;
}
.mainnavigation-categorys li.redes-header-navi-icon span {
	text-align: left;
	text-decoration: none;
	font-family: materialdesignjim-Regular;
	font-size: 24px;
	line-height: 0px;
	text-decoration: none;
	color: rgb(243, 243, 243);
	font-size: 22px;
}
.mainnavigation-categorys .redes-header-navi-phone {
	display: none;
}
.redes-subnav {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 200px;
	background:#fafafa;
	z-index: 999;

}
.redes-subnav .redes-subnav-container {
	padding: 20px;
}
.g-header {
	height: 51px;
	background: #666666;
	position: relative;
	z-index: 5;
}
.g-logotype {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 12px 0 13px 0;
	width: 120px;
	position: relative;
	z-index: 2;
}
.g-logotype > img {
	display: block;
}
.g-logotype--large {
	max-width: 150px;
}
.g-logotype img {
	width: 100%;
}
.g-nav {
	display: table;
	float: right;
	max-width: 400px;
	width: 70%;
	position: relative;
}
.g-nav-item {
	display: inline-block;
}
.g-nav-item.g-nav-desk-item > .act-as-href,
.g-nav-desk-item .g-dropdown-container > .hide-content {
	display: none;
}
.g-nav-item,
.g-nav-desk-item .g-dropdown a {
 	display: table-cell;
 	border-right: 1px solid #ba470c;
}
.g-nav-item:first-child {
	border-left: 1px solid #ba470c;
}
.g-nav-desk-item .g-dropdown a:last-child {
	border-right: 0;
}
.g-nav-desk-item .g-dropdown-container {
	display: table;
	width: 100%;
}
.g-nav-desk-item .g-dropdown a {
	white-space: nowrap;
}
.g-nav-item.active {
	background: #F0F0ED;
}
.g-nav-item > .act-as-href,
.g-nav-desk-item .g-dropdown a {
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	text-align: center;
}
.g-nav-item > .act-as-href {
	display: block;
	width: 100%;
	position: relative;
}
.g-nav-item > .act-as-href > b {
	font-weight: 800;
	font-size: 16px;
}
.g-nav-item.active > .act-as-href > b {
	visibility: hidden;
}
.g-nav-item.active > .act-as-href:after {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	content: '\274C';
	cursor: pointer;
	font-family: 'Entypo';
	font-size: 30px;
	font-size: 1.875rem;
	color: #72716F;
}
.g-all-tests {
	overflow: hidden;
}
.g-all-tests > .g-dropdown-container {
	position: relative;
	width: 200%;
	overflow: hidden;
}
.g-all-tests > .g-dropdown-container > .g-all-tests-wrapper {
	float: left;
	width: 50%;
}
.g-search-tests {
	position: relative;
}
.g-search-tests > .g-search-prealoder {
	display: inline-block;
	margin-top: -8px;
	width: 16px; height: 16px;
	background: url(/v1/public/images/g-search-prealoder.gif) no-repeat;
	position: absolute;
	top: 50%; right: 20px;
}
.g-search-tests > .g-search-exit {
	display: inline-block;
	margin-top: -20px;
	width: 40px; height: 40px;
	background: url(/v1/public/images/search-exit.png) center center no-repeat;
	position: absolute;
	top: 50%; right: 8px;
	cursor: pointer;
}
.g-search-tests > input {
	padding: 6px 8px;
	width: 100%;
	border-radius: 16px;
	font-size: 14px;
	font-size: .875rem;
}
.g-subnav {
	padding: 6px 0;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.g-subnav--nav > li > a {
	display: inline-block;
	*display: inline;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
	color: #72716f;
}
.g-breadcrumbs a {
	color: #72716f;
}
.g-breadcrumbs {
	margin-top: 2px;
}
.g-meta-behavior {
	text-align: right;
}
.g-meta-behavior a {
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background: url("/v1/public/images/meta-icons.png") no-repeat;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}
.g-meta-behavior a:first-child {
	width: 13px;
	background-position: left top;
}
.g-meta-behavior a:first-child:hover {
	background-position: left -12px;
}
.g-meta-behavior a + a {
	background-position: -13px top;
}
.g-meta-behavior a + a:hover {
	background-position: -13px -12px;
}
.g-meta-behavior a + a + a {
	background-position: -25px top;
}
.g-meta-behavior a + a + a:hover {
	background-position: -25px -12px;
}
.g-content-wrapper {
	position: relative;
	z-index: 2;
	background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}
.header-content-wrapper {
	margin-bottom: -178px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
@media only screen and (max-width: 480px) {
    .testview-image-wrapper {
        min-height: 160px;
    }
}
.header-content-wrapper > .header-content-push {
	height: 178px;
}
.g-footer {
	width: 100%;
	background-color:#434343;
	position: relative;
	z-index: 1;
}
.g-footer > .wrapper {
	padding-top: 24px;
	padding-bottom: 24px;
}
.g-footer hr {
	border-top-color: #515661;
}
.footer-ad {
	max-width: 980px;
	overflow: hidden;
}
.footer-socials {
	font-size: 40px;
	color: #CCC;
}
.footer-socials:hover {
	text-decoration: none;
}
#winner-table .contains-link-text a{
    color: #00A000;
    font-weight: bold !important;
    padding: 5px 0;
    display: block;
    margin: 5px 0 0 0;
    border-radius: 6px;
    font-style: normal;
    font-size: 13px;
    text-decoration:none;
}
.product-lowest-price .outside-click{
    background: #00A000;
    color: #fff;
    padding: 10px 5px 10px 5px;
    display: block;
    margin: 5px 0 0 0;
    border-radius: 6px;
    font-weight:700;
    font-size: 11px;
    text-align: center;
}
.product-lowest-price .outside-click:after{
    content: " »";
}
.product-lowest-price .outside-click:hover{
    text-decoration:none !important;
    cursor:pointer !important;
    background:#00B300;
}
.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0;
	overflow: hidden;
	z-index: 0;
}
.bg > .wrapper,
.bg > .wrapper > .gw{
	height: 100%;
}
.bg .left {
	height: 100%;

}
.imac-content-placeholder {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	position: relative;
}
.imac-content {
	background: url(/v1/public/images/imac.png) center top no-repeat;
	background-size: 100% auto;
	width: 70%;
	padding: 29% 0;
	position: absolute;
	top: 0;
}
.imac-content img {
	width: 100%;
}
.start-preamble {
}
.h-bar {
	padding: 20px 0;
	background: #f0f0ed;
	border-bottom: 1px solid #d0cec7;
}
.h-bar input {
	display: block;
	margin: 0;
	border: 1px solid #d0cec7;
}
.h-bar .search-keywords {
	position: relative;
}
.h-bar .search-keywords input {
	padding: 5px 15px;
	border-radius: 15px 0 0 15px;
}
.h-bar input::-webkit-input-placeholder {
	font-style: italic;
	color: #999;
}
.h-bar input:-moz-placeholder {
	font-style: italic;
	color: #999;
}
.h-bar input::-moz-placeholder {
	font-style: italic;
	color: #999;
}
.h-bar input:-ms-input-placeholder {
	font-style: italic;
	color: #999;
}
.ui-autocomplete {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .15);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0, .15);
	-o-box-shadow: 0 1px 3px rgba(0,0,0, .15);
	box-shadow: 0 1px 3px rgba(0,0,0, .15);
	list-style: none;
	position: absolute;
	z-index: 999;
}
.ui-autocomplete > li {
	padding: 8px 5px;
	cursor: pointer;
	font-size: 12px;
}
.ui-autocomplete > .active {
	background: #FEF8C4;
}
.ui-autocomplete > li > .secondary {
	font-size: 10px;
}
.h-bar .submit-search input {
	padding: 0;
	height: 32px;
	background: #f5f6f6;
	background: -moz-linear-gradient(top, #f5f6f6 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #f5f6f6 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #f5f6f6 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #f5f6f6 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #f5f6f6 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f2f2f2',GradientType=0 );
	border-left: 0;
	border-radius: 0 15px 15px 0;
	color: #888;
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 1em;
}
.h-test-item {
	margin-bottom: 40px;
}
.h-test-item-image {
	margin: 0 auto;
	width: 108px;
	height: 108px;
	overflow: hidden;
	border: 4px solid #edede4;
	border-radius: 54px;
}
.h-test-item-image > a {
	display: block;
	position: relative;
}
.h-test-item-image .glass-effect {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.h-test-item-image > a > .max-width {
	max-width: 100%;
}
.h-test-item-image > a > .max-height {
	max-height: 100%;
}
.h-ugly-clear {
	clear: both;
}
.home-splashbox {
	background-image:url('/v1/public/images/redes_boxbackdrop.jpg');
	width: 100%;
}
.home-splashbox-header {
	font-family: OpenSans;
	font-size: 30px;
	color:#e5e5e5;
	font-style: italic;
	padding: 15px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
}
.home-splashbox-center {
	width: 100%;
	background-color:#87c1c3;
	color:#fff;
	padding: 15px;
}
.home-splashbox-search {
	padding: 15px;
}
.home-splashbox-search-input {
	background-color:#fff;
	border: 0;
	border-radius: 5px 0px 0px 5px;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 50px;
}
.home-splashbox-search-input-submit {
	width: 50px;
	padding: 15px;
	font-size: 18px;
	background:#fff;
	background-color:#fff;
	color:#888;
	border-radius: 0px 5px 5px 0px;
	line-height: 0;
	border: 0;
	margin: 0;
	height: 50px;
}
.stardivider .stardivider-wrapper {
	background-color:#efefef;
}
.stardivider .stardivider-starwrap {
	float:left;
	display: inline-block;
	background-color:#666666;
	position: relative;
	padding: 3px;
}
.stardivider .stardivider-image {
	width: 30px;
	height: 30px;
	display: block;
}
.stardivider .stardivider-text {
	margin: 7px 0 0 10px;
	float:left;
	display: inline-block;
	color:#666;
	font-weight:100;
	text-transform:uppercase;
	font-size: 20px;
}
.latest-tests {
	display: table;
	width: 100%;
	border-collapse: collapse;
	height: 100%;
}
.latest-tests .latest-tests-col {
	display: table-cell;
	width: 50%;
	height: 100%;
	float:left;
	margin-bottom: 10px;
}
.latest-tests .latest-tests-col:nth-child(even) {
	padding-left: 5px;
}
.latest-tests .latest-tests-col:nth-child(odd) {
	padding-right: 5px;
}
.latest-tests .latest-tests-wrapper {
	height: 100%;
	min-height: 110px;
	background: #fff;
	border: 5px solid #efefef;
	border-radius: 6px 6px 0px 6px;
	color:#fff;
	padding: 10px 10px 0px 10px;
	position: relative;
}
.latest-tests .latest-tests-header a {
	color:#333;
}
.latest-tests .latest-tests-imageholder {
	width: 20%;
	float: left;
}
.latest-tests .latest-tests-image {
	width: 100%;
	border: 1px solid #e5e5e5;
	min-height: 55px;
	background-size: cover;
}
.latest-tests .latest-tests-texts {
	width: 80%;
	padding-left: 10px;
	float: left;
}
.latest-tests .latest-tests-texts .latest-tests-texts-first {
	line-height: 13px;
	display: block;
	color:#87C1C3;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.latest-tests .latest-tests-texts .latest-tests-texts-second {
	line-height: 17px;
	display: block;
	color:#333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 100;
}
.latest-tests .latest-tests-texts .latest-tests-texts-third {
	line-height: 13px;
	display: block;
	color:#333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.latest-tests .latest-tests-button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px 3px 1px 3px;
	background-color:#efefef;
	color:#666; width: 20px;
	font-size: 16px;
	font-family: IOS8-Icons-Regular;
}
.popular-tests {
	display: table;
	width: 100%;
	border-collapse: collapse;
	height: 100%;
}
.popular-tests h4 a {
	color:#fff;
}
.popular-tests .popular-tests-col {
	display: table-cell;
	width: 50%;
	height: 100%;
	float:left;
	margin-bottom: 4px;
}
.popular-tests .popular-tests-col:nth-child(even) {
	padding-left: 2px;
}
.popular-tests .popular-tests-col:nth-child(odd) {
	padding-right: 2px;
}
.popular-tests .popular-tests-wrapper {
	background: #666;
	color:#fff;
	padding: 10px;
	min-height: 90px;
}
.popular-tests .popular-tests-wrapper h4{
	color:#fff;
}
.popular-tests .popular-tests-textwrapper {
	margin-top: 5px;
}
.popular-tests .popular-tests-image {
	width: 100%;
	border: 1px solid #e5e5e5;
	min-height: 55px;
	background-size: cover;
}
.popular-tests .popular-tests-circle {

	font-family: IOS8-Icons-Regular;
	color:#fff;
	background-color: #434343;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size:20px;
	line-height: 32px;
	border-radius: 20px;
}
.popular-tests .popular-tests-text-first {
	line-height: 13px;
	display: block;
	color:#87C1C3;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.popular-tests .popular-tests-text-second {
	line-height: 15px;
	display: block;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 100;
}
.popular-tests .popular-tests-text-third {
	line-height: 13px;
	display: block;
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.test-news {

	border-bottom: 1px solid #e5e5e5;
	padding: 0px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.test-news:nth-child(1) {
	border-top: 0;
}
.test-news-table {
	width: 100%;
	/*display: table; */
}
.test-news-row {
	width: 100%;
	/*display: table-row;*/
}
.test-news-col {
	width: 100%;
	/*display: table-cell;*/
	vertical-align: top;
}
.test-news .test-news-date {
	font-size: 10px;
	text-transform: uppercase;
	color:#87C1C3;
	display: block;
	line-height: 10px;
}
.test-news .test-news-header h2 {
	margin-top: 5px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.test-news .test-news-header h2 a {
	color:#333;
}
.test-news .test-news-image-holder {
	width: 100%;
	height: 140px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.test-news .test-news-body {
	clear: both;
	line-height: 16px;
}
.test-news .test-news-body a {
	font-size: 12px;
	font-family: OpenSans;
	color:#333;
}
.test-news .test-news-button {
	display: none;
	float:right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px 3px 1px 3px;
	background-color:#e5e5e5;
	margin-right: -8px;
	margin-bottom: -8px;
	width: 20px;
	font-size: 16px;
	font-family: IOS8-Icons-Regular;
}
.test-news .test-news-button-single {
	float:right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	padding: 3px 3px 1px 3px;
	background-color:#e5e5e5;
	width: 20px;
	font-size: 16px;
	font-family: IOS8-Icons-Regular;
	color:#666;
	font-size: 16px;
	line-height: 16px;
}
.sidebar-newsletter {
	background:#e3e3e3;
	padding: 10px;
	margin-top: 20px;
}
.notification {
	padding: 3px 6px;
	border: 1px solid transparent;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-size: .75rem;
}
.notification.error {
	background: #e25740;
	border-color: #be451e;
}
.notification.success {
	border-color: #567900;
	background: #76aa00;
}
.test-newsletter-header {
	display: inline-block;
	vertical-align: middle;
}
.test-newsletter-star {
	display: inline-block;
	vertical-align: middle;
}
.test-newsletter-body {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
.test-newsletter-submit {
	font-weight: 100;
	border-radius: 5px;
	border: 2px solid #434343;
	background: #666;
	padding: 4px 14px 8px 14px;
	font-size: 14px;
	line-height: 14px;
}
.test-block .test-block-title a {
	color: #2C3039;
}
.product-lowest-price {}
.product-lowest-price tr {
	background: #fff;
	border: 1px solid #ddd;
}
.product-lowest-price tr > td:first-child > img {
	max-width: 120px;
	max-height: 40px;
}
.testwinner-best-price {
	background: #f0f0ed;
	border: 1px solid #d0cec7;
}
.testwinner-best-price .price-tag {
	width: 96px; height: 43px;
	position: absolute;
	top: -26px; right: -48px;
	background: url(/v1/public/images/price-tag.png) left top no-repeat;
	text-align: center;
}
.testwinner-best-price .price-tag > .value {
	display: block;
	margin-left: 5px;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(-11deg);
}
.winner-table td {
	border: 1px solid #ddd;

}
.winner-table .image-placeholder + td {
	border-left: 0;
}
.winner-table td + td {
	border-right: 1px solid #ddd;
}
.winner-table .open-on-hover:hover td,
.winner-table .active td {
	background: #FFF9EB;
	cursor: pointer;
}
.winner-table .active td {
	background: #f5f5f5;
}
.winner-table .price-stage {
	background: #f5f5f5;
}
.winner-table .price-stage > td {
	padding: 20px;
}
.winner-table .price-stage > .expand-button {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
.winner-table-medals {
	position: relative;
	text-align: center;
}
.winner-table .medal {
	display: inline-block;
}
.winner-table .preloader {
	top: 50%;
	left: 100%;
}
.test-nav > ul > li {
	padding: 3px;
}
.test-nav .active {
	background: #d8dfea;
}
.test-nav .active > a {
	color: #333;
}
.all-tests-container {
	background: #fff;
	position: relative;
}
.all-tests-container > .gw {
	position: relative;
	z-index: 1;
}
.all-tests-nav > ul > li {
	padding: 5px;
}
.all-tests-nav .active {
	background: #f0f0ed;
}
.all-tests-nav .active > a {
	color: #72716f;
}
.all-tests-nav .preloading {
	background: url("/v1/public/images/tiny-blue-preloader.gif") 95% center no-repeat #f0f0ed;
}
.all-tests-list .test-image {
	display: block;
	width: 50px;
	height: 50px;
}
.all-tests-list .image-placeholder {
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.cars {
	background: #f0f0ed;
}
.car-item {
	margin-bottom: 8px;
	z-index: 1;
	position: relative;
}
.car-item > .car-wrapper-container {
	height: 270px;
	position: relative;
}
.car-item .car-wrapper {
	padding: 8px;
	padding: .5rem;
	width: 100%;
	position: absolute;
	background: #fff;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
}
.car-image-wrapper {
	position: relative;
}
.car-image-wrapper > img {
	width: 100%;
}
.car-image-wrapper > .preloader {
	margin-top: -16px;
	margin-left: -16px;
	width: auto;
	position: absolute;
	top: 50%; left: 50%;
}
.car-image {
	width: 100%;
	position: absolute;
	left: 0; top: 0;
}
.car-image > img {
	width: 100%;
}
.car-ratings {
	width: 60px;
	height: 60px;
	background: url("/v1/public/images/ratings.png") no-repeat;
	text-align: center;
}
.car-ratings > .car-ratings-value {
	margin-right: 3px;
	font-size: 21px;
}
.car-ratings.rating--100 { background-position: -240px -180px; }
.car-ratings.rating--95 { background-position: 0 0; }
.car-ratings.rating--90 { background-position: -60px 0; }
.car-ratings.rating--85 { background-position: -120px 0; }
.car-ratings.rating--80 { background-position: -180px 0; }
.car-ratings.rating--75 { background-position: -240px 0; }
.car-ratings.rating--70 { background-position: 0 -60px; }
.car-ratings.rating--65 { background-position: -60px -60px; }
.car-ratings.rating--60 { background-position: -120px -60px; }
.car-ratings.rating--55 { background-position: -180px -60px; }
.car-ratings.rating--50 { background-position: -240px -60px; }
.car-ratings.rating--45 { background-position: 0 -120px; }
.car-ratings.rating--40 { background-position: -60px -120px; }
.car-ratings.rating--35 { background-position: -120px -120px; }
.car-ratings.rating--30 { background-position: -180px -120px; }
.car-ratings.rating--25 { background-position: -240px -120px; }
.car-ratings.rating--20 { background-position: 0 -180px; }
.car-ratings.rating--15 { background-position: -60px -180px; }
.car-ratings.rating--10 { background-position: -120px -180px; }
.car-ratings.rating--5 { background-position: -180px -180px; }
.car-item .car-content {
	padding: 10px 0 0 0;
}
.car-item .car-context {
	height: 60px;
}
.car-item .car-context h6 {
	max-width: 110px;
}
.car-item:hover {
	z-index: 2;
}
.car-item:hover .car-wrapper {
	margin-top: -4.55%;
	margin-left: -4.55%;
	width: 110%;
	padding: 4.55%;
	border: 1px solid rgba(0,0,0, .2);
	box-shadow: 0 1px 3px rgba(0,0,0, .15);
}
.cars .pagination a,
.cars .pagination span {
	display: inline-block;
	padding: 5px;
}
.car-series-heading {}
.car-series-heading > .model-image {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden
}
.car-series-heading > .model-heading {
	height: 60px;
}
.find-tests {
	padding: 10px;
	border: 2px solid #eee;
}
.find-tests li {
	padding: 5px 0;
	border-top: 1px solid #eee;
}
.find-tests li:first-child {
	border: 0;
}
.post-entry-nob {
}
.post-entry-nob:last-child {
	margin-bottom: 10px;
}
.post-entry-nob .winner-image {
	float: left;
	max-width: 300px;
}
.post-entry-nob .winner-image > img {
	width: 100%;
}
.post-entry-nob .winner-medal {
	max-width: 38px;
}
.post-entry-nob .winner-medal > img {
	display: block;
	width: 100%;
}
.post-entry {
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.post-entry:last-child {
	margin-bottom: 10px;
}
.post-entry .winner-image {
	float: left;
	max-width: 300px;
}
.post-entry .winner-image > img {
	width: 100%;
}
.post-entry .winner-medal {
	max-width: 38px;
}
.post-entry .winner-medal > img {
	display: block;
	width: 100%;
}
.photo-wrapper {
	max-width: 100% !important;
}
.article-post > .post-thumbnail {
	float: left;
	margin-right: 20px;
	max-width: 140px;
	width: 100%;
}
.article-post > .post-thumbnail img {
	display: block;
	width: 100%;
}
.article-post > .entry > h2 {
	margin-bottom: .75em;
}
.article-post > .entry img {
	max-width: 100%;
}
.article-post > .entry > .toc {
	counter-reset: li;
	margin: 0 0 40px 0;
	margin: 0 0 2.5rem 0;
	padding: .625rem 1.25rem;
	border: 4px solid #f5f5f5;
	list-style: square inside none;
}
.article-post > .entry > .toc > li {
	position: relative;
	line-height: 2.5em;
	color: #777;
}
.article-post > .entry > .toc > li:after {
	float: right;
	content: counter(li);
	counter-increment: li;
	font-weight: 700;
	color: #E25740;
}
.sistaminuten-list ul {
	padding-left: 20px;
	padding-left: 1.25rem;
}
.sistaminuten-list ul > li {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}
.testse-artikel { width: 320px; height: 50px; }
@media(min-width: 500px) { .testse-artikel { width: 468px; height: 60px; } }
.article-post > .entry > p {
	margin-bottom: 14px;
	margin-bottom: .875rem;
}
.article-post > .entry > ul,
.article-post > .entry > ol {
	margin: 0 0 14px 20px;
	margin: 0 0 .875rem 1.25rem;
	list-style-type: square;
}
.article-post > .entry > ol {
	list-style-type: decimal;
}
.article-post > .entry > table {
	font-size: 13px;
	font-size: .8125rem;
}
.article-post > .entry > table tr {
	background: #F0F0ED;
}
.article-post > .entry > table tr:nth-child(even) {
	background: #fff;
}
.a-z-nav {
	display: table;
	width: 100%;
	padding: 5px;
	background: #f0f0ed;
	border-radius: 3px;
	font-size: 12px;
	font-size: .75rem;
}
.a-z-nav > a,
.a-z-nav > strong {
	display: table-cell;
}
.pricerunner-modal {
}
.facebook-likebox * {
   width: 100% !important;
}
.adsense-responsive {
	width: 468px;
	height: 60px;
}
@media only screen and (max-width: 480px) {

	.gl-border {
		border: 0;
	}

	html {
		font-family: sans-serif;
		font-weight: normal;
	}
	#responsive-helper {
		display: inline;
	}

	.header-content-wrapper {
		margin: auto;
		height: auto;
		min-height: 0;
	}
	.header-content-wrapper > .header-content-push {
		height: 0;
	}

	 .g-header {
	 }
	 .g-header > .wrapper {
	 	padding-right: 0;
	 }

	.g-logotype {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 15px 0 15px 0;
		width: 90px;
		position: relative;
		z-index: 2;
	}
	.g-logotype > img {
		display: block;
	}

	.logotype-background {
		width: 102px;
		height: 24px;
		background:url('/v1/public/images/logo-large.png');
		background-size: contain;
		margin: 4px 0px 0px 5px;
		background-repeat: no-repeat;
	}
	.voucher-holder {
		padding: 0 0 10px 0;
	}
	.g-border {
		border-right: 0;
		padding-right: 0;
	}

	.header-tools {
		display: none;
	}


	.g-nav {
		float: right;
		margin-left: -100px;
		padding-left: 100px;
		width: 100%;
		position: static;
	}
	.g-nav-item.g-nav-desk-item > .act-as-href,
	.g-nav-desk-item .g-dropdown-container > .hide-content {
		display: inline-block;
		visibility: visible;
	}
	.g-nav-item:last-child {
		border-right: 0;
	}
	.g-search-tests > input {
		font-size: 1rem;
	}
	.relative {
		position: static;
	}


	.all-tests-list {
		overflow: hidden;
	}
	.all-tests-wrapper {
		width: 206%;
	}
	.all-tests-wrapper.show-content {
		position: relative;
		left: -103%;
	}
	.all-tests-wrapper > .g-content {
		display: none;
	}
	.all-tests-wrapper.show-content > .g-content {
		display: block;
	}
	.test-nav li {
		padding: 0;
	}
	.test-nav li > a {
		padding: 10px 5px;
	}

	.test-block {
		padding: 12px 0;
		padding: .75rem 0;
		border-bottom: 1px solid #ddd;
	}
	.test-block .test-block-title-regular {
		height: 30%;

		font-size: 20px;
		font-size: 1.25rem;
		font-weight: 600;
	}

	.test-block .test-block-title {
		height: 30%;

		font-size: 20px;
		font-size: 1.25rem;
		font-weight: 600;

	}
	.test-block .test-block-title > a {
		color: #2c3039;
		/*color:#fff;*/
	}
	.test-block .test-block-title:before {
		/*margin-right: 5px;
		margin-right: .3125rem;
		content: '\E75E';
		line-height: 23px;
		line-height: 1.4375rem;
		font-family: Entypo;
		font-size: 30px;
		font-size: 1.875rem;*/
	}
	.test-block .test-block-content {
		/*display: none;*/
		margin-bottom: 8px;
		margin-bottom: .5rem;
	}






	.test-block:target .test-block-title:before,
	.block-active .test-block-title:before {
		/*content: '\E75C';*/
	}
	.test-block:target .test-block-content,
	.block-active .test-block-content {
		display: block;
	}

	.winner-table .image-placeholder {
		padding: 0;
		width: 0;
		border-right: 0;
	}
	.winner-table .image-placeholder img {
		display: none;
	}
	.winner-table .medals {
		position: relative;
	}
	.winner-table .medal {
		position: absolute;
		width: 16px;
		margin: 0;
	}
	.winner-table .price-stage > td {
		padding: 10px;
	}

	.test-result-excerpt {
		height: 87px;
		overflow: hidden;
	}
	.test-result-entry.expanded > .test-result-excerpt {
		height: auto;
	}
	.test-result-entry:after {
		content: 'Fortsätt läsa »';
		color: #87C1C3;
	}
	.test-result-entry.expanded:after {
		content: '';
	}

	.test-nav .phone-sensitive.active {
		background: none;
	}
	.test-nav .phone-sensitive.active > a {
		color: #336da8;
	}

	 .article-post > .post-thumbnail {
	 	max-width: 100%;
	}

	.car-item > .car-wrapper-container {
		height: 219px;
	}
	.car-ratings {
		width: 36px;
		height: 36px;
		background: url("/v1/public/images/ratings.png") no-repeat;
		background-size: 180px 180px;
		text-align: center;
	}
	.car-ratings > .car-ratings-value {
		margin-right: 3px;
		font-size: 14px;
	}
	.car-ratings.rating--100 { background-position: -144px -108px; }
	.car-ratings.rating--95 { background-position: 0 0; }
	.car-ratings.rating--90 { background-position: -36px 0; }
	.car-ratings.rating--85 { background-position: -72px 0; }
	.car-ratings.rating--80 { background-position: -108px 0; }
	.car-ratings.rating--75 { background-position: -144px 0; }
	.car-ratings.rating--70 { background-position: 0 -36px; }
	.car-ratings.rating--65 { background-position: -36px -36px; }
	.car-ratings.rating--60 { background-position: -72px -36px; }
	.car-ratings.rating--55 { background-position: -108px -36px; }
	.car-ratings.rating--50 { background-position: -144px -36px; }
	.car-ratings.rating--45 { background-position: 0 -72px; }
	.car-ratings.rating--40 { background-position: -36px -72px; }
	.car-ratings.rating--35 { background-position: -72px -72px; }
	.car-ratings.rating--30 { background-position: -108px -72px; }
	.car-ratings.rating--25 { background-position: -144px -72px; }
	.car-ratings.rating--20 { background-position: 0 -108px; }
	.car-ratings.rating--15 { background-position: -36px -108px; }
	.car-ratings.rating--10 { background-position: -72px -108px; }
	.car-ratings.rating--5 { background-position: -108px -108px; }
	.car-item .car-context h6 {
		max-width: 80px;
		font-size: 15px;
	}

	.car-series-heading > .model-heading {
		height: auto;
	}

	.g-footer {

	}

	.adsense-responsive {
		position: relative;
		margin-left: -10px;
		width: 320px;
		height: 50px;
	}

	.home-splashbox-header {
		font-size: 18px;
		line-height: 22px;
		padding: 10px;
	}
	.home-splashbox-center {
		padding: 10px;
		font-size: 14px;
	}
	.home-splashbox-search {
		padding: 10px;
	}
	.home-splashbox-search-input {
		font-size: 12px;
	}
	.home-splashbox-search-input-submit {
		width: 50px;
	}
	.stardivider .stardivider-image {
		width: 25px;
		height: 25px;
		display: block;
	}
	.stardivider .stardivider-text {
		font-size: 16px;
	}
	.latest-tests .latest-tests-col {
		display: table-row;
		width: 100%;
		height: 100%;
		margin-bottom: 10px;
	}
	.latest-tests .latest-tests-col:nth-child(even) {
		padding-left: 0;
	}
	.latest-tests .latest-tests-col:nth-child(odd) {
		padding-right: 0;
	}
	.popular-tests .popular-tests-col {
		display: table-row;
		width: 100%;
		height: 100%;
		margin-bottom: 4px;
	}
	.popular-tests .popular-tests-col:nth-child(even) {
		padding-left: 0;
	}
	.popular-tests .popular-tests-col:nth-child(odd) {
		padding-right: 0;
	}
}
@media only screen and (min-width: 481px) and (max-width: 960px) {

	.g-search .main-search {
		height: 36px;
		border-radius: 18px;
	}
	.g-search .search-keywords input {
		padding: 6px 8px;
		border-radius: 18px;
	}
	.g-search .submit-search input {
		height: 38px;
	}
	.g-border {
		 border-right: 0;
    	padding-right: 0px;
	}
	.gl-border {
		border: 0;
    	padding-right: 0px;
	}

	.header-tools {
		margin: 0;
		display: inline-block;
		float:right;
		margin: 20px 10px 0 0;
	}
	.logotype-background {
		width: 140px;
		height: 35px;
		background:url('/v1/public/images/logo-medium.png');
		margin:8px 0px 5px 10px;
		background-repeat: no-repeat;
	}

	.test-news .test-news-header h2 a {
		color:#333;
		font-size: 16px;
		line-height: 15px;
	}
	.test-news .test-news-image-holder {
		width: 100%;
		height: 170px;
	}

	.voucher-holder {
		padding: 0 0 10px 0;
	}
	.voucher-holder:nth-child(even) {
		padding: 0 0 10px 5px;
	}
	.voucher-holder:nth-child(odd) {
		padding: 0 5px 10px 0;
	}
	.header-speech {
		float: right;
		width: 200px;
		background-color:#e25740;
		border-radius: 8px;
		font-size: 10px;
		line-height: 14px;
		font-style: italic;
		padding: 5px;
		margin: 6px 10px 0px 0px;
		text-align: center;
		font-weight: 500;
		position:relative;
		color:#fff;
	}
	.header-speech:after {
		content: ' ';
		position: absolute;
		bottom: -15px;
		right: 35px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 0;
		border-color: #e25740 transparent transparent transparent;
		z-index: 6;
	}

	.all-tests-container {
		margin-right: 40px;
		margin-left: 40px;
	}

	.h-test-item:nth-child(2n+1){
		clear: both;
	}
	.h-ugly-clear {
		clear: none;
	}
	.g-content-wrapper {
		padding: 0 24px 24px 24px;
	}
}
@media only screen and (max-width: 960px) {


	.g-nav-parent {
		display: block;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
	}
	.g-search {
		display: block;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .5s;
	}
	.g-nav-icons > a {
		display: inline-block;
		padding: 5px 10px;
		text-decoration: none;
	}

	.g-nav-icons > .active {
		display: inline-block;
		height: auto;
		background: #be451e;
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0, .2), 0 1px 0 rgba(255, 255, 255, .1);
		text-decoration: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {


	.g-search-tests > .g-search-prealoder {
		background: url(/v1/public/images/g-search-prealoder@2.gif) no-repeat;
		background-size: 16px 16px;
	}
	.g-search-tests > .g-search-exit {
		background-image: url(/v1/public/images/search-exit@2.png);
		background-size: 16px 16px;
	}

	.testwinner-best-price .price-tag {
		background-image: url(/v1/public/images/price-tag@2.png);
		background-size: 50% auto;
	}

	.g-meta-behavior a {
		background-image: url("/v1/public/images/meta-icons@2.png");
		background-size: 37px 24px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
	.midrange--hide-content {
		display:  none!important;
	}
	.desktop-navi-search {
		padding: 0;
	}
	.mainnavigation-categorys li a {
		font-weight: 200;
		font-size: 12px;
		padding: 13px 8px 13px 8px;
	}
	.mainnavigation-categorys li.redes-header-navi-tablet {
		display: table-cell;
	}
	.mainnavigation-link, .mainnavigation-searchlink {
	 	display: inline-block;
		color:#fff;
		font-family: OpenSans;
		font-weight: 100;
		font-size: 14px;
		padding: 3px 0px 3px 0px;
		width: 30%;
		margin-right: 10px;
		float:left;
	 }
	.searchresult {
		margin: 0;
		overflow-y: scroll;
		height: 100%;
		position: fixed;
	}
	.mainnavigation-categorys li .redes-search-box {
		border-radius: 2px 2px 2px 2px;
	}
}
@media only screen and (max-width: 640px) {
	.category-arrow {
	    font-family: Entypo;
	    font-size: 20px;
	    margin-left: 10px;
	}

	.special--hide-content {
		display:  none!important;
	}
	.mobile-categories-sub {
		width: 100%;
		display: block;
		cursor:pointer;
	}
	.mobile-categories-sub:hover {
		text-decoration: none;
	}
	.mainnavigation-categorys li .redes-subnavigation a {
		width: 100%;
	}
	.mainnavigation-categorys li {
		border-right: 1px solid #666;

	}
	.mainnavigation-categorys li.mobile-categories-li {
		width: 100%;
	}
	.mobile-categories-subnavigation {
		position: fixed;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.mainnavigation-link, .mainnavigation-searchlink {
		width: 100%;
		display: block;
		padding: 8px 0px 5px 10px;
		font-size: 16px;
		border-bottom: 1px solid #666;
	}
	.mainnavigation-link:last-child {
		margin-bottom: 40px;
	}
	.mainnavigation-subnavigation {
		padding: 10px 0 0 0;
	}
	.desktop-navi-search {
		padding:0;
	}
	.mainnavigation-categorys li.redes-header-navi-categories {
		width: 100%;
	}
	.mainnavigation-categorys .redes-header-navi-phone {
		display: table-cell;
	}
	.mainnavigation-categorys .redes-header-navi-desk {
		display: none;
	}

	.navigation-subheader {
		padding: 10px 0 5px 10px;
	}
	.mainnavigation-categorys li .redes-search-box {
		border-radius: 2px 2px 2px 2px;
	}
	.mainnavigation-button:hover {
		background:transparent;
		color:#fff;
	}
	.mainnavigation-button.active {
		background:transparent;
		color:#fff;
	}
	.searchresult {
		margin: 0;
		overflow-y: scroll;
		height: 100%;
		position: fixed;
		-webkit-overflow-scrolling: touch;
	}



}

.responsive_iframe_container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.responsive_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
