.b-fotorow {
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 14px;
}

.b-fotofeeditem {
	width: 282px;
	/*height: 190px;*/
	height: 386px;
	background: transparent;
	float: left;
	margin: 7px;
	box-sizing: border-box;
	position: relative;
}

.b-fotofeeditem.main {
	width: 282px;
	height: 190px;
}

.b-fotofeed-title {
	position: absolute;
	bottom: 8px;
	left: 10px;
	color: #fff;
	font-weight: bold;
}

.b-fotofeed-count {
	position: absolute;
	bottom: 8px;
	right: 10px;
	color: #fff;
}

.b-fotofeed-image {
	float: left;
	padding-bottom: 0px;
    margin-right: 28px;
    width: 270px;
}

.b-fotofeed-image img {
	display: block;
	margin: 0px auto;
}

.b-fotofeed-breadcrumbs {
	text-align: center;
	font-size: 18px;
	margin-top: 21px;	
	margin-bottom: 26px;	
	font-family: myriadproboldcondensed, sans-serif;
}

.b-fotofeed-breadcrumbs span {
	display: inline-block;
	color: #000;
    font-size: 17px;
    text-transform: uppercase;
	padding: 3px 12px 4px;
}

.b-fotofeed-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.b-fotofeed-breadcrumbs a:hover {
	text-decoration: underline;
}

.b-fotofeed-description {
	background: #f0f0f0;
	padding: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.b-fotofeed-description p {
	line-height: 23px;	
	margin-bottom: 22px;
}

.b-fotofeed-description p:last-child {
	margin-bottom: 0px;
}

.b-fancyform {
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 8050;
	text-align: center;
	height: 62px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: rgba(249,249,249,0.5);
}

.b-fancyform.b-vertical-form .b-fancyform-title {
	float: none;
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
	margin-top: -17px;
}

.b-fancyform.b-vertical-form .b-fancyform-input {
	margin-left: 0;
}

.b-fancyform .form {
	display: inline-block;
	padding: 15px;
}

.b-fancyform-title {
	font-size: 18px;
    font-family: myriadprocondensed,sans-serif;
    float: left;
    line-height: 32px;
	height: 30px;
}

.b-fancyform-input {
    padding: 6px 10px 7px;
    width: 202px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left: 15px;
}

.b-fancyform-btn {
    background: #21b0c5;
    color: #fff;
    font-family: myriadprocondensed,sans-serif;
    font-size: 13px;
    text-align: center;
    display: block;
    height: 32px;
    width: 86px;
    float: left;
    margin-left: 15px;
    border: 0px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
	.b-fotofeed > .wrapper {
		overflow: hidden;
	}

	.b-fotorow {
		margin-left: -1%;
		margin-right: -1%;
	}

	.b-fotofeeditem {
		width: 24%;
		height: auto;
		padding: 0;
		margin: 0.5%;
	}
	
	.b-fotofeeditem img {
		width: 100%;
		height: auto;
		float: left;
	}

	.b-fotofeed-image {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 690px) {
	.b-fotofeeditem {
		width: 49%;
	}	

	.b-fotofeed-image {
		float: none;
		width: 100%;	
	}

	.b-fancyform-title {
		width: 100px;
		line-height: 16px;
		font-size: 13px;
		text-align: right;
	}

	.b-fancyform-input {
		width: 110px;
	}

	.b-fancyform-btn {
		width: auto !important;
	}

	.b-fotofeed-image {
		display: none;
	}

	.b-fotofeed-description p {
		line-height: 16px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 440px) {
	.b-fancyform-input {
		margin-left: 0px;
	}

	.b-fancyform-title {
		display: none;
	}
}

@media screen and (max-width: 440px) {
	.b-fancyform-btn {
		margin-left: 0px;
	}
}

.b-deliveryinfo {
	margin-top: 20px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.b-deliveryText {
	background: #f0f0f0;
	margin-top: 9px;
	margin-bottom: 35px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.b-deliveryText h2 {
	margin-top: 0px;
}

.b-deliveryinfo > .row {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.b-deliveryinfo > .row.b-mobile {
	display: none;
	align-items: stretch;
	margin-left: 0;
	margin-right: 0;
	justify-content: center;
}

.b-deliveryinfo > .row.b-desktop + .row.b-desktop {
	margin-top: -18px;
}

@media screen and (max-width: 890px) {
	.b-deliveryinfo > .row.b-mobile {
		display: flex;
	}

	.b-deliveryinfo > .row.b-desktop {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.b-deliveryinfoColumn {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

@media screen and (max-width: 599px) {
	.b-deliveryinfoColumn {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		
		padding-left: 25px !important;
		padding-right: 25px !important;
		padding-bottom: 20px !important;
	}
}

.b-deliveryinfo .b-sep1 {
	padding: 9px 0 13px;
}

.b-deliveryNote i {
	font-style: normal;
	color: #f54849;
}

.b-deliveryinfo .b-servItems {
	padding-top: 23px;
	line-height: 18px;
	
	display: flex;
	align-items: center;
}

.b-deliveryinfoColumn {
	display: inline-block;
	
	flex: 0 0 33.3333%;
	max-width: 33.3333%;

	box-sizing: border-box;
	padding: 5px;
	color: #fff;
	font-family: myriadproboldcondensed, sans-serif;
	vertical-align: top;
}

.b-deliveryColumnInner {
	background: #33404d;
	padding: 30px 12px 0;
	/*height: 371px;*/
	/*height: 100%;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.b-deliveryinfoColumn .b-bg {
	background: #33404d;
	height: 100%;
}

.b-deliveryinfoColumn.b-deliveryActiveColumn .b-bg {
	background: #00b2c7;
}

.b-deliveryinfoColumn .b-deliveryColumnInner:last-child {
	padding-bottom: 36px;
}

.b-deliveryColumnInner + .b-deliveryColumnInner {
	padding-top: 32px;
}

.b-deliveryActiveColumn .b-deliveryColumnInner {
	background: #00b2c7;
}

.b-deliverySpan15 {
	display: block;
	font-size: 15px;
	line-height: 20px;
}

.b-deliverySpan25 {
	display: block;
	font-size: 25px;
	line-height: 26px;
}

.b-servIncl {
	/*margin-bottom: 22px;*/
}

.b-servItems.b-twoLines {
	padding-top: 18px;
}

.b-servItems { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /*padding-top: 9px;*/
    text-align: left;
}

.b-center {
	text-align: center;
}

.b-bottomDivider {
    margin-bottom: 18px;
}

.b-deliveryPrice {
	margin-bottom: 26px;
}

.b-deliveryPrice.b-bottom {
	margin-top: -5px;
	margin-bottom: 45px;
}

.b-deliveryNote {
	text-align: left;
	line-height: 18px;
}