/* #Basic Styles*/
body { line-height: 1; }
html { font-size: 11px; line-height: 2.0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; min-height: 100%; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin 0 0; padding: 0 0; }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }
@-ms-viewport { width: device-width; }
/*general-flex*/
.flex-wrapper { display: flex; flex-wrap: wrap; }
.flex-item { display: flex; flex-direction: column; margin-bottom: 20px; }
.flex-content { flex: 1; margin-bottom: 20px; }
/*grid-flex*/
.wrap { /*max-width: 1500px;*/ height: 100%; }
.container-fluid, .container { margin-right: auto; margin-left: auto; padding-right: 20px; padding-left: 20px; }
.row { box-sizing: border-box; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }
.row.reverse { -ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }
.col.reverse { -ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 20px; padding-left: 20px; }
.col-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-offset-1 { margin-left: 8.333%; }
.col-offset-2 { margin-left: 16.667%; }
.col-offset-3 { margin-left: 25%; }
.col-offset-4 { margin-left: 33.333%; }
.col-offset-5 { margin-left: 41.667%; }
.col-offset-6 { margin-left: 50%; }
.col-offset-7 { margin-left: 58.333%; }
.col-offset-8 { margin-left: 66.667%; }
.col-offset-9 { margin-left: 75%; }
.col-offset-10 { margin-left: 83.333%; }
.col-offset-11 { margin-left: 91.667%; }
.first { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
@media only screen and (min-width: 420px) {
.container-fluid, .container { padding-right: 10px; padding-left: 10px; }
.row { margin-right: -10px; margin-left: -10px; }
.col-xs { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-xs-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-xs-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-xs-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-xs-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-xs-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-xs-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-xs-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-xs-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-xs-offset-1 { margin-left: 8.333%; }
.col-xs-offset-2 { margin-left: 16.667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.333%; }
.col-xs-offset-5 { margin-left: 41.667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.333%; }
.col-xs-offset-8 { margin-left: 66.667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.333%; }
.col-xs-offset-11 { margin-left: 91.667%; }
.start-xs { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-xs { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-xs { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-xs { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-xs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-xs { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-xs { -ms-flex-pack: distribute; justify-content: space-around; }
.between-xs { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-xs { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-xs { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 768px) {
.container { width: 750px; }
.col-sm,  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-sm { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-sm-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-sm-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-sm-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-sm-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-sm-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-sm-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-sm-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-sm-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-sm-offset-0 { margin-left: 0; }
.col-sm-offset-1 { margin-left: 8.333%; }
.col-sm-offset-2 { margin-left: 16.667%; }
.col-sm-offset-3 { margin-left: 25%; }
.col-sm-offset-4 { margin-left: 33.333%; }
.col-sm-offset-5 { margin-left: 41.667%; }
.col-sm-offset-6 { margin-left: 50%; }
.col-sm-offset-7 { margin-left: 58.333%; }
.col-sm-offset-8 { margin-left: 66.667%; }
.col-sm-offset-9 { margin-left: 75%; }
.col-sm-offset-10 { margin-left: 83.333%; }
.col-sm-offset-11 { margin-left: 91.667%; }
.start-sm { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-sm { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-sm { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-sm { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-sm { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-sm { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-sm { -ms-flex-pack: distribute; justify-content: space-around; }
.between-sm { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-sm { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-sm { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 992px) {
.container { width: 960px; }
.col-md,  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-md { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-md-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-md-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-md-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-md-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-md-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-md-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-md-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-md-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-md-offset-0 { margin-left: 0; }
.col-md-offset-1 { margin-left: 8.333%; }
.col-md-offset-2 { margin-left: 16.667%; }
.col-md-offset-3 { margin-left: 25%; }
.col-md-offset-4 { margin-left: 33.333%; }
.col-md-offset-5 { margin-left: 41.667%; }
.col-md-offset-6 { margin-left: 50%; }
.col-md-offset-7 { margin-left: 58.333%; }
.col-md-offset-8 { margin-left: 66.667%; }
.col-md-offset-9 { margin-left: 75%; }
.col-md-offset-10 { margin-left: 83.333%; }
.col-md-offset-11 { margin-left: 91.667%; }
.start-md { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-md { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-md { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-md { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-md { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-md { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-md { -ms-flex-pack: distribute; justify-content: space-around; }
.between-md { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-md { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-md { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 1200px) {
.container { width: 1140px; }
.col-lg,  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 10px; padding-left: 10px; }
.col-lg { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
.col-lg-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; }
.col-lg-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; }
.col-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
.col-lg-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
.col-lg-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; }
.col-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
.col-lg-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; }
.col-lg-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; }
.col-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
.col-lg-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; }
.col-lg-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; }
.col-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-lg-offset-0 { margin-left: 0; }
.col-lg-offset-1 { margin-left: 8.333%; }
.col-lg-offset-2 { margin-left: 16.667%; }
.col-lg-offset-3 { margin-left: 25%; }
.col-lg-offset-4 { margin-left: 33.333%; }
.col-lg-offset-5 { margin-left: 41.667%; }
.col-lg-offset-6 { margin-left: 50%; }
.col-lg-offset-7 { margin-left: 58.333%; }
.col-lg-offset-8 { margin-left: 66.667%; }
.col-lg-offset-9 { margin-left: 75%; }
.col-lg-offset-10 { margin-left: 83.333%; }
.col-lg-offset-11 { margin-left: 91.667%; }
.start-lg { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; }
.center-lg { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; }
.end-lg { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; }
.top-lg { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; }
.middle-lg { -ms-flex-align: center; -webkit-box-align: center; align-items: center; }
.bottom-lg { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; }
.around-lg { -ms-flex-pack: distribute; justify-content: space-around; }
.between-lg { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; }
.first-lg { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
.last-lg { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }
}
 @media only screen and (min-width: 1700px) {
.container { width: 1640px; }
}

body { color: #000; font: 300 16px/1.3 'Source Sans Pro', sans-serif; margin: 0 0; padding: 0 0; background: #f3f3f3; height: 100%; }
article, aside, footer, header, nav, section { display: block; }
figcaption, figure, main { display: block; }
figure { margin: 20px 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1rem; }
a { background-color: transparent; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; font-weight: 700;  }
code, kbd, samp { font-family: monospace, monospace; font-size: 16px; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25rem; }
sup { top: -0.5rem; }
audio, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; }
input { overflow: visible; }
select { text-transform: none; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35rem 0.625rem 0.75rem; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { display: inline-block; vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
ul, li { margin: 0 0; padding: 0 0; list-style: none }
/* #Typography */
h1, h2, h3, h4, h5, h6 { width: 100%; font-family: 'Montserrat', sans-serif; color: #000; font-weight: 700; line-height: 1.3; margin: 0 0; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
h1 { font-size: 28px; margin-bottom: 10px }
h2 { font-size: 24px; margin-bottom: 9px }
h3 { font-size: 20px; margin-bottom: 8px }
h4 { font-size: 18px; margin-bottom: 8px }
p { margin: 0 0 12px 0; line-height: 1.5 }
/* #Links */
a, a:visited, p a, p a:visited { text-decoration: none; outline: 0; line-height: inherit; color: #ab0534 } 
a:hover, p a:hover { color: #000 }
/* #Forms */
fieldset { margin-bottom: 20px; }
select { height: 52px; }
textarea { min-height: 150px; }
label, legend { display: block; font-weight: normal; font-size: 1.5rem; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 1.4rem; color: #444; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select { border: 1px solid #e5e5e7; background: #fff; padding: 10px 10px; outline: none; font: 400 16px/20px 'Libre Franklin', sans-serif; margin: 0; width: 100%; max-width: 100%; display: block; color: #e5e5e7; }
select { height: 52px; }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #c9c9c9; color: #939393 !important; }
input[type="submit"] { width: 174px; height: 54px; background: #f97c81; text-align: center; color: #fff; display: inline-block; text-decoration: none; cursor: pointer; margin: 0 0; font: 300 18px/54px 'Libre Franklin', sans-serif; border: none; border-radius: 3px; }
input[type="submit"]:hover { background: #fff; color: #860a26; }
/*buttons*/
.button { text-align: center }
.button a, a.button, #closeBt { height: 54px; color: #000; background: #860a26; border: 1px solid #860a26; text-decoration: none; cursor: pointer; margin: 0 auto; font: 400 18px/54px 'Source Sans Pro', sans-serif; text-transform: uppercase; text-align: center; border: none; display: inline-block; padding: 0 35px; border-radius: 3px; }
.button a div { width: 100%; display: inline-block; text-align: center }
.button a:hover, a.button:hover, .active a.button , #closeBt { background: #fff; border: 1px solid #860a26; color: #860a26; }
/*image*/
img { vertical-align: middle; }
.img-responsive { display: block; width: 100%; max-width: 100%; height: auto }
.circle-corner { border-radius: 50%; }
/*clearfix*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.mobile-hide { display: none; }
.mobile-show { display: block; }
.hidden { display: none; }
/*start custom css*/
.wrapper { position: relative; width: 100%; height: 100%; }
#header { width: 100%; height: 100px; position: fixed; top: 0; left: 0; z-index: 150; }
.header, .header-fix { height: 100px; }
#intro { background: #860a26; box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.75); width: 100%; height: 1080px; z-index: 999; color: #fff;text-align: center; text-transform: uppercase; display: none; }
#intro h3 { color: #fff; }
#intro p { color: #fff; line-height: 2;  }
#closeBt {color: #fff; margin-top: 15px;}
#closeBt:hover {color: #000;}
.intro-language { text-align: center; margin: 100px 0; }
/*mobil menu*/
.toggle { width: 20px; height: 20px; position: absolute; top: 15px; left: 20px; display: block; z-index: 160; cursor: pointer; transition: top 0.3s; }
.ccm-toolbar-visible .toggle { top: 72px; }
div .menu { width: 0px; height: 1200px; display: block; position: absolute; top: 0; right: auto; bottom: 0; left: -200px; z-index: 151; background: #000; -webkit-transition: width 0.5s; transition: width 0.5s; }
.menu-icon-bar { background-color: #fff; display: block; height: 3px; margin: 3px 0; }
.bar-bottom, .bar-top { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }
.bar-middle { opacity: 1; transition-delay: 0.3s, 0s; }
#toggle:checked + div .bar-top { transform: rotate(45deg); margin-top: 12px; }
#toggle:checked + div .bar-bottom { transform: rotate(-45deg); margin-top: -12px; }
#toggle:checked + div .bar-middle { opacity: 0; }
#toggle { display: none; }
#toggle:checked + div .menu { width: 300px; left: 0; }
.primary-menu { width: 100%; z-index: 200; }
.primary-menu div { float: none; display: inline-block; }
.primary-menu ul.menu { padding: 50px 0 0 50px; }
.primary-menu li { display: block; width: 100%; margin: 0 0; }
.primary-menu li a { display: block; text-decoration: none; margin: 0 0; text-align: left; padding: 0 0; font: 600 14px/40px 'Source Sans Pro', sans-serif; color: #fff; text-transform: uppercase; }
.primary-menu li a:visited { color: #fff; }
.primary-menu li a:hover { color: #860a26; }
.primary-menu li, .primary-menu li a { height: auto;  }
.primary-menu li:hover ul, .primary-menu li.over ul { height: auto; }
.primary-menu .sub-menu { margin-top: 0px; padding-left: 5px; }
.primary-menu .sub-menu li a { font: 400 13px/34px 'Source Sans Pro', sans-serif; }
.language-block { height: 20px; position: absolute; top: 15px; right: 20px; display: block; z-index: 161; }
.language-block .languages li { float: left; display: block;  margin-right: 10px; }
.language-block .languages li a { display: inline-block; background: #fff; }
.ccm-toolbar-visible .language-block { top: 63px; }
.ccm-reagion-flag { width: 32px; height: 32px; }
/*main-image*/
#mainimage { position: relative; width: 100%; min-width: 100%; padding: 0; margin: 0; display: inline-block; }
.rimage { position: relative; width: 100%; padding: 0; margin: 0; text-align: left; list-style: none; }
.rimage img { z-index: 0; display: inline-block; }
.rimage .slide-element-holder { width: 100%; min-height: 100%; position: absolute; top: 0; bottom: 0; left: 0; z-index: 10; text-align: center; overflow: hidden }
.rimage .slide-element-holder .row { height: 100%; min-height: 100% }
.rimage .slide-element-content { width: 100%; height: 100%; min-height: 100%; text-align: center; }
.rimage .logo { width: 100%; display: inline-block; text-align: center; margin: 50px 0 20px 0; }
.rimage .logo img { width: 185px; display: inline-block; }
.rimage .slide-element-text { width: 100%; display: inline-block; }
.rimage .slide-element-text h1 { color: #fff; font-size: 32px; line-height: 1.2; margin-bottom: 20px; }
.rimage .slide-element-text p { color: #fff; font-size: 16px; line-height: 1.2; }
.main-image { height: 826px; background: url(../images/main-image-mobile.jpg) center center no-repeat; background-size: cover; }
/*content*/
#video { margin: 0 0; padding: 30px 0; background: #860a26; color: #fff; }
.mission-text { display: flex; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.mission-text h2 { color: #fff; }
.mission-text p { color: #fff; font-size: 20px; font-style: italic; }
#videofull {margin: 0 0; padding: 70px 0; background: #d9d9d9; color: #860a26; }
#videofull h1 {color: #860a26;}
#clients { margin: 0; padding: 0; background-color: #d9d9d9 }
#mission { margin: 0; padding: 0; }
.mission-back { width: 100%; display: flex; align-items: center; flex-wrap: wrap }
.mission-split { width: 100%; padding: 0 0; }
.mission-content { padding: 30px 10px; }
.mission-split img { padding: 0 0; }
#we-are { padding: 50px 0 300px 0; margin: 0 0; background: #1a1a1a url(../images/we-are-mobile.jpg) center bottom no-repeat; background-size: contain; text-align: left; color: #fff; }
#we-are h2, #we-are h3 { text-align: left; color: #fff; }
.goal { color: #fff; font-size: 20px; font-style: italic; margin-top: 30px; }
#services { text-align: center; display: flex; padding: 0 0; align-items: center; flex-wrap: wrap }
.service-title { width: 100%; padding: 30px; }
.service-title h2 { text-align: center; color: #860a26; }
.service-holder { width: 100%; display: flex; flex-wrap: wrap; justify-content: center }
.service-item { width: 50%; padding: 30px 10px; text-align: center; }
.service-item h4 { font-size: 16px; text-transform: none; margin-bottom: 0; line-height: 1.1; }
.service-item p { font-size: 14px; line-height: 1.1; }
.grey-1 { background: #d9d9d9; }
.grey-2 { background: #ededed; }
.grey-3 { background: #f5f5f5; }
.grey-4 { background: #ebebeb; }
.grey-5 { background: #e4e4e4; }
.service-item:hover { background: #860a26; color: #fff; }
.service-item:hover h4 { color: #fff; }
#approach { padding: 280px 0 30px 0; margin: 0 0; background: #8a8a8a url(../images/approach-mobile.jpg) top center no-repeat; background-size: contain; text-align: left; }
#risk { padding: 50px 0; }
#risk h2 { color: #860a26; text-align: center; }
.risk-item-left, .risk-item-right { background: #fff; padding: 30px 30px; position: relative; text-align: left; margin-top: 20px; }
.risk-item-left h3, .risk-item-right h3, #clients h3 { color: #860a26; }
.arrow-one, .arrow-two { position: absolute; right: 30px; width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; }
.arrow-one { bottom: 0; border-bottom: 25px solid #860a26; }
.arrow-two { top: 0; border-top: 25px solid #860a26; }
#cta { padding: 60px 0 30px 0; background: #860a26; color: #fff; text-align: center; font-size: 22px; font-style: italic; }
#cta a.button, #closeBt:hover { background: #fff; border: 1px solid #fff; color: #000; margin-top: 15px; }
#cta a.button:hover, #closeBt { background: #860a26; border: 1px solid #fff; color: #fff; }
#cta .cta-text {font-style: initial;}
#cta .cta-text a {color:#fff;}
#clients { text-align: left; }

/*footer*/
footer { position: relative }
.footer { background: #303030; text-align: center; padding: 20px 0; }
.footer-legal p { font-size: 12px; margin: 20px 0; color: #fff }
.footer-social { text-align: center; }
.footer-social .icon-social { display: flex; justify-content: center }
.footer-social .icon-box { display: inline-block; margin: 4px;  }
.footer-social .icon-box a { color: #fff; }
.footer-social .icon-box .fa { background: #fff; width: 36px; height: 36px; border-radius: 50%; font-size: 24px; margin-top: 8px; color: #860a26; line-height: 36px; text-align: center; }
.footer-social .icon-box .fa:hover { background: #860a26; color: #fff; }
/* Media Queries*/
 @media (min-width: 400px) {
}

@media (min-width: 460px) {
}

 @media (min-width: 576px) {  
}

 @media (min-width: 768px) {
.rimage .logo { margin: 60px 0; }
.rimage .logo img { width: 190px; }
.rimage .slide-element-text h1 { color: #fff; font-size: 40px; line-height: 1.2; margin-bottom: 20px; }
.rimage .slide-element-text p { color: #fff; font-size: 20px; line-height: 1.2; }
.main-image { height: 500px; background: url(../images/main-image.jpg) center center no-repeat; background-size: cover; }
.mission-text { margin-top: 0px; }
#we-are { padding: 50px 0 400px 0; background: #1a1a1a url(../images/we-are-tablet.jpg) center bottom no-repeat; background-size: contain; }
.goal { font-size: 26px; }
.service-item { width: 33.33%; padding: 40px 10px; }
.service-item h4 { font-size: 20px; }
.service-item p { font-size: 16px; }
#approach { padding: 500px 0 30px 0; margin: 0 0; background: #8a8a8a url(../images/approach-tablet.jpg) top center no-repeat; background-size: contain; }
.risk-item-left, .risk-item-right { padding: 50px 30px; }
.risk-item-left { text-align: left }
.risk-item-right { text-align: right }
.arrow-one, .arrow-two { position: absolute; top: 30px; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; }
.arrow-one { right: 0; border-right: 25px solid #860a26; }
.arrow-two { left: 0; border-left: 25px solid #860a26; }
/*footer*/
.footer { text-align: left; }
.footer-social { text-align: right; }
.footer-social .icon-social { justify-content: flex-end; }
#videofull video {padding-left: 100px;padding-right: 100px;}
}

@media (min-width: 992px) {
h1, h2, h3, h4, h5, h6 { line-height: 1.5; }
h1 { font-size: 32px; margin-bottom: 10px }
h2 { font-size: 28px; margin-bottom: 9px }
h3 { font-size: 22px; margin-bottom: 8px }
h4 { font-size: 20px; margin-bottom: 8px }
.rimage .logo { margin: 90px 0; }
.rimage .logo img { width: 210px; }
.rimage .slide-element-text h1 { font-size: 48px; margin-bottom: 30px; }
.main-image { height: 600px; }
.mission-text { margin-top: 0; }
.mission-split { width: 50%; padding: 0 0; }
.mission-split img { padding: 0 0; }  
#we-are { padding: 30px 0; background: url(../images/we-are.jpg) center center no-repeat; background-size: cover;  }
.service-item { width: 20%; padding: 30px 30px; text-align: center; }   
#approach { padding: 40px 0; background: url(../images/approach.jpg) center center no-repeat; background-size: cover; text-align: right; }   
#cta { padding: 60px 0 60px 0; }

}

@media (min-width: 1200px) {
.rimage .logo { margin: 110px 0; }
.rimage .logo img { width: 240px; }
.rimage .slide-element-text h1 { font-size: 48px; margin-bottom: 40px; }
.rimage .slide-element-text p { font-size: 22px; }
.main-image { height: 800px; }
}

@media (min-width: 1600px) {
h1 { font-size: 36px; margin-bottom: 24px }
h2 { font-size: 32px; margin-bottom: 20px }
h3 { font-size: 24px; margin-bottom: 15px }
h4 { font-size: 20px; margin-bottom: 12px }
/*main-image*/
.rimage .logo { margin: 150px 0; }
.rimage .logo img { width: 290px;  }
.rimage .slide-element-text h1 { font-size: 56px; margin-bottom: 40px; }
.rimage .slide-element-text p { font-size: 24px; }
.main-image { height: 948px; }
/*content*/
#video { padding: 50px 0; }
.mission-text p { font-size: 30px;  }
.mission-content { padding: 30px 10px; }
#we-are { padding: 80px 0; }
.goal { font-size: 30px; margin-top: 40px; }
.service-title { width: 25%; padding: 30px; }
.service-holder { width: 75%; }
.service-item { width: 20%; padding: 50px 30px; text-align: center; }
.service-item h4 { font-size: 20px; }
#risk { padding: 50px 0; }
#cta { padding: 60px 0 30px 0; font-size: 30px; }
}