.cf:after { height: 0; display: block; visibility: hidden; clear: both; font-size: 0; content: " "; }
* html .cf { zoom: 1; } /* IE6 */
*:first-child+html .cf { zoom: 1; } /* IE7 */


.clr {
    clear: both;
    float: none;
}

.promotions {
    text-align: center;
}

.promotions .promotion {
    display: inline-block;
    text-align: center;
    width: 313px;
    
    vertical-align: top;
    padding-left: 33px;
    padding-right: 33px;
    margin-top: 25px;
}

.promotions .promotion .date {
    margin: 0;   
    font-weight: bold;
    color: #23223a;
    font-size: 10px;
    font-family: "opensans-bold";
}

.promotions .promotion h2 {
    color: #f1592b;
    margin-bottom: 42px;
    margin-top: 18px;
    font-size: 1.8em;
    line-height:25px;
}
.promotions .promotion .img {
    margin-bottom: 20px;
}
.promotions .promotion .img img {
    width: 311px;
    border: 1px solid #d5d5d5;
}

.promotions .promotion .admission {
    border: 1px solid #d5d5d5;

    
padding: 30px;
}

.promotions .promotion .admission p {
    margin: 0;
}
.promotions .promotion .more a {
    background: url("/images/promotions_readmore.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    text-indent: -3000px;
    width: 118px;
}


#shops-map {
	height: 400px;
	width: 100%;
}
#shops-map a{
	color: #57a2ca;
}
#shops-map a:hover{
	color:#5c5c5c;
}
.shops-row{
    width:100%;
    margin: 20px 0;
    padding: 10px;
    border:1px solid #d5d5d5;
    border-radius: 5px;
    position:relative;
}

.shop-logo {
	float:left;
	width:110px;
	min-height:65px;
}
.shop-logo img {
	vertical-align:middle;
	margin:0 15px 0 0
}
.shop-prod-groups img {
	display: block;
	margin:5px 5px 0 0;
	float:left;
}
.shop-data {
	width:320px;
	float:left;
	margin:16px 0 0;
}
.shop-prod-groups {
	float:right;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.shops-form {
	position: relative;
	box-sizing: border-box;
	width: 500px;
	margin: 30px 0;
	background: #fff;
}

.form-group * {
	box-sizing: border-box;
}
.form-group {
	margin: 0 0 15px;
}
.form-group label,
.captcha label {
	margin: 0 0 5px;
	display: block;
	font-weight: normal;
}
.form-group .form-control {
	height: 42px;
	width: 100%;
	padding: 0 10px;
	border-radius: 4px;
	border: 1px solid #8f8f8f;
	font-size: 1em;
	transition: .3s all ease-in-out;
	-webkit-transition: .3s all ease-in-out;
	-moz-transition: .3s all ease-in-out;
	-ms-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.form-group .form-control:hover,
.form-group .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, .6);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, .6);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, .6);
}
.form-group .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
    color: #000;
}
.form-group .form-control::-webkit-input-placeholder {
    color: #000;
}


.button-form {
	text-align: left;
	position: relative;
	z-index: 1;
}
.button-form .button-search {
    backface-visibility: hidden;
    background: #f1592b;
    color: inherit;
    display: block;
    position: relative;
    z-index: 1;
	width: 50%;
	padding: 10px 15px;
	border: 1px solid #f1592b;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}
.button-form .button-search:focus {
    outline: none;
}
.button-form .button-search:before,
.button-form .button-search:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
    bottom: 100%;
    left: 0;
    transition: .3s transform  cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: .3s transform  cubic-bezier(0.75, 0, 0.125, 1);
	-moz-transition: .3s transform  cubic-bezier(0.75, 0, 0.125, 1);
	-ms-transition: .3s transform  cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition: .3s transform  cubic-bezier(0.75, 0, 0.125, 1);
    z-index: -1;
}
.button-form .button-search:before {
    background: #94BDFF;
}
.button-form .button-search:after {
    background: #3971CC;
}
.button-form .button-search:hover:before,
.button-form .button-search:hover:after {
    transform: translate3d(0px, 100%, 0px);
	-webkit-transform: translate3d(0px, 100%, 0px);
	-moz-transform: translate3d(0px, 100%, 0px);
	-ms-transform: translate3d(0px, 100%, 0px);
	-o-transform: translate3d(0px, 100%, 0px);
}
.menubottom #newsletter-col {
	width: 300px;
	margin-left: -70px;
	padding-left: 0;
	padding-right: 50px;
}
.menubottom .newsletter .checkbox {
	font-weight: normal;
	font-family: Arial, 'sans-serif';
	text-align: justify;
	color: #5c5c5c;
}
@media screen and (max-width: 1260px) {
    .menubottom #newsletter-col {
        width: 50%;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .menubottom #newsletter-col {
        width: 100%;
        padding: 0 0 30px;
    }
}