/* reset */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,acronym,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-family: sans-serif;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background-color: #eeebe0;
font-family: "Ropa Sans",sans-serif;
font-size: 13px;
color: #2a2929;
}
.wrap{
	width:70%;
	margin:0 auto;
}
.header{
	background:#BEBEBE;
	padding: 20px 0px;
}
.logo{
	float:left;
}
.top-search-bar{
	float:right;
}
.header-top-nav ul li{
	display:inline-block;
}
.header-top-nav ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: rgb(54, 51, 51);
}
.header-top-nav ul li img{
	padding-right:5px;
}
.header-top-nav {
	margin-top: 11.8px;
}
.content h1 {
	color: #2a2929;
        margin-top: 0px;
        font-size: 1.44em;
        font-family: "Ropa Sans",sans-serif;
        font-weight: normal;
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 0px dashed rgb(225, 225, 225);
	padding-bottom: 10px;
}
.content h2 {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 13px;
	color: #2a2929;
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 0px dashed rgb(225, 225, 225);
	padding-bottom: 10px;
}
.content h3 {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 16px;
	color: #00a2a7;
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 0px dashed rgb(219, 219, 219);
	padding-bottom: 10px;
}

.content p {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.0em;
	color: #2a2929;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.error_message, .advancedcontactform, .contactform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}
/*---menu----*/
.left-nav ul li,.right-social-icons ul li{
	display:inline-block;
}
.left-nav {
	float:left;
}
.left-nav ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 16px 30px;
}
.left-nav ul li.active> a,.left-nav ul li> a:hover {
	background-color: #00a2a7;
}
.right-social-icons{
	float:right;
	margin-top: 12px;
}
.left-nav ul li{
	float:left;
}
.header-nav{
	background: #9acccc; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9acccc 0%, #66cccc 24%, #33cccc 50%, #66cccc 79%, #9acccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9acccc), color-stop(24%,#66cccc), color-stop(50%,#33cccc), color-stop(79%,#66cccc), color-stop(100%,#9acccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9acccc 0%,#66cccc 24%,#33cccc 50%,#66cccc 79%,#9acccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9acccc 0%,#66cccc 24%,#33cccc 50%,#66cccc 79%,#9acccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9acccc 0%,#66cccc 24%,#33cccc 50%,#66cccc 79%,#9acccc 100%); /* IE10+ */
background: linear-gradient(135deg,  #9acccc 0%,#66cccc 24%,#33cccc 50%,#66cccc 79%,#9acccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acccc', endColorstr='#9acccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ );
}
.icon1{
	width: 22px;
	height: 22px;
	background: url(/uploads/themes/images/01.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background: url(/uploads/themes/images/01.png) 0 -22px no-repeat;
}
.icon2{
	width: 22px;
	height: 22px;
	background: url(/uploads/themes/images/02.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(/uploads/themes/images/02.png) 0 -22px no-repeat;
}
.icon3{
	width: 22px;
	height: 22px;
	background: url(/uploads/images/03.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover{
	background: url(/uploads/themes/images/03.png) 0 -22px no-repeat;
}
.icon4{
	width: 22px;
	height: 22px;
	background: url(/uploads/themes/images/04.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon4:hover{
	background: url(/uploads/themes/images/04.png) 0 -22px no-repeat;
}
/*----error-page----*/
.error-page{
	text-align: center;
	min-height: 500px;
	padding-top: 62px;
}
.error-page h3,.error-page h4{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.error-page h3{
	font-size:15em;
}
/*----image-slider-----*/
.image-slider {
	background: #fff;
	min-height: 350px;
}

/*----Blöcke Anordnen-----*/
.container {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.left {
	width: 21.8%;
	padding: 1%;
	float: left;
}

.left ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size:1.2em;
	color: rgb(52, 51, 51);
	line-height: 1.5em;
	border-bottom: 1px dashed rgb(219, 219, 219);
	padding: 8px 0px;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.left ul li a:hover{
	color:00a2a7;
}

.right {
	width: 75%;
	float: right;
	color: rgb(54, 51, 51);
	font-family: 'Ropa Sans', sans-serif;
	padding-right: 13px;
        margin-bottom: 10px;
}

.right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: rgb(54, 51, 51);
	line-height: 1.8em;
	margin-bottom: 10px;
}

.right .button{
	margin-top:.3em;
	line-height:1.9em;
}

.right span{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(54, 51, 51);
	line-height: 1.5em;
	margin-top: 16px;
}
.right img{
	max-width:100%;
	display:inline-block;
}
.right h3{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color:#000;
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 1px dashed rgb(219, 219, 219);
	padding-bottom: 10px;
}
.right .button a{
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		display: inline-block;
		background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
		line-height: 15px;
		padding: 10px 8px;
		font-size: 0.9em;
		text-transform: uppercase;
		border-left: 1px solid #424242;
		border-right: 1px solid #242424;
		border-top: 1px solid #646464;
		border-bottom: 1px solid #171717;
		color: rgb(160, 160, 160);
		font-family: 'Ropa Sans', sans-serif;
		font-weight: 500;
		cursor: pointer;
		border-radius: .3em;
}
.right .button a:hover{
	   color:#fff;
}
.right h4{
	color: rgb(0, 162, 167);
	margin-top: 0;
	font-size: 1em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.right h1{
	color: rgb(54, 51, 51);
	margin-top: 0;
	font-size: 1.44em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.right h2{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.image{
		padding:3%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;	
		padding:2% 0 2% 0;	
	}
	.span_2_of_3 {
		width:100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.image{
		padding:4%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;
		padding:2% 0 2% 0;		
	}
	.span_2_of_3 {
		width:100%;
	}
}
.images_3_of_1 img{
	display:inline-block;
}
.images_3_of_1 a{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.images_3_of_1 a span{
	color:#000;
	text-transform:uppercase;
	padding-left:5px;
}
.images_3_of_1 a span:hover{
	color:#222;
	text-decoration:underline;
}
/*---footer---*/
.footer{
	background: #BEBEBE;
	padding:15px 0;
}
.footer-left{
	float:left;
}
.footer-left ul li {
	display:inline-block;
}

.footer ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: rgb(78, 78, 78);
}

.footer-right{
	float:right;
}
.footer-left ul li p a,.footer-right p a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(78, 78, 78);
	margin-right:14px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right p{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(78, 78, 78);
}
.footer-right p a:hover{
	color:#000;
}
.footer-left p{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(78, 78, 78);
}
.footer-left p a:hover{
	color:#000;
}
.content {
	background:#fff;
	padding: 1.5% 1.5% 3% 1.5%;
}
.clients h5,.services h5,.contact h5{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*---services----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 49%;
	padding: 1.5% 0;
}
.listimg_2_of_1 {
	width: 30.2%;
}
.list_2_of_1 {
	width: 66.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	border: 1px solid rgb(238, 238, 238);
	padding:4px;
}
.list_2_of_1  h3{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(83, 83, 83);
	line-height: 1.5em;
	text-transform: uppercase;
}
.list_2_of_1  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(54, 51, 51);
	line-height: 1.8em;
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: inline-block;
	background: url(/uploads/themes/images/btn_bg.png) repeat-x 0 0 #2c2c2c;
	line-height: 15px;
	padding:8px;
	font-size: 0.9em;
	text-transform: uppercase;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	color: rgb(160, 160, 160);
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: .3em;
}
.list_2_of_1 .button a:hover{
	   color:#fff;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_2 {
		width:94%;
		padding:3%;
	}
	.listimg_2_of_1{
	     width:100%;		
   }
	.list_2_of_1 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		 width:95%;
	}
	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_2 {
		width:92%;
		padding:4%;
	}
	.listimg_2_of_1{
	     width:100%;		
   }
	.list_2_of_1 {
		width: 100%;
	}
}
.services h5 {
	margin-bottom:0px;
}
/*----contact----*/
/*---contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 70.1%;
	padding: 0 0 1.5% 1.6%;
}

.span_2_of_3  h2,
.span_1_of_3  h2 {
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size:1.5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 12px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: rgb(139, 139, 139);
	padding-bottom:5px;
	font-family: 'Ropa Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:rgb(139, 139, 139);
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-webkit-box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-moz-box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-o-box-shadow:inset 0px 0px 3px rgb(199, 199, 199);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: inline-block;
	background: url(/uploads/themes/images/btn_bg.png) repeat-x 0 0 #2c2c2c;
	line-height: 15px;
	padding: 15px 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	color: rgb(160, 160, 160);
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: .3em;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	color: #fff;
}
.contact-form input[type="submit"]:active{
	background-color:#000;  
}

.company_address p{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em 0;
	font-size: 0.8125em;
	color: rgb(155, 155, 155);
	line-height: 1.5em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*---contact----*/
.contact{
	min-height: 572px;
}
/*----single-link-----*/
/*  GRID OF One   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_1{
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.span_1_of_1 {
	width:97%;
	padding:1.5% 0;
}
.span_1_of_1  h3{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.span_1_of_1  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_1 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_1 {
		width:92%;
		padding:4%; 
	}
}
/*-----singlelink-----*/
.singlelink {
	height: 572px;
}
/*----responsive-design----*/
@media screen and (max-width:1366px) {
	.wrap{
		width:90%;
	}
	.error-page {
		min-height: 394px;
		padding-top: 40px;
	}
}
@media screen and (max-width:1024px) {
	.wrap{
			width:90%;
	}
	.services ul li:nth-child(2),.services ul li:nth-child(3),.services ul li:nth-child(4){
		display:none;
	}
	.contact_info{
		display:none;
	}
	.company_address{
		margin-right:20px;
	}
	.error-page {
		min-height: 408px;
		padding-top: 40px;
	}
	.singlelink p:nth-child(1),.singlelink p:nth-child(2),.singlelink p:nth-child(3),.singlelink p:nth-child(4){
		display:none
	}
	.singlelink {
		height: 458px;
	}
}
@media screen and (max-width:800px){
	.wrap{
		width:768px;
	}
	.span_2_of_3 {
		width: 100%;
		padding: 0%;
	}
	.images_3_of_1 {
		width: 100%;
	}
	.grid {
		float:none;
		width:100%;
		margin:10px 0 0 0px;
	}
	.company_address{
		display:none;
	}
}
@media screen and (max-width:640px){
	.wrap{
		width:90%;
	}
	.footer-left,.footer-right{
		float:none;
		text-align:center;
	}
	.left-nav ul li a {
		padding: 16px 15px;
	}
	.text {
		margin:0px;
	}
}
/* Stylesheet: style.css Modified On 2018-06-28 21:08:18 */
/*
 *	generated by WOW Slider 8.0
 *	template Zippy
 */
@import url(https://fonts.googleapis.com/css?family=Khula&subset=latin,devanagari,latin-ext);
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 900px;
	max-height:675px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:900px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:675px;
	max-width: 900px;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:675px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:675px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
	display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
	display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
	display: block;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1  .ws_bullets { 
	padding: 3px;
  max-width: 40%;
}
#wowslider-container1 .ws_bullets a { 
	position:relative;
	display: inline-block;
	margin: 4px 2px;
	padding: 4px;
	width: 0;
	border-radius: 50%;
	background-color: #ffffff;
}
#wowslider-container1 .ws_bullets a.ws_selbull:after,
#wowslider-container1 .ws_bullets a.ws_overbull:after{
	position: absolute;
	content:'';
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	margin-left: -1px;
	margin-top: -1px;
	background-color: #000;
	
	border-radius: 50%;
}




/* arrows */
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	z-index:60;
	color: #000;
	background-color: #ffffff;
	overflow: hidden;
	width: 5em;
	height: 5em;
	right: 1em;
	border-radius: 50%;
	
	-webkit-transition: all .4s ease;
  	transition: all .4s ease;
}
#wowslider-container1 a.ws_next {
	bottom: 1em;
}
#wowslider-container1 a.ws_prev {
	top: 1em;
}

#wowslider-container1 a.ws_prev > span,
#wowslider-container1 a.ws_next > span {
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}
#wowslider-container1 a.ws_prev:hover > span {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
#wowslider-container1 a.ws_next:hover > span {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}


/* prev */
#wowslider-container1 a.ws_prev > span i,
#wowslider-container1 a.ws_prev > span b {
  position: absolute;
  left: 2.5em;
  top: 1.8em;
  width: 1.5em;
  height: 1px;
  background: #000;

  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}
#wowslider-container1 a.ws_prev > span i {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);

  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#wowslider-container1 a.ws_prev:hover > span i {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
#wowslider-container1 a.ws_prev > span b {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);

  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#wowslider-container1 a.ws_prev:hover > span b {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}



/* next */
#wowslider-container1 a.ws_next > span i,
#wowslider-container1 a.ws_next > span b {
  position: absolute;
  bottom: 1.8em;
  left: 2.5em;
  width: 1.5em;
  height: 1px;
  background: #000;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}
#wowslider-container1 a.ws_next > span i {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);

  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#wowslider-container1 a.ws_next:hover > span i {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
#wowslider-container1 a.ws_next > span b {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);

  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#wowslider-container1 a.ws_next:hover > span b {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
#wowslider-container1 a.ws_prev > span b,
#wowslider-container1 a.ws_next > span b {
  margin-left: -1.5em;
}













/*playpause*/
#wowslider-container1 .ws_playpause {
	position:absolute;
	top: 1em;
	left: 1em;
	background-color: #ffffff;
	z-index: 59;
	text-decoration: none;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	overflow: hidden;
}
#wowslider-container1 .ws_playpause:after{
	display: block;
	text-align: center;
}

