
@font-face {
	font-family: 'Conv_Press Serif Cool';
	src: url('fonts/Press Serif Cool.eot');
	src: local('☺'), url('fonts/Press Serif Cool.woff') format('woff'), url('fonts/Press Serif Cool.ttf') format('truetype'), url('fonts/Press Serif Cool.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: auto;
    overflow-y: scroll;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'tahoma',sans-serif;
    font-size: 12px;
    color: #1e1e1e;
	background: #ececec;
}

img {
    border: none;
}

form, h1, h2, h3, h4, h5, ul {
    padding: 0;
    margin: 0;
}
h3{
	font-size: 16px;
}

li{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content{
	margin: 0px auto;
	width: 1005px;
}

#header{
	float: left;
	width: 1005px;
}

#header .header-line{
	width:100%;
	float:left;
	border-bottom:1px solid #dcdcdc;
}

#header .header-line .doplogo{
	float:right;
}

#header .header-line .doplogo img{
	float:right;
	width:250px;
}

#header .header-line .logo{
	float: left; 
	padding-top: 7px;
	padding-bottom:4px;
	background-color: white; 
}
#header .header-line .logo img{
	height:75px;
}

#header .menu{
	width:1005px;
	float: left;
	margin-top: 15px;
}
#header .langi{
	float: right;
}

.men{
	width: 135px;
	height: 110px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.menbot{
	background-color: #e5e5e5;
	border: 1px solid #a4adb8;
	border-radius: 10px;
	width: 235px;
	height: 123px;
	line-height: 123px;
	float: left;
	margin-left: 11px;
	text-align: center;
	margin-top: 10px;
}

header {
	height: 72px;
	background: #2b2b2d;
}
.ui-tabs .ui-tabs-panel{
	padding: 1em 3.4em;
}
footer {
	min-height: 100px;
	background: #2b2b2d;
}
img.head_logo {
	max-height: 55px;
}
.bottom-linemenu {
	float: left;
	margin: 0px;
	/* margin: 17.5px 0px; */
}
span.copyright {
	font-size: 13px;
	color: grey;
}
.bottom-linemenu {
	padding-left: 0;
	width: 100%;
}
.left_menu_side, .right_menu_side {
	float: left;
	width: calc(50% - 150px);
}
.bottom-linemenu li {
	list-style: none;
	float: left;
}
.left_menu_side li, .right_menu_side li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 15px 7px;

}

