/* New Homepage */
.logo {text-decoration:none}
.menu-word {font-family:Nunito sans; font-weight:800; color:#ea315e; padding:10px 0; font-size:13px;}

/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Footer Primary ---------------------------
	         Footer Secondary -------------------------
	         Footer Fixed -----------------------------
	         Footer Secondary -------------------------
	     04. Header -----------------------------------
	         Header Fixed -----------------------------
	         Header Fixed Active ----------------------
	         Header Secondary -------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	         Shell Priamry ----------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	         Wrapper Priamry --------------------------
	III. Modules --------------------------------------
	     01. Articles ---------------------------------
	     02. Article ----------------------------------
	         Article Priamry --------------------------
	         Article Priamry --------------------------
	         Article Priamry --------------------------
	     03. Article Secondary ------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Button -----------------------------------
	         Button Block -----------------------------
	         Button Dark ------------------------------
	         Button Primary ---------------------------
	         Button Secondary -------------------------
	         Button Teritary --------------------------
	         Button Quaternary ------------------------
	         Button Black -----------------------------
	         Button Gray ------------------------------
	         Button Pink ------------------------------
	         Button bloclk ----------------------------
	         Button Primary ---------------------------
	         Button Secondary -------------------------
	         Button Teritary --------------------------
	         Button Quaternary ------------------------
	     05. Button Burger ----------------------------
	         Button Burger Active ---------------------
	         Button Burder Primary --------------------
	     06. Features ---------------------------------
	         Features Primary -------------------------
	         Features Primary -------------------------
	         Features Primary -------------------------
	         Features Primary -------------------------
	     07. Feature ----------------------------------
	         Feature Preimary -------------------------
	         Feature Secondary ------------------------
	         Feature Teritary -------------------------
	         Feature Preimary -------------------------
	         Feature Secondary ------------------------
	         Feature Teritary -------------------------
	         Feature Quaternary -----------------------
	         Feature Preimary -------------------------
	         Feature Teritary -------------------------
	     08. Form Elements ----------------------------
	     09. Form -------------------------------------
	     10. Form Message -----------------------------
	     11. Icons ------------------------------------
	         Ico circle -------------------------------
	     12. Intro ------------------------------------
	         Intro Primary ----------------------------
	         Intro Primary ----------------------------
	     13. List -------------------------------------
	     14. Logo -------------------------------------
	     15. Logos ------------------------------------
	     16. Nav --------------------------------------
	     17. Nav Secondary ----------------------------
	         Nav Dropdown -----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     18. Section ----------------------------------
	         Section About ----------------------------
	         Section Testimonial ----------------------
	         Section Primary --------------------------
	         Section Brands ---------------------------
	         Section Secondary ------------------------
	         Section Teritary -------------------------
	         Section Primary --------------------------
	         Section Brands ---------------------------
	         Section Secondary ------------------------
	         Section About ----------------------------
	         Section Testimonial ----------------------
	         Section Teritary -------------------------
	         Section Primary --------------------------
	         Section Brands ---------------------------
	         Section Secondary ------------------------
	         Section Secondary ------------------------
	         Section About ----------------------------
	         Section Testimonial ----------------------
	     19. Section Features -------------------------
	     20. Section Contact --------------------------
	     21. Section Primary --------------------------
	     22. Section Popup ----------------------------
	     23. Section Service --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     24. Slider -----------------------------------
	     25. Slider Main ------------------------------
	     26. Slider Brands ----------------------------
	     27. Slider Primary ---------------------------
	     28. Slider Teritary --------------------------
	     29. Slider Article ---------------------------
	     30. Socilas ----------------------------------
	     31. Table ------------------------------------
	     32. Testimoanial -----------------------------
	     33. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */


body { min-width: 320px; background: #fff; font-family: 'Maitree', 'Helvetica', sans-serif; font-size: 16px; line-height: 1.5; color: #1d1d1b; }
body.overflow { /*overflow: hidden; -webkit-overflow-scrolling: auto;*/ }
body.overflow .wrapper { /*overflow-y: scroll;*/ }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.75em; }
h1 { font-size: 60px; line-height: 1.2; }
h2 { font-size: 50px; line-height: 1.2; }
h3 { font-size: 35px; line-height: 1.2; }
h4 { font-size: 32px; line-height: 1.44; }
h5 { font-size: 26px; line-height: 1.2; }
h6 { font-size: 22px; line-height: 1.2; }
@media (max-width: 767px) {
	body { font-size: 14px; line-height: 1.43; }
	h2 { font-size: 27px; line-height: 1.22; }
	h3 { font-size: 22px; }
}
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.5em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
	font-family: 'Maitree';
	src: url('fonts/Maitree.eot');
	src: url('fonts/Maitree.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Maitree.woff') format('woff'),
		 url('fonts/Maitree.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Maitree';
	src: url('fonts/Maitree-Medium.eot');
	src: url('fonts/Maitree-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Maitree-Medium.woff') format('woff'),
		 url('fonts/Maitree-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Maitree';
	src: url('fonts/Maitree-ExtraLight.eot');
	src: url('fonts/Maitree-ExtraLight.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Maitree-ExtraLight.woff') format('woff'),
		 url('fonts/Maitree-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Maitree';
	src: url('fonts/Maitree-Light.eot');
	src: url('fonts/Maitree-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Maitree-Light.woff') format('woff'),
		 url('fonts/Maitree-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Maitree';
	src: url('fonts/Maitree-Bold.eot');
	src: url('fonts/Maitree-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Maitree-Bold.woff') format('woff'),
		 url('fonts/Maitree-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/Nunito-ExtraLight.eot');
	src: url('fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nunito-ExtraLight.woff2') format('woff2'),
		url('fonts/Nunito-ExtraLight.woff') format('woff'),
		url('fonts/Nunito-ExtraLight.ttf') format('truetype'),
		url('fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Light.eot');
	src: url('fonts/NunitoSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/NunitoSans-Light.woff') format('woff'),
		 url('fonts/NunitoSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Bold.eot');
	src: url('fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/NunitoSans-Bold.woff') format('woff'),
		 url('fonts/NunitoSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Regular.eot');
	src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/NunitoSans-Regular.woff') format('woff'),
		 url('fonts/NunitoSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('fonts/NunitoSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
span.round, 
.nav a span.round {
	font-family: "Times New Roman", Times, serif;
	display: inline;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.mfp-wrap + .wrapper .header { background: none; }
.mfp-wrap + .wrapper .header .logo-primary { fill: #fff; }
.mfp-wrap + .wrapper .header .btn-burger { display: none; }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*  Clear  */
.owl-nav:after,
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.col--1of2 { width: 50%; }
.col--size1 { display: inline-block; }
@media (max-width: 767px) {
	.cols { display: block; }

	.col--1of2 { width: 100%; }
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 20px 25px; font-size: 14px; color: #fff; font-family: 'Nunito Sans'; height: auto !important; bottom: 0; width: 100%; }
.footer.footer--contact { color: #000; z-index: 10; }
.footer.footer--contact p:first-child { color: #fff; }
.footer a { text-decoration: none; }
.footer .footer__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 2px; }
.footer .footer__inner p { margin: 0; font-size: 0.8vw; width: auto; padding: 0; opacity: 0.3; }
.footer .footer__socials { margin-top: -6px; display: none !important; }
.footer .footer__ico--primary { display: none; }
/*  Footer Primary  */
.footer--primary { position: absolute; }
.footer--primary .footer__inner { padding: 0;  }
.footer--primary .footer__socials { margin-top: -4px; }
/*  Footer Secondary  */
.footer--secondary { position: relative; background: #20252c; }
.footer--secondary p { /*color: #20252c; opacity: 0.5;*/ }
/*  Footer Fixed  */
/*.footer.fixed { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1122; background: none; color: #3c3c3b; }
.footer.fixed p { opacity: 1; }
.footer.fixed .footer__ico--primary { display: inline-block; }
.footer.fixed .footer_ico { display: none; }*/
@media (max-width: 1200px) {
	.footer--primary .footer__inner p { font-size: 12px; }
}
@media (max-width: 1023px) {
	.footer--secondary { position: static; color: #3c3c3b; }
	.footer--secondary p { opacity: 1; }
	.footer.footer--contact { position: relative; margin-top: 20px; }
	.footer.footer--contact p:first-child { color: #000; }
}
@media (max-width: 767px) {
	.footer--primary .footer__inner p { margin: 0; }
	.footer .footer__inner { display: block; padding: 15px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; z-index: 1042; }
.home .header { position: fixed; }
.header .header__inner { height: 0; }
.header .header__inner .header__nav { position: absolute; padding: 0; height: 0; background: none; transition: background 3s; min-height: 340px; height: 30vh; pointer-events: none; width: 100%; top: 0; transition: opacity .4s, background .4s; }
.header .header__nav ul { position: relative; top: 60%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; transition: opacity .4s, margin-top .4s; margin-top: -20px; }
/*  Header Fixed  */
.header.fixed { /*background: rgba(234, 50, 94, .95);*/ }
.header.header--secondary.fixed .logo-primary { fill: #fff; }
.header.header--secondary.fixed .btn-burger span { background: #fff; }
/*  Header Fixed Active  */
.header.active { }
.header.active .header__inner .header__nav { background: #fff; pointer-events: all; }
.header.active .header__nav ul { opacity: 1; visibility: visible; margin-top: 0; }
/*  Header Secondary  */
.header--secondary.active .logo-primary { fill: #fff; }
.header--secondary.active .btn-burger span { background: #fff; }
.header .logo { transition: all .2s; top: 25px; }
/*.header.up .logo { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
.header.down .logo, .header.active.up .logo { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }*/
@media (max-width: 1023px) {
	header .header.active .header__nav ul { max-width: 100%; }
	header .nav li { width: 18%; }
	header .nav a { font-size: 1.4vw; }
	header .nav a span { font-size: 3.2vw; }
}
@media (max-width: 767px) {
	.header, .header .logo { position: absolute; }
	.header .header__nav ul { 
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 130px;
	}
	header .nav li { width: 100%; margin-bottom: 0.8vh; }
	.header.active, 
	.header.active .header__inner, 
	.header.active .header__inner .header__nav { 
		height: 100%;
	}
	header .nav a { font-size: 2.8vh; }
	header .nav a span { font-size: 5.0vh; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1382px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/*  Shell Priamry  */
.shell--primary { max-width: 1005px; }
@media (max-width: 1023px) {
	.shell { padding: 0 15px; }
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; overflow: hidden; }
/*  Wrapper Priamry  */
.wrapper--primary { min-height: 800px; position: relative; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles { margin: 0 -10px; }
@media (max-width: 1023px) {
	.articles { margin: 0; }
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article { display: -webkit-flex; display: -ms-flexbox; display: flex; color: #fff; }
.article h5 { font-family: 'Nunito Sans', sans-serif; font-weight: 400; text-transform: uppercase; margin: 0 0 33px; }
.article p { margin: 0 0 24px; }
.article .article__content { background: #ea325e; padding: 65px 97px 10px 70px; max-width: 684px }
.article .article__image { min-width: 322px; margin-right: -1px; }
/*  Article Priamry  */
.article--primary .article__image { margin-right: 0; margin-left: -1px; }
.article--primary .article__content { background: #22252a; text-align: right; padding: 65px 68px 10px 101px;  }
.article + .article { margin-top: 66px; }
@media (max-width: 1023px) {
	.article h5 { margin-bottom: 10px; }
	.article .article__content { padding: 34px 51px 5px 37px; }

	/*  Article Priamry  */
	.article--primary .article__content { padding: 34px 35px 5px 53px; }

	.article + .article { margin-top: 50px; }
}
@media (max-width: 767px) {
	.article { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
	.article h5 { font-size: 17px; margin: 0 0 17px;  }
	.article p { margin: 0 0 19px;  }
	.article .article__image { min-width: 0; width: 100%; }
	.article .article__image img { width: 100%; }
	.article--primary .article__content { -webkit-order: 1; -ms-flex-order: 1; order: 1; }

	.article .article__content { padding: 37px 23px 41px 25px; }

	/*  Article Priamry  */
	.article--primary .article__content {  padding: 37px 26px 41px 14px;  }

	.article + .article { margin-top: 30px; }
}
/* ------------------------------------------------------------ *\
	Article Secondary
\* ------------------------------------------------------------ */
.articles-secondary { list-style: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; margin: 0 -43px; }
.articles-secondary .article-secondary { -webkit-flex: 0 0 33.3333%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; max-width: 33.3333%; padding: 0 32px 293px; margin-bottom: 63px; }
.article-secondary { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; position: relative; }
.article-secondary .article__head { background: #e4325e; }
.article-secondary h5 { font-family: 'Nunito Sans', sans-serif; font-weight: 400; text-transform: uppercase; margin: 0 -20px 37px; text-align: center; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.article-secondary h5 span { }
.article-secondary p { margin-bottom: 0; }
.article-secondary .article__content .article__actions { text-align: center; width: 100%; margin-bottom: 6px; position: absolute; bottom: 37px; left: 0; right: 0; }
.article-secondary .article__content { background: #e4325e; min-height: 405px; padding: 49px 32px 87px; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; border-bottom: 2px solid  #fff; text-align: center; position: relative; max-width: 100%; }
.article-secondary .article__content p { text-align: left; }
.article-secondary .article__image { max-width: 100%; height: 293px; position: absolute; bottom: 0; left: 32px; right: 32px; }
.article-secondary .article__image img { width: 100%; height: auto; }
.article-secondary ul { list-style-type: none; text-align: left; }
.article-secondary li { position: relative; padding-left: 19px; }
.article-secondary li + li { margin-top: 3px; }
.article-secondary li:before { content: ''; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; border-radius: 100%; background: #fff; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.articles-secondary { margin: 0; }

	.articles-secondary .article-secondary { padding: 0 10px 31%; }
	.article-secondary .article__content { min-height: 430px; padding: 35px 20px 87px; }
	.article-secondary .article__image { height: auto; left: 10px; right: 10px; }
}
/* Mobile */
@media (max-width: 767px) {
	.articles-secondary { display: block; }

	.articles-secondary .article-secondary { max-width: 100%; padding: 0 0; margin-bottom: 30px; }

	.article-secondary h5 { font-size: 17px; -webkit-justify-content: left; -ms-flex-pack: left; justify-content: left; margin: 0 0 17px; height: auto !important; }
	.article-secondary h5 br { display: none; }

	.article-secondary .article__content { min-height: 257px; padding: 35px 24px 64px; -webkit-order: 2; -ms-flex-order: 2; order: 2; border: none; text-align: left; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
	.article-secondary .article__content .article__actions { text-align: left; padding-left: 24px; bottom: 34px; }
	.article-secondary .article__image { -webkit-order: 1; -ms-flex-order: 1; order: 1;  border-bottom: 2px solid #fff; width: 100%; position: static; }
	.article-secondary .article__image img { width: 100%; height: auto; }

	.article-secondary li br { display: none; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; font-family: 'Nunito Sans', sans-serif; font-size: 16px; transition: background .4s;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
/*  Button Dark  */
.btn--dark { background: #22252c; color: #dadada; }
/*  Button Primary  */
.btn--primary { display: inline-block; width: 85px; height: 50px; position: relative; transition: opacity .4s; }
.btn--primary img { position: absolute; top: 50%; left: 13px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: left .4s; }
.btn--primary:hover { opacity: .8; }
.btn--primary:hover img { left: 50%; }
/*  Button Secondary  */
.btn--secondary { display: inline-block; width: 155px; padding: 3px 0; position: relative; }
.btn--secondary img { margin-right: -9px; position: relative; left: 6px; top: -2px; transition: left .4s; }
.btn--secondary:hover img { left: 10px; }
/*  Button Teritary  */
.btn--teritary { border: none; font-size: 18px; color: #fff; text-transform: uppercase; width: 165px; padding: 6px 0; }
/*  Button Quaternary  */
.btn--quaternary { font-size: 16px; color: #d3d3d4; width: 155px; padding: 3px 0; }
.btn--quaternary img { position: relative; left: 24px; top: -1px; margin-left: -19px; transition: left .4s; }
.btn--quaternary:hover img { left: 30px; }
/*  Button Black  */
.btn--black { background: #22252a; }
.btn--black:hover { background: #37393b; }
/*  Button Gray  */
.btn--gray { background: #dadada; }
.btn--gray:hover { background: #a8a7a7; }
/*  Button Pink  */
.btn--pink { background: #ea325e;  }
.btn--pink:hover { background: #f7426d; }
/*  Button bloclk */
.btn--block { width: 100%; background: #000; color: #fff; font-size: 16px; font-weight: 300; text-transform: uppercase; padding: 5px 2px; position: relative; }
.btn--block:after { content: ''; width: 90px; height: 4px; background: #969595; position: absolute; bottom: -8px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);  }
@media (max-width: 767px) {
	/*  Button Primary  */
	.btn--primary { width: 50px; height: 31px; position: relative; transition: opacity .4s; }
	.btn--primary img { width: 18px; height: 20px; left: 7px; }

	/*  Button Secondary  */
	.btn--secondary { font-size: 14px; width: 130px; padding: 3px 0; position: relative; }
	.btn--secondary img { margin-right: -2px; left: 6px; top: -1px; width: 14px; height: 15px; }
	.btn--secondary:hover img { left: 6px; }

	/*  Button Teritary  */
	.btn--teritary {  font-size: 16px; color: #fff; width: 130px; padding: 5px 0; }

	/*  Button Quaternary  */
	.btn--quaternary { font-size: 14px; color: #d3d3d4; width: 130px; padding: 3px 0; }
	.btn--quaternary img { left: 17px; margin-left: -13px; width: 14px; height: 14px; }
	.btn--quaternary:hover img { left: 17px; }
}
/* ------------------------------------------------------------ *\
	Button Burger
\* ------------------------------------------------------------ */
.btn-burger { width: 24px; height: 20px; position: absolute; right: 45px; top: 25px; z-index: 201; }
.btn-burger span { width: 100%; height: 4px; background: #fff; position: absolute; left: 0; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.btn-burger span:first-child { top: 0; }
.btn-burger span:nth-child(2) { top: 8px; }
.btn-burger span:last-child { top: 16px; }
/*  Button Burger Active  */
.btn-burger.active span { transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.btn-burger.active span:first-child { top: 8px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.btn-burger.active span:nth-child(2) { opacity: 0;   }
.btn-burger.active span:last-child { top: 8px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/*  Button Burder Primary  */
.btn-burger--primary span { background: #dadada; }
.btn-burger--primary.active span { background: #fff; }
.btn-burger--secondary span { background: #ea325e; }
@media (max-width: 1023px) {
	.btn-burger { right: 15px; top: 37px; }
}
@media (max-width: 767px) {
	.btn-burger { width: 15px; height: 14px; top: 15px; right: 15px; }
	.btn-burger span { height: 3px; }

	.btn-burger span:nth-child(2) { top: 5px; }
	.btn-burger span:last-child { top: 10px; }

	.btn-burger.active span:first-child { top: 5px; }
	.btn-burger.active span:last-child { top: 5px; }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features { display: -webkit-flex; display: -ms-flexbox; display: flex; }
.features img { height: auto; }
.features .features__inner { list-style: none; -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; margin-bottom: 0; }
.features .features__inner ~ .features__inner { border-left: 1px solid #fff; }
/*  Features Primary  */
.features--primary { margin: 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -41px -63px; }
.features--primary .feature { -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; background: none; padding: 0 31px 62px; }
.features--primary .feature__image  { width: 100%; }
.features--primary .feature__inner { position: relative; overflow: hidden; }
.features--primary .feature__body { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
.features--primary .feature__body__inner { margin-top: 12px; }
.features--primary .feature__body h6 { color: #fff; font-family: 'Nunito Sans', sans-serif; font-weight: 400; margin: 0 0 14px; text-transform: uppercase;  }
.features--primary .feature .feature__btn { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }
@media (max-width: 1023px) {
	/*  Features Primary  */
	.features--primary { margin: 0 -10px -20px; }
	.features--primary .feature { padding: 0 10px 20px; }
	.features--primary .feature__body h6 { display: none; }
}
@media (max-width: 767px) {
	.features { display: block; margin: 0; }

	/*  Features Primary  */
	.features--primary { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -7px -15px; }
	.features--primary .feature { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 7px 15px; }
}
@media (max-width: 479px) {
	/*  Features Primary  */
	.features--primary { display: block; margin: 0; }
	.features--primary .feature { max-width: 100%; padding: 0; }
	.features--primary .feature h6 { display: none; }
	.features--primary .feature__body__inner { margin-top: 6px; }
	.features--primary .feature + .feature { margin-top: 30px; }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature { color: #fff; position: relative; overflow: hidden; }
.feature a { text-decoration: none; display: block; }
.feature--inactive { pointer-events: none; }
.feature > a > img { width: 100%; }
.feature .feature__body { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(234, 50, 94, .6); transition: opacity .4s, visibility .4s; opacity: 0; visibility: hidden; }
.feature .feature__body--dark { background: transparent; visibility: visible; opacity: 1; text-align: center; }
.feature .feature__body--dark img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.feature .feature__entry { position: absolute; top: 50%; left: 10px; right: 10px; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.feature .feature__entry h3 { text-transform: uppercase; font-weight: 300; font-family: 'Nunito Sans', sans-serif; }
.feature .feature__entry h3 sup { font-size: 18px; }
.feature + .feature { margin-top: 1px; }
/*  Feature Preimary  */
.feature--primary a { background: #ea325e; min-height: 335px; padding: 49px 41px 0 10px;  }
.feature--primary h3 { margin: 0; font-family: 'Nunito Sans', sans-serif; text-align: right; }
.feature--primary .feature__btn { position: absolute; right: 0; bottom: 65px; }
/*  Feature Secondary  */
.feature--secondary .feature__btn { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.feature--secondary .feature__btn--mobileonly { display: none; }
.feature--secondary:hover .feature__body { opacity: 1; visibility: visible; }
/*  Feature Teritary  */
.feature--teritary { background: #fff; min-height: 504px; position: relative; padding: 76px 53px 5px; }

@media (max-width: 1024px) and (orientation: landscape) {
.features--primary .feature__body h6 { display: none; }
.feature--secondary .feature__body { opacity: 1; visibility: visible; background: none; }
}

@media (max-width: 1023px) {
	/*  Feature Preimary  */
	.feature--primary a { min-height: 254px; padding: 20px 15px 0 0; }
	.feature--primary .feature__btn { bottom: 30px; }

	/*  Feature Secondary  */
	.feature--secondary .feature__body { opacity: 1; visibility: visible; background: none; }
	.feature--secondary .feature__body--dark { background: rgba(34,37,42,.85); }
	.feature--secondary .feature__btn--mobileonly { display: block;	}
	.feature--secondary .feature__entry--nomobile { display: none; }

	/*  Feature Teritary  */
	.feature--teritary { min-height: 380px; padding: 46px 15px 0;  }

	/*  Feature Quaternary  */
	.feature--quaternary { min-height: 363px; }
}
@media (max-width: 767px) {
	.features .features__inner { padding: 0; }
	.features .features__inner ~ .features__inner { border-width: 1px 0 0; border-style: solid; border-color: #fff; }

	/*  Feature Preimary  */
	.feature--primary a { min-height: 172px; padding: 31px 25px 0 0; }
	.feature--primary br + br { display: none; }
	.feature--primary .feature__btn { bottom: 34px; }

	/*  Feature Teritary  */
	.feature--quaternary,
	.feature--teritary { min-height: 317px; padding: 49px 17px 20px; }

}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input::-moz-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {}
/* ------------------------------------------------------------ *\
	Form Message
\* ------------------------------------------------------------ */
.form-message { font-size: 16px; color: #22252a; max-width: 361px; width: 100%; margin-right: 20px; }
.form-message label { display: inline-block; margin: 0 0 7px;  }
.form-message textarea { border: none; height: 152px; width: 100%; resize: none; padding: 4px 10px; border: 2px solid #e9e9e9; transition: border-color .4s; border-radius: 0; }
.form-message .form__field:hover,
.form-message .form__field:focus,
.form-message textarea:hover,
.form-message textarea:focus { border-color: #ea325e; }
.form-message .form__btn--primary { position: relative; }
.form-message .form__actions span { width: 100px; height: 7px; position: absolute; bottom: -14px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #ea325e;  }
.form-message .form__field { border: 2px solid #e9e9e9; padding: 4px 10px; width: 100%; transition: border-color .4s; border-radius: 0;}
.form-message .form__actions { padding-top: 27px; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-left: -15px; margin-right: -15px; }
.form-message .col--size1 { position: relative; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 15px;  }
.form-message .btn { width: 100%; }
.form-message .form__row + .form__row  { margin-top: 22px; }
@media (max-width: 1023px) {
	.form-message { max-width: 100%; }
	.form-message label { margin: 0 0 4px; }
	.form-message textarea { height: 140px; }
	.form-message .form__actions { padding-top: 20px; }
	.form-message .form__row + .form__row { margin-top: 13px; }
}
@media (max-width: 767px) {
	.form-message { font-size: 14px; }
	.form-message textarea { height: 118px; }
	.form-message .form__field { height: 27px; }

	.form-message .form__actions { padding-top: 22px; }
	.form-message .form__actions span { width: 90px; height: 3px; bottom: -8px; }

	.form-message .form__row + .form__row { margin-top: 23px; }
	.form-message .form__btn + .form__btn { margin: 0 0 0 25px; }


}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/*.ico-arrow-down { display: inline-block; width: 50px; height: 70px; text-align: center; padding-top: 14px; cursor: pointer; transition: background .4s; }*/

.ico-arrow-down { display: block; width: 64px; text-align: center; cursor: pointer; margin: -5px auto 0 auto; /*background: #20252c;*/ height: 64px; padding: 12px 15px 18px 15px; }
.ico-arrow-down img {
	transition: all .2s;
}
.ico-arrow-down:hover img {
	margin-top: 9px;
}
/*.ico-arrow-down:hover { background: #fd003d; }*/
/*  Ico circle  */
.ico-circle { display: inline-block; width: 30px; height: 30px; border-radius: 50%; background: #ea325e; position: relative; }
.ico-circle img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin-top: -1px; }
.ico-glus { width: 17px; height: 17px; }
.ico-instagram { width: 17px; height: 17px; }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { background: #ea325e; text-align: center; color: #fff; font-size: 22px; line-height: 1.47; padding: 185px 0 238px; }
.intro.work--intro { background-color: #20252c;
background-image: url(../css/images/temp/background-web2.png);background-size: cover;background-position: center;}
.intro h2 { font-family: 'Nunito Sans', sans-serif; margin: 0 0 45px; font-weight: 900; font-size: 10vw; text-transform: lowercase; }
.intro p { font-weight: 300; }
.intro .intro__content { max-width: 810px; padding: 0 25px; margin: auto; }
.intro.work--intro .intro__content { max-width: 850px; }
/*  Intro Primary  */
.intro--primary { background: #fff; color: #382430; padding-bottom: 92px; }
.intro--primary h2 { color: #1d1d1b; }
@media (max-width: 1023px) {
	.intro { padding: 166px 0 172px; }
	.intro h2 { margin: 0 0 30px; }

	/*  Intro Primary  */
	.intro--primary { padding-bottom: 102px;  }
}
@media (max-width: 767px) {
	.intro { padding: 166px 16px 201px; font-size: 15px; line-height: 1.54; }
	.intro h2 { margin: 0 0 17px; }

	/* .intro .intro__content { padding: 0; }*/

	.intro--primary { padding-bottom: 73px; }
	.intro--primary h2 { color: #000; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
    width: 80px;
    height: 80px;
	background: #ea325e;
	position: relative;
	display: block;
	left: 50%;
	margin-left: -40px;
	z-index: 201;
	text-align: center;
}
.logo svg {
	height: 54px;
    margin-top: 12px;
	transition: 0.1s all;
}
.logo:hover svg {
    height: 62px;
    margin-top: 9px;
}
/*@media (max-width: 767px) {
	.logo svg { width: 58px !important; height: 20px !important; }
}*/
/* ------------------------------------------------------------ *\
	Logos
\* ------------------------------------------------------------ */
.logo-ch-2-m { width: 167px; height: 67px; }
.logo-deutsche { width: 167px; height: 70px; }
.logo-houston { width: 167px; height: 67px; }
.logo-kpmg { width: 167px; height: 67px; }
.logo-lockheed { width: 167px; height: 67px; }
.logo-logo { width: 167px; height: 70px; }
.logo-placeholder { width: 167px; height: 70px; }
.logo-spanx { width: 167px; height: 67px; }
.logo-union { width: 167px; height: 67px; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { font-size: 60px; font-family: 'Nunito Sans', sans-serif; color: #fff; text-align: center; font-weight: 700; }
.nav a { 
	text-decoration: none; 
	transition: color .4s; 
	position: relative; 
	display: inline-block; 
	color: #20252c; 
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-size: 0.9vw;
	line-height: 1.3;
}
.nav a span {
	display: block;
	font-family: 'Nunito Sans';
	font-weight: 900;
	font-size: 2.3vw;
}
.nav ul { max-width: 90%; margin: auto; }
.nav li { position: relative; width: 15%; display: inline-block;}
.nav a:after { content: ''; position: absolute; background: #ea325e; height: 5px; width: 0; transition: width .4s; }
.nav a:after { left: 0; bottom: -6px; }
.nav a:hover { color: #ea325e; }
.nav a:hover:after { width: 100%; }
.nav li + li { margin-top: 10px; }
@media (max-width: 767px) {
	.nav { font-size: 30px; }

	/*.nav a:after { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); top: -4px; }
	.nav a:before { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); bottom: -10px; }

	.nav a:hover:after { width: 290px; height: 4px; }
	.nav a:hover:before { width: 290px;  height: 4px;}

	.nav li.active a:after { width: 290px; height: 4px; }
	.nav li.active a:before { width: 290px;  height: 4px;}

	.nav li + li { margin-top: 13px; }*/
}
/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary { font-family: 'Nunito Sans', sans-serif; font-size: 22px; text-transform: uppercase; max-width: 1140px; margin: auto; }
/*.nav-secondary ul { display: flex; justify-content: center; }*/
.nav-secondary li { display: inline-block; }
.nav-secondary ul { font-size: 0; }
.nav-secondary a { text-decoration: none; display: inline-block; background: #22252a; color: #fff; width: 190px; text-align: center; padding: 5px 4px 3px; position: relative; transition: background .4s; font-size: 18px; font-weight: 300; }
.nav-secondary a:after { content: ''; position: absolute; top: 100%; left: 50%; width: 100px; height: 5px; background: #dadada; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-top:20px; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s, margin .4s; }
/*.nav-secondary a:hover:after { opacity: 1; visibility: visible; margin-top: 8px; }*/
.nav-secondary a:hover { background: #ea325e; }
.nav-secondary li.active a { background: #ea325e; }
.nav-secondary li.active a:after { opacity: 1; visibility: visible; margin-top: 8px; }
.nav-secondary .nav__ico { display: none; width: 20px; height: 12px; }
.nav-secondary li:hover .disabled { background: #9b9b9b; pointer-events: none; }
@media (max-width: 767px) {
	.nav-secondary li.active a { background: #22252a; }
	.nav-secondary a { padding: 5px 4px 3px; font-size: 16px;}
}
/*  Nav Dropdown  */
.nav-secondary.dropdown { margin: auto; width: 290px; position: relative; }
.nav-secondary.dropdown ul { max-height: 41px; overflow: hidden; padding-top: 30px; transition: max-height .3s; }
.nav-secondary.dropdown li { display: block; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.nav-secondary.dropdown .active { position: absolute; width: 100%; top: 0; left: 0; opacity: 1; visibility: visible;  }
.nav-secondary.dropdown .active a { background: #ea325e; }
.nav-secondary.dropdown a { width: 100%; text-align: center; }
.nav-secondary.dropdown a:after { display: none !important; }
.nav-secondary.dropdown .nav__ico { display: inline-block; position: absolute; top: 14px; right: 10px; }
.nav-secondary.dropdown.expand ul { max-height: 500px; }
.nav-secondary.dropdown.expand li { opacity: 1; visibility: visible; }
.nav-secondary.dropdown:after { content: 'Select a product type below'; position: absolute; top: -35px; left: 0; width: 100%; font-size: 16px; text-transform: none; text-align: center; }
.nav-secondary.dropdown:before { content: ''; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); position: absolute; left: 50%; bottom: -15px; height: 6px; background: #969595; width: 90px;  }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.nav-secondary.dropdown .active a { background: #22252a; }
}
@media (max-width: 767px) {
	.nav-secondary.dropdown:after { font-size: 14px; }

	.nav-secondary.dropdown:before { bottom: 2px; height: 4px; }
}
/* Mobile */
@media (max-width: 767px) {
	.nav-secondary.dropdown .nav__ico { top: 9px; right: 15px; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {}
.section h2 { text-align: center; font-family: 'Nunito Sans', sans-serif; color: #22252a; }
/*  Section About  */
.section--about { padding: 88px 0 119px; }
.section--about h5 { font-family: 'Nunito Sans', sans-serif; }
.section--about h2 { font-weight: 700; letter-spacing: -0.006em; padding: 0 0 85px; margin: 0; }
.section--about h5 { color: #ea325e; font-weight: 300; text-transform: uppercase; margin: 0 0 28px;  }
.section--about p { margin: 0; }
.section--about p + p { padding-top: 24px; }
.section--about .section__cols { margin: 0 -30px; }
.section--about .section__col { padding: 0 51px; }
.section--about .section__content { font-weight: 200; }
.section--about .section__image { position: relative; min-height: 450px; margin-bottom: 100px; background-size: cover; background-position: center center; }
.section--about .section__image h2 { position: absolute; z-index: 10; top: 50%; left: 0; width: 100%; padding-bottom: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; text-transform: uppercase; font-weight: 200; }
.section--about .section__image .btn { position: absolute; z-index: 10; min-width: 340px; bottom: 100px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: #fff; }
.section--about .section__image:before { content: ''; display: block; position: absolute; z-index: 5; top: 0; left: 0; right: 0; bottom: 0; background: rgba(29,29,27,.6); }
/*  Section Testimonial  */
.section--testimonial { background: #22252a; color: #fff; font: 20px/1.5 'Nunito Sans', sans-serif; padding: 70px 0 90px; position: relative; }
.section--testimonial p { font-weight: 300; }
.section--testimonial strong { font-family: 'Maitree', sans-serif; font-size: 16px; font-weight: 700; color: #e6e6e6; }
.section--testimonial .section__inner { position: relative; padding: 0 116px 0 186px; }
.section--testimonial .section__ico { position: absolute; top: 50%; left: 87px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
/*  Section Primary  */
.section--primary { padding: 90px 0 106px;  }
.section--primary h2 { margin: 0 0 44px; font-weight: 700; }
.section--primary .section__content { max-width: 615px; margin: auto; text-align: center; color: #000; font-size: 22px; line-height: 1.47; font-weight: 300; }
/*  Section Brands  */
.section--brands { padding: 0 0 75px;  }
.section--brands h2 { margin: 0 0 53px; }
/*  Section Secondary  */
.section--secondary { background: #dadada; margin-top: 281px; }
.section--secondary h2 { margin-bottom: -281px; position: relative; top: -281px; padding-bottom: 53px; letter-spacing: -0.006em; }
.section--secondary .section__features { margin: 0 -10px; max-height: 1842px; overflow: hidden; }
/*  Section Teritary  */
.section--teritary { margin-top: 341px; }
.section--teritary h2 { text-transform: uppercase; color: #d3d3d3; font-weight: 200; margin-bottom: -266px; top: -266px; padding-bottom: 45px; }
@media (max-width: 1023px) {
	/*  Section Primary  */
	.section--primary { padding: 89px 0 105px; }
	.section--primary h2 { margin-bottom: 30px; }

	/*  Section Brands  */
	.section--brands { padding: 0 0 102px; }
	.section--brands h2 { margin: 0 0 25.13px; }

	/*  Section Secondary  */
	.section--secondary { margin-top: 234px; }
	.section--secondary h2 { margin-bottom: -234px; top: -234px; padding-bottom: 40px; }
	.section--secondary .section__features { margin: 0 auto; max-width: 738px; width: 100%; max-height: 1365px; }

	/*  Section About  */
	.section--about { padding: 87.88px 0 118.3px; }
	.section--about h2 { padding: 0 0 49px; }
	.section--about h5 { margin: 0 0 16px;  }
	.section--about .section__cols { margin: 0 -10px; }
	.section--about .section__col { padding: 0 10px; }
	.section--about p + p { padding-top: 12px; }

	/*  Section Testimonial  */
	.section--testimonial { padding: 41px 0 60px;  }
	.section--testimonial .section__inner { position: relative; padding: 0 68px 0 110px; }
	.section--testimonial .section__ico { left: 50px; }

	/*  Section Teritary  */
	.section--teritary { margin-top: 270px; }
	.section--teritary h2 { display: none; }
	.section--teritary .articles { position: relative; top: -160px; margin-bottom: -160px;  }
}
@media (max-width: 767px) {
	.section h2 { color: #000; }

	/*  Section Primary  */
	.section--primary { padding: 49px 0 54px; }
	.section--primary h2 { margin-bottom: 17px; }
	.section--primary .section__content { color: #000; font-size: 15px; line-height: 1.55; font-weight: 300; padding: 0 10px;  }

	/*  Section Brands  */
	.section--brands { padding: 0 0 50.5px; }

	/*  Section Secondary  */
	.section--secondary { margin-top: 96px; }
	.section--secondary h2 { max-width: 205px; margin-left: auto; margin-right: auto; padding: 0px; margin-bottom: -64px; top: -86px; margin-top: -16px; }
	.section--secondary .section__features { position: relative; z-index: 1; max-height: none; overflow: visible; }
	.section--secondary .section__features:after { content: ''; position: absolute; top: -5px; left: 0; width: calc(100% + 39px); margin-left: -19px; height: 86px; background: #fff; z-index: -1; }

	/*  Section Secondary  */
	.section--teritary { margin-top: 179px; }
	.section--teritary .articles { top: -145px; margin-bottom: -145px;  }

	/*  Section About  */
	.section--about { padding: 44px 0 59px; color: #000;  }
	.section--about h2 { padding: 0 0 39px; font-size: 30px; }
	.section--about h5 { margin: 0 0 11px; font-size: 16px;  }
	.section--about .section__cols { margin: 0 -10px; }
	.section--about .section__col { padding: 0 10px; }
	.section--about .section__col + .section__col { margin-top: 41px; }
	.section--about .section__image { margin-bottom: 50px; }

	/*  Section Testimonial  */
	.section--testimonial { padding: 51px 0 93px; text-align: center; font-size: 15px; line-height: 1.47; }
	.section--testimonial strong { display: block; margin-top: 22px; font-weight: 500; letter-spacing: -0.04em; }
	.section--testimonial .section__inner { position: relative; padding: 0 0 0; }
	.section--testimonial .section__ico { position: static; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); margin-bottom: 25px; }

}
/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section-features { margin: -146px 0 -63px; }
.section-features .section__btn { display: none; margin-top: 34px; }
@media (max-width: 1023px) {
	.section-features { margin: -115px 0 -20px; }
}
@media (max-width: 767px) {
	.section-features { margin: -145px 0 7px; }
	.section-features .section__btn { display: block; max-width: 320px; margin: 34px auto 0; }
}
/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */
.section-contact { height: 100vh; min-height: 800px; }
.section-contact .section__body h2 { font: 40px/1.18 'Nunito Sans', sans-serif; text-transform: uppercase;  margin: 0 0 57px; font-weight: 700; }
.section-contact .section__body ul { list-style-type: none; font-size: 22px; font-weight: 300; }
.section-contact .section__body ul a { text-decoration: none; display: inline-block; position: relative; cursor: pointer; }
.section-contact .section__body ul a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; background: #ea325e; height: 1px; transition: width .4s; }
.section-contact .section__body ul a:hover:after { width: 100%; }
.section-contact .section__body ul span { color: #ea325e; font-weight: 500; }
.section-contact .section__body li + li { margin-top: 7px; }
.section-contact .section__body { position: relative; background-position: 50% 50%; background-size: cover; -webkit-flex: 0 0 57.79%; -ms-flex: 0 0 57.79%; flex: 0 0 57.79%; padding: 227px 127px 0 0; color: #fff; float: left; width: 57.79%;  height: 100vh; min-height: 800px; }
.section-contact .section__overlay { position: absolute; z-index: 5; left: 0; right: 0; top: 0; min-height: 100%; background: rgba(26,26,26,0.9); }
.section-contact .section__aside { height: 100vh;  -webkit-flex: 0 0 42.21%;  -ms-flex: 0 0 42.21%;  flex: 0 0 42.21%; width: 42.21%; padding: 198px 0 0 95px; float: right; }
.section-contact .section__content { position: relative; z-index: 10; margin-left: auto; max-width: 556px; }
@media (max-width: 1200px) {
	.section-contact .section__body { padding: 154px 30px 0 0; }
	.section-contact .section__body h2 { font-size: 38px; margin-bottom: 32px; }
	.section-contact .section__content { max-width: 516px; }
	.section-contact .section__aside { padding: 145px 0 0 30px; }
}
@media (max-width: 1023px) {
	.section-contact { height: auto; padding-bottom: 8px; }
	.section-contact .section__body { min-height: 0; background-image: url(../css/images/temp/map-mobile.jpg); padding: 81px 14px 45px; width: 100%; height: auto; }

	.section-contact .section__body { padding: 154px 15px 47px 15px; float: none; }
	.section-contact .section__body h2 { line-height: 1.067; font-size: 30px; margin-bottom: 23px; padding-right: 64px; letter-spacing: 0.02em; margin: 0 0 40px; }
	.section-contact .section__body ul { font-size: 19px; }
	.section-contact .section__body li + li { margin-top: 5px; }
	.section-contact .section__aside { padding: 125px 15px 0; }

	.section-contact .section__aside { padding: 42px 15px 0; float: none; width: 100%; height: auto; }
	.section-contact .section__content { max-width: 100%; }

}
@media (max-width: 767px) {
	.section-contact .section__body ul span { color: #fff; font-weight: 600; }
	.section-contact .section__body li + li { margin-top: 2px; }
	.section-contact .section__body ul { font-size: 15px; font-weight: 300; }
}
/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
.section-primary { background: #dadada; padding: 139px 0 0;  }
.section-primary h2 { color: #ea325e; font-family: 'Nunito Sans', sans-serif; font-weight: 300; text-transform: uppercase; }
.section-primary img { width: 100%; }
.section-primary .section__inner { display: -webkit-flex; display: -ms-flexbox; display: flex;  }
.section-primary .section__content { text-align: right; padding: 0 19px 0 10px; min-width: 400px; }
.section-primary .section__image { margin-left: 77px; min-width: 521px; padding-top: 10px; }
@media (max-width: 1023px) {
	.section-primary { padding-top: 87px; }
	.section-primary h2 { font-size: 40px; }
	.section-primary .section__inner { -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
	.section-primary .section__image { margin-left: 20px; min-width: 0; padding-top: 10px; }
	.section-primary .section__content { text-align: right; padding: 0 19px 0 0; min-width: 0; }
}
@media (max-width: 767px) {
	.section-primary { display: none; }
}
/* ------------------------------------------------------------ *\
	Section Popup
\* ------------------------------------------------------------ */
.section-popup { display: table; margin: auto; }
.section-popup h6 { margin: 0; font-size: 16px; font-weight: 300; }
.section-popup h6 + h6 { margin-top: 5px; }
.section-popup h6 span { text-transform: uppercase; color: #d0d0d0; font-family: 'Nunito Sans', sans-serif; font-weight: 400; }
.section-popup .section__inner { max-width: 875px; margin: 0 auto; }
.section-popup .separator { display: inline-block; width: 10px; font-style: normal; text-align: center; }
.section-popup .mfp-close { position: fixed; top: 18px; right: 39px; color: #fff; font-size: 64px; z-index: 9253; }
.section-popup .mfp-close:hover { opacity: .7; }
@media (max-width: 1023px) {
	.section-popup { padding: 0 18px; display: block; }
	.section-popup h6 { font-size: 14px; line-height: 1.4; }
	.section-popup .separator { width: 7px; }
	.section-popup .mfp-close { top: 25px; right: 15px; }
	.section-popup .slider--secondary .slide__content { padding-left: 0; }

	.section-popup h6 + h6 { margin-top: 2px; }
}
@media (max-width: 767px) {
	.section-popup .mfp-close { font-size: 32px; top: -4px; right: 0px; }

}
/* ------------------------------------------------------------ *\
	Section Service
\* -------------------------------------------------- ---------- */
.section-service { margin-top: 86px; margin-bottom: -66px; position: relative; color: #fff; padding: 181px 0 0; }
.section-service h2 { font-family: 'Nunito Sans', sans-serif; text-transform: uppercase; font-weight: 200; }
.section-service .section__head { text-align: center; margin-bottom: 65px; }
.section-service .section__image { position: absolute; top: 0; left: 0; right: 0; height: 450px; background-size: cover; background-position: center center; }
.section-service .section__image:before { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(29,29,27,.6); }
.section-service .section__content { position: relative; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section-service { padding-top: 130px; }

	.section-service .section__image { height: 350px; }
}
/* Mobile */
@media (max-width: 767px) {
	.section-service { margin-top: -34px; margin-bottom: -32px; padding: 0; }

	.section-service h2 { display: none; }

	.section-service .section__image { display: none; }
}
/* ------------------------------------------------------------ *\
	Section Module
\* ------------------------------------------------------------ */
.section--module {
	position: relative;
	background: #fff;
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .section--module.video video {
    height: 100%;
	width: auto;
	transform: translateX(calc((((1920/1080) * 100vh) - 100vw) / 2));
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .section--module.video video {
    width: 100%;
	height: auto;
  }
}
.section--module .section__content {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	align-items: center;
	width: 100%;
}
.section--module h2,
.intro h2 {
	font-family: Nunito sans;
	font-weight: 900;
	font-size: 14vw;
	margin-left: 0;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}
.section--module h2,
.intro h2 {
	margin: -30px 0 0 0;
}
.section--module.section--brands h2 {
	font-size: 11vw;
}
.section--module p,
.intro p {
	font-family: Nunito sans;
	font-weight: 400;
	font-size: 1.2vw;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	padding: 0 10px;
}
.section--module p {
	width: 45%;
}
.section--module.section--cta { 
	height: 100vh;
	background-color: #20252c;
	background-image: url('../css/images/temp/background-web2.png');
	background-size: cover;
	background-position: center; 
	margin-top: -60px;
}
.section--module.section--cta.work--cta {
	margin-top: 60px;
}
@media (max-width: 1200px) {
	.section--module p,
	.intro p {
		font-size: 14px;
		width: 80%;
	}
}
@media (max-width: 1023px) {
	.section--module.section--cta {
		margin-top: -20px;
	}
	.section--module.section--cta.work--cta {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.section--module.section--cta {
		height: 500px;
		margin-top: -15px;
	}
	.section--module.section--cta.work--cta {
		margin-top: -5px;
	}
}
@media (max-width: 479px) {
	.section--module.section--cta {
		margin-top: -15px;
	}
	.section--module.section--cta.work--cta {
		margin-top: 15px;
	}
}
a.button {
	font-family: Nunito sans;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #20252c;
	color: #fff;
	padding: 12px 20px;
	position: relative;
	min-width: 154px;
	min-height: 46px;
	display: inline-block;
	margin-top: 50px;
}
a.button .corner-top-left,
a.button .corner-top-right,
a.button .corner-bottom-left,
a.button .corner-bottom-right {
	position: absolute;
	width: 7px;
	height: 7px;
	transition: all .2s;
}
a.button:hover .corner-top-left,
a.button:hover .corner-top-right,
a.button:hover .corner-bottom-left,
a.button:hover .corner-bottom-right {
	width: 9px;
	height: 9px;
}
a.button .corner-top-left {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: -3px;
	left: -3px;
}
a.button:hover .corner-top-left {
	top: -6px;
	left: -6px;
}
a.button .corner-top-right {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: -3px;
	right: -3px;
}
a.button:hover .corner-top-right {
	top: -6px;
	right: -6px;
}
a.button .corner-bottom-left {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: -3px;
	left: -3px;
}
a.button:hover .corner-bottom-left {
	bottom: -6px;
	left: -6px;
}
a.button .corner-bottom-right {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: -3px;
	right: -3px;
}
a.button:hover .corner-bottom-right {
	bottom: -6px;
	right: -6px;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slides { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Slider Main
\* ------------------------------------------------------------ */
.slider--main { color: #fff; font-size: 18px; line-height: 1.67; position: relative; background-size: cover; background-position: 0 0; background-repeat: no-repeat; }
.slider--main h4 { margin: 0; font-weight: 500; text-align: right; position: relative; top: -3px; }
.slider--main h1 { margin: 10px 0 7px -102px; font-family: 'Nunito Sans', sans-serif; font-weight: 700; text-transform: uppercase; }
.slider--main .shell { min-height: 650px; position: relative; }
.slider--main .slider__actions { z-index: 10; text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 75px; }
.slider--main .slide__body { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.slider--main .slide__content { position: relative; }

.slider--main .owl-nav { position: absolute; top: 50%; left: 50%; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; padding: 0 40px; }
.slider--main .owl-nav img { max-width: 25px; min-width: 25px; height: 48px; width: 25px; transition: opacity .4s; }
.slider--main .owl-nav img:hover { opacity: .7; }
.slider--main .owl-nav .owl-prev { float: left; }
.slider--main .owl-nav .owl-next { float: right; }
.slider--main .slide__body > span { position: relative; width: 320px; min-width: 320px; height: 320px; margin-right: 34px; display: inline-block; }
.slider--main .slide__body > span svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.slider--main .slide__body > span { position: relative; width: 320px; min-width: 320px; height: 320px; margin-right: 34px; }
.slider--main .slide__body > span svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.slider--main .slide__body > span svg { fill: #ea325e; opacity: .8; }
.slider--main .btn-next img { display: inline-block; width: 32px; }
@media(max-width: 1300px){
	.slider--main h1 { font-size: 55px; max-width: 650px; }
	.slider--main .slide__body { padding-left: 100px; }
}
@media (max-width: 1200px) {
	.slider--main h1 { font-size: 40px; margin-left: -80px; }
	.slider--main .slide__body { padding-right: 40px; overflow: hidden; }
	.slider--main .slide__body p br { display: none; }
	.slider--main .slide__body > span { min-width: 260px; width: 260px; min-height: 260px; width: 260px; margin-right: 20px; }
	.slider--main .owl-nav { padding: 0 35px; }
}
@media (max-width: 1023px) {
	.slider--main br { }
	.slider--main h4 { font-size: 27px; min-width: 158px; margin-right: 10px; }
	.slider--main h1 { margin-left: -40px; }
	.slider--main .slide__body > span { display: inline-block; margin-right: 0; min-width: 200px; width: 200px; min-height: 200px; height: 200px; }
	.slider--main .slide__content { padding-left: 5px; }
}
@media (max-width: 767px) {
	.slider--main { text-align: center; }
	.slider--main .shell { min-height: 500px; }
	.slider--main br { display: none; }
	.slider--main h4 { font-size: 30px; margin: 0 0 15px; text-align: center; }
	.slider--main h1 { margin: 0 0 5px; max-width: 100%;  }
	.slider--main .slide__body { display: block; padding-left: 40px; }

	.slider--main { font-size: 14px; line-height: 1.57; }
	.slider--main h4 { font-size: 13px; margin: 0 0 11px; }
	.slider--main h1 { font-size: 30px; line-height: 1.07; margin: 0 0 14px; }
	.slider--main .slide__body { padding: 0 22px; }
	.slider--main .slide__body img { min-width: 130px; width: 130px; min-height: 130px; height: 130px; margin: 0 0 20px; }
	.slider--main .slide__body > span { min-width: 130px; width: 130px; min-height: 130px; height: 130px; }
	.slider--main .slide__content { margin-left: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); padding-left: 0; }

	.slider--main .btn-next { display: none; }

	.slider--main .owl-dots { position: absolute; bottom: 43px; left: 15px; text-align: center; right: 15px; }
	.slider--main .owl-dots div { width: 25px; height: 4px; background: #a8a5a5; display: inline-block; transition: background .4s; }
	.slider--main .owl-dots div.active { background: #fff; }
	.slider--main .owl-dots div + div { margin-left: 1px; }
}
/* ------------------------------------------------------------ *\
	Slider Brands
\* ------------------------------------------------------------ */
.slider-brands { padding: 0 60px; text-align: center; font-size: 0; }
.slider-brands .slide { display: inline-block; padding: 0 0 41px; margin: 0 15px; }
.slider-brands .slide img { display: inline-block !important; }
.slider-brands a { transition: opacity .4s; }
.slider-brands a:hover { opacity: .7; }
@media (max-width: 1200px) {
	.slider-brands br  { display: none; }
}
@media (max-width: 1023px) {
	.slider-brands { margin: 0 -15px -20px;  }
	.slider-brands .slide { padding: 0 15px 20px; }
	.slider-brands .slide + .slide { margin-left: 0; }
}
@media (max-width: 767px) {
	.slider-brands { position: relative; }
	.slider-brands .slide { padding-bottom: 0; line-height: 117px; width: 190px; margin: 0; padding: 0; }
	.slider-brands .slide img { display: inline-block !important; width: 100%; height: auto; margin: auto; }
	.slider-brands .owl-nav { position: absolute; top: 50%; left: -60px; right: -60px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0 15px; }
	.slider-brands .owl-nav img { width: 15px; height: 28px; }
	.slider-brands .owl-nav .owl-prev { float: left; }
	.slider-brands .owl-nav .owl-next { float: right; }
}
/* ------------------------------------------------------------ *\
	Slider Primary
\* ------------------------------------------------------------ */
.slider--primary .slide { background-position: center center; background-repeat: no-repeat; background-size: cover;  }
.slider--primary .slide:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(34, 19, 25, .12); }
.slider--primary h1 { margin-left: 0; }
.slider--primary .slide__body { padding: 0 0 0 120px; top: auto; bottom: 41px; }
@media (max-width: 1200px) {
	.slider--primary h1 { font-size: 50px; max-width: 100%; }
}
@media (max-width: 1023px) {
	.slider--primary .slide__body { padding-left: 0; }
	.slider--primary h1 { text-align: center; width: 100%; }
}
@media (max-width: 767px) {
	.slider--primary { background: none; text-align: left; }
	.slider--primary h1 { letter-spacing: -0.02em; line-height: 1.06; font-size: 31px; text-align: left; width: auto; }
	.slider--primary br { display: none; }
	.slider--primary .slide__body { padding: 0 68px 0 15px; bottom: 67px; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	.slider--primary .owl-dots { bottom: 43px; left: 15px; text-align: left; width: 100%; }
}
/* ------------------------------------------------------------ *\
	Slider Teritary
\* ------------------------------------------------------------ */
.slider--teritary { position: relative; background-position: 50% 50%; background-size: cover; }
.slider--teritary--bottom-left { background-position: bottom left; }
.slider--teritary .slider__clip { background: rgba(26,26,26,0.85); }
.slider--teritary .slider__clip .shell { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.slider--teritary .slider__content { -webkit-flex: 0 0 185px; -ms-flex: 0 0 185px; flex: 0 0 185px; margin: 0 40px 0 120px; min-width: 185px; }
.slider--teritary .owl-stage-outer,
.slider--teritary .owl-item,
.slider--teritary .owl-stage { height: 100%; }
.slider--teritary .slides { -webkit-flex: 0 0 calc(100% - 185px); -ms-flex: 0 0 calc(100% - 185px); flex: 0 0 calc(100% - 185px); max-width: calc(100% - 185px); height: 100%; position: static; opacity: 0; }
.slider--teritary .owl-loaded { opacity: 1; }
.slider--teritary .slide { height: 300px; background-position: 50% 50%; background-size: cover; overflow: hidden; }
@media(max-width: 1377px){
	.slider--teritary .slide__content { padding-right: 180px; }
	.slider--teritary .slide__body { padding-left: 0; }
}
@media (max-width: 1023px) {
	.slider--teritary .slider__content { -webkit-flex: 0 0 80px; -ms-flex: 0 0 80px; flex: 0 0 80px; margin: 0 10px 0 40px; }
	.slider--teritary .slides { -webkit-flex: 0 0 calc(100% - 80px); -ms-flex: 0 0 calc(100% - 80px); flex: 0 0 calc(100% - 80px); max-width: (100% - 80px); }
	.slider--teritary .slide__content { padding-right: 50px; }
	.slider--teritary .slide__content h1 { margin-right: -10px; }
}
@media (max-width: 767px) {
	.slider--teritary .slider__clip .shell { display: block; }
	.slider--teritary .slide__content { padding-right: 0; }
	.slider--teritary .slides { max-width: 100%; }
	.slider--teritary h4 { position: absolute; left: 50%; margin-left: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 140px; width: 100%; }
	.slider--teritary .slide__body { padding: 0 22px; }
}

@media (max-width: 767px) and (max-height: 500px) {
	.slider--teritary h4 { top: 5%; }
	.slider--main .shell { min-height: 100vh; }
	.slider--main .owl-dots { bottom: 20px; }
}
/* ------------------------------------------------------------ *\
	Slider Article
\* ------------------------------------------------------------ */
.slider--secondary { display: block; max-width: 875px; }
.slider--secondary:before { content: ''; position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background: url(images/loader.gif) no-repeat center center; background-size: 100% auto; }
.slider--secondary .slider__clip { max-height: 100vh; overflow: hidden; }
.slider--secondary .slides { opacity: 0; }
.slider--secondary .owl-loaded { opacity: 1; }
.slider--secondary .slide { overflow: hidden; }
.slider--secondary .slide__image { text-align: center; }
.slider--secondary .slide__image img { display: inline-block; width: auto; max-width: 100%; max-height: 68vh; }
.slider--secondary .slide__image--video { max-height: 60vh; overflow: hidden; }
.slider--secondary .slide__image--video video { vertical-align: top; object-fit: cover; }
.slider--secondary .slide__content { color: #fff; padding-top: 19px; -webkit-transform: none; -ms-transform: none; transform: none; }
.slider--secondary .slide__content--primary h6 { color: #d0d0d0; }
.slider--secondary .owl-nav { padding: 0; margin-top: -15px; }
.slider--secondary .owl-nav .owl-prev { margin-left: 0; position: absolute; left: -100px; margin-top: -24px; }
.slider--secondary .owl-nav .owl-next { margin-right: 0; position: absolute; right: -100px; margin-top: -24px; }
.slider--secondary .slider__dots { margin-bottom: 5px; }
.slider--secondary .slider__dots a { width: 65px; height: 6px; margin-right: 2px; background: #96989a; display: inline-block; transition: background .4s; }
.slider--secondary .slider__dots .current { background: #fff; }
.slider--loaded:before { display: none; }
@media (max-width: 1100px) {
	.slider--secondary .owl-nav .owl-prev { left: -50px; }
	.slider--secondary .owl-nav .owl-next { right: -50px; }

}
@media (max-width: 1023px) {
	.slider--secondary .owl-nav { display: none; }
	.slider--secondary { max-width: 100%; width: 100%; }
	.slider--secondary .slide__content { padding-top: 11px; }

	.slider--secondary .slide__image img { height: auto; max-height: 60vh; }
}
@media (max-width: 767px) {
	.slider--secondary .owl-dots div { width: 24px; height: 3px; }
	.slider--secondary .owl-dots { position: static; margin-top: 0; text-align: left; left: 0; position: fixed; bottom: 100px; top: auto; left: 18px; }

	.slider--secondary .slide { height: 100vh; font-size: 0; line-height: 0; padding-bottom: 20px; }
	.slider--secondary .slide:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 1px; margin-left: -1px; }
	.slider--secondary .slide__image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 68vh; overflow: hidden; }
	.slider--secondary .slide__image--video video,
	.slider--secondary .slide__image img { max-height: 52vh; }
	.slider--secondary .slide__content { position: absolute; bottom: 20px; width: 100%; padding-left: 18px; padding-right: 18px; text-align: left; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; font-size: 16px; line-height: 16px; }
	.slider--secondary .slider__dots { line-height: 1.2; }
	.slider--secondary .slider__dots a { width: 24px; height: 3px; }
}

@media (max-width: 767px) and (orientation: landscape) {
	.slider--secondary .slide { padding-bottom: 95px; padding-top: 32px; }
	.slider--secondary .slide__image--video video,
	.slider--secondary .slide__image img { max-height: 50vh; }
	.slider--secondary .slide__content {  }
}

/* ------------------------------------------------------------ *\
	Socilas
\* ------------------------------------------------------------ */
.socials { list-style: none; }
.socials li { display: inline-block; }
.socials a { transition: opacity .7s; }
.socials a:hover { opacity: .7; }
.socials li + li { margin-left: 4px; }
@media (max-width: 767px) {
	.socials img { width: 11px; height: 11px; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Testimoanial
\* ------------------------------------------------------------ */
.testimonial { text-align: center; color: #000; font-size: 20px; line-height: 1.5;  }
.testimonial h6 { font-size: 20px; color: #ea325e; font-weight: 500; }
.testimonial p { font-family: 'Nunito Sans', sans-serif; font-weight: 300; margin: 0 0 33px;  }
.testimonial .testimonial__ico { margin-bottom: 48px; }
@media (max-width: 1023px) {
	.testimonial .testimonial__ico { margin-bottom: 18px; }
	.testimonial p { margin-bottom: 21px;  }
}
@media (max-width: 767px) {
	.testimonial { font-size: 15px; line-height: 1.47; }
	.testimonial p { margin-bottom: 25px; }
	.testimonial h6 { color: #1a1a1a; font-size: 15px; }
	.testimonial .testimonial__ico { margin-bottom: 25px; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Magnific
\* ------------------------------------------------------------ */
.mfp-ready ~ .wrapper .header { background: none; }
.mfp-ready ~ .wrapper .header .btn-burger { display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
	.mfp-container { padding-top: 87px; }
}

@media (max-width: 768px) {
}
