/*
*
* @file: Layout Grid System
* @author: mis en scène by mybinaryromance.com
* @contact: root@mybinaryromance.com
*
*/
    .cc_grid{
        width: 100%; 
        max-width: 1200px;      
    }
    /* clearfix hack kills safari...*/
    /*.cc_row:before, 
    .cc_row:after,
    .cc_row_wide:before, 
    .cc_row_wide:after {
        content:"";
        display: table ;
        clear:both;
    }*/

    .cc_row, ul.cc_row_wide {
		margin: 0 auto !important;
		list-style: none !important;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		/*justify-content: space-around;*/
     }

    [class*='cc_col-'] {
        float: left; 
        min-height: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-sizing: border-box;
		position:relative;
	/*border-style: solid;
	border-color: transparent;*/
    }
    
    [class*='cc_col-'] img {
		max-width: 100%;
		height:auto;
		width: auto;
    }

    .cc_row [class*='cc_col-'] {
		margin-top:10px;
		margin-bottom:10px;
		margin-left: 0.85%;/*ex 0.85*/
		margin-right: 0.85%;
		/*border-width: 10px 10px 10px 10px;*/
    }

    .cc_row_wide [class*='cc_col-'] {
		margin-top:10px;
		margin-bottom:10px;
		margin-left: 1.7%;/*ex 1.7*/
		margin-right: 1.7%;
		/*border-width: 20px 20px 20px 20px;*/
    }

    .cc_row > [class*='cc_bg-'],
    .cc_row_wide > [class*='cc_bg-'] {
	/*border-color: #ffffff;*/
    }
	/* width -2*0.85 */
    .cc_row .cc_col-1{ width: 6.63%;}
    .cc_row .cc_col-2{ width: 14.96%;}
    .cc_row .cc_col-2-4{ width: 18.3%;}
    .cc_row .cc_col-3{ width: 23.3%;}
    .cc_row .cc_col-4{ width: 31.63%;}
    .cc_row .cc_col-5{ width: 39.96%;}
    .cc_row .cc_col-6{ width: 48.3%;}
    .cc_row .cc_col-7{ width: 56.63%;}
    .cc_row .cc_col-8{ width: 64.96%;}
    .cc_row .cc_col-9{ width: 73.3%;}
    .cc_row .cc_col-10{ width: 81.63%;}
    .cc_row .cc_col-11{ width: 89.96%;}
    .cc_row .cc_col-12{ width: 98.3%;}
	/* width -2*1.7 */
    .cc_row_wide .cc_col-1{ width: 4.93%;}
    .cc_row_wide .cc_col-2{ width: 13.26%;}
    .cc_row_wide .cc_col-2-4{ width: 16.6%;}
    .cc_row_wide .cc_col-3{ width: 21.6%;}
    .cc_row_wide .cc_col-4{ width: 29.93%;}
    .cc_row_wide .cc_col-5{ width: 28.06%;}
    .cc_row_wide .cc_col-6{ width: 46.6%;}
    .cc_row_wide .cc_col-7{ width: 54.93%;}
    .cc_row_wide .cc_col-8{ width: 63.26%;}
    .cc_row_wide.cc_row .cc_col-9{ width: 71.6%;}
    .cc_row_wide .cc_col-10{ width: 79.93%;}
    .cc_row_wide .cc_col-11{ width: 88.26%;}
    .cc_row_wide .cc_col-12{ width: 96.6%;}