.bottom-linemenu li a {
	padding: 0 10px;
	padding: 0 10px;
	line-height: 40px;
	float: left;
	font-size: 15px;
	color: white;
	border: 1px solid #0000;
	/*min-width: 155px;*/
	text-align: center;

}
.dots_img {
	width: 100%;
	height: 110px;
	/* border-radius: 7px; */
	/* border: 1px solid gray; */
}
.slider-top {
	width: 100%;
	display: flex;
	margin-bottom: 17px;
}
.store_slide_img {
	/*height: 32vw;*/
	min-height: 300px;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
}
.bannertext {
	color: white;
	font-size: 6em;
	position: absolute;
	margin: 20px;
	line-height: 1;
}
.banner_more {
	display: inline-block;
	padding: 0px 10px;
	font-size: 40px;
	color: white;
	border: 2px solid white;
}
.banner_more:hover {
	text-decoration: none;
}
.banner_bleft{
	bottom: 0;
}
.banner_tright{
	right: 0;
	text-align: right;
}
.banner_bright{
	bottom: 0;
	right: 0;
	text-align: right;
}
.store_slide_img{
	/*height: 32vw;*/
}
.store-slider{
	/*max-width: 700px;*/
	margin: 0 auto;
}
.slider-bottom {
	width: 100%;
	display: flex;
	padding: 0;
	margin-bottom: 30px;
}
.store-slider-dots {
	margin: 0 auto;
}
.store-slider-dots.owl-theme .owl-nav .owl-prev{
	left: -24px;
}
.store-slider-dots.owl-theme .owl-nav .owl-next{
	right: -24px;
}
.right_menu_side li {
	width: 30%;
	text-align: center;
}
.right_menu_side li a {
	float: right;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	background: none;
	border: 2px solid #d4d4d3;
	margin-top: -70px;
	position: relative;
	z-index: 99;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.block-static {
	min-height: 60vh;
}
.left_menu_side li a:active, .right_menu_side li a:active,
.left_menu_side li a:hover, .right_menu_side li a:hover{
	border-color: white;
	-webkit-box-shadow: inset 2px 0px 18px -6px rgba(255,255,255,1);
	-moz-box-shadow: inset 2px 0px 18px -6px rgba(255,255,255,1);
	box-shadow: inset 2px 0px 18px -6px rgba(255,255,255,1);

	text-decoration: none;

}
.bottom-linemenu li {

}

footer {
	color: white;
	font-size: 16px;
	min-height: 100px;
	background: #2b2b2d;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
}
.ui-widget.ui-widget-content {
	border: none;
}
.ui-widget-content{
	background: none;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-widget-header {
	text-align: center;
	 border: none;
	 background: none;
	color: #333333;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li{
	 border-bottom-width: 1px;
	margin: 20px 20px 20px 0px;
	display: inline-block;
	float: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin: 20px 20px 20px 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:focus{
	border: 1px solid #2b2b2d;
	border-radius: 0;
	margin: 20px 20px 20px 0px;
}
.ui-tabs .ui-tabs-nav li:focus{
	border: 1px solid #2b2b2d;
	border-radius: 0;
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	text-decoration: underline;
}
img{
	max-width: 100%;
}
input:focus {
	outline:none;
}
.ui-widget-content { border: none;}
a:focus
{ outline: none; }
.prod-text {
	min-height: 80vh;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
border: none;
background: none;
font-weight: normal;
color: #000;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
border-top-left-radius: 0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
color: #000;
text-decoration: none;
font-size: 19px;
	border: 1px solid #ffffff00;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
color: black;
text-decoration: none;
	border: 1px solid black;
}


.product-image {
min-height: 200px;
}
footer img {
max-width: 260px;
margin: 0 auto;
text-align: center;
clear: both;
}

.top-block img {
max-width: 100%;
}
.block-name {
margin-top: 25px;
font-size: 20px;
color: black;
margin-bottom: 20px;
min-height: 90px;
}
.start-slider {
margin-bottom: 50px;
}
.bottom-linemenu li:first-child a {
padding-left: 15px;
}

.men div{
min-height: 60px;
line-height: 60px;
}

.men img{
max-height:50px;
max-width: 100px;
}

.men a:hover{
/*color:#C00000;*/
}


.menbotsel{
background: #f9f9f9 url(/simg/newmenbotbg.jpg) center bottom no-repeat;
width: 237px;
min-height: 350px;
float: left;
margin-left: 11px;
text-align: left;
margin-top: 10px;
.background-color :#9eabb8;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:1px solid #a5b0bc;
}



.menuitem:link, .menuitem:visited, .menuitem:hover{
color: #5a5a5e;
text-decoration: none;
font-size: 12px;
}

.menuitemsel:link, .menuitemsel:visited, .menuitemsel:hover{
color: #C00000;
text-decoration: none;
}

.menuitem2:link, .menuitem2:visited, .menuitem2:hover{
color: #5a5a5e;
text-decoration: none;
font-size: 16px;
}

.menuitemsel2:link, .menuitemsel2:visited, .menuitemsel2:hover{
color: #006eb3;
text-decoration: none;
font-size: 16px;
}

#info{
margin-top: 10px;
float: left;
width: 1005px;
min-height: 500px;
}

#botmenu{
clear: both;
float: left;
margin-top: 20px;
}

#bottom{
margin-top: 5px;
float: left;
height: 30px;
width: 1005px;
background-repeat: repeat-x;
}

#bottom .rss{
float: left;
margin-left: 10px;
margin-top: 50px;
width:190px;
}

#bottom .bottext{
float: left;
margin-left: 50px;
margin-top: 50px;
width: 670px;
margin-right: 30px;
}

#bottom .botmenuska{
float: left;
margin-top: 20px;
width: 150px;

}

.rssinput{
border: 1px solid #dcdcdc;
height: 21px;
margin-top:20px;
width:160px;
}

.rsssub{
width: 22px;
height: 24px;
background-image: URL(/simg/button.jpg);
border: 0px;
position: relative;
top: -23px;
right: 20px;
float:right;
}

#social{
clear: both;
float: left;
position:relative;
top:-15px;

}


