body.index-listeria  {
    text-align: left;
    background: #fff;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

.social{
	padding: 0;
}
.social a {
	margin: 0px 3px;
}
.slogan{
	color:#aaaaaa;
	font-size: 0.9em;
	line-height: 25px;
}

.logo .center-block{
	width:300px;
}
.logo .d1 {
	float:left;
	width:40px;
	height:40px;
	border:0px;
}

.logo .d2 {
	float:left;
	width:250px;
	height:50px;
	border:0px;
}
.logo .logo_title{
	font-size: 2.3em;
	white-space: nowrap;
	/*font-family: Roboto;*/
}
.clear {
	clear: both;
}
.navbar-nav>li>a {
	color:#111111;
}
.navbar-nav li a.active {
text-decoration: underline;
}
hr{
  margin-top: 10px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #d1d1d1;
}
.hr-bottom{
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.headline_hr{
	height: 1px;
	background-color: #c6c6c6;
	text-align: center;
	position: relative;
	bottom: -55px;
}
.headline_title {
	  font-family: Georgia;
	  font-size: 4.0em;
	  background-color: #fff;
	  position: relative;
	  display: block;
	  width: 48%;
	  margin: 0 auto;
	  font-style: italic
}
.pt10 {
	padding-top: 10px 
}
.pd20{
	padding: 20px 0;
}
.pt20{
	padding-top: 20px 
}
footer .col-md-10{
	padding-bottom: 30px;
}

.page-header {
	border-bottom: none;
}
.social .fa{
	width: 18px;
	cursor: pointer;
	color:#aaaaaa;
}
.fa-bg-circle {
	width: 50px;
	height: 50px;
	background-color: #f5f5f5;
	border-radius: 50%;
	margin: 0 auto;
}
.fa-bg-circle .fa{
	position: relative;
	top: 30%;
}
.descr h2 {font-size: 130%;}
.descr {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
.mobile-block{
	font-family: Arial, Helvetica, sans-serif;
}
.mobile-text{
	padding-bottom: 20px;
}
.mobile-title h2 {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*--------------------------------------
	WELL
--------------------------------------*/
.well {
	font-size: 16px;
	border-radius: 0;
	padding: 5%;
}
.well .nav li a{
	color: #fff;
	margin: 0 auto;
}
.well .nav a.signup:hover, .well .nav a.signup:focus {
	color: #363636;
}
.well .nav .signin {
	border-radius: 22px;
	font-size: 14px;
	display: inline-block;
	padding: 10px 75px;
	width: auto;
}
.well .nav .signin:hover,
.well .nav .signin:focus{
	background-color :#555;
}

/*--------------------------------------
	END WELL
--------------------------------------*/

footer a{
	color:#929292;
}
footer .social {
    margin-bottom: 30px;
    text-align: left;
}

#language-menu .dropdown-menu li{
margin-left: 15px;
}
footer ul li p:first-child{
	text-transform: uppercase;
}

footer ul li:last-child{
	margin-bottom: 15px;
}

@media (min-width:180px) and (max-width: 320px) {
	.headline_title {
		font-size: 150%;
		width: 60%;
	}
	.headline_hr {
		bottom: -20px;
	}
	.well .nav .signup{
		width:90%;
	}
	#language-menu .dropdown-menu li{
		margin-left: -13px;text-align: center;
	}
}

@media (min-width:320px) and (max-width: 768px) {
	.headline_title {
		font-size: 200%;
		width: 58%;
	}
	.headline_hr {
		bottom: -20px;
	}
	.well .nav .signup{
		width:70%;
	}
	#language-menu .dropdown-menu li{
		margin-left: -13px;text-align: center;
	}
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar {
		margin-bottom: 0px;
		width: 100%;
  		float: right;
    }
    .container {
	/*max-width: 970px;*/
	}
}
@media (min-width: 992px) {
    footer .social {
        text-align: right;
    }
}

#copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright {
}
.copyright a {    
}
.copyright .btn-secondary {
    border: 1px #363636 solid;
    background: #363636;
    color: #fff;
}
.copyright .btn-secondary:hover,
.copyright .btn-secondary:focus {    
}