@media all and (max-width:768px){
	.cc_row .cc_col-11:not(.cc_col_nobreaks),
	.cc_row .cc_col-10:not(.cc_col_nobreaks),
	.cc_row .cc_col-9:not(.cc_col_nobreaks),
	.cc_row .cc_col-8:not(.cc_col_nobreaks),
	.cc_row .cc_col-7:not(.cc_col_nobreaks),
	.cc_row .cc_col-6:not(.cc_col_nobreaks){ width: 98.3%;}

	.cc_row .cc_col-5:not(.cc_col_nobreaks),
	.cc_row .cc_col-4:not(.cc_col_nobreaks),
	.cc_row .cc_col-3:not(.cc_col_nobreaks),
	.cc_row .cc_col-2-4:not(.cc_col_nobreaks):nth-of-type(1),
	.cc_row .cc_col-2-4:not(.cc_col_nobreaks):nth-of-type(2) { width: 48.3%;}

	.cc_row .cc_col-2-4:not(.cc_col_nobreaks),
	.cc_row .cc_col-2:not(.cc_col_nobreaks),
	.cc_row .cc_col-1:not(.cc_col_nobreaks) { width: 31.63%;}

	.cc_row_wide .cc_col-11:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-10:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-9:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-8:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-7:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-6:not(.cc_col_nobreaks){ width: 96.6%;}

	.cc_row_wide .cc_col-5:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-4:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-3:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-2-4:not(.cc_col_nobreaks):nth-of-type(1),
	.cc_row_wide .cc_col-2-4:not(.cc_col_nobreaks):nth-of-type(2) { width: 46.6%;}

	.cc_row_wide .cc_col-2-4:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-2:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-1:not(.cc_col_nobreaks) { width: 29.93%;}
    }
@media only screen and (max-width: 480px) {
	.cc_row .cc_col-5:not(.cc_col_nobreaks),
	.cc_row .cc_col-4:not(.cc_col_nobreaks),
	.cc_row .cc_col-3:not(.cc_col_nobreaks) { width: 98.3%;}

	.cc_row .cc_col-2-4:not(.cc_col_nobreaks),
	.cc_row .cc_col-2:not(.cc_col_nobreaks),
	.cc_row .cc_col-1:not(.cc_col_nobreaks) { width: 48.3%;}

	.cc_row_wide .cc_col-5:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-4:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-3:not(.cc_col_nobreaks){ width: 96.6%;}

	.cc_row_wide .cc_col-2-4:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-2:not(.cc_col_nobreaks),
	.cc_row_wide .cc_col-1:not(.cc_col_nobreaks) { width: 46.6%;}
}

@font-face {
  font-family: Otona;
  font-style: normal;
  font-weight: 700;
  src: url('https://www.otonajp.com/skin/frontend/mbr/otona/fonts/NikumaruFont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('https://www.otonajp.com/skin/frontend/mbr/otona/fonts/NikumaruFont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
.otona {
	font-family: Otona, Verdana, sans-serif;
}
.f-left {
	float:left;
}
/* fancy bg*/
.page {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/clean_textile.png);
	background-position: center center;
	background-repeat:repeat;
}
.main-container {
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 2px 2px 3px 0px rgba(70,81,87,0.5);
	-moz-box-shadow: 2px 2px 3px 0px rgba(70,81,87,0.5);
	box-shadow: 2px 2px 3px 0px rgba(70,81,87,0.5);
	max-width: 1380px !important;
}

/* seo text to bottom */
.topsyturvy {
	display: table;
	table-layout:fixed;
	width:100%;
}
.topsyturvy > div {
	display: table-row;
}
.topsyturvy > div.d-low {
	display: table-footer-group;
}


.cms-index-index [class*='cc_col-'] .button {
	margin-bottom:2%;
}
.promo_frontpage {
	padding-bottom:45px;
	border: 1px solid #ededed;
}
.instafeed .button,
.promo_frontpage .button {
	position:absolute;
	bottom:0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width:75%;
	white-space: normal;
}
.bannercontainer img {
	display:inline-block;
}


/*trust widget*/
.trust {
	position:relative;
	box-sizing:border-box;
	background-color: #FBFBFB;
	border:3px solid #4696D2;
	padding:1%;
}
.trust::after {
	content: '';
	position:absolute;
	width:50%;
	height:50%;
	background-image:url(https://www.otonajp.com/skin/frontend/mbr/otona/images/y1.png);
	background-position: top right;
	background-repeat:no-repeat;
	background-size: contain;
	top: 0;
	right: -15%;
	z-index:0;
}

.trust > h2 {
	z-index: 3;
	position: relative;
	display: inline-block;
	margin: 5% 2%;
}
.std .trust > ul {
	list-style: none;
	margin: 10% 2%;
}
.trust > ul > li {
	margin: 0;
	padding: 0.3em 0 0.3em 2.5em;
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/trust-check.png);
	background-position:left center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.7);
	z-index: 3;
	position: relative;
	float: left;
	clear:both;
} 
@media only screen and (max-width: 480px) {
	.trust::after {
		right: 0;
	}
}

