﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

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

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham/Gotham-Medium.eot');
  src: url('fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
	   url('fonts/Gotham/Gotham-Medium.svg#Gotham') format('svg'),
	   url('fonts/Gotham/Gotham-Medium.ttf') format('truetype'),
	   url('fonts/Gotham/Gotham-Medium.woff') format('woff'),
	   url('fonts/Gotham/Gotham-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/*  */

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

@font-face {
  font-family: 'RingsideExtraWide';
  src: url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.eot');
  src: url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.eot?#iefix') format('embedded-opentype'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.svg#RingsideExtraWide') format('svg'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.ttf') format('truetype'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.woff') format('woff'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RingsideExtraWide';
  src: url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.eot');
  src: url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.eot?#iefix') format('embedded-opentype'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.svg#RingsideExtraWide') format('svg'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.ttf') format('truetype'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.woff') format('woff'),
	   url('fonts/RingsideExtraWide/RingsideExtraWide-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* BEGIN of CSS RESET */
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;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'RingsideExtraWide', sans-serif;
	font-size: 15px;
	line-height: 1.933;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 500;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 400;
	font-family: 'RingsideExtraWide';
	letter-spacing: -.025em;
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 100;
	font-family: 'RingsideExtraWide';
	letter-spacing: -.025em;
}

h2 strong {
	font-weight: 400;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	font-family: 'RingsideExtraWide';
	letter-spacing: -.025em;
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'RingsideExtraWide';
	letter-spacing: -.025em;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-family: 'Gotham';
}

h6 {
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 12px;
	font-family: 'RingsideExtraWide';
	letter-spacing: -.025em;
}

blockquote {
	padding: 0 0 15px;
	margin: 15px auto 15px;
	max-width: 900px;
	display: block;
	font-family: 'Gotham';
}

p {
	padding: 0 0 29px;
	font-family: 'Gotham';
}

p:last-child {
	padding-bottom: 0;
}


ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 34px 0 30px;
	border-bottom: 1px solid rgba(155, 128, 85, 0.3);
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	background: #000000;
	position: absolute;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #000000;
}

.logo {
	float: left;
	display: block;
	margin: 5px auto 0;
	padding: 0 0 0;
	max-width: 264px;
}

.logo img {
	display: block;
}

header a {
	color: inherit;
}

header .container-fluid {
	padding: 0 30px;
}

header h6 {
	padding: 0 0 0;
	line-height: 1;
}

header h4 {
	padding: 0 0 0;
	line-height: 1;
	text-transform: uppercase;
}

/*  */

.btn-main-nav:hover .icon-bar:nth-of-type(1) {
	-webkit-transform: translateY(4px) translateX(-3px) rotate(-45deg);
	transform: translateY(4px) translateX(-3px) rotate(-45deg);
	width: 13px;
}

.btn-main-nav:hover .icon-bar:nth-of-type(3) {
	-webkit-transform: translateY(-4px) translateX(-3px) rotate(45deg);
	transform: translateY(-4px) translateX(-3px) rotate(45deg);
	width: 13px;
}
/*  */

.main-nav-wr {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
}

body .btn-main-nav {
	display: block;
	font-size: 10px;
	width: 80px;
	max-height: 70px;
	padding: 18px 15px 11px;
	margin: auto 0 auto;
	position: fixed;
	z-index: 40;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

body .btn-main-nav.active {
	left: 0;
	top: 20px;
	bottom: auto;
	background: transparent;
}

body .btn-main-nav.active:hover {
	left: 0;
}

body .btn-main-nav:before {
	content: "";
	display: block;
	position: absolute;
	right: 100%;
	width: 10px;
	top: 0;
	bottom: 0;
	background: inherit;
}

body .btn-main-nav:hover {
	opacity: 1;
	left: 5px;
}

.btn-main-nav i {
	display: block;
}

.btn-main-nav .icon-hamburger {
	padding: 0 5px 0;
	margin: 0 0 0;
	min-height: 22px;
	display: block;
	position: relative;
}

.btn-main-nav .icon-bar {
	height: 1px;
	display: block;
	background: #ffffff;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-main-nav.active .icon-bar {
	margin: 0;
	height: 1px;
	width: 30px;
	left: 0;
	right: 0;
	margin: auto;
}

.btn-main-nav.active .icon-bar:nth-of-type(1) {
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-main-nav.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.btn-main-nav.active .icon-bar:nth-of-type(3) {
	top: -9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-main-nav .icon-bar+.icon-bar {
	margin-top: 7px;
}

/*  */

.main-nav-wr.active .main-nav {
	left: 0;
}

.main-nav {
	width: 440px;
	border-left: 80px solid #9b8055;
	padding: 122px 27px 40px;
	margin: 0 0 0;
	box-shadow: 1px 1px 8px 0px #9b8055;
	background: #ffffff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: fixed;
	z-index: 30;
	left: -500px;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.main-nav h6 {
	padding: 0 0 2px;
}

.main-nav h4 {
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 0;
}

.main-nav ul {
	padding: 0 0 0;
	margin: 0 0 0;
	letter-spacing: -.025em;
	line-height: 1.65;
}

.main-nav li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.main-nav li a {
	padding: 0 0 0;
	margin: 0 0 0;
}

.main-nav .nav-wr {
	padding: 25px 0 25px;
	margin: 35px 0 30px;
	color: #000000;
	font-size: 18px;
	letter-spacing: -.025em;
	border-top: 1px solid #e1d9cc;
	border-bottom: 1px solid #e1d9cc;
}

.main-nav .nav-wr li {
	padding: 3px 0 3px;
	margin: 0 0 0;
}

.main-nav .nav-wr a {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
}

.main-nav a {
	position: relative;
}

.main-nav a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	border-bottom: 2px solid;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.main-nav a:hover:after {
	width: 50px;
}

.main-nav a:hover {
	opacity: 1;
	margin-left: 5px;
}

/* spinner css start */

.spinner-wr {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #000000;

	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	width: 200px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url('img/logo.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;

	-webkit-animation: sk-bounce 5.0s infinite ease-in-out;
	animation: sk-bounce 5.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.6) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 44px;
	height: 44px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/i-arr-up.png') no-repeat center center;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 150px 0 150px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*  */

html body .bg-black {
	background-color: #000000;
	color: #ffffff;
}

html body .bg-gray {
	background-color: #f2f2f2;
}

html body .bg-white {
	background-color: #ffffff;
}

html body .bg-theme-main {
	background-color: #9b8055;
	color: #ffffff;
}

html body .bg-theme-main-semitransparent {
	background-color: rgba(155, 128, 85, 0.2);
}

/*  */

html body .color-black {
	color: #000000;
}

html body .color-gray {
}

html body .color-white {
	color: #ffffff;
}

html body .color-theme-main {
	color: #9b8055;
}

/*  */

.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*  */

.vertical-align-wrapper {
	display: table;
	width: 100%;
}

.vertical-align-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

/*  */

.ttu {
	text-transform: uppercase;
}

/*  */

body .btn-main {
	padding: 11px 9px 10px;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: #1b2030;
	border: 2px solid #1b2030;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

body .btn-main:hover {
	color: #1b2030;
	background: #FFFFFF;
	opacity: 1;
}

/*  */

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 5px 10px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #1b2030;
	background-color: #FFFFFF;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	color: #1b2030;
	border-color: #1b2030;
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	color: #1b2030;
	border-color: #1b2030;
	opacity: 1;
}

form label {
	display: block;
}

*::-webkit-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

/*  */

body .box-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-top-banner .vertical-align-wrapper {
	height: 980px;
	height: 100vh;
	padding: 200px 0 200px;
}

.box-top-banner h1 {
	padding: 0 0 0;
	font-weight: 100;
}

.box-top-banner p {
	font-size: 14px;
	line-height: 25px;
	padding: 15px 0 0;
	max-width: 730px;
}

.box-top-banner h6 {
	padding: 0 0 0;
	line-height: 1.5;
}

.box-top-banner .img-wr {
	background-attachment: fixed;
}

.box-top-banner h1 strong {
	font-weight: 400;
}

/*  */

.box-thumbs {
	padding: 75px 0 85px;
}

.thumb-items-wr {
	margin: 0 auto 0;
	padding: 32px 0 0;
}

.thumb-item {
	margin: 0 auto 15px;
	padding: 0 0 0;
	max-width: 360px;
	position: relative;
	border-bottom: 2px solid #9b8055;
}

.thumb-item .img-wr {
	margin: 0 auto 0;
	padding: 0 0 0;
}

.thumb-item .img-wr img {
	display: block;
	margin: 0 0 0;
	width: 100%;
}

.thumb-item .text-wr {
	padding: 40px 30px 22px;
	position: relative;
	margin: 0 0 0;
}

.thumb-item a {
	color: inherit;
}

.thumb-item h4 {
	padding: 0 0 23px;
	font-size: 18px;
	font-weight: 500;
}

.thumb-item h5 {
	font-size: 14px;
	line-height: 23px;
	color: #282828;
}

.thumb-item .btn-read-more {
	margin: 22px -5px 0;
}

body .btn-read-more {
	padding: 7px 12px 7px 20px;
	margin: 0 auto 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -.025em;
	display: inline-block;
	font-weight: 500;
	position: relative;
	color: #9b8055;
	border: 1px solid rgba(155, 127, 85, 0.8);
	border-left-color: transparent;
}

body .btn-read-more:hover {
	padding-left: 12px;
	padding-right: 20px;
	border-left-color: rgba(155, 127, 85, 0.8);
	border-right-color: transparent;
	opacity: 1;
}

body .btn-read-more:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto -10px auto;
	width: 22px;
	height: 5px;
	background: url('img/i-arrow-right.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body .btn-read-more:hover:before {
	left: 100%;
}

body .btn-read-more:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	margin: 0 0 0 -1px;
	width: 1px;
	top: 0;
	bottom: 0;
	border-top: 10px solid;
	border-bottom: 10px solid;
}

body .btn-read-more:hover:after {
	left: 100%;
	margin: 0 0 0 0;
}

/*  */

.pulse {
	animation: pulse 3s infinite;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
	-webkit-transform: scale(1);
	opacity: 1;
  }
  100% {
	-webkit-transform: scale(1.03);
	opacity: .3;
  }
}

@keyframes pulse {
  0% {
	transform: scale(1);
	opacity: 1;
  }
  100% {
	transform: scale(1.03);
	opacity: 0;
  }
}

/*  */

body .box-img {
	padding: 0 0 0;
	overflow: hidden;
}

.box-img .img-overlay {
	padding: 180px 0 80px;
}

.box-img h2 {
	padding: 0 0 35px;
}

.box-img .pulse {
	margin: -40px -60px 0 0;
}

/*  */

body .box-info {
	margin: 75px 0 75px;
	padding: 0 0 0;
}

.info-header {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.info-header .container {
	padding: 62px 15px 62px;
	position: relative;
}

.info-header h3 {
	padding: 0 50px 0;
	margin: 0 0 0;
	text-transform: uppercase;
}

.info-header i {
	font-size: 133px;
	height: 148px;
	line-height: 1;
	font-weight: 500;
	padding: 0 0 0;
	margin: auto 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: .3;
}

.info-body .alignright {
	width: 270px;
	padding: 0 0 0;
	margin: -106px 140px 80px 39px;
	position: relative;
}

.info-body .alignnone {
	padding: 70px 90px 60px;
	margin: 0 0 0;
	font-size: 14px;
	line-height: 29px;
	position: relative;
	overflow: hidden;
}

.bg-gradient:before {
	margin: -1px;
	opacity: .9;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}

.bg-gradient {
	padding: 42px 50px 42px;
	max-width: 1000px;
	background: #eee7db;
	border: 1px solid #d8b47d;
	position: relative;
	clear: both;
}

.bg-gradient > * {
	position: relative;
}

/*  */

body .btn-scroll-down {
	position: absolute;
	z-index: 5;
	font-size: 14px;
	display: block;
	right: 0;
	font-family: 'Gotham';
	left: 0;
	bottom: 0;
	width: 100px;
	height: 140px;
	margin: 0 auto;
	padding: 75px 0 0;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}

body .btn-scroll-down:hover {
	padding-top: 80px;
	opacity: 1;
}

.btn-scroll-down i {
	display: block;
	position: relative;
	width: 22px;
	height: 50px;
	margin: 0 auto 10px;
	text-align: center;
	background: url('img/i-mouse-scroll.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	animation: MoveUpDown 5s linear infinite;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.btn-scroll-down span {
	display: block;
}

.btn-scroll-down:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-right: 1px solid;
	width: 1px;
	height: 35px;
	margin: 0 auto 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-scroll-down:hover:after {
	height: 20px;
}

@keyframes MoveUpDown {
	0% {
	top: 0;
	opacity: 1;
	}
	50% {
	top: 20px;
	opacity: 1;
	}
	100% {
	top: 0;
	opacity: 1;
	}
}

/*  */

.worldwide-sm {
	margin: 15px 0 -15px 0;
	padding: 30px 30px 30px;
	text-align: center;
	width: 185px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: -.025em;
	background: url(img/bg-worldwide-small.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/*  */

.block-simple {
	padding: 80px 60px 80px;
}

.block-slider-simple {
	padding: 50px 50px 60px;
}

.slide-item {
	outline: none;
}

.block-slider-simple .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 620px;
	float: left;
}

.block-slider-simple .text-wr {
	padding: 25px 20px 0 50px;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}

.block-slider-simple .btn-read-more {
	margin: 50px auto 0;
}

/*  */

.testimonial-item blockquote:before {
	margin: -33px -43px 0;
	font-size: 200px;
	content: '“';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-weight: 500;
	color: #9b8055;
	opacity: .4;
}

.testimonial-item blockquote > * {
	position: relative;
	z-index: 3;
}

.testimonial-author {
	padding: 20px 0 10px;
	margin: 0 0 0;
	position: relative;
}

.testimonial-author:after {
	content: "";
	display: block;
	clear: both;
}

.testimonial-author .img-wr {
	float: left;
}

.testimonial-author .text-wr {
	padding: 20px 0 0 25px;
	overflow: hidden;
}

/*  */

.slick-dots li button:before {
	font-size: 15px;
	opacity: .25;
	color: #9b8055;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #9b8055;
}

/*  */

.box-services {
	padding: 100px 0 100px;
}

.box-services .pulse {
	position: absolute;
	top: -50px;
	left: -100px;
	right: -100px;
}

.box-services h2 {
	font-size: 26px;
	padding: 20px 0 15px;
	text-transform: uppercase;
	line-height: 1;
}

.box-services .col-sm-4:nth-child(3n+4) {
	clear: left;
}

.thumb-service {
	padding: 44px 27px 22px;
	margin: 23px 0 34px;
	font-size: 12px;
	border: 2px solid #9b8055;
	border-top: none;
	position: relative;
}

.thumb-service i {
	position: absolute;
	left: 32px;
	top: -30px;
	width: 70px;
	text-align: center;
}

.thumb-service i img {
	display: block;
	height: 62px;
	margin: 0 auto;
}

.thumb-service h5 {
	padding: 0 0 10px;
	font-size: 13px;
	font-weight: 600;
	font-family: inherit;
	letter-spacing: -.025em;
}

.thumb-service:before, .thumb-service:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	border-bottom: 2px solid #9b8055;
}

.thumb-service:before {
	left: 0;
	width: 20px;
}

.thumb-service:after {
	right: 0;
	width: 70%;
}

/*  */




















/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

footer img {
	max-width: 264px;
}

footer p {
	padding: 0 0 0;
}

footer ul {
	font-size: 12px;
	padding: 0 0 0;
	margin: 0 0 0;
}

footer li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
	display: inline;
}

footer li+li:before {
	content: "| ";
	padding: 0 0 0;
	margin: 0 20px;
}

footer a {
	color: inherit;
}

footer h6 {
	font-size: 10px;
	padding: 0 0 0;
	font-weight: 500;
}

.footer-top {
	padding: 44px 0 20px;
}

.footer-main {
	padding: 15px 0 15px;
	border-top: 1px solid rgba(155, 128, 85, 0.4);
	border-bottom: 1px solid rgba(155, 128, 85, 0.4);
}

.footer-bottom {
	padding: 35px 0 35px;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1260px) {
	.container {
		width: 1230px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.933;
}
h1 {
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.1;
}
h2 {
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.1;
}
h3 {
	padding: 0 0 15px;
	font-size: 22px;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
}
h5 {
	padding: 0 0 0;
}
h6 {
	padding: 0 0 0;
	font-size: 12px;
}
blockquote {
	padding: 0 0 15px;
	margin: 15px auto 15px;
	max-width: 900px;
}
p {
	padding: 0 0 15px;
}
.box-top-banner .vertical-align-wrapper {
	height: 600px;
	padding: 100px 0 100px;
}
.box-wr {
	padding: 60px 0 60px;
}
.thumb-items-wr {
	padding: 0 0 0;
}
.thumb-item h5 {
	font-size: 13px;
	line-height: 20px;
}
.thumb-item h4 {
	padding: 0 0 15px;
	font-size: 15px;
}
.thumb-item .text-wr {
	padding: 20px 20px 20px;
	margin: 0 0 0;
}
.thumb-item .btn-read-more {
	margin: 15px 0 0;
}
.box-img .img-overlay {
	padding: 100px 0 60px;
}
.box-img h2 {
	padding: 0 0 15px;
}
body .box-info {
	margin: 40px 0 40px;
	padding: 0 0 0;
}
.info-header h3 {
	padding: 0 20px 0;
	margin: 0 0 0;
	max-width: 630px;
}
.info-header .container {
	padding: 40px 15px 40px;
}
.info-header i {
	font-size: 90px;
	height: 100px;
}
.info-body .alignright {
	width: 250px;
	margin: -60px 0 50px 20px;
}
.info-body .alignnone {
	padding: 50px 40px 50px;
	font-size: 13px;
	line-height: 25px;
}
.bg-gradient {
	padding: 30px 35px 30px;
}
.info-header h3 {
	padding: 0 20px 0;
	margin: 0 0 0;
	max-width: 470px;
}
.box-top-banner p {
	font-size: 13px;
	line-height: 22px;
	padding: 10px 0 0;
	max-width: 500px;
}
.block-simple {
	padding: 40px 40px 40px;
}
.block-slider-simple {
	padding: 40px 40px 50px;
}
.block-slider-simple .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 50%;
}
.block-slider-simple .btn-read-more {
	margin: 0 auto 0;
}
.slick-dots {
	bottom: -30px;
}
.testimonial-author .img-wr {
	width: 90px;
}
.testimonial-author .text-wr {
	padding: 15px 0 0 15px;
}
.testimonial-item blockquote:before {
	margin: -15px -15px 0;
	font-size: 150px;
}
.box-services h2 {
	font-size: 20px;
	padding: 30px 0 15px;
}
.thumb-service:after {
	width: 65%;
}
.thumb-service {
	padding: 40px 25px 20px;
	margin: 25px 0 15px;
	font-size: 12px;
}
.thumb-service i img {
	height: 50px;
}
.thumb-service i {
	left: 27px;
	top: -25px;
	width: 70px;
}










}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.933;
}
h1 {
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.1;
}
h2 {
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 1.1;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
}
h5 {
	padding: 0 0 0;
}
h6 {
	padding: 0 0 0;
	font-size: 11px;
}
blockquote {
	padding: 0 0 15px;
	margin: 10px auto 10px;
}
.box-top-banner .vertical-align-wrapper {
	height: 500px;
	padding: 100px 0 100px;
}
.logo {
	float: left;
	display: block;
	margin: 5px auto 0;
	padding: 0 0 0;
	max-width: 200px;
}
header {
	padding: 15px 0 15px;
}
header .container-fluid {
	padding: 0 10px;
}
body .btn-main-nav, .header-fixed .btn-main-nav {
	font-size: 10px;
	width: 80px;
	padding: 18px 15px 11px;
}
.main-nav {
	width: 440px;
	border-left: 80px solid #9b8055;
	padding: 60px 25px 30px;
}
footer ul {
	font-size: 10px;
}
.back-to-top {
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.box-img .pulse {
	margin: -15px -15px 0 0;
}
.box-top-banner .img-wr {
	background-attachment: initial;
}
body .box-img {
	background-attachment: initial;
}
body .btn-scroll-down {
	display: none;
}
.block-slider-simple .text-wr {
	padding: 0 20px 0;
}












}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
body {
	font-size: 13px;
	line-height: 1.933;
}
h1 {
	padding: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
}
h2 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
h3 {
	padding: 0 0 15px;
	font-size: 16px;
}
h4 {
	padding: 0 0 15px;
	font-size: 15px;
}
h5 {
	padding: 0 0 0;
}
h6 {
	padding: 0 0 0;
	font-size: 11px;
	letter-spacing: -.025em;
}
blockquote {
	padding: 0 0 15px;
	margin: 10px auto 10px;
}
.box-wr {
	padding: 40px 0 40px;
}
.logo {
	margin: 3px auto 0;
	max-width: 140px;
}
header h6 {
	font-size: 8px;
}
header h4 {
	padding: 2px 0 0;
	font-size: 9px;
	font-weight: 500;
}
body .btn-main-nav:before {
	content: none;
	display: none;
}
body .btn-main-nav:hover {
	opacity: 1;
	left: 0;
}
body .btn-main-nav, .header-fixed .btn-main-nav {
	font-size: 8px;
	width: 50px;
	max-height: 52px;
	padding: 10px 5px 3px;
}
.main-nav {
	width: 340px;
	border-left: 50px solid #9b8055;
	padding: 50px 20px 20px;
}
.main-nav h4 {
	font-size: 14px;
}
.main-nav .nav-wr {
	padding: 10px 0 10px;
	margin: 20px 0 15px;
	font-size: 16px;
}
.box-top-banner .vertical-align-wrapper {
	height: 400px;
	height: 100vh;
	padding: 80px 0 60px;
}
.box-simple .img-wr {
	margin: 0 auto 30px;
}
footer img {
	max-width: 200px;
}
.footer-top {
	padding: 20px 0 15px;
}
.footer-bottom {
	padding: 15px 0 15px;
}
.info-body .alignright {
	width: auto;
	margin: 30px auto 30px;
	float: none;
}
.info-body .alignnone {
	padding: 0 10px 30px;
	font-size: 12px;
	line-height: 23px;
}
.btn-scroll-down i {
	width: 14px;
	height: 34px;
	margin: 0 auto 5px;
}
body .btn-scroll-down {
	font-size: 10px;
	width: 80px;
	height: 100px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.btn-scroll-down:after {
	height: 20px;
}
.block-slider-simple .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	width: auto;
	float: none;
}
.block-slider-simple {
	padding: 20px 20px 40px;
}
.block-slider-simple .text-wr {
	padding: 20px 10px 0;
}
.testimonial-author .img-wr {
	width: 70px;
}
.testimonial-author .text-wr {
	padding: 12px 0 0 15px;
}
.box-services h2 {
	font-size: 25px;
	padding: 0 0 10px;
}
.thumb-service {
	padding: 40px 25px 20px;
	margin: 40px 0 15px;
	font-size: 12px;
}
.box-services .pulse {
	top: -30px;
	left: 0;
	right: 30px;
}










}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
.box-top-banner .vertical-align-wrapper {
	padding: 80px 0 60px;
}








}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
/* QQQ */