@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/*        'Open Sans', sans-serif          */
@import url(//fonts.googleapis.com/css?family=Average);
/*        'Average', serif              */
@import url(//fonts.googleapis.com/css?family=Questrial);
/*        'Questrial', sans-serif            */
html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	position: relative;
	min-width: 960px;
	background: url(../images/bg_body.png) 0 0 repeat #2a2524;

}

.imgGingham { position:absolute; top: 0px; left: 0px; background-repeat:repeat-x }

.imgGingham2 { position:absolute; top: 230px; left: 0px; background-repeat:repeat-x; }  

	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}
p.p1 {
	margin-bottom: 27px;
}

.flavours {
	color: #fd9aba;
	font-size: 24px;
	line-height: 36px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}

h2 {
	font-size: 36px;
	line-height: 36px;
	color: #94a5b0;
	padding-top: 35px;
	padding-right: 60px;
	margin-bottom: 27px;
}

h3 {
	font-size: 40px;
	color: #049095;
	margin-bottom: 20px;
	padding-top: 55px;
	font-weight: normal;
	line-height: 60px;
}

h3.head2 {
	padding-top: 52px;
	margin-bottom: 21px;
}

h3.head1 {
	margin-bottom: 25px;
	text-align: center;
	background-image:
}

.page1 h3 {
	padding-top: 23px;
	font-weight: 300;
	margin-bottom: 33px;
}

h4 {
	padding-top: 42px;
	font-size: 28px;
	line-height: 28px;
	color: #efefef;
	margin-bottom: 45px;
	font-weight: normal;
	text-transform: none;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


ul.list  {
}



ul.list  li {
	color: #3d3d3d;
	font: 16px/26px 'Open Sans', sans-serif;
	background: url(../images/marker.png) 0 9px no-repeat;
	padding-left: 22px;
}

ul.list  li+li {
	margin-top: 4px;
}


ul.list.l1 {
	padding-top: 18px;
	margin-bottom: 35px;
}

ul.list.l2 {
	padding-top: 18px;
	margin-bottom: 35px;
	font-size: 10px;
}

ul.list1 .count {
	border-radius: 500px;
	background-color: #29323a;
	width: 97px;
	height: 80px;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 22px;
	padding-top: 17px;
	margin-top: 9px;
	font: 30px/30px 'Open Sans', sans-serif;
}


ul.list1 li {
	margin-bottom: 27px !important;
}


ul.list1 span {
	padding-top: 1px;
	display: block;
}
/****Links****/


a {
	text-decoration: none;
	color: #5ea5b5;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #666;
}

a.link1 {
	font: 15px/74px 'Questrial', sans-serif;
	margin-top: 2px;
	display: block;
	margin: 0 auto;
	width: 77px;
	border-radius: 500px;
	height: 77px;
	color: #fff;
	background-color: #59a4b6;
}

a.link1:hover {
	background-color: #5ea5b5;
}

a.btn {
	font: 15px/20px 'Open Sans', sans-serif;
	color: #fff;
	display: inline-block;
	background: url(../images/btn_bg.png) 0 0 repeat;
	padding: 9px 27px 13px;
	border-radius: 22px;
	margin-bottom: 48px;
}

a.btn:hover {
	background-color: #c9edee;
}
/****classes****/

.sub {
	font-size: 18px;
	text-align:left;
	color:#999;
	line-height:25px;

}


.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 7px;
}



.fleft {
	border-radius: 500px;
	float: left;
	width: auto !important;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-top: 7px;
}



.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/


header {
	background: url(../images/header_bg.png) 0 0 repeat;
	position: relative;
	display: block;
	text-align: center;
	position: static;
	padding-bottom: 31px;
}

.page1 header {
	padding-bottom: 0;
}