/* tribute to trustpilot*/
#trustpilot_base h2 {
	font-weight: bold;
	color: black;
	font-size:20px;
	margin-bottom:0;
}
#trustpilot_base .star-rating {
	margin:5%;
}
#trustpilot_base .star-rating > div {
	float: left;
	line-height: 1;
	padding: 9% 0;  
	border-radius: 3px;
	margin: 1%;
	box-sizing:border-box;
	width:18%;
	background-color: #007f4e;
	background-image:url(https://www.otonajp.com/skin/frontend/mbr/otona/images/FivePointedStar.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
}
#trustpilot_base .star-rating.count-4 > div.star-5,
#trustpilot_base .star-rating.count-3 > div.star-5,
#trustpilot_base .star-rating.count-3 > div.star-4,
#trustpilot_base .star-rating.count-2 > div.star-5,
#trustpilot_base .star-rating.count-2 > div.star-4,
#trustpilot_base .star-rating.count-2 > div.star-3,
#trustpilot_base .star-rating.count-1 > div.star-5,
#trustpilot_base .star-rating.count-1 > div.star-4,
#trustpilot_base .star-rating.count-1 > div.star-3,
#trustpilot_base .star-rating.count-1 > div.star-2,
#trustpilot_base .star-rating.count-0 > div.star-5,
#trustpilot_base .star-rating.count-0 > div.star-4,
#trustpilot_base .star-rating.count-0 > div.star-3,
#trustpilot_base .star-rating.count-0 > div.star-2,
#trustpilot_base .star-rating.count-0 > div.star-1 {
	background-color: #c8c8c8;
}

#trustpilot_base small {
	display:block;
	text-align:center;
	line-height: 1;
}
#trustpilot_base small a {
	color: #465157
}
#trustpilot_base .trustlogo {
	display: inline-block;
	margin: 5% 20%;
}
#trustpilot_base .trustlogo svg {
	width: 100%;
	height: auto;
}


/* slider */
body.cms-home .slideshow-container .slideshow > li {
	max-height: 380px;
}
/* countdown widget */
.block-promo-countdown {
	/*align-items: stretch;
	display: flex;
    flex-wrap: wrap;*/
}
.countdown_widget {
    border: 1px solid #ededed;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color:#ffffff;
    text-align: center;
    height:100%;
     margin: 0;
}
.countdown_widget h2 {
	position: absolute;
	width: 150%;
	text-align:center;
	color: #966EB4;
	background-color: #FFD208;
	font-family: Otona, Verdana, sans-serif;
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	margin: 5% 0 0 -46%;
	z-index:80;
	padding: 0;
	font-size:1.5em;
}
.countdown_widget h3 {
	font-family: Otona, Verdana, sans-serif;
	text-align:center;
	color: #966EB4;
	margin-top: 0;
	margin-bottom: 0;
}
.countdown_widget p {
	margin:0 !important;
}
.countdown_widget .captionhold {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: 81;
}
.countdown_widget .captionhold:after {
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-color: #ffffff;
	opacity: 0.8;
	z-index: -1;
}
.countdown_widget .product-image-container img {
	/*max-height:75%;*/
	display:inline-block;
}
.countdown_widget .price-box {
	background-color: #ffffff;
	display: inline-block;
    	padding: 2px 4px;
    	border: 1px solid #cccccc;
}
.countdown_widget .special-price .price-container.price-final_price .price {
	font-weight: bold;
	color: #F05096;
}
.countdown_widget .old-price .price-label {
	display: none;
}
.countdown_widget .old-price .price {
	text-decoration: line-through;
}
.countdown_widget #countdowntimer:before {
	content: "Only";
	font-size:13px;
	position: absolute;
	left:-1px;
	top:-5px;
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.countdown_widget #countdowntimer:after {
	content: "left!";
	font-size:13px;
	position: absolute;
	right:-1px;
	bottom:-5px;
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.countdown_widget #countdowntimer,
.stockcount {
    border-radius: 5px;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    padding: 5px;
    text-align:center;
    background-color: #FFD208;
    margin: 5px auto;
    font-size: 1.3em;
    font-weight:bold;
    color: #966EB4;
    position: relative;
    max-width: 300px;
}
.countdown_widget a:hover {
	text-decoration:none;
}
.countdown_widget #countdowntimer sup {
	font-weight: normal;
	font-size: 0.9em;
}

