@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,cyrillic);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background: #fff;
    /*color: #a9a490;*/
    color: black;
    font: 13px/20px 'Open Sans', sans-serif;
}

p {
    margin-bottom: 20px;
}



	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}



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;
	color: #fff;
    font-weight: normal;
}

h2 {
    color: #0675c7;
    background: url(../images/h2_bg.png) center 0 no-repeat;
    font-size: 48px;
    line-height: 40px;
    font-weight: 300;
    padding-top: 44px;
}

h3 {
    padding-top: 62px;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 48px;
    color: #0675C7;
}

h4 {
    color: #0675C7;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;

}

.page1 h4 {
    padding-top: 5px;
    margin-bottom: 39px;
}

.page1 h4.upp {
    padding-top: 0;
    font-size: 20px;
    margin-bottom: 14px;
}


/****Lists****/

.col1 {
    
    color: #0675C7;
}

.col2 {
    color: #0675C7;
}

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


ul.list li p{
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: 600;
}


ul.list  li+li {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 14px;
}


/****Links****/


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

a:hover {
	color: #0675C7;
}

.text1 a:hover {
    color: #78b501;
}

a.link1 {
    color: #6b5d3d;
    font-size: 11px;
    display: inline-block;
    font-weight: 600;
    border-radius: 500px 500px 0 0;
    padding-top: 32px;
    margin-top: 29px;
    position: relative;
    top: 3px;
    position: relative;
    background-color: #fff;
    line-height: 11px;
    min-width: 92px;
    text-align: center;
    text-transform: uppercase;
}

a.link1 span {
    position: relative;
    top: -3px;
}

a.link1:hover {
    color: #f4b200;
}

a.btn {
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b5d3d;
    display: inline-block;
    margin-top: 13px;
}

a.btn:hover {
    color: #0675C7;
}
/****classes****/

.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: 33px;
	margin-top: 6px;
}

.page1 .img_inner {
    margin-top: 10px;
    margin-bottom: 19px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}


.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;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
	display: block;
    background-color: white;
    z-index: 20;
    position: relative;
}




header h1 {
    background: url(../images/header_bg.png) center 0 no-repeat;
	position: relative;
    text-align: center;
    z-index: 999;
    margin-bottom: 27px;
    padding-top: 108px;
}



header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 210px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


.slider_wrapper {
    z-index: 0;
    float: right;
    overflow: hidden;
    z-index: 10;
    width: 760px;

}

.slider_wrapper>img {
    width: 100%;
}


.page1_block {
    background-color: #0675C7;
}

.page1_block1 {
     background: url(../images/p1_bg.png) 0 0 repeat;
     text-align: center;
}


.page1_block1 h3 {
    padding-top: 47px;
    margin-bottom: 52px;
}
/**Content**/

.col1 a:hover {
    color: #78b501;
}

a.col1:hover {
    color: #78b501;
}

.content {
    padding-bottom: 71px;
}


.page1  .content {
    padding-top: 90px;
    padding-bottom: 80px;
}

.text1 {
    font: 300 30px/42px 'Open Sans', cursive;
    color: #0675c7;
    margin-bottom: 5px;
}

.price {
    margin-bottom: 16px;
    font: bold italic 14px/26px Georgia, 'Times New Roman', Times, serif;
    color: #78b501;
}

.price-full {
    margin-bottom: 16px;
    font: bold italic 14px/26px Georgia, 'Times New Roman', Times, serif;
    color: #78b501;
    text-align: center;
}

a.gal, a.cat {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

a.gal img, a.cat img {
    border-radius: 500px;
}

a.gal span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
}

a.gal:hover span, a.cat:hover span  {
    background-position: center center;
}

.title1 {
    padding-top: 6px;
    font: 300 40px/48px 'Open Sans', sans-serif;
    color: #0675C7;
}

a.link2 {
    background-color: #0675C7;
    display: inline-block;
    font: 600 12px/26px 'Open Sans', sans-serif;
    color: #fff;
    border-radius: 6px;
    padding: 8px 23px ;
    margin-top: 26px;
    text-transform: uppercase;
}

a.link2:hover {
    background-color: #78b501;
}

.block1 {
    overflow: hidden;
}

.block1 img {
    float: left;
    margin-top: 3px;
}

.content strong {
    font-weight: 600;
}

.block1 +.block1  {
    margin-top: 35px;
}

.p1 {
    margin-bottom: 17px;
}

