
/*
Table Of Contents

1.)  Typography
2.)  Default Styles
3.)  Container - Main
4.)  Header
5.)  Content - Main
6.)  Footer

===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;

@font-face {
    font-family: 'Brandon';
    src: url('../webfonts/Brandon_reg.eot');
    src: url('../webfonts/Brandon_reg.eot') format('embedded-opentype'),
         url('../webfonts/Brandon_reg.woff2') format('woff2'),
         url('../webfonts/Brandon_reg.woff') format('woff'),
         url('../webfonts/Brandon_reg.ttf') format('truetype'),
         url('../webfonts/Brandon_reg.svg#Brandon') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../webfonts/Brandon_med.eot');
    src: url('../webfonts/Brandon_med.eot') format('embedded-opentype'),
         url('../webfonts/Brandon_med.woff2') format('woff2'),
         url('../webfonts/Brandon_med.woff') format('woff'),
         url('../webfonts/Brandon_med.ttf') format('truetype'),
         url('../webfonts/Brandon_med.svg#Brandon') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../webfonts/Brandon_bld.eot');
    src: url('../webfonts/Brandon_bld.eot') format('embedded-opentype'),
         url('../webfonts/Brandon_bld.woff2') format('woff2'),
         url('../webfonts/Brandon_bld.woff') format('woff'),
         url('../webfonts/Brandon_bld.ttf') format('truetype'),
         url('../webfonts/Brandon_bld.svg#Brandon') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../webfonts/notoserif-regular-webfont.eot');
    src: url('../webfonts/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/notoserif-regular-webfont.woff2') format('woff2'),
         url('../webfonts/notoserif-regular-webfont.woff') format('woff'),
         url('../webfonts/notoserif-regular-webfont.ttf') format('truetype'),
         url('../webfonts/notoserif-regular-webfont.svg#Noto Serif') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../webfonts/notoserif-italic-webfont.eot');
    src: url('../webfonts/notoserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/notoserif-italic-webfont.woff2') format('woff2'),
         url('../webfonts/notoserif-italic-webfont.woff') format('woff'),
         url('../webfonts/notoserif-italic-webfont.ttf') format('truetype'),
         url('../webfonts/notoserif-italic-webfont.svg#Noto Serif') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../webfonts/notoserif-bolditalic-webfont.eot');
    src: url('../webfonts/notoserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/notoserif-bolditalic-webfont.woff2') format('woff2'),
         url('../webfonts/notoserif-bolditalic-webfont.woff') format('woff'),
         url('../webfonts/notoserif-bolditalic-webfont.ttf') format('truetype'),
         url('../webfonts/notoserif-bolditalic-webfont.svg#Noto Serif') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Serif';
    src: url('../webfonts/notoserif-bold-webfont.eot');
    src: url('../webfonts/notoserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/notoserif-bold-webfont.woff2') format('woff2'),
         url('../webfonts/notoserif-bold-webfont.woff') format('woff'),
         url('../webfonts/notoserif-bold-webfont.ttf') format('truetype'),
         url('../webfonts/notoserif-bold-webfont.svg#Noto Serif') format('svg');
    font-weight: 700;
    font-style: normal;
}


/*
 2.) Default Styles
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

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;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	font-family: "Brandon", sans-serif; 
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 20px; 
	background: #000000;
}

@media only screen and (max-width: 767px) {
body {
	font-size: 14px;
	line-height: 17px; 
}
}


/* #Links
================================================== */