/*--------------------------------------------------------
*   STEP REGISTRATION
--------------------------------------------------------*/

/* country popup */
.load_content_bg,
.alert_bg {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0,0,0,0.8);
}
.load_content_bg div {
    top: 10% !important;
}
.load_content_bg div div:first-child {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
.load_content_bg {
    font-size: 14px;
}
.load_content_bg h3 {
    font-size: 14px;
    font-weight: bold;
}
.load_content_bg ol,
.load_content_bg ul,
.load_content_bg li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.load_content_bg .load_content_close.w {
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    color: #fff;
}
/* end country popup */

/*--------------------------------------------------------
*   END STEP REGISTRATION
--------------------------------------------------------*/


.index-listeria   .registration-block {
    margin-top: 0;
}

/* REGISTRATION THEME FIXES */
.registration-block .form-control  {
	border-radius: 25px;
	font-weight: normal;
	height: 46px;
    padding: 10px 16px;
	font-size: 18px;
}
.registration-block .form-group {
    text-align: left;
}
.registration-block .form-group button {
	border-radius: 25px;
    margin-top: 10px;
    position: relative;
}
.input-autocomplete .input-group-addon {
    border-radius: 25px;
}
.input-autocomplete .input-group-addon:last-child {
    border-radius: 0 25px 25px 0;
}
.captcha-block .input-group-addon:first-child {
    border-radius: 25px 0 0 25px;
}
.registration-block .btn-lg, 
.registration-block .btn-group-lg > .btn {
    border-radius: 25px;
}

.nav .btn-regshow {
	background: none;
	border: 0;
	border-radius: 0;
    color: #111;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
}
.nav .btn-regshow:hover,
.nav .btn-regshow:focus {
    box-shadow: none;
	background-color: #eee;
	text-decoration: none;
}

.well .btn-regshow {
	background: none;
	border: 2px solid #fff;
	border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 75px;
    width: auto;
}
.well .btn-regshow:hover,
.well .btn-regshow:focus {
    box-shadow: none;
	background-color: #eee;
	color: #111;
	text-decoration: none;
}

.b-teaser .btn-regshow {
    border-radius: 25px;
}



/* END REGISTRATION THEME FIXES */

/* LANG DROPDOWN FIXES */
.lang .dropdown {
}
.lang .dropdown a {
	color: #111;
	display: block;
    line-height: 20px;
    padding: 15px;
}
.lang .dropdown a:hover,
.lang .dropdown a:focus {
	background-color: #eee;
    color: #111;
    text-decoration: none;
}
.lang .dropdown-menu li {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 15px;
}
.lang .dropdown-menu li:hover {
    background-color: #eee;
}
/* END LANG DROPDOWN FIXES */



.b-topline {
	margin-top: 20px;
}
.b-topline__slogan {
    margin-bottom: 15px;
    text-align: center;
}
.b-topline__social {
    text-align: center;
}
@media (min-width: 768px) {
    .b-topline__slogan {
        margin: 0;
        text-align: left;
    }
    .b-topline__social {
        text-align: right;
    }
}

.b-logo {
	display: inline-block;
	width: 170px;
}

.b-teaser {
    position: relative;
}
.b-teaser__content {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    padding: 10px 30px 30px;
    text-align: center;
}
.b-teaser__content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.b-teaser__content .btns {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .b-teaser__content {
        left: 25%;
        position: absolute;
        right: 25%;
        top: 50%;
    transform: translateY(-50%);
    }
}

.mobile-apps__item,
.mapps__list a {
    display: inline-block;
    line-height: 50px;
    margin-right: 2px;
    vertical-align: top;
}