header h1 {
	padding-right: 0px;
	position: relative;
	z-index: 910;
	margin-bottom: 1px;
	text-align: left;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 346px;
	font-size: 0;
	line-height: 0;
	height: 220px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

header h2+span {
	margin-bottom: 5px;
	display: block;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #6e757a;
	padding: 0 170px 0 130px;
	font-size: 15px;
	line-height: 23px;
}

.page1_block {
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	width: 1016px;
	padding-top: 41px;
	position: relative;top: 31px;

}

.bann a {
	padding: 43px 10px 45px;
	display: block;
	position: relative;
	font: 300 20px/20px 'Open Sans', sans-serif;
	color: #fff;
	background: url(../images/ban1.png) 0 0 repeat #498e9d;
}

.bann {

	float: left;
}

.bann a:hover {
	background: #59a4b6 !important;
}

.bann:first-child a:after {
	display: block;
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 17px 17px 17px;
	border-color: transparent transparent #ffffff transparent;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
}

.bann+.bann {
	margin-left: 21px;
}

.bann+.bann  a {
	background: url(../images/ban2.png) 0 0 repeat #f09798;
}

.bann+.bann+.bann  a {
	background: url(../images/ban3.png) 0 0 repeat #f69cb5;
}

.bann+.bann+.bann+.bann  a {
	background: url(../images/ban4.png) 0 0 repeat #a8c5c4;
}

/**Content**/

.content {
padding-bottom: 72px;
margin-bottom: 1px;
background-color: #fff;
}

.page1 .content {
	margin-bottom: 0;
	padding-bottom: 29px;
}

.page1 .content p {
	font: 18px/26px 'Open Sans', sans-serif;
	color: #acacac;
	margin-bottom: 26px;
}

.page1 .content p span {
	display: block;
}

.col1 {
	color: #3d3d3d;
}

.text1 {
	color: #1d1d1d;
	margin-bottom: 10px;
	font: 20px/24px 'Questrial', sans-serif;

}

.page1 .text1 {
	margin-bottom: 20px;
}

.text2 {
	margin-bottom: 7px;
	color: #3d3d3d;
	font: 18px/30px 'Open Sans', sans-serif;

}

.bottom_block {
	color: #fff;
	padding-bottom: 88px;
	background: url(../images/bot_bg.png) 0 0 repeat;
}

.box {
	padding: 30px 22px 67px;
	margin-top: -20px;
	text-align: center;
	background-color: #fff;
	position: relative;
	top: 56px;
	position: relative;
	color: #9b9b9b;
}

.box img {
	margin-bottom: 38px;
}

.box>div>a{
	display: block;
	position: absolute;
	background: url(../images/box_img.png) 0 0 no-repeat #fff;
	width: 62px;
	height: 30px;
	bottom: 0;
	z-index: 999;
	left: 50%;
	margin-left: -31px;
}

.box>div>a:hover {
	opacity: 0.8;
}

.bb_top {
	background: url(../images/bot_top.png) 0 0 repeat;
}

.bottom_block h3 {
	text-align: center;
	padding-top: 121px;
	color: #fff;
	margin-bottom: 27px;
	font-weight: normal;
}

.bottom_block h3 span {
	font-weight: 300;
	font-size: 45px;
	padding-top: 2px;
	display: block;
}

.hor {
	border-top: 1px solid #4d4947;
}

.st1 {
	color: #7f7e7e;
	font: 13px/20px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.st1 a {
	color: #fff;
}

.st1 a:hover {
	color: #7f7e7e;
}

.f_logo {
	margin-bottom: 35px;
	font: 47px/48px 'Average', serif;
	color: #fff;
	text-transform: none;
}

.st1 strong {
	color: #c1c1c1;
	display: block;
}

.st1 strong a {
	color: inherit;
}

.bottom_block address {
	margin-bottom: 28px;
}

.st1 time {
	margin-bottom: 25px;
	padding-top: 3px;
	padding-bottom: 25px;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #4e4847;
}

.st1 p {
	margin-bottom: 27px;
}

a.mail {
	padding-left: 32px;
	background: url(../images/mail.png) 0 3px no-repeat;
}

a.ns_link {
	padding-left: 15px;
	background: url(../images/link_marker.png) 0 5px no-repeat;
}




a.gal {
	display: block;
	margin-bottom: 25px;
	margin-top: 7px;
	background: url(../images/magnify.png) center center no-repeat #273136;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.2;
}

.prod .clear {
	height: 29px;
}

.prv .text2+p+.text2 {
	padding-top: 9px;
}

/*     Map      */

.map {
	overflow: hidden;
	padding-top: 7px;
}


.map figure {
	display: block;
	width: 100%;
	border: 1px solid #d2d2d2;
	margin-bottom: 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 272px;
	max-width: 100%;
}
.map address {
	display: block;
}


.map address dt {
}

.map address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}

a.link-1 {
	text-decoration: underline;
}



/**Footer**/
footer {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 59px;
	padding-bottom: 59px;
}



.socials {
	float: left;
}

.socials a {
	display: block;
	float: left;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/socials.png) 0 0 no-repeat;

}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a {
	background-position: -59px 0;
	margin-left: 15px;
}

.socials a+a+a {
	margin-left: 16px;
	background-position: -119px 0;
}

.socials a+a+a+a {
	background-position: right 0;
}

.copy  {
	padding-right: 10px;
	padding-top: 2px;
	color: #fff;
	float: right;
	font: 14px/36px 'Open Sans', sans-serif;

}

.copy span {
	display: inline-block;
	width: 1px;
	height: 28px;
	position: relative;
	top: 4px;
	background-color: #494646;
	margin: 0 12px;
}

.copy a {
	text-transform: uppercase;
}


/**To Top**/

#toTop {
    display: none;
    z-index: 20;
    position: fixed;
    bottom: 40px;
    left: 51%;
    width: 58px;
    height: 58px;
    margin-left: 500px;
    border: none;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    background: url(../images/totop.png) no-repeat left 0;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map address+address {
 	margin-top: 0px;

 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.bann {
	width: 235px;
}

.bann a {
	font-size: 25px;
}

.page1_block {
	width: auto;
	margin: 0;
}

header h2  {
	padding-right: 0;
}

header h1 {
	padding-right: 0;
}

header h2 + span {
	padding-left: 0;
	padding-right: 0;
}

h3 {
	font-size: 45px;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

p.p1.mb0 {
	margin-bottom: 27px !important;
}

h2 {
	font-size: 25px;
}

.bb_top {
	padding-top: 0px;
}

.box {
	top: 0;
	margin-top: 50px;
	border-bottom: 10px solid #342F2D;
}

.bann {
	margin-left: 0 !important;
	width: auto;
	float: none;
	margin-bottom: 25px;
}


h3 {
	font-size: 40px;
	line-height: 50px;
}

.bottom_block h3 span {
	font-size: 30px;
}

.bann img {
	width: 100%;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}


h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 10px;
 float: none;
 text-align: left;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

.socials {
	overflow: hidden;
	float: none;
	margin-bottom: 25px;
}

.copy {
	text-align: left;
	float: none;
}

.prod .clear {
	height: 0;
}

a.gal {
	margin-top: 30px;
}

.socials  {
	text-align: center;
}

.socials a {
	float: none;
	display: inline-block;
}

.copy {
	text-align: center;
}



}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

}