a {
	color: #b12727;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #b12727;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus,
a:active,
a:visited {
	outline: 0;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 { 
	font-weight: 500; 
	padding: 0 0 10px 0;
	margin: 0;
}

h1 {
	font-size: 50px;
	line-height: 56px;
}

h2 {
	font-size: 24px;
	line-height: 29px;
}

h3 {
	font-size: 18px;
	line-height: 22px; 
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

p {
	padding: 0 0 10px 0;
}

p:last-child {
	padding-bottom: 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
	padding-bottom: 0;
}

strong {
	font-weight: 700;
}

em { 
	font-weight: 400;
	font-style: italic;
}

.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

@media only screen and (max-width: 991px) {
h1 {
	font-size: 36px;
	line-height: 42px;
}
}

@media only screen and (max-width: 767px) {
h1 {
	font-size: 23px;
	line-height: 27px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 15px;
	line-height: 18px; 
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

p {
	padding: 0 0 12px 0;
}
}


/* #Order and Unorder Styles
================================================= */

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 20px;
}

li ul,
li ol {
	padding-top: 5px;
	padding-bottom: 0;
}

li ul:last-child,
li ol:last-child {
	padding-bottom: 0;
}

li { 
	position: relative;
	padding: 0 0 2px 14px;
	margin: 0;
}

li:last-child {
	padding-bottom: 12px;
}

ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	float: left;
	background: #000000;
	border-radius: 360px;
	position: absolute;
	top: 8px;
	left: 0;
}

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 16px;
}

ol > li:before {
	content:"" counter(item);
	font-weight: 500;
	color: #000000;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -20px;
}


/* #Input
================================================= */

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0; 
}

input,
textarea,
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-family: "Brandon", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 36px;
	float: left;
	font-family: "Brandon", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	letter-spacing: normal;
	background: #ebebeb;
	border: none;
	border-radius: 0;
	outline: none;
	position: relative;
	padding: 8px 13px;
	margin: 0;
}

textarea {
	height: 170px;
	outline: none;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #000000;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

::-ms-input-placeholder {
	color: #000000;
}

@media only screen and (max-width: 767px) {
label {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 5px 0;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 28px;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 10px;
	margin: 0;
}

textarea {
	height: 140px;
	outline: none;
	resize: none;
}
}


/* #Buttons
================================================== */

.btn,
button,
input[type="button"],
input[type="submit"] {
	width: auto;
	float: none;
	display: inline-block;
	font-weight: 700;
	font-family: "Brandon", sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	vertical-align: middle;
	background: #b12727;
	border: none;
	filter: 0;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	padding: 7px 18px 7px 18px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	color: #ffffff;
	text-decoration: none;
	background: #e50606;
}

.btn-blank, 
button.btn-blank, 
input.btn-blank[type="button"], 
input.btn-blank[type="submit"] { 
	color: #b12727; 
	background: none; 
	box-shadow:inset #b12727 0 0 0 1px;
}

.btn-blank:hover, 
.btn-blank:focus, 
.btn-blank:active, 
.btn-blank:active:focus, 
.btn-blank.active, 
.btn-blank.active:focus, 
button.btn-blank:hover, 
button.btn-blank:focus, 
button.btn-blank:active, 
button.btn-blank:active:focus, 
button.btn-blank.active, 
button.btn-blank.active:focus, 
input.btn-blank[type="button"]:hover, 
input.btn-blank[type="button"]:focus, 
input.btn-blank[type="button"]:active, 
input.btn-blank[type="button"]:active:focus, 
input.btn-blank[type="button"].active, 
input.btn-blank[type="button"].active:focus, 
input.btn-blank[type="submit"]:hover, 
input.btn-blank[type="submit"]:focus, 
input.btn-blank[type="submit"]:active, 
input.btn-blank[type="submit"]:active:focus, 
input.btn-blank[type="submit"].active, 
input.btn-blank[type="submit"].active:focus,
.btn-blank:not(:disabled):not(.disabled).active, 
.btn-blank:not(:disabled):not(.disabled):active { 
	color: #ffffff; 
	background: #b12727; 
	box-shadow: inset #b12727 0 0 0 1px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 767px) {
.btn,
button,
input[type="button"],
input[type="submit"] {
	font-size: 13px;
	line-height: 18px;
	padding: 5px 18px 5px 18px;
}
}


/*
 3.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left;
	background: #ffffff; 
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 540px;
	padding: 0 20px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	text-align: center;
	padding: 0 0 50px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h2 {
	font-size: 23px;
	color: #000000;
	line-height: 27px;
	text-transform: uppercase;
	padding: 0 10px 10px 10px;
}

.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt p {
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.heading-txt p:last-child {
	padding-bottom: 0;
}

.heading-txt aside {
	width: 100%;
	max-width: 650px;
	float: none;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
.heading-txt h2 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 14px 0;
}

.heading-txt p {
	font-size: 14px;
	line-height: 17px;
}
}


/* 
 4.) Header
----------------------------------------*/

#header-main {
	width: 100%;
	height: 75px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
}

