@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:500,700');

/* border-box */
html,* { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
* {
	padding: 0;
	margin: 0;
}
/* clearfix */
.textbox:before,
.textbox:after,
.wrapper:before,
.wrapper:after,
.row:before,
.row:after  {
    content: " ";
    display: table;
}
.textbox:after,
.wrapper:after,
.row:after {
    clear: both;
}

::-webkit-input-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

::-moz-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

input:-moz-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8c8d9e;
  opacity: 1;
}

p { margin-top:18px;}
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; font-weight: 700; color: #222; line-height: 1.4em; }
ul li, ol li {margin: 6px 0;}
p, li, a {line-height:1.5em !important;}
input:focus, textarea:focus, select:focus {border-color:#ccc; outline-color:#ccc;}
* {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
body {
	color: #8c8d9e;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul {
	padding: 0;
}
.textbox ul li,
.textbox ol li,
.textbox ul li *,
.textbox ol li * {
	text-align: left !important;
}
a.button,
button {
	transition: all 0.4s ease;
}
.clear {
	display: none;
}
.textbox ul,ol {margin:10px 0 10px 16px;}

.w_talign_left {
  text-align: left;
}
.w_talign_center {
  text-align: center;
}
.w_talign_right {
  text-align: right;
}
.hide_logo .logo {
	display: none !important;
}

.content > div {
	max-width: 1230px;
	margin: 45px auto 100px;
	padding: 0 30px;
}
.cake-img {
	margin: 0;
	max-width: 100%;
	height: 200px;
	margin-bottom: 85px;
	background: url(../img/cake-bg.jpg) no-repeat;
	background-size: cover;
}

.content .row.gray {
	margin-top: 0;
	margin-bottom: 30px;
}
.content .row.gray + .title {
	margin-top: -17px;
}
.content .title{
	margin-top: 75px;
	margin-bottom: 30px;
}
.content .likebox {
	margin: 35px auto;
}
.content .likebox li {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.content .clear{
	margin: 0;
}
.content .textbox,
.content .textbox-title {
	margin-top: 35px;
	margin-bottom: 45px;
}
.content .textbox .clear {
	margin-top: -30px;
}
.content .formular {
	margin-top: 30px;
	margin-bottom: 90px !important;
}
.content .formular.password-access-form .formdata.input span {
	display: none;
}

h1 {
	width: 66%;
	font-size: 50px;

}
.homepage h1 {
	margin: 250px auto 53px;
	text-align: center;
}
.homepage .row.gray .span12 {
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: 700;
}
.content .title h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 8px;
	font-weight: 400;
	color: #8c8d9e;
}
.textbox .has-image.span12 {
	margin: auto;
}
.span12 {
	width: 100%;
}
.span6 {
	width: calc((100% - 30px) / 2);
	float: left;
	margin-right: 30px;
}
.span4 {
	width: calc((100% - 60px) / 3);
	float: left;
	margin-right: 30px;
}
.span3 {
	width: calc((100% - 90px) / 4);
	float: left;
	margin-right: 30px;
}
.span6.d2,
.span4.d3,
.span3.d4 {
	margin-right: 0;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	position: absolute;
	z-index: 1;
}
.logo a {
	display: inline-block;
	line-height: 380px !important;
	height: 170px;
}
.logo a img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
}
.homepage .header {
	padding: 20px 70px;
	margin-bottom: 100px;
}
.homepage .content div.gallery:first-child {
	margin-top: -100px !important;
}
.header {
	padding: 0 70px;
	min-height: 80px;
	z-index: 3;
	position: relative;
}
.homepage .wrapper {
	min-height: 600px;
	position: relative;
}
.content > div:first-child {
	margin-top: 0 !important;
}
#main-menu {
	float: right;
	margin-top: 8px;
	position: relative;
	z-index: 1;
}
#main-menu li {
	display: inline-block;
	position: relative;
	color: #222;
	text-transform: uppercase;
}
#main-menu li a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	padding: 20px 25px;
	position: relative;
}
#main-menu li:hover,
#main-menu li.active {
	color: #ff0060;
}
#main-menu li.menu-viac ul {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	padding: 14px 0 22px;
	background: rgba(38,38,38,0.97);
}
#main-menu li.menu-viac ul ul {
	top: 49px;
}
.menu-mobile.mobile-menu-showed #main-menu li.menu-viac ul {
	position: static;
	display: block;
	background: none;
}
.menu-mobile.mobile-menu-showed #main-menu li.menu-viac.active > a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../img/menu-s-dole.png) center center no-repeat;
	position: absolute;
	right: -10px;
	top: 19px;
}
#main-menu li.menu-viac ul li {
	display: block;
	text-transform: none;
	white-space: nowrap;
}
#main-menu li.menu-viac ul li a {
	font-weight: 500;
}
#main-menu li.menu-viac ul li.mmenu {
	white-space: normal;
	width: 300px;
}
#main-menu li.menu-viac ul a {
	color: #fff;
	padding: 0 25px;
}
#main-menu li.menu-viac ul a:hover {
	color: #8c8d9e;
}
#main-menu li.menu-viac:hover ul {
	display: block !important;
}
#main-menu li.menu-viac:hover {
	color: #8c8d9e;
	background: rgba(38,38,38,0.97);
}