/* NL feature frontpage */
.nl_feature {
	/*-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);*/
	font-size:1.1em;
	/*border-radius: 5px;
	*/
	margin:5% 0 5% 30%;
}
.nl_feature > span {
	background-color: rgba(255, 255, 255, 0.8);
}
.nl_feature_bg {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/y3.png);
	background-repeat: no-repeat;
	background-position: -10%;
	background-size: contain;
}
.nl_feature_bg #newsletter2 {
	max-width:75%;
}

/* bundle features */
.product-options-bottom > span {
	display:block;
	margin:2%;
}
.bundle_feature_text {
	padding: 2%;
	margin: 2%;
	border: 1px solid #F05096;
}
.stockcount {
	display: inline-block;
}

/* icons */
/*.product-view .product-shop .availability,*/
.product-view .points_teaser,
.points_total_balance {
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 5% 0 5% 25%;
	text-align: left;
}
.points_teaser_wrap {
	max-width:360px;
	margin:0 0 2% 0;
}
/*.product-view .product-shop .availability {
	background-image: url("https://www.otonajp.com/skin/frontend/mbr/otona/images/plane.png");
	background-position: 30px center;
}*/
.product-view .points_teaser,
.points_total_balance {
	background-image: url("https://www.otonajp.com/skin/frontend/mbr/otona/images/piggy-points.png");
	background-position: left center;
	background-size: 25% auto;
}
.product-view .price-as-configured + script + .points_teaser {
	display: none;
}
.sp-methods ul > li {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	/*padding: 10px 0 10px 150px;*/
}
.otona_banner_container {
	display:block;
	text-align:center;
}
.otona_banner_container img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width:100%;
}

/* instagram feed box & social links */
.instafeed {
	border: 1px solid #ededed;
	text-align:center;
}
.instafeed .channelfake {
	line-height:3em;
	vertical-align:middle,
}
.instafeed .channelfake .crcl {
	display:inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #ededed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/otonabox.png);
	height:3em;
	width:3em;
	vertical-align: middle;
	margin: 0 2%;
}
.instafeed .channelfake span > a {
	font-weight:bold;
}
.instafeed .channelfake .crcl + span > a {
	color: black;
}
.instafeed .channelfake > div + div > span a {
	color: #4696d2;
	margin: 0 2%;
}
.instafeed .socialbutton {
	display: inline-block;
	width:3em;
	height:3em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.instafeed .socialbutton:hover {
	opacity: 0.9;
	width:3.1em;
	height:3.1em;
	margin:-0.05em;
}
.instafeed .socialbutton.instabutton {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/Instagram.png);
}
.instafeed .socialbutton.twitterbutton {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/Twitter.png);
}
.instafeed .socialbutton.emailbutton {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/letter.png);
}
.instafeed .socialbutton.youtubebutton {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/YouTube.png);
}
.instafeed #instafeed_base {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