#header-main .container { 
	max-width: 100%;
}

#header-main .logo {
	float: left;
	position: relative;
	z-index: 5;
	margin: 18px 0 0 0;
}

#header-main .logo img {
	width: 100%;
	max-width: 192px;
}

#header-main .nav-bar {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.18) 0 0 15px;
	position: absolute;
	top: 0;
	left: 0;
}

#header-main .nav-bar nav {
	width: 100%;
	max-width: 1110px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 92px 0 35px 0;
	margin: 0;
}

#header-main .nav-bar nav ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li {
	width: 100%;
	float: left;
	font-family: "Brandon", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #232323;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li:before {
	display: none;
}

#header-main .nav-bar nav ul li a {
	width: 100%;
	float: left;
	color: #232323;
	text-decoration: none;
	padding: 10px 30px;
}

#header-main .nav-bar nav ul li:hover a,
#header-main .nav-bar nav ul li.active a {
	color: #b12727;
}

#header-main .menu-btn {
	width: 24px;
	height: 20px;
	float: right;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 10001;
	margin: 27px 0 0 0;
}

#header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

#header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 9px 0 0 0;
}

#header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#header-main .menu-btn.active {
	color: #000000;
}

#header-main .menu-btn.active .icon-bar span {
	background: none;
}

#header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #000000;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

#header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #000000;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 767px) {
#header-main {
	height: 63px;
	background: #ffffff;
	position: relative;
}

#header-main .container {
	max-width: 100%;
}

#header-main .logo {
	margin: 13px 0 0 0;
}

#header-main .logo img {
	max-width: 195px;
}

#header-main .nav-bar nav {
	max-width: 100%;
	padding: 70px 0 25px 0;
}

#header-main .nav-bar nav ul li {
	font-size: 14px;
	line-height: 18px;
}

#header-main .nav-bar nav ul li a {
	padding: 10px 20px;
}

#header-main .menu-btn {
	width: 21px;
	height: 16px;
	margin: 23px 0 0 0;
}

#header-main .menu-btn .icon-bar span {
	height: 2px;
	margin: 8px 0 0 0;
}

#header-main .menu-btn .icon-bar span:before {
	height: 2px;
	top: -7px;
}

#header-main .menu-btn .icon-bar span:after {
	height: 2px;
	top: 7px;
}

#header-main .menu-btn.active .icon-bar span:before {
	height: 2px;
}

#header-main .menu-btn.active .icon-bar span:after {
	height: 2px;
}
}


/*
 5.) Content - Main
----------------------------------------*/

#content-main { 
	width: 100%; 
	float: left;
}


