/************************
Designed by : http://responsivewebinc.com
************************/
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


/* Basic CSS starts */

body{
	background: url(../img/bg_test.jpg) no-repeat top left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}

p{ 
	margin:0;
	padding:0;
}

a{
	color: #fff;	
	text-decoration: none !important;
}

a:hover{
	text-decoration: none;
	color: #fff;
}


a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}


form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form button,
.btn{
	font-size: 10px !important;
	box-shadow: none !important;
}


form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea{
	border: 0 solid #aaa !important;
	color: #000; /* 20150928 DD */
}

.form-group label{
	font-weight: normal;
	font-size: 13px !important;
}

.form-group{
	margin-bottom: 8px !important;
}


.form-control{
	height: 28px !important;
	padding: 2px 12px !important;
}
.form-control-pedes{
	height: 18px !important;
	padding:0 15px !important;
	width: 100%;
	
}

.form-control-lang{
	height: 18px !important;
	padding:0 15px !important;
	width: 100%;
	border: 0 solid #aaa !important;
	color: #000; /* 20150928 DD */
	font-size: 10px !important;
	box-shadow: none !important;
	
}
.form-control-pedes-data{
	height: 24px !important;
	padding:0 15px !important;
	width: 50%;
	border: 0 solid #aaa !important;
	color: #000; /* 20150928 DD */
	font-size: 12px !important;
	box-shadow: none !important;
	
}

*{
	box-shadow:none !important;
	border-radius:3px !important;
}

/* Dashed border image like this [ ============= ] */

.dashed-border{
	width: 100%;
	margin-bottom: 30px;
	height: 4px;
	border: 1px dashed #e5e5e5;
}


/* Background Color*/

.br-red{
	background: #c4142d !important;
}

.br-blue{
	background: #1B5D96 !important;
}

.br-lblue{
	background: #3d9ecb !important;
}

.br-llblue{
	background: #6aaae1 !important;
}

.br-grey{
	background: #d6d6d6 !important;
}

.br-black{
	background: #333;
}

.br-white{
	background: #fff;
}

/* Text Color */
.red{
	color: #fd4b4b;
}

.blue{
	color: #428bcf;
}

.lblue{
	color: #47d4e0;
}

.white{
	color: #ffffff;
}

.black{
	color: #666;
}

.grey{
	color: #f7f7f7;
}

/* Background Color on hover with Link Block */

.br-red.box-link:hover{
	background: #ed3131 !important;
}

.br-blue.box-link:hover{
	background: #B92D00 !important;
}

.br-lblue.box-link:hover{
	background: #c4142d!important;
}

.br-llblue.box-link:hover{
	background: #bbd1f5 !important;
}

.br-grey.box-link:hover{
	background: #d8d5d5 !important;
}

.br-darkgrey.box-link:hover{
	background: #999 !important;
}

.br-black.box-link:hover{
	background: #000330 !important;
}

/* Sparkline tooltip */

.jqstooltip {
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  padding: 4px 6px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;
}

