body {
	font-family: arial, sans-serif;
    font-size: 15px;
	color: #444;
	cursor: default;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    opacity: 0;
    transition: .5s;
    background: url(img/linen-black.jpg);
    background-attachment: fixed;
    background-position: center;
}

a:hover, a:active, a:focus {
    outline: none;
    border: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
}

h1 {
	font-size: 36px;
	line-height: 1.2;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 45px;
    letter-spacing: 2px;
    color: rgb(224, 213, 181);
}

h1.sepa {
    position: relative;
    margin-bottom: 60px;
}

h1.sepa::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    left: 0;
    bottom: -25px;
    background: #202020;
    background-repeat: repeat-x;
}

h1.sepa::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -30px;
    background: #202020;
    background-repeat: repeat-x;
}

h1.sepa-w::after {
    background: #fff;
    background-repeat: repeat-x;
}

h1.sepa-w::before {
    background: #fff;
    background-repeat: repeat-x;
}

h1.sepa-b::after {
    background: #404040;
    background-repeat: repeat-x;
}

h1.sepa-b::before {
    background: #404040;
    background-repeat: repeat-x;
}

h1.text-center.sepa::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h1.text-center.sepa::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

h2 {
	font-size: 32px;
	line-height: 1.2;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 25px;
    letter-spacing: 2px;
    color: rgb(224, 213, 181);
}

h2.sepa {
	position: relative;
	margin-bottom: 60px;
}

h2.sepa::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	left: 0;
    bottom: -25px;
	background: #202020;
	background-repeat: repeat-x;
}

h2.sepa::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -30px;
    background: #202020;
    background-repeat: repeat-x;
}

h2.sepa-w::after {
	background: #fff;
	background-repeat: repeat-x;
}

h2.sepa-w::before {
    background: #fff;
    background-repeat: repeat-x;
}

h2.sepa-b::after {
    background: #404040;
    background-repeat: repeat-x;
}

h2.sepa-b::before {
    background: #404040;
    background-repeat: repeat-x;
}

h2.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.text-center.sepa::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

h3 {
	font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.1;
}

h3.sepa {
	position: relative;
	margin-bottom: 40px;
}

h3.sepa::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
    bottom: -20px;
	background: rgb(224, 213, 181);
}

h3.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h3.sepa-2 {
	position: relative;
	margin-bottom: 40px;
}

h3.sepa-2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 3px;
	left: 0;
    bottom: -15px;
	background: rgb(224, 213, 181);
}

h3.text-center.sepa-2::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h4 {
	font-size: 24px;
	line-height: 1.2;
    margin-bottom: 15px;
}

h4.sepa {
	position: relative;
	margin-bottom: 35px !important;
}

h4.sepa::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
    bottom: -15px;
	background: rgb(224, 213, 181);
	background-repeat: repeat-x;
}

h4.text-center.sepa::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h4.sepa-2 {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

h4.sepa-2::after {
	content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -2px;
	background: rgb(224, 213, 181);
}

.title-line {
	overflow: hidden;
	display: block;
}

.title-line h4 {
	display: inline-block;
}

.title-line h4::after {
	content: "";
    position: absolute;
    width: 1200px;
    height: 1px;
    left: 102%;
    bottom: 4px;
    background: rgb(224, 213, 181);
}

h5 {
	font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.1;
}

h5.sepa {
	position: relative;
	margin-bottom: 30px;
}

h5.sepa::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 2px;
	left: 0;
    bottom: -15px;
	background: url(img/nav-dots-b.png);
	background-repeat: repeat-x;
}

h5.text-center.sepa::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

h6 {
	font-size: 16px;
}

.font-10 {
	font-size: 10px;
}

.font-12 {
	font-size: 12px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

a[href^="tel:"] {
    white-space: nowrap;
}

p.focus {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

/* Elements */

.content {
	position: relative;
}

.content strong {
	font-weight: 600;
    color: rgb(224, 213, 181);
}

.content p {
	margin-bottom: 10px;
}

.content p:last-child {
	margin-bottom: 0;
}

.content p.focus {
	font-size: 18px;
}

.content ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    margin-left: 15px;
}

.content ul:last-child {
    margin-bottom: 0;
}

.content ul li {
	margin-bottom: 5px;
}

.content ul li i {
	color: #00b8e4;
	margin-right: 5px;
}

.content ul.number {
    list-style: decimal;
    padding-left: 30px;
}

.content ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content ol:last-child {
    margin-bottom: 0;
}

.content h2 {
    margin-top: 30px;
    color: rgb(224, 213, 181);
}

.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
    margin-top: 0;
}