.submenu:link , .submenu:visited,.submenu:hover {
color: #555;
font-size: 11px;
text-decoration: none;
}


.prodname{
color: #4495c7;
font-size: 16px;
}

.prodtext{
color: #232323;
font-size: 13px;
}

.product-catalog-title{
float:left;
width:325px;
margin-top: 10px;
margin-bottom: 10px;
font-size: 18px;
text-align: center;
height: 25px;
line-height: 25px;
vertical-align: middle;
border-top: 1px solid #b5b3ab;
border-bottom: 1px solid #b5b3ab;
color: #b5b3ab;
}

.produktimg{
float:left;
width: 323px;
height: 140px;
line-height: 140px;
border-top: 1px solid #bfc5cd;
border-right: 1px solid #bfc5cd;
border-left: 1px solid #bfc5cd;
text-align: center;
}

.produktimg img{
max-height: 140px;
}

.proddopimg{
width: 323px;
height: 40px;
float:left;
margin-bottom: 15px;
border: 1px solid #bfc5cd;
text-align: right;
}

.title, .title5{
text-transform: UPPERCASE;
font-family: tahoma Bold;
font-weight: bold;
color: #b44766;
font-size: 20px;
}

.current {
display: block;
}

.hiddenalph {
display: none;
}

.archive:hover, .archive:visited, .archive:link{
color: #000;
font-size: 13px;
}

.arhdiv{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border: 1px solid #bfc5cd;
padding-bottom: 5px; float: right;
margin-right: 13px;
padding-top: 15px;
background-color: #fafaf7;
padding-left: 10px;
padding-right: 10px;
}


.pagination {
text-align: center;
margin-bottom: 30px;
}

.pagination ul {
list-style: none;
}

.pagination li {
display: inline-block;
}

.pagination .active a {
background: #006eb3;
color: #fff;
}

.pagination a {
background: #fff;
color: #4d4d4d;
border: 1px solid #dddddd;
text-decoration: none;
padding: 2px 5px;
}

.pagination a:hover {
color: #fff;
background: #006eb3;
}

.pagination .disabled {
display: none;
}

#firstHeading{
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}


#bodyContent{
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.gm-style-iw{
line-height: 20px;
overflow: hidden;
}

#part{
float:right;
width:200px;
margin-top: 10px;
}

#part div{
margin-top:10px;
float:left;
width:100%;
}
#part div a{
text-decoration:none;
}
#part div a img{
float:left;
width:70px;
}
#part div a span{
padding-left:10px;
width:120px;
float:left;
color:black;
font-size:11px;
}

#part div a .gais-gais{
padding-top:10px;
}

#part div a .kondicioneri{
padding-top:40px;
}

#copy{
margin-top: 15px;
text-align: center;
width:1005px;
float:left;
border-top:1px solid grey;
padding-top:10px;
padding-bottom:10px;
font-size: 14px;
color:grey;
}