.mobile-menu {
	float: right;
	cursor: pointer;
	padding: 14px 10px 11px;
	background-position: center;
	background: #ff0060;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

.mobile-menu span {
	display: block;
	width: 20px;
	height: 2px;
	margin-bottom: 3px;
	background: #fff;
}
#menu-wrap.vis {
	display: block !important;
}
#menu-wrap a.close {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #ff0060 url(../img/close-menu.png) center center no-repeat;
	background-size: 15px;
}
#menu-wrap.menu-mobile a.close {
	display: inline-block;
	position: fixed;
	z-index: 10;
	top: 20px;
	right: 70px;
}
.homepage #menu-wrap.menu-mobile a.close {
	top: 40px;
	right: 70px;
}
#menu-wrap.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(22,24,29,0.97);
	z-index: 1000;
	overflow: auto;
	padding: 60px 0 0;
}
#menu-wrap.menu-mobile #main-menu {
	float: none;
	text-align: center;
	overflow: auto;
	height: 100%;
	margin: 0;

}
#menu-wrap.menu-mobile #main-menu li {
	display: block;
	text-transform: none;
}
#menu-wrap.menu-mobile #main-menu > li:last-child {
	padding-bottom: 50px;
}
#menu-wrap.menu-mobile #main-menu li.active > a {
	color: #8c8d9e;
}
#menu-wrap.menu-mobile #main-menu li a{
	color: #fff;
	font-size: 30px;
	padding: 8px 25px;
}
#menu-wrap.menu-mobile #main-menu ul li a {
	font-size: 23px;
	font-weight: 700;
}
#menu-wrap.menu-mobile #main-menu li.menu-viac:hover {
	background: none;
}
#menu-wrap.menu-mobile #main-menu li.menu-viac ul {
	padding: 25px 0;
}
/*#main-menu li:hover,
#main-menu li.active {
	background: #262626;
	color: #8c8d9e;
}*/
.gpli {
	width: 58px;
}
.pricelist table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);
	box-shadow: 0px 0px 20px 0px rgba(204,204,204,0.3);

}
.pricelist th {
	background: #f3f3f3;
	border-right: 1px solid #e3e3e3;
	padding: 12px 15px 12px 30px;
	font-size: 16px;
	color: #222222;
}

.pricelist td:last-child,
.pricelist th:last-child{
	border-right: 0;
}
.pricelist tr {
	border-bottom: 1px solid #e3e3e3;
}
.pricelist tr:first-child th {
	border-bottom: 1px solid #e3e3e3;
}
.pricelist tr:last-child {
	border: 0;
}
.pricelist td {
	border-right: 1px solid #e3e3e3;
	padding: 12px 15px 12px 30px;
	font-size: 14px;
	line-height: 20px;
}