/* Banner - Main */
.banner-main {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main video {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main video img {
	width: 100%;
	min-width: 380px;
	margin: 0 -190px;
}

.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.banner-main .banner-cont:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .banner-cont h1:last-child {
	padding-bottom: 0;
}

.banner-main .banner-cont p:last-child {
	padding-bottom: 0;
}

.banner-main .banner-cont aside {
	width: 100%;
	max-width: 100%;
	float: none;
	display: inline-block; 
	position: relative; 
	z-index: 10;
}

.banner-main .arrow-down {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 32px;
	left: 0;
}

.banner-main .arrow-down a {
	width: 23px;
	height: 14px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: url(../img/arrow-down.png) no-repeat bottom center;
	background-size: 23px auto;
	text-indent: -999999px;
}

@media only screen and (max-width: 767px) {
.banner-main .banner-cont {
	padding: 0;
}

.banner-main .banner-cont h1 {
	margin: 0 -2%;
}

.banner-main .arrow-down {
	display: none;
}
}


/* Feature - List - Out */
.feature-list-out { 
	width: 100%; 
	float: left; 
	padding: 45px 0 70px 0;
}

@media only screen and (max-width: 767px) {
.feature-list-out {
	padding: 0;
}

.feature-list-out .heading-txt {
	padding: 26px 0 27px 0;
}
}

/* Feature - List */
.feature-list {
	width: 100%;
	float: left;
	text-align: center;
}

.feature-list .container {
	max-width: 1000px;
}

.feature-list .article {
	width: 25.89%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 3.50% 40px 3.50%;
}

.feature-list .article .icon-out {
	width: 100%;
	height: 35px;
	float: none;
	display: inline-block;
	line-height: 35px;
	margin: 0 0 28px 0;
}

.feature-list .article .icon-out img {
	max-width: 40px;
	max-height: 35px;
	vertical-align: middle;
}

.feature-list .article h3 {
	font-size: 19px;
	color: #b12727;
	line-height: 23px;
	padding: 0;
}

.feature-list .article h3:last-child {
	padding-bottom: 0;
}

.feature-list .article h3 a {
	color: #b12727;
	text-decoration: none;
}

.feature-list .article p {
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
}

.feature-list .article p:last-child {
	padding-bottom: 0;
}

.feature-list .article-out {
	width: 107.44%;
	float: left;
	padding: 0 0 65px 0;
	margin: 0 -3.72% -40px -3.72%;
}

.feature-list .article-out:last-child {
	padding-bottom: 0;
}

.feature-list .btn {
	margin: 0 23px 20px 23px;
}

.feature-list .btn-out {
	width: 104%;
	float: left;
	margin: 0 -2% -20px -2%;
}

@media only screen and (max-width: 767px) {
.feature-list {
	background: #ebebeb;
	padding: 35px 0 40px 0;
}

.feature-list .container {
	max-width: 540px;
}

.feature-list .article {
	width: 100%;
	margin: 0 0 20px 0;
}

.feature-list .article .icon-out {
	height: auto;
	line-height: inherit;
	margin: 0 0 8px 0;
}

.feature-list .article p {
	display: none;
}

.feature-list .article-out {
	width: 100%;
	padding: 0 0 35px 0;
	margin: 0 0 -20px 0;
}

.feature-list .btn {
	margin: 0 7px 15px 7px;
}

.feature-list .btn-out {
	margin: 0 -2% -15px -2%;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.split-cont aside {
	width: 47.05%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 13% 0 0;
	margin: 0 -4px 0 0;
}

.split-cont aside ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.split-cont aside ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 23px 0;
}

.split-cont aside ul li:before {
	display: none;
}

.split-cont aside ul li:last-child {
	margin-bottom: 0;
}

.split-cont aside .accord-link {
	width: 100%;
	float: left;
	font-family: "Brandon", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 0 0 20px;
	margin: 0;
}

.split-cont aside .accord-link.active {
	font-size: 13px;
	box-shadow: inset #b12727 4px 0 0 0;
}

.split-cont aside .accord-cont {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 25px 0;
}

.split-cont aside .accord-cont.active {
	display: block;
}

.split-cont aside .accord-cont h2 {
	font-size: 24px;
	color: #b12727;
	line-height: 29px;
}

.split-cont aside .accord-cont h2:last-child {
	padding-bottom: 0;
}

.split-cont aside .accord-cont p {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 10px 0;
}

.split-cont aside .accord-cont p:last-child {
	padding-bottom: 0;
}

.split-cont aside .accord-cont .readmore {
	width: 100%;
	float: left;
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding: 0;
}

.split-cont aside .accord-cont .readmore a {
	color: #000000;
}

.split-cont aside .accord-cont .readmore a:hover {
	color: #b12727;
}

.split-cont aside .accord-cont .txt {
	width: 100%;
	float: left;
	box-shadow: inset #b12727 4px 0 0 0;
	padding: 5px 0 0 20px;
	margin: 0;
}

.split-cont aside .accord-cont .txt:last-child {
	margin-bottom: 0;
}

.split-cont aside .accord-cont figure {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.20) 0 0 5px;
	border-radius: 10px;
}

.split-cont aside .accord-cont figure img {
	width: 100%;
	border-radius: 10px;
}

.split-cont .tab-content {
	width: 52.95%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -4px;
}

.split-cont .tab-content figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.18) 0 1px 8px;
	border-radius: 10px;
}