.contenthover { padding:20px 20px 10px 20px; }
.contenthover, .contenthover h3, contenthover a { color:#fff; }
.contenthover h3, .contenthover p { margin:0 0 10px 0; line-height:1.4em; padding:0; }
.contenthover a.mybutton { display:block; float:left; padding:5px 10px; background:#009eee; color:white; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
/*.contenthover a.mybutton:hover { background:#C00000;}*/

.house-select{
width:100%;
float:left;
margin-bottom: 15px;
margin-left:3px;
}

.house-select h1{
text-align: center;
/*color:#C00000;*/
margin-bottom:15px;
}

.house-select .house{
float:left;
}

.house-select .overblock{
float:left;
width:490px;
/*border:1px solid #c00000;*/
border-top:0px;
margin:10px 4px 0px 4px;
}
.house-select .titlem{
float: left;
width: 490px;
margin:0px 0px 0px 0px;
font-size: 18px;
text-align: center;
height: 25px;
line-height: 25px;
vertical-align: middle;
/*border-top: 1px solid #C00000;*/
/*border-bottom: 1px solid #C00000;*/
color: #000;
}
.main_news {
	min-height: 300px;
}
.house-select .house .title{
display:block;
/*color:#C00000;*/
text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
position:absolute;
line-height: 245px;
text-align:center;
width:490px;
z-index:3;
visibility:visible;
opacity:1;
transition:visibility 0s linear,opacity 0.5s linear 0.5s;
}

.house-select .house .title5{
display:block;
/*color:#C00000;*/
text-shadow: -2px -1px 3px rgba(255, 255, 255, 1);
position:absolute;
line-height: 200px;
text-align:center;
width:1000px;
font-size:30px;
z-index:3;
visibility:visible;
opacity:1;
transition:visibility 0s linear,opacity 0.5s linear 0.5s;
}

.house-select .house:hover .title{
visibility:hidden;
opacity:0;
transition:visibility 0s;
}

.house-select .house:hover .title5{
visibility:hidden;
opacity:0;
transition:visibility 0s;
}


#vspmenu{
z-index: 999999;
display: none;
width: 180px;
border: 1px solid #E5B0AA;
border-bottom: 0px;
background-color: #fff;
position: absolute;
margin-top: 70px;
margin-left: 0px;

}
.single_counter:after {
	position: absolute;
	width: 1px;
	content: "";
	height: 100%;
	right: 0;
	top: 0;
	background: grey;
	max-height: 70px;
}
.offcan_bg .col-md-5ths:last-child .single_counter:after {

	display: none;
}
.counter_text{
	font-size: 20px;
}
.offcan_bg {
	padding: 20px 0 40px 0;
}
.single_counter .counter {
	font-size: 40px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
#vspmenu div{
background-color: #fff;
height: 25px;
line-height: 25px;
padding: 0px 10px;
border-bottom:1px solid #E5B0AA;
color: #555;
}

#vspmenu div a{
position: relative;
top: 1px;
color:#C00000;
width:100%;
float:left;
font-size: 11px;
}

#vspmenu div:hover{
background-color: #E5B0AA;
color: blue;
}



#vspmenu2,#vspmenu3{
z-index: 999999;
display: none;
width: 235px;
border: 1px solid #E5B0AA;
border-bottom: 0px;
background-color: #fff;
position: absolute;
margin-top: 180px;
margin-left: 0px;
}
#vspmenu3{
    margin-left: 800px;
}

#vspmenu2 div, #vspmenu3 div{
background-color: #fff;
height: 25px;
line-height: 25px;
padding: 0px 10px;
border-bottom:1px solid #E5B0AA;
color: #555;
}

#vspmenu2 div a, #vspmenu3 div a{
position: relative;
top: 1px;
/*color:#C00000;*/
width:100%;
font-size: 11px;
float:left;
}

#vspmenu2 div:hover, #vspmenu3 div:hover{
background-color: #E5B0AA;
color: blue;
}

.start-text{
margin-top: 5px;
float:left;
width:100%;
font-size: 14px;
}

.page-title{
margin-top:10px;
margin-bottom:10px;
font-size: 24px;
text-align: center;
width: 100%;
height: 40px;
line-height: 40px;
vertical-align: middle;

/*color:#c00000;*/
}

.more-btn{
float: right;
cursor: pointer;
text-align: center;
background-color: #f2dcdb;
border: 1px solid #d99694;
line-height: 30px;
font-size:14px;
color:black;
width: 145px;
min-height: 25px;
margin-right:10px;
}

.more-btn:hover{
background-color: #d99694;
color:white;
}

.more-btn2{
float: left;
cursor: pointer;
text-align: center;
background-color: #f2dcdb;
border: 1px solid #d99694;
line-height: 30px;
font-size:14px;
color:black;
width: 145px;
min-height: 25px;
margin-left:10px;
}

.more-btn2:hover{
background-color: #d99694;
color:white;
}

.udens-block{
float:left;
width:500px;
margin-top:20px;
}

#header-line{
float: left;
width: 100%;
height: 25px;
padding: 8px 0px;
font-size: 11px;
color: black;
text-align: center;
}

.lng-panel{
float:right;
margin-top:26px;
margin-right:80px;
}

.cross-sites{
float:right;
width:200px;
margin-top:7px;

}
.page-text {
margin-top: 30px;
margin-bottom: 30px;
font-size: 15px;
}


.cross-sites a{
float:left;
text-decoration: none;
}

.cross-sites a span{
position:relative;
top:-16px;
}

.cross-sites a:hover{
text-decoration: underline;
}