.span12.d1.img_left img{
	float: right;
	max-width: 25%;
	margin-bottom: 25px;
	margin-left: 40px;
}
.row.textbox {
	display: flex;
	flex-wrap: wrap;
}
.textbox .img_left h3,
.textbox .img_right h3 {
	padding: 0;
}
.textbox.w_talign_left .img_left h3 {
	padding-left: 0;
}
.span12.d1.img_right p {
	padding-left: 0;
	padding-right: 0;
}
.span12.d1.img_right a.button {
	margin-left: 0;
	margin-top: 23px;
}
.span12.d1.img_left a.button {
	padding-right: 0;
	padding-top: 23px;
}
.span12.d1.img_left p {
	padding-right: 0;
	padding-left: 0;
}
.span12.d1.img_right img{
	margin-bottom: 0;
	max-width: 25%;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
.textbox a.button {
	display: inline-block;
	color: #ff0060;
	text-decoration: underline;
	margin-top: 15px;
}
.has-image .img-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	padding:  60% 0 0 !important;
}
.has-image .img-wrap img {
	width: 100% !important;
	height: auto !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50% !important;
	left: 50% !important;
}
.has-image.span12 .img-wrap {
	padding:  38% 0 0 !important;
}

.boxinside p:first-child{
	margin-top: 0;
}
.has-image button, .has-image .button, .form button {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.textbox .span12 a.button:hover {
	text-decoration: none;
}

.textbox .span4 {
	width: calc((100% - 60px) / 3);

}
.responsive_video {
	width: 83%;
	height: 580px;
}
.content .video {
	margin-top: 90px;
	margin-bottom: 50px;
	max-width: 960px;
}
.video .span12 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video .span12 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.foot {
	background: #222222;
	padding: 20px;
}
.foot .flngs {float:right; margin: 0;line-height: 30px !important;}
.foot .flngs a{text-decoration: none; text-transform: uppercase; padding: 3px;}
.foot .flngs a:hover{text-decoration: underline;}
.foot p {font-size: 13px; margin: 0;line-height: 30px !important;}

#footer-icons {
	float: right;
	text-align: center;
	opacity: 0.8;
	font-size: 0;
	margin: 0 20px;
}
#footer-icons a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #8c8d9e;
	margin: 0 3px;
}
#footer-icons a.ico1 {
	background: url(../img/cake-f.png) center center no-repeat;
	background-size: auto 13px;
}
#footer-icons a.ico2 {
	background: url(../img/cake-g.png) center left 6px no-repeat;
	background-size: auto 13px;
}
#footer-icons a.ico3 {
	background: url(../img/cake-t.png) center center no-repeat;
	background-size: auto 13px;
}

