@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700");
.toolbar-dropdown,.site-header .site-menu>ul>li .sub-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:200px;
    padding:10px 0;
    border:1px solid #e5e5e5;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    background-color:#fff;
    line-height:1.5;
    box-shadow:0 7px 22px -5px rgba(0,0,0,0.2)
}
.toolbar-dropdown>li,.site-header .site-menu>ul>li .sub-menu>li{
    display:block;
    position:relative
}
.toolbar-dropdown>li>a,.site-header .site-menu>ul>li .sub-menu>li>a{
    display:block;
    position:relative;
    padding:6px 20px !important;
    transition:color .3s;
    color:#505050;
    font-size:14px;
    font-weight:normal;
    text-align:left;
    text-decoration:none
}
.toolbar-dropdown>li>a>i,.site-header .site-menu>ul>li .sub-menu>li>a>i{
    display:inline-block;
    margin-top:-2px;
    margin-right:6px;
    font-size:.9em;
    vertical-align:middle
}
.site-header .site-menu>ul>li:hover>a{
    border-color:#e5e5e5;
    background-color:#fff
}
.toolbar-dropdown>li>a.p-0,.site-header .site-menu>ul>li .sub-menu>li>a.p-0{
    padding:0 !important
}
.toolbar-dropdown>li:hover>a,.site-header .site-menu>ul>li .sub-menu>li:hover>a{
    color:#05f
}
.toolbar-dropdown>li.active>a,.site-header .site-menu>ul>li .sub-menu>li.active>a{
    color:#05f
}
.toolbar-dropdown>li.has-children>a,.site-header .site-menu>ul>li .sub-menu>li.has-children>a{
    padding-right:35px !important
}
.toolbar-dropdown>li.has-children>a::after,.site-header .site-menu>ul>li .sub-menu>li.has-children>a::after{
    display:block;
    position:absolute;
    top:50%;
    right:14px;
    margin-top:-11px;
    font-family:feather;
    content:'\e930'
}
.toolbar-dropdown>li.has-children:hover>.sub-menu,.site-header .site-menu>ul>li .sub-menu>li.has-children:hover>.sub-menu{
    display:block;
    -webkit-animation:submenu-show .35s;
    animation:submenu-show .35s
}
.toolbar-dropdown>li.has-children>.sub-menu,.site-header .site-menu>ul>li .sub-menu>li.has-children>.sub-menu{
    top:-11px;
    left:100%;
    margin-left:-4px
}
.toolbar-dropdown>li.has-children:not(:first-child)>.sub-menu,.site-header .site-menu>ul>li .sub-menu>li.has-children:not(:first-child)>.sub-menu{
    border-radius:5px
}
.site-header .site-menu>ul>li .mega-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    background-color:#fff;
    box-shadow:0 7px 22px -5px rgba(0,0,0,0.2);
    table-layout:fixed
}
.site-header .site-menu>ul>li .mega-menu>li{
    display:table-cell !important;
    position:relative;
    padding:25px !important;
    border-left:1px solid #e5e5e5;
    vertical-align:top
}
.site-header .site-menu>ul>li .mega-menu>li .mega-menu-title{
    display:block;
    margin-bottom:16px;
    padding-bottom:10px;
    border-bottom:1px solid #e5e5e5;
    color:#999;
    text-align:left
}
.site-header .site-menu>ul>li .mega-menu>li:first-child{
    border-left:0
}
.site-header .site-menu>ul>li .mega-menu .sub-menu{
    display:block !important;
    position:relative;
    width:100%;
    padding:0 !important;
    border:0;
    border-radius:0;
    background-color:transparent;
    box-shadow:none
}
.site-header .site-menu>ul>li .mega-menu .sub-menu>li>a{
    padding:5px 0 !important
}
.slideable-menu{
    position:relative;
    border-top:1px solid #e5e5e5;
    background-color:#fff;
    overflow:hidden
}
.slideable-menu ul{
    margin:0;
    padding:0
}
.slideable-menu .menu{
    display:block;
    position:relative;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    transition:all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}
