


@media screen and (max-width: 980px) {
html{font-size:100%;} 

body{font-size:100%;} 
.ricco {
	width:100%;
	position:relative;
	height:100%; 
	background:#f9f9f9 ;
	margin-top:-20px;

	}
	

.main {
	margin:0 auto;
	width:100%;
	background:#fbfbfb;
	padding:0px !important;
	
	}

.snow {
	width:97%;
	height:140px;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 1%, #eaeaea 51%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(51%,#eaeaea), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	margin:0 auto;
	margin-bottom:20px;
	margin-top:-120px;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
	}


#header {
	width: 97%;
	height:100%;
	margin: 0 auto ;
	background: none;
	z-index:1140;
	text-align:center;	
	margin-top:0px; 


}
.header_right{
	width: 200px;
	z-index:1140;	
	margin-top:0px;
	float:right;

}

#header_left{
	width: 100%;
	z-index:1140;	
	margin-top:0px;
	float:left;
	margin-left:0px;
}

#header_left h1{
	font-size:33px;
	color:#333;
	margin-left:30px;
	margin-top:28px;
	line-height:30px;
	text-decoration: blink !important;

}

#header_left img{
	margin-top:10px;

}

.hed_bg {
	background:url(images/header_bg.jpg);
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:100%;
	width:100%;
	padding-top:15px;
	display:none;
	padding-bottom:15px;
	}

.hed_center {
	width:97%;
	margin:0 auto;

	}
	
#logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;	
	margin-top:10px !important;
	height:auto !important;
}

#logo .box{
	position: relative;
	float: none;
	padding: 0 0px;
	margin-top: 15px;
	margin-left:0px;
	width:100%;
	height:auto !important;
	margin:0 auto !important;
	
}

#logo img{
	
	margin-top: 5px;
	margin-left:5px;
	width:90% !important;
	height:auto !important;
	float: none;
	margin:0 auto !important;
	
}



#logo .box_end{
	margin:0;
	padding:0;
}



.nav {clear: both;
	position: relative;
	width: 100%;
	height:100%;
	background: #005983; 
	margin-top:-20px;


	}
	

.main_menu {
	margin:0 auto;
	width:100%;

}


.main_menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	background: #00a651; /* Old browsers */
	
}

.main_menu li {
	padding: 0px;
	margin: 0px;
	position: relative;
	width:100%;
   
}

.main_menu ul li a, main_menu ul li a:link, main_menu ul li a:visited  {
	width:100%;
	padding: 18px 0px 4px 0px;
	margin-top:0px;
	font-size: 20px;	
	text-align: center;
	text-decoration: none;
	font-weight:100;
	outline: none;
	border: none;
	text-transform:uppercase;
 

	
}

.main_menu ul li:hover a {
	color:#fff;
	display: block;
	margin-top:0px;
	height:29px;

}

.main_menu .active a  {
	color:#fff !important;
display: block; 



}

.main_menu ul li a span.arrow { color: #fff; display:none; }


.main_menu ul .last {
	background: none;
}

.main_menu ul li ul.sub {
	top: 55px;
	left: 0px;
	width: 330px;
	z-index: 1140;
	position: absolute;
	display: none;
}

.main_menu ul li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: -2px;
	width: 250px;
	z-index: 1140;

	position: relative;
}

.main_menu ul li ul.sub li {
	position: relative;	
	padding-top:5px;
	padding-bottom:5px;	background: #00a651;

	
}

.main_menu ul li ul.sub li a, .main_menu ul li ul.sub li a:link, .main_menu ul li ul.sub li a:visited  {
	float: none;
	display: block;
	width: 330px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 15px;

}

.main_menu ul li ul.sub li ul a, .main_menu ul li ul.sub li ul a:link, .main_menu ul li ul.sub li ul a:visited  {
	float: none;
	display: block;
	width: 230px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 15px;
	color:#fff;
		background: #00a651;
}

.main_menu ul li ul.sub li:hover a {
	color:  #fff;
	background: #333;
	
	
}
.main_menu ul li ul.sub ul li:hover a {
	color:  #fff;
	background: #333;
	
	
}



#title {
	width:97%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	
}

#dev7link {
    	position:absolute;
    	top:0;
    	left:50px;
    	background:url(images/dev7logo.png) no-repeat;
    	width:60px;
    	height:67px;
    	border:0;
    	display:block;
    	text-indent:-9999px;
}

