fieldset,
hr {
    border: 0;
    padding: 0
}

.carousel-container h4,
.content-heading > span,
.h2-bold,
.navigation .wrap ul li,
.p16,
.select-box1 {
    text-transform: uppercase
}

@font-face {
    font-family: MyriadProRegular;
    src: url(../fonts/myriadpro-regular-webfont.eot);
    src: url(../fonts/myriadpro-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/myriadpro-regular-webfont.woff) format('woff'), url(../fonts/myriadpro-regular-webfont.ttf) format('truetype'), url(../fonts/myriadpro-regular-webfont.svg#MyriadProRegular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyriadProBold;
    src: url(../fonts/myriadpro-bold-webfont.eot);
    src: url(../fonts/myriadpro-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/myriadpro-bold-webfont.woff) format('woff'), url(../fonts/myriadpro-bold-webfont.ttf) format('truetype'), url(../fonts/myriadpro-bold-webfont.svg#MyriadProBold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MyriadProSemibold;
    src: url(../fonts/myriad10-webfont.eot);
    src: url(../fonts/myriad10-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/myriad10-webfont.woff) format('woff'), url(../fonts/myriad10-webfont.ttf) format('truetype'), url(../fonts/myriad10-webfont.svg#MyriadProSemibold) format('svg');
    font-weight: 400;
    font-style: normal
}

button,
html,
input,
select,
textarea {
    color: #222
}

body,
html {
    height: 100%
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: .5em 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    margin: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #fff
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #EF3E43;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

.main-container,
header {
    width: 100%;
    position: relative
}

.fixed,
body,
header {
    background: #fff
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body * {
    box-sizing: border-box
}

.main-container {
    margin: 0;
    padding: 0
}

header,
header .top-cont {
    margin: 0 auto;
    padding: 0
}

header {
    transition: all .5s;
    z-index: 99999;
    display: inline-block
}

header .top-cont {
    width: 1200px
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: .9;
        transform: translateY(0)
    }
}

.logo {
    width: 50px;
    margin: 5px 0;
    float: left;
    padding: 0
}

.logo img {
    width: 100%;
    border: none
}

.right-nav.middle-right-nav ul.mobile-bottom-menue,
.toggel-menu {
    display: none
}

.right-nav {
    width: 70%;
    margin: 0;
    padding: 0;
    float: right
}

.right-nav ul {
    width: 76%;
    display: block;
    text-align: right;
    margin: 27px 0 0;
    padding: 0
}

.right-nav ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 7px;
    color: #4c4c4d;
    border-right: 1px solid #ddd;
    font-size: 12px;
    font-family: MyriadProRegular
}

.right-nav ul li:first-child {
    border-left: 1px solid #ddd
}

.right-nav ul li a img {
    margin-right: 5px
}

.right-nav ul li a {
    color: #222;
    text-decoration: none
}

ul.dropdown li:first-child,
ul.dropdown li:last-child {
    border: none !important
}

.dropdown-toggle {
    padding: .5em 1em;
    background: #fff;
    border-radius: .2em .2em 0 0
}

ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #fafafa;
    min-width: 18em;
    padding: 0;
    border-radius: 0 0 .2em .2em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    text-align: left;
    margin-top: 10px !important;
    margin-left: -8px !important;
    z-index: 9999
}

ul.dropdown li {
    list-style-type: none;
    width: 100%
}

ul.dropdown li a {
    text-decoration: none;
    padding: .5em 1em;
    display: block;
    font-size: 14px;
    transition: all .33s ease-in 0s;
    -webkit-transition: all .33s ease-in 0s;
    -ms-transition: all .33s ease-in 0s;
    -moz-transition: all .33s ease-in 0s;
    -o-transition: all .33s ease-in 0s
}

ul.dropdown li a:hover {
    color: #ef3e43
}

.logo.main-logo {
    float: right;
    margin: 5px 0;
    padding: 0;
    width: 170px
}

.navigation {
    width: 100%;
    margin: 0;
    background: #f56076;
    padding: 15px 0
}

.navigation .wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.navigation .wrap ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

.navigation .wrap ul li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-family: brandon_grotesque_regularRg;
    border-left: 1px solid #f9a6b3;
    font-size: 16px;
    line-height: 30px
}

.navigation .wrap ul li a {
    color: #fff;
    text-decoration: none
}

.navigation .wrap ul li:first-child {
    border: none
}

.home-slider-banner-wrap {
    width: 100%;
    padding: 0;
    margin: 1px auto
}

.home-slider-banner-wrap img {
    width: 100%
}

.home-content-wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0
}