.slideable-menu .menu.off-view{
    -webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0)
}
.slideable-menu .menu.in-view{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.slideable-menu .menu li{
    display:block
}
.slideable-menu .menu li a{
    display:block;
    padding:13px 20px;
    transition:color .3s;
    border-bottom:1px solid #e5e5e5;
    border-left:2px solid transparent;
    color:#505050;
    font-size:16px;
    letter-spacing:.025em;
    text-decoration:none
}
.slideable-menu .menu li a:hover{
    color:#05f
}
.slideable-menu .menu li.active>a,.slideable-menu .menu li.active>span>a{
    border-left-color:#05f;
    color:#05f
}
.slideable-menu .menu li.has-children>span{
    display:block;
    position:relative;
    width:100%
}
.slideable-menu .menu li.has-children .sub-menu-toggle{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:60px;
    height:100%;
    height:calc(100% - 1px);
    transition:background-color .3s;
    border-left:1px solid #e5e5e5;
    color:#505050 !important;
    cursor:pointer;
    z-index:1
}
.slideable-menu .menu li.has-children .sub-menu-toggle::before{
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    margin-top:-11px;
    font-family:feather;
    font-size:22px;
    line-height:1;
    text-align:center;
    content:'\e930'
}
.slideable-menu .menu li.has-children .sub-menu-toggle:hover{
    background-color:#f5f5f5
}
.slideable-menu .menu li.has-children .slideable-submenu{
    position:absolute;
    top:0;
    right:-100%;
    width:100%;
    height:auto;
    -webkit-transform:translate3d(100%, 0, 0);
    transform:translate3d(100%, 0, 0);
    transition:all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}
.slideable-menu .menu li.has-children .slideable-submenu.in-view{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.slideable-menu .menu li.has-children .slideable-submenu.off-view{
    -webkit-transform:translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0)
}
.slideable-menu .menu li.back-btn>a{
    background-color:#f5f5f5
}
.slideable-menu .menu li.back-btn>a:hover{
    color:#505050
}
.slideable-menu .menu li.back-btn>a::before{
    display:inline-block;
    margin-top:-2px;
    margin-right:2px;
    font-family:feather;
    font-size:22px;
    line-height:1;
    content:'\e92f';
    vertical-align:middle
}
@-webkit-keyframes submenu-show{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes submenu-show{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
html *{
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
body{
    background-position:center;
    background-color:#fff;
    background-repeat:no-repeat;
    background-size:cover;
    color:#505050;
    font-family:"Rubik",Helvetica,Arial,sans-serif;
    font-size:14px;
    font-weight:normal;
    line-height:1.5;
    text-transform:none;
    position: relative;
}
a{
    color:#05f;
    text-decoration:underline
}
a:hover{
    color:#05f;
    text-decoration:none
}
a:focus{
    outline:none
}
.small,small{
    font-size:85%
}
.navi-link{
    transition:color .3s;
    color:#505050;
    text-decoration:none
}
.navi-link:hover{
    color:#05f !important
}
.navi-link-light{
    transition:opacity .3s;
    color:#fff;
    text-decoration:none
}
.navi-link-light:hover{
    color:#fff;
    opacity:.6
}
img,figure{
    max-width:100%;
    height:auto;
    vertical-align:middle
}
svg{
    max-width:100%
}
iframe{
    width:100%
}
*{
    box-sizing:border-box
}
*::before,*::after{
    box-sizing:border-box
}
hr{
    margin:0;
    border:0;
    border-top:1px solid #e5e5e5
}
hr.hr-light{
    border-top-color:rgba(255,255,255,0.13)
}
pre{
    display:block;
    padding:15px;
    border:1px solid #e5e5e5;
    border-radius:6px;
    background-color:#f5f5f5
}
::-moz-selection{
    background:#232323;
    color:#fff
}
::selection{
    background:#232323;
    color:#fff
}
::-moz-selection{
    background:#232323;
    color:#fff
}
figure{
    position:relative;
    margin:0
}
figure figcaption{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin:0;
    padding:12px;
    font-size:13px
}
@media (min-width: 1200px){
    .container{
        width:1170px;
        max-width:1170px
    }
}
@media (max-width: 1200px){
    .container{
        width:100% !important;
        max-width:100% !important
    }
}
.container-fluid{
    max-width:1920px;
    margin-right:auto;
    margin-left:auto;
    padding-right:30px;
    padding-left:30px
}
@media (max-width: 1200px){
    .container-fluid{
        padding:0 15px
    }
}
.close{
    transition:opacity .25s;
    border:0;
    background:0;
    color:#505050;
    font-family:sans-serif;
    font-size:20px;
    cursor:pointer
}
.close:hover{
    opacity:.6
}
.position-relative{
    position:relative !important
}
.position-absolute{
    position:absolute !important
}
.position-fixed{
    position:fixed !important
}
.position-static{
    position:static !important
}
.top-0{
    top:0
}
.right-0{
    right:0
}
.bottom-0{
    bottom:0
}
.left-0{
    left:0
}
.w-90{
    width:90px !important
}
.w-110{
    width:110px !important
}
.w-150{
    width:150px !important
}
.w-200{
    width:200px !important
}
.w-250{
    width:250px !important
}
.w-270{
    width:270px !important
}
.w-300{
    width:300px !important
}
.w-400{
    width:400px !important
}
.border-default{
    border:1px solid #e5e5e5
}
.border-default.border-light{
    border-color:rgba(255,255,255,0.13)
}
.border-0{
    border:0 !important
}
.border-top-0{
    border-top:0 !important
}
.border-right-0{
    border-right:0 !important
}
.border-bottom-0{
    border-bottom:0 !important
}
.border-left-0{
    border-left:0 !important
}
.rounded{
    border-radius:5px
}
.rounded-top{
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
.rounded-right{
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}
.rounded-bottom{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}
.rounded-left{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px
}
.rounded-circle{
    border-radius:50%
}
.rounded-0{
    border-radius:0 !important
}
.rounded-top-0{
    border-top-left-radius:0 !important;
    border-top-right-radius:0 !important
}
.rounded-right-0{
    border-top-right-radius:0 !important;
    border-bottom-right-radius:0 !important
}
.rounded-bottom-0{
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important
}
.rounded-left-0{
    border-top-left-radius:0 !important;
    border-bottom-left-radius:0 !important
}
.box-shadow{
    box-shadow:0 7px 22px -5px rgba(25,25,25,0.2)
}
.overflow-hidden{
    overflow:hidden !important
}
.img-thumbnail{
    padding:5px !important;
    background-color:#fff
}
.img-thumbnail.rounded-circle{
    border-radius:50%
}
.img-cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
[class^='col-'] .img-cover{
    left:15px;
    width:calc(100% - 30px)
}
.opacity-100{
    opacity:1 !important
}
.opacity-90{
    opacity:.9 !important
}
.opacity-80{
    opacity:.8 !important
}
.opacity-75{
    opacity:.75 !important
}
.opacity-70{
    opacity:.7 !important
}
.opacity-60{
    opacity:.6 !important
}
.opacity-50{
    opacity:.5 !important
}
.opacity-25{
    opacity:.25 !important
}
.opacity-15{
    opacity:.15 !important
}
.clearfix::after{
    display:block;
    clear:both;
    content:''
}
.text-muted{
    color:#999 !important
}
.text-primary{
    color:#05f !important
}
.text-info{
    color:#2196f3 !important
}
.text-warning{
    color:#ffa000 !important
}
.text-success{
    color:#4caf50 !important
}
.text-danger{
    color:#f44336 !important
}
.text-gray-dark{
    color:#232323 !important
}
.text-body{
    color:#505050 !important
}
.text-light,.text-white{
    color:#fff !important
}
.text-highlighted{
    background-color:#fff8b0 !important
}
.text-decoration-none{
    text-decoration:none !important
}
.text-crossed{
    text-decoration:line-through !important
}
.text-shadow{
    text-shadow:0 1px rgba(0,0,0,0.5) !important
}
.text-black{
    font-weight:900 !important
}
.text-bold{
    font-weight:bold !important
}
.text-medium{
    font-weight:500 !important
}
.text-normal{
    font-weight:normal !important
}
.text-thin{
    font-weight:300 !important
}
.text-uppercase{
    letter-spacing:.025em
}
.bg-primary{
    background-color:#05f !important
}
.bg-success{
    background-color:#4caf50 !important
}
.bg-info{
    background-color:#2196f3 !important
}
.bg-warning{
    background-color:#ffa000 !important
}
.bg-danger{
    background-color:#f44336 !important
}
.bg-inverse{
    background-color:#232323 !important
}
.bg-faded,.bg-secondary{
    background-color:#f5f5f5 !important
}
.bg-dark{
    background-color:#232323 !important
}
.bg-white{
    background-color:#fff !important
}
.bg-no-repeat{
    background-repeat:no-repeat
}
.bg-repeat{
    background-repeat:repeat
}
.bg-center{
    background-position:center
}
.bg-cover{
    background-size:cover
}
.border-primary{
    border-color:#05f !important
}
.border-success{
    border-color:#4caf50 !important
}
.border-info{
    border-color:#2196f3 !important
}
.border-warning{
    border-color:#ffa000 !important
}
.border-danger{
    border-color:#f44336 !important
}
.border-secondary{
    border-color:#f5f5f5 !important
}
.border-dark{
    border-color:#232323 !important
}
.padding-top-1x{
    padding-top:24px !important
}
@media (max-width: 768px){
    .padding-top-1x{
        padding-top:16px !important
    }
}
.padding-top-2x{
    padding-top:48px !important
}
@media (max-width: 768px){
    .padding-top-2x{
        padding-top:32px !important
    }
}
.padding-top-3x{
    padding-top:72px !important
}
@media (max-width: 768px){
    .padding-top-3x{
        padding-top:48px !important
    }
}
.padding-top-4x{
    padding-top:96px !important
}
@media (max-width: 768px){
    .padding-top-4x{
        padding-top:64px !important
    }
}
.padding-top-5x{
    padding-top:120px !important
}
@media (max-width: 768px){
    .padding-top-5x{
        padding-top:80px !important
    }
}
.padding-top-6x{
    padding-top:144px !important
}
@media (max-width: 768px){
    .padding-top-6x{
        padding-top:96px !important
    }
}
.padding-top-7x{
    padding-top:168px !important
}
@media (max-width: 768px){
    .padding-top-7x{
        padding-top:112px !important
    }
}
.padding-top-8x{
    padding-top:192px !important
}
@media (max-width: 768px){
    .padding-top-8x{
        padding-top:128px !important
    }
}
.padding-top-9x{
    padding-top:216px !important
}
@media (max-width: 768px){
    .padding-top-9x{
        padding-top:144px !important
    }
}
.padding-top-10x{
    padding-top:240px !important
}
@media (max-width: 768px){
    .padding-top-10x{
        padding-top:160px !important
    }
}
.padding-bottom-1x{
    padding-bottom:24px !important
}
@media (max-width: 768px){
    .padding-bottom-1x{
        padding-bottom:16px !important
    }
}
.padding-bottom-2x{
    padding-bottom:48px !important
}
@media (max-width: 768px){
    .padding-bottom-2x{
        padding-bottom:32px !important
    }
}
.padding-bottom-3x{
    padding-bottom:72px !important
}
@media (max-width: 768px){
    .padding-bottom-3x{
        padding-bottom:48px !important
    }
}
.padding-bottom-4x{
    padding-bottom:96px !important
}
@media (max-width: 768px){
    .padding-bottom-4x{
        padding-bottom:64px !important
    }
}
.padding-bottom-5x{
    padding-bottom:120px !important
}
@media (max-width: 768px){
    .padding-bottom-5x{
        padding-bottom:80px !important
    }
}
.padding-bottom-6x{
    padding-bottom:144px !important
}
@media (max-width: 768px){
    .padding-bottom-6x{
        padding-bottom:96px !important
    }
}
.padding-bottom-7x{
    padding-bottom:168px !important
}
@media (max-width: 768px){
    .padding-bottom-7x{
        padding-bottom:112px !important
    }
}
.padding-bottom-8x{
    padding-bottom:192px !important
}
@media (max-width: 768px){
    .padding-bottom-8x{
        padding-bottom:128px !important
    }
}
.padding-bottom-9x{
    padding-bottom:216px !important
}
@media (max-width: 768px){
    .padding-bottom-9x{
        padding-bottom:144px !important
    }
}
.padding-bottom-10x{
    padding-bottom:240px !important
}
@media (max-width: 768px){
    .padding-bottom-10x{
        padding-bottom:160px !important
    }
}
.margin-top-1x{
    margin-top:24px !important
}
@media (max-width: 768px){
    .margin-top-1x{
        margin-top:16px !important
    }
}
.margin-top-2x{
    margin-top:48px !important
}
@media (max-width: 768px){
    .margin-top-2x{
        margin-top:32px !important
    }
}
.margin-top-3x{
    margin-top:72px !important
}
@media (max-width: 768px){
    .margin-top-3x{
        margin-top:48px !important
    }
}
.margin-top-4x{
    margin-top:96px !important
}
@media (max-width: 768px){
    .margin-top-4x{
        margin-top:64px !important
    }
}
.margin-top-5x{
    margin-top:120px !important
}
@media (max-width: 768px){
    .margin-top-5x{
        margin-top:80px !important
    }
}
.margin-top-6x{
    margin-top:144px !important
}
@media (max-width: 768px){
    .margin-top-6x{
        margin-top:96px !important
    }
}
.margin-top-7x{
    margin-top:168px !important
}
@media (max-width: 768px){
    .margin-top-7x{
        margin-top:112px !important
    }
}
.margin-top-8x{
    margin-top:192px !important
}
@media (max-width: 768px){
    .margin-top-8x{
        margin-top:128px !important
    }
}
.margin-top-9x{
    margin-top:216px !important
}
@media (max-width: 768px){
    .margin-top-9x{
        margin-top:144px !important
    }
}
.margin-top-10x{
    margin-top:240px !important
}
@media (max-width: 768px){
    .margin-top-10x{
        margin-top:160px !important
    }
}
.margin-bottom-1x{
    margin-bottom:24px !important
}
@media (max-width: 768px){
    .margin-bottom-1x{
        margin-bottom:16px !important
    }
}
.margin-bottom-2x{
    margin-bottom:48px !important
}
@media (max-width: 768px){
    .margin-bottom-2x{
        margin-bottom:32px !important
    }
}
.margin-bottom-3x{
    margin-bottom:72px !important
}
@media (max-width: 768px){
    .margin-bottom-3x{
        margin-bottom:48px !important
    }
}
.margin-bottom-4x{
    margin-bottom:96px !important
}
@media (max-width: 768px){
    .margin-bottom-4x{
        margin-bottom:64px !important
    }
}
.margin-bottom-5x{
    margin-bottom:120px !important
}
@media (max-width: 768px){
    .margin-bottom-5x{
        margin-bottom:80px !important
    }
}
.margin-bottom-6x{
    margin-bottom:144px !important
}
@media (max-width: 768px){
    .margin-bottom-6x{
        margin-bottom:96px !important
    }
}
.margin-bottom-7x{
    margin-bottom:168px !important
}
@media (max-width: 768px){
    .margin-bottom-7x{
        margin-bottom:112px !important
    }
}
.margin-bottom-8x{
    margin-bottom:192px !important
}
@media (max-width: 768px){
    .margin-bottom-8x{
        margin-bottom:128px !important
    }
}
.margin-bottom-9x{
    margin-bottom:216px !important
}
@media (max-width: 768px){
    .margin-bottom-9x{
        margin-bottom:144px !important
    }
}
.margin-bottom-10x{
    margin-bottom:240px !important
}
@media (max-width: 768px){
    .margin-bottom-10x{
        margin-bottom:160px !important
    }
}
.mb-30{
    margin-bottom:30px !important
}
.mt-30{
    margin-top:30px !important
}
.pt-30{
    padding-top:30px !important
}
.pb-30{
    padding-bottom:30px !important
}
.hidden-xs-up{
    display:none !important
}
@media (max-width: 575px){
    .hidden-xs-down{
        display:none !important
    }
}
@media (min-width: 576px){
    .hidden-sm-up{
        display:none !important
    }
}
@media (max-width: 767px){
    .hidden-sm-down{
        display:none !important
    }
}
@media (min-width: 768px){
    .hidden-md-up{
        display:none !important
    }
}
@media (max-width: 991px){
    .hidden-md-down{
        display:none !important
    }
}
@media (min-width: 992px){
    .hidden-lg-up{
        display:none !important
    }
}
@media (max-width: 1199px){
    .hidden-lg-down{
        display:none !important
    }
    .topbar{
        border-bottom:1px solid #e5e5e5;
    }
}
@media (min-width: 1200px){
    .hidden-xl-up{
        display:none !important
    }
}
.hidden-xl-down{
    display:none !important
}
.d-inline-block img{
    width:100%
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin:0;
    color:#232323;
    font-family:inherit;
    font-style:normal;
    text-transform:none
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{
    display:block;
    padding-top:3px;
    color:#999
}
h1,.h1{
    margin-bottom:24px;
    font-size:36px;
    font-weight:300;
    line-height:1.15
}
@media (max-width: 768px){
    h1,.h1{
        font-size:32px
    }
}
h2,.h2{
    margin-bottom:20px;
    font-size:32px;
    font-weight:300;
    line-height:1.2
}
@media (max-width: 768px){
    h2,.h2{
        font-size:30px
    }
}
h3,.h3{
    margin-bottom:20px;
    font-size:28px;
    font-weight:300;
    line-height:1.25
}
h4,.h4{
    margin-bottom:16px;
    font-size:24px;
    font-weight:300;
    line-height:1.3
}
h5,.h5{
    margin-bottom:12px;
    font-size:20px;
    font-weight:normal;
    line-height:1.35
}
h6,.h6{
    margin-bottom:12px;
    font-size:18px;
    font-weight:normal;
    line-height:1.4
}
.display-1,.display-2,.display-3,.display-4{
    font-weight:300;
    line-height:1.15
}
.display-1{
    font-size:72px
}
@media (max-width: 576px){
    .display-1{
        font-size:57px
    }
}
.display-2{
    font-size:60px
}
@media (max-width: 576px){
    .display-2{
        font-size:48px
    }
}
.display-3{
    font-size:50px
}
@media (max-width: 576px){
    .display-3{
        font-size:42px
    }
}
.display-4{
    font-size:40px
}
@media (max-width: 576px){
    .display-4{
        font-size:36px
    }
}
.display-404{
    color:#fff;
    font-size:240px;
    font-weight:700;
    text-shadow:12px 12px 30px rgba(0,0,0,0.1)
}
@media (max-width: 768px){
    .display-404{
        font-size:204px
    }
}
@media (max-width: 576px){
    .display-404{
        font-size:132px
    }
}
p{
    margin:0 0 20px
}
.lead{
    font-size:18px
}
.text-lg{
    font-size:16px
}
.text-md{
    font-size:14px
}
.text-sm{
    font-size:13px
}
.text-xs{
    font-size:12px
}
strong{
    font-weight:500
}
ul,ol{
    margin-top:0;
    margin-bottom:20px;
    padding-left:18px;
    line-height:1.8
}
ul ul,ul ol,ol ul,ol ol{
    margin-bottom:0
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none
}
.list-inline>li{
    display:inline-block;
    padding-right:5px;
    padding-left:5px
}
.list-icon{
    padding:0;
    list-style:none
}
.list-icon>li{
    position:relative;
    margin-bottom:6px;
    padding-left:22px
}
.list-icon>li>i{
    display:block;
    position:absolute;
    left:0;
    line-height:inherit
}
.list-icon.text-lg>li{
    padding-left:25px
}
.list-icon.text-sm>li{
    padding-left:18px
}
.list-icon.lead>li{
    padding-left:26px
}
dl{
    margin-top:0;
    margin-bottom:16px
}
dt,dd{
    line-height:1.5
}
dt{
    padding-top:9px;
    border-top:1px solid #e5e5e5;
    color:#232323;
    font-weight:500
}
dt:first-child{
    padding-top:0;
    border:0
}
dd{
    margin-top:3px;
    margin-bottom:15px;
    margin-left:0
}
.form-control{
    padding:0 18px;
    transition:all .25s;
    border:1px solid #e0e0e0;
    border-radius:5px;
    background-color:#fff;
    color:#505050;
    font-family:"Rubik",Helvetica,Arial,sans-serif;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.form-control:not(textarea){
    height:46px
}
.form-control::-moz-placeholder{
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#999
}
.form-control::-webkit-input-placeholder{
    color:#999
}
.form-control:focus{
    border-color:#05f;
    outline:none;
    background-color:rgba(0,85,255,0.02);
    color:#505050;
    box-shadow:none !important
}
.form-control[type='color']{
    padding-bottom:0 !important
}
.form-control:disabled,.form-control[readonly]{
    background-color:#f5f5f5;
    cursor:not-allowed
}
textarea.form-control{
    padding-top:12px;
    padding-bottom:12px
}
select.form-control{
    padding-right:38px;
    background-position:center right 17px;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:10px 10px
}
select.form-control:not([size]):not([multiple]){
    height:46px
}
.form-group{
    margin-bottom:20px
}
.form-group label{
    margin-bottom:8px;
    padding-left:18px;
    font-size:12px;
    font-weight:500;
    cursor:pointer
}
.form-group label.col-form-label{
    -ms-flex-item-align:center !important;
    align-self:center !important;
    margin-bottom:0
}
.form-control-lg{
    border-radius:6px;
    font-size:16px
}
.form-control-lg:not(textarea){
    height:54px
}
.form-control-lg.form-control-pill{
    border-radius:27px
}
.form-control-lg.form-control-square{
    border-radius:0
}
select.form-control.form-control-lg:not([size]):not([multiple]){
    height:54px
}
.form-control-sm{
    border-radius:4px;
    font-size:13px
}
.form-control-sm:not(textarea){
    height:36px
}
.form-control-sm.form-control-pill{
    border-radius:18px
}
.form-control-sm.form-control-square{
    border-radius:0
}
select.form-control.form-control-sm:not([size]):not([multiple]){
    height:36px
}
.form-text{
    padding-left:18px
}
.custom-control{
    margin-bottom:6px !important;
    padding-left:1.5rem !important
}
.custom-control:focus{
    outline:0
}
.custom-control .custom-control-label{
    margin:0;
    padding-left:0;
    font-size:14px !important;
    font-weight:normal !important;
    text-transform:none
}
.custom-control .custom-control-label::before{
    border:1px solid #e0e0e0;
    background-color:#f5f5f5;
    box-shadow:none !important
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before{
    border-color:#05f;
    background-color:#05f
}
.custom-control .custom-control-input:disabled ~ .custom-control-label{
    color:#999;
    cursor:not-allowed
}
.bg-secondary .custom-control .custom-control-label::before{
    background-color:#fff
}
.custom-control-inline{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.custom-checkbox .custom-control-label::before{
    border-radius:2px
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    background-size:12px 12px
}
.custom-file,.custom-file-input{
    height:46px;
    border-radius:5px;
    cursor:pointer
}
.custom-file:focus ~ .custom-file-label,.custom-file-input:focus ~ .custom-file-label{
    box-shadow:none
}
.custom-file-label{
    font-size:14px !important;
    font-weight:normal !important
}
.custom-file-label,.custom-file-label::after{
    height:46px;
    border-radius:5px;
    border-color:#e0e0e0;
    color:#505050;
    line-height:2.35
}
.custom-file-label::after{
    height:44px;
    border-top-left-radius:0 !important;
    border-bottom-left-radius:0 !important;
    background-color:#f5f5f5;
    font-weight:400 !important
}
.form-control-pill{
    border-radius:23px
}
.form-control-pill .custom-file-control,.form-control-pill .custom-file-control::before{
    border-radius:23px
}
.form-control-square{
    border-radius:0
}
.form-control-square .custom-file-control,.form-control-square .custom-file-control::before{
    border-radius:0
}
.input-group{
    display:block;
    position:relative
}
.input-group .input-group-addon,.input-group .input-group-btn{
    display:inline-block;
    position:absolute;
    top:50%;
    margin-top:2px;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    font-size:1.1em
}
.input-group .input-group-btn{
    margin-top:3px
}
.input-group .input-group-addon{
    left:15px;
    transition:color .3s;
    background-color:transparent !important;
    color:#999
}
.input-group .form-control{
    padding-left:37px
}
.input-group .form-control:focus ~ .input-group-addon{
    color:#05f
}
.input-group .input-group-btn{
    right:10px
}
.input-group .input-group-btn button{
    transition:color .3s;
    border:0;
    background:0;
    color:#505050;
    font-size:1.2em;
    cursor:pointer
}
.input-group .input-group-btn button:hover{
    color:#05f
}
.input-group .input-group-btn .btn{
    margin:0;
    margin-top:-8px;
    margin-right:3px;
    margin-bottom:0;
    margin-left:0;
    padding:0
}
.input-group .input-group-btn ~ .form-control{
    padding-right:38px;
    padding-left:18px
}
.has-success .form-control-feedback,.has-success .custom-control,.has-success .input-group .input-group-addon,.has-success.input-group .input-group-addon,.has-success .form-control:focus ~ .input-group-addon{
    color:#4caf50
}
.has-success .form-control,.has-success .form-control:focus{
    border-color:#4caf50
}
.has-success .form-control-success{
    padding-right:42px;
    background-position:center right 15px;
    background-color:rgba(76,175,80,0.02);
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iIzRjYWY1MCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat:no-repeat;
    background-size:17px 17px
}
.has-warning .form-control-feedback,.has-warning .custom-control,.has-warning .input-group .input-group-addon,.has-warning.input-group .input-group-addon,.has-warning .form-control:focus ~ .input-group-addon{
    color:#ffa000
}
.has-warning .form-control,.has-warning .form-control:focus{
    border-color:#ffa000
}
.has-warning .form-control-warning{
    padding-right:42px;
    background-position:center right 15px;
    background-color:rgba(255,160,0,0.02);
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjU2LDBDMTE0LjQ5NywwLDAsMTE0LjUwNywwLDI1NmMwLDE0MS41MDMsMTE0LjUwNywyNTYsMjU2LDI1NmMxNDEuNTAzLDAsMjU2LTExNC41MDcsMjU2LTI1NiAgICBDNTEyLDExNC40OTcsMzk3LjQ5MywwLDI1NiwweiBNMjU2LDQ3MmMtMTE5LjM5MywwLTIxNi05Ni42MTUtMjE2LTIxNmMwLTExOS4zOTMsOTYuNjE1LTIxNiwyMTYtMjE2ICAgIGMxMTkuMzkzLDAsMjE2LDk2LjYxNSwyMTYsMjE2QzQ3MiwzNzUuMzkzLDM3NS4zODUsNDcyLDI1Niw0NzJ6IiBmaWxsPSIjZmZhMDAwIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjU2LDEyOC44NzdjLTExLjA0NiwwLTIwLDguOTU0LTIwLDIwVjI3Ny42N2MwLDExLjA0Niw4Ljk1NCwyMCwyMCwyMHMyMC04Ljk1NCwyMC0yMFYxNDguODc3ICAgIEMyNzYsMTM3LjgzMSwyNjcuMDQ2LDEyOC44NzcsMjU2LDEyOC44Nzd6IiBmaWxsPSIjZmZhMDAwIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8Y2lyY2xlIGN4PSIyNTYiIGN5PSIzNDkuMTYiIHI9IjI3IiBmaWxsPSIjZmZhMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat:no-repeat;
    background-size:17px 17px
}
.has-danger .form-control-feedback,.has-danger .custom-control,.has-danger .input-group .input-group-addon,.has-danger.input-group .input-group-addon,.has-danger .form-control:focus ~ .input-group-addon{
    color:#f44336
}
.has-danger .form-control,.has-danger .form-control:focus{
    border-color:#f44336
}
.has-danger .form-control-danger{
    padding-right:42px;
    background-position:center right 15px;
    background-color:rgba(244,67,54,0.02);
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MS44NTggNDkxLjg1OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjg1OCA0OTEuODU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTI0NS45MjksMEMxMTAuMTA2LDAsMCwxMTAuMTA2LDAsMjQ1LjkyOXMxMTAuMTA2LDI0NS45MjksMjQ1LjkyOSwyNDUuOTI5YzEzNS44MjIsMCwyNDUuOTI5LTExMC4xMDYsMjQ1LjkyOS0yNDUuOTI5ICAgIFMzODEuNzUxLDAsMjQ1LjkyOSwweiBNNDMuNzIxLDI0NS45MjljMC0xMTEuNjc3LDkwLjUzMS0yMDIuMjA4LDIwMi4yMDgtMjAyLjIwOGM0Ni4xNDQsMCw4OC42NjgsMTUuNDY3LDEyMi42OTYsNDEuNDg1ICAgIEw4NS4yMDQsMzY4LjYyNUM1OS4xODcsMzM0LjU5Nyw0My43MjEsMjkyLjA3Miw0My43MjEsMjQ1LjkyOXogTTI0NS45MjksNDQ4LjEzN2MtNDUuODI4LDAtODguMDg3LTE1LjI1NS0xMjItNDAuOTUgICAgTDQwNy4xODYsMTIzLjkzYzI1LjY5NCwzMy45MTEsNDAuOTQ5LDc2LjE3MSw0MC45NDksMTIxLjk5OUM0NDguMTM2LDM1Ny42MDUsMzU3LjYwNSw0NDguMTM3LDI0NS45MjksNDQ4LjEzN3oiIGZpbGw9IiNmNDQzMzYiLz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-size:17px 17px;
    background-repeat:no-repeat
}
.form-control-feedback{
    padding-top:2px;
    padding-left:18px
}
.input-light.form-control,.input-light .form-control{
    border-color:rgba(255,255,255,0.18);
    background-color:rgba(255,255,255,0.02);
    color:#fff
}
.input-light.form-control::-moz-placeholder,.input-light .form-control::-moz-placeholder{
    color:rgba(255,255,255,0.5);
    opacity:1
}
.input-light.form-control:-ms-input-placeholder,.input-light .form-control:-ms-input-placeholder{
    color:rgba(255,255,255,0.5)
}
.input-light.form-control::-webkit-input-placeholder,.input-light .form-control::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5)
}
.input-light.form-control:focus,.input-light .form-control:focus{
    border-color:rgba(255,255,255,0.3);
    background-color:rgba(255,255,255,0.04);
    color:#fff
}
.input-light.form-control:focus ~ .input-group-addon,.input-light .form-control:focus ~ .input-group-addon{
    color:#fff
}
.input-light.input-group .input-group-addon{
    color:rgba(255,255,255,0.5)
}
.input-light select.form-control,select.form-control.input-light{
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI4Mi4wODIsNzYuNTExbC0xNC4yNzQtMTQuMjczYy0xLjkwMi0xLjkwNi00LjA5My0yLjg1Ni02LjU3LTIuODU2Yy0yLjQ3MSwwLTQuNjYxLDAuOTUtNi41NjMsMi44NTZMMTQyLjQ2NiwxNzQuNDQxICAgTDMwLjI2Miw2Mi4yNDFjLTEuOTAzLTEuOTA2LTQuMDkzLTIuODU2LTYuNTY3LTIuODU2Yy0yLjQ3NSwwLTQuNjY1LDAuOTUtNi41NjcsMi44NTZMMi44NTYsNzYuNTE1QzAuOTUsNzguNDE3LDAsODAuNjA3LDAsODMuMDgyICAgYzAsMi40NzMsMC45NTMsNC42NjMsMi44NTYsNi41NjVsMTMzLjA0MywxMzMuMDQ2YzEuOTAyLDEuOTAzLDQuMDkzLDIuODU0LDYuNTY3LDIuODU0czQuNjYxLTAuOTUxLDYuNTYyLTIuODU0TDI4Mi4wODIsODkuNjQ3ICAgYzEuOTAyLTEuOTAzLDIuODQ3LTQuMDkzLDIuODQ3LTYuNTY1QzI4NC45MjksODAuNjA3LDI4My45ODQsNzguNDE3LDI4Mi4wODIsNzYuNTExeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
}
.input-light select.form-control option,select.form-control.input-light option{
    color:#505050 !important
}
.card-wrapper{
    margin:30px 0
}
@media (max-width: 576px){
    .jp-card-container{
        width:285px !important
    }
    .jp-card{
        min-width:250px !important
    }
}
.coupon-form .form-control{
    display:inline-block;
    width:100%;
    max-width:235px;
    margin-right:12px
}
.coupon-form .btn{
    margin-right:0
}
@media (max-width: 768px){
    .coupon-form .form-control{
        display:block;
        max-width:100%
    }
}
.table thead th,.table td,.table th{
    border-color:#e5e5e5
}
.table thead th,.table th{
    font-weight:500
}
.table.table-inverse{
    background-color:#232323;
    color:#fff
}
.table.table-inverse thead th,.table.table-inverse td,.table.table-inverse th{
    border-color:rgba(255,255,255,0.13)
}
.thead-inverse th{
    background-color:#232323;
    color:#fff
}
.thead-default th{
    background-color:#f5f5f5;
    color:#505050
}
.table-striped tbody tr:nth-of-type(odd){
    background-color:#f5f5f5
}
.table-striped.table-inverse tbody tr:nth-of-type(odd){
    background-color:rgba(0,0,0,0.08)
}
.table-hover tbody tr:hover{
    background-color:#f5f5f5
}
.table-hover.table-inverse tbody tr:hover{
    background-color:rgba(0,0,0,0.08)
}
.table-active,.table-active td,.table-active th{
    background-color:rgba(0,0,0,0.05)
}
.table-success,.table-success td,.table-success th{
    background-color:rgba(76,175,80,0.09)
}
.table-info,.table-info td,.table-info th{
    background-color:rgba(33,150,243,0.09)
}
.table-warning,.table-warning td,.table-warning th{
    background-color:rgba(255,160,0,0.09)
}
.table-danger,.table-danger td,.table-danger th{
    background-color:rgba(244,67,54,0.09)
}
.btn{
    display:inline-block;
    position:relative;
    height:46px;
    margin-top:8px;
    margin-right:12px;
    margin-bottom:8px;
    padding:0 22px;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    transition:all .4s;
    border:1px solid transparent;
    border-radius:5px;
    background-color:transparent;
    background-image:none;
    color:#505050;
    font-family:"Rubik",Helvetica,Arial,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:400 !important;
    letter-spacing:.025em;
    line-height:44px;
    white-space:nowrap;
    cursor:pointer;
    vertical-align:middle;
    text-transform:none;
    text-decoration:none;
    text-align:center;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn:hover,.btn:focus .btn:active,.btn.active{
    outline:none;
    background-image:none;
    text-decoration:none;
    box-shadow:none
}
.btn:hover{
    color:#505050
}
.btn>i{
    display:inline-block;
    margin-top:-1px;
    vertical-align:middle
}
.btn[disabled],.btn.disabled{
    cursor:not-allowed;
    opacity:.55;
    pointer-events:none
}
button:focus{
    outline:none
}
.btn-lg{
    height:54px;
    border-radius:6px;
    font-size:16px;
    line-height:52px
}
.btn-sm{
    height:36px;
    padding:0 18px;
    border-radius:4px;
    font-size:12px;
    line-height:34px
}
.btn-pill{
    border-radius:23px
}
.btn-pill.btn-lg{
    border-radius:27px
}
.btn-pill.btn-sm{
    border-radius:18px
}
.btn-square{
    border-radius:0
}
.btn-secondary{
    border-color:#e5e5e5;
    background-color:#f5f5f5
}
.btn-secondary:hover{
    background-color:#ebebeb
}
.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{
    color:#fff
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-info:hover,.btn-info:active,.btn-info:focus,.btn-warning:hover,.btn-warning:active,.btn-warning:focus,.btn-danger:hover,.btn-danger:active,.btn-danger:focus{
    color:#fff
}
.btn-primary{
    background-color:#05f
}
.btn-primary:hover{
    background-color:#0046d1
}
.btn-success{
    background-color:#4caf50
}
.btn-success:hover{
    background-color:#3e8f41
}
.btn-info{
    background-color:#2196f3
}
.btn-info:hover{
    background-color:#0c7fda
}
.btn-warning{
    background-color:#ffa000
}
.btn-warning:hover{
    background-color:#d18300
}
.btn-danger{
    background-color:#f44336
}
.btn-danger:hover{
    background-color:#ef1d0d
}
.btn-white{
    background-color:#fff
}
.btn-white:hover{
    background-color:#e8e8e8
}
.btn-outline-secondary{
    border-color:#e5e5e5
}
.btn-outline-secondary:hover{
    background-color:#f5f5f5
}
.btn-outline-primary{
    border-color:#05f;
    background-color:transparent;
    color:#05f
}
.btn-outline-primary:hover{
    background-color:#05f;
    color:#fff
}
.btn-outline-success{
    border-color:#4caf50;
    background-color:transparent;
    color:#4caf50
}
.btn-outline-success:hover{
    background-color:#4caf50;
    color:#fff
}
.btn-outline-info{
    border-color:#2196f3;
    background-color:transparent;
    color:#2196f3
}
.btn-outline-info:hover{
    background-color:#2196f3;
    color:#fff
}
.btn-outline-warning{
    border-color:#ffa000;
    background-color:transparent;
    color:#ffa000
}
.btn-outline-warning:hover{
    background-color:#ffa000;
    color:#fff
}
.btn-outline-danger{
    border-color:#f44336;
    background-color:transparent;
    color:#f44336
}
.btn-outline-danger:hover{
    background-color:#f44336;
    color:#fff
}
.btn-outline-white{
    border-color:#fff;
    background-color:transparent;
    color:#fff;
    border-color:rgba(255,255,255,0.3)
}
.btn-outline-white:hover{
    background-color:#fff;
    color:#fff
}
.btn-outline-white:hover{
    color:#505050
}
.btn-link-secondary{
    color:#505050
}
.btn-link-secondary:hover{
    color:#393939
}
.btn-link-primary{
    color:#05f
}
.btn-link-primary:hover{
    color:#0046d1
}
.btn-link-success{
    color:#4caf50
}
.btn-link-success:hover{
    color:#3e8f41
}
.btn-link-info{
    color:#2196f3
}
.btn-link-info:hover{
    color:#0c7fda
}
.btn-link-warning{
    color:#ffa000
}
.btn-link-warning:hover{
    color:#d18300
}
.btn-link-danger{
    color:#f44336
}
.btn-link-danger:hover{
    color:#ef1d0d
}
.btn-link-white{
    color:#fff
}
.btn-link-white:hover{
    color:#e8e8e8
}
.btn-link-secondary>i,.btn-link-primary>i,.btn-link-success>i,.btn-link-info>i,.btn-link-warning>i,.btn-link-danger>i,.btn-link-white>i{
    margin-top:-3px
}
.btn-group{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    position:relative;
    margin-top:8px;
    margin-right:12px;
    margin-bottom:8px;
    vertical-align:middle
}
.btn-group .btn{
    position:relative;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    margin:0
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle){
    margin-right:-1px;
    padding-right:12px;
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary,.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary{
    border-right:0
}
.btn-group>.dropdown-toggle:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.btn+.dropdown-toggle-split{
    padding-right:15px;
    padding-left:8px
}
.text-center .btn,.text-center .btn-group{
    margin-right:6px;
    margin-left:6px
}
.text-right .btn,.text-right .btn-group{
    margin-right:0;
    margin-left:12px
}
.btn-block{
    display:block;
    width:100%;
    margin-top:12px;
    margin-right:0 !important;
    margin-bottom:12px;
    margin-left:0 !important;
    padding-right:15px !important;
    padding-left:15px !important
}
.scroll-to-top-btn{
    display:block;
    position:fixed;
    right:16px;
    bottom:-92px;
    width:46px;
    height:46px;
    transition:bottom 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55),opacity 0.3s,background-color 0.3s,border-color 0.3s;
    border-radius:5px;
    background-color:rgba(0,0,0,0.25);
    color:#fff;
    font-size:20px;
    opacity:0;
    z-index:2000;
    text-align:center;
    text-decoration:none
}
.scroll-to-top-btn:hover{
    background-color:rgba(0,0,0,0.8);
    color:#fff
}
.scroll-to-top-btn:focus,.scroll-to-top-btn:active{
    color:#fff
}
.scroll-to-top-btn.visible{
    bottom:14px;
    opacity:1
}
.scroll-to-top-btn>i{
    line-height:46px
}
@media (max-width: 768px){
    .scroll-to-top-btn{
        bottom:-72px;
        width:36px;
        height:36px;
        line-height:31px
    }
    .scroll-to-top-btn>i{
        line-height:36px
    }
}

.nav-tabs {
    border: none;
}
.nav-tabs .nav-link{
    padding:10px 20px;
    transition:color .3s;
    color:#505050;
    font-size:15px;
    font-weight:normal;
    letter-spacing:.025em;
    text-decoration:none;
    border: none;
}
.nav-tabs .nav-link:hover{
    color:#05f
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{

}
.nav-tabs .nav-link.disabled{
    cursor:not-allowed
}
.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:hover{
    color:#999
}
.nav-tabs .nav-link>i{
    margin-top:-3px;
    margin-right:5px
}
.nav-tabs .nav-item.dropdown{
    margin-bottom:-3px
}
.nav-tabs .nav-item.dropdown .dropdown-menu{
    margin-top:-3px
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    background-color: #f5f5f5;
    color:#919191
}
.tab-content{
    padding:24px;
    background-color: #f5f5f5;
    overflow:hidden;
    border-radius: 3px;
}
.tab-content p:last-child,.tab-content ul:last-child,.tab-content ol:last-child{
    margin-bottom:0
}

.tooltip{
    font-family:"Rubik",Helvetica,Arial,sans-serif
}
.tooltip.bs-tooltip-top .arrow::before{
    border-top-color:#191919
}
.tooltip.bs-tooltip-right .arrow::before{
    border-right-color:#191919
}
.tooltip.bs-tooltip-bottom .arrow::before{
    border-bottom-color:#191919
}
.tooltip.bs-tooltip-left .arrow::before{
    border-left-color:#191919
}
.tooltip.show{
    opacity:1
}
.tooltip-inner{
    border-radius:3px;
    background-color:#191919;
    color:#fff;
    font-size:12px
}
.popover{
    border-radius:5px;
    border-color:#e5e5e5;
    font-family:"Rubik",Helvetica,Arial,sans-serif
}
.popover.bs-popover-top .arrow::before{
    border-top-color:#dbdbdb
}
.popover.bs-popover-right .arrow::before{
    border-right-color:#dbdbdb
}
.popover.bs-popover-bottom .arrow::before{
    border-bottom-color:#dbdbdb
}
.popover.bs-popover-bottom .arrow::after{
    border-bottom-color:#f7f7f7
}
.popover.bs-popover-left .arrow::before{
    border-left-color:#dbdbdb
}
.popover-header{
    color:#232323;
    font-family:inherit;
    font-weight:normal
}
.popover-body{
    color:#505050
}
.example-tooltip .tooltip{
    display:inline-block;
    position:relative;
    margin:10px 20px;
    opacity:1
}
.example-popover .popover{
    display:block;
    position:relative;
    width:260px;
    margin:1.25rem;
    float:left
}
.bs-tooltip-bottom-demo .arrow,.bs-tooltip-top-demo .arrow{
    left:50%;
    margin-left:-2px
}
.bs-tooltip-left-demo .arrow,.bs-tooltip-right-demo .arrow{
    top:50%;
    margin-top:-6px
}
.bs-popover-bottom-demo .arrow,.bs-popover-top-demo .arrow{
    left:50%;
    margin-left:-11px
}
.bs-popover-left-demo .arrow,.bs-popover-right-demo .arrow{
    top:50%;
    margin-top:-8px
}
.dropdown-menu{
    border-color:#e5e5e5;
    border-radius:5px;
    font-size:14px;
    box-shadow:0 7px 22px -5px rgba(0,0,0,0.2)
}
.dropdown-menu .dropdown-item{
    position:relative;
    padding-right:20px;
    padding-left:20px;
    transition:color .3s;
    color:#505050;
    text-decoration:none
}
.dropdown-menu .dropdown-item::before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:2px;
    height:100%;
    background-color:#05f;
    content:'';
    opacity:0;
    visibility:hidden
}
.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item:active{
    background:0
}
.dropdown-menu .dropdown-item:hover{
    color:#05f
}
.dropdown-menu .dropdown-item.active{
    color:#05f
}
.dropdown-menu .dropdown-item.active::before{
    opacity:1;
    visibility:visible
}
.dropdown-menu a.dropdown-item{
    font-weight:normal
}
.dropdown-toggle::after,.dropup .dropdown-toggle::after{
    width:auto;
    height:auto;
    margin-top:-1px;
    margin-left:.3em;
    border:0 !important;
    font-family:feather;
    font-size:1.1em;
    content:'\e92e';
    vertical-align:middle
}
.dropup .dropdown-toggle::after{
    content:'\e931'
}
.mega-dropdown{
    width:700px;
    padding:30px 30px 0
}
.toolbar-dropdown{
    right:-1px;
    left:auto;
    z-index:10
}
.toolbar-dropdown.lang-dropdown{
    width:150px
}
.toolbar-dropdown.lang-dropdown>li>a{
    font-size:13px
}
.toolbar-dropdown.cart-dropdown{
    right:0;
    width:280px;
    padding:20px
}
.show .dropdown-menu{
    -webkit-animation:dropdown-show .25s;
    animation:dropdown-show .25s
}
@-webkit-keyframes dropdown-show{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes dropdown-show{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.list-group-item{
    border-color:#e5e5e5;
    background-color:#fff;
    font-size:15px;
    text-decoration:none
}
.list-group-item:first-child{
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
.list-group-item:last-child{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}
.list-group-item i{
    display:inline-block;
    margin-top:-2px;
    margin-right:8px;
    font-size:1.1em;
    vertical-align:middle
}
.list-group-item p,.list-group-item ul,.list-group-item ol,.list-group-item li,.list-group-item span{
    font-weight:normal !important
}
a.list-group-item,.list-group-item-action{
    position:relative;
    transition:all .25s;
    color:#505050
}
a.list-group-item:hover,a.list-group-item:focus,a.list-group-item:active,.list-group-item-action:hover,.list-group-item-action:focus,.list-group-item-action:active{
    background-color:#fff;
    color:#05f
}
a.list-group-item::before,.list-group-item-action::before{
    position:absolute;
    top:0;
    left:-1px;
    width:2px;
    height:100%;
    background-color:#05f;
    content:'';
    opacity:0
}
a.list-group-item{
    padding-top:.87rem;
    padding-bottom:.87rem
}
.with-badge{
    position:relative;
    padding-right:3.3rem
}
.with-badge .badge{
    position:absolute;
    top:50%;
    right:1.15rem;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.badge{
    color:#fff;
    font-size:85%;
    font-weight:500
}
.badge.badge-default{
    border:1px solid #e5e5e5;
    background-color:#f5f5f5;
    color:#505050
}
.badge.badge-primary{
    background-color:#05f
}
.badge.badge-info{
    background-color:#2196f3
}
.badge.badge-success{
    background-color:#4caf50
}
.badge.badge-warning{
    background-color:#ffa000
}
.badge.badge-danger{
    background-color:#f44336
}
.owl-carousel{
    display:none;
    position:relative;
    width:100%;
    z-index:1;
    -webkit-tap-highlight-color:transparent
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage::after{
    display:block;
    height:0;
    clear:both;
    line-height:0;
    content:'.';
    visibility:hidden
}
.owl-carousel .owl-stage-outer{
    position:relative;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    overflow:hidden
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item .owl-lazy{
    transition:opacity 400ms ease;
    opacity:0
}
.owl-carousel .owl-item .from-top,.owl-carousel .owl-item .from-bottom,.owl-carousel .owl-item .from-left,.owl-carousel .owl-item .from-right,.owl-carousel .owl-item .scale-up,.owl-carousel .owl-item .scale-down{
    transition:all .45s .3s ease-in-out;
    opacity:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.owl-carousel .owl-item .from-top{
    -webkit-transform:translateY(-45px);
    -ms-transform:translateY(-45px);
    transform:translateY(-45px)
}
.owl-carousel .owl-item .from-bottom{
    -webkit-transform:translateY(45px);
    -ms-transform:translateY(45px);
    transform:translateY(45px)
}
.owl-carousel .owl-item .from-left{
    -webkit-transform:translateX(-45px);
    -ms-transform:translateX(-45px);
    transform:translateX(-45px)
}
.owl-carousel .owl-item .from-right{
    -webkit-transform:translateX(45px);
    -ms-transform:translateX(45px);
    transform:translateX(45px)
}
.owl-carousel .owl-item .scale-up{
    -webkit-transform:scale(0.8);
    -ms-transform:scale(0.8);
    transform:scale(0.8)
}
.owl-carousel .owl-item .scale-down{
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2)
}
.owl-carousel .owl-item .delay-1{
    transition-delay:.5s
}
.owl-carousel .owl-item .delay-2{
    transition-delay:.7s
}
.owl-carousel .owl-item .delay-3{
    transition-delay:.9s
}
.owl-carousel .owl-item .delay-4{
    transition-delay:1.1s
}
.owl-carousel .owl-item.active .from-top,.owl-carousel .owl-item.active .from-bottom{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    opacity:1
}
.owl-carousel .owl-item.active .from-left,.owl-carousel .owl-item.active .from-right{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    opacity:1
}
.owl-carousel .owl-item.active .scale-up,.owl-carousel .owl-item.active .scale-down{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.owl-carousel .owl-item>img{
    display:block;
    width:100%
}
.owl-carousel .owl-item>img.owl-lazy{
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    display:block;
    opacity:0
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    -webkit-animation-duration:1000ms;
    animation-duration:1000ms;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
.owl-carousel .owl-dots{
    display:block;
    width:100%;
    margin-top:18px;
    text-align:center
}
.owl-carousel .owl-dots .owl-dot{
    display:inline-block;
    width:6px;
    height:6px;
    margin:0 6px;
    transition:opacity .25s;
    border-radius:50%;
    background-color:#505050;
    opacity:.33
}
.owl-carousel .owl-dots .owl-dot.active{
    opacity:1
}
.owl-carousel .owl-prev,.owl-carousel .owl-next{
    display:block;
    position:absolute;
    top:50%;
    width:46px;
    height:46px;
    margin-top:-43px;
    transition:opacity .3s;
    border:1px solid #e5e5e5;
    border-radius:5px;
    background-color:#fff;
    color:#232323;
    line-height:44px;
    text-align:center;
    opacity:.75
}
.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover{
    opacity:1
}
.owl-carousel .owl-prev::before,.owl-carousel .owl-next::before{
    font-family:feather;
    font-size:22px
}
.owl-carousel .owl-prev{
    left:20px
}
.owl-carousel .owl-prev::before{
    content:'\e92f'
}
.owl-carousel .owl-next{
    right:20px
}
.owl-carousel .owl-next::before{
    content:'\e930'
}
.owl-carousel.large-controls .owl-prev,.owl-carousel.large-controls .owl-next{
    width:54px;
    height:54px;
    margin-top:-47px;
    border-radius:6px;
    line-height:52px
}
.owl-carousel.large-controls .owl-prev{
    left:30px
}
.owl-carousel.large-controls .owl-next{
    right:30px
}
.owl-carousel.dots-inside .owl-dots{
    position:absolute;
    bottom:0;
    margin:0;
    padding-bottom:24px
}
.owl-carousel.dots-inside .owl-dots .owl-dot{
    background-color:#fff;
    opacity:.5
}
.owl-carousel.dots-inside .owl-dots .owl-dot.active{
    opacity:1
}
.owl-carousel.dots-inside .owl-prev,.owl-carousel.dots-inside .owl-next{
    margin-top:-23px
}
.owl-carousel.dots-inside.large-controls .owl-prev,.owl-carousel.dots-inside.large-controls .owl-next{
    margin-top:-27px
}
.owl-carousel .widget{
    margin-bottom:0
}
.owl-carousel .widget.widget-featured-posts>.entry{
    margin-bottom:0
}
.no-js .owl-carousel{
    display:block
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.hero-slider{
    width:100%;
    min-height:580px;
    background-position:center;
    background-color:#fff;
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow:0 7px 30px -6px rgba(0,0,0,0.15);
    overflow:hidden
}
.hero-slider>.owl-carousel{
    min-height:580px
}
.hero-slider>.owl-carousel .owl-prev,.hero-slider>.owl-carousel .owl-next{
    top:auto;
    bottom:18px;
    left:auto;
    width:46px;
    height:46px;
    margin:0;
    transition:background-color .3s;
    border:0;
    border-radius:0;
    background-color:#fff;
    color:#505050;
    line-height:44px;
    opacity:1
}
.hero-slider>.owl-carousel .owl-prev:hover,.hero-slider>.owl-carousel .owl-next:hover{
    background-color:#f5f5f5
}
.hero-slider>.owl-carousel .owl-prev{
    right:64px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5
}
.hero-slider>.owl-carousel .owl-next{
    right:18px;
    border:1px solid #e5e5e5;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}
.hero-slider>.owl-carousel.dots-inside .owl-dots{
    display:inline-block;
    right:110px;
    bottom:18px;
    width:auto;
    height:46px;
    padding:10px 16px 14px;
    border:1px solid #e5e5e5;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    background-color:#fff
}
.hero-slider>.owl-carousel.dots-inside .owl-dots .owl-dot{
    background-color:#505050
}
@media (max-width: 1100px){
    .hero-slider{
        min-height:430px
    }
    .hero-slider>.owl-carousel{
        min-height:430px
    }
}
.gallery-item{
    margin-bottom:30px
}
.gallery-item>a{
    display:block;
    position:relative;
    width:100%;
    border-radius:6px;
    text-decoration:none;
    overflow:hidden
}
.gallery-item>a>img{
    display:block;
    width:100%
}
.gallery-item>a::before{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    content:'';
    opacity:0;
    z-index:1;
    transition:opacity .3s
}
.gallery-item>a::after{
    display:block;
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    margin-top:-24px;
    -webkit-transform:translateY(15px);
    -ms-transform:translateY(15px);
    transform:translateY(15px);
    transition:all .35s;
    color:#fff;
    font-family:feather;
    font-size:32px;
    text-align:center;
    content:'\ea08';
    opacity:0;
    z-index:5
}
.gallery-item>a:hover::before{
    opacity:.45
}
.gallery-item>a:hover::after{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    opacity:1
}
.gallery-item>a[data-type='video']::after{
    left:50%;
    width:46px;
    height:46px;
    margin-top:-22px;
    margin-left:-22px;
    padding-left:5px;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    border-radius:50%;
    background-position:center;
    background-color:#fff;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat:no-repeat;
    background-size:10px 10px;
    box-shadow:0 4px 15px 0 rgba(0,0,0,0.25);
    content:'';
    opacity:1
}
.gallery-item .caption{
    display:none
}
.gallery-item.no-hover-effect>a::before{
    display:none
}
.grid-no-gap .gallery-item{
    margin-bottom:0
}
.grid-no-gap .gallery-item>a{
    border-radius:0
}
.owl-carousel .gallery-item{
    margin-bottom:0
}
.video-btn{
    margin-bottom:0
}
.video-btn>a{
    display:inline-block;
    width:80px;
    height:80px;
    border-radius:50%;
    background-position:center;
    background-color:#fff;
    background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDEyNC41MTIgMTI0LjUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0LjUxMiAxMjQuNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMy45NTYsNTcuMDA2bC05Ny40LTU2LjJjLTQtMi4zLTksMC42LTksNS4ydjExMi41YzAsNC42LDUsNy41LDksNS4ybDk3LjQtNTYuMiAgIEMxMTcuOTU2LDY1LjEwNSwxMTcuOTU2LDU5LjMwNiwxMTMuOTU2LDU3LjAwNnoiIGZpbGw9IiMzMzMzMzMiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat:no-repeat;
    background-size:12px 12px;
    box-shadow:0 7px 22px -5px rgba(0,0,0,0.2)
}
.video-btn>a::before,.video-btn>a::after{
    display:none
}
.video-btn .caption{
    display:block;
    padding-top:10px
}
.pswp__zoom-wrap{
    text-align:center
}
.pswp__zoom-wrap::before{
    display:inline-block;
    height:100%;
    content:'';
    vertical-align:middle
}
.wrapper{
    display:inline-block;
    position:relative;
    width:100%;
    max-width:900px;
    margin:0 auto;
    line-height:0;
    text-align:left;
    vertical-align:middle;
    z-index:1045
}
.video-wrapper{
    position:relative;
    width:100%;
    height:0;
    padding-top:25px;
    padding-bottom:56.25%
}
.video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
video{
    width:100% !important;
    height:auto !important
}
.pswp__caption__center{
    padding:20px 10px;
    font-size:13px;
    font-weight:500;
    text-align:center
}
.countdown{
    display:inline-block
}
.countdown::after{
    display:block;
    clear:both;
    content:''
}
.countdown .item{
    display:block;
    margin:7px;
    float:left;
    text-align:center
}
.countdown .item .days,.countdown .item .hours,.countdown .item .minutes,.countdown .item .seconds{
    width:48px;
    height:48px;
    margin-bottom:5px;
    border:1px solid #e5e5e5;
    border-radius:5px;
    background-color:#fff;
    font-size:20px;
    line-height:46px
}
.countdown .item .days_ref,.countdown .item .hours_ref,.countdown .item .minutes_ref,.countdown .item .seconds_ref{
    font-size:12px
}
.countdown.countdown-inverse .item .days,.countdown.countdown-inverse .item .hours,.countdown.countdown-inverse .item .minutes,.countdown.countdown-inverse .item .seconds{
    border-color:rgba(255,255,255,0.13);
    background-color:transparent;
    color:#fff
}
.countdown.countdown-inverse .item .days_ref,.countdown.countdown-inverse .item .hours_ref,.countdown.countdown-inverse .item .minutes_ref,.countdown.countdown-inverse .item .seconds_ref{
    color:rgba(255,255,255,0.8)
}
.sidebar{
    width:100%
}
.sidebar-toggle,.sidebar-close{
    display:none
}
@media (max-width: 991px){
    .sidebar-offcanvas{
        position:fixed;
        top:0;
        width:320px;
        height:100%;
        padding:42px 24px 30px;
        background-color:#fff;
        box-shadow:0 0 0 0 rgba(0,0,0,0.15);
        z-index:9910;
        overflow-y:auto;
        -ms-overflow-style:none
    }
    .sidebar-offcanvas.position-right{
        right:-320px;
        transition:right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,box-shadow 0.3s 0.3s
    }
    .sidebar-offcanvas.position-left{
        left:-320px;
        transition:left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,box-shadow 0.3s 0.3s
    }
    .sidebar-offcanvas.open{
        box-shadow:0 0 50px 3px rgba(0,0,0,0.15)
    }
    .sidebar-offcanvas.open.position-right{
        right:0
    }
    .sidebar-offcanvas.open.position-left{
        left:0
    }
    .sidebar-close{
        display:block;
        position:absolute;
        top:8px;
        right:15px;
        color:#505050;
        font-size:22px;
        cursor:pointer
    }
    .sidebar-offcanvas::-webkit-scrollbar{
        display:none
    }
    .sidebar-toggle{
        display:block;
        position:fixed;
        top:50%;
        width:46px;
        height:46px;
        margin-top:-24px;
        background-color:#fff;
        color:#505050;
        font-size:20px;
        line-height:48px;
        text-align:center;
        box-shadow:0 3px 10px 0 rgba(0,0,0,0.18);
        cursor:pointer;
        z-index:9900
    }
    .sidebar-toggle.position-right{
        right:0;
        transition:right .3s ease-in-out;
        border-top:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
        border-left:1px solid #e5e5e5;
        border-top-left-radius:5px;
        border-bottom-left-radius:5px
    }
    .sidebar-toggle.position-right.sidebar-open{
        right:-46px
    }
    .sidebar-toggle.position-left{
        left:0;
        transition:left .3s ease-in-out;
        border-top:1px solid #e5e5e5;
        border-right:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
        border-top-right-radius:5px;
        border-bottom-right-radius:5px
    }
    .sidebar-toggle.position-left.sidebar-open{
        left:-46px
    }
}
.widget-title{
    position:relative;
    margin-bottom:24px;
    padding-bottom:12px;
    border-bottom:1px solid #e5e5e5;
    color:#232323;
    font-size:15px;
    font-weight:normal
}
.widget-title::after{
    display:block;
    position:absolute;
    bottom:-1px;
    left:0;
    width:90px;
    height:1px;
    background-color:#05f;
    content:''
}
.widget{
    margin-bottom:40px
}
.widget .form-group{
    margin-bottom:0
}
.widget ul{
    margin-bottom:12px
}
.widget .market-button:last-child{
    margin-bottom:0
}
.widget .custom-control:last-child{
    margin-bottom:0 !important
}
.widget-categories ul,.widget-links ul{
    margin:0;
    padding:0;
    list-style:none
}
.widget-categories ul>li,.widget-links ul>li{
    position:relative;
    margin-bottom:5px;
    padding-left:16px
}
.widget-categories ul>li:last-child,.widget-links ul>li:last-child{
    margin-bottom:0
}
.widget-categories ul>li::before,.widget-links ul>li::before{
    display:block;
    position:absolute;
    top:-1px;
    left:0;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    transform:rotate(-90deg);
    transition:-webkit-transform .35s;
    transition:transform .35s;
    color:#999;
    font-family:feather;
    font-size:1.15em;
    content:'\e92e'
}
.widget-categories ul>li>a,.widget-links ul>li>a{
    display:inline-block;
    transition:color .3s;
    color:#505050;
    font-size:14px;
    text-decoration:none
}
.widget-categories ul>li>a:hover,.widget-links ul>li>a:hover{
    color:#05f
}
.widget-categories ul>li.active>a,.widget-links ul>li.active>a{
    color:#05f
}
.widget-categories ul>li>span,.widget-links ul>li>span{
    margin-left:4px;
    color:#999
}
.widget-categories ul>li.has-children ul,.widget-links ul>li.has-children ul{
    border-left:1px solid #e2e2e2
}
.widget-categories ul>li.has-children ul li::before,.widget-links ul>li.has-children ul li::before{
    top:14px;
    width:8px;
    height:1px;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    border:0;
    background-color:#e2e2e2;
    color:transparent
}
.widget-categories ul>li.has-children ul li a,.widget-links ul>li.has-children ul li a{
    font-size:13px
}
.widget-categories ul>li.has-children ul ul>li,.widget-links ul>li.has-children ul ul>li{
    margin-bottom:0
}
.widget-categories ul>li.has-children>ul,.widget-links ul>li.has-children>ul{
    max-height:0;
    transition:max-height .6s;
    overflow:hidden
}
.widget-categories ul>li.has-children.expanded::before,.widget-links ul>li.has-children.expanded::before{
    -webkit-transform:rotate(0);
    -ms-transform:rotate(0);
    transform:rotate(0)
}
.widget-categories ul>li.has-children.expanded>ul,.widget-links ul>li.has-children.expanded>ul{
    max-height:800px
}
.widget-featured-posts>.entry,.widget-featured-products>.entry,.widget-cart>.entry{
    display:table;
    width:100%;
    margin-bottom:18px
}
.widget-featured-posts>.entry .entry-thumb,.widget-featured-posts>.entry .entry-content,.widget-featured-products>.entry .entry-thumb,.widget-featured-products>.entry .entry-content,.widget-cart>.entry .entry-thumb,.widget-cart>.entry .entry-content{
    display:table-cell;
    vertical-align:top
}
.widget-featured-posts>.entry .entry-thumb,.widget-featured-products>.entry .entry-thumb,.widget-cart>.entry .entry-thumb{
    width:62px;
    padding-right:12px
}
.widget-featured-posts>.entry .entry-thumb>a,.widget-featured-products>.entry .entry-thumb>a,.widget-cart>.entry .entry-thumb>a{
    display:block;
    border-radius:5px;
    overflow:hidden
}
.widget-featured-posts>.entry .entry-thumb>a>img,.widget-featured-products>.entry .entry-thumb>a>img,.widget-cart>.entry .entry-thumb>a>img{
    width:100%
}
.widget-featured-posts>.entry .entry-title,.widget-featured-products>.entry .entry-title,.widget-cart>.entry .entry-title{
    margin-bottom:0;
    font-size:14px
}
.widget-featured-posts>.entry .entry-title>a,.widget-featured-products>.entry .entry-title>a,.widget-cart>.entry .entry-title>a{
    transition:color .3s;
    color:#505050;
    font-weight:400;
    text-decoration:none
}
.widget-featured-posts>.entry .entry-title>a:hover,.widget-featured-products>.entry .entry-title>a:hover,.widget-cart>.entry .entry-title>a:hover{
    color:#05f
}
.widget-featured-posts>.entry .entry-meta,.widget-featured-products>.entry .entry-meta,.widget-cart>.entry .entry-meta{
    display:block;
    margin-bottom:0;
    padding-top:4px;
    color:#999;
    font-size:12px
}
.widget-featured-products>.entry,.widget-cart>.entry{
    margin-bottom:12px
}
.widget-featured-products>.entry .entry-meta,.widget-cart>.entry .entry-meta{
    font-size:13px
}
.widget-cart>.entry{
    position:relative;
    padding-right:20px;
    padding-bottom:10px;
    border-bottom:1px dashed #ddd
}
.widget-cart>.entry:last-child{
    border-bottom:1px solid #e5e5e5
}
.widget-cart>.entry .entry-delete{
    position:absolute;
    top:-1px;
    right:0;
    color:#f44336;
    cursor:pointer
}
.tag{
    display:inline-block;
    height:28px;
    margin-right:4px;
    margin-bottom:8px;
    padding:0 12px;
    transition:all .3s;
    border:1px solid #e5e5e5;
    border-radius:4px;
    color:#505050 !important;
    font-size:12px;
    line-height:26px;
    text-decoration:none !important;
    white-space:nowrap
}
.tag:hover{
    background-color:#f5f5f5;
    color:#505050 !important
}
.tag.active{
    border-color:#05f;
    background-color:#05f;
    color:#fff !important;
    cursor:default
}
.text-right .tag{
    margin-right:0;
    margin-left:4px
}
.text-center .tag{
    margin-right:2px;
    margin-left:2px
}
.isotope-grid{
    position:relative;
    overflow:hidden
}
.isotope-grid:not(.filter-grid){
    min-height:180px;
    background-position:center;
    background-image:url(../img/loading.gif);
    background-repeat:no-repeat;
    background-size:50px
}
.isotope-grid:not(.filter-grid)>.grid-item{
    display:none
}
.isotope-grid:not(.filter-grid)[style]{
    background:none
}
.isotope-grid:not(.filter-grid)[style]>.grid-item{
    display:inline-block;
    -webkit-animation:showGrid .6s;
    animation:showGrid .6s
}
.isotope-grid .gutter-sizer{
    width:30px
}
.isotope-grid .grid-item{
    margin-bottom:30px
}
.isotope-grid .grid-item .post-tile,.isotope-grid .grid-item .portfolio-tile{
    margin-bottom:0
}
.isotope-grid.cols-1 .gutter-sizer{
    width:0
}
.isotope-grid.cols-1 .grid-sizer,.isotope-grid.cols-1 .grid-item{
    width:100%
}
.isotope-grid.cols-2 .grid-sizer,.isotope-grid.cols-2 .grid-item{
    width:calc((100% / 2) - 15px)
}
.isotope-grid.cols-3 .grid-sizer,.isotope-grid.cols-3 .grid-item{
    width:calc((100% / 3) - 20px)
}
.isotope-grid.cols-4 .grid-sizer,.isotope-grid.cols-4 .grid-item{
    width:calc((100% / 4) - 22.5px)
}
.isotope-grid.cols-5 .grid-sizer,.isotope-grid.cols-5 .grid-item{
    width:calc((100% / 5) - 24px)
}
.isotope-grid.cols-6 .grid-sizer,.isotope-grid.cols-6 .grid-item{
    width:calc((100% / 6) - 25px)
}
@media (max-width: 1200px){
    .isotope-grid.cols-6 .grid-sizer,.isotope-grid.cols-6 .grid-item,.isotope-grid.cols-5 .grid-sizer,.isotope-grid.cols-5 .grid-item,.isotope-grid.cols-4 .grid-sizer,.isotope-grid.cols-4 .grid-item,.isotope-grid.cols-3 .grid-sizer,.isotope-grid.cols-3 .grid-item{
        width:calc((100% / 3) - 22.5px)
    }
}
@media (max-width: 768px){
    .isotope-grid.cols-6 .grid-sizer,.isotope-grid.cols-6 .grid-item,.isotope-grid.cols-5 .grid-sizer,.isotope-grid.cols-5 .grid-item,.isotope-grid.cols-4 .grid-sizer,.isotope-grid.cols-4 .grid-item,.isotope-grid.cols-3 .grid-sizer,.isotope-grid.cols-3 .grid-item{
        width:calc((100% / 2) - 15px)
    }
}
@media (max-width: 576px){
    .isotope-grid.cols-6 .gutter-sizer,.isotope-grid.cols-5 .gutter-sizer,.isotope-grid.cols-4 .gutter-sizer,.isotope-grid.cols-3 .gutter-sizer,.isotope-grid.cols-2 .gutter-sizer{
        width:0
    }
    .isotope-grid.cols-6 .grid-sizer,.isotope-grid.cols-6 .grid-item,.isotope-grid.cols-5 .grid-sizer,.isotope-grid.cols-5 .grid-item,.isotope-grid.cols-4 .grid-sizer,.isotope-grid.cols-4 .grid-item,.isotope-grid.cols-3 .grid-sizer,.isotope-grid.cols-3 .grid-item,.isotope-grid.cols-2 .grid-sizer,.isotope-grid.cols-2 .grid-item{
        width:100%
    }
}
.isotope-grid.grid-no-gap .gutter-sizer{
    width:0
}
.isotope-grid.grid-no-gap .grid-item{
    margin-bottom:0
}
.isotope-grid.grid-no-gap.cols-2 .grid-sizer,.isotope-grid.grid-no-gap.cols-2 .grid-item{
    width:50%
}
.isotope-grid.grid-no-gap.cols-3 .grid-sizer,.isotope-grid.grid-no-gap.cols-3 .grid-item{
    width:33.3333333333%
}
.isotope-grid.grid-no-gap.cols-4 .grid-sizer,.isotope-grid.grid-no-gap.cols-4 .grid-item{
    width:25%
}
.isotope-grid.grid-no-gap.cols-5 .grid-sizer,.isotope-grid.grid-no-gap.cols-5 .grid-item{
    width:20%
}
.isotope-grid.grid-no-gap.cols-6 .grid-sizer,.isotope-grid.grid-no-gap.cols-6 .grid-item{
    width:16.6666666667%
}
@media (max-width: 1200px){
    .isotope-grid.grid-no-gap.cols-6 .grid-sizer,.isotope-grid.grid-no-gap.cols-6 .grid-item,.isotope-grid.grid-no-gap.cols-5 .grid-sizer,.isotope-grid.grid-no-gap.cols-5 .grid-item,.isotope-grid.grid-no-gap.cols-4 .grid-sizer,.isotope-grid.grid-no-gap.cols-4 .grid-item,.isotope-grid.grid-no-gap.cols-3 .grid-sizer,.isotope-grid.grid-no-gap.cols-3 .grid-item{
        width:33.3333333333%
    }
}
@media (max-width: 768px){
    .isotope-grid.grid-no-gap.cols-6 .grid-sizer,.isotope-grid.grid-no-gap.cols-6 .grid-item,.isotope-grid.grid-no-gap.cols-5 .grid-sizer,.isotope-grid.grid-no-gap.cols-5 .grid-item,.isotope-grid.grid-no-gap.cols-4 .grid-sizer,.isotope-grid.grid-no-gap.cols-4 .grid-item,.isotope-grid.grid-no-gap.cols-3 .grid-sizer,.isotope-grid.grid-no-gap.cols-3 .grid-item{
        width:50%
    }
}
@media (max-width: 576px){
    .isotope-grid.grid-no-gap.cols-6 .grid-sizer,.isotope-grid.grid-no-gap.cols-6 .grid-item,.isotope-grid.grid-no-gap.cols-5 .grid-sizer,.isotope-grid.grid-no-gap.cols-5 .grid-item,.isotope-grid.grid-no-gap.cols-4 .grid-sizer,.isotope-grid.grid-no-gap.cols-4 .grid-item,.isotope-grid.grid-no-gap.cols-3 .grid-sizer,.isotope-grid.grid-no-gap.cols-3 .grid-item,.isotope-grid.grid-no-gap.cols-2 .grid-sizer,.isotope-grid.grid-no-gap.cols-2 .grid-item{
        width:100%
    }
}
@-webkit-keyframes showGrid{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes showGrid{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@supports (-ms-ime-align: auto){
    .isotope-grid:not(.filter-grid){
        min-height:auto;
        background:none
    }
    .isotope-grid:not(.filter-grid)>.grid-item{
        display:inline-block
    }
    .isotope-grid:not(.filter-grid)[style]>.grid-item{
        -webkit-animation:none;
        animation:none
    }
}
.site-header{
    position:relative;
    z-index:1000
}
.topbar{
    background-color:#fff
}
.topbar .topbar-column a:not(.social-button),.topbar .topbar-column span,.topbar .topbar-column p{
    font-size:16px
}
.topbar .topbar-column>a:not(.social-button),.topbar .topbar-column>span,.topbar .topbar-column>p{
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px
}
.topbar .topbar-column>a:not(.social-button)>i,.topbar .topbar-column>span>i,.topbar .topbar-column>p>i{
    margin-top:-3px;
    display: inline-block;
    vertical-align: middle;
}
.topbar .topbar-column>a:not(.social-button)>i.icon-download,.topbar .topbar-column>span>i.icon-download,.topbar .topbar-column>p>i.icon-download{
    margin-top:-4px
}
.topbar .topbar-column a:not(.social-button){
    transition:color .3s;
    text-decoration:none
}
.topbar .topbar-column:last-child>a:not(.social-button),.topbar .topbar-column:last-child>span,.topbar .topbar-column:last-child>p{
    margin-left:20px
}
.topbar .topbar-column:first-child>a:not(.social-button),.topbar .topbar-column:first-child>span,.topbar .topbar-column:first-child>p{
    margin-right:20px
}
.topbar.topbar-ghost{
    position:absolute;
    top:0;
    left:0;
    border-bottom-color:rgba(255,255,255,0.15);
    background-color:rgba(255,255,255,0.05)
}
.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item),.topbar.topbar-ghost .topbar-column span,.topbar.topbar-ghost .topbar-column p{
    color:#fff
}
.topbar.topbar-ghost .topbar-column a:not(.social-button):not(.dropdown-item):hover{
    color:#0da9ef
}
.topbar.topbar-ghost .lang-currency-switcher-wrap .lang-currency-switcher>.currency{
    border-left-color:rgba(255,255,255,0.15)
}
.topbar.topbar-ghost .dropdown-toggle::after{
    color:#fff
}
.site-info {
    width: 100%;
}
.site-info a{
    color:#606975;
    font-size:16px;
    text-decoration:none
}
.site-header .navbar{
    position:relative;
    width:100%;
    border-bottom:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5;
    background-color:#fff
}
.site-header .site-branding{
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    padding:15px 0;
}
.site-header .site-branding .site-logo{
    display:block;
    width:180px;
    color:#232323 !important;
    text-decoration:none
}
.site-header .site-branding .site-logo>img{
    display:block;
    width:100%
}
.site-header .search-box-wrap{
    width:100%;
    padding:18px 30px
}
.site-header .search-box-wrap .search-box-inner{
    width:100%
}
.site-header .search-box-wrap .search-box{
    width:100%
}
.site-header .search-box-wrap .input-group{
    width:100%
}
.site-header .search-box-wrap .input-group .form-control{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.site-header .toolbar{
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0;
    -ms-flex-negative:0;
    flex-shrink:0
}
.site-header .toolbar .toolbar-item{
    position:relative;
    width:96px;
}
.site-header .toolbar .toolbar-item.visible-on-mobile{
    display:none
}
.site-header .toolbar .toolbar-item>a{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:5px;
    color:#505050;
    text-align:center;
    text-decoration:none
}
.site-header .toolbar .toolbar-item>a>div{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    text-align:center
}
.site-header .toolbar .toolbar-item>a>div i{
    display:inline-block;
    font-size:20px
}
.site-header .toolbar .toolbar-item>a>div>.text-label{
    display:block;
    font-size:12px
}
.site-header .toolbar .toolbar-item>a>div>.compare-icon,.site-header .toolbar .toolbar-item>a>div>.cart-icon{
    display:inline-block;
    position:relative
}
.site-header .toolbar .toolbar-item>a>div>.compare-icon>.count-label,.site-header .toolbar .toolbar-item>a>div>.cart-icon>.count-label{
    display:block;
    position:absolute;
    top:-6px;
    right:-13px;
    width:18px;
    height:18px;
    border-radius:50%;
    background-color:#05f;
    color:#fff;
    font-size:11px;
    line-height:18px
}
.site-header .toolbar .toolbar-item>a>div>.compare-icon>.count-label{
    right:-17px;
    border:1px solid #e5e5e5;
    background-color:#f5f5f5;
    color:#505050
}
.site-header .toolbar .toolbar-item:hover,.site-header .toolbar .toolbar-item.active{
    background-color:#f5f5f5
}
.site-header .toolbar .toolbar-item:hover>.toolbar-dropdown,.site-header .toolbar .toolbar-item.active>.toolbar-dropdown{
    display:block;
    -webkit-animation:submenu-show .35s;
    animation:submenu-show .35s
}
.site-header .toolbar .toolbar-item .flag-icon{
    display:inline-block;
    width:20px;
    vertical-align:middle
}
.site-header .toolbar .toolbar-item .flag-icon>img{
    display:block;
    width:100%
}
.site-header .site-menu{
    display:block;
    position:relative;
    width:100%;
    z-index:1
}
.site-header .site-menu ul{
    margin:0;
    padding:0;
    list-style:none
}
.site-header .site-menu ul>li>a{
    transition:all .3s;
    color:#505050;
    text-decoration:none
}
.site-header .site-menu>ul{
    display:table;
    margin:auto
}
.site-header .site-menu>ul>li{
    display:table-cell;
    position:relative;
    vertical-align:middle
}
.site-header .site-menu>ul>li>a{
    display:block;
    position:relative;
    padding:20px 18px;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    font-size:15px;
    font-weight:normal;
    z-index:5
}
.site-header .site-menu>ul>li>a::after{
    display:none
}
.site-header .site-menu>ul>li:hover>a{
    color:#fd2415
}
.site-header .site-menu>ul>li:hover>.sub-menu{
    display:block;
    -webkit-animation:submenu-show .35s;
    animation:submenu-show .35s
}
.site-header .site-menu>ul>li:hover>.mega-menu{
    display:table;
    -webkit-animation:submenu-show .35s;
    animation:submenu-show .35s
}
.site-header .site-menu>ul>li.active>a{
    color:#fd2415
}
.site-header .site-menu>ul>li.active>a::before{
    display:block;
    position:absolute;
    top:-1px;
    left:0;
    width:100%;
    height:2px;
    background-color:#fd2415;
    content:''
}
.site-header .site-menu>ul>li.has-submenu:hover>a,.site-header .site-menu>ul>li.has-megamenu:hover>a{
    border-color:#e5e5e5;
    background-color:#fff
}
.site-header .site-menu>ul>li.has-submenu:hover>a::after,.site-header .site-menu>ul>li.has-megamenu:hover>a::after{
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
    width:100%;
    height:4px;
    background-color:#fff;
    content:'';
    -webkit-animation:submenu-show .25s;
    animation:submenu-show .25s
}
.site-header .site-menu>ul>li.has-megamenu{
    position:static
}
.navbar .toolbar{
    display:none
}
.navbar-stuck .navbar{
    position:fixed;
    top:0;
    left:0;
    background-color:#fff;
    box-shadow:0 7px 30px -6px rgba(0,0,0,0.15)
}
.navbar-stuck .navbar .toolbar{
    display:block;
    position:absolute;
    top:0;
    right:0;
    height:100%;
    z-index:5;
    -webkit-animation:toolbar-in .6s;
    animation:toolbar-in .6s
}
.navbar-stuck .navbar .toolbar>.toolbar-inner{
    display:table;
    width:100%;
    height:100%;
    min-height:100%
}
.navbar-stuck .navbar .toolbar .toolbar-item{
    display:table-cell
}
@media (max-width: 1200px){
    .navbar-stuck .navbar .toolbar .toolbar-item{
        width:80px
    }
}
@-webkit-keyframes toolbar-in{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes toolbar-in{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.mobile-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    padding-top:15px;
    background-color:#f5f5f5;
    box-shadow:0 7px 30px -6px rgba(0,0,0,0.15)
}
.mobile-menu .toolbar{
    display:table;
    width:100%;
    margin-bottom:15px
}
.mobile-menu .toolbar .toolbar-item{
    display:table-cell;
    height:75px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    background-color:#fff;
    vertical-align:middle
}
@media (max-width: 991px){
    body{
        padding-top:0 !important
    }
    .navbar,.search-box-wrap,.hidden-on-mobile{
        display:none !important
    }
    .site-header .site-branding{
        border:0
    }
    .site-header .toolbar .toolbar-item.visible-on-mobile{
        display:block
    }
    .mobile-menu.open{
        display:block
    }
}
@media (max-width: 360px){
    .site-header .toolbar .toolbar-item{
        width:75px
    }
}
.site-footer{
    padding-top:72px;
    background-position:center bottom;
    background-color:#232323;
    background-repeat:no-repeat
}
@media (max-width: 768px){
    .site-footer{
        padding-top:48px
    }
}
.footer-copyright{
    margin:0;
    padding-top:10px;
    padding-bottom:24px;
    color:rgba(255,255,255,0.5);
    font-size:13px;
    font-weight:normal
}
.footer-copyright>a{
    transition:color .25s;
    color:rgba(255,255,255,0.5);
    text-decoration:none
}
.footer-copyright>a:hover{
    color:#fff
}
.footer-light{
    background-color:#f5f5f5
}
.footer-light .footer-copyright{
    color:#999
}
.footer-light .footer-copyright>a{
    color:#999
}
.footer-light .footer-copyright>a:hover{
    color:#05f
}
.user-info-wrapper{
    position:relative;
    width:100%;
    margin-bottom:-1px;
    padding-top:90px;
    padding-bottom:30px;
    border:1px solid #e5e5e5;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    overflow:hidden
}
.user-info-wrapper .user-cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:120px;
    background-position:center;
    background-color:#f5f5f5;
    background-repeat:no-repeat;
    background-size:cover
}
.user-info-wrapper .user-cover .tooltip .tooltip-inner{
    width:230px;
    max-width:100%;
    padding:10px 15px
}
.user-info-wrapper .info-label{
    display:block;
    position:absolute;
    top:18px;
    right:18px;
    height:26px;
    padding:0 12px;
    border-radius:4px;
    background-color:#fff;
    color:#505050;
    font-size:12px;
    line-height:26px;
    box-shadow:0 1px 5px 0 rgba(0,0,0,0.18);
    cursor:pointer
}
.user-info-wrapper .info-label>i{
    display:inline-block;
    margin-right:3px;
    font-size:1.2em;
    vertical-align:middle
}
.user-info-wrapper .user-info{
    display:table;
    position:relative;
    width:100%;
    padding:0 18px;
    z-index:5
}
.user-info-wrapper .user-info .user-avatar,.user-info-wrapper .user-info .user-data{
    display:table-cell;
    vertical-align:top
}
.user-info-wrapper .user-info .user-avatar{
    position:relative;
    width:115px
}
.user-info-wrapper .user-info .user-avatar>img{
    display:block;
    width:100%;
    border:5px solid #fff;
    border-radius:50%
}
.user-info-wrapper .user-info .user-avatar .edit-avatar{
    display:block;
    position:absolute;
    top:-2px;
    right:2px;
    width:36px;
    height:36px;
    transition:opacity .3s;
    border-radius:50%;
    background-color:#fff;
    color:#505050;
    line-height:34px;
    box-shadow:0 1px 5px 0 rgba(0,0,0,0.2);
    cursor:pointer;
    opacity:0;
    text-align:center;
    text-decoration:none
}
.user-info-wrapper .user-info .user-avatar .edit-avatar::before{
    font-family:feather;
    font-size:17px;
    content:'\e95a'
}
.user-info-wrapper .user-info .user-avatar:hover .edit-avatar{
    opacity:1
}
.user-info-wrapper .user-info .user-data{
    padding-top:48px;
    padding-left:12px
}
.user-info-wrapper .user-info .user-data h4{
    margin-bottom:2px
}
.user-info-wrapper .user-info .user-data span{
    display:block;
    color:#999;
    font-size:12px
}
.user-info-wrapper+.list-group .list-group-item:first-child{
    border-radius:0
}
.product-card{
    display:block;
    position:relative;
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:5px;
    background-color:#f5f5f5
}
.product-card .product-card-body{
    padding:18px;
    padding-top:15px;
    text-align:center
}
.product-card .product-thumb{
    display:block;
    width:100%;
    padding-top:20px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    overflow:hidden
}
.product-card .product-thumb>img{
    display:block;
    width:100%
}
.product-card .product-category{
    width:100%;
    margin-bottom:6px;
    font-size:12px
}
.product-card .product-category>a{
    transition:color .2s;
    color:#999;
    text-decoration:none
}
.product-card .product-category>a:hover{
    color:#05f
}
.product-card .product-title{
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    color: #232323;
    background: #b0e0e6;
    padding: 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-card .product-title>a{
    transition:color .3s;
    color:#232323;
    text-decoration:none
}
.product-card .product-title>a:hover{
    color:#05f
}
.product-card .product-price{
    display:inline-block;
    margin-bottom:10px;
    padding:9px 15px;
    border-radius:4px;
    background-color:#ffe4b5;
    color:#232323;
    font-size:16px;
    font-weight:normal;
    text-align:center
}
.product-card .product-price>del{
    margin-right:5px;
    color:#999
}
.product-card .product-button-group{
    display:table;
    width:100%;
    border-top:1px solid #e5e5e5;
    table-layout:fixed
}
.product-card .product-button-group .product-button{
    display:table-cell;
    position:relative;
    height:62px;
    padding:10px;
    transition:background-color .3s;
    border:0;
    border-right:1px solid #e5e5e5;
    background:none;
    color:#505050;
    overflow:hidden;
    vertical-align:middle;
    text-align:center;
    text-decoration:none
}
.product-card .product-button-group .product-button:first-child{
    border-bottom-left-radius:5px
}
.product-card .product-button-group .product-button:last-child{
    border-right:0;
    border-bottom-right-radius:5px
}
.product-card .product-button-group .product-button>i,.product-card .product-button-group .product-button>span{
    transition:all .3s
}
.product-card .product-button-group .product-button>i{
    display:inline-block;
    position:relative;
    margin-top:5px;
    font-size:18px
}
.product-card .product-button-group .product-button>span{
    display:block;
    position:absolute;
    bottom:9px;
    left:0;
    width:100%;
    -webkit-transform:translateY(12px);
    -ms-transform:translateY(12px);
    transform:translateY(12px);
    font-size:12px;
    white-space:nowrap;
    opacity:0
}
.product-card .product-button-group .product-button:hover{
    background-color:#f5f5f5
}
.product-card .product-button-group .product-button:hover>i{
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px)
}
.product-card .product-button-group .product-button:hover>span{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    opacity:1
}
.product-card .product-button-group .product-button.btn-wishlist.active>i{
    color:#f44336
}
.product-card .product-button-group .product-button.btn-compare.active>i::after{
    display:block;
    position:absolute;
    top:-5px;
    right:-6px;
    width:7px;
    height:7px;
    border-radius:50%;
    background-color:#4caf50;
    content:''
}
.product-card .product-badge{
    top:0;
    left:0
}
.product-card .product-brand {
    position:absolute;
    top:9px;
    right:12px
}
.product-card .rating-stars{
    position:absolute;
    top:9px;
    right:12px
}
@media (min-width: 576px){
    .product-card.product-list{
        display:table;
        width:100%;
        padding:0
    }
    .product-card.product-list .product-thumb,.product-card.product-list .product-card-inner{
        display:table-cell;
        vertical-align:middle
    }
    .product-card.product-list .product-thumb{
        position:relative;
        width:270px;
        border-right:1px solid #e5e5e5;
        border-top-right-radius:0
    }
    .product-card.product-list .product-card-body{
        padding:32px 22px 18px;
        text-align:left
    }
}
.touchevents .product-card .product-button-group .product-button>i{
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    transform:translateY(-10px)
}
.touchevents .product-card .product-button-group .product-button>span{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
    opacity:1
}
.product-badge{
    position:absolute;
    height:24px;
    padding:0 14px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color:#fff;
    font-size:12px;
    font-weight:400;
    letter-spacing:.025em;
    line-height:24px;
    white-space:nowrap
}
.rating-stars{
    display:inline-block
}
.rating-stars>i{
    display:inline-block;
    margin-right:2px;
    color:#bfbfbf;
    font-size:12px
}
.rating-stars>i.filled{
    color:#ffa000
}
.rating-stars>i:last-child{
    margin-right:0
}
.notification{
    position:fixed;
    z-index:400;
    padding:1rem 2.934rem 1.334rem 1.334rem;
    transition:.6s cubic-bezier(.165,.84,.44,1);
    transition-property:opacity,visibility,filter;
    opacity:0;
    visibility:hidden;
    border:2px solid #e5e5e5;
    background:#f5f5f5;
    border-radius:4px
}
.notification.-policy{
    right:33%;
    bottom:1.07rem;
    max-width:50rem
}
.notification.-lang{
    top:1.07rem;
    right:50%;
    margin-right:-39rem;
    max-width:40rem
}
.notification.-active{
    opacity:1;
    visibility:visible
}
.notification__close{
    position:absolute;
    top:0;
    right:0;
    z-index:10;
    padding:.5rem;
    width:2.634rem;
    height:2.634rem
}
.notification__close svg{
    display:inline-block;
    width:100%;
    height:100%;
    fill:#505050
}
.notification__text{
    font-size:1rem;
    line-height:1.334rem
}
.notification__footer{
    margin-top:.657rem;
    text-align:right
}
.notification__btn{
    text-decoration:underline;
    text-align:center;
    margin-left:1em
}
.notification__btn.-yes{
    font-weight:700
}
@media screen and (max-width:600px){
    .notification{
        left:1.07rem!important;
        right:1.07rem!important;
        max-width:100%!important;
        margin:0!important
    }
}

.doc li, .doc p {
    font-size: 16px;
}
.doc li span:first-child {
    min-width: 33px;
    display: inline-block;
    font-weight: 600;
}
.doc hr {
    background-color: #edeaee;
    height: 1px;
    margin: 30px 0 10px;
}
.doc-items li {
    list-style: none;
}