.slider-wrapper {
    	margin:0 auto;
    	width:100%; 
    	height:auto!important; 
	margin-bottom:0px;
	margin-top:0px;
	display:none;

}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    	margin-top:150px;
}

.clear {
	clear:both;
}

.toby{
	position: relative;
	z-index: 0;
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
	padding:0px;
}




.page_content{
	
	width: 100%;
	float:left;
	margin-bottom:20px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #ccc; padding-right:0px;
	
}


.page_content  h1{
	font-size: 22px; 
	padding:5px;
	font-weight: 100; 
	margin:0px;
	margin-top:10px !important;
	margin-bottom:10px;
	color:#333;
	width:100%;
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	text-transform:uppercase; 
	
}

.rdrd{	
	width: 100%;
	background: none;
	float:;left;

		
}




.fb{
	margin-top:15px;
}



.cleaner
{
  	display:block;
  	clear: both;
  	float: none;
  	margin: 0;
  	padding: 0;
  	border: none;
  	font-size: 0;
  	height:0;
  	overflow:hidden;
}

#fbtab{
	background: url(images/icons/1.png) no-repeat; 
	color: #FFFFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -114000px;
	top: 25%;
	width: 56px;
	z-index: 105;}

#fbtab:hover{
	margin-left:-5px;
	
}


#twitter{
	background: url(images/icons/2.png) no-repeat; 
	color: #FFFFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -114000px;
	top: 32%;
	width: 56px;
	z-index: 105;}

#twitter:hover{
	margin-left:-5px;
	}
	
#icons{
	background: url(images/icons/3.png) no-repeat; 
	color: #FFFFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -114000px;
	top: 39%;
	width: 56px;
	z-index: 105;}

#icons:hover{
	margin-left:-5px;
}

#icons2{
	background: url(images/icons/4.png) no-repeat; 
	color: #FFFFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -114000px;
	top: 46%;
	width: 56px;
	z-index: 105;}

#icons2:hover{
	margin-left:-5px;
}

#icons3{
	background: url(images/icons/5.png) no-repeat; 
	color: #FFFFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -114000px;
	top: 53%;
	width: 56px;
	z-index: 105;}

#icons3:hover{
	margin-left:-5px;
}
	
	


.footer {
	height: 100%;
	margin:0px;
	width:100%;
	background-color: #f6f6f6;
	border-top:1px solid #eee; 
	position: relative;
	bottom:0;
	text-align:center;
	padding:0px 0px 0px 0px;
	

	
}
.footer .center {
	width: 97%;
	margin: 0 auto;
}


.footer .box2 {
	width: 100%; 
	float:none;
	padding:10px 0px 0px 0px;
	margin-top:20px !important;
}


.footer .box2 img{
	width: 175px; 
	height:auto;
	margin-top:8px;
	background:none;
	border:none;	
}



.footer .box2 h2{
	font-size:20px;	
	margin:10px 10px 10px 10px;
	color:#222;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase

}

.footer .box2 h3{
	font-size:20px;	
	margin:10px 10px 15px 10px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-family:PTSansNarrowRegular;
	text-shadow: 0px 0px 0px #000;

}




.footer .box2 ul{
	list-style:none;
	
}

.footer .box2 li{	
	padding:3px;	
}


.footer .box2 li a{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:7px;
}



.footer .box2 a:hover{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:7px;
	text-decoration: underline;
}

.footer .box2 p{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px 0px 10px;
	
	
}

.footer .box2 p a:hover{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -12px 0px;
	
	
}

.footer .box3 {
	width: 100%; 
	float:none;
	padding:10px 0px 0px 0px;
	margin-top:0px;
}


.footer .box3 img{
	width: 200px; 
	height:auto;
	margin-top:8px;
	background:none;
	border:none;	
}



.footer .box3 h2{
	font-size:20px;	
	margin:10px 10px 10px 10px;
	color:#222;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase

}



.footer .box3 ul{
list-style:none;
	
}

.footer .box3 li{
	
	padding:3px;
	
	
}


.footer .box3 li a{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	
	
}



.footer .box3 a:hover{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;	
	text-decoration: underline;
}


.footer .box3 p{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px 0px 10px;
	
	
}

.footer .box3 p a{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -10px 0px;
	
	
}

.footer .box3 p a:hover{
	font-size:15px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -10px 0px;
	
	
}

.footer .box5 {
	width: 320px; 
	float:left;
	padding:10px 13px 0px 0px;
}


.footer .box5 img{
	width: 220px; 
	height:auto;
	margin-top:8px;
	background:none;
	border:none;	
}



