@media print {
	

	
.header, #content_pnlLeft, .footerMenu, #content_btnContactForm, .arrow, #txtFooterContact	{
	display: none !important;
}

#content_pnlRight	{
	width: 100% !important;
	display: inline-block !important;
}

.contentItem	{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	overflow: visible !important;
}

h2, span	{
	color: #000 !important;
}

.half.right	{
	width: 100%;
	display: block;
	float: left;
}

.slider {
    float: left;
	width: 100% !important;
}

}

#pnlCookieConsent {
  position: fixed;
  bottom: 0;
  background: #ebebeb;
  width: 100%;
  z-index: 1000;
  padding: 20px 1%;
}

#btnCookieAccept, #btnCookieDecline {
  background: #ffa03b;
  border: none;
  padding: 10px 1%;
  color: #fff;
  font-weight: bold;
}


body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: calibri, arial, sans-serif
}

a	{
	text-decoration: none;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

a.print {
    float: right;
    color: #000;
    background: url("../Images/print.png") no-repeat scroll 0 50% / 28%;
    padding: 5px 0 5px 8%;
}


ul	{
	/*list-style: none;*/
	padding: 0 0 0 5%;
}

h2 {
	display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}

h1 {
    font-size: 24px;
	margin: 0 0 10px 0;
}

p	{
	margin: 0 0 5px 0;
	font-size: 18px;
}

.header {
    background: #ffa03b;	
    display: inline-block;
    padding: 10px 0;
    width: 100%;
	position: unset;
	top: 0;
	z-index: 2;
	/*-webkit-box-shadow: 0 0 10px 0 #5b5b5b;
	box-shadow: 0 0 10px 0 #5b5b5b;*/
}

.headerContent {
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
}

.logoHolder	{
	height: 50px;
	width: 55%;
	float: left;
	margin: 0 0 0 1%;
}

.logoHolder a	{
	background: url("../Images/rotonet_logo.png") no-repeat scroll 0 0 / 80% auto rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    width: 100%;
}

.MainMenu	{
	width: 40%;
	padding: 1% 0 1% 0;
	list-style: none;
	text-align: right;
	margin: 0;
	float: right;
}

.MainMenu li	{
    display: block;
    margin: 0 3% 0 0;
}

.MainMenu li a {
    color: #fff;
    font-size: 18px;
}

.MainMenu li a:hover	{
	color: #cdcdcd;
}

.slogan p {
    color: #ffa03b;
    font-size: 32px;
    /*text-shadow: 0 0 5px #282828;*/
	margin: 35px 0 35px 5%;
}

.intro {
    padding: 1%;
	width: 97%;
	margin: 0 0 15px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
}

.intro b {
    color: #ffa03b;
}

.intro p {
    margin: 0;
}

#mainContent {
    margin: 10px auto 0 auto;
    max-width: 1150px;
    padding: 1%;
    width: 98%;
	overflow: hidden;
}

#mainContent .content, #mainContent .contentItem {
    background: none repeat scroll 0 0 #fff;
    padding: 1%;
	-webkit-box-shadow: 0 0 10px 0 #4c4c4c;
	box-shadow: 0 0 10px 0 #4c4c4c;
	margin: 0 0 10px 0;
	overflow: hidden;
}


#mainContent .content h2, #mainContent .contentItem h2 {
    color: #ffa03b;
    display: block;
    margin: 0 0 5px;
	font-size: 20px;
}

.categoryBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 97%;
}

.categoryBox:hover	{
	background: #f5f5f5;
}

.categoryBox p {
    color: #ffa03b;
	margin: 10px 0 10px 3%;
	text-align: left;
	font-size: 18px;
}

.categoryBox p.desc {
    color: #000000;
    font-size: 16px;
    height: auto;
    margin: 0 0 15px 3%;
    text-align: left;
}

.categoryBox .imgHolder {
	-webkit-box-shadow: 0 0 5px 0 #626262;
    box-shadow: 0 0 5px 0 #626262;
    margin: 4%;
	overflow: hidden;
	background: #fff;
	height: 89px
}