.home-content-wrap .content-heading {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    font-family: didot-regular;
    font-size: 50px;
    text-align: center;
    color: #404041;
    text-transform: uppercase;
    font-weight: 400
}

.home-content-wrap .content-heading span {
    font-family: brandon_grotesque_regularRg;
    color: #f56076;
    display: block;
    text-align: center;
    line-height: 30px
}

.home-content-wrap .content-heading img {
    width: auto;
    display: inline
}

.home-content-wrap .content {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: MyriadProRegular
}

.home-content-wrap .content p {
    margin: 0;
    padding: 4px 0;
    color: #767676;
    line-height: 28px;
    font-size: 16px;
    text-align: center
}

.carousel-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 0
}

.carousel-container img {
    width: auto
}

.carousel-container h4 {
    font-family: didot-regular;
    font-size: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #f56076;
    line-height: 50px;
    font-weight: 400
}

#carousel {
    height: 405px;
    width: 100%;
    position: relative;
    margin-bottom: .5em;
    font-size: 12px;
    font-family: Arial;
    float: left
}

#owl-demo .item img,
#owl-demo .item video {
    display: block;
    height: calc(100vh - 114px);
    width: 100%
}

.carousel-image {
    border: 0;
    display: block
}

#owl-demo .item video {
    background-color: #000;
    object-fit: cover
}

.tracker-summation-container {
    position: absolute;
    color: #fff;
    right: 48px;
    top: 450px;
    padding: 3px;
    margin: 3px;
    background-color: #000;
    display: none
}

.tracker-individual-container {
    position: absolute;
    color: #fff;
    right: 48px;
    top: 210px;
    padding: 0;
    margin: 0;
    display: none !important
}

#carousel-left,
#carousel-right {
    position: absolute;
    top: 250px;
    z-index: 99;
    cursor: pointer
}

.tracker-individual-container li {
    list-style: none
}

.tracker-individual-container .tracker-individual-blip {
    margin: 0 3px;
    padding: 0 3px;
    color: #fff;
    text-align: center;
    background-color: #DDD
}

.tracker-individual-container .tracker-individual-blip-selected {
    color: #fff;
    font-weight: 700;
    background-color: #000
}

#carousel-left {
    left: -35px
}

#carousel-right {
    right: -35px
}

.first-animate-wrap {
    position: relative;
    width: 100%
}

.first-animate-wrap .image img {
    left: -3px;
    position: absolute;
    top: 20px;
    display: none
}

.bg-middle-sec {
    background-repeat: no-repeat;
    position: relative;
    width: 100%
}

.bg-middle-sec.bg1 {
    background-image: url(../images/texture1.png);
    background-position: -4em top;
    background-size: 100% auto
}

.bg-middle-sec.bg2 {
    background-image: url(../images/texture2.png);
    background-position: center 0;
    background-size: 100% auto
}

.bg-middle-sec.bg3 {
    background-image: url(../images/texture3.png);
    background-position: left top;
    background-size: 60% auto;
    z-index: 2 position:relative
}

.bg-middle-sec.bg4 {
    background-image: url(../images/texture4.png);
    background-position: center top;
    background-size: 85% auto
}