.split-cont .tab-content figure img {
	width: 100%;
	border-radius: 10px;
}

@media only screen and (max-width: 991px) {
.split-cont aside { 
	padding: 0 30px 0 0;
}
}

@media only screen and (max-width: 767px) {
.split-cont {
	padding: 25px 0;
}

.split-cont .tab-content {
	display: none;
}

.split-cont aside {
	width: 100%;
	padding: 0;
	margin: 0;
}

.split-cont aside ul li {
	margin: 0 0 15px 0;
}

.split-cont aside .accord-cont {
	margin: 0 0 15px 0;
}

.split-cont aside .accord-cont .txt {
	margin: 0 0 25px 0;
}

.split-cont aside .accord-cont figure {
	display: block;
}
}


/* Split - Cont2 */
.split-cont2 {
	width: 100%;
	float: left;
	padding: 0 0 65px 0;
}

.split-cont2 .container {
	max-width: 1020px;
}

.split-cont2 figure {
	width: 42%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	margin: 0 -4px 0 0;
}

.split-cont2 figure img {
	width: 100%;
}

.split-cont2 aside {
	width: 58%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 2% 0 9%;
	margin: 0 0 0 -4px;
}

.split-cont2 aside h2 {
	color: #b12727;
	text-transform: uppercase;
}

.split-cont2 aside p:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
.split-cont2 aside { 
	padding: 0 0 0 6%;
}
}

@media only screen and (max-width: 767px) {
.split-cont2 {
	padding: 0 0 25px 0;
}

.split-cont2 .container {
	max-width: 540px;
}

.split-cont2 figure {
	width: 100%;
	margin: 0 0 12px 0;
}

.split-cont2 figure img {
	max-width: 220px;
}

.split-cont2 figure:last-child {
	margin-bottom: 0;
}

.split-cont2 aside {
	width: 100%;
	padding: 0;
	margin: 0;
}
}


/* News - Letter */
.news-letter {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 40px 0;
}

.news-letter h2 {
	text-transform: uppercase;
	padding: 0 0 25px 0;
}

.news-letter h2:last-child {
	padding-bottom: 0;
}

.news-letter .newsletter-form {
	width: 100%;
	float: left;
}

.news-letter .newsletter-form .btn,
.news-letter .newsletter-form button,
.news-letter .newsletter-form input[type="button"],
.news-letter .newsletter-form input[type="submit"] {
	width: 100%;
	height: 36px;
	line-height: 36px;
	max-width: 140px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
}

.news-letter .newsletter-form .input-out {
	width: 100%;
	max-width: 380px;
	float: none;
	display: inline-block;
	position: relative;
	padding: 0 150px 0 0;
	margin: 0;
}

.news-letter aside {
	width: 100%;
	max-width: 540px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
.news-letter {
	padding: 0;
}

.news-letter h2 {
	padding: 0 0 17px 0;
}

.news-letter .newsletter-form .btn,
.news-letter .newsletter-form button,
.news-letter .newsletter-form input[type="button"],
.news-letter .newsletter-form input[type="submit"] {
	height: 28px;
	max-width: 104px;
	line-height: 28px;
}

.news-letter .newsletter-form .input-out {
	padding: 0 112px 0 0;
}

.news-letter aside {
	max-width: 100%;
	border: 1px solid #ebebeb;
	border-right: none;
	border-left: none;
	padding: 18px 0 22px 0;
}
}


/* Feature - List2 */
.feature-list2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 50px 0 90px 0;
}

.feature-list2 .article {
	width: 28.90%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.18) 0 1px 5px;
	border-radius: 5px;
	padding: 28px 22px 30px 22px;
	margin: 0 2.05% 4.30% 2.05%;
}