.categoryBox .imgHolder img {
    height: 100%;
    width: auto;
}



.productBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 97%;
}

.productBox:hover	{
	background: #f5f5f5;
}

.productBox p {
    color: #ffa03b;
	margin: 10px 0 10px 3%;
	text-align: left;
	font-size: 18px;
}

.productBox p.desc {
    color: #000000;
    font-size: 14px;
    height: auto;
    margin: 0 0 15px 3%;
    text-align: left;
}

.productBox .imgHolder {
	-webkit-box-shadow: 0 0 5px 0 #626262;
    box-shadow: 0 0 5px 0 #626262;
    margin: 4%;
	overflow: hidden;
	background: #fff;
	height: 179px
}


.productBox .imgHolder img {
    height: 100%;
    width: auto;
}



/* Tuotteet */

#content_pnlLeft	{
	float: left;
    padding: 0;
    width: 100%;
}

.Leftnavi	{
	float: left;
    padding: 0 0 10px 0;
    width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 0 10px 0 #4c4c4c;
	box-shadow: 0 0 10px 0 #4c4c4c;
}

.Leftnavi table td {
    vertical-align: top;
    white-space: normal !important;
}


.bannerBlock {
    display: none;
}

#content_pnlLeft a {
    color: #5f5f5f;
    font-size: 18px;
}

#content_pnlLeft a:hover {
    color: #000;
}

#content_pnlRight{
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

#content_pnlBigBanner	{
	width: 100%;
	max-width: 900px;
	-webkit-box-shadow: 0 0 10px 0 #4c4c4c;
	box-shadow: 0 0 10px 0 #4c4c4c;
	margin: 0 0 20px 0;
	overflow: hidden;			  
}

#content_pnlBigBanner a {
    display: grid;
}

#content_pnlRight table {
    width: 100%;
	border-collapse: collapse;
}

#content_pnlRight table td {
    padding: 1%;
    border-bottom: 1px solid #d6d6d6;
}

#content_pnlRight table td:nth-child(2n+1) {
    background: #efefef;
}

.contentItem #content_lblItemDescrption {
    float: left;
    width: 100%;
}


.contentItem #content_lblItemPrice {
    float: left;
	width: 100%;
	border-top: 1px solid #ffa03b;
	padding: 10px 0 0 0;
	font-size: 24px;
}


.contentItem #content_lblItemPrice > span {
    color: #ffa03b;
    font-weight: bold;
}

.itemContact {
    float: left;
    width: 100%;
}

.itemContact input[type="submit"] {
    background: none repeat scroll 0 0 #ffa03b;
    border: medium none;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 1% 1% 1% 1%;
	cursor: pointer;
	float: left;
	width: 155px;
	text-align: left;
	font-size: 16px;
}

.itemContact input[type="submit"]:hover	{
	background: #ffb954;
}

.itemContact input.loader[type="submit"] {
    background: #ffa03b url("/Assets/Images/formLoader.gif") no-repeat scroll 95% center;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 1% 5% 1% 1%;
	text-align: left;
}




/* Contact */


.itemContact #content_pnlContactForm {
    float: left;
}

.contactInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

#map-canvas {
    border: 2px solid #a5a5a5;
    box-shadow: 0 0 10px 0 #d5d5d5;
    float: left;
	width: 97%;
}

.mapImg {
	float: right;
	width: 98%;
	border: 1px solid #9F9F9F;
	margin: 10px 1%;
}

.formBox {
    float: left;
    width: 100%;
}

.formBoxWide {
    float: left;
    width: 100%;
}

.formBox input {
    border: 1px solid #979797;
    padding: 1%;
    width: 85%;
}

.formBox input.highlight {
    border: 1px solid #ffa03b;
}

.formBoxWide textarea {
    padding: 1%;
    width: 93%;
	border: 1px solid #979797;
}

.formBox input:hover, .formBox input:focus, .formBoxWide textarea:hover, .formBoxWide textarea:focus	{
	border: 1px solid #ffa03b;
}