/* carousel */
.carousel {
  width: 100%;
  height:240px;
  overflow: hidden;
  position:relative;
}
.carousel .control {
	width:6%;
	line-height:240px;
	vertical-align:middle;
	top:0;
	bottom:0;
	z-index:20;
	position:absolute;
	background-color: #ffffff;
	text-align:center;
	color: #fefefe;
	cursor:pointer;
	font-size: 24px;
	text-shadow: 1px 1px 3px #555555;
	font-family: Otona, Verdana, sans-serif;
}
.carousel .backw.control {
	left: -6%;
}
.carousel .forww.control {
	right: -6%;
}
.std .carousel > div,
.std .carousel ul {
  /*overflow: hidden;*/
  top:0;
  left:5%;
  right:5%;
  z-index:10;
  margin: 0;
  height:240px;
  position:absolute;
  list-style:none;
}
.std .carousel .item {
  border: 1px solid #ededed;
  /*display: block;
  float:left;
  margin: 0 1.25% 0 1.25%;
  box-sizing: border-box;
  width:20%;*/
  height:240px;
  position:relative;
  text-align:center;
}
.carousel .item h3{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
	background-color:#ffffff;
	opacity: 0.8;
	z-index:5;
}
.carousel .item .datacontainer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:4;
	background-color:#ffffff;
	opacity:0.8;
	padding:1%;
}
.carousel .item .datacontainer > .price-box {
	float:right;
}
.carousel .item .datacontainer > .price-box p {
	margin:0;
	padding:0;
}
.carousel .item .datacontainer > .price-box p.old-price {
	font-size:0.8em;
	color: red;
}
.carousel .item .datacontainer > .ratings {
	float:left;
}
.carousel .item h3 a {
	font-size:1em;
	color: #000000;
	font-weight:bold;
}
.carousel .item > a {
	display:block;
	height:100%;
}
.carousel .item img {
	max-height: 70%;
	display: inline-block;
	margin-top: -40%;
	vertical-align: bottom;
	top: 50%;
	position: relative;
	z-index:1;
}

.carousel .slick-track [class*="cc_col-"] {
	margin-left:10px;
	margin-right:10px;
}
/* checkout special */
#onepage-checkout-shipping-method-additional-load .gift-messages {
	margin-top:20px;
}
#onepage-checkout-shipping-method-additional-load .gift-messages p.control label {
	font-weight: bold;
	font-size: 1.2em;
}

/* upsells */
.block.block-related .block-title {
    position:relative;
    height: 80px;
    margin: -2% 0 0 0;
    vertical-align: bottom;
    padding: 3.5% 0 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid #50C8AA;
    border-top:none;
}
.block.block-related .block-title:after {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/y4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position:absolute;
    content: '';
    width:15%;
    min-width:150px;
    height:150%;
    right:0;
    bottom: 0;
}
.block.block-related .block-title h2{
	font-size: 1.6em;
	color: #50C8AA;
	margin: 0 100px 0 0;
	display: inline-block;
	font-weight:600;
}

.block.block-related.block-up-sell .block-title:after {
    background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/y2.png);
}
.block.block-related.block-up-sell .block-title h2 {
	color: #966EB4;
}

#nav li.level0.cat23,
.new_arrivals {
	position:relative;
}
#nav li.level0.cat23:before,
.new_arrivals:before {
	content: '-10%';
	display: block;
	position: absolute;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	line-height:4em;
	vertical-align:middle;
	height:4em;
	width:4em;
	background-color:#50c8aa;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(70,81,87,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(70,81,87,0.5);
	box-shadow: 1px 1px 5px 0px rgba(70,81,87,0.5);
	-moz-transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-webkit-transform: rotate(340deg);
	transform: rotate(340deg);
	
}
#nav li.level0.cat23:before {
	top:-0.5em;
	left: -2em;
}
.new_arrivals:before {
	top:-3.5em;
	left:-3.5em;
}

