@font-face {
    font-family: 'Blogger Sans';
    src: url('../fonts/blogger_sans-light.eot');
    src: url('../fonts/blogger_sans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger_sans-light.woff') format('woff'),
         url('../fonts/blogger_sans-light.ttf') format('truetype'),
         url('../fonts/blogger_sans-light.svg#blogger_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blogger Sans';
    src: url('../fonts/blogger_sans-medium.eot');
    src: url('../fonts/blogger_sans-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/blogger_sans-medium.woff') format('woff'),
         url('../fonts/blogger_sans-medium.ttf') format('truetype'),
         url('../fonts/blogger_sans-medium.svg#blogger_sansmedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-thinitalic.eot');
    src: url('../fonts/roboto-thinitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-thinitalic.woff') format('woff'),
         url('../fonts/roboto-thinitalic.ttf') format('truetype'),
         url('../fonts/roboto-thinitalic.svg#robotothin_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-lightitalic.eot');
    src: url('../fonts/roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-lightitalic.woff') format('woff'),
         url('../fonts/roboto-lightitalic.ttf') format('truetype'),
         url('../fonts/roboto-lightitalic.svg#robotolight_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #f7f7f7;
	font: 20px 'Blogger Sans';
	color: #58585a;
	height: 100%;
}
h1 {
	font: 30px 'Roboto';
	font-style: italic;
}
a:link {
	color: #58aa46;
	text-decoration: none;
	border-bottom: 1px solid #58aa46;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:active {
	color: #58aa46;
	text-decoration: none;
	border-bottom: 1px solid #58aa46;
}
a:visited {
	color: #58aa46;
	text-decoration: none;
	border-bottom: 1px solid #58aa46;
}
a:hover {
	color: #828283;
	text-decoration: none;
	border-bottom: 1px solid #828283;
}
strong {
	font-weight: bold;
}
#nav {
	display: inline-block;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin-left: 60px;
	padding-left: 15px;
	background: url(../pictures/dot-0.png) top 9px left 10 no-repeat;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#nav li:hover {
	background: url(../pictures/dot.png) top 9px left 0 no-repeat;
}
#nav li a {
	text-decoration: none;
	border: none !important;
	line-height: 0;
	color: #828283;
	font-weight: bold;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#nav li a:hover {
	color: #58aa46;
}
.selected {
	background: url(../pictures/dot.png) top 9px left 0 no-repeat !important;
}
.selected a {
	color: #58aa46 !important;
	cursor: default;
}

.wrapper {
	width: 100%;
	min-width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.shadow {
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.header {
	height: 700px;
	background: url(../pictures/header-index.jpg) left center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.header-about {
	height: 400px;
	background: url(../pictures/header-about.jpg) left center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.header-album {
	height: 400px;
	background: url(../pictures/header-album.jpg) left center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.header-contacts {
	height: 400px;
	background: url(../pictures/header-contacts.jpg) left center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
.green-line {
	float: left;
	margin-top: 45px;
	width: 100%;
	height: 15px;
	background: rgba(88,170,70,0.5);
}
.white-line {
	float: left;
	margin-top: 15px;
	width: 100%;
	height: 105px;
	background: rgba(255,255,255,0.9);
}
.brown-line {
	float: left;
	margin-top: 505px;
	width: 100%;
	height: 15px;
	background: rgba(130,100,80,0.7);
}
.brown-inner-line {
	float: left;
	margin-top: 205px;
	width: 100%;
	height: 15px;
	background: rgba(130,100,80,0.7);
}
.in-header {
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	height: 105px;
	box-sizing: border-box;
	padding: 0 100px 0 100px;
}
.in-header  .left {
	float: left;
	padding-top: 28px;
}
.in-header  .left a {
	border: none !important;
}
.in-header  .right {
	float: right;
	padding-top: 38px;
}

.content {
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 100px 220px 100px;
	text-align: center;
}
.about {
	text-align: justify;
}
.album img {
	max-width: 100%;
}
.contacts {
	line-height: 28px;
}
.contacts .block {
	float: left;
	height: 200px;
	margin-top: 30px;
	padding-right: 35px;
	text-align: left;
}
.contacts .block:last-child {
	padding-right: 0;
}
.clear {
	clear: both;
	width: 100%;
}
.break {
	clear: both;
	width: 100%;
	margin-top: 45px;
	margin-bottom: 45px;
	border-top: 1px solid #e8e8e8;
}
.in-content {
	position: relative;
	width: 100%;
	font: 30px 'Roboto';
	font-style: italic;
}
.in-content a {
	border: none !important;
}
.in-content .left {
	float: left;
	width: 226px;
	text-align: center;
}
.in-content .right {
	float: right;
	width: 226px;
	text-align: center;
}
.in-content .center {
	margin: 0 226px 0 226px;
	text-align: center;
}
.icon {
	margin-bottom: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.about {
	display: table;
	width: 100%;
}
.about .left {
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
}
.brown-bold {
	font-weight: bold;
	color: #826450;
}
.about .right {
	display: table-cell;
	width: 285px;
	vertical-align: middle;
}
.about .right .button {
	display: block;
	float: right;
	padding: 10px 40px 10px 40px;
	background-color: #b59989;
	background-image: url(../pictures/arrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	font: 20px 'Roboto';
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #b59989 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.about .right .button:hover {
	padding: 10px 55px 10px 25px;
	background-color: #f7f7f7;
	color: #b59989;
}

.footer {
	margin: -80px auto 0;
	min-width: 1024px;
	height: 80px;
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid #e8e8e8;
	font-size: 16px;
	color: #848383;
}
.in-footer {
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
	height: 80px;
	box-sizing: border-box;
	padding: 0 100px 0 100px;
}
.in-footer .left {
	float: left;
	width: 120px;
	box-sizing: border-box;
	padding-top: 26px;
}
.in-footer .right {
	float: right;
	text-align: right;
	width: 120px;
	box-sizing: border-box;
	padding-top: 26px;
}
.in-footer .center {
	margin: 0 120px 0 120px;
	box-sizing: border-box;
	padding-top: 26px;
	text-align: center;
}
.selected-2 {
	color: #828283 !important;
	border-bottom: none !important;
	cursor: default;
}
.end {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #d1bdad;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYmRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTllODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #d1bdad 0%, #be9e84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d1bdad), color-stop(100%,#be9e84));
	background: -webkit-linear-gradient(left,  #d1bdad 0%,#be9e84 100%);
	background: -o-linear-gradient(left,  #d1bdad 0%,#be9e84 100%);
	background: -ms-linear-gradient(left,  #d1bdad 0%,#be9e84 100%);
	background: linear-gradient(to right,  #d1bdad 0%,#be9e84 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1bdad', endColorstr='#be9e84',GradientType=1 );
}

@media only screen and (max-width: 1060px) {

.contacts .block:nth-child(4) {
	padding-right: 0;
}
	
}