.terms	{
	float: left; width: 100%;
}

#content_lblContactFormMessage {
    float: left;
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
}


/*--------*/

/* News */

#content_pnlDownPaginate {
    border-top: 1px solid #e2e2e2;
    padding: 10px 0 0;
    text-align: center;
	margin: 10px 0 0 0;
}

.newsItem {
    margin: 0 0 20px;
}

.newsItem h2	{
	border-bottom: 1px solid #FFA03B; 	
}

.newsItem .date	{
	color: #FFA03B;
}

.newsItem .info	{
	font-size: 12px;
}

#content_pnlDownPaginate {
    border-top: 1px solid #e2e2e2;
    padding: 10px 0 0;
    text-align: center;
	margin: 10px 0 0 0;
}

#content_pnlDownPaginate a#content_lnkDownPrev	{
	background: url("../Images/prev_arrow.png") left no-repeat;
	padding:  0px 0 0 15px;
	color: #525252;
}

#content_pnlDownPaginate a#content_lnkDownNext	{
	background: url("../Images/next_arrow.png") right no-repeat;
	padding:  0px 15px 0 0;
	color: #525252;
}

#content_pnlDownPaginate a#content_lnkDownPrev.aspNetDisabled, #content_pnlDownPaginate a#content_lnkDownNext.aspNetDisabled {
    visibility: hidden;
}


/*------*/

/*---Retailers---*/


.retailers {
    padding: 0;
}

.retailers li {
    display: inline-block;
    float: left;
    width: 97%;
	padding: 15px 1% 15px 1%;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
}

.retailers li img {
    float: right;
    margin: 0 0 0 2%;
    width: 48%;
}

/*---------------*/

/* Footer */

#pnlFooter {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
    color: #787878;
    overflow: hidden;
    width: 100%;
	padding: 0 0 30px 0;
}

.footerContent {
    margin: 0 auto;
    max-width: 1150px;
    padding: 3% 1% 1% 1%;
    width: 100%;
	border-top: 1px solid #e6e6e6;
}

.footerMenu {
    float: left;
    list-style: outside none none;
    margin: 0 2% 15px 0;
    padding: 0;
    width: 100%;
	font-size: 18px;
}

.footerMenu li {
	display: inline;
    border-right: 1px solid #e6e6e6;
    padding: 5px 10px 5px 5px;
}

.footerMenu li:last-child	{
	border-right: none;
}

.footerMenu li a	{
	color: #787878;
}


#txtFooterContact {
    display: block;
    float: left;
    padding: 0 0 0 2%;
    width: 80%;
	font-size: 18px;
}


#txtFooterContact p {
	line-height: 105%;
}


/* anythingSlider-style */

ul.media, ul.itemMedia {
	width: 100%;
}

 ul.media li img, ul.itemMedia li img {
	width: 100%;
	height: 100%;
	margin: 0;
}

#content_pnlBigBanner .anythingSlider {
    padding: 0;
    height: 400px !important;
}									   

/* Wide slider */
.content .anythingSlider {
    height: 140px !important;
    padding: 0 !important;
    max-width: 420px !important;
	width: 100% !important;
}

.content .anythingSlider .panel {
    height: 140px !important;
}

.content .anythingSlider .panel iframe {
    height: 140px !important;
	width: 100%;
}

/* Narrow slider (itempage)*/