#wowslider-container1 .ws_playpause > span {
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}




/* pause */
#wowslider-container1 .ws_pause span i,
#wowslider-container1 .ws_pause span b {
  position: absolute;
  top: 1.5em;
  width: 1px;
  height: 2em;
  background: #000;

  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out, transform 300ms ease-in-out;
}
#wowslider-container1 .ws_pause span i {
  left: 2.2em;
}
#wowslider-container1 .ws_pause span b {
  right: 2.2em;
}

#wowslider-container1 .ws_pause span i {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
#wowslider-container1 .ws_pause span b {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}



/* play */
#wowslider-container1 .ws_play span:after {
  content: '';
  position: absolute;
  top: 1.6em;
  left: 2.1em;
  width: 1px;
  height: 1.9em;
  background: #000;
}
#wowslider-container1 .ws_play span i,
#wowslider-container1 .ws_play span b {
  position: absolute;
  top: 2.5em;
  left: 1.8em;
  width: 1.5em;
  height: 1px;
  background: #000;
}
#wowslider-container1 .ws_play span i {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);

  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#wowslider-container1 .ws_play span b {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);

  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}/* bottom center */
#wowslider-container1  .ws_bullets {
	bottom:4px;
	left: auto;
	right: 7em;
}
#wowslider-container1 .ws_bulframe span{
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ffffff;

	bottom:-8px;
	margin-left:-7px;
	left:32px;
}#wowslider-container1 .ws-title{
	position: absolute;	
	font: 1.4em 'Khula',sans-serif;
	margin-right:10em;
	z-index: 50;
    color: #FFFFFF;
	left: 0.7em;
	bottom: 0.7em;
	background: none;
	padding: 1em;
	top: auto;
	opacity: 1;
	max-width: 40%;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding: 0.5em;
	text-transform: uppercase;
	background-color:#ffffff;
	color:#000;
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.5em;
	font-size: 1.1em;
	padding: 0.7em;
	line-height: 1.15em;
	
	border-radius: 0.3em;
}
#wowslider-container1 .ws-title span{
	font-size: 1.2em;
	border-radius: 0.3em;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 12s infinite;
	-moz-animation: wsBasic 12s infinite;
	-webkit-animation: wsBasic 12s infinite;
}
@keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-moz-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 16.67%{left:-0%} 33.33%{left:-100%} 50%{left:-100%} 66.67%{left:-200%} 83.33%{left:-200%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:5px;
	left:-32px;
	visibility:hidden;
	position:absolute;
    border: 1px solid #ffffff;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:64px;
	background-color:#ffffff;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:20px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 3px solid #ffffff;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}
/* Stylesheet: slider.css Modified On 2015-09-30 19:59:29 */

/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <div><ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <div><ul><li><a href="#"><span>level 3</span></a></li></ul></div>
 *                  </li>
 *              </ul></div>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height: 46px;
    padding-left: 10px;
    background: url(/uploads/themes/js/images/left.png) no-repeat;
    _background-image: url(/uploads/themes/js/images/left.gif);
    width:auto;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 10px;
    background: url(/uploads/themes/js/images/right.png) no-repeat right 0;
    _background-image: url(/uploads/themes/js/images/right.gif);
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 36px;
    left: 0;
    visibility: hidden;
    width: 187px;
    padding: 0 0 11px 7px;
    background: url(/uploads/themes/js/images/submenu-bottom.png) no-repeat 7px bottom;
    _background-image: url(/uploads/themes/js/images/submenu-bottom.gif);
    margin: 0px 0 0 -4px;
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right: 5px;
    text-align: center;
}
div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 30px 0 0;
    line-height: 40px;
    height: 46px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
}
div#menu span {
    margin-top: 2px;
    padding-left: 30px;
    color: #fff;
    font: bold 11px Trebuchet MS,Arial,san-serif;
    background: none;
    line-height: 40px;
}
div#menu a:hover,
div#menu a.over {
    background:  url(/uploads/themes/js/images/selected-right-sub.png)  no-repeat right -1px;
    _background-image: url(/uploads/themes/js/images/selected-right-sub.gif);
}
div#menu a:hover span,
div#menu a.over span {
    background: url(/uploads/themes/js/images/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(/uploads/themes/js/images/selected-left-sub.gif);
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(/uploads/themes/js/images/selected-right-sub.png) no-repeat right -1px;
    _background-image: url(/uploads/themes/js/images/selected-right-sub.gif);
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(/uploads/themes/js/images/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(/uploads/themes/js/images/selected-left-sub.gif);
}
div#menu ul.menu>li:hover>a span {
    color: #043454;
}
div#menu li {  }
div#menu li.last { background: none; }