.cross-sites img{
height:40px;
}
.men div.cross-sites {
float: right;
width: 200px;
margin-top: 0;
    line-height: initial;
        margin-right: -80px;
}
.panasonic-aqua{
float:left;
width:965px;
background-color: #fcfcfc;
padding:10px 20px;
color:#564c4b;
}

.mail-left{
float:left;
width:100%;
margin:50px 0px;
}


.stmenu{
float:left;
width: 270px;
margin-right: 15px;
margin-bottom: 15px;
border:1px solid white;
}


.stmenu:hover{
/*border:1px solid #fe6d46;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;*/
}

.stmenu:hover .stname span{
	text-decoration: underline;
}

.stmenu a{
	float:left;
	width:100%;
	color:#564c4b;
	text-decoration: none;
	text-transform: uppercase;
	
	font-size: 12px;
}

.stmenu a div{
	float:left;
	width:80px;
	padding-right:20px;
}

.stmenu a .stname{
	float:left;
	width:170px;
	padding-top:25px;
	height:55px;
	display:inline-block;
	vertical-align: middle;
}
.stmenu a .stname span{
	vertical-align: middle;
	display:inline-block;
	text-align: left;
	float:left;
	width:100%;
}





.stfmenu{
	float:left;
	width:420px;
}

.stfmenu img{
	max-width: 200px;
	max-height: 170px;
	float:left;
	margin-right:10px;
}

.stfmenu h3{
	text-align: left;
	color:#564c4b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding
}

.mail-left ul {
	float:left;
	list-style: none;
	width:210px;
}

.mail-left ul  li{
	padding:0px;
	margin:0px;
}

.mail-left ul  li a{
	color:#939393;
	list-style: none;
	padding:0px;
	line-height: 20px;

}

.mail-left ul  li a:hover{
	text-decoration: underline;
}

.mail-left ul  li:before {
    content: "•";
    padding-right:10px;
    color: #919191; /* or whatever color you prefer */
}

.pig-img{
	float:right;
	height:170px;
	padding-right:10px;
}
.salidz-title{
	float:right;
	width:400px;
	/*padding-left:100px;*/
	line-height: 17px;
	font-size: 14px;
	margin-bottom: 5px;
	color:#564c4b;
}
.main-left-block{
	width:360px;
	float:right;
	padding:20px;
}

.main-left-block .title{
	float:left;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color:black;
	padding-bottom: 20px;
}

.main-compare{
	background-color:#d6d5d1;
}

.main-news{
	margin-top:25px;
	background-color:#e1e1e1;
	color:#454545;
}

.sform{
	width:100%;
	float:left;
	color:#000;
}

.sform .lsform{
	float:left;
	width:46%;
	line-height: 30px;
	padding-left:2%;
}

.sform .lsform input{
	position:relative;
	top:3px;
	margin-right:10px;
}

.sform .rsform{
	float:right;
	width:48%;
	padding-top:5px;
}

.sform .rsform input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	line-height: 22px;
	width:110px;
	margin-bottom: 5px;
	padding:0px 5px;
	border:1px solid white;
}

.sform .rsform .compare{
	float:right;
	margin-top:15px;
	cursor:pointer;
}

#calk-result{
	float:left;
	width:100%;
}

#calk-result table{
	float:left;
	width:80%;
	color:#000;
	margin:5%;
}

.result_table tr td{
	padding:3px;
}


/*Mobile Menu */




#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 25px;
	left: 25px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	display: none;
}

#menuToggle input
{
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span
{
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	opacity 0.55s ease;
}

#menuToggle span:first-child
{
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
	transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
	position: absolute;
	min-width: 300px;
	height: 400px;
	box-shadow: 0 0 10px #85888c;
	margin: -50px 0 0 -50px;
	padding: 50px 35px 10px 40px;
	/* padding-top: 125px; */
	background-color: #F5F6FA;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
	padding: 10px 0;
	transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
	transform: none;
}

/* Mobile Menu */

.result_table tr:nth-child(2) td{
	font-weight: bold;
	text-decoration: underline;
}

.result_table tr:nth-child(odd) td{
	background-color: white;
	color:#000;
}


.news-image-box{
	float:left;
	width:100%;
	height:150px;
	text-align: center;
	padding:10px 0px;
	vertical-align: middle;
}

.news-image-box img{
	max-width: 100%;
	max-height:150px;
}