.half	{
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.slider {
    width: 100%;
}

.contentItem .anythingSlider {
    height: 280px !important;
    margin: 0 auto;
    max-width: 420px;
    padding: 0;
    width: 100% !important;
}

.contentItem .anythingSlider .panel {
    height: 280px !important;
}

.contentItem .anythingSlider .panel iframe {
    height: 280px !important;
	width: 100%;
}

.image-container {
    position: relative;
    z-index: 1;
}

.slider .image-container .overlayImage {
    background: url("../../Assets/Images/suurennuslasi_small.png") no-repeat;
    height: 100%;
    position: absolute;
    top: 220px;
    width: 80px;
    z-index: 99;
	left: -10px;
}

.thumbNav {
    width: 100%;
}

.thumbNav li {
    display: inline-block !important;
    height: 60px;
    margin: 10px 5px 0 0;
    overflow: hidden;
    width: 80px !important;
}

.thumbNav li a {
	background: none !important;
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
	height: 60px !important;
}

.thumbNav li a:hover	{
	opacity: 0.8;
}

.thumbNav li a img {
	width: 100%;
	height: 100%;
}

.thumbNav li a .overlay {
    background: url("../Images/video_overlay.png") no-repeat;
    height: 100%;
    position: relative;
    top: -65px;
    width: 100%;
}

/*.thumbNav li a .overlayImage {
    background: url("../../Assets/Images/suurennuslasi_small.png") no-repeat;
    height: 100%;
    position: relative;
    top: -65px;
    width: 100%;
}*/

/* common slider styles*/
.anythingWindow {
    border: none !important;
	/*-webkit-box-shadow: 0 0 10px 0 #929292;
	box-shadow: 0 0 10px 0 #929292;*/
}

/* arrows */
.anythingSlider-default .arrow a {
   background: url("../Images/sliderArrow.png") no-repeat;
    display: block;
    height: 25px;
    margin: -10px 0 0;
    outline: 0 none;
    text-align: center;
    width: 25px;
}

/* back arrow  */
.anythingSlider-default .back { left: 1%; z-index: 1; top: 50%;}
.content .anythingSlider-default .back { left: 1%; z-index: 1; top: 50%;}
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: right 0; }
/* forward arrow */
.anythingSlider-default .forward { right: 1%; z-index: 1; top: 50%;}
.content .anythingSlider-default .forward { right: 1%; z-index: 1; top: 50%;}
.anythingSlider-default .forward a { background-position: left bottom; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -25px; }



/*--------*/


.menu {
    margin: 20px 0 0 0;
	padding: 0 !important;
	list-style: none;
}

.menu li {
    background: url(/assets/images/expand.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 2px 0 0 20px;
}

.contentItem .staticImgHolder {
    margin: 15px auto;
    max-width: 420px;
    width: 100%;
}

.contentItem .staticImgHolder img	{
	width: 100%;
} 


@media only screen and (min-width: 481px) {

.logoHolder	{
	width: 40%;
}

.MainMenu {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 1% 0;
    text-align: center;
    width: 100%;
}

.MainMenu li	{
    display: inline;
    margin: 0 3% 0 0;
}

.MainMenu li a {
    font-size: 18px;
}

.categoryBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 49%;
}

.categoryBox p.desc {
    color: #000000;
    font-size: 16px;
    height: 60px;
    margin: 0 0 15px 3%;
    text-align: left;
}


.productBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 49%;
}

.productBox p.desc {
    color: #000000;
    font-size: 14px;
    height: 60px;
    margin: 0 0 15px 3%;
    text-align: left;
}

/*----------*/

/* Wide slider */
.content .anythingSlider {
    height: 240px !important;
    padding: 0 !important;
    max-width: 720px !important;
	width: 100% !important;
}

.content .anythingSlider .panel {
    height: 240px !important;
}

.content .anythingSlider .panel iframe {
    height: 240px !important;
}

/* Narrow slider (itempage)*/

.contentItem .anythingSlider {
    height: 280px !important;
    margin: 0 auto;
    max-width: 420px;
    padding: 0;
    width: 100% !important;
}

.contentItem .anythingSlider .panel {
    height: 280px !important;
}

.contentItem .staticImgHolder {
    width: 50%;
}

}

@media only screen and (min-width: 769px) {

a.print {
    float: right;
    color: #000;
    background: url("../Images/print.png") no-repeat scroll 0 50% / 28%;
    padding: 5px 0 5px 3%;
}

.logoHolder	{
	width: 30%;
}

.logoHolder a	{
	background: url("../Images/rotonet_logo.png") no-repeat scroll 0 0 / 70% auto rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    width: 100%;
}

.header {
	position: fixed;
}

#mainContent {
    margin: 70px auto 0 auto;
    max-width: 1150px;
    padding: 1%;
    width: 98%;
	overflow: hidden;
}

.MainMenu	{
	width: 69%;
	padding: 1% 0 1% 0;
	list-style: none;
	text-align: right;
	margin: 0;
	float: right;
}

.MainMenu li a {
    font-size: 20px;
}

.bannerBlock {
    float: left;
    margin: 10px 0 0;
	-webkit-box-shadow: 0 0 10px 0 #4c4c4c;
	box-shadow: 0 0 15px 0 #4c4c4c;
	width: 100%;
	display: block;
}

.bannerBlock a img	{
	display: flex;
	width: 100%;
}

#content_pnlLeft {
    float: left;
    max-width: 220px;
    padding: 0;
    width: 20%;
}

#content_pnlRight{
	float: right;
	margin: 0 0 0 1%;
    width: 79%;
}

.categoryBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 32%;
}

.categoryBox p.desc {
    color: #000000;
    font-size: 16px;
    height: 80px;
    margin: 0 0 15px 3%;
    text-align: left;
}

.productBox {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 #4c4c4c;
    display: block;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    text-align: center;
    width: 32%;
}

.productBox p.desc {
    color: #000000;
    font-size: 16px;
    height: 80px;
    margin: 0 0 15px 3%;
    text-align: left;
}

.footerMenu {
    float: left;
    list-style: outside none none;
    margin: 0 2% 0 0;
    padding: 0;
    width: 15%;
}

.footerMenu li {
    border-bottom: 1px solid #e6e6e6;
	border-right: none;
    padding: 5px 0 5px 5px;
	display: block;
}

.footerMenu li:last-child	{
	border-bottom: none;
}

/*Tuote*/

.contentItem #content_lblItemDescrption {
    float: left;
    width: 95%;
}


.contentItem .staticImgHolder {
    width: 80%;
	/*float: right;*/
}


/*form*/


.formBox {
    width: 33%;
}

.formBox input {
    padding: 2%;
}

/*-----*/

/* Retailers*/

.retailers li:nth-child(even) {
    border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.retailers li {
    display: inline-block;
    float: left;
    width: 47%;
	padding: 1%;
	border-left: none;
	border-bottom: none;
	height: 145px;
}

/*----------*/

/*Contact*/

.contactInfo {
    width: 50%;
}

#map-canvas {
	float: right;
    width: 47%;
}

.mapImg {
	float: right;
	width: 47%;
	border: 1px solid #9F9F9F;
	margin: 10px 1%;
}

/*-------*/


/* Wide slider */
.content .anythingSlider {
    height: 300px !important;
    padding: 0 !important;
    max-width: 900px !important;
	width: 100% !important;
}

.content .anythingSlider .panel {
    height: 300px !important;
}

.content .anythingSlider .panel iframe {
    height: 300px !important;
}

/* Narrow slider (itempage)*/

.half.left	{
	float: left;
	width: 50%;
}

.half.right	{
	float: right;
	width: 50%;
	margin: 10px 0 0 0;
}

.contentItem .anythingSlider {
    height: 280px !important;
    margin: 0 auto;
    max-width: 420px;
    padding: 0;
    width: 100% !important;
}

.contentItem .anythingSlider .panel {
    height: 280px !important;
}

}




/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #5f5f5f;
	background: url("../Images/mob_navi.png") no-repeat scroll 99% 100%;
	text-align: center;
	height: 50px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu, input[type=checkbox]:checked ~ #content_tvCategoryAndItems{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 770px){
	/*Make dropdown links appear inline*/
.Leftnavi ul.menu {
	position: static;
	display: none;
}
	/*Create vertical spacing*/
.Leftnavi ul.menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.Leftnavi ul.menu li, .Leftnavi ul.menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
#content_tvCategoryAndItems	{
	position: static;
	display: none;
}

}