.wrap2.sec1 {
    height: 695px;
    margin-top: -49px;
    overflow: hidden;
    padding-top: 90px
}

.contactmob {
    display: none !important
}

.bdrrgtnone {
    border-right: none !important
}

#owl-demo-carosoul.owl-theme .owl-controls {
    height: 552px;
    overflow: hidden;
    text-align: left;
    top: -37.25em;
    width: 73%
}

#owl-demo-carosoul.owl-theme .owl-controls .owl-buttons div.owl-next,
#owl-demo-carosoul.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: rgba(0, 0, 0, .4);
    border-radius: 0;
    display: table-cell;
    height: 552px;
    opacity: 1;
    width: 40px;
    vertical-align: middle;
    text-align: center
}

#owl-demo-carosoul.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: relative;
    right: -66.3em
}

.owl-theme .owl-controls .owl-page span {
    background: #ef3e43
}

#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: #ef3e43;
    border-radius: 50%;
    height: 52px;
    padding: 0;
    position: absolute;
    left: 15px;
    text-align: center;
    top: -30em;
    width: 52px
}

#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: #ef3e43;
    border-radius: 50%;
    height: 52px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -30em;
    width: 52px
}

.carosoul-item-wrap {
    height: 620px;
    position: relative
}

.carosoul-img {
    background: #f3f3f3;
    display: inline-block;
    height: 552px;
    left: 0;
    margin: 40px 0 0;
    position: absolute;
    top: 0;
    width: 73%;
    z-index: 2;
    overflow: hidden
}

.carosoul-img > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.carosoul-img > img {
    overflow: hidden;
    width: 100%;
    transform: scale(1.1)
}

.carousel-content {
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 1
}

.carosoul-item-wrap {
    display: inline-block;
    width: 100%
}

.content-wrap {
    border: 9px solid #7f7f7f;
    display: inline-block;
    margin-left: 20%;
    width: 80%
}

.content-box {
    background: #fff;
    float: right;
    padding: 20px;
    position: relative;
    width: 312px
}

.h2-bold {
    color: #4b4b4b;
    font-family: MyriadProSemibold;
    font-size: 28px;
    margin: 20px 0 0
}

.h2-normal,
.h4-normal {
    color: #dd4d4a;
    font-weight: 100
}

.h2-normal {
    font-family: MyriadProRegular;
    font-size: 34px;
    line-height: 34px;
    margin: 25px 0 5px
}

.h4-normal,
.p14 {
    font-size: 14px
}

.h4-normal {
    margin: 0
}

.p14,
.p16 {
    color: #7d7d7d
}

.p16 {
    font-size: 15px;
    margin: 5px 0 65px
}

.dropdown01,
.space-top {
    margin-top: 70px
}

.dropdown01 {
    position: absolute;
    top: 0;
    width: 87%
}

.select-box {
    cursor: pointer;
    margin: 5em auto;
    max-width: 20em;
    position: relative;
    width: 100%
}

.label,
.select {
    color: #414141;
    display: block;
    font: 400 17px/2em "Source Sans Pro", sans-serif
}

.select {
    background: 0 0;
    border: 0;
    height: 40px;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 100%
}

.select-box1 {
    background: 0 0;
    border: 2px solid #4b4b4b;
    font-family: MyriadProRegular
}

.label {
    cursor: pointer;
    padding: 0 10px;
    position: relative
}

.open .label::after {
    content: "\f077"
}

.label::after {
    background: red;
    border: 5px solid #fff;
    color: #fff;
    content: "\f078";
    font-family: fontawesome;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px
}

.content-box a {
    border: 2px solid;
    color: #000;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: inherit;
    -webkit-transition: all .22s ease 0s;
    -ms-transition: all .22s ease 0s;
    -moz-transition: all .22s ease 0s
}

.content-box a:hover {
    background: #000;
    color: #fff
}

.wrap2.sec2 {
    margin-top: 0;
    padding-top: 70px;
    text-align: center
}