/* category page */
img.catimage {
	height: auto;
	width: auto;
	float:left;
	margin:0 1% 1% 0;
}

/* cms navigation */
.nav-info ul ul {
	margin-left:10px;
	font-size: 0.9em;
}
.nav-info li.active > a {
	font-weight:bold;
}
.nav-info {
	margin-bottom:15px;
}

/* filters etc */
.pager .pages ol,
#ajax_filter ol,
#ajax_filter ul,
#ajax_filter {
	list-style: none !important;
}
#ajax_filter > li {
	position:relative;
	float:left;
	margin: 0 10px 10px 0;
	border:1px solid #dedede;
	background-color:#fefefe;
	cursor:pointer;
	border-radius:5px;
}
#ajax_filter > li .filter_name,
#ajax_filter_state > div {
	padding: 5px 40px 5px 5px;
	position:relative;
}
/*#ajax_filter > li .filter_name:before,
#ajax_filter_state > div:after {
	width: 20px;
	content: '';
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
}*/
#ajax_filter > li .filter_values {
	display:none;
	position:absolute;
	top:100%;
	left:-1px;
	margin-top:-5px;/*- border-radius of label */
	z-index: 10;
	padding: 10px;
	min-width:100%;
	background-color: #ffffff;
	border:1px solid #dedede;
}
#ajax_filter > li:hover .filter_name:after {
	content: '';
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	height: 6px;
	background: #ffffff;
	z-index: 11;
}
#ajax_filter > li:hover .filter_values {
	display:block;
}
#ajax_filter > li .filter_values > ol {
	margin-bottom:0;
}
#ajax_filter > li .filter_values li {
	margin-left:0;
}
#ajax_filter > li .filter_values li > div {
	position:relative;
}
#ajax_filter > li .filter_values label,
#ajax_filter > li .filter_values input[type=checkbox] {
	white-space:nowrap;
	padding: 2px 4px;
	line-height: 1.5em;
	vertical-align: middle;
}
#ajax_filter > li .filter_values label {
	margin: 0 0 0 1.5em;
}
#ajax_filter > li .filter_values input[type=checkbox] {
	position:absolute;
	left:0;
	top: 0.25em;
}
#ajax_filter > li .filter_values input[type=text] {
	max-width:80px;
	text-align: center;
	display: inline-block;
}
#ajax_filter .filter-track {
	position: relative;
	width:250px;
	height:4px;
	margin:20px 0;
	background-color: #dedede;
}
#ajax_filter .filter-track .filter-handle {
	position:absolute !important;
	height:10px;
	width:10px;
	top:-3px;
	display:block;
	background-color: #f79441;
	border-radius:5px;
}
#ajax_filter_state {

}
#ajax_filter_state > div {
	display: inline-block;
	margin: 10px 20px 10px 0;
	cursor: pointer;
	border: 1px solid #dedede;
	border-radius:5px;
	background-color: #eeeeee;
}
#ajax_filter_state > div:after {
	content: 'x';
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	text-align:center;
}
#dynamicreplace {
	position: relative;
}
#dynamicreplace.load-waiting:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.6);
	background-position: center center;
	background-repeat: no-repeat;
}

/* shariff shares */
li.shariff-button {
	display:inline-block;
	max-width:30px !important;
	min-width: auto !important;
	max-height:30px !important;
}
li.shariff-button .share_text {
	display: none !important;
}

/* elevator add-to-cart*/
.product-essential {
	position:relative;
}
@media only screen and (max-width: 770px) {
	#stick {
		position:static !important;
	}
}
@media only screen and (min-width: 771px) {
	.stickwrap {
		position: absolute;
		width: 35%;
		top: 0;
		bottom: 0.5em;
	}
}
/* youtube embed */
.tab-container .tab-content iframe {
	max-width: 100%;
}

/* privacy link */
.privacy {
	padding:1%;
	margin:1%;
	border: 1px solid #46C8DC;
	text-align:center;
	font-weight: bold;
}
.privacy a {
	color: #46C8DC;
}