.feature-list2 .article a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.feature-list2 .article .icon-out {
	width: 63px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;
	z-index: 1;
	margin: 0 -63px 0 0;
}

.feature-list2 .article .icon-out img {
	max-width: 63px;
	max-height: 51px;
}

.feature-list2 .article aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 80px;
	margin: 0 0 0 -5px;
}

.feature-list2 .article h3 {
	font-weight: 700;
	color: #b12727;
	padding: 0;
}

.feature-list2 .article h3:last-child {
	padding-bottom: 0;
}

.feature-list2 .article h3 a {
	color: #b12727;
	text-decoration: none;
}

.feature-list2 .article p {
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}

.feature-list2 .article p:last-child {
	padding-bottom: 0;
}

.feature-list2 .article-out {
	width: 104.30%;
	float: left;
	margin: 0 -2.15% -4.30% -2.15%;
}

@media only screen and (max-width: 991px) {
.feature-list2 .article { 
	width: 45.50%;
}
}

@media only screen and (max-width: 767px) {
.feature-list2 {
	padding: 25px 0 30px 0;
}

.feature-list2 .article {
	width: 100%;
	padding: 10px 15px 10px 15px;
	margin: 0 0 15px 0;
}

.feature-list2 .article .icon-out {
	width: 42px;
	margin: 0 -42px 0 0;
}

.feature-list2 .article .icon-out img {
	max-width: 42px;
	max-height: 35px;
}

.feature-list2 .article aside {
	padding: 0 0 0 55px;
	margin: 0 0 0 -5px;
}

.feature-list2 .article p {
	font-size: 12px;
	line-height: 15px;
}

.feature-list2 .article-out {
	width: 100%;
	margin: 0 0 -15px 0;
}
}


/* 
 6.) Footer
----------------------------------------*/

#footer-main {
	width: 100%;
	float: left;
	border-top: 9px solid #c12c2d;
}

#footer-main .pre-footer {
	width: 100%;
	float: left;
	background: #1f222d;
	padding: 45px 0 80px 0;
}

#footer-main .pre-footer p {
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #585958;
	line-height: 17px;
}

#footer-main .pre-footer p:last-child {
	padding-bottom: 0;
}

#footer-main .pre-footer .footer-logo {
	width: 100%;
	float: left;
	margin: 0 0 18px 0;
}

#footer-main .pre-footer .footer-logo:last-child {
	margin-bottom: 0;
}

#footer-main .pre-footer .footer-logo img {
	width: 100%;
	max-width: 195px;
}

#footer-main .copyrights {
	width: 100%;
	float: left;
	background: #000000;
	padding: 10px 0 10px 0;
}

#footer-main .copyrights p {
	width: 50%;
	float :none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 0.01em;
	padding: 0 15px 0 0;
	margin: 0 -4px 0 0;
}

#footer-main .copyrights aside {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding: 0 0 0 15px;
	margin: 0 0 0 -4px;
}

#footer-main .copyrights aside ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 -10px -12px;
}

#footer-main .copyrights aside ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Noto Serif", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #656565;
	line-height: 16px;
	letter-spacing: 0.01em;
	padding: 0;
	margin: 0 0 10px 12px;
}

#footer-main .copyrights aside ul li:before {
	display: none;
}

#footer-main .copyrights aside ul li a {
	color: #656565;
	text-decoration: none;
}

#footer-main .copyrights aside ul li a:hover,
#footer-main .copyrights aside ul li a.active {
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
#footer-main {
	border-top-width: 8px;
}

#footer-main .pre-footer {
	padding: 35px 0 55px 0;
}

#footer-main .pre-footer p {
	font-size: 12px;
	line-height: 16px;
}

#footer-main .pre-footer .footer-logo {
	margin: 0 0 15px 0;
}

#footer-main .pre-footer .footer-logo img {
	max-width: 164px;
}

#footer-main .copyrights {
	display: none;
	padding: 15px 0;
}

#footer-main .copyrights p {
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0;
}

#footer-main .copyrights p:last-child {
	padding-bottom: 0;
}

#footer-main .copyrights aside {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}
}
