body, html {
    height: 100%}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1, h2, h3, h4, p {
    margin: 0 0 15px;
    padding: 0;
}
h1 {
    font-size: 36px;
    font-weight: 400;
    font-family: arial, sans-serif;
    letter-spacing: -1px;
    color: #333;
}
h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: arial, sans-serif;
    letter-spacing: -1px;
    color: #333;
    padding: 15px 0 0;
}
h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: arial, sans-serif;
    letter-spacing: -1px;
    color: #333;
    padding: 15px 0 0;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: arial, sans-serif;
    color: #333;
    padding: 15px 0 0;
}
p {
    line-height: 1.5em;
}
.clr {
    clear: both;
    font-size: 1px;
    height: 1px;
}
* html .clearfix {
    height: 1%;
    overflow: visible;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
#content {
    padding: 30px;
    background: #fff;
    min-height: 500px;
}
footer {
    padding: 15px 0;
    font-size: 11px;
    text-align: center;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
ol, p, ul {
    margin: 0;
}
body {
    background: #303030;
    font-family: Lato, sans-serif;
    font-size: 100%}
.header {
    margin-top: 2em;
}
.navigation-bar {
    padding-top: 3em;
    padding-bottom: 1em;
    position: relative;
}
.logo {
    float: left;
    margin-top: -30px;
    margin-right: 20px;
}
.logo a {
    text-decoration: none;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}
.navig {
    float: right;
    margin-top: 10px;
}
.navig ul li {
    display: inline-block;
    margin: 5px 10px 0;
}
.navig ul li a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    color: #303030;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
}
.navig ul li a:hover, ul.user li a:hover {
    zoom: 1;
    color: #094386;
}
.navigation-right ul li {
    display: inline-block;
    margin: 5px 7px 0;
}
.navigation-right ul li a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    color: #303030;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
}
.navigation-right ul li a:hover, ul.user li a:hover {
    zoom: 1;
    color: #094386;
}
.navigation-right {
    float: right;
    margin-top: 10px;
    position: relative;
}
ul.user {
    padding: 0;
    margin-top: 10px;
}
ul.user li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: bottom;
}
ul.user li span {
    width: 22px;
    height: 22px;
    background: url(../images/user-icons.png) no-repeat;
    display: inline-block;
}
ul.user li span.bascket {
    background: url(../images/user-icons.png) -20px 0 no-repeat;
    margin-right: 3px;
}
ul.user li a {
    text-decoration: none;
    font-size: 1.55em;
    font-weight: 400;
    color: #303030;
    vertical-align: top;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
    margin-top: -3px;
}
ul.user li button {
    padding: 15px;
    border: 1px solid #222;
    cursor: pointer;
    background: url(../images/search.png) 7px 7px no-repeat;
    outline: 0;
}
.content {
    background: #fff;
    padding: 0 2em 1em;
    margin-top: 1em;
    position: relative;
}
@media (max-width:768px) {
    .content {
    padding: 15px;
}
}
button.search {
    position: relative;
}
.serch {
    display: none;
    padding: 1em .6em .6em;
    text-align: right;
    background: #fff;
    width: 243;
    float: right;
    position: absolute;
    top: 85%;
    right: 2.8%}
.serch span {
    display: inline-block;
}
.serch span input[type=text] {
    padding: 5px;
    border: 1px solid;
    display: inline-block;
    outline: 0;
}
.serch span input[type=submit] {
    display: inline-block;
    padding: 5px 15px;
    background: url(../images/search.png) 7px 10px no-repeat;
    outline: 0;
    border: 1px solid;
    vertical-align: bottom;
}
.banner {
    min-height: 550px;
    text-align: center;
    padding: 4em 0 0;
    margin-bottom: 1em;
}
.banner .banner-title, .banner h1 {
    font-size: 4.5em;
    color: #fff;
    font-weight: 400;
    margin: 5.5em 0 0;
    font-family: Courgette, cursive;
    text-shadow: 2px 2px #000;
}
.banner h2.sub-title {
    font-size: 4.5em;
    color: #fff;
    font-weight: 400;
    margin: 5.5em 0 0;
    font-family: Courgette, cursive;
    text-shadow: 2px 2px #000;
    padding-top: 0;
}
.banner small {
    font-size: 1.5em;
    color: rgba(255, 255, 255, .56);
    font-weight: 400;
    font-style: italic;
    font-family: Georgia;
}
.ban-btn {
    margin: 4em 0 0;
}
.ban-btn a {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid rgba(242, 239, 239, .78);
    padding: 15px;
    color: #fff;
    text-decoration: none;
}
.ban-btn a:hover {
    color: #f68236;
    border: 1px solid #f68236;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
}
.gallery {
    min-height: 800px;
}
.gallery-grid {
    width: 25%;
    float: left;
}
.gallery-grid1 {
    width: 50%;
    float: left;
}
.grid-bot, .grid-top {
    width: 100%}