.footer .box5 h2{
	font-size:17px;	
	margin:10px 10px 10px 10px;
	color:#222;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase

}



.footer .box5 ul{
	list-style:none;
	
}

.footer .box5 li{	
	padding:3px;
	width:150px;
	float:left;	
}


.footer .box5 li a{
	font-size:12px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:7px;
}



.footer .box5 a:hover{
	font-size:12px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:7px;
	text-decoration: underline;
}

.footer .box5 p{
	font-size:12px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px 0px 10px;
	
	
}

.footer .box5 p a:hover{
	font-size:12px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -12px 0px;
	
	
}

.search {
	width: 220px;
	float:right;
	position: relative;
	z-index:5;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:-5px;
	display:none;

}



.login-form2 {
	width: 98% !important;
	margin: 0 auto;
	position: relative;
	z-index:5;
	margin-left:5px;
	margin-top:0px;

}

.login-form2 .header2 {
	padding: 0px 0px 0px 0px;
	
}

.login-form2 .header2 h1 {
	font-weight: 300;
	font-size: 24px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 5px;
	border-bottom:10px solid #dbdbdb;
}

.login-form2 .header2 span {
	font-size: 14px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}


.login-form2 .content2 {
	padding: 0px 0px 0px 0px;
	width: 100%
}


.login-form2 .content2 .input {
	width: 100%;
	padding: 10px 0px;	
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	border: 1px solid #cfcdc7;
	margin-bottom:-15px;
}

.login-form2 .content2 textarea {
	width: 100%;
	padding: 0px 0px;	
	font-weight: 400;
	height:80px;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	border: 1px solid #cfcdc7;

}


.login-form2 .content2 .password,.login-form2 .content2 .gsm,.login-form2 .content2 .e-mail, .login-form2 .content .pass-icon, .login-form2 .content2 textarea {
	margin-top: 25px;
}

.login-form2 .content2 .input:hover {
	background: #f0f0f0;
	color: #414848;
	border: 1px solid #dbdbdb;
}

.login-form2 .content2 .input:focus {
	background: #f0f0f0;
	color: #414848;
	

}

.input, .user-icon, .pass-icon, .button, .register {
	transition: all 1.9s;
	-moz-transition: all 1.9s;
	-webkit-transition: all 1.9s;
	-o-transition: all 1.9s;
	-ms-transition: all 1.9s;
}



.login-form2 .footer2 {
	padding:0px;
	width: 100% !important;
	background: none;
	border:none;
	height:auto;
	margin:0;
	margin-top:10px;
}

/* Login button */
.login-form2 .footer2 .button {
	float:left !important;
	padding: 10px 25px;	
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
border: 1px solid #cfcdc7;
	cursor: pointer;	
	
}

.login-form2 .footer2 .button:hover {
	background: #333;
	border: 1px solid #999;
	color:#fff;
}

.login-form2 .footer2 .button:focus {
	position: relative;
	bottom: -1px;	
	background: #f0f0f0;	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}


.login_panel {
	float: right;
	position: relative;
	left: 0px;
	list-style-type: none;
	z-index: 5;
	height: 30px;
	bottom: 0px;
	margin:0px;
	margin-left:-35px;
}



.shadow{ 
	width:300px; 
	height:19px; 
	background:url(images/slider-shadow.png); 
	position:absolute; 
	margin-top:-12px;
	margin-left:0px;
	z-index:0;
	}	



.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	max-height: 390px;
	margin: 0 auto;
	margin:0px;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
display:none;


}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;

}
.ei-title{
	position: absolute;
	right: 25%;
	margin-right: 13%;
	top: 32%;
	padding:20px;
	padding-bottom:10px;
	width:477px;
	opacity:0.9;
	
}

.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 35px;
	line-height: 43px;
	color: #00A651;
	margin:0px;text-transform: uppercase;
}
.ei-title h3{
	font-size: 29px;
	line-height: 70px;
	font-family: 'PTSansNarrowRegular', sans-serif;

	color: #333;
	margin-top:-10px;
	font-weight:100;
}
.ei-slider-thumbs{
	height: 10px;
	margin: 0 auto;
	position: relative;


}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 10px;
	z-index: 10;
	text-indent: -9000px;
	background:#00A651;
	background:#00A651;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #333 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}

	}
	
	#lbImage {max-width:1000px; background-size:100%; max-height:600px;}
	
#tab-container {

margin-top:15px;
}