div#menu li.current a,
div#menu li.current a span,
div#menu.js-active a:hover,
div#menu.js-active a:hover span,
div#menu.js-active a,
div#menu.js-active span {
    background:none;
}
div#menu.js-active ul.menu>li:hover>a,
div#menu.js-active ul.menu>li:hover>a span {
    background:none;
}
div#menu li.current a.over {
    background: url(/uploads/themes/js/images/selected-right-sub.png)  no-repeat right -1px;
    _background-image: url(/uploads/themes/js/images/selected-right-sub.gif);
}
div#menu li.current a.over span {
    background: url(/uploads/themes/js/images/selected-left-sub.png) no-repeat 0 -3px;
    _background-image: url(/uploads/themes/js/images/selected-left-sub.gif);
}
div#menu a.over span {
    color: #043454;
}

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul {
    padding-top: 10px;
}
div#menu ul ul a {
    padding: 0;
    height: auto;
    float: none;
    display: block;
    line-height: 26px;
    font-size: 11px;
    color: #ffffff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 160px;
    margin: 0 5px;
    text-transform: none;
}
    
div#menu ul ul a span {
    padding: 0 15px;
    line-height: 26px;
    font-size: 11px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
    background: url(/uploads/themes/js/images/submenu-selected-bottom.png) no-repeat 5px bottom;
}
div#menu ul ul a:hover span {
    background: url(/uploads/themes/js/images/submenu-selected-top.png) no-repeat 0 0;
}
div#menu ul ul a.parent {
    background: url(/uploads/themes/js/images/submenu-pointer-bottom.gif) no-repeat 5px bottom;
}
div#menu ul ul a.parent span {
    background: url(/uploads/themes/js/images/submenu-pointer-top.png) no-repeat 0 0;
}
div#menu ul ul a.parent:hover {
    background: url(/uploads/themes/js/images/submenu-pointer-selected-bottom.png) no-repeat 5px bottom;
}
div#menu ul ul a.parent:hover span {
    background: url(/uploads/themes/js/images/submenu-selected-top.png) no-repeat 0 0;
}
div#menu ul ul span {
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 180px;
    padding: 15px 0px 8px 0px;
    margin: -44px 0 0 169px !important;
    background: url(/uploads/themes/js/images/subsubmenu-top.png) no-repeat 0px 0;
    _background-image: url(/uploads/themes/js/images/subsubmenu-top.gif);
}
*+html div#menu ul ul div { height:10px }
*+html div#menu.ie7 ul ul div { height:auto }
div#menu ul ul ul {
    padding: 0 4px 5px 1px;
    background: url(/uploads/themes/js/images/submenu-bottom.png) no-repeat 0px bottom;
    _background-image: url(/uploads/themes/js/images/submenu-bottom.gif);
}
div#menu ul ul div li {
    position:relative;
    top:-5px;
}

/* lava lamp */
div#menu li.back {
    background: url(/uploads/themes/js/images/lavalamp-left.png) no-repeat 0 0;
    _background-image: url(/uploads/themes/js/images/lavalamp-left.gif);
    width: 10px;
    height: 46px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0;
}

div#menu li.back .left {
    padding:0;
    width:auto;
    background: url(/uploads/themes/js/images/lavalamp-right.png) no-repeat right 0;
    _background-image: url(/uploads/themes/js/images/lavalamp-right.gif);
    height: 46px;
    margin: 0 5px 0 10px;
    _margin-right: 2px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}

/* Stylesheet: menu Modified On 2015-04-30 07:51:41 */
