/**Top Responsive Menu**/
/*nav { background:#333; }*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: 'TwCenMT-Bold';
    background: none;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li > a {
    padding: 37px 12px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'TwCenMT-CondensedExtraBold';
}

#cssmenu > ul > li:hover > a {
    color: #fff;
}

/*#cssmenu > ul > li.has-sub > a { padding-right: 30px; }*/
/*#cssmenu ul li.active { background-color:#fff; }*/
#cssmenu ul li.active > a {
    color: #fff;
}

#cssmenu ul ul li a.sub-active {
    color: #fff;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 10;
    top: 85px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover > ul > li {
    height: 34px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    padding: 11px 15px;
    width: 220px;
    font-size: 11px;
    text-decoration: none;
    color: #010101;
    font-weight: 400;
    /* background: #f5f4f3; */
    text-transform: uppercase;
    background-color: #010101;
    color: #fff;
    -webkit-transition: padding 300ms;
    -o-transition: padding 300ms;
    transition: padding 300ms;
    display: inline-block;
}

#cssmenu ul ul li:hover a {
    padding-left: 20px;
}

#cssmenu ul ul li:hover {
    background-color: #111;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
        position: absolute;
        top: 19px;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        top: 37px;
    }

    #cssmenu.align-center > ul {
        text-align: left;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(150, 150, 150, 0.15);
    }

    #cssmenu ul li:last-child {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    }

    #cssmenu ul ul li, #cssmenu li:hover > ul > li {
        height: auto;
    }

    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }

    #cssmenu > ul > li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 300px;
        font-size: 11px;
        text-decoration: none;
        color: #010101;
        font-weight: 400;
        /* background: #f5f4f3; */
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    #cssmenu > ul > li.has-sub > a:after {
        position: absolute;
        top: 22px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu > ul > li.has-sub > a:before {
        position: absolute;
        top: 19px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #ffffff;
    }

    #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #fff;
        cursor: pointer;
        font-size: 0px;
        text-transform: uppercase;
        margin-top: 15px;
        display: none;
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 26px;
        right: 17px;
        display: block;
        height: 8px;
        width: 25px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 25px;
        background: #fff;
        content: '';
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 25px;
        border: 0;
        height: 2px;
        width: 25px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 25px;
        background: #fff;
        width: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #010101;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu .active .submenu-button:before, #cssmenu .active .submenu-button:after {
        background: #fff;
    }
}

@media screen and (max-width: 1420px) {
    #cssmenu > ul > li > a {
        padding:37px 9px;
    }
}

@media screen and (max-width: 1280px) {
    #cssmenu > ul > li > a {
        padding: 37px 10px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }
}

@media screen and (min-width: 1121px) and (max-width:1240px ) {
    #cssmenu > ul > li > a {
        padding:37px 6px;
        font-size: 13px;
    }
}

@media screen and (min-width: 1025px) and (max-width:1120px ) {
    #cssmenu > ul > li > a {
        padding:37px 6px;
        font-size: 11px;
    }
}

@media screen and (max-width: 1024px) {
    #cssmenu > ul > li > a {
        padding: 15px 8px;
        background-color: #010101;
    }

    #cssmenu ul ul, #cssmenu ul ul ul {
        top: 0px;
    }
}

@font-face {
    font-family: 'TwCenMT-Bold';
    src: url('../fonts/irw/TwCenMT-Bold.eot') format('embedded-opentype'), url('../fonts/irw/TwCenMT-Bold.ttf') format('truetype'), url('../fonts/irw/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TwCenMT-CondensedExtraBold';
    src: url('../fonts/irw/TwCenMT-CondensedExtraBold.eot') format('embedded-opentype'), url('../fonts/irw/TwCenMT-CondensedExtraBold.ttf') format('truetype'), url('../fonts/irw/TwCenMT-CondensedExtraBold.svg#TwCenMT-CondensedExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT Condensed';
    src: url('../fonts/irw/TwCenMT-Condensed.eot');
    src: url('../fonts/irw/TwCenMT-Condensed.eot?#iefix') format('embedded-opentype'), /*url('../fonts/irw/TwCenMT-Condensed.woff2') format('woff2'),*/ url('../fonts/irw/TwCenMT-Condensed.woff') format('woff'), url('../fonts/irw/TwCenMT-Condensed.ttf') format('truetype'), url('../fonts/irw/TwCenMT-Condensed.svg#TwCenMT-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'TwCenMT-Bold';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #010101;
    background-color: #ffffff;
}

.main-container {
    margin-right: auto;
    margin-left: auto;
    /*width:100%;*/
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

#desktop-search-call input.search-input::-webkit-input-placeholder, #mobile-search-call input.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

#desktop-search-call input.search-input::-moz-placeholder,#mobile-search-call input.search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

#desktop-search-call input.search-input:-ms-input-placeholder,#mobile-search-call input.search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

#desktop-search-call input.search-input:-moz-placeholder,#mobile-search-call input.search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.main-logo {
    position: relative;
    z-index: 99;
    margin-top: 2px;
}

header .main-logo img {
    border: 0px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
    background-color: transparent;
    border-bottom: 2px solid #516070;
    height: 85px;
    transition: background-color 0.3s;
}

header.sticky {
    background-color: #010101;
}

header .header-right .header-nav,header .header-right .header-ir-search,header .header-right .header-stock {
    float: left;
}

header .header-right .header-ir-search {
    display: block;
    color: #fff;
    margin-top: 32px;
    text-align: center;
    margin-right: 30px;
    margin-left: 15px;
}

header .header-right .header-ir-search .desktop-toggle-search {
    font-size: 12px;
    cursor: pointer;
}

header .header-right .header-stock {
    background: #010101;
    padding: 15px 15px;
    margin-top: 21px;
    margin-bottom: 21px;
    line-height: 12px;
    color: #fff;
}

header .header-right .header-stock span {
    font-family: 'TwCenMT-CondensedExtraBold';
    font-size: 14px; line-height: 12px;
}

header .header-right .header-stock i {
    margin-left: 3px;
}

#main-section {
    padding: 75px 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}*/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.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 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .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 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .main-container:before, .container-fluid:before, .container-fluid:after, .main-container:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .main-container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
/*    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    display: none;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    display: none;
}

.carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(255, 255, 255, 0.55);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 2px solid #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    max-width: 1000px;
    margin: 0 auto;
}

.carousel-caption .btn {
    text-shadow: none;
}

/*Css menu*/
#mobile-menu-call {
    background-color: #010101;
    position: absolute;
    top: 85px;
    width: 100%;
    display: none;
    overflow: scroll;
    max-height: 500px;
}

#mobile-menu-call li + li {
}