.cardandlang {
	width: 100%;
	float:none;
	margin: 0px 0px 0px 0px;
	height:50px;		
}

.cardandlang  .iframe{
	
	margin:0 auto !important;
	width:260px;
	
}

.social {display:none;}

.search {
	float:right;
        width: 280px;
        padding: 0px;  
		 height: 20px;
        margin-top: 0px;
		margin-left:0px;
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        
    }
    
.search input {
        width: 190px;
        height: 13px;
        padding: 12px 5px;
        float: left;    
        font-size:  13px ;
        border: 0;
         outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 1px rgba(0,0,0,.8) inset;   
    }
    
.search input:focus {
        background: #f9f9f9;
    }
    
.search input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
.search input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
.search input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
.search button {
	overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding-bottom: 2px;
        cursor: pointer;
        height: 37px;
        width: 80px;
        color: #fff;
        background: #00A651;
}
      
.search button:hover{		
        background: #333;
    }	
      
		
	  
.form-price {float:right; height:40px; margin-right:30px; margin-top:2px; display:none;}
.form-price label {font-size:11px;}

.form-price select {
	min-width: 120px;
	padding: 2px 2px;	
	font-weight: 400;
	font-size: 11px;
	color: #9d9e9e;
	border: 1px solid #dbdbdb;
	
}
.form-language2 select {
	min-width: 120px;
	padding: 2px 2px;	
	font-weight: 400;
	font-size: 11px;
	color: #9d9e9e;
	border: 1px solid #dbdbdb;
	
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}


.register {
	width: 100%;
	clear: both;
	float: left;
	margin-left:0px;
	margin-top:10px;
}
.register div {
	clear: both;
	float: left;
	width: auto;
	padding-bottom: 10px;
}
.register div  span {
	float: left;
	width: 98%;
	display: block;
	margin-right: 20px;
	
}
.register  label span{
	width: 98%;
	float: none;
	display: inline;
}
.register  label {
	width: 98%;
	display: block;
	padding-bottom: 5px;
}
.register div span input {
	border: 1px solid #CCC;
	width: 98%;
	height: 10pt;
	font-size: 11px;
	padding: 10px;
}
.register .check {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.register div span .errstring {
	color: #F00;
	padding-top: 3px;
}
.register div .required   {
	color: #F00;
}
.register .formfield {
	width: auto;
	margin-right: 5px;
	border: 1px solid #CCC;
}
/*new form*/
.register  div span select {
	font-size: 11px;
	width: 99%;
	padding: 8px;
	border: 1px solid #CCC;
}

.register div span textarea {
	border: 1px solid #CCC;
	width: 98%;
	font-size: 11px;
	padding: 5px;
}
.register .but {
	border: 1px solid #CCC;
	width: 98%;
	height: 22pt;
	font-size: 12px;
	padding: 5px; 
	font-weight:bold;
    background-color: #E9E9E9;
	
}

#back-top {
	position: fixed;
	bottom: 20px;
	right:-20px;
	width:80px;
	
}
#back-top a {
	width: 55px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 45px;
	height: 45px;
	display: block;
	margin-bottom: 7px;
	background: #00A651 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;

}
#back-top a:hover span {
	background-color: #222;
}


.page_content h2 {
  font-size: 22px;
  padding: 5px;
  font-weight: 100;
  margin: 0px;
  margin-bottom: 10px;
  color: #333;
  padding-left: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
  text-transform: uppercase;
}

.bilder {margin-top:15px !important; margin:0 auto; width:97% !important;}

.map{width:100% !important; height:100% !important; float:none !important;}


.info_menu {
	min-width:100%;
	height:auto !important;
	float:left;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	margin-top:-5px;
	margin-left:0px;
	margin-bottom:20px;

	}
	
.info_menu span{
	font-size:16px;
	text-align:center; 
	font-weight:bold;
	float:none;

	}
	
.info_menu li a{
	font-size:13px;
	float:right;
	margin-left:7px;
		color:#666; 
		text-decoration:none;
		display: none;

	}
	
.info_menu li img{
	width:30px;
	margin-top:2px;

	}
	
.watch {width:100% !important;background:#fbfbfb; height:197px; border-bottom:4px solid #005983 !important; float:none; margin:10px; border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc; margin-bottom:15px;}
.watch img{width:100% !important; height:167px !important; margin-bottom:5px; }

.page_content img.responsive {float:none !important; width:98% !important; margin-left:0px !important; height:auto !important;}

}