#footer-icons a.ico4 {
	background: url(../img/cake-i.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons a.ico5 {
	background: url(../img/cake-p.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons a.ico6 {
	background: url(../img/cake-y.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons .footer-sc {
	transition: all 0.4s ease;
}
#footer-icons .footer-sc:hover {
	opacity: 0.85;
}

.content .gallery {
	max-width: 100%;
	padding: 0;
	position: relative;
}
.content .gallery a {
	width: 33.33%;
	display: inline-block;
	overflow: hidden;
	margin-top: -5px;

}
.content .gallery.jed-img .span12 {
	width: 1170px;
	margin: auto;
	overflow-y: hidden;
}
.content .gallery.jed-img a {
	width: 100%;
	margin-bottom: 100px;
	text-align: center;
}
.content .gallery.jed-img a:last-child {
	margin-bottom: 0;
}
.content .gallery img {
	width: 101%;
	max-width: 101%;
	height: auto;
	transform: scale(1);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.content .gallery.jed-img img {
	width: auto;
}
.content .gallery a:hover img {
	 -webkit-transform: scale(1.1);
	 transform: scale(1.1);
}
.content .gallery.jed-img a:hover img {
 -webkit-transform: none;
	 transform: none;
}
.textbox img:hover {
	opacity: 0.95;
}
.content .gallery .prep {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
}
.content .gallery .prep li {
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.content .gallery .prep li.tri {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right: 1px solid #ff4088;
	box-sizing: content-box;
	margin-right: -4px;
	background: #ff0060 url(../img/g-prep-4.png) center center no-repeat;
}
.content .gallery .prep li.jed {
	background: #ff0060 url(../img/g-prep-2.png) center center no-repeat;
}
.textbox img {
	width: 100%;
}
.textbox .has-image a.button {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ff0060;
	border: 2px solid #ff0060;
	border-radius: 25px;
	padding:  7px 25px 5px;
	margin: 27px 30px 0;
}
.textbox .has-image a.button:hover {
	color: #fff;
	background: #ff0060;
}
.textbox .has-image h3 {
	margin-top: 35px;
}
.textbox h3 {
	font-size: 20px;
}
.content .buttonrow {
	max-width: 100%;
	padding: 100px 30px;
	margin-top: 100px;
	text-align: center;
	background: url(../img/cake-button-bg.jpg) no-repeat;
	background-size: cover;
}
.content > div.buttonrow:last-child {
	margin-bottom: -100px;
}
.buttonrow a.button{
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #ff0060;
	padding: 16px 70px 14px;
	border-radius: 40px;
}
.buttonrow a.button:hover {
	background: #f0055d;
}
.formdata.checkboxes > span {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #222222;
}
.formular input,
.formular textarea {
	border: none;
	width: 100%;
	padding-bottom: 20px;
	z-index: 2;
	position: relative;
}
.formular select {
	position: relative;
	z-index: 2;
}
.form .formdata {
	padding: 40px 0 0px;
	position: relative;
}

input:focus {
	outline: none !important;
	border: none;
}

.formular input {
	border-width: 0;
	border-bottom: 1px solid #dddfe1;

}
.formular .input:after {
	content: '';
	width: 0;
	border-bottom: 1px solid #222;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition : border 500ms ease-out;
    transition : all 500ms ease-out;
}
.formular .formdata.click.input:after {
	width: 100%;
}
.formular textarea:focus,
.formular .in input:focus,
.formular input:not(:placeholder-shown),
.formular textarea:not(:placeholder-shown) {
	border-color: #222;
	border-width: 100%;
}
.formular select {
	color: #8c8d9e;
	background: url(../img/select-bg.png) right 10px center no-repeat;
	width: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formdata.select {
	padding-bottom: 18px;
	border-bottom: 1px solid #dddfe1;
}
.formdata.select.act {
	border-color: #222;
}
.formdata.select.act select {
	color: #000;
}
.formular textarea {
	border: 1px solid #dddfe1;
	min-height: 180px;
	margin-top: 80px;
	padding: 15px 20px;
	max-width: 100%;
}
.form-preview-checkboxes {
	margin: 15px 0 0;
}
.form-preview-checkboxes label {
	margin-right: 8px;
	display: inline-block;
}
.form-preview-checkboxes label input {
	display: inline;
	width: auto;
}
.form-items .row {
	margin-bottom: 80px;
}
.row.form-items .span12.textarea + .formdata.span6 {
	margin-right: 30px;
}
.row.form-items .span12.textarea + .formdata.span6 + .formdata.span6 {
	margin-right: 0;
}
.row.form-items .span12.textarea {
	clear: both;
}
.row.form-items .span6:nth-child(2n) {
	margin-right: 0;
}

.form button {
	border: none;
	border-radius: 40px;
	background: #ff0060;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 30px 8px;
	margin-top: 30px;
	margin-bottom: 10px;

}
.form button:hover {
	background: #f0055d;
}

.back-to-top {
	position: fixed;
	display: none;
	z-index: 10;
	right: 70px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #c3c3c3 url(../img/back-top.png) center 13px no-repeat;
	background-size: 21px 13px;
}
.back-to-top:hover {
	background-color: #f0055d;
}
.footer {
    margin-bottom: 100px;
}
.foot-wrap {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
}
.jazyky {
	float: right;
}
.flngs {
	margin-top: 0;
}

/* slider*/

.slider {margin:0px 0px 85px;}
.slider ul li { margin: 0; }
.slider .bxslider .slide_t img {margin:0;}
.bxslider {position:relative; list-style-type:none; overflow:hidden; margin:0;}
.bx-wrapper {position:relative; *zoom:1;}
.bx-wrapper img {width:100%; max-width:100%; margin:0 auto; display:block;}
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position:absolute; bottom:3% }
.bx-wrapper .bx-loading {min-height:50px; background:url(../img/bx_loader.gif) center center no-repeat #fff; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000;}
.bx-wrapper .bx-pager {margin:0 0 0 20px; font-size:.85em; font-family:Arial; font-weight:bold; color:#fff;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display:inline-block; *zoom:1; *display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a {text-indent:-9999px; display:block; width:6px; height:6px; margin:0 10px 0 0; outline:0; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; border:3px solid #d5d5d5;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background:#d5d5d5;}
.bx-wrapper .bx-prev {left:20px; background:url(../img/controls.png) no-repeat 1px -40px; opacity:0;}
.bx-wrapper .bx-next {right:20px; background:url(../img/controls.png) no-repeat -40px -40px; opacity:0;}
.bx-wrapper:hover .bx-prev {/*background-position:0 -32px;*/ opacity:1; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease;}
.bx-wrapper:hover .bx-next {opacity:1; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; transition:all 500ms ease;}
.bx-wrapper .bx-controls-direction a {position:absolute; top:50%; margin-top:-22px; outline:0; width:42px; height:42px; text-indent:-9999px; z-index:9999;}

.bx-wrapper .bx-controls-direction a.disabled {display:none;}
.bx-wrapper .bx-controls-auto {display:none;}


@media only screen and (max-width:1300px) {
	.back-to-top {
		right: 2%;
	}
}
@media only screen and (max-width:1024px) {

	.span3{
		width: calc((100% - 30px) / 2);
	}
	.span3.d1,
	.span3.d2 {
		margin-bottom: 30px;
	}
	.span3.d2 {
		margin-right: 0;
	}

}
@media only screen and (max-width:1023px) {
	.textbox .span4 {
	    width: calc((100% - 30px) / 2);
	}
	.textbox .span4.d2 {
		margin-right: 0;
	}
	.textbox .span4.d3 {
		margin: 0 auto;
		float: none;
		clear: both;
		position: relative;
		top: 30px;
		margin-bottom: 25px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	.homepage h1 {
		margin: 0 auto 53px;
	}
	.homepage .row.gray {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin-bottom: -65px;
	}
	.logo a {
		line-height: 178px !important;
		height: 100px;
	}
}
@media only screen and (max-width:768px) {
	#menu-wrap.menu-mobile #main-menu li a {
		font-size: 25px;
	}
	#menu-wrap.menu-mobile #main-menu ul li a {
		font-size: 18px;
	}
	h1 {
		width: 100%;
	}
	.menu-mobile.mobile-menu-showed #main-menu li.menu-viac.active > a::after {
		right: -8px;
		top: 19px;
		background-size: 12px 7px;
	}
}
@media only screen and (max-width:480px) {
	h1 {
		font-size: 40px;
	}
	.homepage .wrapper {
		min-height: 450px;
	}
	.content .gallery.jed-img a {
		margin-bottom: 0px;
	}
	.content .gallery a {
		width: 50%;
	}
	.homepage .header {
		padding: 20px 20px;
	}
	.header {
		padding: 0 20px;
	}
	.prep {
		display: none;
	}
	.homepage #menu-wrap.menu-mobile a.close,
	#menu-wrap.menu-mobile a.close {
		right: 20px;
	}
	.content > div {
		padding: 0 20px;
		margin: 50px auto;
	}
	.content .title {
	    margin-top: 35px;
	}
	.content .video {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.span12.d1.img_right img,
	.span12.d1.img_left img {
		float: none;
		max-width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.span12.d1.img_left p,
	.span12.d1.img_right p {
		float: none;
		padding: 0;
	}

	.span12.d1.img_right p, .span12.d1.img_left p, .span12.d1.img_right a.button, .span12.d1.img_left a.button {
		max-width: 100%;
	}
	.span12.d1.img_right a.button,
	.span12.d1.img_left a.button {
		margin-left: 0;
		margin-right: 0;
	}
	.buttonrow a.button {
	    padding: 16px 40px 14px;
	}
	.textbox .img_right .boxinside,
	.textbox .img_left .boxinside {
		max-width: 100%;
		float: none;
	}
	.textbox.w_talign_left .img_right h3 {
	    padding-left: 0;
	}

	.span3,
	.textbox .span4,
	.span4,
	.span6,
	.textbox .has-image.span12 {
		width: 100%;
		margin-right: 0;
	}
	.span12.d1,
	.span6

	.span3.d1,
	.span3.d2,
	.span3.d3,
	.span4.d1,
	.span4.d2,
	.span6.d1 {
		margin-bottom: 20px;
	}

  #footer-icons,
  .foot .flngs {
  	float: none;
  }
  #footer-icons {
  	margin: 10px 0;
  }
  .foot p {
  	width: 100%;
  	text-align: center;
  }


}