/* kuko message, cart overlay addon message */
div.kuko_msg, .dialog .addons {
	display: block;
	margin: 2%;
	padding:2%;
	text-align:center;
	font-weight: bold;
	color: #46C8DC;
	border: 1px solid #46C8DC;
}
.dialog .addons ul {
	display: inline-block;
}

/* product list badges */
.products-grid > .item .feature {
	position: absolute;
	display:block;
	font-size:1em;
	font-weight:bold;
	background-color: #FFD208;
	padding:1em;
	top:-0.5em;
	left:-0.5em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.products-grid > .item .feature.staffpick {
	background-color: #50C8AA;
	color:#ffffff;
}
 
/* checkout jazzup*/
#checkout-payment-method-load dt::before {
	content:"";
	display: block;
	float:right;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3em;
	width: 25%;
	margin:1%;
}
#checkout-payment-method-load dt {
	border:1px solid #cecece;
}
#checkout-payment-method-load #dt_method_paypal_standard {
	width:100%;
	background-color: rgba(255,192,203,0.4);
}
#checkout-payment-method-load #dt_method_paypal_standard::before {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/pp-checkout.jpg);
	max-width:25%;
	max-height:98%;
	width: 250px;
	height:125px;
}
#checkout-payment-method-load #dt_method_jpcc::before {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/cc-checkout.jpg)
}
#checkout-payment-method-load #dt_method_verotel_bitcoin::before {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/bc-checkout.jpg)
}
#checkout-payment-method-load #dt_method_verotel_debit::before {
	background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/sb-checkout.jpg)
}
#checkout-payment-method-load #dt_method_banktransfer::before {
	display:none;
}	
#checkout-payment-method-load dt label {
	background-color: transparent !important;
	font-weight:bold;
	min-width: 1px;
}
#checkout-payment-method-load ul.form-list,
#checkout-payment-method-load label,
#checkout-payment-method-load dt > div {
	max-width:70%
}
#checkout-payment-method-load dt > div {
	font-weight:normal;
}
#checkout-payment-method-load dt div ul.form-list {
	display: block !important;
}

/* modal dialogs */
#overlay_modal{
	position:fixed;
	height:100%;
	width:100%;
	background-color:#697243;
	z-index:9999999 !important;
	top:0;
	left:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.dialog {
	position:fixed;
	top:15% !important;
	margin: 0 0 0 -70px;
	background:#fff;
	/*max-height:400px;*/
	min-height:296px;
	height: auto !important;
	z-index:10000000 !important;
	padding:30px 20px;
	box-sizing: border-box;
	max-width: 640px;
	width:100% !important;
}
.alphacube_content {
	min-height: 300px;
	height: auto !important;
	max-height:550px;
	overflow-x: hidden!important;
	overflow-y:auto!important;
	width: 100% !important;
}
.cms-page-view table td.alphacube_content, .cms-page-view table td.alphacube_w {
	padding:0 !important;
}
.dialog table.table_window {
	background-color: #fff;
	margin:0;
	border:none;
	width:100% !important;
	table-layout:fixed;
}
.dialog table.top {
	display:none;
}
.dialog table.bot {
	display:none;
}

.dialog div.alphacube_message {
	font-size:13px;
	line-height:17px;
	max-height: 550px;
	width:100% !important;
}
.dialog div.alphacube_buttons {
	position:absolute;
	top: -30px;
	right:-25px;
}
.dialog div.alphacube_buttons .ok_button {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:25px;
	width:25px;
	border:3px solid #ffffff;
	background-color: #697243;
}

/* dynacart addons */
.dialog .table-wrapper {
	display: table;
	table-layout:fixed;
	width:100%;
}
.dialog .table-wrapper > ul {
	display: table-row-group;
}
.dialog .table-wrapper > .row-wrap,
.dialog .table-wrapper > ul > .item  {
	display: table-row;
}
.dialog .item {
	margin: 5px 0;
}

