@charset "utf-8";

/*@font-face {*/
    /*font-family: 'Source Sans Pro';*/
    /*src: url('../fonts/SourceSansPro-Light.woff') format('woff');*/
    /*font-weight:normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'Source Sans Pro';*/
    /*src: url('../fonts/SourceSansPro-Regular.woff') format('woff');*/
    /*font-weight:bold;*/
/*}*/
/*body {*/
    /*font-family: "Source Sans Pro", MHei, sans-serif;*/
    /*color:#666;*/
/*}*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}
/* Useful
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ==========================================================================
   ========================================================================== */

.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.padding20 {
    padding: 20px;
}
.padding25 {
    padding: 25px;
}
.padding40 {
    padding: 40px;
}

.padding60 {
    padding: 60px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom25 {
    padding-bottom: 25px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingBottom35 {
    padding-bottom: 35px;
}

.paddingBottom40 {
    padding-bottom: 40px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop25 {
    padding-top: 25px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingTop50 {
    padding-top: 50px;
}

.paddingTop60 {
    padding-top: 60px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingLeft40 {
    padding-left: 40px;
}

.paddingLeft50 {
    padding-left: 50px;
}

.paddingLeft60 {
    padding-left: 60px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight25 {
    padding-right: 25px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingRight40 {
    padding-right: 40px;
}

.paddingRight50 {
    padding-right: 50px;
}

.margin10 {
    margin: 10px;
}
.margin20 {
    margin: 20px;
}
.margin30 {
    margin: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom25 {
    margin-bottom: 25px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft25 {
    margin-left: 25px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginLeft40 {
    margin-left: 40px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight25 {
    margin-right: 25px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginRight40 {
    margin-right: 40px;
}
/* md */
@media (max-width:991px){

}
/* Custom
   ==========================================================================
   ==========================================================================
   ========================================================================== */

 /*b,.bold,strong {*/
     /*font-weight:500;*/
 /*}*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.paddingLeft20-md{
    padding-left:0;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .paddingLeft20-md{
        padding-left:20px;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


body{
    overflow-x:hidden!important;
}
/*::selection {*/
    /*background: #042d4c;*/
    /*color:#fff;*/
/*}*/
/*::-moz-selection {*/
    /*background: #042d4c;*/
    /*color:#fff;*/
/*}*/
a[target="_blank"]{

}
.ffffff, a.ffffff{
    color:#ffffff;
}
.red{
    color:rgb(217,0,4);
}
a.red,
a.red:hover,
a.red:active,
a.red:focus,
a.red:visited {
    color:rgb(217,0,4)!important;
    text-decoration: none;
}
.red.outline-button{
    display:inline-block;
    padding:12px 16px;
    background-color: rgb(217,0,4);
    color:#fff!important;
    /*border-radius:6px;*/
    /*font-weight: bold;*/
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width:150px;
    text-align: center;
}
a.red.outline-button{
    color:#fff!important;
}
.red.outline-button:active,
.red.outline-button:focus,
.red.outline-button:hover{
    text-decoration: none;
    background-color:rgb(217,0,4);
    background-color:transparent;
    color:#fff!important;
    color:rgb(217,0,4)!important;
}
.grey,.gray,a.grey,a.gray{
    color:rgb(100,100,100);
}
.black,a.black{
    color:#333;
}
.mediumgrey,.mediumgray,.midgrey,.midgray{
    color: rgb(120, 120, 120);
}
.lightgrey,.lightgray{
    color:rgb(180,180,180);
}
.bg-blue {
    background-color: rgb(41, 62, 128);
}
.bg-center{
    background-position:center;
}
.norepeat{
    background-repeat:no-repeat;
}
.vertical-center{
    display:table;
    height:100%;
    width:100%;
}
.liststyle-none{
    list-style: none;
    padding-left:0;
    margin-bottom:0;
}
.inline-block{
    display:inline-block;
}
.relative{
    position:relative;
}
.vertical-center>div{
    display:table-cell;
    vertical-align: middle;
}
.orange-button{
    color:#fff;
    display:inline-block;
    background-color:rgb(253,120,54);
    padding: 15px 0;
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    border-radius:2em;
    transition: background-color 0.2s;
    width:200px;
    text-align: center;
    border-width: 0;
}
.orange-button:hover,
.orange-button:focus
{
    color:#fff;
    text-decoration: none;
    background-color: rgb(253, 128, 82);
}
.fontsize-8em{
    font-size: 0.8em;
}
.fontsize-10em{
    font-size:1em
}
.fontsize-11em{
    font-size:1.1em
}
.fontsize-12em{
    font-size:1.2em;
    line-height:1.4;
}
.fontsize-13em{
    font-size:1.3em;
    line-height:1.4;
}
.fontsize-14em{
    font-size:1.4em;
    line-height:1.4;
}
.fontsize-15em{
    font-size:1.5em;
    line-height:1.5;
}
.fontsize-20em{
    font-size:2em
}

.fontsize-30em{
    font-size: 2.3em;
}
.fontsize-40em{
    font-size:4em
}
.fontsize-15px{
    font-size:15px;
}
.fontsize-18px{
    font-size:18px;
}
.letterspacing-2em{
    letter-spacing: 0.2em;
}
.uppercase{
    text-transform: uppercase;
}
.underline{
    text-decoration: underline;
}
a.underline:hover,
a.underline:focus,
a.underline:active{
    text-decoration: none;
}
.font-libre{
    font-family: 'Libre Baskerville', serif;
}
.font-noto{
    font-family: 'Noto Sans', sans-serif;
}
.font-open{
    font-family: 'Open Sans', sans-serif;
}
.menu-link-list{
    padding-left:0;
    margin-bottom:0;
    list-style: none;
}
.text-justify,.text-justify-xs {
    text-align: justify;
}
.text-center-xs{
    text-align: center;
}
.text-left-xs{
    text-align: left;
}
.text-right-xs{
    text-align: right;
}
.pointer{
    cursor:pointer;
}
@media (min-width: 768px) {
    .fontsize-30em{
        font-size: 3em;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-justify-sm {
        text-align: justify;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }
    .text-left-md {
        text-align: left;
    }
    .text-right-md {
        text-align: right;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-justify-lg {
        text-align: justify;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-right-lg {
        text-align: right;
    }
}
/* Header
   ========================================================================== */
.menu-nav{
    transition: 0.5s;
     overflow: hidden;
    z-index: 1000;
    /* padding: 15px; */
    padding-left: 0px;
    padding-right: 0px;
    border-bottom:1px solid #ddd;
    position: fixed;
    width:100%;
    background-color:#fff;
}
.menu-nav a,.link-container a{
    /*color:inherit;*/
}
.menu-nav a:hover,
.menu-nav a:active,
.menu-nav a:hover,
.link-container a:hover{
    color:inherit;
}
.menu-nav.open{
    overflow:visible;
}
#nav-icon3 {
    float: right;
    margin: 15px;
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding-right:15px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}
.mobileMenu {
    z-index: 10000;
    background: #fff;
    position: absolute;
    width: 100%;
    overflow: scroll;
    left:100%;
    transition: 0.5s;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
}
.mobileMenu.open {
    left: 0;
}
@media (min-width:768px){
    .mobileMenu{
        left:0;
        opacity:0;
        pointer-events: none;
    }
    .mobileMenu.open{
        opacity:1;
        pointer-events: all;
    }
}
.topBar {
    position: relative;
    height: auto;
}
.topBar {

}
.ul-style-none{
    list-style: none;
    padding-left:0;
    margin-bottom:0;
}
.red-button{
    color:#fff;
    background-color:rgb(217,0,4);
    /*border-radius:6px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display:inline-block;
    padding: 10px 20px;
    /*font-size: 18px;*/
    /*line-height: 1.3333333;*/
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*border: 1px solid transparent;*/
    font-family: "Noto Sans";
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    /*border:2px solid rgb(217,0,4);*/
    transition: background-color 0.2s, color 0.2s;
    min-width:150px;
    border:0;
}
.red-button:hover{
    background-color: transparent;
    color:rgb(217,0,4)!important;
}
/*.menu-1{*/
    /*-webkit-column-count: 1;*/
    /*-moz-column-count: 1;*/
    /*column-count: 1;*/
    /*padding-left: 0;*/
/*}*/
/*.menu-1 li{*/
    /*display:inline-block;*/
    /*width:100%;*/
/*}*/
.menu-2-wrap{
    /*max-width: 33%;*/
    vertical-align: top;
    white-space: initial;
    box-sizing: content-box;
}
.menu-2{
    column-count: 1;
}
.menu-2 li{
    /*display:inline-block;*/
    /*width:100%;*/
    padding-bottom: 7px;
}
.hover-red-image0{
    /*transition:opacity 0.2s;*/
}
:hover>.hover-red-image0{
    opacity:0;
}
.hover-red-image0, .hover-red-image {
    transform: translate(0px, -1px);
}
.hover-red-image{
    position:absolute;
    /*top:0;*/
    left:0;
    opacity:0;
    /*transition:opacity 0.2s;*/
}
:hover>.hover-red-image{
    opacity:1;
}
.float-left{
    float:left;
}
.menu-fix-height{
    height:60px;
}
.paddingBottom-xs{
    padding-bottom:12px;
}
.header-menu-button-wrap{

}
.paddingBottom-xs{
    padding-bottom:0;
}
.fontsize-xs-16px{
    font-size:16px;
}
#open_and_close_content{
    display:none;
}
#index-slider .owl-stage-outer{
    background-color:#000;
}
.newsubmenu{
    padding-top: 20px;
    padding-bottom:20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
}
.open-and-close{
    /*height:60px;*/
    box-sizing: border-box;
}
.open-and-close-outer{
    display:none;
}
.open-and-close-inner{
    background-color:#fff;
    border: solid #ddd;
    border-width: 1px 0;
}
.open-and-close-inner.affix{
    top:100px;
    z-index:2;
    width:100%;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media (min-width:768px) and (max-width:991px){
    .no-minwidth-sm{
        min-width: 0px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media (min-width:768px){
    .menu-2-wrap {
        max-width: 33%;
    }
    .mobileMenu{
        border-top: 1px solid #fff;
    }
    .menu-1{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .menu-fix-height {
        height: 80px;
    }
    .open-and-close-outer{
        display:block;
    }
    .hide-when-open{
        transition:opacity 0.2s;
    }
    .hide-when-open.open{
        opacity:0;
        pointer-events: none;
    }
    .fontsize-xs-16px{
        font-size:1em;
    }
    #nav-icon3{
         margin-right:0;
    }

    a.anchor {
        display: block;
        position: relative;
        top: -120px;
        visibility: hidden;
    }
    .with-submenu a.anchor {
        top: -210px;
    }
    .header-menu-button-wrap{
        padding-left: 0;
    }
}
@media (min-width:992px){
    .header-menu-button-wrap{
        padding-left: 25px;
    }
}
@media (min-width:1200px){
    .header-menu-button-wrap{
        padding-left: 60px;
    }
}
/* Index
   ========================================================================== */
.hover-red{
    transition: color 0.1s;
}
a.hover-red:hover,
a.hover-red:focus,
a.hover-red:active,
a.hover-red:link{
    text-decoration: none;
}
.hover-red:hover,
a.hover-red:hover{
    color:rgb(217,0,4)!important;
    text-decoration: none;
}
.reverse-red-button{
    color:rgb(217,0,4);
    background-color:transparent;
    display:inline-block;
    height:50px;
    width:150px;
    line-height:50px;
    vertical-align: middle;
    letter-spacing: 2px;
    transition:all 0.2s;
    /*border-radius: 6px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    min-width:150px;
}
.index-3-image{
    height:360px;
}
@media (min-width:768px){
    .index-3-image{height:150px;}

    .reverse-red-button:hover{
        color:#fff;
        background-color:rgb(217,0,4);
    }
}
@media (min-width:992px){
    .index-3-image{height:200px;}
}
@media (min-width:1200px){
    .index-3-image{height:240px;}
}
/* Contact
   ========================================================================== */
.owl-carousel.dots-on-image .owl-dots{
    margin-top: -60px;
    position: relative;
    /*text-align: right;*/
    text-align: center;
    /*padding-right: 25px;*/
}
.owl-carousel.dots-on-image.owl-theme .owl-dots .owl-dot span{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    height:2px;
    width:30px;
    opacity:0.4;
    background-color: #fff;
}
.owl-carousel.dots-on-image.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.dots-on-image.owl-theme .owl-dots .owl-dot:hover span{
    opacity:1;
    background-color: #fff;
}

.owl-custom-controls {
    margin-top: -50px;
    z-index: 1;
    position: relative;
    height: 60px;
    padding-left: 25px;
    width: 125px;
    margin-bottom: 50px;
}
.owl-custom-control{
    display:inline-block;
    border:1px solid rgba(255,255,255,0.4);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:5px;
    height:40px;
    width:40px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-custom-next{
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
    border-left:0;
}
.owl-custom-previous{
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
}
.owl-carousel.nodots .owl-controls{
    display:none;
}
.owl-carousel.bottomline:after{
    /*content: '';*/
    width: 150px;
    background-color: #777;
    height: 1px;
    display: block;
    margin-left: 47%;
    margin-top: -1px;
}
.owl-custom-controls.owl-custom-controls2 {
    width:auto;
    text-align: right;
    padding-left:0;
    padding-right:25px;
    height: 40px;
}
.owl-custom-controls.owl-custom-controls2 .owl-custom-control{
    border:0;
    padding-top:0;
    padding-bottom:0;
    height:30px;
}
.owl-custom-controls.owl-custom-controls2 .owl-custom-control.prev2{
    border-right:1px solid #bbb;
    padding-right:6px;
}
.yt-wrapper{
    cursor: pointer;
}
.yt-wrapper .yt-play-button{
    transition:opacity 0.2s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.38);
    width:70px;
}
.yt-wrapper .yt-play-button:hover{
    opacity:1;
}
.mainContainer h2{
    font-size:1.7em;
}
h1.fix-spacing{
    margin-top: 60px;
    margin-bottom: 0;
}
h2.fix-spacing:after{
    content:'';
    padding-bottom:20px;
    display:block;
    /*margin-top: 0;*/
    /*margin-bottom: 40px;*/
}
.inner-submenu{
    /*padding-top:20px;*/
    padding-bottom:9px;
    border-bottom:1px solid #ddd;
    /*position:fixed;*/
    width:100%;
    background-color:#fff;
    /*top:0;*/
    z-index: 1;
    overflow: hidden;
}
.inner-submenu li{
    padding:2px 30px 2px 0;
}

.inner-submenu li a{
    color:#333;
}
.inner-section .container{
    padding-top: 40px;
    padding-bottom:40px;
}
.two-grey-lines:before,
.two-grey-lines:after {
    content:'';
    width:40px;
    height:1px;
    display:inline-block;
    background-color:rgb(202,202,202);
    vertical-align: middle;
    margin:0 10px;
}
.ul-col-md-2,.ul-col-md-3{
    column-count: 1;
}
.input-lg {
    border-radius: 0;
    height: 48px;
}
.input-md {
    border-radius: 0;
}
.hover-zoom{
    transition:all 0.4s ease 0s;
}
:hover>div>.hover-zoom{
    transform:scale(1.2);
}
@media (min-width:768px) {

    .ul-col-md-2{
        column-count: 2;
    }
    .ul-col-md-3{
        column-count: 3;
    }
    .inner-submenu{
        opacity:1;
        pointer-events: all;
    }

    .yt-wrapper .yt-play-button{
        width:100px;
        opacity:0.7;
    }
}
@media (max-width:767px) {
    .owl-carousel.dots-on-image .owl-dots {
        margin-top: -40px;
        /*padding-right: 15px;*/
    }
}
/* Footer
   ========================================================================== */
.ig-items-wrap {
    /*overflow-x: scroll;*/
    white-space: nowrap;
    padding-bottom:20px;
    outline: 0!important;
}
.ig-items-wrap .jspVerticalBar{
    display:none!important;
}
.ig-items-wrap .jspHorizontalBar{
    height:5px;
    background:transparent!important;
}
.ig-items-wrap .jspTrack{
    background:#ddd;
}
.ig-items-wrap .jspDrag{
    background:#888;
    transition: background 0.2s;
}
.ig-items-wrap .jspDrag:hover{
    background:#333;
}

.ig_div {
    width: 215px;
    height: 215px;
    display: inline-block;
    overflow: hidden;
    /* margin:0 15px; */
    /*width: 50%;
    height: 50%;*/
}

.ig_div img {
    max-width: 215px;
    max-height: 215px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 100%;
    width: 100%;
}
.ig_arrow_container {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    float: right;
}

.ig_arrow {
    float:right;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px;
}

.ig_arrow img {
    width: 12px;
}

#ig_items {
    /*width: 860px;*/
    margin: auto;
    margin-bottom:20px;
}
.ig_div img{
    animation: fadeIn 0.2s;
}
@keyframes fadeIn {
    from {opacity:0}
    to {opacity:1}
}

#ig_ico {
    width: 23px;
    height: 23px;
    top: -4px;
    right: 10px;
    position: relative;
}
/* new ig elements */
#ig_pic{
    padding-right:10px;
    border-right:1px solid #ddd;
    display:inline-block
}
#ig_pic img{
    height:85px;
}
.ig_name-wrap{
    height:85px;
    display:inline-block;
    padding-left:10px;
    vertical-align: middle;
    padding-top: 15px;
}
#ig_name{
    text-transform: uppercase;
}
.ig_info{
    float:left;
    display:none;
}
.bg-grey,.bg-gray{
    background-color:rgb(246,246,246);
    /*background:url('../img/inkglobal/all/bg_texture.jpg') no-repeat top left;*/
    /*background-size: cover;*/
}
.bg-black{
    background-color:rgb(30,30,30);
}
.grey-line,.gray-line{
    height:1px;
    background-color:#ddd;
}
.footer-form .cccApp .formItem {
    background-color:transparent;
}
.footer-form .form-group {
    margin-bottom: 0;
}
.footerIcon .cccAlertMessage{
    opacity:0;
}
.footer-logo-wrap img{
    width:100%;
}
.d-padding-1{
    padding-right:40px;
}
.d-padding-3{
    padding-right:60px;
}
.d-padding-2{
    padding-right:40px;
}
.text-left-xxs-up{
    text-align: left;
}
.paddingRight-dynamic{
    padding-right:5vw;
    min-width:205px;
}

.show-above-500{
    display:none;
}
@media (min-width:500px){
    /* 500!!!! */
    .hide-above-500{
        display:none;
    }
    .show-above-500{
        display:inline-block;
    }
    .hidden-xs.show-above-500{
        display:inline-block!important;
    }
}
@media (min-width:600px){
    .hidden-xxs-up{
        display:none;
    }
}
@media(max-width:992px) {
    .paddingLeft20-sm{
        padding-left: 10px !important;
    }
    .paddingLeft10-sm{
        padding-left: 10px !important;
    }
    .paddingLeft4-sm{
        padding-left: 4px !important;
    }
}
@media(min-width:768px) {
    /*.ig_div {
        margin: 0 12px;
        margin-bottom: 24px;
    }

    #ig_items {
        margin-left: -15px;
        margin-right: -15px;
    }*/

    #ig_pic {
        padding-right: 20px;
    }
    .ig_name-wrap {
        padding-left: 20px;
    }
    .paddingLeft50-sm{
        padding-left:50px;
    }
    .paddingRight50-sm{
        padding-right:50px;
    }
    .paddingRight-dynamic{
        min-width:0;
    }
}
@media (min-width:992px) and (max-width:1199px) {

    .footer-logo-wrap img{
        width:80%;
    }
    .d-padding-1{
        padding-right:1px;
    }
    .d-padding-3{
        padding-right:41px;
    }
    .d-padding-2{
        padding-right:2px;
    }
}
@media (min-width:1200px){
    .d-padding-2{
        padding-right:25px;
    }
    .d-padding-3{
        padding-right:80px;
    }
    .paddingRight-dynamic {
        /*padding-right: calc(60px + 5vw);*/
        padding-right: 125px;
    }
}
@media (max-width:600px){
    .d-padding-1,.d-padding-3{
        padding:0;
    }
    .d-padding-2{
        padding:0;
    }
    .text-left-xxs-up{
        text-align: center;
    }
    .text-left-xxs-up .float-left{
        float:none;
    }
}



.cccApp .btn ,input,button,.btn-group,textarea{
    border-radius: 0px !important ;
}
.cccApp .btn-block{
    width: auto !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 0px !important;
    line-height: 40px !important;
}


.btn-ink-9e1414 {
    color: #FFFFFF;
    background-color: #d50a17;
    border-color: #FFFFFF;
}

.btn-ink-9e1414:hover,
    /*.btn-ink-9e1414:focus,*/
.btn-ink-9e1414:active,
.btn-ink-9e1414.active,
.open .dropdown-toggle.btn-ink-9e1414 {
    color: #d50a17 !important;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-ink-9e1414:active,
.btn-ink-9e1414.active,
.open .dropdown-toggle.btn-ink-9e1414 {
    background-image: none;
}
.btn-ink-9e1414.btn:focus,.btn-ink-9e1414.btn.focus {
    color: #FFF;
    text-decoration: none;
}
.btn-ink-9e1414.disabled,
.btn-ink-9e1414[disabled],
fieldset[disabled] .btn-ink-9e1414,
.btn-ink-9e1414.disabled:hover,
.btn-ink-9e1414[disabled]:hover,
fieldset[disabled] .btn-ink-9e1414:hover,
    /*.btn-ink-9e1414.disabled:focus,*/
    /*.btn-ink-9e1414[disabled]:focus,*/
    /*fieldset[disabled] .btn-ink-9e1414:focus,*/
.btn-ink-9e1414.disabled:active,
.btn-ink-9e1414[disabled]:active,
fieldset[disabled] .btn-ink-9e1414:active,
.btn-ink-9e1414.disabled.active,
.btn-ink-9e1414[disabled].active,
fieldset[disabled] .btn-ink-9e1414.active {
    background-color: #666666;
    border-color: #FFFFFF;
}

.btn-ink-9e1414 .badge {
    color: #AAA;
    background-color: #FFFFFF;
}

.btn-ink-9e1414.outline {
    border: 1px solid #9e1414;
    color: #9e1414;
}
.btn-ink-9e1414.outline:hover, .btn-ink-9e1414.outline:focus, .btn-ink-9e1414.outline:active, .btn-ink-9e1414.outline.active, .open > .dropdown-toggle.btn-ink-9e1414 {
    color: #666666;
    border-color: #666666;
}
.btn-ink-9e1414.outline:active, .btn-ink-9e1414.outline.active {
    border-color: #666666;
    color: #666666;
    box-shadow: none;
}
.matrixAddGroup:hover .btn-ink-9e1414.outline, .matrixAddGroup:focus .btn-ink-9e1414.outline {
    color: #666666;
    border-color: #666666;
}

.cccApp .cccInputArea,.cccApp .cccLabel,.cccApp .cccHTML,.gdaPadding,.cccApp .matrixGroup{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cccApp .previewInput{
    padding: 15px !important;
}
.cccApp .formItem{
    padding-bottom: 0px;
}

.bootstrap-select > .dropdown-toggle{
    height: 100%;

}
.form-control-feedback{
    right: 15px;
}
.cccApp .cccHiddenFormItem{
    padding-bottom: 0px !important;
    height: 0px !important;
    margin-bottom: 0px;
}

.modal-dialog .cccApp .cccAlertMessage{

    min-height: 5px;
}
.modal-dialog .cccApp .form-group {
    margin-bottom: 15px;
}
.modal-dialog .cccApp .form-group .cccLabel {
    font-size: 16px;
}
.modal-dialog .cccApp .cccPhone {
    margin-right: -15px;
    margin-left: -15px;
}
.cccAlertMessage{
    padding:0px
}
.cccHTML{
    padding: 0px;
}
.redtext{
    color:red !important;
    text-decoration: none !important;
}

.modal-dialog .bootstrap-dialog-title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
}
/*.ie .modal-dialog input[type="password"]{*/
    /*font-size: 12px;*/
    /*letter-spacing: 2px;*/
/*}*/

/*video*/
.videoOut{
   max-width: 800px;
}
.videoOut_u, .u_text{
   max-width: 337px;
   margin: auto;
}
.video{
    position: relative;
    width:100%;
    height:0;
    padding-bottom:56.3%;
}
.video_u{
    position: relative;
    width:100%;
    height:0;
    padding-bottom:177.6%;
}
.video iframe, .video video, .video_u video{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit: cover;
}

/*filter button*/
#buttonSet button{
    padding: 6px 12px;
    border: 1px solid #dddddd;
    color: #000;
    background: #FFF;
    margin: 0 6px;
}
#buttonSet button:hover{
    background: #eeeeee;
}
#buttonSet button.on{
    background: #d90004;
    border: 1px solid #d90004;
    color: #FFFFFF;
}
@media screen and (max-width: 700px){
#buttonSet button{
    padding: 6px 8px;
    margin: 0 2px;
}
}
/* product */
.product:after{
	content: '';
	clear: both;
	display: block;
}
.product{
display: flex;
flex-wrap: wrap;
}
.product a{
	display: block;
	width: calc(20% - 32px);
	margin: 16px;
	text-decoration: none;
}
.product a .bg{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	border: 1px solid #d7d7d7;
	background: #FFF;
	background-image: url(../images/MEBIB.gif);
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
}
.product a .bg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.product a .text{
}
.product a:hover {
  transform: scale(1.05); 
}
@media screen and (max-width: 900px){
.product a{
	width: calc(33.33% - 8px);
	margin: 4px;
}
}
@media screen and (max-width: 700px){
.product a{
	width: calc(50% - 4px);
	margin: 2px;
}
}
#blank{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	display:none;
	z-index:9998;
}
#popup{
	position:fixed;
	top:50%;
	transform: translate(-50%,-50%);
	 -webkit-transform: translateY(-50%,-50%);
	left:50%;
	margin:auto;
	display:none;
	z-index:9999;
    padding:12px;
    background:#FFF;
    max-width:700px;
    width:90%;
}
#container{
	position:fixed;
	top:50%;
	transform: translate(-50%,-50%);
	 -webkit-transform: translateY(-50%,-50%);
	left:50%;
	margin:auto;
	display:none;
	z-index:9999;
	width: 100%;
	height: 100%;
	background-image: url(../images/loading.gif);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
#pic{
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}
#close{
    width: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    background:#000;
    line-height:30px;
    font-size:25px;
    color:#FFF;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
}
#close2{
    width: 30px;
    position: fixed;
    right: 10px;
    cursor: pointer;
}
.text span{
/*white-space:nowrap;*/
}
.text{
color:#999999;
line-height:1.3;
}
.text1{
font-size:13px;
margin-top:10px;
}
.text2,.text3{
font-size:11px;
margin-top:6px;
}
.newsubmenu .container .ul-style-none .inline-block{
font-size: 18px;font-weight: 500;
}
.inside{
    display: flex;
    flex-wrap: wrap;
}
.inside div:nth-child(1){
    display: block;
    width: 65%;
}
.inside div:nth-child(2){
    display: block;
    width: calc(35% - 20px);
    margin-left:20px;
}
@media screen and (max-width: 767px){
.inside div:nth-child(1){
    width: 100%;
}
.inside div:nth-child(2){
    width: 100%;
    margin-left:0px;
    margin-top:20px;
}
}

/* homeSection4 */
#homeSection4 h2 .line{
border-top: 2px solid #544921;
width: 72px;
margin-bottom: 20px;
}
#homeSection4 .dateSet{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#homeSection4 .dateSet > div{
padding:10px;
margin:10px;
color: inherit;
text-align: center;
text-decoration: none;
transition: .2s;
background-color: #555555;
border-radius: 10px;
}
#homeSection4 .dateSet a:hover{
/*background-color: #fff5dc;*/
}
#homeSection4 .dateSet > div .date{
font-weight: bold;
color: #fff;
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
margin-bottom: 10px;
}
#homeSection4 .dateSet .details{
font-weight:normal;
font-size: 16px;
color: #fff;
}
@media only screen and (max-width: 950px) {
#homeSection4 .dateSet{
grid-template-columns: 1fr 1fr;
border-left: none;
}
#homeSection4 .dateSet > div{
margin-bottom: 10px;
}
#homeSection4 .dateSet > div:nth-child(even){
border-left: none;
}
}
@media only screen and (max-width: 767px) {
#homeSection4 .dateSet{
grid-template-columns: 1fr;
/*border-top: 1px solid #7e7e7e;*/
}
#homeSection4 h2 {
margin-bottom: 25px;
}
#homeSection4 .dateSet > div{
padding: 25px 0;
border-right: none;
border-left: none;
}
}