#mobile-menu-call ul, #mobile-menu-call ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

#mobile-menu-call ul > li {
    position: relative;
    display: block;
}

#mobile-menu-call ul > li a {
    position: relative;
    text-decoration: none;
    display: block;
}

#mobile-menu-call ul ul.menuShow {
    display: block;
    background: #010101;
}

#mobile-menu-call .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent
}

#mobile-menu-call ul li.leaf.mmenudiv a.irMenuActive {
    color: #fff;
    text-decoration: none
}

#mobile-menu-call > ul > li {
    text-transform: none;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

#mobile-menu-call > ul > li > a {
    color: white;
    font-size: 12px;
    margin: 0px 15px;
    padding: 5px 0;
    text-transform: uppercase;
    /*border-bottom: 2px solid #d3d3d3;*/
}

#mobile-menu-call > ul > li.has-sub.leaf > a {
    background: url("../images/irw/plus-icon.png") no-repeat right 7px;
    font-size: 12px;
    color: white;
    background-size: 27px;
}

#mobile-menu-call > ul > li.has-sub.leaf > a:hover,#cssmenu > ul > li > a:hover {
    color: white
}

#mobile-menu-call > ul > li.has-sub.leaf.active > a {
    background: url("../images/irw/minus-icon.png") no-repeat right 7px;
    color: white;
    font-size: 12px;
    border: 0;
    background-size: 27px;
}

#mobile-menu-call > ul > li.has-sub.leaf.active {
    background-color: #010101
}

/* Sub menu */
#mobile-menu-call ul ul {
    display: none;
    background: #fff;
}

#mobile-menu-call ul ul li {
    padding: 0;
    border-top: none;
    padding-left: 0px;
    list-style-type: none;
    background: #010101;
}

#mobile-menu-call ul ul a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 3px 15px 3px 30px;
    text-transform: uppercase;
}

#mobile-menu-call ul ul a:before {
    position: absolute;
    left: 10px;
    text-decoration: none;
}

#mobile-menu-call ul ul a:hover,#cssmenu ul ul a:focus {
    text-decoration: none;
}

/***CSS for left custom menu end***/
#mobile-toggle {
    display: none;
}

#mobile-toggle .slicknav_icon-bar:nth-child(1) {
    top: 0px;
}

#mobile-toggle .slicknav_icon-bar:nth-child(2) {
    top: 10px;
}

#mobile-toggle .slicknav_icon-bar:nth-child(3) {
    top: 20px;
}

#mobile-toggle .slicknav_icon-bar {
    background-color: #000;
}

#mobile-toggle .slicknav_icon-bar {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    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;
}

#mobile-toggle .slicknav_icon-bar.menu-toggle:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#mobile-toggle .slicknav_icon-bar.menu-toggle:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#mobile-toggle .slicknav_icon-bar.menu-toggle:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*Footer*/
footer {
    /*background-color:#000000;*/
    padding: 70px 0px;
    color: #fff;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

footer a {
    color: #fff;
    text-decoration: none;
    /*word-break:break-all;*/
    transition: all 0.3s ease-in-out 0s;
}

footer .footer-col .footer-header .footer-header-b {
    text-transform: uppercase;
    font-size: 25px;
}

footer .footer-col .footer-header .footer-header-n {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'TwCenMT-Bold';
}

footer .footer-col .footer-header .footer-hr {
    height: 3px;
    width: 52px;
    background-color: #fff;
    display: block;
    margin: 20px 0px 30px;
}

footer .footer-col .footer-content p {
    line-height: 30px;
}

footer .footer-col .footer-content p span {
    font-family: 'TwCenMT-CondensedExtraBold';
}

footer .footer-col .footer-content p.c-copyright {
    color: #fff;
}

footer select {
    border: 1px solid #fff;
    background: #fff;
    width: 100%;
    margin-top: 10px;
    padding: 0px 35px 0px 10px;
    font-size: 16px;
    border: 1px solid #fff;
    height: 44px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/irw/select-arrow.png) 95% / 12px no-repeat #ffffff;
    line-height: 44px;
    font-family: 'TwCenMT-Bold';
}