.content h3 {
    margin-top: 30px;
    color: rgb(224, 213, 181);
}

.content h4 {
    margin-top: 20px;
    color: rgb(224, 213, 181);
}

.content h5 {
    margin-bottom: 15px;
    color: rgb(224, 213, 181);
}

.content h6 {
    margin-bottom: 15px;
    color: rgb(224, 213, 181);
}

.content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    opacity: 1;
    background: #444;
}

.title h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.blockquote {
    margin-bottom: 15px;
    font-size: initial;
    border: 1px solid;
    padding: 5px 10px;
}

/* Color */

.color {
    color: rgb(224, 213, 181);
}

.color-w {
	color: #fff;
}

a.color-link-w,
.color-link-w a {
    color: #fff;
}

a.color-w:hover {
	color: #222;
}

.color-b {
	color: #202020;
}

a {
	color: rgb(224, 213, 181);
	text-decoration: none;
    font-weight: 500;
}

a:hover {
	color: #d2ae5c;
}

a[href^="tel:"] {
    white-space: nowrap;
}

.content a:hover {
    text-decoration: underline;
}

.bg-color-w {
	background: #fff;
}

/* Button */

a.link {
    color: rgb(224, 213, 181);
    display: inline-block;
}

.btn {
	border: none !important;
	border-radius: 0;
	padding: 8px 30px;
	letter-spacing: 1px;
    position: relative;
    z-index: 0;
    font-size: unset;
    font-weight: 600;
}

.btn:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 1024px) {
/* start */

.btn {
    white-space: inherit;
}

/* end 1024 */ 
}

.btn-sm {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: bold;
}

.btn-lg {
    padding: 12px 30px;
    font-size: 15px;
}

.btn-xl {
    padding: 14px 35px;
}

.btn-color {
	color: #202020 !important;
	position: relative;
}

.btn-color::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background: rgb(224, 213, 181);
}

.btn-color:hover::before {
	background: #c4b88b!important;
}

.btn-color:hover {
    color: #202020 !important;
}

.btn-color-b {
	background: #202020!important;
	color: #fff !important;
    text-shadow: none;
    padding: 8px 30px !important;
    border: 3px solid #202020;
}

.btn-color-b:hover {
	background: transparent !important;
	color: #202020 !important;
    padding: 5px 27px !important;
    border: 3px solid #202020 !important;
}

.btn-border-w {
	background: transparent!important;
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 11px 26px;
}

.btn-border-w:hover {
	background: #fff !important;
	border: 2px solid #fff !important;
	color: rgb(224, 213, 181) !important;
    padding: 11px 26px;
}

.btn.btn-link {
    padding: 8px 5px !important;
    text-decoration: none;
    color: rgb(224, 213, 181);
    background: transparent;
}

.btn.btn-link:hover {
    color: #c4b88b!important;
    background: transparent;
}


/* Divers */

.container {
	position: relative;
	z-index: 0;
}

.box-shadow-lg {
	box-shadow: 0 15px 25px -7px rgba(0,0,0,0.2), 0 -12px 10px -10px rgba(0,0,0,0.2);
}

.icon-size-sm {
	font-size: 15px;
}

.icon-size-md {
	font-size: 30px;
}

.icon-size-lg {
	font-size: 60px;
}

img {
	max-width: 100%;
}

.no-strong {
    font-weight: inherit;
}

/* Form */

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
select, textarea {
	display: block;
    width: 100%;
    height: 40px;
    color: #202020;
    padding: 0px 15px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 20px;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

select {
	background: #fff url(img/arrow-select.png) no-repeat;
	background-position: center right 5px;
	padding-right: 22px;
}

textarea {
	resize: vertical;
	line-height: 1.1;
	padding: 15px;
	height: 150px;
}

[type=reset], [type=submit], [type=button] {
	color: #202020;
	background: rgb(224, 213, 181);
}

[type=reset]:hover, [type=submit]:hover, [type=button]:hover {
    background: #c4b88b;
}

::placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

:-ms-input-placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

::-ms-input-placeholder {
  	color: #aaa;
  	font-weight: 400;
  	font-style: italic;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid rgb(224, 213, 181);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -4px;
}

.checkbox input:checked + label:after {
  	content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid rgb(224, 213, 181);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form .captcha {
    display: flex;
    margin-top: 20px;
}

.form .captcha img {
    margin-right: 10px;
    position: relative;
    top: -4px;
}