.content-heading {
    display: inline-block;
    text-align: center
}

.content-heading > span {
    border-bottom: 2px solid #7d7d7d;
    font-family: MyriadProSemibold;
    font-size: 34px;
    padding: 2px 35px
}


.content-heading > h1 {
    border-bottom: 2px solid #7d7d7d;
    font-family: MyriadProSemibold;
    font-size: 34px;
    padding: 2px 35px; text-transform:uppercase; font-weight: 300;
}

.content-heading > p {
    color: #7d7d7d;
    font-size: 16px;
    margin: 10px 0
}

.sec2 .content {
    display: inline-block;
    text-align: center;
    width: 100%
}

.content .tabs {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.content .tabs-pane {
    margin: 25px 0 !important;
    display: none
}

.content .tabs-pane.active {
    display: block
}

.content .tabs li {
    display: inline-block;
    float: left;
    padding: 10px 15px
}

.content .tabs li a {
    color: #7d7d7d;
    font-family: MyriadProSemibold;
    font-size: 18px;
    text-decoration: inherit;
    text-transform: capitalize
}

.content .tabs li.active a {
    border-bottom: 1px solid;
    color: #dd4d4a;
    padding-bottom: 5px
}

.product-wrap {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%
}

.product-wrap .product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.product-wrap .product-list li {
    background: #f5f1ef;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    display: flex;
    float: left;
    height: 300px;
    line-height: 300px;
    overflow: hidden;
    vertical-align: middle;
    width: 32.3%
}

.middle-nav,
.productboxhover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.product-wrap .product-list li:nth-child(2) {
    margin: 0 15px
}

.product-wrap .product-list li a,
.product-wrap .product-list li a > img {
    width: 100%
}

.product-content {
    display: inline-block;
    height: 300px;
    position: relative;
    width: 100%;
    background: url(../images/new-tag.png) left top no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e4e4e4', GradientType=1)
}

.product-content .product-logo {
    height: 30px;
    position: absolute;
    right: 12px;
    top: 12px
}

.newproduct {
    width: 66px;
    position: absolute;
    left: 0;
    top: 0
}

.product-wrap .product-list li a .product-content > img {
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.product-wrap .product-list li a:hover .product-content > img {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

.product-content > img {
    width: 50%
}

.product-logo > img {
    display: inherit;
    height: 100%
}

.product-content > h4 {
    bottom: 25px;
    color: #4b4b4b;
    display: inherit;
    font-size: 17px;
    height: 30px;
    left: 0;
    line-height: 25px;
    margin: 15px 0;
    padding: 0;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    width: 100%
}

.wrap1 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1100px
}

.content .expert-list,
.sec3 .content {
    width: 100%;
    display: inline-block
}

.wrap1.sec3 {
    margin-top: 0;
    padding-top: 4em;
    text-align: center;
    z-index: 1
}

.content .expert-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.expert-list li {
    display: inline-block;
    float: left;
    margin: 30px 0 40px;
    width: 30.33%
}

.expert-list li img,
.list-img {
    width: 100%
}

.expert-list li:nth-child(2),
.expert-list li:nth-child(5) {
    margin: 30px 4% 40px
}

.list-img {
    display: inline-block
}

.list-content {
    display: inline-block;
    text-align: left;
    width: 100%
}

.list-content > h2 {
    font-family: arial;
    font-size: 24px
}

.list-content > h2 span {
    border-bottom: 2px solid;
    color: #979797;
    font-size: 42px;
    margin-right: 7px;
    width: 50px
}

.list-content > p {
    color: #7f7f7f;
    font-size: 14px;
    max-height: 100px;
    min-height: 95px;
    margin: 0
}

.list-link {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.list-link li {
    color: red;
    font-family: MyriadProSemibold;
    font-size: 14px;
    margin: 0 20px 0 0;
    padding: 0;
    width: auto
}

.list-link li a {
    color: #000;
    text-decoration: inherit;
    transition: all 2 ease 0s
}

.list-link li a:hover {
    text-decoration: underline
}

.list-link li:nth-child(2n) {
    margin: 0;
    padding: 0
}

.wrap1.sec4 {
    margin-top: -7em;
    padding-bottom: 2em;
    padding-top: 7em;
    text-align: center;
    width: 1160px
}

.content {
    display: inline-block;
    margin: 15px 0;
    width: 100%
}

#owl-demo-carosoul02 .item {
    margin: 55px;
    position: relative
}

#owl-demo-carosoul02.owl-theme .owl-controls .owl-buttons div {
    position: absolute
}

#owl-demo-carosoul02.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: 0 0;
    left: -15px;
    margin-top: -18em
}

#owl-demo-carosoul02.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: 0 0;
    left: 1124px;
    margin-top: -18em
}

.wrap-img {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 240px;
    z-index: 2
}

.wrap-img > img {
    width: 100%
}

.carosoul02-wrap {
    display: inline-block;
    height: auto;
    margin-left: 15px;
    position: relative;
    width: 100%
}

.carosoul02-wrap .wrap-content {
    background: #fff;
    border: 7px solid #b7b7b7;
    display: table-cell;
    height: 280px;
    left: 0;
    padding: 20px 100px 20px 20px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: middle;
    width: 280px;
    z-index: 1
}

.wrap-content > h2 {
    color: #4b4b4b;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase
}

.wrap-content > p {
    color: #7f7f7f;
    font-size: 14px
}

.wrap-content > h4 a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-decoration: inherit;
    transition: all .22s ease 0s
}

.wrap-content > h4 a:hover {
    text-decoration: underline
}

.wrap-content > h4 {
    bottom: 10px;
    margin: 0
}

footer {
    background: #000;
    border-top: 5px solid #efefef;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

footer .footer-sitemap {
    margin: 0 auto;
    padding: 40px 0;
    width: 1100px
}

footer .footer-sitemap ul {
    color: #fff;
    display: inline-block;
    list-style: none;
    margin: 0 2%;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 135px
}

footer .footer-sitemap ul li {
    color: #fff;
    font-family: MyriadProSemibold;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    padding: 7px 0;
    text-align: left
}

footer .footer-sitemap ul li a {
    color: #fff;
    text-decoration: none
}

footer .footer-sitemap ul li a:hover {
    text-decoration: underline
}

footer .bottom-bar .wrapper .right .links ul li a,
footer .bottom-bar .wrapper .right .social ul li a {
    color: #414042;
    text-decoration: none
}

footer .bottom-bar {
    background: #efefef;
    margin: 0;
    padding: 0;
    width: 100%
}

footer .bottom-bar .wrapper {
    color: #414042;
    display: table;
    font-family: brandon_grotesque_regularRg;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 0;
    width: 1100px
}

footer .bottom-bar .wrapper .left {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 40%
}

footer .bottom-bar .wrapper .right {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 60%
}

footer .bottom-bar .wrapper .right .links {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%
}

footer .bottom-bar .wrapper .right .links ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .bottom-bar .wrapper .right .links ul li {
    border-left: 1px solid #ccc;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase
}

footer .bottom-bar .wrapper .right .links ul li:first-child {
    border-left: medium none
}

footer .bottom-bar .wrapper .right .social {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 28%
}

footer .bottom-bar .wrapper .right .social ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer .bottom-bar .wrapper .right .social ul li {
    color: #414042;
    display: inline-block;
    font-size: 30px;
    margin: 0;
    padding: 0 10px
}

footer .bottom-bar .wrapper .right .social ul li:first-child {
    font-size: 32px
}

.footer-box {
    float: left;
    text-align: left;
    width: 232px
}

.foo-logo {
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    width: 170px
}

.foo-logo img {
    display: inline-block;
    width: 100%
}

.footer-box p {
    color: #fff;
    font-size: 14px
}

.social-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 22px
}

footer .footer-sitemap .footer-box .social-wrap ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}

footer .footer-sitemap .footer-box .social-wrap ul {
    margin: 0;
    padding: 0;
    width: 100%
}

footer .footer-sitemap .footer-box .social-wrap ul li a {
    color: #dd4d4a;
    font-size: 20px;
    padding: 0 30px 0 0;
    transition: all .22s ease 0s
}

footer .footer-sitemap .footer-box .social-wrap ul li a:hover {
    text-decoration: underline
}

.middle-nav {
    background: #fff;
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 11
}

.wrap2 {
    margin: 0 auto;
    width: 1200px;
    position: relative
}

.right-nav.middle-right-nav {
    float: none;
    width: auto
}

.right-nav.middle-right-nav ul {
    width: 100%;
    text-align: center;
    margin: 0
}

.right-nav.middle-right-nav ul li {font-size: 15px;margin: 3px 0; padding:5px 7px 5px 20px;position: relative}
.right-nav.middle-right-nav ul li.dropdown_menu .icon {display: none;}
.productboxhover {width:180px; position:absolute; left:0; bottom: auto; background-color:#dd4d4a; -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; -webkit-border-radius: 0px 0px 10px 10px; box-shadow:0 0 3px rgba(0, 0, 0, 0.15); border-radius:0; display:none;}

.productboxhover:before{content:""; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #dd4d4a; position:absolute; left:20px; top:-10px; z-index:1; display:inline-block;}
.productboxhover:after{content:""; width:100%; height:15px; background:transparent; z-index:0; left:0; bottom:100%; position:absolute; z-index:0}

.productboxhover ul{margin:0; padding:0; list-style-type:none;}
.productboxhover ul li{ display:block; border:none; text-align:left; border-bottom:1px solid #e96a67; margin:0 !important;}
.productboxhover ul li a { border:none !important; color:#FFF; padding:5px 0 !important; display:block;}
.productboxhover ul li a:hover{ border:none; color:#fff;}
.productboxhover ul li:hover{background:#d83733;}


.productboxhover > ul > li> ul{opacity:0; display:none; padding: 0;position: absolute;left:calc(100% + 12px);z-index: 99;background: #e96a67;top: 0; border-radius:2px;}
.productboxhover > ul > li> ul:before{content:""; border-top:10px solid transparent; border-bottom:10px solid transparent; border-right:10px solid #e96a67; position:absolute; left:-8px; top:10px; z-index:0; display:inline-block;}
.productboxhover > ul > li> ul:after{content:""; width:12px; height:100%; background:transparent; z-index:0; left:-12px; top:0; position:absolute;}
.productboxhover > ul > li> ul > li{border-bottom:1px solid #ed8a88;}
.productboxhover > ul > li:hover > ul{opacity:1; display:block;}

.productboxhover .submenu:before, .productboxhover .submenu:after{content: ""; border-top:5px solid transparent; border-bottom:5px solid transparent;  position: absolute; bottom:15px;}
.productboxhover .submenu:before{border-left:5px solid #ffc5c4; right:18px;}
.productboxhover .submenu:after{border-left:5px solid #dd4d4a;right:20px;}
.productboxhover .submenu:hover:after{border-left-color:#d83733;}

.right-nav.middle-right-nav ul li:hover .productboxhover {opacity:1; top:40px; display:block;}

.right-nav.middle-right-nav li:first-child {
    border-left: 0
}

.right-nav.middle-right-nav li:last-child {
    border-right: 0
}

.right-nav.middle-right-nav ul li a {
    padding: 5px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all .44s ease 0s
}

.right-nav.middle-right-nav ul li a:hover {
    background: 0 0;
    color: #f56076;
    border: 1px solid #f56076
}

.right-nav.middle-right-nav ul  .productboxhover li a:hover{color:#fff;}
#wrap {
    bottom: 0;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9
}

#wrap input[type=text] {
    height: 37px;
    font-size: 20px;
    display: inline-block;
    font-family: Lato;
    font-weight: 100;
    border: none;
    outline: 0;
    color: #f0f0f0;
    padding: 3px 60px 3px 15px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    z-index: 3;
    transition: width .4s cubic-bezier(0, .795, 0, 1);
    cursor: pointer
}

#wrap input[type=text]::placeholder {
    color: rgba(251, 251, 251, .6);
    opacity: 1
}

#wrap input[type=text]:-ms-input-placeholder {
    color: rgba(251, 251, 251, .6)
}

#wrap input[type=text]::-ms-input-placeholder {
    color: rgba(251, 251, 251, .6)
}

#wrap input[type=text]:focus:hover {
    border-bottom: 1px solid #BBB
}

#wrap input[type=text]:focus {
    width: 1200px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
    background: #ef3e43
}

#wrap input[type=submit] {
    height: 36px;
    width: 37px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/icons/search.png) center center no-repeat #ef3e43;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease
}

#wrap input[type=submit]:hover {
    opacity: .8
}

.owl-theme .owl-controls {
    top: -70px;
    position: relative;
    margin: 0 auto
}

.owl-theme .owl-pagination {
    width: 150px;
    margin: 0 auto
}

.fixed .top-cont .logo {
    width: 50px;
    margin: 5px 0
}

.fixed .top-cont .logo.main-logo {
    width: 170px;
    margin: 5px 0
}

.fixed .top-cont .right-nav ul {
    margin: 27px 0 0
}

.fixed #main-nav > ul > li > a {
    padding: 10px 20px
}

.quick_section {
    border-radius: 12px 10px 0 0;
    padding: 8px 10px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    font-family: latoregular;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.quick_section img {
    float: left;
    margin: 5px 5px 0 0
}

.quick_section a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 3px 0 0
}

.quick_section .quck_box {
    width: 220px;
    margin-top: 10px;
    padding: 10px 0;
    transition: none;
    display: none
}

.quick_section .quck_box p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.quick_section .quck_box label {
    width: 100%;
    float: left;
    padding: 3px 0;
    font-size: 12px
}

.quick_section .quck_box input {
    width: 98%;
    padding: 0 1%;
    height: 28px;
    border: 1px solid #FFF;
    background: 0 0;
    color: #FFF;
    margin: 5px 0;
    font-size: 12px
}
.quick_section .quck_box input::placeholder {  color: #FFF; }
.quick_section .quck_box textarea {
    width: 96%;
    padding: 2%;
    height: 50px;
    border: 0;
    resize: none;
    margin: 5px 0;
    font-size: 12px
}

.addfield {
    height: 50px !important
}

.quick_section .quck_box select {
    width: 98%;
    height: 28px;
    padding: 2px 1%;
    text-transform: none;
    border: 1px solid #FFF;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
    appearance: none;
    background: url(../images/arrow-select.png) 195px 9px no-repeat #000;
    box-sizing: border-box;
    color: #fff;
    margin: 5px 0;
    font-size: 12px
}

.captha-mrg {
    margin: 5px 0
}

@media screen and (min-width:0\0) {
    .quick_section .quck_box {
        float: left;
        padding: 0;
        margin: 0
    }

    .quick_section img {
        float: none;
        display: inline-block
    }

    .quick_section a {
        display: block
    }

    .quick_section .quck_box select {
        background-image: none
    }

    .quick_section .quck_box p.gry {
        margin-top: 5px
    }

    .verify {
        float: left !important
    }
}

.quick_section .quck_box select option {
    line-height: 30px !important
}

.quick_section .quck_box img.qck_cls {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    display: block;
    border: 0;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.quick_section .quck_box img.qck_cls:hover {
    transform: rotate(180deg)
}

.quick_section .quck_box input[type=submit] {
    padding: 5px 30px;
    margin: 10px auto 0 55px;
    height: auto;
    width: auto;
    cursor: pointer;
    font-size: 13px;
    transition: all ease .5s;
    background-color: #505050 !important;
    border: none !important;
    color: #FFF
}

.quick_section .quck_box input[type=submit]:hover {
    background-color: #ee3a43 !important;
    color: #FFF
}

.navtop ul li a.e-cart1 span {
    background: url(../images/quick_cart.png) right 4px no-repeat;
    display: inline-block;
    height: 25px;
    width: 33px;
    padding: 0 8px 0 0;
    margin: 0 0 0 -9px
}

.download-mob,
.hoverlaypop1 .fields_wrap .h_signin .thanku:after {
    display: none !important
}

.navtop ul li a.e-cart1:hover span {
    color: #fff
}

.quick_section .quck_box p.gry {
    border-top: #FFF solid 1px;
    padding-top: 5px
}

.txtbox_style.err123 {
    width: 137px
}

.gap {
    width: 120px
}

.verify {
    float: left !important;
    background-color: #FFF !important;
    width: 68% !important;
    color: #000 !important
}

.hoverlaypop1 {
    background: 0 0;
    position: fixed;
    width: auto;
    max-width: 800px;
    height: 200px;
    z-index: 999999;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.hoverlaypop1 .fields_wrap {
    max-width: 800px;
    margin: 3% auto 0;
    background: url(../images/signup-bg.jpg) left bottom no-repeat;
    background-size: cover;
    padding: 10px 60px 25px;
    position: relative;
    border: 10px solid #c5c5c5;
    box-sizing: border-box !important;
    z-index: 100
}

.hoverlaypop1 .inclose1 {
    float: right;
    margin: -15px -50px 0 0;
    cursor: pointer;
    right: 0;
    top: 0;
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 99
}

.hoverlaypop1 .inclose1:after {
    content: 'x';
    text-align: center;
    width: 32px;
    height: 32px;
    position: absolute;
    font-family: MyriadProSemibold, Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #FFF
}

.hoverlaypop1 .fields_wrap .h_signin .headdingmain,
.hoverlaypop1 .fields_wrap .h_signin .thanku {
    font-family: MyriadProbold, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 40px
}

.hoverlaypop1 .fields_wrap .h_signin .headdingmain {
    position: relative;
    padding: 10px 0 25px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px
}

.hoverlaypop1 .fields_wrap .h_signin .headdingmain span {
    padding-bottom: 5px
}

.hoverlaypop1 .fields_wrap .h_signin .headdingmain:after {
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #fff;
    content: '';
    bottom: 7px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.footercopy {
    width: 100%;
    margin: 10px 0;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px
}

.hoverlaypop1 .fields_wrap .h_signin .thanku {
    position: relative;
    padding: 10px 0 35px;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px
}

.hoverlaypop1 .fields_wrap .h_signin {
    padding: 0;
    position: relative;
    z-index: 1
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox {
    text-align: center;
    position: relative;
    width: 100%;
    top: 0
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox h3 {
    text-align: center;
    margin: 10px 0
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox h3 img {
    display: inline !important
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox input {
    border: 1px solid #fff;
    line-height: 20px;
    box-sizing: border-box !important;
    font-size: 20px;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, .7);
    width: 97%;
    font-family: robotoregular, sans-serif;
    margin: 0 auto 15px;
    color: #000
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox .buttonred {
    border: 1px solid #223d77;
    width: 35%;
    display: inline-block;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    background-color: #3357a2;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-family: MyriadProSemibold, sans-serif;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 8px #ccc
}

.hoverlaypop1 .fields_wrap .h_signin .fildbox .buttonred:hover {
    background-color: #dd4d4a;
    border: 1px solid #e67016
}

.js-tabby .tabs-pane {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.js-tabby .tabs-pane.active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.js-tabby .tabs-pane:focus {
    outline: none;
}