/* Basic CSS ends */
.wrapper-home,
.wrapper{
	padding-top: 10px;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/* Home page box css*/

.box{
	color: #fff;
}

.half-width{
	width: 48.8%;
}

.pad{
	margin: 20px;
}

.img-pad{
	margin: 0px;
}

.pady{
	margin: 28px;
}

.large-box{
	height: 390px;
}

.big-box {
	height: 314px;
}

.medium-box{
	height: 230px;
}

.small-box{
	height: 150px;
}

.mini-box{
	height: 75px;
}

.large-box, .medium-box, .small-box, .mini-box, .big-box{
	margin-bottom: 10px;
	overflow: hidden;
}

.large-box > a,
.small-box > a,
.big-box > a,
.mini-box > a{
	border: 0 !important;
}

.box-link {
	text-overflow: ellipsis;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.box-link a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fefefe;
	text-align: center;
	border: 0;
}

.box-link i{
	display: inline-block;
	line-height: 80px;
	font-size: 50px;
}

.box-link h5{
	margin: 0;
	font-size:16px;
}

/* Box login form, subscribe, and pricing table Heading CSS */
.sform h5,
.log-in h5,
.ptable h5{
	margin: 0;
	margin-bottom: 20px;
	font-size: 21px;
}


/* Box Weather */
.pestweather{
	background: #999;
}

.pestweather img{
	margin: 0 auto;
}

.pestweather-detail h5{
	
	text-align: center;
	font-size:12px;
	color: #FFF;
}

.pestweather-detail h3{
	
	text-align: center;
	font-size:26px;
	color: #FFF;
}

.pestweather-detail span{
	display: inline-block;
	font-size: 12px;
}

.pestweather-detail p{
	margin-left: 10px;
	margin-top: 3px;
	font-size: 13px;
	line-height: 22px;
	color: #f1f1f1;
}

.pestweather-detail .detail-dtls{
	width: 100%;
	margin-top: 0px;
	float: left;
	
}

.pestweather-detail .detail-dtls ul{
	list-style-type: none;
	padding-left: 0;
}

.pestweather-detail .detail-dtls ul li{
	display: block;
	width: 31%;
	padding: 4px 0;
	margin:1px;
	float: left;
	font-size: 12px;
	font-weight:600;	
	text-align: center;	
}

/* index page carousel Testimonial*/

.carousel .c-control{
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 100;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	color: #fff;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.carousel .c-control:hover{
	background: rgba(0, 0, 0, 0.5);
}

.carousel .c-control.left{
	right: 35px;
}

.carousel .c-control.right{
	right: 10px;
}

.carousel .item .carousel-caption{
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 25px 15px 0 15px;
}

.carousel .item .member img{
	max-width: 55px;
	float: left;
	margin-top: -5px;
	margin-right: 15px;
}

.carousel .item .member  h4{
	margin: 0;
	font-size: 20px;
	color: #555;
	text-shadow: none;
}

.carousel .item .member span{
	font-size: 13px;
	color:#999;
	font-style: italic;
	text-shadow: none;
}

.carousel .item .member blockquote{
	margin-top: 25px;
	border: 0;
	position: relative;
}

.carousel .item .member blockquote:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.carousel .item .member blockquote:after {
	border-color: rgba(75, 170, 211, 0);
	border-width: 9px;
	left: 35px;
	margin-left: -15px;
}

.carousel .item .member blockquote.br-red:after {
	border-bottom-color: #fd4b4b;
}

.carousel .item .member blockquote.br-green:after {
	border-bottom-color: #22da40;
}

.carousel .item .member blockquote.br-purple:after {
	border-bottom-color: #954bb9;
}


.carousel .item .member blockquote p{
	font-size: 13px;
	line-height: 23px;
	color: #fefefe;
	text-shadow: none;
}



/* User Block */

.team{
	background: #999;
}

.team img{
	margin: 0 auto;
}

.team-member h5{
	
	text-align: center;
	font-size:16px;
	color: #555;
}

.team-member span{
	display: inline-block;
	font-size: 12px;
}

.team-member p{
	margin-left: 10px;
	margin-top: 3px;
	font-size: 13px;
	line-height: 22px;
	color: #f1f1f1;
}

.team-member .member-dtls{
	width: 100%;
	margin-top: 15px;
	float: left;
	text-overflow: ellipsis;
	transition: background 1s ease 0s;
}

.team-member .member-dtls ul{
	list-style-type: none;
	padding-left: 0;
}

.team-member .member-dtls ul li{
	display: block;
	width: 31%;
	padding: 4px 0;
	margin:1px;
	float: left;
	font-size: 12px;
	font-weight:600;	
	text-align: center;
	background: #3d9ecb;
	text-overflow: ellipsis;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.team-member .member-dtls ul :hover{	
	background: #c4142d;
	text-overflow: ellipsis;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.team-member .member-dtls ul li:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 0;
}

.team-member .member-dtls ul li:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.team-member .member-dtls ul li .social-link{
	display: block;
	margin-top: 5px;
	font-size: 13px !important;
	font-weight: normal;
}

.team-member .member-dtls ul li .social-link i{
	display: inline-block;
	margin-right: 3px;
}


/* Fon table CSS */


.table-bordered {
	border-top-left-radius: 14px !important;
}

.table tr th{
	color: #1B5D96; /* Auf #FFF zuruecksetzen */
}
.table,
.table-bordered tr td{
	border: 1px solid #d7d7d7;
}

.table-bordered tr th{
	border: 1px solid #25b5c1 !important;
}

.table tr th,
.table tr td{
	text-align: right;
}

.table tr td{
	font-size: 12px;
}

.table tr th:first-child,
.table tr td:first-child{
	padding: 1px 10px 1px 10px;	
	width: 40px;
}

.table tr th:nth-child(2),
.table tr td:nth-child(2){
	padding: 1px;
	padding-left: 10px;
	text-align: left;
}

.table tr:last-child td:nth-child(2){
	text-align: left !important;
}

.table tr:last-child td:nth-child(2),
.table tr:last-child td:nth-child(3),
.table tr:last-child td:nth-child(4){
	padding-top: 1px;
}


.ptable .table a.btn{
	padding: 0 6px;
	font-size: 11px !important;
	line-height: 18px;
}


.table tr th:nth-child(3),
.table tr th:nth-child(4),
.table tr th:nth-child(5){
	width: 110px;
}

/* Address Block box CSS */

.address{
	text-align: center !important;
}

.address span.c-name{
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

.address p{
	font-size: 13px;
	line-height: 23px;
	color: #bbb;
	margin-bottom: 5px;
}

.address p.num{
	font-size: 14px;
	line-height: 30px;
	color: #ccc;
}

.address p.num a:hover{
	border: 0;
	color: #fff;
}

.address p span.mute{
	color: #ccc;
	font-weight: bold;
}

.address .social{
	text-align: center !important;
}

.address .social a i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: 0;
	margin-right: 4px;
}

.pedes h5{
	display: inline-block;
	float: left;
}

.pedes .p-info{
	display: block;
	float: right;	
	}

/* box css end*/

/* Inner CSS */

.inner-page{
	padding: 50px 60px 40px 60px;
}

.inner-page .heading{
	margin-bottom: 25px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.1em;
}

.inner-page .heading h2{
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	font-size: 25px;
}

.inner-page .heading p{
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	
}

/* Inner About Us page CSS */

.about-item{
	padding: 20px;
}

.about-item .c-logo{
	width: 100px;
	margin-right: 20px;
	line-height: 90px;
	font-size: 45px;
	float: left;
	text-align: center;
}

.about-item h4{
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.about-item p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.inner-page .inner-team .m-dtls{
	max-width: 400px;
	margin: 20px auto;
}

.inner-page .inner-team .m-descr{	
	margin: 20px auto;
}

.inner-page .inner-team .m-dtls .m-caption{
	padding: 20px;
	text-align: center;
}

.inner-page .inner-team .m-dtls h4{
	margin: 0;
	margin-bottom: 5px;
	font-size: 22px;
}

.inner-page .inner-team .m-dtls span.m-post{
	font-size: 13px;
	font-style: italic;
	color: #ddd;
}

.inner-page .inner-team .m-dtls p{
	margin-top: 8px;
	font-size: 13px;
	line-height: 22px;
}

.inner-page .inner-team .m-dtls .social{
	text-align: center;
}

.inner-page .inner-team .m-dtls .social a i{
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	margin: 0 3px 0 0;
	border-radius: 4px !important;
}

.m-dtls span.pro-title{
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}

.m-dtls .progress{
	height: 12px;
	margin-bottom: 8px;
	border: 1px solid #fff;
	border-radius: 0px;
}

/* Inner Volltextsuche page CSS */

.search-title p {
	font-size: 16px;
}


/* Inner Contact Us page CSS */

.inner-contact h3{
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 60px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}

.inner-contact p{
	margin: 10px 0 30px 0;
	text-align: center;
	font-size: 20px;
}

.inner-contact .contact-dtls{
	margin: 40px 0; 
	text-align: center;
}

.inner-contact h6,
.inner-contact .contact-dtls h6{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 21px;
}

.inner-contact .contact-dtls p,
.inner-contact .contact-dtls span{
	font-size: 16px;
	line-height: 24px;
}

.inner-contact .contact-dtls span a:hover{
	border-bottom: 0;
}

.inner-contact .contact-dtls .social{
	text-align: center;
	margin: 10px 0;
}

.inner-contact .map{
	margin-bottom: 30px;
	height: 320px;
}

.inner-contact .map iframe{
	border: 1px solid #ccc;
}

.inner-contact .contact-form{
	padding: 20px;
	background: #fff;
}

.inner-contact .contact-form h2{
	margin: 0;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}


/* Inner Feature Impressum Kontakt page css */

.inner-feature .f-item{
	margin-bottom: 10px;
}

.inner-feature .f-item .f-img{
	float: left;
	width: 200px;
	height: auto;
	padding: 30px 10px;
	text-align: center;
}

.inner-feature .f-item .f-img img{
	max-width: 100px;
	margin: 0 auto;
}

.inner-feature .f-caption {
	margin-left: 80px;
	padding: 20px;
}

.inner-feature .f-schaedlingtext {
	margin-left: 20px;
	padding: 20px;
}

.inner-feature .f-schaedlingimg {
	margin-left: 200px;
	padding: 20px;
}

.inner-feature .f-item h4{
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans Condensed', sans-serif;
}

.inner-feature .f-item span{
	font-size: 16px;
	
}

.inner-feature .f-item p{
	margin-top: 5px;
	font-size: 13px;
	line-height: 23px;
}

.inner-feature .f-item a.btn{
	margin: 10px 0;
}



/* Inner FAQ Hilfe Page CSS */

.inner-faq .panel{
	border: 0;
	margin-bottom: 10px;
}

.inner-faq .panel .panel-heading .panel-title h5{
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 16px !important;
	font-weight:400;
}

.inner-faq .panel .panel-heading .panel-title h5 i{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.inner-faq .panel .panel-body p{
	font-size: 13px;
	line-height: 23px;
	color: #555;
	margin-bottom:8px;
}

.inner-faq .panel .panel-body li{
	font-size: 13px;
	line-height: 23px;
	color: #555;
}
 
.inner-faq .panel .panel-body img{
	float:left;
	margin-right:20px;
	display: inline-block;

}


/* Integrodom page mit Tab CSS */

.inner-career{
	margin-bottom: 30px;
	}

.inner-career .inner-tab {
	background: #1B5D96;
}

.inner-career .inner-tab ul{
	background: #1b5d96 none repeat scroll 0 0;
}

.inner-career .inner-tab .nav-tabs li{
	margin-bottom: 0;
}

.inner-career .inner-tab .nav-tabs li a{
	margin-right: 0;
	font-size: 13px;
	border: 0 !important;
	padding: 15px 25px;
}

.inner-career .inner-tab .nav-tabs .active a{
	background: #c4142d;
	color: #fff;
	border: 0 !important;
}

.inner-career .inner-tab .nav-tabs li a:hover{
	background: #933;
	border:0 !important;
}

.inner-career .inner-tab .tab-content{
	padding: 0 20px 20px 20px;
	color: #FFF;	
}

.inner-career .inner-tab .tab-content h3{
	font-size: 18px;
}

.inner-career .inner-tab .tab-content h4{
	font-size: 16px;
}

.inner-career .inner-tab .tab-content p{
	font-size: 14px;
	line-height: 23px;	
}

.inner-career .inner-tab .tab-content a{
	margin: 10px 0;
}

.inner-career .inner-tab .tab-content img{
	float: left;
	margin-right: 25px;
}

.inner-career .inner-tab .tab-content ul{
	background: #1b5d96;
}

.inner-career .inner-tab .tab-content ul li{

}


/* Inner sitemap page CSS */

.inner-sitemap h5{
	margin: 0;
	font-size: 25px;
}

.inner-sitemap ul{
	list-style-type: none;
	padding: 0;
}

.inner-sitemap ul li{
}

.inner-sitemap ul > li > a:hover{
	border: 0;
}

/* Inner Support Hilfe page CSS */

.inner-support .support-item h5{
	font-size: 18px;
}

.inner-support .support-item input{
	width: 220px;
	height: 35px;
	padding-left: 10px;
	color: #898989;
}

.inner-support .support-item .inner-slist{
	list-style-type: none;
	padding-left: 0;
}


#slist p{
display:none;
margin:5px 0px;
padding: 10px 15px;
background:#fff;
color: #555;
font-size: 13px;
line-height: 25px;
border:1px solid #eee;
}

#slist li a{
	display: block;
	font-size: 16px !important;
	margin-bottom: 10px;
	border: 0;
}


.inner-support .support-item  .scontact p a:hover{
	border: 0;
	padding-bottom: 1px;
}

.inner-support .support-item  .scontact{
	padding: 20px;
}

.inner-support .support-item  .scontact h3{
	margin: 0;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-size: 25px;
	border-bottom: 1px solid #f1f1f1;
}

.inner-support .support-item  .scontact p{
	font-size: 13px;
	line-height: 22px;
}

.inner-support .support-item  .scontact span{
	font-weight: bold;
	font-size: 16px;
}

.inner-support .support-item  .scontact span.mute{
	font-size: 13px;
}

.inner-support .support-item  .scontact a.btn{
	margin: 10px 0;
}

.inner-support .support-item  .scontact a i{
	display: inline-block;
	margin-right: 5px;
}

/* Inner page CSS end */

/* Footer Copy right CSS */

.footer{
	color: #111;
	margin: 50px 0;
}

.footer .copy-right{
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.footer .copy-right a:hover{
	border: 0;
	color: #c4142d;
}


/* Footer Imprint CSS */

.footer .imprint{
	float: right;
	color: #111;
	text-align: right;
	font-size: 12px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #0F6;
}

.footer .imprint a:hover{
	border: 0;
	color: #c4142d;
}

/* Additional Link Color for pages */

.address p.num a,
.footer .copy-right a{
	color: #76a3ce;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){
	.weather .w-today .w-info{
		font-size: 11px !important;
	}
	
	.weather .w-report span{
		text-align: left;
	}
	
	.weather .w-report span span{
		display: block !important;
		position: relative;
		left: 0;
	}
	
	
	/* Inner pages */
	
	.about-item h4{
		position: relative !important;
		top: 20px !important;
	}	
	
	.about-item p {
    margin-top: 30px;
}
}

@media (max-width: 550px){
	
	.team-member .member-dtls ul li{
		font-size: 12px;
	}
	
	/* Inner pages */
	
}

/* Tablets */
@media (max-width: 767px){
	.container{
		max-width: 450px !important;
	}
	
	.wrapper-home{
		max-width: 550px !important;
		margin: 0 auto;
	}	
		
	.table tr th:nth-child(3),
	.table tr th:nth-child(4),
	.table tr th:nth-child(5){
		width: 70px !important;
	}
	
	/* Inner pages */
	
	.inner-feature .f-item .f-img{
		width: 100% !important;
		float: none !important;
	}
	
	.inner-feature .f-item .f-caption{
		margin-left: 0 !important;
		text-align: center;
	}
	
	/* Inner pages für Kontaktformular auf Kontakt Seite*/
	.f-caption{
		margin-left: 0 !important;
		text-align: center;
	}
	
}

/* Desktop */
@media (max-width: 991px){
	.box{
		margin-bottom: 0px;
	}
	.box, .large-box,
	.medium-box, .small-box, .mini-box{
		height: auto !important;
	}
	
	.img-gal{
		height: 300px !important;
	}	
		
	.w-pad{
		margin: 20px !important;
	}

	.weather .w-today img{
		max-width: 80px !important;
	}
	
	.weather .w-today h6{
		font-size: 50px !important;
	}
	
	.weather .w-today h6 sup{
		top: -20px !important;
	}

	
	.weather .w-report span{
		font-size: 13px !important;
	}
	
	.team-member .member-dtls{
		margin-bottom: 20px;
	}
	
	/* inner Pages */	
	
	.inner-support .support-item  .scontact{
		margin-top: 30px;
	}

}

@media (max-width: 1199px){
	.w-pad{
		margin: 5px;
	}
	
	.weather .w-today{
		margin-bottom: 20px;
	}
	.weather .w-today img{
		max-width: 90px;
	}
	
	.weather .w-today h6{
		font-size: 40px;
		margin-left: -5px;
	}
	
	.weather .w-today h6 sup{
		top: -12px;
	}

	.weather .w-report span{
		font-size: 12px;
	}
	
	
	/* inner pages */
	
	.inner-blog .inner-sidebar .widget-content .bform button{
		margin-top: 7px;
	}
	
	.inner-blog .inner-sidebar .widget-content .social a i{
		margin-top: 5px;
	}

}

