@charset "utf-8";
a,address,article,aside,blockquote,body,button,dd,del,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,iframe,img,input,label,legend,li,main,nav,ol,p,pre,section,select,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

address,article,aside,blockqoute,body,button,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,iframe,input,label,legend,li,main,nav,ol,p,pre,section,select,textarea,ul {
    display: block
}

button,input,select,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

body,html {
    -webkit-text-size-adjust: none
}

dd,dl,dt,li,ol,ul {
    list-style: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

a,button {
    cursor: pointer
}

body,html {
    background: #fff;
    font: 400 15px/1 Roboto,Helvetica,Arial,sans-serif;
    color: #535353
}

a {
    text-decoration: none;
    color: #037cff;
    -ms-transition: background .3s,color .3s;
    -moz-transition: background .3s,color .3s;
    -webkit-transition: background .3s,color .3s
}

a:hover {
    text-decoration: none;
    color: #000
}

h1 {
    font-size: 65px;
    font-weight: 100;
    color: #000
}

input[type=email],input[type=password],input[type=tel],input[type=text],input[type=url],select,textarea {
    border-radius: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    color: #000;
    -webkit-appearance: none
}

textarea {
    resize: none
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.grid-row {
    width: 1170px;
    margin: 0 auto
}

.grid-row:after {
    content: '';
    display: table;
    clear: both
}

.grid-col {
    float: left;
    margin-left: 30px
}

.grid-col:first-child {
    margin-left: 0
}

.grid-col-3 {
    width: 270px
}

.grid-col-9 {
    width: 870px
}

@media screen and (max-width: 1200px) {
.grid-row {
        width:940px
    }

.grid-col {
        margin-left: 20px
    }

.grid-col-3 {
        width: 220px
    }

.grid-col-9 {
        width: 700px
    }

}

@media screen and (max-width: 980px) {
.grid-row {
        width:738px
    }

.grid-col {
        margin-left: 18px
    }

.grid-col-3 {
        width: 171px
    }

.grid-col-9 {
        width: 549px
    }

}

@media screen and (max-width: 767px) {
.grid-row {
        width:auto;
        margin: 0 20px
    }

.grid-col {
        float: none;
        width: 100%;
        margin: 0 0 60px 0
    }

.grid-col:last-child {
        margin-bottom: 0
    }

}

.page {
    position: relative;
    overflow: hidden
}

.page-header-top {
    position: relative;
    z-index: 10;
    padding: 6px 0;
    background-image: -ms-linear-gradient(top,#939393 0,#696969 100%);
    background-image: -moz-linear-gradient(top,#939393 0,#696969 100%);
    background-image: -o-linear-gradient(top,#939393 0,#696969 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#939393),color-stop(1,#696969));
    background-image: -webkit-linear-gradient(top,#939393 0,#696969 100%);
    background-image: linear-gradient(to bottom,#939393 0,#696969 100%)
}

.page-content {
    position: relative;
    padding: 20px 0;
    background: #fff
}

.page-content .grid-row,.page-content-alt .grid-row,.page-content-alt-2 .grid-row {
    margin-bottom: 60px
}

.page-footer-bottom {
    position: relative;
    padding: 30px 0;
    background: #e8e8e8
}

.page-footer-bottom .grid-row {
    position: relative;
    margin-bottom: 0
}

.page-footer-bottom .grid-row:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    background: -ms-linear-gradient(left,#e8e8e8 0,#d2d2d2 25% ,#d2d2d2 75%,#e8e8e8 100%);
    background: -moz-linear-gradient(left,#e8e8e8 0,#d2d2d2 25%,#d2d2d2 75%,#e8e8e8 100%);
    background: -webkit-linear-gradient(left,#e8e8e8 0,#d2d2d2 25%,#d2d2d2 75%,#e8e8e8 100%)
}

@media screen and (max-width: 767px) {
.page-header-top {
        position:relative;
        margin-top: -109px;
        padding: 0;
        text-align: center;
        transition: margin .3s;
        -ms-transition: margin .3s;
        -moz-transition: margin .3s;
        -webkit-transition: margin .3s
    }

}

.product h1 {
    font-size: 36px;
    font-weight: 100;
    color: #000
}

.product h3 {
    font-size: 28px;
    font-weight: 100;
    color: #000
}

.product .pic {
    position: relative;
    padding: 9px;
    border: 1px solid #dedede;
    border-radius: 20px;
    background: #f5f5f5;
    overflow: hidden
}

.product .pic img {
    width: 100px;
    height: 100px;
    border-radius: 10px
}

.product .pic span {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 20px;
    background: #037cff;
    opacity: 0;
    -ms-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s
}

.product .pic span i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    margin: -30px 0 0 -30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    color: #fff
}

.product .pic a:hover span {
    opacity: .8
}

.cart-summary {
    float: left;
    font-size: 12px;
    line-height: 23px;
    color: #fff
}

.cart-summary i {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 30px;
    font-size: 19px;
    line-height: 23px
}

.cart-summary a {
    display: block;
    padding: 0 10px;
    color: #fff
}

.cart-summary span {
    display: block;
    float: left
}

.cart-summary div {
    position: relative;
    float: left;
    height: 21px;
    margin-left: 6px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    line-height: 21px;
    cursor: default
}

.cart-summary div:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 3px
}

.cart-summary div i {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
    font-size: 12px;
    line-height: 23px
}

.cart-summary div ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    display: none;
    width: 240px;
    overflow: hidden;
    margin-top: 3px;
    border-radius: 10px;
    background: #fff
}

.cart-summary div:hover ul {
    display: block
}

.cart-summary div li {
    min-height: 10px;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
    line-height: 18px;
    color: #000
}

.cart-summary div li a {
    display: inline;
    padding: 0;
    color: #535353
}

.cart-summary div li a:hover {
    color: #037cff
}

.cart-summary div li img {
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 10px;
    border-radius: 10px;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.cart-summary div li img:hover {
    opacity: .7
}

.cart-summary div .subtotal {
    min-height: 0;
    padding: 9px 0 9px 0;
    border: 0;
    text-align: center;
    color: #037cff
}

.cart-summary div .total {
    min-height: 34px;
    padding: 0;
    line-height: 34px;
    text-align: center
}

.cart-summary div .total i {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 14px;
    line-height: 1
}

.cart-summary div .total a {
    display: block;
    float: right;
    width: 120px;
    border: 1px solid #037cff;
    border-radius: 0 0 10px 0;
    background: #037cff;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.cart-summary div .total a:hover {
    background: #fff;
    color: #037cff
}

.cart-summary div .total a:first-child {
    float: left;
    width: 119px;
    border-radius: 0 0 0 10px
}

@media screen and (max-width: 767px) {
.cart-summary {
        float:none;
        display: inline-block;
        vertical-align: middle
    }

.cart-summary div ul {
        left: 50%;
        margin-left: -120px
    }

}

.follow-us a {
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,.8);
    color: #7d7d7d;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s
}

.follow-us a:hover {
    background: #037cff;
    color: #fff
}

.follow-us a:last-child {
    margin-left: 0
}

@media screen and (max-width: 767px) {
.follow-us {
        display:inline-block;
        vertical-align: middle
    }

}

.main-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -19px
}

.main-nav li {
    position: relative;
    display: block;
    float: left;
    width: 107px;
    margin-left: 3px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 34px;
    font-weight: 400;
    text-align: center
}

.main-nav li a {
    display: block;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    color: #333
}

.main-nav li:hover>a {
    background: #037cff;
    color: #fff
}

.main-nav li ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -9999px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0,0,0,.1);
    opacity: 0;
    -ms-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.main-nav li:hover>ul {
    left: 0;
    opacity: 1
}

.main-nav li li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e2e2e2;
    line-height: 39px;
    font-weight: 300;
    text-align: left
}

.main-nav li li:first-child {
    border-top: 0
}

.main-nav li li a {
    border: none;
    padding-left: 35px;
    background: rgba(255,255,255,.95);
    border-radius: 0;
    color: #535353
}

.main-nav li li:first-child>a {
    border-radius: 5px 5px 0 0
}

.main-nav li li:last-child>a {
    border-radius: 0 0 5px 5px
}

.main-nav li li a.active,.main-nav li li a:hover {
    background: #037cff;
    color: #fff
}

.main-nav li li ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 2px;
    height: 100%;
    background: 0 0
}

.main-nav li:hover li:hover ul {
    top: 0;
    left: 100%;
    margin-left: 2px
}

@media screen and (max-width: 980px) {
.main-nav li {
        width:87px;
        font-size: 12px
    }

.main-nav li ul {
        width: 150px
    }

.main-nav li li a {
        padding-left: 20px
    }

}

@media screen and (max-width: 767px) {
.main-nav {
        display:none
    }

}

.mobile-nav {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    margin-top: -15px
}

.mobile-nav ul {
    position: absolute;
    z-index: 98;
    top: 100%;
    right: 0;
    width: 240px;
    margin-top: 37px;
    padding: 14px 15px 15px;
    border-radius: 10px;
    background: rgba(243,242,242,.6);
    opacity: 0;
    pointer-events: none;
    transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -webkit-transform: translate(270px,0);
    transition: opacity .3s,transform .3s;
    -ms-transition: opacity .3s,-ms-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    -webkit-transition: opacity .3s,-webkit-transform .3s
}

.mobile-nav ul li {
    margin-top: 1px
}

.mobile-nav ul a {
    position: relative;
    display: block;
    padding: 10px 0 10px 15px;
    border-radius: 5px;
    background: #ebebeb;
    font-size: 13px;
    line-height: 16px;
    color: #535353
}

.mobile-nav ul a.active,.mobile-nav ul a:hover {
    color: #037cff
}

.mobile-nav ul i {
    display: block;
    float: right;
    width: 36px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.mobile-nav ul:nth-child(2) {
    text-transform: uppercase;
    transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -webkit-transform: translate(0,20px)
}

@media screen and (max-width: 767px) {
.mobile-nav {
        display:block
    }

}

.composer h1 {
    margin-bottom: 30px;
    font-size: 65px;
    font-weight: 100;
    color: #000
}

.composer h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 100;
    color: #000
}

.composer h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #037cff
}

.composer h4 {
    margin-bottom: 20px;
    color: #037cff
}

.composer p {
    line-height: 24px;
    font-weight: 300
}

.composer strong {
    font-weight: 400;
    color: #000
}

.composer hr {
    height: 1px;
    margin: 50px 0;
    background: #e0e0e0
}

@media screen and (max-width: 1200px) {
.composer h1 {
        font-size:60px
    }

}

@media screen and (max-width: 980px) {
.composer h1 {
        font-size:55px
    }

}

@media screen and (max-width: 767px) {
.composer h1 {
        font-size:50px
    }

}

.composer .message {
    position: relative;
    padding: 10px 20px 10px 101px;
    border: 1px solid #037cff;
    border-radius: 10px;
    color: #037cff
}

.composer .message:before {
    content: '';
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    height: 100%;
    border-right: 1px solid #037cff
}

.composer .message h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px
}