.p2 {
    margin-bottom: 10px;
}

.p3 {
    margin-bottom: 14px;
}

.gallery1 {
    padding-top: 3px;
    text-align: center;
    overflow: hidden;
}

.gallery1 .clear {
    height: 31px;
}

.gallery1 .price {
    padding-bottom: 1px;
}
/**Map**/

.map {
    padding-top: 6px;
    overflow: hidden;
    position: relative;
}

.map+.clear+h3 {
    margin-top: -1px;
}
 

.map figure {
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 25px;
	-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: 348px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 50px;
}



.map address dt {
    padding-top: 2px;
    margin-bottom: 20px;
}

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

.map address dd span.col1 {
	min-width: 0;
}

.map a {
    display: inline-block;
    margin-left: 14px;
}

/**Footer**/
footer {
	display: block;
    padding-bottom: 40px;
    border-top: 1px solid #faf8ef;
    position: relative;
    text-align: center;
    padding-top: 71px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.copy {
    margin-bottom: 36px;
}

.socials  {
    font-size: 0;
    line-height: 0;
    margin-bottom: 46px;
}

.socials a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/vkontakte.png);
}

.socials a:hover {
    opacity: 0.5;
}

a.top {
    background: url(../images/totop.png) 0 0 no-repeat #fff;
    width: 22px;

    height: 15px;
    display: block;
    margin: 0 auto;
}

a.top:hover {
    opacity: 0.5;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1040px) {
    h2 {
        font-size: 40px;
    }
}


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}
 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .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;
}

.nowrap {
    white-space: normal;
}

.slider_wrapper {
        width: 636px;
        float: none;
        margin: 0 auto;
        height: auto !important;
    }

header .extra_wrapper {

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

.slider_wrapper {
    width: 420px;
}

h2 {
    margin-bottom: 30px;
}

a.gal img {
    width: 100%;
}

a.link2 {
    margin-bottom: 30px;
}

.i1 {
    display: block;
    margin: 0 auto;
}

#owl .item {
    padding-left: 0;
    padding-right: 0;
}


.none {
    clear: both;
}


 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.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: 20px;
 float: none;
 position: relative !important;
 text-align: center;
 -webkit-background-size: 60% auto;
 -moz-background-size: 60% auto;
 -ms-background-size: 60% auto;
 -o-background-size: 60% auto;
 background-size: 60% auto;
}
 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: 30px !important;
}

a.link1 {
    width: 92px;
    height: 92px;
    line-height: 92px;
    position: static;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 40px;
    border-radius: 500px;
}

a.link1 span {
    position: static;
}

.page1 h4 {
    padding-top: 40px;
}

.block1  {
    padding-top: 30px;
}

.gallery1 .clear {
    height: 0px;
}

.gallery1 div:first-child {
    margin-top: -30px;
}

.gallery1 a.gal {
    margin-top: 50px;
}

}

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

.block1 img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}


.slider_wrapper {
    width: auto;
}

.menu_block {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Additional styles */
}
#buy {
    text-align: center;
    font-size: 14px;
}
#buy a {
    background-color: #0675C7;
    color: white;
    font: italic bold 14px/26px Georgia,'Times New Roman',Times,serif;
    padding: 5px 30px;
    border-radius: 15px;
}
#buy a:hover {
    transition: all 0.5s ease 0s;
    background-color: #78B501;
}

/* Shop cart styles */
#buylist {
	width: 100%;
	font-size: 14px;
	margin: 40px 0;
}
#buylist th {
	color: #78B501;
}
#buylist td {
	border: 1px solid black;
	padding: 2px 5px;
	text-align: center;
	color: #0675C7;
}

/* Pagination */
#pagination {
    text-align: center;
    font-size: 16px;
}
#pagination a {
    color: white;
    background-color: #78B501;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
}

#orderbtn {
    font-size: 18px;
    background: #78B501;
    color: white;
    padding: 10px 20px;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
#orderform input[type=text] {
    border: 1px solid #0675C7;
    width: 300px;
}

#catlist {
    text-align: center;
    margin-bottom: 30px;
}
#catlist li {
    display: inline-block;
    color: #78B501;
}
#catlist li.active {
    color: #0675C7 !important;
}
#catlist a {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 15px;
}

/* Additional styles */
.grid_16 table, .grid_16 tr, .grid_16 td {
    border: 1px solid #0675C7;
}