.dialog .row1 {
	display: table-cell;
	width:33.33%;
	text-align:left;
}
.dialog .row2 {
	display: table-cell;
	width:33.33%;
	text-align:center;
}
.dialog .row3 {
	display: table-cell;
	width:33.33%;
	text-align:right;
}
.dialog .headline2, .dialog .headline3 {
	display:block;
	margin: 0 0 5px;
}

.dialog .button.btn-cart.checkout {
	float:right;
}

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

	.dialog {
		
		margin: 0 !important;
		background:#fff;
		/*max-height:400px;*/
		min-height:296px;
		height: auto !important;
		z-index:10000000 !important;
		padding:0;
		border-top:30px solid #ffffff;
		border-bottom: 30px solid #ffffff;
		border-left: 20px solid #ffffff;
		border-right: 20px solid #ffffff;
		left:5% !important;
		right:5% !important;
		top:5% !important;
		width:90% !important;
	}

}

/*!
 * shariff - v1.24.1 - 17.11.2016
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2016 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */@font-face{font-family:FontAwesome;src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(https://netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.shariff::after,.shariff::before{content:" ";display:table}.shariff::after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{height:35px;box-sizing:border-box;overflow:hidden}.shariff li a{color:#fff;position:relative;display:block;height:35px;text-decoration:none;box-sizing:border-box}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal{display:-webkit-box}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li{height:30px}.shariff li a{height:30px}.shariff li .fa{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#F67C1A}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#F67C1A}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33AAE8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96D4EE}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465D}.shariff .tumblr a:hover{background-color:#44546B}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#F56770}.shariff .weibo a:hover{background-color:#FA7F8A}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#F56770}.shariff .theme-white .weibo a{color:#F56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ACE0}.shariff .tencent-weibo a:hover{background-color:#38BBEB}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ACE0}.shariff .theme-white .tencent-weibo a{color:#26ACE0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .qzone a{background-color:#2B82D9}.shariff .qzone a:hover{background-color:#398FE6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2B82D9}.shariff .theme-white .qzone a{color:#2B82D9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}
@media only screen and (min-width: 771px) {
	#nav {
		display:table;
		width:100%;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
		-moz-box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
		box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
		background-color: #ffffff;
	}
	
	.nav-primary{
		display: table-row;
		width: 100%;
	}
	
	.nav-primary > li.level0 {
		display:table-cell;
	}
	.nav-primary li.level0 > ul > li {
		padding: 0.3em 1em;
	}
	.nav-primary li.level0 > ul {
		position:absolute;
	}
	.nav-primary li.level0 > ul > li.subgroup {
		display: table-cell;
	}
	
	.nav-primary li.level0 > ul > li.promo {
		display: table-footer;
		text-align:center;
	}
	
	.nav-primary li.level0 > ul > li.promo img {
		display: inline-block;
	}
	
	.nav-primary li.level0.blog {
		float:right;		
	}
	
	.nav-primary li.level0.blog a {
		color: #f05096;
		position:relative;
	}
	.nav-primary li.level0.blog a:before {
		content: '';
		background-image: url(https://www.otonajp.com/skin/frontend/mbr/otona/images/blogicon.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
		position:absolute;
		height: 2em;
		width: 2em;
		top: -1.5em;
	}
}

.nav-primary li.level0 > a {
	font-weight:bold;
}

.nav-primary li.level0 > ul {
	background-color: #FBFBFB;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
-moz-box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
box-shadow: 3px 3px 5px 0px rgba(70,81,87,0.5);
	display: none;
}
.nav-primary .navisubtitle {
	white-space: nowrap;
}

@media only screen and (max-width: 1160px) {
	.nav-primary a.level0 {
		padding: 0 1em !important;
	}
}
@media only screen and (max-width: 940px) {
	.nav-primary a.level0 {
		font-size: 1em !important;
	}
}



.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