.composer .message p {
    font-size: 14px;
    line-height: 18px
}

.composer .message i {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 38px;
    height: 38px;
    margin-top: -20px;
    border: 1px solid #037cff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 38px;
    text-align: center
}

.composer .message-error,.composer .message-error h4,.composer .message-error i,.composer .message-error:before {
    border-color: #ff6766!important;
    color: #ff6766!important
}

.widget-area {
    padding: 15px;
    border-radius: 10px;
    background: #f3f2f2
}

.secondary-nav {
    float: right;
    font-size: 12px
}

.secondary-nav li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #7f7f7f
}

.secondary-nav li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0
}

.secondary-nav a {
    color: #535353
}

.secondary-nav a:hover {
    color: #000
}

@media screen and (max-width: 767px) {
.secondary-nav {
        float:none;
        margin-bottom: 30px;
        text-align: center
    }

.secondary-nav li {
        margin-bottom: 10px
    }

}

.scroll-top {
    position: fixed;
    z-index: 9;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: #ccc;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    color: #fff
}

.scroll-top:hover {
    background: #037cff;
    color: #fff
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,header,main,nav {
    display: block
}

a {
    background: 0 0
}

a:active,a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

button,input {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

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

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

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

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
    }

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button,input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,a:hover {
    color: #2a6496
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

h1,h2,h3,h4 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: inherit
}

h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

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

.clearfix:after,.nav:after {
    clear: both
}