.grid1-row1 {
    height: 490px;
    background: #ff0;
}
.grid1-row2 {
    background: red;
}
.g1-r2 {
    height: 206px;
    width: 100%}
.twit {
    width: 50%;
    float: left;
}
.g-twit {
    background: #bbb;
}
.gallery img {
    width: 100%}
span.line {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 3px;
}
i.twit-icon {
    width: 32px;
    height: 32px;
    background: url(../images/twit-icon.png) no-repeat;
    display: inline-block;
}
.t-wit {
    background: #bbb;
    text-align: center;
    padding: 4em 2em 2em;
    min-height: 269px;
}
.t-wit p {
    font-size: .9em;
    font-family: Georgia;
    margin: .5em 0;
    color: #fff;
}
.t-wit small {
    font-size: 1em;
    color: #fff;
    font-weight: 700;
}
.t-hat {
    min-height: 269px;
    text-align: center;
    background: #606060;
    padding: 6em 2em 0;
}
i.aarow {
    width: 32px;
    height: 32px;
    background: url(../images/aarow.png) no-repeat;
    display: inline-block;
}
.t-hat p {
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.t-hat small {
    font-weight: 400;
    font-size: 1em;
    color: rgba(253, 252, 252, .63);
    text-transform: uppercase;
    font-style: italic;
    font-family: georgia;
}
.img-pos {
    position: relative;
    cursor: pointer;
}
.img-caption {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(246, 130, 54, .64);
    padding-top: 15em;
    display: none;
}
.img-pos:hover div.img-caption {
    display: block;
    cursor: pointer;
    transition: background 2s ease-out;
    -webkit-transition: background 2s ease-out;
    -o-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    -ms-transition: 2s ease-out;
}
.jk-t {
    left: 0;
    padding-top: 7em;
}
.img-caption p {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    color: #fff;
    margin: 0;
}
.img-caption small {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Georgia;
    font-style: italic;
    color: #fff;
}
.subscribe {
    margin: 7em 0 3em;
    text-align: center;
}
.subscribe h3 {
    font-size: 2em;
    text-transform: uppercase;
    color: #303030;
    margin: 0;
    font-weight: 600;
}
.subscribe p {
    font-size: 1.2em;
    font-family: Georgia;
    color: rgba(48, 48, 48, .69);
    font-style: italic;
    margin-bottom: 1em;
}
.sub-bar {
    padding-bottom: 3em;
}
.sub-bar span {
    display: inline-block;
    width: 50%;
    background: #f68236;
}
.sub-bar span input[type=text] {
    display: inline-block;
    outline: 0;
    padding: 15px 10px;
    width: 83.381%;
    border: 1px solid;
    border-right: 0;
    -webkit-appearance: none;
}
.sub-bar span input[type=submit] {
    border: 0;
    padding: 15px 30px;
    background: #f68236;
    color: #fff;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.buttoning {
    overflow: visible;
    padding: 15px;
    width: auto;
    background-color: #f7a404;
    border: 1px solid #af7504;
    color: #6c4801;
    text-decoration: none;
}
.buttoning a {
    font-size: 120%;
    margin-right: 5px;
    text-decoration: none;
}
.buttoning a:hover {
    color: #392909;
    text-decoration: none;
}
.partner {
    background: #bbb;
}
#flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-bottom: 3em;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 0;
}
.nbs-flexisel-item>img {
    cursor: pointer;
    positon: relative;
    max-width: 200px;
    max-height: 120px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 80px;
    height: 128px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin: 2em 0;
}
.flexy .nbs-flexisel-nav-left, .flexy .nbs-flexisel-nav-right {
    margin: 0!important;
}
.nbs-flexisel-nav-left {
    left: 0;
    background: url(../images/slide-arw.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 0;
    background: url(../images/slide-arw.png) -48px 0 no-repeat;
}
.footer {
    background-color: #eee;
}
.footer-row {
    padding: 20px;
}
h3.ft-title {
    font-size: 1em;
    text-transform: uppercase;
    color: #094386;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(48, 48, 48, .33);
    position: relative;
}
.footer-col {
    border-right: 1px solid rgba(48, 48, 48, .33);
    min-height: 150px;
}
.footer-col-nb {
    min-height: 150px;
}
ul.ft-list {
    padding: 0;
}
ul.ft-list li {
    display: block;
}
ul.ft-list li a {
    font-size: .85em;
    color: #303030;
    font-weight: 400;
}
ul.list-h li a {
    text-decoration: none;
}
ul.list-h li a:hover {
    color: #f68236;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
    -o-transition: .5s;
}
.foot-cl p {
    font-size: .85em;
    color: #303030;
    font-weight: 400;
}
.foot-cl p a {
    text-decoration: none;
    color: #094386;
}
.foot-cl p a:hover {
    color: #303030;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
    -o-transition: .5s;
}
ul.social {
    padding: 0;
}
ul.social li {
    display: inline-block;
}
ul.social li i {
    width: 37px;
    height: 37px;
    background: url(../images/social-icons.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
    -o-transition: .5s;
}
ul.social li i.fa {
    background-position: -2px 0;
}
ul.social li i.tw {
    background-position: -48px 0;
}
ul.social li i.is {
    background-position: -95px 0;
}
ul.social li i.fa:hover {
    background-position: -2px -40px;
}
ul.social li i.tw:hover {
    background-position: -48px -40px;
}
ul.social li i.is:hover {
    background-position: -95px -40px;
}
.pag-nav {
    padding: 1em 0;
}
ul.p-list {
    padding: 0;
}
ul.p-list li {
    display: inline-block;
}
ul.p-list li a {
    color: #303030;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
ul.p-list li.act {
    color: #f68236;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
ul.p-list li a:hover {
    color: #f68236;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
    -o-transition: .5s;
}
.coats {
    margin-top: 3em;
    text-align: center;
}
h3.c-head {
    font-size: 2em;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin: 0;
}
.coats small a {
    font-size: 1em;
    font-weight: 400;
    font-family: Georgia;
    color: #606060;
    font-style: italic;
    background: url(../images/show.png) right no-repeat;
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
}
.coats small a:hover {
    border-bottom: 2px solid #606060;
}
.coat-row {
    padding: 3em 0 2em;
}
.coat-column {
    width: 22%;
    float: left;
    margin-right: 4%;
    position: relative;
}
.coat-column1 {
    width: 22%;
    float: right;
    position: relative;
}
.prod-desc {
    text-align: center;
}
.prod-desc h4 {
    font-size: 1em;
    font-weight: 600;
    color: #303030;
    margin: 0;
}
.prod-desc small {
    font-size: .85em;
    font-weight: 400;
    color: #606060;
}
.coat-column a, .coat-column1 a {
    text-decoration: none;
}
.coat-column1:hover .mask, .coat-column:hover .mask {
    opacity: 1;
}
.coat-column .mask, .coat-column1 .mask {
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .82);
    -moz-box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, .16) 0 2px 8px;
    color: #000;
    font-size: .85em;
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 35%;
    cursor: pointer;
}
.look {
    border-top: 1px solid #bbb;
    text-align: center;
    margin: .5em 0;
    padding: .5em 0;
}
.look h3 {
    font-size: 1.5em;
    font-weight: 400;
    font-family: Georgia;
    color: #606060;
    font-style: italic;
}
.coats p {
    font-size: 1.2em;
    font-weight: 400;
    font-family: Georgia;
    color: #606060;
    font-style: italic;
}
p.article {
    font-size: .875em;
    font-weight: 400;
    color: rgba(96, 96, 96, .55);
    font-style: italic;
    font-family: Lato, sans-serif;
}
.about-col img {
    float: left;
    margin: 5px;
    padding: 0;
}
.about-row {
    padding: 1em 0;
}
.who h3 {
    font-size: 1.7em;
    color: #303030;
    font-weight: 600;
    margin-bottom: .5em;
}
.who h1.page-title {
    font-size: 1.7em;
    color: #303030;
    font-weight: 600;
    margin-bottom: .5em;
    font-family: arial, sans-serif;
    padding: 0 15px;
}
.who span {
    color: #094386;
}
.who p {
    font-size: 16px;
    line-height: 1.8em;
}
.who h1 {
    font-size: 2em;
    font-weight: 400;
    font-family: Courgette, cursive;
}
.quick {
    background-color: #094386;
    padding: 20px;
    border-radius: 10px;
}
.quick h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    margin-bottom: .5em;
}
.quick p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.mt-20 {
    margin-top: 20px;
}
.sap_tabs {
    clear: both;
    padding: 1em 0 4em;
    font-family: Roboto, sans-serif;
}
.facts {
    border: 1px solid #e6e6e6;
}
.top1 {
    margin-top: 2%}
.resp-tabs-list {
    width: 100%;
    list-style: none;
    padding: 0;
}
.resp-tab-item:first-child {
    border-left: none;
}
.resp-tab-item {
    color: #777;
    font-size: .8125em;
    cursor: pointer;
    padding: 12px 10px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    float: left;
    outline: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    text-transform: uppercase;
}
.resp-tab-item:hover {
    text-shadow: none;
    color: #f68236;
}
.resp-tab-active {
    background: #ee4a02;
    text-shadow: none;
    color: #fff;
}
.resp-tabs-container {
    padding: 0;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 1em;
    margin: 10px 0;
    padding: 10px 15px;
    background: #f77462;
    color: #fff;
}
.resp-tab-content {
    display: none;
}
.resp-accordion-active, .resp-content-active {
    display: block;
}
h2.resp-accordion:hover {
    background: #6cc5d9;
    text-shadow: none;
    color: #fff;
}
@media only screen and (max-width:480px) {
    .sap_tabs {
    padding-top: 0;
}
.resp-tabs-container {
    padding: 10px;
}
ul.resp-tabs-list {
    display: none;
}
h2.resp-accordion {
    display: block;
}
.resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
}
.resp-accordion-closed {
    display: none!important;
}
}
ul.tab_list {
    list-style: none;
    padding: 1em;
}
ul.tab_list li {
    margin-bottom: 10px;
}
ul.tab_list li a {
    color: #888;
    font-size: .8125em;
    line-height: 1.8em;
    vertical-align: top;
    text-decoration: none;
}
ul.tab_list li a:hover {
    color: #333;
}
.contact-box {
    width: 60%;
    margin: 3em auto 5em;
}
.login-box {
    margin-bottom: 2em;
}
.form small, .form-t small, .form-y small {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 400;
    color: #606060;
    margin-bottom: .5em;
}
.text select {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #f68236;
}
.form {
    margin: 0 0 2em;
}
.form-t {
    float: left;
    width: 49%;
    margin-bottom: 2em;
}
.form-y {
    float: right;
    width: 49%;
    margin-bottom: 2em;
}
.text input[type=password], .text input[type=text] {
    width: 100%;
    padding: 10px;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #f68236;
}
.text textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 10px;
    outline: 0;
    border: 1px solid #f68236;
}
.text {
    margin-top: .5em;
    text-align: center;
}
.text input[type=submit] {
    font-size: .8em;
    color: #fff;
    border: 0;
    background: #f68236;
    padding: 15px 30px;
    text-align: center;
    outline: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
}
.reg a:hover, .text input[type=submit]:hover {
    background: #606060;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
}
.text a:hover {
    color: #f68236;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s all;
}
.reg {
    margin: 2em 0;
}
.reg a {
    font-size: .8em;
    color: #fff;
    border: 0;
    background: #f68236;
    padding: 15px 30px;
    text-align: center;
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.text a {
    font-size: .8em;
    border: 0;
    color: #606060;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Georgia;
    font-weight: 400;
    font-style: italic;
}
.login-bot {
    margin-bottom: 5em;
}
.register {
    padding: 2em 0;
    font-family: Roboto, sans-serif;
}
.register-bottom-grid h3, .register-top-grid h3 {
    color: #ff5b36;
    font-size: 1em;
    padding-bottom: 5px;
    margin: 0;
}
.register-bottom-grid div, .register-top-grid div {
    width: 48%;
    float: left;
    margin: 10px 0;
}
.register-bottom-grid span, .register-top-grid span {
    color: #555;
    font-size: .8125em;
    padding-bottom: .2em;
    display: block;
    text-transform: uppercase;
}
.register-bottom-grid input[type=password], .register-top-grid input[type=text] {
    border: 1px solid #f68236;
    outline: 0;
    width: 96%;
    font-size: 1em;
    padding: .5em;
}
.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    line-height: 27px;
    cursor: pointer;
    float: left;
    position: relative;
    font-size: .85em;
    color: #555;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.news-letter {
    color: #555;
    font-weight: 600;
    font-size: .85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    clear: both;
}
.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: 0;
    border: 2px solid #d2cf99;
}
.checkbox input+i:after {
    content: '';
    background: url(../images/tick1.png) 1px 2px no-repeat;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: 12px/16px FontAwesome;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox input:checked+i:after {
    opacity: 1;
}
.news-letter:hover {
    color: #00bff0;
}
.register-but {
    margin-top: 1em;
}
.register-but form input[type=submit] {
    background: #fb4d01;
    color: #fff;
    font-size: .8em;
    padding: .8em 2em;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    outline: 0;
}
.register-but input[type=submit]:hover {
    background: #606060;
}
div.register-bottom-grid {
    margin-top: 3em;
}
p.art {
    font-size: .8em;
    font-weight: 400;
    color: rgba(96, 96, 96, .77);
    margin: .5em 0;
    line-height: 1.8em;
    font-style: normal;
    letter-spacing: 1px;
}
.size {
    margin: 1em 0;
}
.size small {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
}
ul.size-list {
    padding: 0;
    margin: 1em 0;
}
ul.size-list li {
    display: inline-block;
    margin: 0 5px;
}
ul.size-list li a {
    padding: 5px;
    border: 1px solid #606060;
    font-size: .8em;
    text-decoration: none;
}
ul.size-list li a:hover {
    color: #fb4d01;
    border: 1px solid #fb4d01;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s all;
}
.sing-c {
    margin-bottom: 5em;
}
.sing-c p a {
    color: #fb4d01;
    text-decoration: none;
}
@media (max-width:1920px) {
    .logo img {
    width: 100%}
}
@media (max-width:1024px) {
    .navigation-bar {
    margin-top: 0!important;
}
.navig ul li {
    margin-right: 5px;
}
.banner {
    padding: 1em 0 0;
    min-height: 430px;
}
.banner .banner-title, .banner h1, .banner h2.sub-title {
    font-size: 3.5em;
}
.t-wit {
    padding: 1em;
    min-height: 219px;
}
.img-caption {
    padding-top: 10em;
}
.grid1-row1 {
    height: 437px;
}
.t-hat {
    min-height: 219px;
}
.jk-t {
    padding-top: 5em!important;
}
img.img-responsive.respon {
    width: 98%}
.gallery {
    min-height: 639px;
}
.sub-bar span input[type=text] {
    width: 79.381%}
}
@media (max-width:768px) {
    span.menu {
    width: 32px;
    height: 32px;
    background: url(../images/nav.png) no-repeat;
    display: block;
    float: right;
    cursor: pointer;
}
.demo_container {
    background: #fff!important;
}
ul.user li {
    font-size: 10px;
}
#sticky_navigation {
    height: none;
}
.banner .banner-title, .banner h1, .banner h2.sub-title {
    font-size: 2.8em;
}
.banner small {
    font-size: 1.3em;
}
.ban-btn {
    margin: 3em 0 0;
}
.banner {
    padding: 1em 0 0;
    min-height: 337px;
}
.t-wit p {
    font-size: .75em;
    display: none;
}
.t-wit {
    padding: 2.5em .5em 0;
    min-height: 164px;
}
.g1-r2 {
    height: 164px;
}
.jk-t {
    padding-top: 2em!important;
}
.grid1-row1 {
    height: 324px;
}
.t-hat {
    min-height: 164px;
    padding: 1em 1em 0;
}
.t-hat p {
    font-size: 1.3em;
}
img.img-responsive.respon {
    width: 100%}
.gallery {
    min-height: 468px;
}
.subscribe {
    margin: 4em 0 3em;
}
.sub-bar span input[type=text] {
    width: 72.381%;
    padding: 10px;
}
.sub-bar span input[type=submit] {
    padding: 10px 30px;
}
.subscribe h3 {
    font-size: 1.5em;
}
.sub-bar {
    padding-bottom: 1em;
}
.subscribe p {
    font-size: .875em;
}
.footer-col {
    border-bottom: 1px solid rgba(48, 48, 48, .33);
    min-height: 156px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-right: 0;
}
}
@media (max-width:640px) {
    .container {
    margin: 0 10px;
    background: #fff;
    padding: 0;
}
.who h3 {
    font-size: 1em;
}
.navigation {
    width: 100%}
.navigation-right {
    float: none;
}
ul.user {
    text-align: center;
}
.banner .banner-title, .banner h1, .banner h2.sub-title {
    font-size: 2em;
    margin: 2.5em 0 0;
}
.banner small {
    font-size: 1.1em;
}
.banner {
    padding: 1em 0 0;
    min-height: 230px;
}
.t-wit {
    padding: 2em .5em 0;
    min-height: 127px;
}
.g1-r2 {
    height: 126px;
}
.t-wit small {
    font-size: .85em;
}
.img-caption p {
    font-size: 1em;
}
.grid1-row1 {
    height: 249px;
}
.t-hat p {
    font-size: 1em;
}
.t-hat {
    min-height: 127px;
}
.img-caption {
    padding-top: 5em!important;
}
img.img-responsive.respon {
    width: 92%}
.img-pos {
    background: #959998;
}
.gallery {
    min-height: 364px;
}
.sub-bar span input[type=text] {
    width: 80.381%;
    padding: 10px;
}
.sub-bar span input[type=submit] {
    padding: 10px;
}
.subscribe h3 {
    font-size: 1.3em;
}
.jk-t {
    padding-top: 2em!important;
}
.subscribe {
    margin: 2em 0;
}
.coats {
    margin-top: 0;
    text-align: center;
}
.coat-column {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 2em;
}
.coat-column1 {
    width: 47%;
    margin-right: 3%}
.contact-box {
    width: 75%}
.socmedia .container {
    background-color: #094386;
}
}
@media (max-width:480px) {
    .navigation-bar {
    margin-top: 0!important;
}
.banner .banner-title, .banner h1, .banner h2.sub-title {
    font-size: 1.5em;
}
.banner small {
    font-size: 1em;
}
.ban-btn a {
    font-size: .75em;
    padding: 5px;
}
.ban-btn {
    margin: 1em 0 0;
}
.banner {
    padding: 1em 0 0;
    min-height: 204px;
}
.gallery-grid, .gallery-grid1 {
    width: 100%;
    margin-bottom: 10px;
}
.t-wit {
    padding: 2em .5em 0;
    min-height: 175px;
}
.t-hat {
    min-height: 175px;
}
.img-caption {
    padding-top: 10em!important;
}
.jk-t {
    padding-top: 4em!important;
}
.sub-bar span {
    display: inline-block;
    width: 74%}
h3.c-head {
    font-size: 1.3em;
}
.coats small a {
    font-size: .75em;
}
}
@media (max-width:320px) {
    ul.user li {
    margin: 0 3px;
    font-size: 10px;
}
.banner .banner-title, .banner h1, .banner h2.sub-title {
    font-size: 1.3em;
    text-shadow: 1px 1px #000;
}
.banner small {
    font-size: .75em;
}
.banner {
    padding: 1em 0 0;
    min-height: 167px;
    margin-top: 1px;
}
.content {
    margin-top: 0!important;
    padding: 0;
}
.t-wit {
    padding: 2em .5em 0;
    min-height: 127px;
}
.img-caption p {
    font-size: .75em;
}
.img-caption {
    padding-top: 6em!important;
}
.jk-t {
    padding-top: 3em!important;
}
.t-hat p {
    font-size: .85em;
}
.t-hat small {
    font-size: .75em;
}
.t-hat {
    min-height: 127px;
}
.sub-bar span input[type=text] {
    width: 73.381%}
.subscribe h3 {
    font-size: .875em;
}
.subscribe p {
    font-size: .75em;
}
.coat-column .mask, .coat-column1 .mask {
    top: 22%;
    left: 23%}
}
.h-light {
    color: 94386;
}
@media only screen and (max-width :1199px) and (min-width:992px) {
    .logo {
    width: 175px;
}
}
@media only screen and (min-width :992px) {
    .hamburger, .kebab-toggler, .social-menu {
    display: none;
}
}
@media only screen and (max-width:991.98px) {
    .logo {
    width: 182px;
    height: auto;
}
ul.user {
    display: none;
}
.hamburger {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 65px;
    z-index: 9;
}
.hamburger-box {
    width: 32px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 32px;
    height: 3px;
    background-color: #094386;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
}
.kebab-toggler {
    position: absolute;
    top: -8px;
    right: 15px;
    width: 50px;
    height: 52px;
    display: block;
    padding: 12px 10px;
}
.kebab-toggler.active .circleKebab circle {
    transition: .3s;
}
.social-menu {
    color: #333;
    background: #fff;
    padding-top: 5px;
    display: none;
    z-index: 99;
    text-align: center;
}
.social-menu li {
    position: relative;
    padding: 10px 40px;
}
.social-menu li .icon {
    position: relative;
}
.social-menu li .icon i {
    color: #094386;
}
.social-menu .contact-info {
    padding-left: 0;
    padding-top: 10px;
}
.social-menu .contact-info a {
    color: #333;
    display: inline-block;
}
.social-menu .contact-info span {
    display: block;
}
.socmedia {
    margin-top: 15px;
    background-color: #094386;
}
.socmedia .social-info {
    padding: 8px 15px;
}
.socmedia .social-info a {
    color: #094386;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
}
.slide-out-nav {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    width: 280px;
    padding: 30px 0;
    background-color: #094386;
    overflow-y: auto;
    z-index: 999;
    transition: .2s ease-in-out;
}
.slide-out-nav.nav-open {
    right: 0;
}
.navigation-right .slide-out-nav li {
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #ffffff25;
    margin: 0;
}
.navigation-right .slide-out-nav>li>a {
    color: #fff;
    font-weight: 400;
}
.slide-out-nav.fadeInDown {
    -webkit-animation-name: unset;
    animation-name: unset;
}
.mobile-shift.nav-open {
    left: -280px;
    position: relative;
    transition: left .2s ease-in-out;
    overflow: hidden;
}
.mobile-shift.nav-open::before, .mobile-shift.nav-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    z-index: 9;
}
.mobile-shift.nav-open .navbar-fixed-top {
    left: -280px;
}
.social-menu.menu-on {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
}
.footer-col {
    border-right: 0;
}
}
@media (max-width:768px) {
    .demo_container {
    padding-top: 0;
    padding-bottom: 0;
}
.sm-tleft {
    text-align: left;
    white-space: nowrap;
}
}
@media (max-width:767.98px) {
    .social-menu.menu-on {
    top: 78px;
}
}
@media only screen and (max-width:575px) {
    .kebab-toggler {
    right: 0;
}
.hamburger {
    right: 45px;
}
.social-menu {
    padding-top: 15px;
}
.social-menu li {
    text-align: center;
}
.social-menu li .icon {
    position: relative;
    top: auto;
    left: auto;
}
.social-menu .contact-info {
    padding-left: 0;
    padding-top: 5px;
}
}
@media only screen and (max-width:414.98px) {
    .mobile-shift.nav-open {
    left: -260px;
}
.slide-out-nav {
    width: 260px;
    right: -260px;
}
.mobile-shift.nav-open .kebab-toggler {
    visibility: hidden;
}
.hamburger.is-active {
    right: 0;
}
.logo {
    width: 162px;
}
.social-menu.menu-on {
    top: 72px;
}
}
@media only screen and (max-width:320px) {
    .navigation {
    margin-top: 20px;
}
}
.page-404 {
    margin-bottom: 60px;
}
.page-404 h1 {
    font-size: 120px;
    font-weight: 700;
    margin-bottom: 0;
}
.page-404 h2 {
    font-size: 40px;
    font-weight: 700;
}
