#slider
{
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/slider.png);
    background-position-y: bottom;
    -webkit-background-size: cover;
            background-size: cover;
    text-align: center;
}
#slider .logo
{
	width: 193px;
	height: 108px;
	margin: 0 auto;
	margin-top: -webkit-calc(50vh - 350px);
	margin-top: calc(50vh - 350px);
	background-image: url(../imgs/logo-min.png);
	-webkit-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
}
#slider h1
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	color: white;
	text-align: center;
	margin: 0 auto;
	font-size: 50px;
	font-family: 'Exo2-ExtraLight';
	text-transform: uppercase;
}
#slider h2
{
	color: #BFC0C0;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 24px;
	margin: 0 auto 50px;
	text-align: center;
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
}
#slider .button
{
	/*display: block; */
    margin: 0 auto;
	margin-top: 35px;
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
}


#about
{
	width: 100%;
	height: 369px;
	background-color: #000;
	font-size: 0;
}
#about .image-wrapper
{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0
}	
#about .left-block, #about .right-block
{
	display: inline-block;
	width: 49.5%;
	height: 100%;
	margin-top: -1px;
	position: relative;
}
#about .left-block
{
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
#about .left-block .image-wrapper img
{
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
#about .left-block:hover div img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#about .right-block
{
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
#about .right-block .image-wrapper img
{
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
#about .right-block:hover div img
{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#about .inner
{
	position: absolute;
    padding-left: 10%;
    top: 0;
    right: 0;
}

#about h3
{
	margin-top: 70px;
	margin-bottom: 30px;
	font-family: 'Exo2-Regular';
	color: #9f7a49;
	font-size: 30px;
	text-align: right;
	padding-right: 100px;
	text-transform: uppercase;
}
#about .text
{
	font-family: 'PT_Sans-Web-Regular';
	color: #bebebe;
	font-size: 16px;
	text-align: right;
	padding-right: 100px;
	margin-bottom: 35px;
}
#about .button
{
	float: right;
	margin-right: 100px;
	background: none;
	padding: 10px 40px;
}

#about .button, #slider .button, .contact-wraper .button, #form form .button, #contacts .container .half form .button, #funeral .button, #cremation .button, #social .button
{
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#about .button:hover, #slider .button:hover, .contact-wraper .button:hover, #form form .button:hover, #contacts .container .half form .button:hover, #funeral .button:hover, #cremation .button:hover, #social .button:hover
{
    background-color: #9f7a49;
    color: #fff;
}


#form
{
	width: 100%;
	height: 855px;
	background-image: url(../imgs/form.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
#form .right-half
{
	width: 50%;
	float: right;
}
#form .phone-sign
{
	margin-top: 110px;
	font-family: 'Exo2-Light';
	font-size: 16px;
	color: #9a764691;
	color: rgba(154, 118, 70, 0.56);
	text-transform: uppercase;
}
#form .phone a
{
	font-family: 'Exo2-Regular';
	font-size: 40px;
	color: #9f7a49;
}
#form .text
{
	margin-top: 30px;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 16px;
	color: #bebebe;
}
#form form
{
	width: 390px;
	min-height: 220px;
	margin-top: 45px;
	border: solid 1px #9f7a49;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background-color: #040404;
	text-align: center;
	padding-bottom: 20px;
}
#form form .button
{
    background-color: transparent;
    color: #9f7a49;
    /*display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
    margin: 0 auto;
    margin-top: 30px;
}
#form form .form-header
{
    font-family: 'Exo2-Light';
    text-transform: uppercase;
    text-align: center;
    font-size: 21pt;
    margin-top: 30px;
    color: #9f7a49;
}

#form form input
{
    font-family: 'PT_Sans-Web-Italic';
    display: block;
    width: 75%;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px;
    color: #858585;
    height: 25px;
    padding-left: 10px;
    margin-top: 8px;
    font-size: 14px;
}

#form form input:last-of-type
{
	margin-bottom: 42px;
}

#ritual
{
	width: 100%;
	padding-bottom: 100px;
	background-color: #fff;
	background-image: url(../imgs/bg_gradient.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#ritual .items, #memorial .items
{
	width: 75%;
	min-width: 1059px;
	max-width: 1059px;
	margin: 0 auto;
}
#ritual .items .item, #memorial .items .item
{
    width: 33%;
    /*max-width: 477px;
    height: 212px;*/
	height: 0px;
	padding-bottom: 15%;
    margin-left: -3px;
    display: inline-block;
    vertical-align: top;
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url(../imgs/ritual/1.png);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
    -webkit-filter: brightness(80%) grayscale(90%);
            filter: brightness(80%) grayscale(90%);
    cursor: pointer;
    -webkit-transition: transform .7s, filter .7s;
	-webkit-transition: -webkit-transform .7s, -webkit-filter .7s;
	transition: -webkit-transform .7s, -webkit-filter .7s;
	transition: transform .7s, filter .7s;
	transition: transform .7s, filter .7s, -webkit-transform .7s, -webkit-filter .7s;
	-o-transition: transform .7s, filter .7s;
	margin-bottom: 2px;
	z-index: 1;
	position: relative;
}

#ritual .items .item:hover, #memorial .items .item:hover
{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-filter: none;
    filter: none;
    z-index: 998;
}
#ritual .items .item1
{
	background-image: url(../imgs/ritual/1.jpg);
}
#ritual .items .item2
{
	background-image: url(../imgs/ritual/2.jpg);
}
#ritual .items .item3
{
	background-image: url(../imgs/ritual/3.jpg);
}
#ritual .items .item4
{
	background-image: url(../imgs/ritual/4.jpg);
}
#ritual .items .item5
{
	background-image: url(../imgs/ritual/5.jpg);
}
#ritual .items .item6
{
	background-image: url(../imgs/ritual/6.jpg);
}
#ritual .items .item7
{
	background-image: url(../imgs/ritual/7.jpg);
}
#ritual .items .item8
{
	background-image: url(../imgs/ritual/8.jpg);
}
#ritual .items .item9
{
	background-image: url(../imgs/ritual/9.jpg);
}


#ritual .items .item .item-title, #memorial .items .item .item-title
{
	font-family: 'Exo2-Light';
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-left: 25px;
	color: white;
}

#phone
{
	width: 100%;
	height: 415px;
	background-color: #000;
	background-image: url(../imgs/phone.png);
    background-repeat: no-repeat;
    background-position: center;
}
#phone .container
{
    position: relative;
    width: 100%;
    height: 185px;
    top: -webkit-calc(50% - 90px);
    top: calc(50% - 90px);
    text-align: center;
}
#phone .phone-ico
{
	width: 93px;
	height: 93px;
	margin: 0 auto;
	background-image: url(../imgs/phone-ico.png);
}
#phone .phone a
{
	font-family: 'Exo2-Regular';
	margin-top: 25px;
	font-size: 40px;
	color: #9f7a49;
	text-align: center;
}
#phone .phone-sign
{
    font-family: 'Exo2-Light';
    margin-top: 10px;
    font-size: 16px;
    color: #e8e8e8;
    text-transform: uppercase;
    text-align: center;
}


#memorial
{
	width: 100%;
	padding-bottom: 100px;
	background-color: #fff;
	background-image: url(../imgs/bg_gradient.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#memorial .items .item
{
	background-image: url(../imgs/memorial/1.png);
}
#memorial .items .item1
{
	background-image: url(../imgs/memorial/1.jpg);
}
#memorial .items .item2
{
	background-image: url(../imgs/memorial/2.jpg);
	background-position: center right;
	position: relative;
}

#memorial .items .item2::after {
	content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../imgs/memorial/2.jpg) center right;
  filter: brightness(50%) grayscale(90%);
  background-size: cover;
  transition: filter .7s
}

#memorial .items .item2:hover::after
{
	filter: none;
}


#memorial .items .item2 .item-title
{
	position: relative;
    z-index: 9;
}

#memorial .items .item3
{
	background-image: url(../imgs/memorial/3.jpg);
	background-position: center right;
}

#memorial .items .item3::after {
	content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../imgs/memorial/3.jpg) center right;
  filter: brightness(50%) grayscale(90%);
  background-size: cover;
  transition: filter .7s
}

#memorial .items .item3:hover::after
{
	filter: none;
}

#memorial .items .item3 .item-title
{
	position: relative;
    z-index: 9;
}

#memorial .items .item4
{
	background-image: url(../imgs/memorial/4.jpg);
	background-position: center center;
}
#memorial .items .item5
{
	background-image: url(../imgs/memorial/5.jpg);
}
#memorial .items .item6
{
	background-image: url(../imgs/memorial/6.jpg);
}
#memorial .items .item7
{
	background-image: url(../imgs/memorial/7.jpg);
}
#memorial .items .item8
{
	background-image: url(../imgs/memorial/8.jpg);
}
#memorial .items .item9
{
	background-image: url(../imgs/memorial/9.jpg);
}

#story
{
	width: 100%;
	/*height: 1105px;*/
	background-color: #0C0C0C;
}
#story .timeline
{
	width: 100%;
	margin-top: 120px;
}
#story .timeline .line
{
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	height: 34px;
	background-image: url(../imgs/arrow.png);
	-webkit-background-size: contain;
	        background-size: contain;
	background-position: center;
}
#story .container
{
	max-width: 990px;
	width: 100%;
	height: 85px;
	margin: 0 auto;
}
#story .container .block
{
	width: 19%;
	display: inline-block;
	height: 100%;
}
#story .container .block .year
{
	font-family: 'Exo2-Light';
	color: #9f7a49;
	font-size: 30pt;
}
#story .container .block  .text
{
	font-family: 'PT_Sans-Web-Regular';
	color: #bebebe;
	font-size: 14px;
}
#story .container .block.up
{
	vertical-align: top;
}

#story .quote-container
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 1366px;
    margin: 0 auto;
}

#story .quote-author
{
	background-image: url(../imgs/OR_NN.png);
    background-repeat: no-repeat;
    background-position: 0 -26%;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

#story .quote-block
{
	padding: 105px 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-top: 53px;
}

#story .quote-block .quote-block-container
{
	float: left;
}

#story .quote-block .quote-block-container::after
{
	clear: both;
}

/*#story .quote-block
{
	position: relative;
    float: right;
    margin-top: 240px;
    width: 661px;
    height: 260px;
    margin-right: 10%;
}*/
#story .quote-block .quote
{
    /*width: 661px;
    height: 196px;
	background-image: url(../imgs/quote.png); */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.quote-text-container
{
	position: relative;
    padding: 0 47px;
}

#story .quote-block .quote p
{
	font-size: 29px;
  	font-family: "Exo2-Light";
  	color: rgb(159, 122, 73);
  	text-transform: uppercase;
  	line-height: 1.2;
  	text-align: right;
}

#story .quote-block .quote .quote-text-container span
{
	font-family: "Exo2-Light";
	color: rgb(159, 122, 73);
	font-size: 120px;
	position: absolute;
	top: 61px;
	line-height: 10px;
}


#story .quote-block .quote .quote-text-container span:first-of-type
{
	left: 0
}

#story .quote-block .quote .quote-text-container span:last-of-type
{
	right: 7px
}

#story .quote-block .quote > span
{
	font-size: 16px;
  	font-family: "PT_Sans-Web-Regular";
  	color: #fff;
  	line-height: 1.5;
  	margin-left: 60px;
}

#story .quote-block .video-play
{
    width: 420px;
    /*height: 35px;*/
    margin: 40px auto 0;
    padding-top: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url("../imgs/gold_line.png") no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	background-position: top left;
}

#story .quote-block .video-play span
{
	font-size: 16px;
	font-family: "Exo2-Regular";
	color: rgba(190, 190, 190, 0.78);
	text-transform: uppercase;
	line-height: 1.5;
	margin-right: 14px;
}



#our-team
{
	width: 100%;
	padding-bottom: 100px;
	background-color: #fff;
	background-image: url("../imgs/bg_gradient.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}
#our-team .container
{
	width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
}
#our-team .container .team-menu
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*#our-team .team-obj
{
	max-width: 233px
}*/

#our-team .team-obj
{
	padding-right: 5px;
}

#our-team .container .team-menu a
{
	font-family: 'Exo2-Regular';
	font-size: 13px;
	padding: 0 11px 0 11px;
	color: #959595;
	cursor: pointer;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#our-team .container .team-menu a.active, #our-team .container .team-menu a:hover
{
	color: #9f7a49;
}
#our-team .container .team
{
	/*width: 75%;
	min-width: 934px;
	max-width: 934px;*/
	margin: 40px auto 0;
	padding: 0 15px;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#our-team .container .team-obj:hover
{
	cursor: pointer;
}

#our-team .container .team-obj .team-photo
{
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	background-image: url(../imgs/team/team1.png);
	-webkit-background-size: contain;
	        background-size: contain;
}

#our-team .container .team-obj .team-photo img
{
	max-width: 100%;
}

#our-team .container .team-obj .team-name
{
	font-family: 'Exo2-Regular';
	text-align: center;
	font-size: 16px;
	color: #000;
    margin-top: 10px;
    font-weight: bold;
}
#our-team .container .team-obj .team-sub
{
	font-family: 'Exo2-Light';
	text-align: center;
	font-size: 14px;
	color: #000;
}
#our-team .team-menu-navigation, .container.slider .photos-menu-navigation
{
	width: 100px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
}
#our-team .team-menu-navigation div, .container.slider .photos-menu-navigation div
{
	width: 21px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#our-team .team-menu-navigation .left, .container.slider .photos-menu-navigation .left
{
	float: left;
	background-image: url(../imgs/arrow_left.png);
}
#our-team .team-menu-navigation .right, .container.slider .photos-menu-navigation .right
{
	float: right;
	background-image: url(../imgs/arrow_right.png);
    background-position-x: -21px;
    background-position-y: 0px;
    -webkit-background-size: cover;
            background-size: cover;
}

#memorial-desk .team-menu-navigation, .container.slider .photos-menu-navigation
{
	width: 100px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
}
#memorial-desk .team-menu-navigation div, .container.slider .photos-menu-navigation div
{
	width: 21px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
#memorial-desk .team-menu-navigation .left, .container.slider .photos-menu-navigation .left
{
	float: left;
	background-image: url(../imgs/arrow_left.png);
}
#memorial-desk .team-menu-navigation .right, .container.slider .photos-menu-navigation .right
{
	float: right;
	background-image: url(../imgs/arrow_right.png);
    background-position-x: -21px;
    background-position-y: 0px;
    -webkit-background-size: cover;
            background-size: cover;
}



#numbers
{
	width: 100%;
	height: 695px;
	background-color: #000;
}
#numbers .container
{
	width: 100%;
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	    -ms-flex-flow: column wrap;
	        flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#numbers .container .num-blocks
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	margin: 0 auto;
}

.num-blocks__text {
	padding: 0px;
	margin: 0;
	margin-top: -10px;
	
    color: #bebebe;
	font-family: 'Exo2-Regular';
	font-size: 56px;
	line-height: 65px;
    text-align: right;
}

.num--one {
	margin-right: -5px;
}

.num--two {
	margin-right: -15px;
}

.num--three {
	margin-right: -70px;
}

.num--four {
	margin-right: -35px;
}

.num--six {
	margin-right: -10px;
}

.num--eight {
	margin-right: -10px;
}


#numbers .container .num-blocks .block
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	display: inline-block;
	padding: 35px;
}
#numbers .container .num-blocks .block .text
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	font-family: 'PT_Sans-Web-Regular';
	font-size: 16px;
	color: #bebebe;
}
#numbers .container .num-blocks .block .text a
{
	color: #9f7a49;
}
#numbers .container .num-blocks .block .img
{
	width: 110px;
	height: 60px;
	-webkit-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
#numbers .container .num-blocks .block .img.i1
{
	background-image: url(../imgs/numbers/1.png);
}
#numbers .container .num-blocks .block .img.i2
{
	background-image: url(../imgs/numbers/2.png);
}
#numbers .container .num-blocks .block .img.i3
{
	background-image: url(../imgs/numbers/3.png);
}
#numbers .container .num-blocks .block .img.i4
{
	background-image: url(../imgs/numbers/4.png);
}
#numbers .container .num-blocks .block .img.i5
{
	background-image: url(../imgs/numbers/5.png);
}
#numbers .container .num-blocks .block .img.i6
{
	background-image: url(../imgs/numbers/6.png);
}
#numbers .container .num-blocks .block .img.i7
{
	background-image: url(../imgs/numbers/7.png);
}
#numbers .container .num-blocks .block .img.i8
{
	background-image: url(../imgs/numbers/8.png);
}



#reviews
{
	width: 100%;
	height: 920px;
	background-color: #fff;
	background-image: url("../imgs/bg_gradient.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}
#reviews .container
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	margin-top: 70px;
}
#reviews .container .all-photos
{
	width: 596px;
	height: 450px;
	display: inline-block;
    vertical-align: top;
}
#reviews .container .all-photos a
{
	/* width: 150px; */
	width: 146px;
    display: inline-block;
    /* margin-left: -4px; */
	/* margin-bottom: -4px; */
	outline: none;
    height: 150px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#reviews .container .all-photos a:hover
{

    /*-webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);*/
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.14);
}

#reviews .container .all-photos a.active
{
	position: relative;
}

#reviews .container .all-photos a.active::before
{
	content: '';
	display: block;
	width: 146px;
	height: 150px;
	border: 8px solid #9f7a49;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

#reviews .container .all-photos .one
{
	background-color: #DCD1C3;
}

#reviews .container .all-photos .two
{
	background-color: #EAE4DD;
}
#reviews .container .single-info
{
	width: 320px;
	height: 450px;
	display: none; /*inline-block;*/
    vertical-align: top;
	margin-left: 25px;
}
#reviews .container .single-info .photo
{
	width: 230px;
    height: 230px;
	margin: 0 auto;
	background-color: rgba(159, 122, 73, 0.219);
}

#reviews .container #person-1 .photo, .person-link[data-person-id='1']
{
	background: url('../imgs/people/1.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -184px;
}

#reviews .container #person-2 .photo, .person-link[data-person-id='2']
{
	background: url('../imgs/people/2.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -184px;
}

#reviews .container #person-3 .photo, .person-link[data-person-id='3']
{
	background: url('../imgs/people/3.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -184px;
}

#reviews .container #person-4 .photo, .person-link[data-person-id='4']
{
	background: url('../imgs/people/4.jpg') no-repeat center center;
    background-size: 559px;
    background-position: -232px -6px;
}

#reviews .container #person-5 .photo, .person-link[data-person-id='5']
{
	background: url('../imgs/people/5.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -122px;
}

#reviews .container #person-6 .photo, .person-link[data-person-id='6']
{
	background: url('../imgs/people/6.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -110px;
}

#reviews .container #person-7 .photo, .person-link[data-person-id='7']
{
	background: url('../imgs/people/7.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -127px - 1px;
}

#reviews .container #person-8 .photo, .person-link[data-person-id='8']
{
	background: url('../imgs/people/8.jpg') no-repeat center center;
    background-size: 469px;
    background-position: -123px;
}

#reviews .container #person-9 .photo, .person-link[data-person-id='9']
{
	background: url('../imgs/people/9.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -112px;
}

#reviews .container #person-10 .photo, .person-link[data-person-id='10']
{
	background: url('../imgs/people/10.jpg') no-repeat center center;
	background-size: 378px;
    background-position: -72px;
}

#reviews .container #person-11 .photo, .person-link[data-person-id='11']
{
	background: url('../imgs/people/11.jpg') no-repeat center center;
    background-size: 500px;
}

#reviews .container #person-12 .photo, .person-link[data-person-id='12']
{
	background: url('../imgs/people/12.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -126px;
}

#reviews .container #person-13 .photo, .person-link[data-person-id='13']
{
	background: url('../imgs/people/13.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -96px -5px;
}

#reviews .container #person-14 .photo, .person-link[data-person-id='14']
{
	background: url('../imgs/people/14.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -124px -7px;
}

#reviews .container #person-15 .photo, .person-link[data-person-id='15']
{
	background: url('../imgs/people/15.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -122px;
}

#reviews .container #person-16 .photo, .person-link[data-person-id='16']
{
	background: url('../imgs/people/16.jpg') no-repeat center center;
    background-size: 500px;
    background-position: -108px;
}

.person-link[data-person-id='1'], 
.person-link[data-person-id='2'], 
.person-link[data-person-id='3'], 
.person-link[data-person-id='4'], 
.person-link[data-person-id='5'], 
.person-link[data-person-id='6'], 
.person-link[data-person-id='7'],
.person-link[data-person-id='8'],
.person-link[data-person-id='9'],
.person-link[data-person-id='10'],
.person-link[data-person-id='11'],
.person-link[data-person-id='12'],
.person-link[data-person-id='13'],
.person-link[data-person-id='14'],
.person-link[data-person-id='15'],
.person-link[data-person-id='16']
{
	background-size: cover;
    background-position: center center;
}

#reviews .container .single-info .name
{
	margin-top: 15px;
	font-family: 'Exo2-Regular';
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
#reviews .container .single-info .text
{
    margin-top: 15px;
    font-family: 'PT_Sans-Web-Regular';
    font-size: 14px;
    text-align: center;
    color: #585858;
}
#reviews .container .single-info .video-button
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../imgs/gold_line.png") no-repeat top left;
    -webkit-background-size: contain;
            background-size: contain;
    margin: 32px auto 0;
    padding-top: 20px;
    cursor: pointer;
}
#reviews .container .single-info .video-button span
{
	font-size: 16px;
	font-family: "Exo2-Regular";
  	color: rgb(159, 122, 73);
	text-transform: uppercase;
	line-height: 1.5;
	margin-right: 14px;	
}

#contacts
{
    background-image: url(../imgs/contact-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 125px;
    /*width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;*/
    background-color: #000;
}
#contacts .container
{
	/*width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;*/
	margin: 0 auto;
	margin-top: 85px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#contacts .container .half
{
	display: inline-block;
    vertical-align: top;
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
}
#contacts .container .half .title
{
	font-family: 'Exo2-Light';
	font-size: 16px;
	text-transform: uppercase;
	color: #9f7a49;
	margin-top: 20px;
}
#contacts .container .half .text, #contacts .container .half .text a
{
	font-family: 'PT_Sans-Web-Regular';
	font-size: 18px;
	color: #bebebe;
}
#contacts .container .half .socials, .team-modal .short-info .short-info-container .socials
{
	width: 130px;
	height: 18px;
	margin-top: 35px;
	background-image: url(../imgs/socials.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
}

.team-modal .short-info .short-info-container .socials
{
	margin-top: 25px;
}
#contacts .container .half .socials a, .team-modal .short-info .short-info-container .socials a
{
	display: inline-block;
    width: 17.5%;
    height: 100%;
}

#contacts .container .half form, #footer-form-2, #footer-form-3
{
	width: 462px;
    min-height: 269px;
    border: solid 1px #9f7a49;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-left: 50px;
    text-align: center;
    padding-bottom: 10px;
}

#footer-form-3
{
	min-height: auto
}

#footer-form-2, #footer-form-3
{
	margin: 0 auto;
}

#contacts .container .half form .form-header, #footer-form-2 .form-header, #footer-form-3 .form-header
{
    font-family: 'Exo2-Light';
    text-transform: uppercase;
    text-align: center;
    font-size: 18pt;
    margin-top: 30px;
    color: #9f7a49;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
#contacts .container .half form input, #footer-form-2 input, #footer-form-2 textarea, #footer-form-3 input, #footer-form-3 textarea
{
    font-family: 'PT_Sans-Web-Italic';
    display: block;
    width: 75%;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px;
    color: #858585;
    height: 25px;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 14px
}

#footer-form-2 textarea, #footer-form-3 textarea
{
	min-height: 25px !important;
	max-height: 100px !important;
}

#contacts .container .half form input:last-of-type, #footer-form-2 input:last-of-type, #footer-form-3 input:last-of-type
{
	margin-bottom: 42px;
}
#contacts .container .half form .button, #footer-form-2 .button, #footer-form-3 .button
{
    background-color: transparent;
    color: #9f7a49;
    margin: 14px auto 10px;
    transition: .5s ease background-color, .5s ease color;
}

#footer-form-2 .button:hover, #footer-form-3 .button:hover
{
    background-color: #9f7a49;
    color: #fff;
}

#contacts .map
{
	margin-top: 185px;
	width: 100%;
	background-image: url(../imgs/map.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 246px;
}
#contacts .copyright
{
	font-family: 'PT_Sans-Web-Regular';
	font-size: 14px;
	height: 75px;
	line-height: 77px;
	width: 100%;
	text-align: center;
	color: #565656;
}

.form-msg
{
	padding: 10px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 77%;
    margin: 0 auto;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.form-msg.error
{
    background-color: rgba(140, 58, 64, 0.4);
}

.form-msg.success
{
	background-color: rgba(52, 125, 93, 0.4);
}

.form-msg span
{
	color: #fff;
	font-size: 14px;
  	font-family: "PT_Sans-Web-Regular";
  	line-height: 1.714;
}

.form-msg-close
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 28px !important;
    line-height: 1px !important;
}

.form-msg-close:hover
{
	cursor: pointer;
}

.form-msg.error .form-msg-close
{
    color: rgb(140, 58, 64) !important;
}

.form-msg.success .form-msg-close
{
    color: rgb(52, 125, 93) !important;
}

.black-modal .fancybox-skin
{
	background: #000;
}

.person-link:hover
{
	cursor: pointer;
}

.reviews__arrows {
	width: 100px;
	height: 40px;
	margin: 50px auto 0;
}

.reviews__left,
.reviews__right {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 40px;
	cursor: pointer;
}

.reviews__right {
	margin-left: 36px;
}

.reviews__left::before,
.reviews__right::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.reviews__left::before {
	background-image: url(../imgs/arrow_left.png);
}

.reviews__right::before {
	background-image: url(../imgs/arrow_right.png);
	background-position: right;
}