/*
	Table of Contents

	     01. Gallery Popup ----------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Keyframes --------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	         Tablet Portrait --------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Header -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Animate ----------------------------------
	     02. Article ----------------------------------
	     03. Article ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Button -----------------------------------
	         Button Block -----------------------------
	         Btn Back ---------------------------------
	         Btn Red ----------------------------------
	         Btn White --------------------------------
	         Btn Scroll -------------------------------
	         Btn Grey ---------------------------------
	         Mobile -----------------------------------
	     05. Card -------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     06. Slider -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     07. Form Elements ----------------------------
	     08. Form -------------------------------------
	     09. Gallery ----------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	     10. Intro ------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     11. List -------------------------------------
	     12. Logo -------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     13. Modal ------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     14. Nav --------------------------------------
	     15. Nav Spy ----------------------------------
	         Mobile -----------------------------------
	     16. New --------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     17. Slider -----------------------------------
	     18. Pagination -------------------------------
	     19.  -----------------------------------------
	     20. Section ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	         Section Dark -----------------------------
	     21. Section Gallery --------------------------
	         Mobile -----------------------------------
	     22. Section Members --------------------------
	     23. Sectinon Stories -------------------------
	     24. Sectionn Gallery -------------------------
	     25. Section News -----------------------------
	     26. Section Stories --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     27. Section Article --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     28. Slider -----------------------------------
	     29. Socials ----------------------------------
	         Mobile -----------------------------------
	     30. Stories ----------------------------------
	         Mobile -----------------------------------
	     31. Table ------------------------------------
	     32. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	Gallery Popup
\* ------------------------------------------------------------ */
.mfp-bottom-bar { padding: 48px 62px; background: #222; margin-top: -40px; font-size: 36px; }
.mfp-arrow-left:after { border: none; content: ''; position: absolute; background: url(images/arrow-white.png); height: 46px; width: 28px; }
.mfp-arrow-left:before { border: none; }
.mfp-arrow:after { top: 0; }
.mfp-arrow-right:after { border: none; }
.mfp-arrow-right:before  { border: none; content: ''; position: absolute; background: url(images/arrow-white.png); height: 46px; width: 28px; -ms-transform: rotate(180deg); transform: rotate(180deg); }
.mfp-title { line-height: 1em; font-size: 36px; }
img.mfp-img { padding-top: 0; }
.mfp-figure figure { margin-top: -4px; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { position: relative; cursor: default; }
img.mfp-img { width: 100%; }
.mfp-content .mfp-close { position: relative; opacity: 1; transition: opacity .4s; }
.mfp-content .mfp-close:hover { opacity: .7; }
.mfp-content .mfp-close:after { content: ''; background: url(images/close-button.png); position: absolute; width: 27px; height: 28px; cursor: pointer; right: 0; transition: transform .3s; }
.mfp-content .mfp-close:before { content: 'CLOSE'; position: absolute; font-size: 24px; right: 35px; bottom: 8px; cursor: pointer; }
.mfp-content .mfp-close:hover:after { -ms-transform: rotate(90deg); transform: rotate(90deg); }
button.mfp-close { visibility: hidden; }
.mfp-container { height: 85%; margin-top: 20px; }
.mfp-image-holder .mfp-content { width: 1075px; }
.mfp-counter { padding-top: 10px; text-transform: uppercase; font-size: 24px; color: #fff; padding-right: 15px; }
.mfp-counter:before { content: 'PHOTO'; padding-right: 7px; font-size: 24px; }
img.mfp-img { width: auto; }
@media (max-width: 1300px){
	.mfp-image-holder .mfp-content { width: auto; }
	img.mfp-img { width: auto; }
	.mfp-image-holder .mfp-content { width: auto; }
}
/* Small Desktop */
@media (max-width: 1200px) {
	.mfp-image-holder .mfp-content { width: auto; }
	img.mfp-img { width: auto; }
	.mfp-image-holder .mfp-content { width: auto; }

}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-bottom-bar { background:  #222; position: absolute; padding: 35px 42px; }
	.mfp-img-mobile .mfp-close { width: 100%; }
 }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.mfp-image-holder .mfp-content { width: auto; }
	.mfp-bottom-bar { padding:  20px 15px; }
	.mfp-title { font-size: 29px; }
	.mfp-counter { font-size: 20px; }
	.mfp-counter:before { font-size: 20px; }

}
/* Mobile */
@media (max-width: 767px) {
	.mfp-title { font-size: 20px; }
	.mfp-bottom-bar { padding: 30px 22px; }
	.mfp-content .mfp-close:before { font-size: 15px; bottom: 10px;}
	.mfp-content .mfp-close:after { background-size: 75% 75%; background-repeat: no-repeat; }
	.mfp-counter { font-size: 15px; }
	.mfp-counter:before { font-size: 15px; }
	.mfp-arrow:hover, .mfp-arrow:focus { opacity: .7; }
	button.mfp-arrow { box-shadow:  inset 40px 50px 70px 30px #000; }
}
.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	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 { height: auto; 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: #474747; font-family: 'tk-proxima-nova', 'proxima-nova', sans-serif; font-size: 32px; line-height: 1.2; color: #fff; }
a { color: inherit; text-decoration: underline; }
a:hover { text-decoration: none; }
a:focus { color: inherit; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.6em; }
h1 { font-size: ;}
h2 { font-size: 55px; }
h3 { font-size: 32px; }
h4 { font-size: ; }
h5 { font-size: ; }
h6 { font-size: ; }
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.2em; }
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; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	body { font-size: 26px; }
}
/* Mobile */
@media (max-width: 767px) {
	body { font-size: 20px; }
}
@media (max-width: 479px){
	body { font-size: 18px; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/*@font-face {
	font-family: "proxima-nova";
	src: url("fonts/ProximaNova_600_normal_1450682155.eot");
	src: url("fonts/ProximaNova_600_normal_1450682155.eot?#iefix") format("embedded-opentype"),
		url("fonts/ProximaNova_600_normal_1450682155.svg#ProximaNova") format("svg"),
		url("fonts/ProximaNova_600_normal_1450682155.woff") format("woff"),
		url("fonts/ProximaNova_600_normal_1450682155.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

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

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

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

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/ProximaNova-Bold.eot');
	src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Bold.woff') format('woff'),
		url('fonts/ProximaNova-Bold.ttf') format('truetype'),
		url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
*/
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Keyframes  */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(183, 183, 183, 0.6);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(183, 183, 183, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(183, 183, 183, 0);
  }
}
/*  Clear  */
.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 { margin: 0 -15px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 15px; }
.col-1of2 { width: 50%; }
/*  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 { width: 100%; max-width: 1533px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.container { max-width: 730px; }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 60px 204px 117px; text-align: center; font-size: 17px; line-height: 1.3; background: #000; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.footer { padding: 84px 80px 80px; }
}
/* Mobile */
@media (max-width: 767px) {
	.footer { font-size: 15px; padding: 54px 10px 60px; }
}
@media (max-width: 479px){
	.footer { font-size: 10px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: relative; padding: 3px 30px 4px 14px; background: #000; color: #fff; z-index: 15; }
.header:after { content: ''; clear: both; display: table; }
.header .socials { float: right; }
.header .header__inner { position: absolute; left: -353px; background: #000; width: 353px; padding: 30px 17px 48px; z-index: 10; opacity: 0; transition: left .3s, opacity .4s; }
.header .header__inner .socials li + li { margin-left: 28px;  }
.header .header__inner .socials { float: none; margin-top: 22px; }
.header .header__inner .socials a:hover { color: #ec0928; }
.header .header__inner a { text-decoration: none; transition: .3s; }
.header .header__inner a:hover { color: #ec0928; }
.header .header__inner span { text-transform: uppercase; font-weight: bold; font-size: 20px;margin-bottom:30px; }
.header--active .header__inner { opacity: 1; left: 0; }
.header.sticky { position: fixed; width: 100%; transition: all 0.4s ease; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.header { padding: 19px 43px 9px 14px; }
}
/* Mobile */
@media (max-width: 767px) {
	.header { padding: 15px 11px 5px 11px; }
	.header.sticky  { position: relative; }
}
@media (max-width: 479px){
	.header .header__inner { width: 100%; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1700px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; overflow: hidden; }
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Animate
\* ------------------------------------------------------------ */
.animate { opacity: 0; visibility: hidden; transition: opacity .75s cubic-bezier(.6, .2, .1, 1), visibility .75s cubic-bezier(.6, .2, .1, 1); }
.animate-in { opacity: 1; visibility: visible; }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article { padding-top: 48px;  color: #333;}
.article:after { content: ''; clear: both; display: table; }
.article .article__title { margin-bottom: 33px; font-weight: bold; text-transform: uppercase; color: #333; }
.article .article__subtitle { margin-bottom: 38px; font-size: 44px; font-weight: 100; color: #333; }
.article .article__content { padding-top: 42px; margin-bottom: 34px; }
.article .article__content:after { content: ''; clear: both; display: table; }
.article .article__content h3 { font-weight: bold; font-size: 50px; margin-bottom: 38px; }
.article .article__content--small p { font-size: 26px; }
.article .article__entry--left { float: left; width: 50%; margin-top: -24px; overflow: hidden; }
.article .article__entry h3 { font-size: 50px; font-weight: bold; margin-bottom: 37px; }
.article .article__image--right { float: right; width: 50%; padding-left: 20px; }
.article .article__entry--right { float: right; width: 50%; margin-top: -29px; padding-left: 20px; }
.article .article__image--left { float: right; width: 50%; }
.article .article__image--big { margin-bottom: 51px; }
@media (max-width: 1200px){
	.article .article__entry--left { float: none; width: 100%; }
	.article .article__image--right { float: none; padding: 0; width: 100%; margin-top: 10px; }

	.article .article__image--left { float: none; width: 100%; margin-top: 10px; }
	.article .article__entry--right { float: none; width: 100%; padding: 0; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.article { padding-top: 17px; }
	.article .article__title { margin-bottom: 10px; }
	.article .article__subtitle { margin-top: 0; margin-bottom: 15px; }
	.article .article__content { margin-bottom: 30px; }
}
/* Mobile */
@media (max-width: 767px) {
	.article .article__image img { width: 100%; }
	.article .article__title { font-size: 45px; }
	.article .article__subtitle { font-size: 30px; }
	.article h3 { font-size: 30px; margin-bottom: 7px; }
	.article .article__entry h3 { margin-bottom: 15px; font-size: 40px; }
	.article .article__content h3 { margin-bottom: 15px; font-size: 40px; }
}
@media (max-width: 479px){
	.article .article__title { font-size: 35px; }
	.article .article__entry h3 { font-size: 27px; }
	.article .article__content h3 { font-size: 27px; }
	.article .article__subtitle { font-size: 25px; }
	.article h3 { font-size: 25px; }
	.article .article__content { padding-top: 10px; }
	.article .article__content--small p { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */
.article--alt { overflow: hidden; }
.article--alt .article__content { padding-top: 0; margin-bottom: 37px; font-weight: 300; }
.article--alt .article__content h3 { margin-bottom: 75px; }

.article--alt .timeline { margin: 50px 0; }
/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */

.timeline { position: relative; max-width: 1247px; margin: 0 auto; font-size: 33px; color: #262626; }
.timeline:before { content: ''; position: absolute; top: 0; left: 187px; bottom: 0; width: 20px; background: #000; border-radius: 500px; }
.timeline .timeline-section figure { margin-right: 31px; }
.timeline .timeline-section span { display: inline-block; overflow: hidden; }
.timeline .timeline-section p { -ms-flex-negative: 14; flex-shrink: 14; margin-bottom: 0; }
.timeline .timeline-section h1,
.timeline .timeline-section h2,
.timeline .timeline-section h3,
.timeline .timeline-section h4,
.timeline .timeline-section h5,
.timeline .timeline-section h6 { margin-bottom: 5px; }
.timeline .timeline-section { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-left: 271px; position: relative; right: -300px; visibility: hidden; opacity: 0; transition: right .5s, visibility .5s, opacity .5s; }
.timeline .timeline-section.active { right: 0; visibility: visible; opacity: 1; }
.timeline .timeline-section + .timeline-section { margin-top: 50px; }
.timeline .timeline-section:before { content: ''; width: 55px; height: 55px; background: #fff; box-shadow: inset 0 0 0 14px #d2232a; border: 4px solid #fff; border-radius: 50%; position: absolute; top: 50%; left: 169px; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.timeline .timeline-section .badge { position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: none; color: #000; font-family: 'tk-proxima-nova', 'proxima-nova', sans-serif; font-size: 64px; font-weight: 700; line-height: 1.2; }

@media (max-width: 1200px) {
	.timeline { font-size: 24px; }
	.timeline:before { left: 126px; width: 18px; }
	.timeline .timeline-section .badge { font-size: 40px; }
	.timeline .timeline-section { padding-left: 180px; }
	.timeline .timeline-section:before { width: 50px; height: 50px; box-shadow: inset 0 0 0 12px #d2232a; left: 110px; }
	.timeline .timeline-section figure { max-width: 180px; }
}
@media (max-width: 767px) {
	.timeline { font-size: 18px; }
	.timeline:before { left: 100px; width: 12px; }
	.timeline .timeline-section { display: block; min-height: 0; padding-left: 135px; }
	.timeline .timeline-section figure { float: none; margin-bottom: 15px; }
	.timeline .timeline-section + .timeline-section { margin-top: 35px; }
	.timeline .timeline-section:before { left: 89px; width: 34px; height: 34px; box-shadow: inset 0 0 0 8px #d2232a; }
	.timeline .timeline-section .badge { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}
/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }
.btn-back { position: relative; font-size: 30px; padding-left: 27px; font-size: 36px; text-decoration: none; color: #fff; transition: opacity .3s;  }
/*  Btn Back  */
.btn-back:hover { opacity: .7; color: #fff; }
.btn-back:before { content: '<'; position: absolute; left: 0; }
/*  Btn Red  */
.btn--red { background: #ff0000; font-size: 21px; text-decoration: none; color: #fff; text-transform: uppercase; width: 100%; height: 63px; line-height: 49px; font-weight: bold; border: 2px solid #ff0000; border-radius: 2px; transition: color .3s, background .3s; }
.btn--red:hover { background: #fff; color: #ff0000; }
/*  Btn White  */
.btn--white { min-width: 227px; height: 61px; padding: 0 82px; line-height: 60px; border: 2px solid #fff; color: #fff; text-transform: uppercase; font-weight: bold; text-decoration: none; font-size: 21px; transition: .3s; border-radius: 2px; }
.btn--white:hover { animation: pulse 2s; color: #fff; }
/*  Btn Scroll  */
.btn-scroll { position: absolute; bottom: 135px; -ms-transform: translateX(-50%); transform: translateX(-50%); }
/*  Btn Grey  */
.btn--grey { min-width: 280px; height: 61px; padding: 0 62px; line-height: 59px; border: 2px solid #222222; color: #222; text-transform: uppercase; font-weight: bold; text-decoration: none; font-size: 22px; transition: .3s; border-radius: 2px }
.btn--grey:hover { animation: pulse 2s; }
.btn.js-load-more:focus { color: #fff; }
.btn.js-load-more.disabled { opacity: .5; pointer-events: none; }
/* Mobile */
@media (max-width: 767px) {
	.btn--white { font-size: 22px; }
	.btn-back { padding-left: 20px; font-size: 27px; }
	.btn-back:before { top: 2px; }
}
@media (max-width: 479px){
	.btn--white { min-width: auto; font-size: 19px; }
	.btn--grey { min-width: auto; font-size: 19px; }
	.btn--red { font-size: 19px; height: 50px; line-height: 37px; }
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.cards { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 53px; list-style: none; cursor: pointer; }
.card { width: 25%; margin: 0 -1px; }
.card .card__content { padding: 17px 0 24px; text-align: center; transition: background .3s; }
.card .card__content p { font-size: 23px; padding: 0 10px; }
.card h3 { font-weight: bold; margin: 0  0 -2px; }
.card .card__image { position: relative; }
.card .card__image img { width: 100%; }
.card .card__image:after { content: ''; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 0, 0, .53); position: absolute; opacity: 0; transition: .3s; }
.card:hover .card__image:after { opacity: 1; }
.card:hover { background-color: #ff0000;  }
.card:hover .card__content { background: #ff0000; color: #fff; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.card { width: 33.33%; }
	.card h3 { font-size: 23px; }
	.card .card__content  { padding: 17px 0 15px; font-size: 17px; }
}
/* Mobile */
@media (max-width: 767px) {
	.card { width: 50%; }
	.card img { width: 100%; }
	.card .card__content p { font-size: 20px; }
	.cards { padding-top: 17px; }

}
@media (max-width: 479px){
	.card { width:  100%;}
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.carousel-caption { top: 0;  }
.carousel-caption h2 { font-size: 60px; text-transform: uppercase; font-weight: bold; }
.carousel-caption h1 { font-size: 110px; text-transform: uppercase; font-weight: bold; }
.carousel-caption h1 span { font-size: 110px; color: #e30a0a; }
.carousel-indicators--right li { display: block;  }
.carousel-indicators--right { right: 55px; left: auto; width: auto; top: 50%; }
.carousel-indicators--right li,
.carousel-indicators--right li.active { margin-bottom: 12px; }
.carousel-indicators li,
.carousel-indicators li.active
 { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;  }
.carousel-indicators li.active { background:  #d01717; }
.carousel-control.left { background: none; }
.carousel-control.right { background: none; }
.carousel-control { width: auto; }
.carousel-control .glyphicon-chevron-left { top: 46%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 40px; font-size: 52px;  }
.carousel-control .glyphicon-chevron-right { top: 46%; -ms-transform: translateY(-50%); transform: translateY(-50%); right: 50px; font-size: 52px; }
.carousel-control--black span { color: #222; opacity: 1; }
.carousel-indicators { bottom: -10px; }
.carousel-inner { padding-bottom: 50px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.carousel-inner { padding-bottom: 40px; }
	.carousel-indicators { bottom: -6px; }
}
/* Mobile */
@media (max-width: 767px) {
	.carousel-control .glyphicon-chevron-left { display: none; }
	.carousel-control .glyphicon-chevron-right { display: none; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-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:-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 {}
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery-box { background: #fff; }
.gallery-box .gallery-box__content { position: absolute; top: 106px; left: 49px; background: #fff; color: #000; width: 83%;}
.gallery-box .gallery-box__content p { font-size: 32px; }
.gallery .gallery-item { margin-bottom: 31px; }
.gallery-box .gallery-box__image { position: relative; }
.gallery-box .gallery-box__image--video { position: relative; }
.gallery-box .gallery-box__image--video:after { content: ''; position: absolute; background: rgba(255, 0, 0, .53); background: url(images/play-button.png); width: 188px; height: 188px; left: 50%; top: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.gallery-box .gallery-box__image--video:hover::after { opacity: 1; }
.gallery-box .gallery-box__image a:after { content: ''; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 0, 0, .53); position: absolute; opacity: 0; transition: .3s; }
.gallery-box .gallery-box__image a:hover::after { opacity: 1; }
.gallery .gallery__video { position: relative; cursor: pointer; margin-bottom: 31px; background-size: cover; background-position: 50% 50%;  max-height: 318px; height: 100%; }
.gallery .gallery__video img { width: 100%; }
.gallery .gallery__video:hover::before { opacity: 1; }
.gallery .gallery__video:before { content: ''; position: absolute; background: rgba(255, 0, 0, .53); background: url(images/play-button.png); width: 188px; height: 188px; left: 50%; top: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.gallery .gallery__image { position: relative; margin-bottom: 31px; cursor: pointer; background-size: cover; background-position: 50% 50%; max-height: 318px;  height: 100%;}
.gallery .gallery__image a { display: block; }
.gallery .gallery__image img { width: 100%; height: 100%; opacity: 0; visibility: hidden; pointer-events: none; }
.gallery .gallery__image a:after { content: ''; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 0, 0, .53); position: absolute; opacity: 0; transition: .3s; }
.gallery .gallery__image a:hover::after { opacity: 1; }

@media (max-width: 1520px){
	.gallery-box .gallery-box__content { top: 40px; }
	.gallery-box .gallery-box__content p { font-size: 27px; }
}

@media (max-width: 1200px){
	.gallery-box .gallery-box__content { top: 40px; left: 34px; }
	.gallery-box .gallery-box__content p { font-size: 23px; }
	.gallery .gallery__image img { height: 100%;}
	.gallery .gallery__video img { width: 100%; }
}

/* Tablet Portrait */
@media (max-width: 1023px) {
	.gallery-box .gallery-box__content { top: 44px; left: 20px; }
	.gallery-box .gallery-box__content { position: relative;}
	.gallery-box .gallery-box__content p { font-size: 23px; }
	.section--gallery .row .col-md-4 { width: 50%; }
}
@media (max-width: 991px){
	.gallery-box .gallery-box__content { position: relative; top: 0; left: 0; width: 100%; padding: 20px 15px; }
	.section--gallery .row .col-md-4 { width: 100%; }
}
@media (max-width: 479px){
	.gallery-box .gallery-box__content p { font-size: 18px; }
	.gallery .gallery__video:before { background-size: 95% 95%; background-repeat: no-repeat; }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { height: 95vh; position: relative; text-align: center; padding-bottom: 250px; min-height: 850px; }
.intro .intro__image { width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; left: 0; top: 0; z-index: 1; }
.intro .intro__content { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); z-index: 2; }
.intro .intro__content p { font-size: 34px; text-transform: uppercase; margin-bottom: 34px; }
.intro .intro__content img { width: 107px; height: auto; margin-bottom: 30px; }
.intro .intro__content h2 { font-size: 54px; text-transform: uppercase; font-weight: bold; margin-bottom: 12px; }
.intro .intro__content h1 { font-size: 100px; text-transform: uppercase; font-weight: bold; line-height: 0.9; margin-bottom: 42px; margin-top: 18px; }
.intro .intro__content h1 span { font-size: 100px; color: #e30a0a; }
.intro .intro__content .btn { font-size: 18px; }
.intro .btn-scroll { left: 50%; font-weight: 300; font-size: 14px; text-transform: uppercase; text-decoration: none; color: #fff; bottom: 32px; bottom: 36px; ign: center; transition: opacity .3s ease; z-index: 3;}
.intro .btn-scroll:hover { text-decoration: none; opacity: .5; }
.intro .btn-scroll:after { display: block; content: ''; width: 30px; height: 30px; border: 8px solid #fff; border-left: 0; border-top: 0; -ms-transform: rotate(45deg); transform: rotate(45deg); margin: 3px auto 0; }
@media (max-width: 1505px){
	.intro .intro__content h1 { font-size: 87px; }
	.intro .intro__content h1 span { font-size: 87px;  }
}
/* Small Desktop */
@media (max-width: 1200px) {
	.intro { min-height: 765px; }
	.intro .intro__content h1 { font-size: 60px; }
	.intro .intro__content h1 span { font-size: 60px; }
}

@media (max-width: 1024px) {
	.intro { min-height: 0; }
}

/* Mobile */
@media (max-width: 767px) {
	.intro .btn-scroll { bottom: 22px; }

	.intro { min-height: 690px; padding-bottom: 0; }
	.intro .intro__content { transform: translate(-50%, calc(-50% - 40px)); }
}
@media (max-width: 479px) {
	.intro .intro__content h2 { font-size: 50px; }
	.intro .intro__content h1 { font-size: 40px; }
	.intro .intro__content h1 span { font-size: 40px; }
	.intro .intro__content p { font-size: 25px; }
 }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { position: absolute; content: ''; width:62px; height: 225px;  background: url(images/logo.png); left: 0; top: 45px; font-size: 0; z-index: 10; transition: opacity .4s; }
.logo:after { content: 'R'; position: absolute; width: 11px; height: 11px; color: #999; right: -20px; bottom: 2px; font-size: 7px; font-weight: 300; border: 1px solid #999; border-radius: 50%; padding: 1px 0 1px 2px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.logo:after  { right: -15px; bottom: 1px; }
}
/* Mobile */
@media (max-width: 767px) {
	.logo { top: 48px; background-size: 76% 75%; background-repeat: no-repeat; }
	.logo:after  { right: 0px; bottom: 57px; }
}
/* ------------------------------------------------------------ *\
	Modal
\* ------------------------------------------------------------ */
.modal-header { padding: 31px 55px 0; position: relative; border-bottom: none; z-index: 20; }
.modal-body { margin-top: -67px; }
.modal-body img { margin-bottom: 30px; }
.modal-title { position: absolute; right: 102px; top: 47px; font-size: 24px; text-transform: uppercase;  }
.modal-header .close { opacity: 1; text-shadow: none; z-index: 15; margin-top: -6px; }
.modal-header .close span { font-size: 78px; color: #202020; }
.modal-image { text-align: center; }
.modal-image h3 { font-weight: bold; margin: 0; }
.modal-entry ol { margin-left: 20px; }
.modal-entry ol h3 { font-size: 26px; font-weight: bold; margin-bottom: 0; }
.modal-entry ol li { margin-bottom: 32px; }


.modal-dialog { width: 100%; max-width: 1670px; }
.modal-content { padding: 0 30px; border-radius: none; }
.modal-entry { margin-top: 17px; padding-left: 52px; font-size: 25px; font-weight: 300; }
.modal .modal-image h3 { font-size: 29px;}
.modal .modal-image p { font-size: 25px; font-weight: 300; }
.modal-content { border-radius: 0; }
.modal-entry .modal-entry-title{ font-size: 49px; text-transform: uppercase; font-weight: bold; line-height: 0; position: relative; margin-bottom: 0; 	margin-top: 45px; top: -77px; 	}
.modal-header .close { transition: transform .3s; }
.modal-header .close:hover { -ms-transform: rotate(90deg); transform: rotate(90deg); }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.modal { height: 881px; }
	.modal-entry { margin-top: 35px; font-size: 20px; padding-left: 0; }
	.modal-body { padding-bottom: 40px; }
	.modal-entry .modal-entry-title { font-size: 40px; margin-bottom: 20px; }
	.modal-image { text-align: left; }
	.modal-image h3 { font-size: 30px; }
	.modal-image p { font-size: 24px; }
	.modal-header { padding: 20px 0; }
	.modal-title { top: 35px; right: 49px; }
	.modal-entry .modal-entry-title { top: 0; line-height: auto; margin-top: 0; }
	.modal-list h3 { font-size: 23px; }
	.modal-list li { margin-bottom: 18px; }

}
/* Mobile */
@media (max-width: 767px) {
	.modal { height: auto; width: 96%; margin: 0 auto; margin-top: 10px; }
	.modal-image img { width: 100% }
	.modal-entry { font-size: 15px; }
	.modal-content { padding: 0; }
	.modal-dialog { margin: 0; }
	.modal-header { padding: 10px 0; }
	.modal-title { font-size: 17px; top: 32px; }
	.modal-list h3 { font-size: 19px; }
	.modal-entry ol { margin-left: 8px; }

}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { margin-bottom: 35px;}
.nav li { margin-bottom: 29px; }
.nav a { text-transform: uppercase; font-weight: bold; text-decoration: none; font-size: 24px; transition: color .4s; }
.nav a:hover { color: #ec0928; }
.nav-trigger { position: relative; display: inline-block; width: 34px; height: 24px; cursor: pointer; }
.nav-trigger span { position: absolute; display: block; height: 4px; width: 100%;  background: #fff; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; }
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 11px; }
.nav-trigger span:nth-child(3) { top: 22px; }
.nav-trigger--active span { transition: background .2s, top .2s, opacity .2s, transform .2s .25s; }
.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) { top: 11px; }
.nav-trigger--active span:nth-child(2) { opacity: 0; }
.nav-trigger--active span:nth-child(1) { -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-trigger--active span:nth-child(3) { -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav Spy
\* ------------------------------------------------------------ */
.nav-spy { position: fixed; right: 15px; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.nav-spy ul { list-style: none; }
.nav-spy li { position: relative; display: block; margin-bottom: 12px; cursor: pointer;  width: 27px; height: 27px; border: 2px solid #fff; border-radius: 50%; background: #919191; }
.nav-spy a { display: block; width: 100%; height: 100%; }
.nav-spy .current { background: #dc2424; }
/* Mobile */
@media (max-width: 767px) {
	.nav-spy { right: 5px; }
	.nav-spy li { width: 20px; height: 20px; }

	.nav-trigger  { width: 32px; }
}
/* ------------------------------------------------------------ *\
	New
\* ------------------------------------------------------------ */
.news { margin-bottom: 38px; }
.new { margin-bottom: 35px; color: #444; font-size: 26px; }
.new p { margin-bottom: 39px;}
.new .new__content-meta { display: block; font-size: 34px; font-weight: 300; color: #666; margin-bottom: 11px; }
.new .new__content-title { font-size: 48px; text-transform: uppercase; color: #333; font-weight: bold; margin-top: 0; margin-bottom: 31px; }
.new img { width: 100%; }
.new .new__content { padding: 27px 32px 55px; background: #fff; }
@media (max-width: 1200px){
	.new .new__content { font-size: 25px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.new .new__content-meta { font-size: 25px; }
	.new .new__content-title { font-size: 40px; margin-bottom: 20px; }
	.new .new__content { padding: 30px 24px 30px; font-size: 20px; }
}
/* Mobile */
@media (max-width: 767px) {
	.new p { font-size: 18px; margin-bottom: 25px; }
	.new .new__content-meta { margin-bottom: 10px; font-size: 20px; }
	.new .new__content-title { font-size: 30px; margin-bottom: 10px; }
}
@media (max-width: 479px){
	.new .new__content { padding: 30px 14px 30px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.owl-carousel .owl-nav .owl-prev { position: absolute; -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; background: url(images/arrow.png); }
.owl-carousel .owl-nav .owl-next { position: absolute; -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 0; background: url(images/arrow-white-right.png); }
.owl-carousel .owl-nav .owl-prev {  left: -62px; top: 34%; }
.owl-carousel .owl-nav .owl-next {  right: -33px; top: 34%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.owl-carousel .owl-nav .owl-prev:before { content: ''; background: url(images/sprite/arrow.png); position: absolute; width: 25px; height: 41px; background-size: contain; }
.owl-carousel .owl-nav .owl-next:before { content: ''; background: url(images/sprite/arrow.png); position: absolute; width: 25px; height: 41px; background-size: contain; }
.owl-carousel .owl-dots { text-align: center; }
.owl-carousel .owl-dots .active { background: #e30a0a; }
.owl-carousel .owl-dot { width: 27px; height: 27px; border: 2px solid #fff; background: #999; border-radius: 50%; display: inline-block; margin: 0 18px 0 2px; }
.owl-carousel .owl-stage-outer { height: 100%; min-height: 505px; }
@media (max-width: 1300px){
	.owl-carousel .owl-nav { display: none; }
}

@media (max-width: 1550px){
	.owl-carousel .owl-stage-outer { height: 100%; min-height: 300px; }
}

@media (max-width: 479px){
	.owl-carousel .owl-dots { margin-top: 10px; }
	.owl-carousel .owl-dot { width: 20px; height: 20px; border: 2px solid #fff; background: #999; border-radius: 50%; display: inline-block; margin: 0 15px 10px 2px; }
}
/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.pagination.js-pagination { display: none !important; }
/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */
.row-flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;  }
.row-flex:before,
.row-flex:after { display: none; }

.row--flexible .col-sm-4 { display: flex; }
.row--flexible  .story { display: flex; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { color: #000; margin-bottom: 120px; }
.section .section__head { position: relative; margin-bottom: 67px; padding-top: 49px; }
.section .section__head:after { content: ''; clear: both; display: table; }
.section .section__title--big { margin: 4px 0 8px; font-size: 100px; text-transform: uppercase; color: #fff;font-weight: 800; }
.section .section__head--left { float: left; }
.section .section__head--right { float: right; padding-right: 9px; margin-top: -5px; }
.section .section__head--right img { width: 130px; height: auto; }
.section .section__head--right h3 { position: absolute; right: 0px; margin-top: 23px; text-align: right; text-transform: uppercase; font-size: 27px; font-weight: bold; color: #fff; }
.section .section__head--right h3 span { color: #ec0928; }
.section .section__body { padding: 0 67px; background: #fff; }
.section .section__actions { text-align: center; }
@media(max-width: 1640px){
	.section .section__head { padding: 57px 50px 0; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section .section__head--right { margin-top: -10px; margin-right: -15px; }
	.section .section__title--big { font-size: 52px; }
}
@media(max-width: 800px){
	.section .section__head { padding: 30px 30px 0; }
}
/* Mobile */
@media (max-width: 767px) {
	.section .section__head { padding: 40px 50px 0; }
	.section .section__title--big { font-size: 52px; }
	.section .section__head--right { width: 22%; margin-right: -35px; }
}
@media (max-width: 479px){
	.section .section__title--big { font-size: 40px; }

	.section .section__title--big { font-size: 30px; }
	.section .section__head--right { margin-right: -39px; }
}
/*  Section Dark  */
.section--dark .section__body { background: none; padding: 0; }
/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */
.section--gallery { margin-bottom: 53px; }
.section--gallery .row { display: flex; flex-wrap: wrap; }
.section--gallery .row .col-md-4 { float: none; }
.section--gallery .section__title--big { margin-bottom: 97px; }
.section--gallery .section__head { margin-bottom: 63px; }
.section--gallery .section__head a { font-size: 33px; color: #fff; font-weight: bold; text-decoration: none; text-transform: uppercase; }
/* Mobile */
@media (max-width: 767px) {
	.section--gallery .section__title--big { margin-bottom: 30px; }
	.section--gallery .section__head a { font-size: 26px; }
}
@media (max-width: 479px){
	.section--gallery .section__title--big { margin-bottom: 15px; }
	.section--gallery .section__head a { font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	Section Members
\* ------------------------------------------------------------ */
.section--members { margin-bottom: 126px; }
.section--members .section__body { margin-top: 112px; padding-top: 66px; padding-bottom: 52px; line-height: 1em; color: #333;}
/* ------------------------------------------------------------ *\
	Section Stories
\* ------------------------------------------------------------ */
.section--stories { margin-bottom: 100px; }
.section--stories p { color: #fff; font-size: 32px; }
.section--stories  .section__body { padding: 0 0 43px; }
.section--stories .section__head { margin-bottom: 125px; }
/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */
.section-gallery { padding: 0px 0 78px; background: #e8e8e8; }
.section-gallery .owl-carousel .owl-nav .owl-prev { left: -62px; }
.section-gallery .owl-carousel .owl-carousel .owl-nav .owl-next { right: -34px; }
.section-gallery .section__head { text-align: center; color: #000; margin-bottom: 56px; }
.section-gallery .section__title { font-size: 80px; text-transform: uppercase; font-weight: bold; color: #222; margin-bottom: 0; }
.section-gallery .section__subtitle { font-size: 40px; margin-top: 18px; }
.section-gallery .section__body { margin-bottom: 48px; background: none; padding: 0px 209px; }
.section-gallery .section__actions { text-align: center; }
.section-gallery .col-md-6 { padding: 0; }
.section-gallery .slider__slide .container { padding-right: 0; }
.section-gallery .owl-carousel .owl-nav .owl-prev:before { background: url(images/arrow-left.png); background-size: 100% 100%; background-repeat: no-repeat; }
.section-gallery .owl-carousel .owl-nav .owl-next:before { background: url(images/arrow-right.png); background-size: 100% 100%; background-repeat: no-repeat; }
.section-gallery .owl-carousel .owl-nav .owl-next { right: -30px; }
.section-gallery .owl-carousel .owl-dots { margin-top: 5px; }

/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */
.section--news .section__head { margin-bottom: 63px; padding-top: 0; margin-top: -49px; text-align: center; color: #fff; }
.section--news .col-sm-4 { display: flex; }
.section--news .new { background-color: #fff;}
.section--news .new__inner { background-color: #fff; display: flex; height: 100%; flex-direction: column; }

.section--news .new .new__content { position: relative; height: 100%; padding-bottom: 65px; }
.section--news .new .new__actions { position: absolute; bottom: 25px; left: 0; width: 100%; padding: 0 32px; }
.section--news .section__head .section__title--small { font-size: 74px; }
.section--news .section__head--top { margin-top: 58px; margin-bottom: 148px; }
.section--news .section__subtitle { font-size: 37px; margin-top: 0; }
.section--news .section__body { margin-bottom: 116px; }
.section--news-small .section__body { margin-bottom: 55px; padding: 0 210px; }
.section--news-small .section__action { margin-bottom: 150px; }
.section--news-small .owl-carousel .owl-dots { margin-top: 31px; }
.section--news .section__title { font-size: 90px; text-transform: uppercase; font-weight: bold; margin-bottom: 0; }
.section--news .owl-carousel .owl-nav .owl-prev:before { content: ''; background: url(images/arrow-white.png); position: absolute; width: 28px; height: 46px; }
.section--news .owl-carousel .owl-nav .owl-next:before { content: ''; background: url(images/arrow-white-right.png); position: absolute; width: 28px; height: 46px; }
.section--news .owl-carousel .owl-nav .owl-prev { left: -61px; }
.section--news .owl-carousel .owl-nav .owl-next { right: -29px; }

@media (max-width: 1024px) {
	.section-gallery .section__body { padding: 0 50px; }
	.section--stories p  { font-size: 27px; }
}
@media (max-width: 479px){
	.section--news .section__head { margin-top: 40px; }
	.section-gallery .section__body { margin-bottom: 45px; }
	.section--news .container { margin-bottom: 45px; }

}
/* ------------------------------------------------------------ *\
	Section Stories
\* ------------------------------------------------------------ */
.section--fetured-stories { margin-bottom: 107px; }
.section--fetured-stories .container { padding: 0 56px; }
.section--fetured-stories .section__head { padding-top: 43px; text-align: center; color: #fff; }
.section--fetured-stories .section__title { font-size: 85px; text-transform: uppercase;  font-weight: bold; }
.section--fetured-stories .section__body { margin-bottom: 58px; padding: 0 70px; }
.section--fetured-stories .section__subtitle { margin-top: 44px; font-size: 33px; }
.section--fetured-stories .owl-carousel .owl-nav .owl-prev:before  { content: ''; background: url(images/arrow-white.png); position: absolute; width: 28px; height: 46px; }
.section--fetured-stories .owl-carousel .owl-nav .owl-next:before { content: ''; background: url(images/arrow-white-right.png); position: absolute; width: 28px; height: 46px; }
@media (max-width: 1300px){
	.section--fetured-stories .section__body { padding: 0; }
	.section--news .owl-carousel .owl-nav { display: none; }
	.section--news-small .section__body { padding: 0 40px; }
}
@media (max-width: 1200px){
	.section--news .new .new__content { padding: 30px 20px 62px; }
	.section--news .new .new__actions { padding: 0 20px; }
	.section--news .section__title { font-size: 80px; }

}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section--fetured-stories .section__actions { margin-bottom: 80px; }
	.section--fetured-stories .section__title  { font-size: 74px; }
	.section--fetured-stories .section__subtitle { font-size: 38px; }
	.section--fetured-stories .story .story__content { padding: 14px 0px 29px; }
	.section--fetured-stories .story .story__content h3 { font-size: 20px; }

	.section-gallery .section__title { font-size: 74px; }
	.section-gallery .section__subtitle { font-size: 35px; }

	.section--news .section__title { font-size: 54px; }
	.section--news .section__head .section__title--small { font-size: 74px; }
	.section--news .section__subtitle { font-size: 35px; }
	.section--news .news--big .col-sm-4 { width: 100%; }
}
/* Mobile */
@media (max-width: 767px) {
	.section--fetured-stories .section__title  { font-size: 57px;margin-bottom: 5px; }
	.section--fetured-stories .section__head { margin-bottom: 40px; padding-top: 40px; }
	.section--fetured-stories .section__body { margin-bottom: 40px; }
	.section--fetured-stories .section__subtitle { font-size: 27px; margin-top: 0; }
	.section--fetured-stories .section__actions { margin-bottom: 40px; }

	.section-gallery .section__title { font-size: 57px; }
	.section-gallery .section__head { margin-bottom: 40px; }
	.section-gallery { padding-bottom: 40px; }
	.section-gallery .section__subtitle { font-size: 27px; }

	.section--news .section__title { font-size: 57px; }
	.section--news .section__head .section__title--small { font-size: 57px; }
	.section--news-small .section__action { margin-bottom: 60px; }
	.section--news .section__subtitle { font-size: 27px; }
	.section--news .section__head { margin-bottom: 62px; }
	.section--news-small .section__head { margin-bottom: 40px; }
	.section--news-small .section__actions { margin-bottom: 40px; }
	.section--stories p  { font-size: 21px; }
}

@media (max-width: 479px){
	.section--fetured-stories .section__title  { font-size: 36px;margin-bottom: 5px; }
	.section--fetured-stories .section__subtitle { font-size: 20px; margin-top: 0; }
	.section--fetured-stories .section__body { margin-bottom: 45px; }
	.section--news-small .section__action { margin-bottom: 0px; }

	.section--news .section__title { font-size: 36px; }
	.section--news .section__head .section__title--small { font-size: 36px; margin-bottom: 5px; }
	.section--news .section__subtitle { font-size: 20px; }

	.section-gallery .section__title { font-size: 36px; margin-bottom: 5px; }
	.section-gallery .section__subtitle { margin-top: 0; }
	.section-gallery .section__subtitle { font-size: 20px; }

}

/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */
.section--article { font-size: 24px; line-height: 1.2; color: #333; }
.section--article .section__head { margin-bottom: 124px; }
.section--article p { margin-bottom: 37px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.section .section__body { padding-right: 54px; padding-left: 54px; }
	.section--news .col-sm-4 { width: 50%; }
	.section--dark .section__body { background: none; padding: 0; }
	.section .section__head--right h3 { display: none; }
	.section--stories .col-sm-4 { width: 50%; }
}
/* Mobile */
@media (max-width: 767px) {
	.section { margin-bottom: 80px; }
	.section .section__body { padding-right: 40px; padding-left: 40px; }
	.section--news .col-sm-4 { width: 100%; }
	.section--news .section__body .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.section--news .section__title--big { font-size: 36px; }

	.section--article { font-size: 26px; }
	.section--stories .col-sm-4 { padding: 0 5px; }
}
@media (max-width: 479px){
	.section { margin-bottom: 20px; }
	.section .section__body { padding-right: 10px; padding-left: 10px; }

	.section--news .section__title--big { font-size: 24px; margin-left: -15px; }
	.section--news-small .section__body { margin-bottom: 25px; }
	.section--news-small .owl-carousel .owl-dots { margin-top: 15px; }

	.section--members .section__body { padding: 40px 15px 10px; }
	.section-gallery .section__body { margin-bottom: 25px; padding: 0 20px; }
	.section-gallery .owl-carousel .owl-dots { margin-top:35px; }

	.section--article { font-size: 20px; }
	.section--fetured-stories .section__body { margin-bottom: 25px; }
	.section--stories .col-sm-4 { width: 100%; }

	.section--fetured-stories .container { padding: 0 10px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {}
.slider .slides { list-style: none outside none; }
@media (max-width: 1400px){
	.slider--stories .story .story__content h3 { font-size: 30px; }
}

 .slider--stories .owl-stage { display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider--stories .slider__slide { display: flex; background-color: #fff;  }
.slider--stories .slider__content  { width: 100%; }
.slider--stories .slider__slide:hover   { background-color: #ff0000;  }
.slider--stories .slider__slide:hover .story__inner { background-color: #ff0000;  }
.slider--stories .stories { display: flex; }
.slider--stories  .story .story__content { padding-bottom: 0; }
.slider--stories .owl-carousel .owl-dot { margin-top: 20px; }
.slider--stories .owl-item{ display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto !important; }

.slider--news .owl-item{ display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto !important; }

 .slider--news .owl-stage { display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider--news .slider__slide { display: flex; background-color: #fff;  }
.slider--news .new { height: 100%; }
.slider--news .new__content { position: relative; height: 100%; }
.slider--news .new__actions { position: absolute; width: 100%; bottom: 30px; left: 0; padding: 0 32px; }
.slider--news .owl-item{ display: -webkit-flex; display: -ms-flexbox; display: flex; height: auto !important; }



/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul { list-style: none; }
.socials ul:after { content: ''; clear: both; display: table; }
.socials a:hover i { transition: color .4s; }
.socials a:hover i { color: #ec0928; }
.socials li { float: left; }
.socials li + li { margin-left: 24px;  }
.socials li i { font-size: 29px; }
/* Mobile */
@media (max-width: 767px) {
	.socials li i { font-size: 25px; }
}
/* ------------------------------------------------------------ *\
	Stories
\* ------------------------------------------------------------ */
.story { margin-bottom: 45px; }
.story a { text-decoration: none; }
.story .story__inner { display: block; background-color: #fff;}
.story img { width: 100%; }
.story .story__content { padding: 28px 0px 44px; ; text-align: center; }
.story .story__content h3 { font-weight: bold; color: #222; font-size: 32px; padding: 0 15px; }
.story .story__image { position: relative; }
.story .story__image:after { content: ''; width: 100%; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255, 0, 0, .49); position: absolute; opacity: 0; transition: .3s; }
.story:hover .story__image:after { opacity: 1; }
.story:hover .story__inner { background: #ff0000;  }
.story:hover .story__content h3 { color: #fff; }
@media (max-width: 1200px){
	.story .story__content h3 { font-size: 31px; }

}
/* Mobile */
@media (max-width: 767px) {
	.story .story__content h3 { font-size: 17px; }
	.story .story__content { padding: 15px 0 30px; }
	.story { margin-bottom: 30px; }
}
@media (max-width: 479px) {
	.story .story__content h3 { font-size: 20px; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */

