html {
    color: #222;
    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: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none!important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

body:after {
    content: url(../img/icon/close.png) url(../img/icon/loading.gif) url(../img/icon/prev.png) url(../img/icon/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/icon/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/icon/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/icon/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/icon/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

#scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px
}

@-webkit-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }

    50% {
        opacity: 1;
        bottom: 50%
    }

    100% {
        opacity: 0;
        bottom: 75%
    }
}

@-moz-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }

    50% {
        opacity: 1;
        bottom: 50%
    }

    100% {
        opacity: 0;
        bottom: 75%
    }
}

@keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0
    }

    50% {
        opacity: 1;
        bottom: 50%
    }

    100% {
        opacity: 0;
        bottom: 75%
    }
}

#scrollUp:hover i {
    animation: .8s linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0
}

.estut-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #bdc3ca;
    color: #212121;
    display: inline-block;
    margin: auto 10px;
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.call-to-action .estut-btn,.estut-btn.active,.estut-btn:hover,.intro-courses-container .estut-btn {
    color: #fff
}

.call-to-action .estut-btn,.intro-courses-container .estut-btn {
    padding: 15px 30px;
    margin: 25px 0 0
}

.slide-v2 .estut-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #928885;
    color: #212121;
    display: inline-block;
    margin: auto 10px;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.slide-v2 .estut-btn.active,.slide-v2 .estut-btn:hover {
    background: #f3c020 none repeat scroll 0 0;
    box-shadow: 0 0 6px 0 #9d6631;
    color: #fff
}

.slide-v2 .estut-btn.active:hover {
    background: #69d2e7 none repeat scroll 0 0
}

.search-form-3 .estut-btn-v2 {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 #ce765c;
    color: #212121;
    float: right;
    height: 42px;
    margin-top: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 15%
}

.search-form-3 .estut-btn-v2:hover {
    background: #f3c020;
    color: #fff
}

.team-area.v1 .estut-btn-v2 {
    margin-top: 25px
}

.estut-btn-v2 {
    border-radius: 4px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-left: 3px;
    padding: 0 30px;
    text-transform: uppercase;
    color: #212121
}

.estut-btn-v2.color-v2 {
    background: #f3d474 none repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 0 6px 0 #969696
}

.estut-btn-v2.color-v2:hover {
    background: #f3c020 none repeat scroll 0 0;
    color: #fff
}

.estut-btn-v2.default-color {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}

.estut-btn-v2.default-color:hover {
    background: #f3c020 none repeat scroll 0 0;
    color: #fff
}

.slide-v2 .estut-btn.active,.slide-v2 .estut-btn:hover {
    background: #19caab none repeat scroll 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
    color: #fff
}

.slide-v2 .estut-btn.active:hover {
    background: #07b193 none repeat scroll 0 0
}

.footer-top-area.bg-1 {
    background: rgba(0,0,0,0) url(../../img/others/footer-bg-1.jpg) no-repeat scroll center center/cover
}

.footer-top-area.overlay-bg {
    position: relative
}

.footer-top-area.overlay-bg::before {
    background: #202020 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .95;
    position: absolute;
    top: 0;
    width: 100%
}

.footer-logo {
    margin-bottom: 30px
}

.newsletter-form {
    margin-bottom: 50px
}

.newsletter-form form input[type=email] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #4b4b4b;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #999;
    padding: 10px 30px 10px 0;
    position: relative;
    width: 80%
}

.newsletter-form button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    line-height: 37px;
    margin-left: -28px;
    padding: 0 10px;
    position: relative
}

.widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer-top-menu a,.footer-top-menu p,.footer-top-menu p a {
    color: #999;
    font-weight: 500
}

.footer-top-menu p strong {
    color: #fff
}

.footer-social-bookmark ul li a {
    font-size: 20px
}

.footer-social-bookmark ul li {
    display: inline-block;
    line-height: 1;
    padding-left: 14px;
    padding-right: 14px
}

.footer-social-bookmark ul li:first-child {
    padding-left: 0
}

.footer-social-bookmark ul li:last-child {
    padding-right: 0
}

.footer-social-bookmark {
    display: block;
    margin-top: 30px;
    overflow: hidden
}

.footer-social-bookmark ul li a.facebook {
    color: #42599e
}

.footer-social-bookmark ul li a.twitter {
    color: #509fdb
}

.footer-social-bookmark ul li a.google-plus {
    color: #d13d2f
}

.footer-social-bookmark ul li a.dribbble {
    color: #f873a3
}

.footer-social-bookmark ul li a.behance {
    color: #0094ff
}

.fo-course-container ul li a {
    line-height: 1;
    margin-left: 15px;
    position: relative
}

.fo-course-container ul li .date {
    color: #5e5e5e;
    font-size: 13px;
    line-height: 24px
}

.fo-course-container ul li a::before {
    content: "ï„…";
    font-family: fontawesome;
    height: 14px;
    left: -15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 10px
}

a.user-name {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.fo-twitter-feed-container ul li p {
    line-height: 20px
}

.fo-aboutus-container>p {
    margin-bottom: 30px
}

.blog-flickr {
    margin-top: 10px;
    overflow: hidden
}

.blog-flickr ul {
    margin-left: -2px;
    overflow: hidden
}

.blog-flickr ul li {
    float: left;
    width: 33.33%
}

.blog-flickr ul li a {
    display: block;
    margin: 2px;
    position: relative
}

.blog-flickr ul li a img {
    width: 100%
}

.footer-bottom-area {
    background: #1c1c1c none repeat scroll 0 0;
    padding: 10px 0
}

.copyright-wrap p {
    color: #999;
    margin: 0
}

.header-top {
    padding: 8px 0
}

.header-top i {
    font-size: 16px
}

.header-top-info>p,.header-top-right ul>li {
    border-left: 1px solid #24bbff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 0 19px 0 20px
}

.header-top-info>p:first-child,.header-top-right ul>li:first-child {
    border-left: medium none;
    padding-left: 0
}

.header-top-info>p i,.header-top-right ul>li i {
    margin-right: 10px
}

.search-form button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none
}

.search-form form input[type=text] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    font-family: Lato,sans-serif
}

.header-top-info>p {
    margin: 0
}

.cart-active {
    position: relative
}

.cart-btn a {
    padding: 20px 0;
    position: relative;
    z-index: 99999
}

.cart-btn a sup {
    background: #ffeb38 none repeat scroll 0 0;
    border-radius: 100%;
    color: #676767;
    font-family: Lato,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 10px;
    width: 20px
}

.cart-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 36px;
    transition: all .5s ease 0s;
    width: 250px;
    z-index: 9999999;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: 0 0 0
}

.cart-single-product {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px
}

.cart-single-product-img {
    float: left;
    margin-right: 10px;
    width: 55px
}

.cart-single-product-title a {
    color: #676767;
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.cart-single-product-title p {
    font-size: 13px;
    margin: 0
}

.cart-single-product-title {
    float: left;
    text-align: left
}

.cart-single-product-del {
    float: right;
    margin-top: 20px
}

.cart-single-product-del i {
    font-size: 18px
}

.total-amount p {
    font-size: 14px;
    text-align: left;
    width: 50%;
    float: left;
    font-weight: 700;
    margin: 0
}

.total-amount span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right
}

.total-amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.action-cart a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 17px
}

.action-cart {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px
}

.cart-single-product-del a:hover {
    color: red
}

.action-cart a:hover {
    color: #000
}

.cart-single-product-title a:hover {
    color: #ffeb38
}

.viewcart {
    margin-right: 5px
}

.checkout {
    margin-left: 5px
}

.cart-active:hover .cart-form {
    opacity: 1;
    transform: scaleY(1)
}

.header-bottom {
    padding: 20px 0
}

.primary-menu>ul>li {
    float: left;
    margin-left: 35px;
    position: relative
}

.primary-menu>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0;
    display: block;
    font-size: 13px
}

span.indicator i {
    font-size: 13px
}

.estut-dropdown {
    left: 0;
    top: 120%
}

.estut-dropdown>li {
    width: 250px;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.estut-dropdown li:last-child {
    border-bottom: none
}

.estut-dropdown li a {
    font-family: Lato,sans-serif;
    font-size: 11px;
    color: #999!important;
    padding: 15px;
    display: block;
    position: relative;
    transition: .3s;
    font-weight: 700
}

.estut-dropdown>li>a span.indicator {
    position: absolute;
    right: 10px
}

.primary-menu>ul>li:hover .estut-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.estut-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86,86,90,.5);
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999999
}

.spectar {
    background: rgba(0,0,0,0) linear-gradient(to right,rgba(73,197,135,1) 0,rgba(73,197,135,1) 1%,rgba(75,201,226,1) 6%,rgba(255,117,117,1) 13%,rgba(240,200,81,1) 20%,rgba(141,116,185,1) 27%,rgba(248,118,79,1) 34%,rgba(73,197,135,1) 42%,rgba(75,201,226,1) 49%,rgba(255,117,117,1) 56%,rgba(73,197,135,1) 63%,rgba(255,117,117,1) 70%,rgba(240,200,81,1) 77%,rgba(141,116,185,1) 84%,rgba(248,118,79,1) 91%,rgba(73,197,135,1) 98%,rgba(73,197,135,1) 100%) repeat scroll 0 0;
    height: 4px;
    width: 100%
}

.header-v2 .header-top-info>p,.header-v2 .header-top-right ul>li {
    border-color: #4e4e4e
}

.header-v2 .cart-btn a sup {
    background: #f3d474 none repeat scroll 0 0;
    color: #676767
}

.header-v2 .primary-menu>ul>li {
    display: inline-block;
    float: none
}

.header-v2 .estut-dropdown>li {
    line-height: normal;
    text-align: left
}

.header-logo {
    width: 312px
}

.header-v2 .primary-menu>ul>li>a {
    color: #212121;
    display: block;
    font-weight: 500;
    line-height: 80px;
    padding: 0
}

.header-v2 .header-bottom {
    box-shadow: 0 1px 3px rgba(50,50,50,.4);
    padding: 0;
    position: relative;
}

.header-logo-2 {
    bottom: -15px;
    position: relative
}

.menu-logo-2 {
    bottom: 0;
    position: relative
}

.header-v2 .primary-menu>ul {
    height: 80px
}

.header-v2 .primary-menu>ul>li {
    line-height: 80px;
    margin-top: -14px
}

.header-top {
    padding: 8px 0
}

.header-top i {
    font-size: 16px
}

.header-top-info>p,.header-top-right ul>li {
    border-left: 1px solid #24bbff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 0 19px 0 20px
}

.header-top-info>p:first-child,.header-top-right ul>li:first-child {
    border-left: medium none;
    padding-left: 0
}

.header-top-info>p i,.header-top-right ul>li i {
    margin-right: 10px
}

.search-form button {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none
}

.search-form form input[type=text] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    font-family: Lato,sans-serif
}

.header-top-info>p {
    margin: 0
}

.cart-active {
    position: relative
}

.cart-btn a {
    padding: 20px 0;
    position: relative;
    z-index: 99999
}

.cart-btn a sup {
    background: #ffeb38 none repeat scroll 0 0;
    border-radius: 100%;
    color: #676767;
    font-family: Lato,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 19px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 10px;
    width: 20px
}

.cart-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 36px;
    transition: all .5s ease 0s;
    width: 250px;
    z-index: 9999999;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: 0 0 0
}

.cart-single-product {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px
}

.cart-single-product-img {
    float: left;
    margin-right: 10px;
    width: 55px
}

.cart-single-product-title a {
    color: #676767;
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.cart-single-product-title p {
    font-size: 13px;
    margin: 0
}

.cart-single-product-title {
    float: left;
    text-align: left
}

.cart-single-product-del {
    float: right;
    margin-top: 20px
}

.cart-single-product-del i {
    font-size: 18px
}

.total-amount p {
    font-size: 14px;
    text-align: left;
    width: 50%;
    float: left;
    font-weight: 700;
    margin: 0
}

.total-amount span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right
}

.total-amount {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.action-cart a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 12px 17px
}

.action-cart {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 10px
}

.cart-single-product-del a:hover {
    color: red
}

.action-cart a:hover {
    color: #000
}

.cart-single-product-title a:hover {
    color: #ffeb38
}

.viewcart {
    margin-right: 5px
}

.checkout {
    margin-left: 5px
}

.cart-active:hover .cart-form {
    opacity: 1;
    transform: scaleY(1)
}

.header-bottom {
    padding: 20px 0
}

.primary-menu>ul>li {
    float: left;
    margin-left: 35px;
    position: relative
}

.primary-menu>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0;
    display: block;
    font-size: 13px
}

span.indicator i {
    font-size: 13px
}

.estut-dropdown {
    left: 0;
    top: 120%
}

.estut-dropdown>li {
    width: 250px;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.estut-dropdown li:last-child {
    border-bottom: none
}

.estut-dropdown li a {
    font-family: Lato,sans-serif;
    font-size: 11px;
    color: #999!important;
    padding: 15px;
    display: block;
    position: relative;
    transition: .3s;
    font-weight: 700
}

.estut-dropdown>li>a span.indicator {
    position: absolute;
    right: 10px
}

.primary-menu>ul>li:hover .estut-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.estut-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86,86,90,.5);
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 999999
}

.spectar {
    background: rgba(0,0,0,0) linear-gradient(to right,rgba(73,197,135,1) 0,rgba(73,197,135,1) 1%,rgba(75,201,226,1) 6%,rgba(255,117,117,1) 13%,rgba(240,200,81,1) 20%,rgba(141,116,185,1) 27%,rgba(248,118,79,1) 34%,rgba(73,197,135,1) 42%,rgba(75,201,226,1) 49%,rgba(255,117,117,1) 56%,rgba(73,197,135,1) 63%,rgba(255,117,117,1) 70%,rgba(240,200,81,1) 77%,rgba(141,116,185,1) 84%,rgba(248,118,79,1) 91%,rgba(73,197,135,1) 98%,rgba(73,197,135,1) 100%) repeat scroll 0 0;
    height: 4px;
    width: 100%
}

.header-v2 .header-top-info>p,.header-v2 .header-top-right ul>li {
    border-color: #4e4e4e
}

.header-v2 .cart-btn a sup {
    background: #f3d474 none repeat scroll 0 0;
    color: #676767
}

.header-v2 .primary-menu>ul>li {
    display: inline-block;
    float: none
}

.header-v2 .estut-dropdown>li {
    line-height: normal;
    text-align: left
}

.header-logo {
    width: 312px
}

.header-v2 .primary-menu>ul>li>a .modal {
    z-index: 13000
}

#productModal .modal-dialog {
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 870px
}

#productModal .modal-header {
    border: 0 none;
    padding: 0;
    min-height: auto
}

#productModal button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}

#productModal button.close:hover {
    opacity: 1
}

#productModal button.close span {
    border: 1px solid #909295;
    border-radius: 60px;
    color: #909295;
    display: block;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 30px;
    padding-top: 1px
}

#quickview-wrapper .modal-content {
    border-radius: 0
}

.modal-product {
    overflow: hidden
}

.modal-product .product-images {
    float: left;
    width: 40%
}

.modal-product .product-images .quick-thumbnails {
    float: left;
    width: 100%
}

.modal-product .product-images .main-image {
    float: left;
    width: 100%
}

.modal-product .product-images .main-image img {
    box-shadow: none
}

.modal-product .product-info {
    float: left;
    padding-left: 30px;
    width: 60%
}

.modal-product .product-info h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px
}

.modal-product .product-info .price-box {
    float: left;
    margin: 0 0 12px;
    width: 100%
}

.modal-product .product-info .price-box p {
    margin: 0
}

.modal-product .product-info .price-box .special-price {
    color: #83cbdc;
    font-family: Raleway,sans-serif;
    font-size: 24px;
    font-weight: 400
}

.modal-product .product-info .see-all {
    color: #42414f;
    display: inline-block;
    margin-bottom: 35px;
    text-decoration: underline
}

.numbers-row>input {
    float: left;
    height: 40px;
    text-align: center;
    width: 60px;
    border: none;
    border: 1px solid #ddd
}

.quick-add-to-cart .single_add_to_cart_button {
    border: medium none;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    margin-left: 15px;
    padding: 0 70px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    box-shadow: 0 0 3px 0 #7c7c7c
}

.modal-product .product-info .see-all:hover {
    color: #212121
}

h3.widget-title-modal {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    color: #42414f;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%
}

.modal-product .product-info .quick-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 38px;
    width: 100%
}

.modal-product .product-info .quick-desc {
    border-bottom: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 25px;
    padding: 0 0 15px;
    width: 100%
}

.modal-product .widget {
    float: left;
    width: 100%
}

.modal-product .widget .widget-title {
    background: 0 0;
    color: #909295;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%
}

.modal-product .widget .social-icons {
    float: left;
    margin: 0;
    padding: 0
}

.modal-product .widget .social-icons li {
    float: left;
    line-height: 30px;
    list-style: none;
    margin-right: 10px
}

.modal-product .widget .social-icons li .social-icon {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #909295;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 40px
}

.modal-product .widget .social-icons li .social-icon:hover {
    color: #fff
}

.modal-product .widget .social-icons li .social-icon.facebook:hover {
    background: #3b579d;
    border: 1px solid #3b579d
}

.modal-product .widget .social-icons li .social-icon.twitter:hover {
    background: #3acaff;
    border: 1px solid #3acaff
}

.modal-product .widget .social-icons li .social-icon.pinterest:hover {
    background: #cb2027;
    border: 1px solid #cb2027
}

.modal-product .widget .social-icons li .social-icon.tumblr:hover {
    background: #304e6c;
    border: 1px solid #304e6c
}

.modal-product .widget .social-icons li .social-icon.gplus:hover {
    background: #d11717;
    border: 1px solid #d11717
}

.modal-product .widget .social-icons li .social-icon.linkedin:hover {
    background: #0097bd;
    border: 1px solid #0097bd
}

.s-price-box {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    margin-bottom: 30px;
    border-top: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c
}

.s-price-box .new-price {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px
}

.s-price-box .old-price {
    font-size: 21px;
    font-weight: 400;
    margin-left: 7px;
    text-decoration: line-through;
    color: #939295
}

.header-v2 .header-bottom {
    box-shadow: 0 1px 3px rgba(50,50,50,.4);
    padding: 0;
    position: relative;
}

.header-logo-2 {
    bottom: -15px;
    position: relative
}

.menu-logo-2 {
    bottom: 0;
    position: relative
}

.header-v2 .primary-menu>ul {
    height: 114px
}

.header-v2 .primary-menu>ul>li {
    line-height: 80px;
    margin-top: -14px
}

.slider-content {
    padding: 220px 0;
    color: #212121
}

.layer-1-1 .title1 {
    font-size: 36px;
    animation: .8s ease-in-out .5s normal backwards 1 running bounceInRight
}

.layer-1-2 .title2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    animation: 1.4s ease-in-out 1.2s normal backwards 1 running flipInX
}

.layer-1-3 .title3 {
    font-size: 18px;
    animation: 1s ease-in-out 1.9s normal backwards 1 running fadeInRight
}

.layer-1-4 {
    margin-top: 60px;
    animation: 1.4s ease-in-out 2.6s normal backwards 1 running fadeInUp
}

.layer-2-1 .title1 {
    font-size: 36px;
    animation: .8s ease-in-out .5s normal backwards 1 running bounceInLeft
}

.layer-2-2 .title2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    animation: 1.4s ease-in-out 1s normal backwards 1 running flipInX
}

.layer-2-3 .title3 {
    font-size: 18px;
    animation: 1s ease-in-out 1.9s normal backwards 1 running fadeInLeft
}

.layer-2-4 {
    margin-top: 60px;
    animation: 1.4s ease-in-out 2.5s normal backwards 1 running fadeInUp
}

.slider-content {
    padding: 275px 0
}

.slide-v2 .layer-1-1 .title1,.slide-v2 .layer-1-2 .title2,.slide-v2 .layer-1-3 .title3,.slide-v2 .layer-2-1 .title1,.slide-v2 .layer-2-2 .title2,.slide-v2 .layer-2-3 .title3 {
    color: #fff
}

.slide-v2 .layer-1-1 .title1,.slide-v2 .layer-2-1 .title1 {
    text-shadow: 1px 2px 3px rgba(0,0,0,.5)
}

.slide-v2 .layer-1-2 .title2,.slide-v2 .layer-2-2 .title2 {
    text-shadow: 0 1px 3px rgba(50,50,50,.4)
}

.testimonial-area.bg-1 {
    background: rgba(0,0,0,0) url(../../img/testimonial/bg-1.jpg) no-repeat scroll center center/cover
}

.testimonial-area.overlay-bg {
    position: relative
}

.testimonial-area.overlay-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonial-container {
    height: 100%;
    padding: 25px 85px;
    position: relative;
    width: 100%;
    z-index: 999
}

.single-testimonial {
    padding: 0 120px
}

.single-testimonial .client-pic {
    margin-bottom: 30px
}

.single-testimonial .client-pic img {
    width: 132px
}

.single-testimonial p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px
}

.single-testimonial .client-name {
    font-style: normal;
    font-weight: 700;
    margin: 0
}

.single-testimonial .review-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0
}

.owl-controls-style-1.owl-theme .owl-controls .owl-buttons div {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin: -50px 0 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 50%;
    width: 70px;
    transition: all .3s ease 0s
}

.owl-controls-style-1.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.owl-controls-style-1.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: .7
}

.testimonial-area.bg-2 {
    background: rgba(0,0,0,0) url(../../img/testimonial/bg-2.jpg) no-repeat scroll center center/cover
}

.testimonial-area.bg-3 {
    background: rgba(0,0,0,0) url(../../img/testimonial/bg-3.jpg) no-repeat scroll center center/cover
}

.text-left {
    text-align: left!important;
}