#inner-banner img {
    width: 100%;
}

#inner-banner {
    height: 500px;
    background-image: url(/Interactive/newlookandfeel/4041526/images/banner.jpg);
    background-position: center bottom;
}

#desktop-search-call {
    display: none;
    position: absolute;
    top: 85px;
    right: 45px;
    width: 235px;
}

#desktop-search-call input.search-input,#mobile-search-call input.search-input {
    padding-top: 5px;
    width: 200px;
    height: 40px;
    background: #010101;
    border: none;
    font-size: 11pt;
    float: left;
    color: #fff;
    padding-left: 15px;
    font-family: 'MinionPro-Regular';
}

#desktop-search-call input.search-input:focus,#desktop-search-call input.search-input:active,#desktop-search-call input.search-input:hover, #mobile-search-call input.search-input:focus,#mobile-search-call input.search-input:active,#mobile-search-call input.search-input:hover {
    outline: 0;
}

#desktop-search-call .input-group-btn,#mobile-search-call .input-group-btn {
    background: #010101;
    height: 40px;
    padding: 10px;
    display: block;
    float: left;
    line-height: 21px;
}

.desktop-toggle-search i.fa.fa-search.fa-times {
    font-size: 14px;
    line-height: 23px;
}

#desktop-search-call .input-group-btn a,#mobile-search-call .input-group-btn a {
    color: #fff;
}

#myCarousel .carousel-inner .item {
    height: 580px;
    background-position: center top;
}

/*#myCarousel .carousel-inner .item.item-image-second{
    top:-470px;
}
#myCarousel .carousel-inner .item.item-image-first {
    top: -230px;
}
#myCarousel .carousel-inner .item.item-image-third {
    top: -330px;
}
#myCarousel .carousel-inner .item.item-image-forth {
    top: -180px;
}*/
#myCarousel .carousel-inner .item img {
    width: 100%;
}

#search-inner {
}

#mobile-search-call {
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

#irwWrapper #myCarousel .carousel-inner .item h1 a {
    font-size: 40px;
    line-height: 55px;
    font-family: 'TwCenMT-CondensedExtraBold';
    color: #fff;
}

#irwWrapper #myCarousel .carousel-inner .item p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-top: 25px;
    font-family: 'TwCenMT-Bold';
    text-shadow: none;
}

#mobile-menu-call {
    display: none;
}

@media screen and (min-width: 0\0) {
    select {
        background-image:none\9;
        padding: 5px\9;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 120px;
    }

    .carousel-indicators {
        bottom: 40px;
    }
}

@media screen and (max-width: 1297px) {
    header .main-logo img {
        width:100%;
        border: 0px;
    }

    header .main-logo {
        width: 250px;
        /*height: 85px;*/
        padding: 12px 0px;
    }

    header .main-logo a {
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    header .header-right .header-ir-search .desktop-toggle-search,.desktop-toggle-search i.fa.fa-search.fa-times {
        font-size:18px;
    }

    header.blackHeader {
        background-color: #010101;
    }

    #desktop-search-call {
        z-index: 9;
    }

    #mobile-search-call input.search-input {
        padding-right: 50px;
        width: 100%;
    }

    #mobile-search-call .input-group-btn {
        position: absolute;
        right: 22px;
    }

    #mobile-menu-call {
        display: none;
    }

    .header-right {
        position: relative;
    }

    .header-nav {
        position: fixed;
        top: 30px;
        right: 76px;
        width: 50px;
    }

    #mobile-toggle {
        display: block;
        position: absolute;
        right: 273px;
        top: 30px;
        z-index: 9999999;
    }

    #myCarousel .carousel-inner .item {
        height: 460px;
    }
}

@media screen and (max-width: 767px) {
    header {
        top:31px;
        border-bottom: 0;
    }

    #mobile-menu-call {
        top: 65px;
    }

    header .header-right .header-stock {
        margin: 0;
        /*float:left;*/
        width: 100%;
        text-align: right;
        position: relative;
        top: -95px;
        border-bottom: 1px solid #fff;
        padding: 10px 15px;
    }

    header .main-logo {
        width: 230px;
        padding: 3px 0px 0px;
    }

    header .header-right .header-ir-search {
        display: none;
    }

    #mobile-toggle {
        display: block;
        position: absolute;
        right: 55px;
        top: 20px;
    }

    header {
        height: 65px;
    }

    .header-right {
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    #myCarousel .carousel-inner .item {
        height: 400px;
    }
}