/* homeSection5 */
#homeSection5 h2 .line{
border-top: 2px solid #544921;
width: 72px;
margin-bottom: 20px;
}
#homeSection5 .dateSet{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-row-gap: 30px;
}
#homeSection5 .dateSet > div{
color: inherit;
text-align: center;
text-decoration: none;
transition: .2s;
position: relative;
height: 150px;
}
#homeSection5 .dateSet > div:not(:last-child):after{
content:'➡️';
position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size:30px;
}
#homeSection5 .dateSet > div > div{
    position: relative;
    border-radius: 10px;
    background-color: #cfeaff;
    margin: 0 10px;
    height: 100%;
    width: calc(100% - 50px);
}
#homeSection5 .details{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width:100%;
    left: 0;
    padding: 15px;
}
#homeSection5 .dateSet a:hover{
/*background-color: #fff5dc;*/
}
#homeSection5 .dateSet > div .date{
font-weight: bold;
color: #695107;
font-family: 'Libre Baskerville', serif;
font-size: 1.5em;
margin-bottom: 10px;
}
#homeSection5 .dateSet .details{
font-weight:normal;
font-size: 16px;
}
@media only screen and (max-width: 950px) {
#homeSection5 .dateSet{
grid-template-columns: 1fr 1fr;
grid-row-gap: 10px;
border-left: none;
}
#homeSection5 .dateSet > div:nth-child(even){
border-left: none;
}
}
@media only screen and (max-width: 767px) {

#homeSection5 .dateSet{
grid-template-columns: 1fr;
/*border-top: 1px solid #7e7e7e;*/
}
#homeSection5 h2 {
margin-bottom: 25px;
}
#homeSection5 .dateSet > div{
border-right: none;
border-left: none;
}
#homeSection5 .dateSet > div > div {
    margin: 0;
    width: 100%;
    height: calc(100% - 40px);
}
#homeSection5 .dateSet > div:not(:last-child):after{
content:'⬇️️';
    right: 0;
    left:0;
    top: auto;
    bottom:0;
    transform: none;
}
}

.btn_question{
    font-size: 1.2em;
    background: #555;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .5s;
}
.btn_question.on .arrow-down {
    border-bottom: 15px solid #fff;
    border-top: 0px solid transparent;
}
.ans{
    display:none;
    margin-bottom:20px;
    padding:0 20px;
    font-size: 1.1em;
}