@charset "UTF-8";
.wp-block-audio figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-block-audio audio{
    width:100%;
    min-width:300px
}
.wp-block-button{
    color:#fff
}
.wp-block-button.aligncenter{
    text-align:center
}
.wp-block-button.alignright{
    text-align:right
}
.wp-block-button__link{
    background-color:#32373c;
    border:none;
    border-radius:28px;
    box-shadow:none;
    color:inherit;
    cursor:pointer;
    display:inline-block;
    font-size:18px;
    margin:0;
    padding:12px 24px;
    text-align:center;
    text-decoration:none;
    overflow-wrap:break-word
}
.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{
    color:inherit
}
.wp-gs .wp-block-button__link:not(.has-background){
    background-color:var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))
}
.is-style-squared .wp-block-button__link{
    border-radius:0
}
.no-border-radius.wp-block-button__link{
    border-radius:0!important
}
.is-style-outline{
    color:#32373c
}
.is-style-outline .wp-block-button__link{
    background-color:transparent;
    border:2px solid
}
.wp-block-buttons .wp-block-button{
    display:inline-block;
    margin-right:8px;
    margin-bottom:8px
}
.wp-block-buttons.alignright .wp-block-button{
    margin-right:none;
    margin-left:8px
}
.wp-block-buttons.aligncenter,.wp-block-calendar{
    text-align:center
}
.wp-block-calendar tbody td,.wp-block-calendar th{
    padding:4px;
    border:1px solid #e2e4e7
}
.wp-block-calendar tfoot td{
    border:none
}
.wp-block-calendar table{
    width:100%;
    border-collapse:collapse;
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
}
.wp-block-calendar table th{
    font-weight:400;
    background:#edeff0
}
.wp-block-calendar a{
    text-decoration:underline
}
.wp-block-calendar tfoot a{
    color:#00739c
}
.wp-block-calendar table caption,.wp-block-calendar table tbody{
    color:#40464d
}
.wp-block-categories.alignleft{
    margin-right:2em
}
.wp-block-categories.alignright{
    margin-left:2em
}
.wp-block-columns{
    display:flex;
    margin-bottom:28px;
    flex-wrap:wrap
}
@media(min-width:782px){
    .wp-block-columns{
        flex-wrap:nowrap
    }
}
.wp-block-columns.has-background{
    padding:20px 30px
}
.wp-block-column{
    flex-grow:1;
    min-width:0;
    word-break:break-word;
    overflow-wrap:break-word
}
@media(max-width:599px){
    .wp-block-column{
        flex-basis:100%!important
    }
}
@media(min-width:600px) and (max-width:781px){
    .wp-block-column{
        flex-basis:calc(50% - 16px)!important;
        flex-grow:0
    }
    .wp-block-column:nth-child(2n){
        margin-left:32px
    }
}
@media(min-width:782px){
    .wp-block-column{
        flex-basis:0;
        flex-grow:1
    }
    .wp-block-column[style]{
        flex-grow:0
    }
    .wp-block-column:not(:first-child){
        margin-left:32px
    }
}
.wp-block-columns.are-vertically-aligned-top{
    align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center{
    align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom{
    align-items:flex-end
}
.wp-block-column.is-vertically-aligned-top{
    align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center{
    -ms-grid-row-align:center;
    align-self:center
}
.wp-block-column.is-vertically-aligned-bottom{
    align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
    width:100%
}
.wp-block-cover,.wp-block-cover-image{
    position:relative;
    background-color:#000;
    background-size:cover;
    background-position:50%;
    min-height:430px;
    height:100%;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{
    background-attachment:fixed
}
@supports(-webkit-overflow-scrolling:touch){
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{
        background-attachment:scroll
    }
}
@media(prefers-reduced-motion:reduce){
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{
        background-attachment:scroll
    }
}
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
    content:"";
    background-color:inherit
}
.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1
}
.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
    opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{
    opacity:.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{
    opacity:.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{
    opacity:.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{
    opacity:.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{
    opacity:.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{
    opacity:.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{
    opacity:.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{
    opacity:.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{
    opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{
    opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{
    opacity:.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{
    opacity:.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{
    opacity:.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{
    opacity:.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{
    opacity:.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{
    opacity:.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{
    opacity:.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{
    opacity:.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{
    opacity:1
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{
    opacity:1
}
.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{
    max-width:290px;
    width:100%
}
.wp-block-cover-image:after,.wp-block-cover:after{
    display:block;
    content:"";
    font-size:0;
    min-height:inherit
}
@supports((position:-webkit-sticky) or (position:sticky)){
    .wp-block-cover-image:after,.wp-block-cover:after{
        content:none
    }
}
.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{
    display:flex
}
.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{
    width:calc(100% - 70px);
    z-index:1;
    color:#f8f9f9
}
.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){
    color:inherit
}
.wp-block-cover__video-background{
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    width:100%;
    height:100%;
    z-index:0;
    object-fit:cover
}
.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{
    color:#fff
}
.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{
    color:#fff
}
.wp-block-cover-image .wp-block-cover.has-left-content{
    justify-content:flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content{
    justify-content:flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{
    margin-left:0;
    text-align:left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{
    margin-right:0;
    text-align:right
}
.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{
    font-size:2em;
    line-height:1.25;
    z-index:1;
    margin-bottom:0;
    max-width:580px;
    padding:14px;
    text-align:center
}
.block-editor-block-list__block[data-type="core/embed"][data-align=left],.block-editor-block-list__block[data-type="core/embed"][data-align=right],.wp-block-embed.alignleft,.wp-block-embed.alignright{
    max-width:360px;
    width:100%
}
.wp-block-embed{
    margin-bottom:1em
}
.wp-block-embed figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper{
    position:relative
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
    content:"";
    display:block;
    padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
    padding-top:42.85%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
    padding-top:50%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
    padding-top:56.25%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
    padding-top:75%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
    padding-top:100%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
    padding-top:177.78%
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
    padding-top:200%
}
.wp-block-file{
    margin-bottom:1.5em
}
.wp-block-file.aligncenter{
    text-align:center
}
.wp-block-file.alignright{
    text-align:right
}
.wp-block-file .wp-block-file__button{
    background:#32373c;
    border-radius:2em;
    color:#fff;
    font-size:13px;
    padding:.5em 1em
}
.wp-block-file a.wp-block-file__button{
    text-decoration:none
}
.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{
    box-shadow:none;
    color:#fff;
    opacity:.85;
    text-decoration:none
}
.wp-block-file *+.wp-block-file__button{
    margin-left:.75em
}
.blocks-gallery-grid,.wp-block-gallery{
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    padding:0;
    margin:0
}
.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{
    margin:0 16px 16px 0;
    display:flex;
    flex-grow:1;
    flex-direction:column;
    justify-content:center;
    position:relative
}
.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{
    margin:0;
    height:100%
}
@supports((position:-webkit-sticky) or (position:sticky)){
    .blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{
        display:flex;
        align-items:flex-end;
        justify-content:flex-start
    }
}
.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{
    display:block;
    max-width:100%;
    height:auto;
    width:100%
}
@supports((position:-webkit-sticky) or (position:sticky)){
    .blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{
        width:auto
    }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{
    position:absolute;
    bottom:0;
    width:100%;
    max-height:100%;
    overflow:auto;
    padding:40px 10px 9px;
    color:#fff;
    text-align:center;
    font-size:13px;
    background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{
    display:inline
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{
    width:100%
}
@supports((position:-webkit-sticky) or (position:sticky)){
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{
        height:100%;
        flex:1;
        object-fit:cover
    }
}
.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{
    width:calc((100% - 16px)/ 2)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){
    margin-right:0
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{
    width:100%;
    margin-right:0
}
@media(min-width:600px){
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{
        width:calc((100% - 32px)/ 3);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{
            width:calc((100% - 32px)/ 3 - 1px)
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{
        width:calc((100% - 48px)/ 4);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{
            width:calc((100% - 48px)/ 4 - 1px)
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{
        width:calc((100% - 64px)/ 5);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{
            width:calc((100% - 64px)/ 5 - 1px)
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{
        width:calc((100% - 80px)/ 6);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{
            width:calc((100% - 80px)/ 6 - 1px)
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{
        width:calc((100% - 96px)/ 7);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{
            width:calc((100% - 96px)/ 7 - 1px)
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{
        width:calc((100% - 112px)/ 8);
        margin-right:16px
    }
    @supports(-ms-ime-align:auto){
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{
            width:calc((100% - 112px)/ 8 - 1px)
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){
        margin-right:0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){
        margin-right:0
    }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{
    margin-right:0
}
.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{
    max-width:290px;
    width:100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{
    justify-content:center
}
.wp-block-image{
    margin-bottom:1em
}
.wp-block-image img{
    max-width:100%
}
.wp-block-image.aligncenter{
    text-align:center
}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
    width:100%
}
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{
    display:table;
    margin-left:0;
    margin-right:0
}
.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{
    display:table-caption;
    caption-side:bottom
}
.wp-block-image .alignleft{
    float:left;
    margin-right:1em
}
.wp-block-image .alignright{
    float:right;
    margin-left:1em
}
.wp-block-image .aligncenter{
    margin-left:auto;
    margin-right:auto
}
.wp-block-image figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.is-style-circle-mask img,.is-style-rounded img{
    border-radius:9999px
}
@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){
    .is-style-circle-mask img{
        -webkit-mask-image:url(data:image/svg+xml;
        utf8;
        base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image:url(data:image/svg+xml;
        utf8;
        base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-mode:alpha;
        -webkit-mask-repeat:no-repeat;
        mask-repeat:no-repeat;
        -webkit-mask-size:contain;
        mask-size:contain;
        -webkit-mask-position:center;
        mask-position:center;
        border-radius:0
    }
}
.wp-block-latest-comments__comment{
    font-size:15px;
    line-height:1.1;
    list-style:none;
    margin-bottom:1em
}
.has-avatars .wp-block-latest-comments__comment{
    min-height:36px;
    list-style:none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left:52px
}
.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{
    line-height:1.5
}
.wp-block-latest-comments__comment-excerpt p{
    font-size:14px;
    line-height:1.8;
    margin:5px 0 20px
}
.wp-block-latest-comments__comment-date{
    color:#8f98a1;
    display:block;
    font-size:12px
}
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
    border-radius:24px;
    display:block;
    float:left;
    height:40px;
    margin-right:12px;
    width:40px
}
.wp-block-latest-posts.alignleft{
    margin-right:2em
}
.wp-block-latest-posts.alignright{
    margin-left:2em
}
.wp-block-latest-posts.wp-block-latest-posts__list{
    list-style:none
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
    clear:both
}
.wp-block-latest-posts.is-grid{
    display:flex;
    flex-wrap:wrap;
    padding:0
}
.wp-block-latest-posts.is-grid li{
    margin:0 16px 16px 0;
    width:100%
}
@media(min-width:600px){
    .wp-block-latest-posts.columns-2 li{
        width:calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li{
        width:calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li{
        width:calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li{
        width:calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li{
        width:calc(16.66667% - 16px)
    }
}
.wp-block-latest-posts__post-date{
    display:block;
    color:#6c7781;
    font-size:13px
}
.wp-block-latest-posts__post-excerpt{
    margin-top:8px;
    margin-bottom:16px
}
.wp-block-latest-posts__featured-image img{
    height:auto;
    width:auto
}
.wp-block-latest-posts__featured-image.alignleft{
    margin-right:1em
}
.wp-block-latest-posts__featured-image.alignright{
    margin-left:1em
}
.wp-block-latest-posts__featured-image.aligncenter{
    margin-bottom:1em;
    text-align:center
}
.wp-block-media-text{
    direction:ltr;
    display:-ms-grid;
    display:grid;
    -ms-grid-columns:50% 1fr;
    grid-template-columns:50% 1fr;
    -ms-grid-rows:auto;
    grid-template-rows:auto
}
.wp-block-media-text.has-media-on-the-right{
    -ms-grid-columns:1fr 50%;
    grid-template-columns:1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{
    -ms-grid-row-align:start;
    align-self:start
}
.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{
    -ms-grid-row-align:center;
    align-self:center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{
    -ms-grid-row-align:end;
    align-self:end
}
.wp-block-media-text .wp-block-media-text__media{
    -ms-grid-column:1;
    grid-column:1;
    -ms-grid-row:1;
    grid-row:1;
    margin:0
}
.wp-block-media-text .wp-block-media-text__content{
    direction:ltr;
    -ms-grid-column:2;
    grid-column:2;
    -ms-grid-row:1;
    grid-row:1;
    padding:0 8%;
    word-break:break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    -ms-grid-column:2;
    grid-column:2;
    -ms-grid-row:1;
    grid-row:1
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    -ms-grid-column:1;
    grid-column:1;
    -ms-grid-row:1;
    grid-row:1
}
.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{
    max-width:unset;
    width:100%;
    vertical-align:middle
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{
    height:100%;
    min-height:250px;
    background-size:cover
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
@media(max-width:600px){
    .wp-block-media-text.is-stacked-on-mobile{
        -ms-grid-columns:100%!important;
        grid-template-columns:100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        -ms-grid-column:1;
        grid-column:1;
        -ms-grid-row:1;
        grid-row:1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media{
        -ms-grid-column:1;
        grid-column:1;
        -ms-grid-row:2;
        grid-row:2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{
        -ms-grid-column:1;
        grid-column:1;
        -ms-grid-row:1;
        grid-row:1
    }
}
.wp-block-navigation>ul{
    display:block;
    list-style:none;
    margin:0;
    padding-left:0
}
@media(min-width:600px){
    .wp-block-navigation>ul{
        display:flex;
        flex-wrap:wrap
    }
}
.wp-block-navigation>ul ul{
    list-style:none;
    padding-left:0;
    margin-top:0;
    margin-left:0
}
.wp-block-navigation>ul ul li{
    margin:0
}
.wp-block-navigation>ul li{
    z-index:1
}
.wp-block-navigation>ul li:focus-within,.wp-block-navigation>ul li:hover{
    cursor:pointer;
    z-index:99999
}
.wp-block-navigation>ul li ul:focus,.wp-block-navigation>ul li ul:hover,.wp-block-navigation>ul li:focus-within>ul,.wp-block-navigation>ul li:hover>ul{
    visibility:visible;
    opacity:1;
    display:flex;
    flex-direction:column
}
.wp-block-navigation>ul>li ul{
    position:absolute;
    left:0;
    top:100%;
    min-width:200px;
    max-width:200px;
    opacity:0;
    transition:opacity .1s linear;
    visibility:hidden
}
.wp-block-navigation,.wp-block-navigation .block-editor-block-list__layout{
    display:flex;
    flex-wrap:wrap
}
.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout{
    width:200px
}
.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block{
    margin:0;
    width:auto
}
.wp-block-navigation,.wp-block-navigation>.wp-block-navigation__container{
    align-items:center;
    width:100%
}
.wp-block-navigation>.wp-block-navigation-link,.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link{
    display:flex;
    margin-top:0;
    margin-bottom:0
}
.wp-block-navigation .wp-block-navigation-link{
    position:relative;
    margin:0;
    min-height:56px;
    display:flex;
    line-height:1.4
}
.wp-block-navigation .wp-block-navigation-link .wp-block,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link{
    min-height:auto;
    padding:0
}
.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link{
    margin:0
}
.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks{
    display:none
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks{
    display:flex;
    border:1px solid rgba(0,0,0,.15);
    position:absolute;
    z-index:1;
    top:100%;
    left:0
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container{
    left:100%;
    top:-1px
}
.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container{
    background-color:inherit;
    color:inherit
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content{
    display:flex;
    align-items:center;
    width:max-content;
    padding:6px 16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content{
    padding-top:8px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content{
    padding-bottom:8px
}
.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content{
    min-width:100%;
    padding-right:32px;
    position:relative
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon{
    position:absolute;
    right:16px
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg{
    fill:currentColor
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg{
    transform:rotate(0)
}
.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content{
    color:inherit
}
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{
    color:#111
}
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{
    background-color:#fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{
    color:#fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{
    background-color:#333
}
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container{
    display:flex;
    flex-direction:column;
    padding:0
}
.wp-block-navigation>ul>li>a{
    display:flex;
    align-items:center
}
.wp-block-navigation>ul>li:first-of-type>a{
    padding-left:0
}
.wp-block-navigation>ul>li:last-of-type>a{
    padding-right:0
}
.wp-block-navigation.items-justified-left>ul{
    justify-content:flex-start
}
.wp-block-navigation.items-justified-center>ul{
    justify-content:center
}
.wp-block-navigation.items-justified-right>ul{
    justify-content:flex-end
}
.is-small-text{
    font-size:14px
}
.is-regular-text{
    font-size:16px
}
.is-large-text{
    font-size:36px
}
.is-larger-text{
    font-size:48px
}
.has-drop-cap:not(:focus):first-letter{
    float:left;
    font-size:8.4em;
    line-height:.68;
    font-weight:100;
    margin:.05em .1em 0 0;
    text-transform:uppercase;
    font-style:normal
}
p.has-background{
    padding:20px 30px
}
p.has-text-color a{
    color:inherit
}
.wp-block-pullquote{
    padding:3em 0;
    margin-left:0;
    margin-right:0;
    text-align:center
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
    max-width:290px
}
.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{
    font-size:20px
}
.wp-block-pullquote p{
    font-size:28px;
    line-height:1.6
}
.wp-block-pullquote cite,.wp-block-pullquote footer{
    position:relative
}
.wp-block-pullquote .has-text-color a{
    color:inherit
}
.wp-block-pullquote:not(.is-style-solid-color){
    background:0 0
}
.wp-block-pullquote.is-style-solid-color{
    border:none
}
.wp-block-pullquote.is-style-solid-color blockquote{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    max-width:60%
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    margin-top:0;
    margin-bottom:0;
    font-size:32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
    text-transform:none;
    font-style:normal
}
.wp-block-pullquote cite{
    color:inherit
}
.wp-block-quote.is-large,.wp-block-quote.is-style-large{
    margin:0 0 16px;
    padding:0 1em
}
.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{
    font-size:24px;
    font-style:italic;
    line-height:1.6
}
.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{
    font-size:18px;
    text-align:right
}
.wp-block-rss.alignleft{
    margin-right:2em
}
.wp-block-rss.alignright{
    margin-left:2em
}
.wp-block-rss.is-grid{
    display:flex;
    flex-wrap:wrap;
    padding:0;
    list-style:none
}
.wp-block-rss.is-grid li{
    margin:0 16px 16px 0;
    width:100%
}
@media(min-width:600px){
    .wp-block-rss.columns-2 li{
        width:calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li{
        width:calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li{
        width:calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li{
        width:calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li{
        width:calc(16.66667% - 16px)
    }
}
.wp-block-rss__item-author,.wp-block-rss__item-publish-date{
    display:block;
    color:#6c7781;
    font-size:13px
}
.wp-block-search{
    display:flex;
    flex-wrap:wrap
}
.wp-block-search .wp-block-search__label{
    width:100%
}
.wp-block-search .wp-block-search__input{
    flex-grow:1;
    max-width:360px
}
.wp-block-search .wp-block-search__button{
    margin-left:10px
}
.wp-block-separator.is-style-wide{
    border-bottom-width:1px
}
.wp-block-separator.is-style-dots{
    background:0 0!important;
    border:none;
    text-align:center;
    max-width:none;
    line-height:1;
    height:auto
}
.wp-block-separator.is-style-dots:before{
    content:"\00b7 \00b7 \00b7";
    color:currentColor;
    font-size:20px;
    letter-spacing:2em;
    padding-left:2em;
    font-family:serif
}
.wp-block-social-links{
    display:flex;
    justify-content:flex-start;
    padding-left:0;
    padding-right:0;
    margin-left:0
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
    text-decoration:none;
    border-bottom:0;
    box-shadow:none
}
.wp-social-link{
    display:block;
    width:36px;
    height:36px;
    border-radius:36px;
    margin-right:8px;
    transition:transform .1s ease
}
@media(prefers-reduced-motion:reduce){
    .wp-social-link{
        transition-duration:0s
    }
}
.wp-social-link a{
    padding:6px;
    display:block;
    line-height:0;
    transition:transform .1s ease
}
.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{
    color:currentColor;
    fill:currentColor
}
.wp-social-link:hover{
    transform:scale(1.1)
}
.wp-block-social-links.aligncenter{
    justify-content:center;
    display:flex
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
    background-color:#f0f0f0;
    color:#444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{
    background-color:#f90;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{
    background-color:#1ea0c3;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{
    background-color:#0757fe;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{
    background-color:#1e1f26;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{
    background-color:#02e49b;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{
    background-color:#e94c89;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{
    background-color:#4280ff;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{
    background-color:#f45800;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{
    background-color:#1977f2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{
    background-color:#000;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{
    background-color:#0461dd;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{
    background-color:#e65678;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{
    background-color:#24292d;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{
    background-color:#eceadd;
    color:#382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{
    background-color:#ea4434;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
    background-color:#f00075;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{
    background-color:#e21b24;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{
    background-color:#0577b5;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{
    background-color:#3288d4;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{
    background-color:#02ab6c;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{
    background-color:#f6405f;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
    background-color:#e60122;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{
    background-color:#ef4155;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{
    background-color:#fe4500;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{
    background-color:#0478d7;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
    background-color:#fefc00;
    color:#fff;
    stroke:#000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
    background-color:#ff5600;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{
    background-color:#1bd760;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{
    background-color:#011835;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{
    background-color:#6440a4;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{
    background-color:#21a1f3;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{
    background-color:#1eb7ea;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{
    background-color:#4680c2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{
    background-color:#3499cd;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
    background-color:#d32422;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{
    background-color:#ff0100;
    color:#fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link{
    background:0 0;
    padding:4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg{
    width:28px;
    height:28px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{
    color:#f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{
    color:#1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance{
    color:#0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{
    color:#1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{
    color:#02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{
    color:#e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{
    color:#4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{
    color:#f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{
    color:#1977f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{
    color:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{
    color:#0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{
    color:#e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github{
    color:#24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{
    color:#382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
    color:#ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
    color:#f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{
    color:#e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{
    color:#0577b5
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{
    color:#3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium{
    color:#02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{
    color:#f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
    color:#e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{
    color:#ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{
    color:#fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype{
    color:#0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
    color:#fff;
    stroke:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
    color:#ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{
    color:#1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
    color:#011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{
    color:#6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{
    color:#21a1f3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{
    color:#1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk{
    color:#4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
    color:#3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
    background-color:#d32422;
    color:#fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{
    color:#ff0100
}
.wp-block-social-links.is-style-pill-shape .wp-social-link{
    width:auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
    padding-left:16px;
    padding-right:16px
}
.wp-block-spacer{
    clear:both
}
p.wp-block-subhead{
    font-size:1.1em;
    font-style:italic;
    opacity:.75
}
.wp-block-table{
    overflow-x:auto
}
.wp-block-table table{
    width:100%
}
.wp-block-table .has-fixed-layout{
    table-layout:fixed;
    width:100%
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
    word-break:break-word
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
    display:table;
    width:auto
}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
    word-break:break-word
}
.wp-block-table .has-subtle-light-gray-background-color{
    background-color:#f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color{
    background-color:#e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color{
    background-color:#e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color{
    background-color:#fcf0ef
}
.wp-block-table.is-style-stripes{
    border-spacing:0;
    border-collapse:inherit;
    background-color:transparent;
    border-bottom:1px solid #f3f4f5
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
    background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
    background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
    background-color:#e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
    background-color:#e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
    background-color:#fcf0ef
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
    border-color:transparent
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter{
    display:flex
}
.wp-block-text-columns .wp-block-column{
    margin:0 16px;
    padding:0
}
.wp-block-text-columns .wp-block-column:first-child{
    margin-left:0
}
.wp-block-text-columns .wp-block-column:last-child{
    margin-right:0
}
.wp-block-text-columns.columns-2 .wp-block-column{
    width:50%
}
.wp-block-text-columns.columns-3 .wp-block-column{
    width:33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column{
    width:25%
}
.wp-block-video{
    margin-left:0;
    margin-right:0
}
.wp-block-video video{
    max-width:100%
}
@supports((position:-webkit-sticky) or (position:sticky)){
    .wp-block-video [poster]{
        object-fit:cover
    }
}
.wp-block-video.aligncenter{
    text-align:center
}
.wp-block-video figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
:root .has-pale-pink-background-color{
    background-color:#f78da7
}
:root .has-vivid-red-background-color{
    background-color:#cf2e2e
}
:root .has-luminous-vivid-orange-background-color{
    background-color:#ff6900
}
:root .has-luminous-vivid-amber-background-color{
    background-color:#fcb900
}
:root .has-light-green-cyan-background-color{
    background-color:#7bdcb5
}
:root .has-vivid-green-cyan-background-color{
    background-color:#00d084
}
:root .has-pale-cyan-blue-background-color{
    background-color:#8ed1fc
}
:root .has-vivid-cyan-blue-background-color{
    background-color:#0693e3
}
:root .has-vivid-purple-background-color{
    background-color:#9b51e0
}
:root .has-very-light-gray-background-color{
    background-color:#eee
}
:root .has-cyan-bluish-gray-background-color{
    background-color:#abb8c3
}
:root .has-very-dark-gray-background-color{
    background-color:#313131
}
:root .has-pale-pink-color{
    color:#f78da7
}
:root .has-vivid-red-color{
    color:#cf2e2e
}
:root .has-luminous-vivid-orange-color{
    color:#ff6900
}
:root .has-luminous-vivid-amber-color{
    color:#fcb900
}
:root .has-light-green-cyan-color{
    color:#7bdcb5
}
:root .has-vivid-green-cyan-color{
    color:#00d084
}
:root .has-pale-cyan-blue-color{
    color:#8ed1fc
}
:root .has-vivid-cyan-blue-color{
    color:#0693e3
}
:root .has-vivid-purple-color{
    color:#9b51e0
}
:root .has-very-light-gray-color{
    color:#eee
}
:root .has-cyan-bluish-gray-color{
    color:#abb8c3
}
:root .has-very-dark-gray-color{
    color:#313131
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background:linear-gradient(135deg,#0693e3,#9b51e0)
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{
    background:linear-gradient(135deg,#00d084,#0693e3)
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background:linear-gradient(135deg,#7adcb4,#00d082)
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background:linear-gradient(135deg,#fcb900,#ff6900)
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background:linear-gradient(135deg,#ff6900,#cf2e2e)
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background:linear-gradient(135deg,#eee,#a9b8c3)
}
:root .has-cool-to-warm-spectrum-gradient-background{
    background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}
:root .has-blush-light-purple-gradient-background{
    background:linear-gradient(135deg,#ffceec,#9896f0)
}
:root .has-blush-bordeaux-gradient-background{
    background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}
:root .has-purple-crush-gradient-background{
    background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}
:root .has-luminous-dusk-gradient-background{
    background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}
:root .has-hazy-dawn-gradient-background{
    background:linear-gradient(135deg,#faaca8,#dad0ec)
}
:root .has-pale-ocean-gradient-background{
    background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}
:root .has-electric-grass-gradient-background{
    background:linear-gradient(135deg,#caf880,#71ce7e)
}
:root .has-subdued-olive-gradient-background{
    background:linear-gradient(135deg,#fafae1,#67a671)
}
:root .has-atomic-cream-gradient-background{
    background:linear-gradient(135deg,#fdd79a,#004a59)
}
:root .has-nightshade-gradient-background{
    background:linear-gradient(135deg,#330968,#31cdcf)
}
:root .has-midnight-gradient-background{
    background:linear-gradient(135deg,#020381,#2874fc)
}
.has-small-font-size{
    font-size:13px
}
.has-normal-font-size,.has-regular-font-size{
    font-size:16px
}
.has-medium-font-size{
    font-size:20px
}
.has-large-font-size{
    font-size:36px
}
.has-huge-font-size,.has-larger-font-size{
    font-size:42px
}
.has-text-align-center{
    text-align:center
}
.has-text-align-left{
    text-align:left
}
.has-text-align-right{
    text-align:right
}
div.wpcf7 .screen-reader-response{
    position:absolute;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
    height:1px;
    width:1px;
    margin:0;
    padding:0;
    border:0
}
div.wpcf7-response-output{
    margin:2em .5em 1em;
    padding:.2em 1em;
    border:2px solid red
}
div.wpcf7-mail-sent-ok{
    border:2px solid #398f14
}
div.wpcf7-aborted,div.wpcf7-mail-sent-ng{
    border:2px solid red
}
div.wpcf7-spam-blocked{
    border:2px solid orange
}
div.wpcf7-acceptance-missing,div.wpcf7-validation-errors{
    border:2px solid #f7e700
}
.wpcf7-form-control-wrap{
    position:relative
}
span.wpcf7-not-valid-tip{
    color:red;
    font-size:1em;
    font-weight:400;
    display:block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip{
    position:absolute;
    top:20%;
    left:20%;
    z-index:100;
    border:1px solid red;
    background:#fff;
    padding:.2em .8em
}
span.wpcf7-list-item{
    display:inline-block;
    margin:0 0 0 1em
}
span.wpcf7-list-item-label:after,span.wpcf7-list-item-label:before{
    content:" "
}
.wpcf7-display-none{
    display:none
}
div.wpcf7 .ajax-loader{
    visibility:hidden;
    display:inline-block;
    background-image:url(data:image/gif;
    base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    width:16px;
    height:16px;
    border:none;
    padding:0;
    margin:0 0 0 4px;
    vertical-align:middle
}
div.wpcf7 .ajax-loader.is-active{
    visibility:visible
}
div.wpcf7 div.ajax-error{
    display:none
}
div.wpcf7 .placeheld{
    color:#888
}
div.wpcf7 input[type=file]{
    cursor:pointer
}
div.wpcf7 input[type=file]:disabled{
    cursor:default
}
div.wpcf7 .wpcf7-submit:disabled{
    cursor:not-allowed
}
.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url]{
    direction:ltr
}
@-webkit-keyframes et_social_fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes et_social_fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-o-keyframes et_social_fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes et_social_fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes et_social_fadeOut{
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}
@-moz-keyframes et_social_fadeOut{
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}
@-o-keyframes et_social_fadeOut{
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}
@keyframes et_social_fadeOut{
    100%{
        opacity:1
    }
    0%{
        opacity:0
    }
}
@-webkit-keyframes et_social_fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(-30%)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0)
    }
}
@-moz-keyframes et_social_fadeInRight{
    0%{
        opacity:0;
        -moz-transform:translateX(-30%)
    }
    100%{
        opacity:1;
        -moz-transform:translateX(0)
    }
}
@-o-keyframes et_social_fadeInRight{
    0%{
        opacity:0;
        -o-transform:translateX(-30%)
    }
    100%{
        opacity:1;
        -o-transform:translateX(0)
    }
}
@keyframes et_social_fadeInRight{
    from{
        opacity:0;
        transform:translateX(-30%)
    }
    to{
        opacity:1;
        transform:translateX(0)
    }
}
@-webkit-keyframes et_social_fadeInBottom{
    0%{
        opacity:0;
        -webkit-transform:translateY(-30%)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes et_social_fadeInBottom{
    0%{
        opacity:0;
        -moz-transform:translateY(-30%)
    }
    100%{
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@-o-keyframes et_social_fadeInBottom{
    0%{
        opacity:0;
        -o-transform:translateY(-30%)
    }
    100%{
        opacity:1;
        -o-transform:translateY(0)
    }
}
@keyframes et_social_fadeInBottom{
    0%{
        opacity:0;
        transform:translateY(-30%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}
@-webkit-keyframes et_social_fadeInTop{
    0%{
        opacity:0;
        -webkit-transform:translateY(30%)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes et_social_fadeInTop{
    0%{
        opacity:0;
        -moz-transform:translateY(30%)
    }
    100%{
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@-o-keyframes et_social_fadeInTop{
    0%{
        opacity:0;
        -o-transform:translateY(30%)
    }
    100%{
        opacity:1;
        -o-transform:translateY(0)
    }
}
@keyframes et_social_fadeInTop{
    0%{
        opacity:0;
        transform:translateY(30%)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}
@-webkit-keyframes et_social_slideTop{
    0%{
        -webkit-transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes et_social_slideTop{
    0%{
        -moz-transform:translateY(0)
    }
    100%{
        -moz-transform:translateY(0)
    }
}
@-o-keyframes et_social_slideTop{
    0%{
        -o-transform:translateY(0)
    }
    100%{
        -o-transform:translateY(0)
    }
}
@keyframes et_social_slideTop{
    0%{
        transform:translateY(0)
    }
    100%{
        transform:translateY(0)
    }
}
/*!The following animations courtesy of Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2014 Daniel Eden*/
@-webkit-keyframes et_social_swing{
    20%{
        -webkit-transform:rotate3d(0,0,1,15deg);
        transform:rotate3d(0,0,1,15deg)
    }
    40%{
        -webkit-transform:rotate3d(0,0,1,-10deg);
        transform:rotate3d(0,0,1,-10deg)
    }
    60%{
        -webkit-transform:rotate3d(0,0,1,5deg);
        transform:rotate3d(0,0,1,5deg)
    }
    80%{
        -webkit-transform:rotate3d(0,0,1,-5deg);
        transform:rotate3d(0,0,1,-5deg)
    }
    100%{
        -webkit-transform:rotate3d(0,0,1,0deg);
        transform:rotate3d(0,0,1,0deg)
    }
}
@keyframes et_social_swing{
    20%{
        -webkit-transform:rotate3d(0,0,1,15deg);
        transform:rotate3d(0,0,1,15deg)
    }
    40%{
        -webkit-transform:rotate3d(0,0,1,-10deg);
        transform:rotate3d(0,0,1,-10deg)
    }
    60%{
        -webkit-transform:rotate3d(0,0,1,5deg);
        transform:rotate3d(0,0,1,5deg)
    }
    80%{
        -webkit-transform:rotate3d(0,0,1,-5deg);
        transform:rotate3d(0,0,1,-5deg)
    }
    100%{
        -webkit-transform:rotate3d(0,0,1,0deg);
        transform:rotate3d(0,0,1,0deg)
    }
}
@-webkit-keyframes et_social_tada{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    10%,20%{
        -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes et_social_tada{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    10%,20%{
        -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@-webkit-keyframes et_social_bounce{
    0%,100%,20%,53%,80%{
        -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
        transition-timing-function:cubic-bezier(.215,.61,.355,1);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    40%,43%{
        -webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0)
    }
    70%{
        -webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-15px,0);
        transform:translate3d(0,-15px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-4px,0);
        transform:translate3d(0,-4px,0)
    }
}
@keyframes et_social_bounce{
    0%,100%,20%,53%,80%{
        -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
        transition-timing-function:cubic-bezier(.215,.61,.355,1);
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
    40%,43%{
        -webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0)
    }
    70%{
        -webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        transition-timing-function:cubic-bezier(.755,.05,.855,.06);
        -webkit-transform:translate3d(0,-15px,0);
        transform:translate3d(0,-15px,0)
    }
    90%{
        -webkit-transform:translate3d(0,-4px,0);
        transform:translate3d(0,-4px,0)
    }
}
@-webkit-keyframes et_social_flipInX{
    0%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function:ease-in;
        transition-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function:ease-in;
        transition-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
        transform:perspective(400px) rotate3d(1,0,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
        transform:perspective(400px) rotate3d(1,0,0,-5deg)
    }
    100%{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes et_social_flipInX{
    0%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);
        transform:perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function:ease-in;
        transition-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);
        transform:perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function:ease-in;
        transition-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);
        transform:perspective(400px) rotate3d(1,0,0,10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);
        transform:perspective(400px) rotate3d(1,0,0,-5deg)
    }
    100%{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@-webkit-keyframes et_social_zoomIn{
    0%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}
@keyframes et_social_zoomIn{
    0%{
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    50%{
        opacity:1
    }
}
@-webkit-keyframes et_social_lightSpeedIn{
    0%{
        -webkit-transform:translate3d(30%,0,0) skewX(-10deg);
        transform:translate3d(30%,0,0) skewX(-10deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(5deg);
        transform:skewX(5deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    100%{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes et_social_lightSpeedIn{
    0%{
        -webkit-transform:translate3d(100%,0,0) skewX(-30deg);
        transform:translate3d(100%,0,0) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    100%{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.et_monarch .et_social_animated .et_social_lightspeedin,.et_monarch .et_social_lightspeedin.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_lightSpeedIn 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_lightSpeedIn 1s 1 cubic-bezier(.77,0,.175,1);
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
}
.et_monarch .et_social_animated .et_social_zoomin,.et_monarch .et_social_zoomin.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_zoomIn 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_zoomIn 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_flipinx,.et_monarch .et_social_flipinx.et_social_animated{
    opacity:1;
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation:et_social_flipInX 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_flipInX 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_bounce,.et_monarch .et_social_bounce.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_bounce 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_bounce 1s 1 cubic-bezier(.77,0,.175,1);
    -webkit-transform-origin:center bottom;
    -ms-transform-origin:center bottom;
    transform-origin:center bottom
}
.et_monarch .et_social_animated .et_social_swing,.et_monarch .et_social_swing.et_social_animated{
    opacity:1;
    -webkit-transform-origin:top center;
    -ms-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation:et_social_swing 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_swing 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_tada,.et_monarch .et_social_tada.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_tada 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_tada 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_fadein,.et_monarch .et_social_fadein.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_fadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation:et_social_fadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation:et_social_fadeIn 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_fadeIn 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_slideright,.et_monarch .et_social_slideright.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation:et_social_fadeInRight 1s 1s cubic-bezier(.77,0,.175,1);
    -o-animation:et_social_fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_slidedown,.et_monarch .et_social_slidedown.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation:et_social_fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation:et_social_fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_slideup,.et_monarch .et_social_slideup.et_social_animated{
    opacity:1;
    -webkit-animation:et_social_fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation:et_social_fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation:et_social_fadeInTop 1s 1 cubic-bezier(.77,0,.175,1);
    animation:et_social_fadeInTop 1s 1 cubic-bezier(.77,0,.175,1)
}
.et_monarch .et_social_animated .et_social_no_animation,.et_monarch .et_social_no_animation.et_social_animated{
    opacity:1
}
#toc_container li,#toc_container ul{
    margin:0;
    padding:0
}
#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{
    background:0 0;
    list-style-type:none;
    list-style:none
}
#toc_container.have_bullets li{
    padding-left:12px
}
#toc_container ul ul{
    margin-left:1.5em
}
#toc_container{
    background:#f9f9f9;
    border:1px solid #aaa;
    padding:10px;
    margin-bottom:1em;
    width:auto;
    display:table;
    font-size:95%
}
#toc_container.toc_light_blue{
    background:#edf6ff
}
#toc_container.toc_white{
    background:#fff
}
#toc_container.toc_black{
    background:#000
}
#toc_container.toc_transparent{
    background:none transparent
}
#toc_container p.toc_title{
    text-align:center;
    font-weight:700;
    margin:0;
    padding:0
}
#toc_container.toc_black p.toc_title{
    color:#aaa
}
#toc_container span.toc_toggle{
    font-weight:400;
    font-size:90%
}
#toc_container p.toc_title+ul.toc_list{
    margin-top:1em
}
.toc_wrap_left{
    float:left;
    margin-right:10px
}
.toc_wrap_right{
    float:right;
    margin-left:10px
}
#toc_container a{
    text-decoration:none;
    text-shadow:none
}
#toc_container a:hover{
    text-decoration:underline
}
.toc_sitemap_posts_letter{
    font-size:1.5em;
    font-style:italic
}
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-collapse:collapse;
    border-spacing:0
}
.table-2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table-2 tr {
	background-color: #f8f8f8;
}
.table-2 th, .table-2 td {
	text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}

.table-2 th{
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.table-2 tr{
		display: block;
	}
	.table-2 tr{
		margin-bottom: 30px;
	}
	.table-2 th, .table-2 td{
		display: block;
		text-align: center;
	}
}
td,th{
    padding:0
}
/*!Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css*/
@media print{
    *,:after,:before{
        background:0 0!important;
        color:#000!important;
        -webkit-box-shadow:none!important;
        box-shadow:none!important;
        text-shadow:none!important
    }
    a,a:visited{
        text-decoration:underline
    }
    a[href]:after{
        content:" ("attr(href) ")"
    }
    abbr[title]:after{
        content:" ("attr(title) ")"
    }
    a[href^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    blockquote,pre{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    img,tr{
        page-break-inside:avoid
    }
    img{
        max-width:100%!important
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    .navbar{
        display:none
    }
    .btn>.caret,.dropup>.btn>.caret{
        border-top-color:#000!important
    }
    .label{
        border:1px solid #000
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #ddd!important
    }
}
@font-face{
    font-family:glyphicons halflings;
    src:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.eot);
    src:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon{
    position:relative;
    top:1px;
    display:inline-block;
    font-family:glyphicons halflings;
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.glyphicon-asterisk:before{
    content:"\002a"
}
.glyphicon-plus:before{
    content:"\002b"
}
.glyphicon-eur:before,.glyphicon-euro:before{
    content:"\20ac"
}
.glyphicon-minus:before{
    content:"\2212"
}
.glyphicon-cloud:before{
    content:"\2601"
}
.glyphicon-envelope:before{
    content:"\2709"
}
.glyphicon-pencil:before{
    content:"\270f"
}
.glyphicon-glass:before{
    content:"\e001"
}
.glyphicon-music:before{
    content:"\e002"
}
.glyphicon-search:before{
    content:"\e003"
}
.glyphicon-heart:before{
    content:"\e005"
}
.glyphicon-star:before{
    content:"\e006"
}
.glyphicon-star-empty:before{
    content:"\e007"
}
.glyphicon-user:before{
    content:"\e008"
}
.glyphicon-film:before{
    content:"\e009"
}
.glyphicon-th-large:before{
    content:"\e010"
}
.glyphicon-th:before{
    content:"\e011"
}
.glyphicon-th-list:before{
    content:"\e012"
}
.glyphicon-ok:before{
    content:"\e013"
}
.glyphicon-remove:before{
    content:"\e014"
}
.glyphicon-zoom-in:before{
    content:"\e015"
}
.glyphicon-zoom-out:before{
    content:"\e016"
}
.glyphicon-off:before{
    content:"\e017"
}
.glyphicon-signal:before{
    content:"\e018"
}
.glyphicon-cog:before{
    content:"\e019"
}
.glyphicon-trash:before{
    content:"\e020"
}
.glyphicon-home:before{
    content:"\e021"
}
.glyphicon-file:before{
    content:"\e022"
}
.glyphicon-time:before{
    content:"\e023"
}
.glyphicon-road:before{
    content:"\e024"
}
.glyphicon-download-alt:before{
    content:"\e025"
}
.glyphicon-download:before{
    content:"\e026"
}
.glyphicon-upload:before{
    content:"\e027"
}
.glyphicon-inbox:before{
    content:"\e028"
}
.glyphicon-play-circle:before{
    content:"\e029"
}
.glyphicon-repeat:before{
    content:"\e030"
}
.glyphicon-refresh:before{
    content:"\e031"
}
.glyphicon-list-alt:before{
    content:"\e032"
}
.glyphicon-lock:before{
    content:"\e033"
}
.glyphicon-flag:before{
    content:"\e034"
}
.glyphicon-headphones:before{
    content:"\e035"
}
.glyphicon-volume-off:before{
    content:"\e036"
}
.glyphicon-volume-down:before{
    content:"\e037"
}
.glyphicon-volume-up:before{
    content:"\e038"
}
.glyphicon-qrcode:before{
    content:"\e039"
}
.glyphicon-barcode:before{
    content:"\e040"
}
.glyphicon-tag:before{
    content:"\e041"
}
.glyphicon-tags:before{
    content:"\e042"
}
.glyphicon-book:before{
    content:"\e043"
}
.glyphicon-bookmark:before{
    content:"\e044"
}
.glyphicon-print:before{
    content:"\e045"
}
.glyphicon-camera:before{
    content:"\e046"
}
.glyphicon-font:before{
    content:"\e047"
}
.glyphicon-bold:before{
    content:"\e048"
}
.glyphicon-italic:before{
    content:"\e049"
}
.glyphicon-text-height:before{
    content:"\e050"
}
.glyphicon-text-width:before{
    content:"\e051"
}
.glyphicon-align-left:before{
    content:"\e052"
}
.glyphicon-align-center:before{
    content:"\e053"
}
.glyphicon-align-right:before{
    content:"\e054"
}
.glyphicon-align-justify:before{
    content:"\e055"
}
.glyphicon-list:before{
    content:"\e056"
}
.glyphicon-indent-left:before{
    content:"\e057"
}
.glyphicon-indent-right:before{
    content:"\e058"
}
.glyphicon-facetime-video:before{
    content:"\e059"
}
.glyphicon-picture:before{
    content:"\e060"
}
.glyphicon-map-marker:before{
    content:"\e062"
}
.glyphicon-adjust:before{
    content:"\e063"
}
.glyphicon-tint:before{
    content:"\e064"
}
.glyphicon-edit:before{
    content:"\e065"
}
.glyphicon-share:before{
    content:"\e066"
}
.glyphicon-check:before{
    content:"\e067"
}
.glyphicon-move:before{
    content:"\e068"
}
.glyphicon-step-backward:before{
    content:"\e069"
}
.glyphicon-fast-backward:before{
    content:"\e070"
}
.glyphicon-backward:before{
    content:"\e071"
}
.glyphicon-play:before{
    content:"\e072"
}
.glyphicon-pause:before{
    content:"\e073"
}
.glyphicon-stop:before{
    content:"\e074"
}
.glyphicon-forward:before{
    content:"\e075"
}
.glyphicon-fast-forward:before{
    content:"\e076"
}
.glyphicon-step-forward:before{
    content:"\e077"
}
.glyphicon-eject:before{
    content:"\e078"
}
.glyphicon-chevron-left:before{
    content:"\e079"
}
.glyphicon-chevron-right:before{
    content:"\e080"
}
.glyphicon-plus-sign:before{
    content:"\e081"
}
.glyphicon-minus-sign:before{
    content:"\e082"
}
.glyphicon-remove-sign:before{
    content:"\e083"
}
.glyphicon-ok-sign:before{
    content:"\e084"
}
.glyphicon-question-sign:before{
    content:"\e085"
}
.glyphicon-info-sign:before{
    content:"\e086"
}
.glyphicon-screenshot:before{
    content:"\e087"
}
.glyphicon-remove-circle:before{
    content:"\e088"
}
.glyphicon-ok-circle:before{
    content:"\e089"
}
.glyphicon-ban-circle:before{
    content:"\e090"
}
.glyphicon-arrow-left:before{
    content:"\e091"
}
.glyphicon-arrow-right:before{
    content:"\e092"
}
.glyphicon-arrow-up:before{
    content:"\e093"
}
.glyphicon-arrow-down:before{
    content:"\e094"
}
.glyphicon-share-alt:before{
    content:"\e095"
}
.glyphicon-resize-full:before{
    content:"\e096"
}
.glyphicon-resize-small:before{
    content:"\e097"
}
.glyphicon-exclamation-sign:before{
    content:"\e101"
}
.glyphicon-gift:before{
    content:"\e102"
}
.glyphicon-leaf:before{
    content:"\e103"
}
.glyphicon-fire:before{
    content:"\e104"
}
.glyphicon-eye-open:before{
    content:"\e105"
}
.glyphicon-eye-close:before{
    content:"\e106"
}
.glyphicon-warning-sign:before{
    content:"\e107"
}
.glyphicon-plane:before{
    content:"\e108"
}
.glyphicon-calendar:before{
    content:"\e109"
}
.glyphicon-random:before{
    content:"\e110"
}
.glyphicon-comment:before{
    content:"\e111"
}
.glyphicon-magnet:before{
    content:"\e112"
}
.glyphicon-chevron-up:before{
    content:"\e113"
}
.glyphicon-chevron-down:before{
    content:"\e114"
}
.glyphicon-retweet:before{
    content:"\e115"
}
.glyphicon-shopping-cart:before{
    content:"\e116"
}
.glyphicon-folder-close:before{
    content:"\e117"
}
.glyphicon-folder-open:before{
    content:"\e118"
}
.glyphicon-resize-vertical:before{
    content:"\e119"
}
.glyphicon-resize-horizontal:before{
    content:"\e120"
}
.glyphicon-hdd:before{
    content:"\e121"
}
.glyphicon-bullhorn:before{
    content:"\e122"
}
.glyphicon-bell:before{
    content:"\e123"
}
.glyphicon-certificate:before{
    content:"\e124"
}
.glyphicon-thumbs-up:before{
    content:"\e125"
}
.glyphicon-thumbs-down:before{
    content:"\e126"
}
.glyphicon-hand-right:before{
    content:"\e127"
}
.glyphicon-hand-left:before{
    content:"\e128"
}
.glyphicon-hand-up:before{
    content:"\e129"
}
.glyphicon-hand-down:before{
    content:"\e130"
}
.glyphicon-circle-arrow-right:before{
    content:"\e131"
}
.glyphicon-circle-arrow-left:before{
    content:"\e132"
}
.glyphicon-circle-arrow-up:before{
    content:"\e133"
}
.glyphicon-circle-arrow-down:before{
    content:"\e134"
}
.glyphicon-globe:before{
    content:"\e135"
}
.glyphicon-wrench:before{
    content:"\e136"
}
.glyphicon-tasks:before{
    content:"\e137"
}
.glyphicon-filter:before{
    content:"\e138"
}
.glyphicon-briefcase:before{
    content:"\e139"
}
.glyphicon-fullscreen:before{
    content:"\e140"
}
.glyphicon-dashboard:before{
    content:"\e141"
}
.glyphicon-paperclip:before{
    content:"\e142"
}
.glyphicon-heart-empty:before{
    content:"\e143"
}
.glyphicon-link:before{
    content:"\e144"
}
.glyphicon-phone:before{
    content:"\e145"
}
.glyphicon-pushpin:before{
    content:"\e146"
}
.glyphicon-usd:before{
    content:"\e148"
}
.glyphicon-gbp:before{
    content:"\e149"
}
.glyphicon-sort:before{
    content:"\e150"
}
.glyphicon-sort-by-alphabet:before{
    content:"\e151"
}
.glyphicon-sort-by-alphabet-alt:before{
    content:"\e152"
}
.glyphicon-sort-by-order:before{
    content:"\e153"
}
.glyphicon-sort-by-order-alt:before{
    content:"\e154"
}
.glyphicon-sort-by-attributes:before{
    content:"\e155"
}
.glyphicon-sort-by-attributes-alt:before{
    content:"\e156"
}
.glyphicon-unchecked:before{
    content:"\e157"
}
.glyphicon-expand:before{
    content:"\e158"
}
.glyphicon-collapse-down:before{
    content:"\e159"
}
.glyphicon-collapse-up:before{
    content:"\e160"
}
.glyphicon-log-in:before{
    content:"\e161"
}
.glyphicon-flash:before{
    content:"\e162"
}
.glyphicon-log-out:before{
    content:"\e163"
}
.glyphicon-new-window:before{
    content:"\e164"
}
.glyphicon-record:before{
    content:"\e165"
}
.glyphicon-save:before{
    content:"\e166"
}
.glyphicon-open:before{
    content:"\e167"
}
.glyphicon-saved:before{
    content:"\e168"
}
.glyphicon-import:before{
    content:"\e169"
}
.glyphicon-export:before{
    content:"\e170"
}
.glyphicon-send:before{
    content:"\e171"
}
.glyphicon-floppy-disk:before{
    content:"\e172"
}
.glyphicon-floppy-saved:before{
    content:"\e173"
}
.glyphicon-floppy-remove:before{
    content:"\e174"
}
.glyphicon-floppy-save:before{
    content:"\e175"
}
.glyphicon-floppy-open:before{
    content:"\e176"
}
.glyphicon-credit-card:before{
    content:"\e177"
}
.glyphicon-transfer:before{
    content:"\e178"
}
.glyphicon-cutlery:before{
    content:"\e179"
}
.glyphicon-header:before{
    content:"\e180"
}
.glyphicon-compressed:before{
    content:"\e181"
}
.glyphicon-earphone:before{
    content:"\e182"
}
.glyphicon-phone-alt:before{
    content:"\e183"
}
.glyphicon-tower:before{
    content:"\e184"
}
.glyphicon-stats:before{
    content:"\e185"
}
.glyphicon-sd-video:before{
    content:"\e186"
}
.glyphicon-hd-video:before{
    content:"\e187"
}
.glyphicon-subtitles:before{
    content:"\e188"
}
.glyphicon-sound-stereo:before{
    content:"\e189"
}
.glyphicon-sound-dolby:before{
    content:"\e190"
}
.glyphicon-sound-5-1:before{
    content:"\e191"
}
.glyphicon-sound-6-1:before{
    content:"\e192"
}
.glyphicon-sound-7-1:before{
    content:"\e193"
}
.glyphicon-copyright-mark:before{
    content:"\e194"
}
.glyphicon-registration-mark:before{
    content:"\e195"
}
.glyphicon-cloud-download:before{
    content:"\e197"
}
.glyphicon-cloud-upload:before{
    content:"\e198"
}
.glyphicon-tree-conifer:before{
    content:"\e199"
}
.glyphicon-tree-deciduous:before{
    content:"\e200"
}
.glyphicon-cd:before{
    content:"\e201"
}
.glyphicon-save-file:before{
    content:"\e202"
}
.glyphicon-open-file:before{
    content:"\e203"
}
.glyphicon-level-up:before{
    content:"\e204"
}
.glyphicon-copy:before{
    content:"\e205"
}
.glyphicon-paste:before{
    content:"\e206"
}
.glyphicon-alert:before{
    content:"\e209"
}
.glyphicon-equalizer:before{
    content:"\e210"
}
.glyphicon-king:before{
    content:"\e211"
}
.glyphicon-queen:before{
    content:"\e212"
}
.glyphicon-pawn:before{
    content:"\e213"
}
.glyphicon-bishop:before{
    content:"\e214"
}
.glyphicon-knight:before{
    content:"\e215"
}
.glyphicon-baby-formula:before{
    content:"\e216"
}
.glyphicon-tent:before{
    content:"\26fa"
}
.glyphicon-blackboard:before{
    content:"\e218"
}
.glyphicon-bed:before{
    content:"\e219"
}
.glyphicon-apple:before{
    content:"\f8ff"
}
.glyphicon-erase:before{
    content:"\e221"
}
.glyphicon-hourglass:before{
    content:"\231b"
}
.glyphicon-lamp:before{
    content:"\e223"
}
.glyphicon-duplicate:before{
    content:"\e224"
}
.glyphicon-piggy-bank:before{
    content:"\e225"
}
.glyphicon-scissors:before{
    content:"\e226"
}
.glyphicon-bitcoin:before{
    content:"\e227"
}
.glyphicon-btc:before{
    content:"\e227"
}
.glyphicon-xbt:before{
    content:"\e227"
}
.glyphicon-yen:before{
    content:"\00a5"
}
.glyphicon-jpy:before{
    content:"\00a5"
}
.glyphicon-ruble:before{
    content:"\20bd"
}
.glyphicon-rub:before{
    content:"\20bd"
}
.glyphicon-scale:before{
    content:"\e230"
}
.glyphicon-ice-lolly:before{
    content:"\e231"
}
.glyphicon-ice-lolly-tasted:before{
    content:"\e232"
}
.glyphicon-education:before{
    content:"\e233"
}
.glyphicon-option-horizontal:before{
    content:"\e234"
}
.glyphicon-option-vertical:before{
    content:"\e235"
}
.glyphicon-menu-hamburger:before{
    content:"\e236"
}
.glyphicon-modal-window:before{
    content:"\e237"
}
.glyphicon-oil:before{
    content:"\e238"
}
.glyphicon-grain:before{
    content:"\e239"
}
.glyphicon-sunglasses:before{
    content:"\e240"
}
.glyphicon-text-size:before{
    content:"\e241"
}
.glyphicon-text-color:before{
    content:"\e242"
}
.glyphicon-text-background:before{
    content:"\e243"
}
.glyphicon-object-align-top:before{
    content:"\e244"
}
.glyphicon-object-align-bottom:before{
    content:"\e245"
}
.glyphicon-object-align-horizontal:before{
    content:"\e246"
}
.glyphicon-object-align-left:before{
    content:"\e247"
}
.glyphicon-object-align-vertical:before{
    content:"\e248"
}
.glyphicon-object-align-right:before{
    content:"\e249"
}
.glyphicon-triangle-right:before{
    content:"\e250"
}
.glyphicon-triangle-left:before{
    content:"\e251"
}
.glyphicon-triangle-bottom:before{
    content:"\e252"
}
.glyphicon-triangle-top:before{
    content:"\e253"
}
.glyphicon-console:before{
    content:"\e254"
}
.glyphicon-superscript:before{
    content:"\e255"
}
.glyphicon-subscript:before{
    content:"\e256"
}
.glyphicon-menu-left:before{
    content:"\e257"
}
.glyphicon-menu-right:before{
    content:"\e258"
}
.glyphicon-menu-down:before{
    content:"\e259"
}
.glyphicon-menu-up:before{
    content:"\e260"
}
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
:after,:before{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-size:10px;
    -webkit-tap-highlight-color:transparent
}
body{
    font-family:helvetica neue,Helvetica,Arial,sans-serif;
    font-size:14px;
    line-height:1.42857143;
    color:#333;
    background-color:#fff
}
button,input,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
a{
    color:#337ab7;
    text-decoration:none
}
a:focus,a:hover{
    color:#23527c;
    text-decoration:underline
}
a:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
figure{
    margin:0
}
img{
    vertical-align:middle
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{
    display:block;
    max-width:100%;
    height:auto
}
.img-rounded{
    border-radius:6px
}
.img-thumbnail{
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto
}
.img-circle{
    border-radius:50%
}
hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
[role=button]{
    cursor:pointer
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:inherit;
    font-weight:500;
    line-height:1.1;
    color:inherit
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{
    font-weight:400;
    line-height:1;
    color:#777
}
.h1,.h2,.h3,h1,h2,h3{
    margin-top:20px;
    margin-bottom:10px
}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{
    font-size:65%
}
.h4,.h5,.h6,h4,h5,h6{
    margin-top:10px;
    margin-bottom:10px
}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{
    font-size:75%
}
.h1,h1{
    font-size:36px
}
.h2,h2{
    font-size:30px
}
.h3,h3{
    font-size:24px
}
.h4,h4{
    font-size:18px
}
.h5,h5{
    font-size:14px
}
.h6,h6{
    font-size:12px
}
p{
    margin:0 0 10px
}
.lead{
    margin-bottom:20px;
    font-size:16px;
    font-weight:300;
    line-height:1.4
}
@media(min-width:768px){
    .lead{
        font-size:21px
    }
}
.small,small{
    font-size:85%
}
.mark,mark{
    background-color:#fcf8e3;
    padding:.2em
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.text-center{
    text-align:center
}
.text-justify{
    text-align:justify
}
.text-nowrap{
    white-space:nowrap
}
.text-lowercase{
    text-transform:lowercase
}
.text-uppercase{
    text-transform:uppercase
}
.text-capitalize{
    text-transform:capitalize
}
.text-muted{
    color:#777
}
.text-primary{
    color:#337ab7
}
a.text-primary:focus,a.text-primary:hover{
    color:#286090
}
.text-success{
    color:#3c763d
}
a.text-success:focus,a.text-success:hover{
    color:#2b542c
}
.text-info{
    color:#31708f
}
a.text-info:focus,a.text-info:hover{
    color:#245269
}
.text-warning{
    color:#8a6d3b
}
a.text-warning:focus,a.text-warning:hover{
    color:#66512c
}
.text-danger{
    color:#a94442
}
a.text-danger:focus,a.text-danger:hover{
    color:#843534
}
.bg-primary{
    color:#fff;
    background-color:#337ab7
}
a.bg-primary:focus,a.bg-primary:hover{
    background-color:#286090
}
.bg-success{
    background-color:#dff0d8
}
a.bg-success:focus,a.bg-success:hover{
    background-color:#c1e2b3
}
.bg-info{
    background-color:#d9edf7
}
a.bg-info:focus,a.bg-info:hover{
    background-color:#afd9ee
}
.bg-warning{
    background-color:#fcf8e3
}
a.bg-warning:focus,a.bg-warning:hover{
    background-color:#f7ecb5
}
.bg-danger{
    background-color:#f2dede
}
a.bg-danger:focus,a.bg-danger:hover{
    background-color:#e4b9b9
}
.page-header{
    padding-bottom:9px;
    margin:40px 0 20px;
    border-bottom:1px solid #eee
}
ol,ul{
    margin-top:0;
    margin-bottom:10px
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none;
    margin-left:-5px
}
.list-inline>li{
    display:inline-block;
    padding-left:5px;
    padding-right:5px
}
dl{
    margin-top:0;
    margin-bottom:20px
}
dd,dt{
    line-height:1.42857143
}
dt{
    font-weight:700
}
dd{
    margin-left:0
}
@media(min-width:768px){
    .dl-horizontal dt{
        float:left;
        width:160px;
        clear:left;
        text-align:right;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .dl-horizontal dd{
        margin-left:180px
    }
}
abbr[data-original-title],abbr[title]{
    cursor:help;
    border-bottom:1px dotted #777
}
.initialism{
    font-size:90%;
    text-transform:uppercase
}
blockquote{
    padding:10px 20px;
    margin:0 0 20px;
    font-size:17.5px;
    border-left:5px solid #eee
}
blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{
    margin-bottom:0
}
blockquote .small,blockquote footer,blockquote small{
    display:block;
    font-size:80%;
    line-height:1.42857143;
    color:#777
}
blockquote .small:before,blockquote footer:before,blockquote small:before{
    content:'\2014 \00A0'
}
.blockquote-reverse,blockquote.pull-right{
    padding-right:15px;
    padding-left:0;
    border-right:5px solid #eee;
    border-left:0;
    text-align:right
}
.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{
    content:''
}
.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{
    content:'\00A0 \2014'
}
address{
    margin-bottom:20px;
    font-style:normal;
    line-height:1.42857143
}
code,kbd,pre,samp{
    font-family:Menlo,Monaco,Consolas,courier new,monospace
}
code{
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4;
    border-radius:4px
}
kbd{
    padding:2px 4px;
    font-size:90%;
    color:#fff;
    background-color:#333;
    border-radius:3px;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
}
kbd kbd{
    padding:0;
    font-size:100%;
    font-weight:700;
    -webkit-box-shadow:none;
    box-shadow:none
}
pre{
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.42857143;
    word-break:break-all;
    word-wrap:break-word;
    color:#333;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-radius:4px
}
pre code{
    padding:0;
    font-size:inherit;
    color:inherit;
    white-space:pre-wrap;
    background-color:transparent;
    border-radius:0
}
.pre-scrollable{
    max-height:340px;
    overflow-y:scroll
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media(min-width:768px){
    .container{
        width:750px
    }
}
@media(min-width:992px){
    .container{
        width:970px
    }
}
@media(min-width:1200px){
    .container{
        width:1176px
    }
}
.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
.row{
    margin-left:-15px;
    margin-right:-15px
}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
    float:left
}
.col-xs-12{
    width:100%
}
.col-xs-11{
    width:91.66666667%
}
.col-xs-10{
    width:83.33333333%
}
.col-xs-9{
    width:75%
}
.col-xs-8{
    width:66.66666667%
}
.col-xs-7{
    width:58.33333333%
}
.col-xs-6{
    width:50%
}
.col-xs-5{
    width:41.66666667%
}
.col-xs-4{
    width:33.33333333%
}
.col-xs-3{
    width:25%
}
.col-xs-2{
    width:16.66666667%
}
.col-xs-1{
    width:8.33333333%
}
.col-xs-pull-12{
    right:100%
}
.col-xs-pull-11{
    right:91.66666667%
}
.col-xs-pull-10{
    right:83.33333333%
}
.col-xs-pull-9{
    right:75%
}
.col-xs-pull-8{
    right:66.66666667%
}
.col-xs-pull-7{
    right:58.33333333%
}
.col-xs-pull-6{
    right:50%
}
.col-xs-pull-5{
    right:41.66666667%
}
.col-xs-pull-4{
    right:33.33333333%
}
.col-xs-pull-3{
    right:25%
}
.col-xs-pull-2{
    right:16.66666667%
}
.col-xs-pull-1{
    right:8.33333333%
}
.col-xs-pull-0{
    right:auto
}
.col-xs-push-12{
    left:100%
}
.col-xs-push-11{
    left:91.66666667%
}
.col-xs-push-10{
    left:83.33333333%
}
.col-xs-push-9{
    left:75%
}
.col-xs-push-8{
    left:66.66666667%
}
.col-xs-push-7{
    left:58.33333333%
}
.col-xs-push-6{
    left:50%
}
.col-xs-push-5{
    left:41.66666667%
}
.col-xs-push-4{
    left:33.33333333%
}
.col-xs-push-3{
    left:25%
}
.col-xs-push-2{
    left:16.66666667%
}
.col-xs-push-1{
    left:8.33333333%
}
.col-xs-push-0{
    left:auto
}
.col-xs-offset-12{
    margin-left:100%
}
.col-xs-offset-11{
    margin-left:91.66666667%
}
.col-xs-offset-10{
    margin-left:83.33333333%
}
.col-xs-offset-9{
    margin-left:75%
}
.col-xs-offset-8{
    margin-left:66.66666667%
}
.col-xs-offset-7{
    margin-left:58.33333333%
}
.col-xs-offset-6{
    margin-left:50%
}
.col-xs-offset-5{
    margin-left:41.66666667%
}
.col-xs-offset-4{
    margin-left:33.33333333%
}
.col-xs-offset-3{
    margin-left:25%
}
.col-xs-offset-2{
    margin-left:16.66666667%
}
.col-xs-offset-1{
    margin-left:8.33333333%
}
.col-xs-offset-0{
    margin-left:0
}
@media(min-width:768px){
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{
        float:left
    }
    .col-sm-12{
        width:100%
    }
    .col-sm-11{
        width:91.66666667%
    }
    .col-sm-10{
        width:83.33333333%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-8{
        width:66.66666667%
    }
    .col-sm-7{
        width:58.33333333%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-5{
        width:41.66666667%
    }
    .col-sm-4{
        width:33.33333333%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-2{
        width:16.66666667%
    }
    .col-sm-1{
        width:8.33333333%
    }
    .col-sm-pull-12{
        right:100%
    }
    .col-sm-pull-11{
        right:91.66666667%
    }
    .col-sm-pull-10{
        right:83.33333333%
    }
    .col-sm-pull-9{
        right:75%
    }
    .col-sm-pull-8{
        right:66.66666667%
    }
    .col-sm-pull-7{
        right:58.33333333%
    }
    .col-sm-pull-6{
        right:50%
    }
    .col-sm-pull-5{
        right:41.66666667%
    }
    .col-sm-pull-4{
        right:33.33333333%
    }
    .col-sm-pull-3{
        right:25%
    }
    .col-sm-pull-2{
        right:16.66666667%
    }
    .col-sm-pull-1{
        right:8.33333333%
    }
    .col-sm-pull-0{
        right:auto
    }
    .col-sm-push-12{
        left:100%
    }
    .col-sm-push-11{
        left:91.66666667%
    }
    .col-sm-push-10{
        left:83.33333333%
    }
    .col-sm-push-9{
        left:75%
    }
    .col-sm-push-8{
        left:66.66666667%
    }
    .col-sm-push-7{
        left:58.33333333%
    }
    .col-sm-push-6{
        left:50%
    }
    .col-sm-push-5{
        left:41.66666667%
    }
    .col-sm-push-4{
        left:33.33333333%
    }
    .col-sm-push-3{
        left:25%
    }
    .col-sm-push-2{
        left:16.66666667%
    }
    .col-sm-push-1{
        left:8.33333333%
    }
    .col-sm-push-0{
        left:auto
    }
    .col-sm-offset-12{
        margin-left:100%
    }
    .col-sm-offset-11{
        margin-left:91.66666667%
    }
    .col-sm-offset-10{
        margin-left:83.33333333%
    }
    .col-sm-offset-9{
        margin-left:75%
    }
    .col-sm-offset-8{
        margin-left:66.66666667%
    }
    .col-sm-offset-7{
        margin-left:58.33333333%
    }
    .col-sm-offset-6{
        margin-left:50%
    }
    .col-sm-offset-5{
        margin-left:41.66666667%
    }
    .col-sm-offset-4{
        margin-left:33.33333333%
    }
    .col-sm-offset-3{
        margin-left:25%
    }
    .col-sm-offset-2{
        margin-left:16.66666667%
    }
    .col-sm-offset-1{
        margin-left:8.33333333%
    }
    .col-sm-offset-0{
        margin-left:0
    }
}
@media(min-width:992px){
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{
        float:left
    }
    .col-md-12{
        width:100%
    }
    .col-md-11{
        width:91.66666667%
    }
    .col-md-10{
        width:83.33333333%
    }
    .col-md-9{
        width:75%
    }
    .col-md-8{
        width:66.66666667%
    }
    .col-md-7{
        width:58.33333333%
    }
    .col-md-6{
        width:50%
    }
    .col-md-5{
        width:41.66666667%
    }
    .col-md-4{
        width:33.33333333%
    }
    .col-md-3{
        width:25%
    }
    .col-md-2{
        width:16.66666667%
    }
    .col-md-1{
        width:8.33333333%
    }
    .col-md-pull-12{
        right:100%
    }
    .col-md-pull-11{
        right:91.66666667%
    }
    .col-md-pull-10{
        right:83.33333333%
    }
    .col-md-pull-9{
        right:75%
    }
    .col-md-pull-8{
        right:66.66666667%
    }
    .col-md-pull-7{
        right:58.33333333%
    }
    .col-md-pull-6{
        right:50%
    }
    .col-md-pull-5{
        right:41.66666667%
    }
    .col-md-pull-4{
        right:33.33333333%
    }
    .col-md-pull-3{
        right:25%
    }
    .col-md-pull-2{
        right:16.66666667%
    }
    .col-md-pull-1{
        right:8.33333333%
    }
    .col-md-pull-0{
        right:auto
    }
    .col-md-push-12{
        left:100%
    }
    .col-md-push-11{
        left:91.66666667%
    }
    .col-md-push-10{
        left:83.33333333%
    }
    .col-md-push-9{
        left:75%
    }
    .col-md-push-8{
        left:66.66666667%
    }
    .col-md-push-7{
        left:58.33333333%
    }
    .col-md-push-6{
        left:50%
    }
    .col-md-push-5{
        left:41.66666667%
    }
    .col-md-push-4{
        left:33.33333333%
    }
    .col-md-push-3{
        left:25%
    }
    .col-md-push-2{
        left:16.66666667%
    }
    .col-md-push-1{
        left:8.33333333%
    }
    .col-md-push-0{
        left:auto
    }
    .col-md-offset-12{
        margin-left:100%
    }
    .col-md-offset-11{
        margin-left:91.66666667%
    }
    .col-md-offset-10{
        margin-left:83.33333333%
    }
    .col-md-offset-9{
        margin-left:75%
    }
    .col-md-offset-8{
        margin-left:66.66666667%
    }
    .col-md-offset-7{
        margin-left:58.33333333%
    }
    .col-md-offset-6{
        margin-left:50%
    }
    .col-md-offset-5{
        margin-left:41.66666667%
    }
    .col-md-offset-4{
        margin-left:33.33333333%
    }
    .col-md-offset-3{
        margin-left:25%
    }
    .col-md-offset-2{
        margin-left:16.66666667%
    }
    .col-md-offset-1{
        margin-left:8.33333333%
    }
    .col-md-offset-0{
        margin-left:0
    }
}
@media(min-width:1200px){
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{
        float:left
    }
    .col-lg-12{
        width:100%
    }
    .col-lg-11{
        width:91.66666667%
    }
    .col-lg-10{
        width:83.33333333%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-8{
        width:66.66666667%
    }
    .col-lg-7{
        width:58.33333333%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-5{
        width:41.66666667%
    }
    .col-lg-4{
        width:33.33333333%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-2{
        width:16.66666667%
    }
    .col-lg-1{
        width:8.33333333%
    }
    .col-lg-pull-12{
        right:100%
    }
    .col-lg-pull-11{
        right:91.66666667%
    }
    .col-lg-pull-10{
        right:83.33333333%
    }
    .col-lg-pull-9{
        right:75%
    }
    .col-lg-pull-8{
        right:66.66666667%
    }
    .col-lg-pull-7{
        right:58.33333333%
    }
    .col-lg-pull-6{
        right:50%
    }
    .col-lg-pull-5{
        right:41.66666667%
    }
    .col-lg-pull-4{
        right:33.33333333%
    }
    .col-lg-pull-3{
        right:25%
    }
    .col-lg-pull-2{
        right:16.66666667%
    }
    .col-lg-pull-1{
        right:8.33333333%
    }
    .col-lg-pull-0{
        right:auto
    }
    .col-lg-push-12{
        left:100%
    }
    .col-lg-push-11{
        left:91.66666667%
    }
    .col-lg-push-10{
        left:83.33333333%
    }
    .col-lg-push-9{
        left:75%
    }
    .col-lg-push-8{
        left:66.66666667%
    }
    .col-lg-push-7{
        left:58.33333333%
    }
    .col-lg-push-6{
        left:50%
    }
    .col-lg-push-5{
        left:41.66666667%
    }
    .col-lg-push-4{
        left:33.33333333%
    }
    .col-lg-push-3{
        left:25%
    }
    .col-lg-push-2{
        left:16.66666667%
    }
    .col-lg-push-1{
        left:8.33333333%
    }
    .col-lg-push-0{
        left:auto
    }
    .col-lg-offset-12{
        margin-left:100%
    }
    .col-lg-offset-11{
        margin-left:91.66666667%
    }
    .col-lg-offset-10{
        margin-left:83.33333333%
    }
    .col-lg-offset-9{
        margin-left:75%
    }
    .col-lg-offset-8{
        margin-left:66.66666667%
    }
    .col-lg-offset-7{
        margin-left:58.33333333%
    }
    .col-lg-offset-6{
        margin-left:50%
    }
    .col-lg-offset-5{
        margin-left:41.66666667%
    }
    .col-lg-offset-4{
        margin-left:33.33333333%
    }
    .col-lg-offset-3{
        margin-left:25%
    }
    .col-lg-offset-2{
        margin-left:16.66666667%
    }
    .col-lg-offset-1{
        margin-left:8.33333333%
    }
    .col-lg-offset-0{
        margin-left:0
    }
}
table{
    background-color:transparent
}
caption{
    padding-top:8px;
    padding-bottom:8px;
    color:#777;
    text-align:left
}
th{
    text-align:left
}
.table{
    width:100%;
    max-width:100%;
    margin-bottom:20px
}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table>thead>tr>th{
    vertical-align:bottom;
    border-bottom:2px solid #ddd
}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{
    padding:5px
}
.table-bordered{
    border:1px solid #ddd
}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border:1px solid #ddd
}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{
    border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color:#f9f9f9
}
.table-hover>tbody>tr:hover{
    background-color:#f5f5f5
}
table col[class*=col-]{
    position:static;
    float:none;
    display:table-column
}
table td[class*=col-],table th[class*=col-]{
    position:static;
    float:none;
    display:table-cell
}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{
    background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{
    background-color:#e8e8e8
}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{
    background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{
    background-color:#d0e9c6
}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{
    background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{
    background-color:#c4e3f3
}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{
    background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{
    background-color:#faf2cc
}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{
    background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{
    background-color:#ebcccc
}
.table-responsive{
    overflow-x:auto;
    min-height:.01%
}
@media screen and (max-width:767px){
    .table-responsive{
        width:100%;
        margin-bottom:15px;
        overflow-y:hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        border:1px solid #ddd
    }
    .table-responsive>.table{
        margin-bottom:0
    }
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{
        border-bottom:0
    }
}
fieldset{
    padding:0;
    margin:0;
    border:0;
    min-width:0
}
legend{
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
label{
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:700
}
input[type=search]{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
input[type=checkbox],input[type=radio]{
    margin:4px 0 0;
    line-height:normal
}
input[type=file]{
    display:block
}
input[type=range]{
    display:block;
    width:100%
}
select[multiple],select[size]{
    height:auto
}
input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
output{
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.42857143;
    color:#555
}
.form-control{
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder{
    color:#999;
    opacity:1
}
.form-control:-ms-input-placeholder{
    color:#999
}
.form-control::-webkit-input-placeholder{
    color:#999
}
.form-control::-ms-expand{
    border:0;
    background-color:transparent
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{
    background-color:#eee;
    opacity:1
}
.form-control[disabled],fieldset[disabled] .form-control{
    cursor:not-allowed
}
textarea.form-control{
    height:auto
}
input[type=search]{
    -webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{
        line-height:34px
    }
    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{
        line-height:30px
    }
    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{
        line-height:46px
    }
}
.form-group{
    margin-bottom:15px
}
.checkbox,.radio{
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px
}
.checkbox label,.radio label{
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer
}
.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{
    position:absolute;
    margin-left:-20px
}
.checkbox+.checkbox,.radio+.radio{
    margin-top:-5px
}
.checkbox-inline,.radio-inline{
    position:relative;
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    vertical-align:middle;
    font-weight:400;
    cursor:pointer
}
.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{
    margin-top:0;
    margin-left:10px
}
fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{
    cursor:not-allowed
}
.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{
    cursor:not-allowed
}
.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{
    cursor:not-allowed
}
.form-control-static{
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:0;
    min-height:34px
}
.form-control-static.input-lg,.form-control-static.input-sm{
    padding-left:0;
    padding-right:0
}
.input-sm{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-sm{
    height:30px;
    line-height:30px
}
select[multiple].input-sm,textarea.input-sm{
    height:auto
}
.form-group-sm .form-control{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.form-group-sm select.form-control{
    height:30px;
    line-height:30px
}
.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{
    height:auto
}
.form-group-sm .form-control-static{
    height:30px;
    min-height:32px;
    padding:6px 10px;
    font-size:12px;
    line-height:1.5
}
.input-lg{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.input-lg{
    height:46px;
    line-height:46px
}
select[multiple].input-lg,textarea.input-lg{
    height:auto
}
.form-group-lg .form-control{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
.form-group-lg select.form-control{
    height:46px;
    line-height:46px
}
.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{
    height:auto
}
.form-group-lg .form-control-static{
    height:46px;
    min-height:38px;
    padding:11px 16px;
    font-size:18px;
    line-height:1.3333333
}
.has-feedback{
    position:relative
}
.has-feedback .form-control{
    padding-right:42.5px
}
.form-control-feedback{
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    pointer-events:none
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{
    width:46px;
    height:46px;
    line-height:46px
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{
    width:30px;
    height:30px;
    line-height:30px
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{
    color:#3c763d
}
.has-success .form-control{
    border-color:#3c763d;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus{
    border-color:#2b542c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon{
    color:#3c763d;
    border-color:#3c763d;
    background-color:#dff0d8
}
.has-success .form-control-feedback{
    color:#3c763d
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{
    color:#8a6d3b
}
.has-warning .form-control{
    border-color:#8a6d3b;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus{
    border-color:#66512c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon{
    color:#8a6d3b;
    border-color:#8a6d3b;
    background-color:#fcf8e3
}
.has-warning .form-control-feedback{
    color:#8a6d3b
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{
    color:#a94442
}
.has-error .form-control{
    border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus{
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon{
    color:#a94442;
    border-color:#a94442;
    background-color:#f2dede
}
.has-error .form-control-feedback{
    color:#a94442
}
.has-feedback label~.form-control-feedback{
    top:25px
}
.has-feedback label.sr-only~.form-control-feedback{
    top:0
}
.help-block{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#737373
}
@media(min-width:768px){
    .form-inline .form-group{
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-static{
        display:inline-block
    }
    .form-inline .input-group{
        display:inline-table;
        vertical-align:middle
    }
    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{
        width:auto
    }
    .form-inline .input-group>.form-control{
        width:100%
    }
    .form-inline .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .checkbox,.form-inline .radio{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .checkbox label,.form-inline .radio label{
        padding-left:0
    }
    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{
        position:relative;
        margin-left:0
    }
    .form-inline .has-feedback .form-control-feedback{
        top:0
    }
}
.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{
    margin-top:0;
    margin-bottom:0;
    padding-top:7px
}
.form-horizontal .checkbox,.form-horizontal .radio{
    min-height:27px
}
.form-horizontal .form-group{
    margin-left:-15px;
    margin-right:-15px
}
@media(min-width:768px){
    .form-horizontal .control-label{
        text-align:right;
        margin-bottom:0;
        padding-top:7px
    }
}
.form-horizontal .has-feedback .form-control-feedback{
    right:15px
}
@media(min-width:768px){
    .form-horizontal .form-group-lg .control-label{
        padding-top:11px;
        font-size:18px
    }
}
@media(min-width:768px){
    .form-horizontal .form-group-sm .control-label{
        padding-top:6px;
        font-size:12px
    }
}
.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn.focus,.btn:focus,.btn:hover{
    color:#333;
    text-decoration:none
}
.btn.active,.btn:active{
    outline:0;
    background-image:none;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
    cursor:not-allowed;
    opacity:.65;
    -webkit-box-shadow:none;
    box-shadow:none
}
a.btn.disabled,fieldset[disabled] a.btn{
    pointer-events:none
}
.btn-default{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default.focus,.btn-default:focus{
    color:#333;
    background-color:#e6e6e6;
    border-color:#8c8c8c
}
.btn-default:hover{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{
    background-image:none
}
.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{
    background-color:#fff;
    border-color:#ccc
}
.btn-default .badge{
    color:#fff;
    background-color:#333
}
.btn-primary{
    color:#fff;
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary.focus,.btn-primary:focus{
    color:#fff;
    background-color:#286090;
    border-color:#122b40
}
.btn-primary:hover{
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#286090;
    border-color:#204d74
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{
    color:#fff;
    background-color:#204d74;
    border-color:#122b40
}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{
    background-image:none
}
.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{
    background-color:#337ab7;
    border-color:#2e6da4
}
.btn-primary .badge{
    color:#337ab7;
    background-color:#fff
}
.btn-success{
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success.focus,.btn-success:focus{
    color:#fff;
    background-color:#449d44;
    border-color:#255625
}
.btn-success:hover{
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{
    color:#fff;
    background-color:#449d44;
    border-color:#398439
}
.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{
    color:#fff;
    background-color:#398439;
    border-color:#255625
}
.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{
    background-image:none
}
.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success .badge{
    color:#5cb85c;
    background-color:#fff
}
.btn-info{
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info.focus,.btn-info:focus{
    color:#fff;
    background-color:#31b0d5;
    border-color:#1b6d85
}
.btn-info:hover{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{
    color:#fff;
    background-color:#31b0d5;
    border-color:#269abc
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{
    color:#fff;
    background-color:#269abc;
    border-color:#1b6d85
}
.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{
    background-image:none
}
.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info .badge{
    color:#5bc0de;
    background-color:#fff
}
.btn-warning{
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning.focus,.btn-warning:focus{
    color:#fff;
    background-color:#ec971f;
    border-color:#985f0d
}
.btn-warning:hover{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{
    color:#fff;
    background-color:#ec971f;
    border-color:#d58512
}
.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{
    color:#fff;
    background-color:#d58512;
    border-color:#985f0d
}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{
    background-image:none
}
.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning .badge{
    color:#f0ad4e;
    background-color:#fff
}
.btn-danger{
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger.focus,.btn-danger:focus{
    color:#fff;
    background-color:#c9302c;
    border-color:#761c19
}
.btn-danger:hover{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{
    color:#fff;
    background-color:#c9302c;
    border-color:#ac2925
}
.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{
    color:#fff;
    background-color:#ac2925;
    border-color:#761c19
}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{
    background-image:none
}
.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger .badge{
    color:#d9534f;
    background-color:#fff
}
.btn-link{
    color:#337ab7;
    font-weight:400;
    border-radius:0
}
.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{
    border-color:transparent
}
.btn-link:focus,.btn-link:hover{
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{
    color:#777;
    text-decoration:none
}
.btn-group-lg>.btn,.btn-lg{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
.btn-group-sm>.btn,.btn-sm{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.btn-group-xs>.btn,.btn-xs{
    padding:1px 5px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:5px
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
    width:100%
}
.fade{
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in{
    opacity:1
}
.collapse{
    display:none
}
.collapse.in{
    display:block
}
tr.collapse.in{
    display:table-row
}
tbody.collapse.in{
    display:table-row-group
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition-property:height,visibility;
    -o-transition-property:height,visibility;
    transition-property:height,visibility;
    -webkit-transition-duration:.35s;
    -o-transition-duration:.35s;
    transition-duration:.35s;
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropdown,.dropup{
    position:relative
}
.dropdown-toggle:focus{
    outline:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:14px;
    text-align:left;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip:padding-box;
    background-clip:padding-box
}
.dropdown-menu.pull-right{
    right:0;
    left:auto
}
.dropdown-menu .divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    text-decoration:none;
    color:#262626;
    background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
    color:#fff;
    text-decoration:none;
    outline:0;
    background-color:#337ab7
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    cursor:not-allowed
}
.open>.dropdown-menu{
    display:block
}
.open>a{
    outline:0
}
.dropdown-menu-right{
    left:auto;
    right:0
}
.dropdown-menu-left{
    left:0;
    right:auto
}
.dropdown-header{
    display:block;
    padding:3px 20px;
    font-size:12px;
    line-height:1.42857143;
    color:#777;
    white-space:nowrap
}
.dropdown-backdrop{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:990
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
    border-top:0;
    border-bottom:4px dashed;
    content:""
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:2px
}
@media(min-width:768px){
    .navbar-right .dropdown-menu{
        left:auto;
        right:0
    }
    .navbar-right .dropdown-menu-left{
        left:0;
        right:auto
    }
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-block;
    vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    float:left
}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:2
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{
    margin-left:-1px
}
.btn-toolbar{
    margin-left:-5px
}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{
    float:left
}
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{
    margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
    border-radius:0
}
.btn-group>.btn:first-child{
    margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.btn-group>.btn-group{
    float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
    border-radius:0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{
    outline:0
}
.btn-group>.btn+.dropdown-toggle{
    padding-left:8px;
    padding-right:8px
}
.btn-group>.btn-lg+.dropdown-toggle{
    padding-left:12px;
    padding-right:12px
}
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link{
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn .caret{
    margin-left:0
}
.btn-lg .caret{
    border-width:5px 5px 0;
    border-bottom-width:0
}
.dropup .btn-lg .caret{
    border-width:0 5px 5px
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{
    display:block;
    float:none;
    width:100%;
    max-width:100%
}
.btn-group-vertical>.btn-group>.btn{
    float:none
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){
    border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child){
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child){
    border-top-right-radius:0;
    border-top-left-radius:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{
    border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{
    border-top-right-radius:0;
    border-top-left-radius:0
}
.btn-group-justified{
    display:table;
    width:100%;
    table-layout:fixed;
    border-collapse:separate
}
.btn-group-justified>.btn,.btn-group-justified>.btn-group{
    float:none;
    display:table-cell;
    width:1%
}
.btn-group-justified>.btn-group .btn{
    width:100%
}
.btn-group-justified>.btn-group .dropdown-menu{
    left:auto
}
[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.input-group{
    position:relative;
    display:table;
    border-collapse:separate
}
.input-group[class*=col-]{
    float:none;
    padding-left:0;
    padding-right:0
}
.input-group .form-control{
    position:relative;
    z-index:2;
    float:left;
    width:100%;
    margin-bottom:0
}
.input-group .form-control:focus{
    z-index:3
}
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333;
    border-radius:6px
}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{
    height:46px;
    line-height:46px
}
select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{
    height:auto
}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{
    height:30px;
    line-height:30px
}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{
    height:auto
}
.input-group .form-control,.input-group-addon,.input-group-btn{
    display:table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){
    border-radius:0
}
.input-group-addon,.input-group-btn{
    width:1%;
    white-space:nowrap;
    vertical-align:middle
}
.input-group-addon{
    padding:6px 12px;
    font-size:14px;
    font-weight:400;
    line-height:1;
    color:#555;
    text-align:center;
    background-color:#eee;
    border:1px solid #ccc;
    border-radius:4px
}
.input-group-addon.input-sm{
    padding:5px 10px;
    font-size:12px;
    border-radius:3px
}
.input-group-addon.input-lg{
    padding:10px 16px;
    font-size:18px;
    border-radius:6px
}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{
    margin-top:0
}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-top-right-radius:0
}
.input-group-addon:first-child{
    border-right:0
}
.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.input-group-addon:last-child{
    border-left:0
}
.input-group-btn{
    position:relative;
    font-size:0;
    white-space:nowrap
}
.input-group-btn>.btn{
    position:relative
}
.input-group-btn>.btn+.btn{
    margin-left:-1px
}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{
    z-index:2
}
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{
    margin-right:-1px
}
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{
    z-index:2;
    margin-left:-1px
}
.nav{
    margin-bottom:0;
    padding-left:0;
    list-style:none
}
.nav>li{
    position:relative;
    display:block
}
.nav>li>a{
    position:relative;
    display:block;
    padding:10px 15px
}
.nav>li>a:focus,.nav>li>a:hover{
    text-decoration:none;
    background-color:#eee
}
.nav>li.disabled>a{
    color:#777
}
.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{
    color:#777;
    text-decoration:none;
    background-color:transparent;
    cursor:not-allowed
}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{
    background-color:#eee;
    border-color:#337ab7
}
.nav .nav-divider{
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.nav>li>a>img{
    max-width:none
}
.nav-tabs{
    border-bottom:1px solid #ddd
}
.nav-tabs>li{
    float:left;
    margin-bottom:-1px
}
.nav-tabs>li>a{
    margin-right:2px;
    line-height:1.42857143;
    border:1px solid transparent;
    border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover{
    border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    color:#555;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent;
    cursor:default
}
.nav-tabs.nav-justified{
    width:100%;
    border-bottom:0
}
.nav-tabs.nav-justified>li{
    float:none
}
.nav-tabs.nav-justified>li>a{
    text-align:center;
    margin-bottom:5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu{
    top:auto;
    left:auto
}
@media(min-width:768px){
    .nav-tabs.nav-justified>li{
        display:table-cell;
        width:1%
    }
    .nav-tabs.nav-justified>li>a{
        margin-bottom:0
    }
}
.nav-tabs.nav-justified>li>a{
    margin-right:0;
    border-radius:4px
}
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{
    border:1px solid #ddd
}
@media(min-width:768px){
    .nav-tabs.nav-justified>li>a{
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{
        border-bottom-color:#fff
    }
}
.nav-pills>li{
    float:left
}
.nav-pills>li>a{
    border-radius:4px
}
.nav-pills>li+li{
    margin-left:2px
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{
    color:#fff;
    background-color:#337ab7
}
.nav-stacked>li{
    float:none
}
.nav-stacked>li+li{
    margin-top:2px;
    margin-left:0
}
.nav-justified{
    width:100%
}
.nav-justified>li{
    float:none
}
.nav-justified>li>a{
    text-align:center;
    margin-bottom:5px
}
.nav-justified>.dropdown .dropdown-menu{
    top:auto;
    left:auto
}
@media(min-width:768px){
    .nav-justified>li{
        display:table-cell;
        width:1%
    }
    .nav-justified>li>a{
        margin-bottom:0
    }
}
.nav-tabs-justified{
    border-bottom:0
}
.nav-tabs-justified>li>a{
    margin-right:0;
    border-radius:4px
}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{
    border:1px solid #ddd
}
@media(min-width:768px){
    .nav-tabs-justified>li>a{
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{
        border-bottom-color:#fff
    }
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-right-radius:0;
    border-top-left-radius:0
}
.navbar{
    position:relative;
    min-height:50px;
    margin-bottom:20px;
    border:1px solid transparent
}
@media(min-width:768px){
    .navbar{
        border-radius:4px
    }
}
@media(min-width:768px){
    .navbar-header{
        float:left
    }
}
.navbar-collapse{
    overflow-x:visible;
    padding-right:15px;
    padding-left:15px;
    border-top:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling:touch
}
.navbar-collapse.in{
    overflow-y:auto
}
@media(min-width:768px){
    .navbar-collapse{
        width:auto;
        border-top:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    .navbar-collapse.collapse{
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important
    }
    .navbar-collapse.in{
        overflow-y:visible
    }
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{
        padding-left:0;
        padding-right:0
    }
}
.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
    max-height:340px
}
@media(max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
        max-height:200px
    }
}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{
    margin-right:-15px;
    margin-left:-15px
}
@media(min-width:768px){
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{
        margin-right:0;
        margin-left:0
    }
}
.navbar-static-top{
    z-index:1000;
    border-width:0 0 1px
}
@media(min-width:768px){
    .navbar-static-top{
        border-radius:0
    }
}
.navbar-fixed-bottom,.navbar-fixed-top{
    position:fixed;
    right:0;
    left:0;
    z-index:1030
}
@media(min-width:768px){
    .navbar-fixed-bottom,.navbar-fixed-top{
        border-radius:0
    }
}
.navbar-fixed-top{
    top:0;
    border-width:0 0 1px
}
.navbar-fixed-bottom{
    bottom:0;
    margin-bottom:0;
    border-width:1px 0 0
}
.navbar-brand{
    float:left;
    padding:15px;
    font-size:18px;
    line-height:20px;
    height:50px
}
.navbar-brand:focus,.navbar-brand:hover{
    text-decoration:none
}
.navbar-brand>img{
    display:block
}
@media(min-width:768px){
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{
        margin-left:-15px
    }
}
.navbar-toggle{
    position:relative;
    float:right;
    margin-right:15px;
    padding:9px 10px;
    margin-top:8px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.navbar-toggle:focus{
    outline:0
}
.navbar-toggle .icon-bar{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top:4px
}
@media(min-width:768px){
    .navbar-toggle{
        display:none
    }
}
.navbar-nav{
    margin:7.5px -15px
}
.navbar-nav>li>a{
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px
}
@media(max-width:767px){
    .navbar-nav .open .dropdown-menu{
        position:static;
        float:none;
        width:auto;
        margin-top:0;
        background-color:transparent;
        border:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{
        padding:5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{
        background-image:none
    }
}
@media(min-width:768px){
    .navbar-nav{
        float:left;
        margin:0
    }
    .navbar-nav>li{
        float:left
    }
    .navbar-nav>li>a{
        padding-top:15px;
        padding-bottom:15px
    }
}
.navbar-form{
    margin-left:-15px;
    margin-right:-15px;
    padding:10px 15px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top:8px;
    margin-bottom:8px
}
@media(min-width:768px){
    .navbar-form .form-group{
        display:inline-block;
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .navbar-form .form-control-static{
        display:inline-block
    }
    .navbar-form .input-group{
        display:inline-table;
        vertical-align:middle
    }
    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{
        width:auto
    }
    .navbar-form .input-group>.form-control{
        width:100%
    }
    .navbar-form .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .checkbox,.navbar-form .radio{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .checkbox label,.navbar-form .radio label{
        padding-left:0
    }
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{
        position:relative;
        margin-left:0
    }
    .navbar-form .has-feedback .form-control-feedback{
        top:0
    }
}
@media(max-width:767px){
    .navbar-form .form-group{
        margin-bottom:5px
    }
    .navbar-form .form-group:last-child{
        margin-bottom:0
    }
}
@media(min-width:768px){
    .navbar-form{
        width:auto;
        border:0;
        margin-left:0;
        margin-right:0;
        padding-top:0;
        padding-bottom:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
}
.navbar-nav>li>.dropdown-menu{
    margin-top:0;
    border-top-right-radius:0;
    border-top-left-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{
    margin-bottom:0;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.navbar-btn{
    margin-top:8px;
    margin-bottom:8px
}
.navbar-btn.btn-sm{
    margin-top:10px;
    margin-bottom:10px
}
.navbar-btn.btn-xs{
    margin-top:14px;
    margin-bottom:14px
}
.navbar-text{
    margin-top:15px;
    margin-bottom:15px
}
@media(min-width:768px){
    .navbar-text{
        float:left;
        margin-left:15px;
        margin-right:15px
    }
}
@media(min-width:768px){
    .navbar-left{
        float:left!important
    }
    .navbar-right{
        float:right!important;
        margin-right:-15px
    }
    .navbar-right~.navbar-right{
        margin-right:0
    }
}
.navbar-default{
    background-color:#f8f8f8;
    border-color:#e7e7e7
}
.navbar-default .navbar-brand{
    color:#777
}
.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{
    color:#5e5e5e;
    background-color:transparent
}
.navbar-default .navbar-text{
    color:#777
}
.navbar-default .navbar-nav>li>a{
    color:#777
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{
    color:#333;
    background-color:transparent
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
    color:#555;
    background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{
    color:#ccc;
    background-color:transparent
}
.navbar-default .navbar-toggle{
    border-color:#ddd
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
    background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#888
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{
    border-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{
    background-color:#e7e7e7;
    color:#555
}
@media(max-width:767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color:#777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color:#333;
        background-color:transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
        color:#555;
        background-color:#e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{
        color:#ccc;
        background-color:transparent
    }
}
.navbar-default .navbar-link{
    color:#777
}
.navbar-default .navbar-link:hover{
    color:#333
}
.navbar-default .btn-link{
    color:#777
}
.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{
    color:#333
}
.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{
    color:#ccc
}
.navbar-inverse{
    background-color:#222;
    border-color:#080808
}
.navbar-inverse .navbar-brand{
    color:#9d9d9d
}
.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .navbar-text{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{
    color:#fff;
    background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{
    color:#fff;
    background-color:#080808
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{
    color:#444;
    background-color:transparent
}
.navbar-inverse .navbar-toggle{
    border-color:#333
}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
    background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color:#fff
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
    border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{
    background-color:#080808;
    color:#fff
}
@media(max-width:767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{
        border-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
        background-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color:#9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color:#fff;
        background-color:transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{
        color:#fff;
        background-color:#080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{
        color:#444;
        background-color:transparent
    }
}
.navbar-inverse .navbar-link{
    color:#9d9d9d
}
.navbar-inverse .navbar-link:hover{
    color:#fff
}
.navbar-inverse .btn-link{
    color:#9d9d9d
}
.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{
    color:#fff
}
.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{
    color:#444
}
.breadcrumb{
    padding:8px 15px;
    margin-bottom:20px;
    list-style:none;
    background-color:#f5f5f5;
    border-radius:4px
}
.breadcrumb>li{
    display:inline-block
}
.breadcrumb>li+li:before{
    content:"/\00a0";
    padding:0 5px;
    color:#ccc
}
.breadcrumb>.active{
    color:#777
}
.pagination{
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px
}
.pagination>li{
    display:inline
}
.pagination>li>a,.pagination>li>span{
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    text-decoration:none;
    color:#337ab7;
    background-color:#fff;
    border:1px solid #ddd;
    margin-left:-1px
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
    margin-left:0;
    border-bottom-left-radius:4px;
    border-top-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
    border-bottom-right-radius:4px;
    border-top-right-radius:4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
    z-index:2;
    color:#23527c;
    background-color:#eee;
    border-color:#ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
    z-index:3;
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7;
    cursor:default
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
    color:#777;
    background-color:#fff;
    border-color:#ddd;
    cursor:not-allowed
}
.pagination-lg>li>a,.pagination-lg>li>span{
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
    border-bottom-left-radius:6px;
    border-top-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
    border-bottom-right-radius:6px;
    border-top-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span{
    padding:5px 10px;
    font-size:12px;
    line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
    border-bottom-left-radius:3px;
    border-top-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
    border-bottom-right-radius:3px;
    border-top-right-radius:3px
}
.pager{
    padding-left:0;
    margin:20px 0;
    list-style:none;
    text-align:center
}
.pager li{
    display:inline
}
.pager li>a,.pager li>span{
    display:inline-block;
    padding:5px 14px;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:15px
}
.pager li>a:focus,.pager li>a:hover{
    text-decoration:none;
    background-color:#eee
}
.pager .next>a,.pager .next>span{
    float:right
}
.pager .previous>a,.pager .previous>span{
    float:left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
    color:#777;
    background-color:#fff;
    cursor:not-allowed
}
.label{
    display:inline;
    padding:.2em .6em .3em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em
}
a.label:focus,a.label:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.label:empty{
    display:none
}
.btn .label{
    position:relative;
    top:-1px
}
.label-default{
    background-color:#777
}
.label-default[href]:focus,.label-default[href]:hover{
    background-color:#5e5e5e
}
.label-primary{
    background-color:#337ab7
}
.label-primary[href]:focus,.label-primary[href]:hover{
    background-color:#286090
}
.label-success{
    background-color:#5cb85c
}
.label-success[href]:focus,.label-success[href]:hover{
    background-color:#449d44
}
.label-info{
    background-color:#5bc0de
}
.label-info[href]:focus,.label-info[href]:hover{
    background-color:#31b0d5
}
.label-warning{
    background-color:#f0ad4e
}
.label-warning[href]:focus,.label-warning[href]:hover{
    background-color:#ec971f
}
.label-danger{
    background-color:#d9534f
}
.label-danger[href]:focus,.label-danger[href]:hover{
    background-color:#c9302c
}
.badge{
    display:inline-block;
    min-width:10px;
    padding:3px 7px;
    font-size:12px;
    font-weight:700;
    color:#fff;
    line-height:1;
    vertical-align:middle;
    white-space:nowrap;
    text-align:center;
    background-color:#777;
    border-radius:10px
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.btn-group-xs>.btn .badge,.btn-xs .badge{
    top:0;
    padding:1px 5px
}
a.badge:focus,a.badge:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{
    color:#337ab7;
    background-color:#fff
}
.list-group-item>.badge{
    float:right
}
.list-group-item>.badge+.badge{
    margin-right:5px
}
.nav-pills>li>a>.badge{
    margin-left:3px
}
.jumbotron{
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom:30px;
    color:inherit;
    background-color:#eee
}
.jumbotron .h1,.jumbotron h1{
    color:inherit
}
.jumbotron p{
    margin-bottom:15px;
    font-size:21px;
    font-weight:200
}
.jumbotron>hr{
    border-top-color:#d5d5d5
}
.container .jumbotron,.container-fluid .jumbotron{
    border-radius:6px;
    padding-left:15px;
    padding-right:15px
}
.jumbotron .container{
    max-width:100%
}
@media screen and (min-width:768px){
    .jumbotron{
        padding-top:48px;
        padding-bottom:48px
    }
    .container .jumbotron,.container-fluid .jumbotron{
        padding-left:60px;
        padding-right:60px
    }
    .jumbotron .h1,.jumbotron h1{
        font-size:63px
    }
}
.thumbnail{
    display:block;
    padding:4px;
    margin-bottom:20px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:border .2s ease-in-out;
    -o-transition:border .2s ease-in-out;
    transition:border .2s ease-in-out
}
.thumbnail a>img,.thumbnail>img{
    margin-left:auto;
    margin-right:auto
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{
    border-color:#337ab7
}
.thumbnail .caption{
    padding:9px;
    color:#333
}
.alert{
    padding:15px;
    margin-bottom:20px;
    border:1px solid transparent;
    border-radius:4px
}
.alert h4{
    margin-top:0;
    color:inherit
}
.alert .alert-link{
    font-weight:700
}
.alert>p,.alert>ul{
    margin-bottom:0
}
.alert>p+p{
    margin-top:5px
}
.alert-dismissable,.alert-dismissible{
    padding-right:35px
}
.alert-dismissable .close,.alert-dismissible .close{
    position:relative;
    top:-2px;
    right:-21px;
    color:inherit
}
.alert-success{
    background-color:#dff0d8;
    border-color:#d6e9c6;
    color:#3c763d
}
.alert-success hr{
    border-top-color:#c9e2b3
}
.alert-success .alert-link{
    color:#2b542c
}
.alert-info{
    background-color:#d9edf7;
    border-color:#bce8f1;
    color:#31708f
}
.alert-info hr{
    border-top-color:#a6e1ec
}
.alert-info .alert-link{
    color:#245269
}
.alert-warning{
    background-color:#fcf8e3;
    border-color:#faebcc;
    color:#8a6d3b
}
.alert-warning hr{
    border-top-color:#f7e1b5
}
.alert-warning .alert-link{
    color:#66512c
}
.alert-danger{
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#a94442
}
.alert-danger hr{
    border-top-color:#e4b9c0
}
.alert-danger .alert-link{
    color:#843534
}
@-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@-o-keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0
    }
    to{
        background-position:0 0
    }
}
.progress{
    overflow:hidden;
    height:20px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar{
    float:left;
    width:0%;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#337ab7;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}
.progress-bar-striped,.progress-striped .progress-bar{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size:40px 40px;
    background-size:40px 40px
}
.progress-bar.active,.progress.active .progress-bar{
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    -o-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success{
    background-color:#5cb85c
}
.progress-striped .progress-bar-success{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-info{
    background-color:#5bc0de
}
.progress-striped .progress-bar-info{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-warning{
    background-color:#f0ad4e
}
.progress-striped .progress-bar-warning{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.progress-bar-danger{
    background-color:#d9534f
}
.progress-striped .progress-bar-danger{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.media{
    margin-top:15px
}
.media:first-child{
    margin-top:0
}
.media,.media-body{
    zoom:1;
    overflow:hidden
}
.media-body{
    width:10000px
}
.media-object{
    display:block
}
.media-object.img-thumbnail{
    max-width:none
}
.media-right,.media>.pull-right{
    padding-left:10px
}
.media-left,.media>.pull-left{
    padding-right:10px
}
.media-body,.media-left,.media-right{
    display:table-cell;
    vertical-align:top
}
.media-middle{
    vertical-align:middle
}
.media-bottom{
    vertical-align:bottom
}
.media-heading{
    margin-top:0;
    margin-bottom:5px
}
.media-list{
    padding-left:0;
    list-style:none
}
.list-group{
    margin-bottom:20px;
    padding-left:0
}
.list-group-item{
    position:relative;
    display:block;
    padding:10px 15px;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid #ddd
}
.list-group-item:first-child{
    border-top-right-radius:4px;
    border-top-left-radius:4px
}
.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px
}
a.list-group-item,button.list-group-item{
    color:#555
}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{
    color:#333
}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{
    text-decoration:none;
    color:#555;
    background-color:#f5f5f5
}
button.list-group-item{
    width:100%;
    text-align:left
}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{
    background-color:#eee;
    color:#777;
    cursor:not-allowed
}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{
    color:inherit
}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{
    color:#777
}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{
    z-index:2;
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}
.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{
    color:inherit
}
.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{
    color:#c7ddef
}
.list-group-item-success{
    color:#3c763d;
    background-color:#dff0d8
}
a.list-group-item-success,button.list-group-item-success{
    color:#3c763d
}
a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{
    color:inherit
}
a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{
    color:#3c763d;
    background-color:#d0e9c6
}
a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{
    color:#fff;
    background-color:#3c763d;
    border-color:#3c763d
}
.list-group-item-info{
    color:#31708f;
    background-color:#d9edf7
}
a.list-group-item-info,button.list-group-item-info{
    color:#31708f
}
a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{
    color:inherit
}
a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{
    color:#31708f;
    background-color:#c4e3f3
}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{
    color:#fff;
    background-color:#31708f;
    border-color:#31708f
}
.list-group-item-warning{
    color:#8a6d3b;
    background-color:#fcf8e3
}
a.list-group-item-warning,button.list-group-item-warning{
    color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{
    color:inherit
}
a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{
    color:#8a6d3b;
    background-color:#faf2cc
}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{
    color:#fff;
    background-color:#8a6d3b;
    border-color:#8a6d3b
}
.list-group-item-danger{
    color:#a94442;
    background-color:#f2dede
}
a.list-group-item-danger,button.list-group-item-danger{
    color:#a94442
}
a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{
    color:inherit
}
a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{
    color:#a94442;
    background-color:#ebcccc
}
a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{
    color:#fff;
    background-color:#a94442;
    border-color:#a94442
}
.list-group-item-heading{
    margin-top:0;
    margin-bottom:5px
}
.list-group-item-text{
    margin-bottom:0;
    line-height:1.3
}
.panel{
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body{
    padding:15px
}
.panel-heading{
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-right-radius:3px;
    border-top-left-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle{
    color:inherit
}
.panel-title{
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    color:inherit
}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{
    color:inherit
}
.panel-footer{
    padding:10px 15px;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.list-group,.panel>.panel-collapse>.list-group{
    margin-bottom:0
}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{
    border-width:1px 0;
    border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{
    border-top:0;
    border-top-right-radius:3px;
    border-top-left-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{
    border-bottom:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{
    border-top-right-radius:0;
    border-top-left-radius:0
}
.panel-heading+.list-group .list-group-item:first-child{
    border-top-width:0
}
.list-group+.panel-footer{
    border-top-width:0
}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{
    margin-bottom:0
}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{
    padding-left:15px;
    padding-right:15px
}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{
    border-top-right-radius:3px;
    border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{
    border-top-left-radius:3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{
    border-top-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
    border-bottom-left-radius:3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
    border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{
    border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{
    border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{
    border:0
}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{
    border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{
    border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{
    border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
    border-bottom:0
}
.panel>.table-responsive{
    border:0;
    margin-bottom:0
}
.panel-group{
    margin-bottom:20px
}
.panel-group .panel{
    margin-bottom:0;
    border-radius:4px
}
.panel-group .panel+.panel{
    margin-top:5px
}
.panel-group .panel-heading{
    border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top:1px solid #ddd
}
.panel-group .panel-footer{
    border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body{
    border-bottom:1px solid #ddd
}
.panel-default{
    border-color:#ddd
}
.panel-default>.panel-heading{
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#ddd
}
.panel-default>.panel-heading .badge{
    color:#f5f5f5;
    background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#ddd
}
.panel-primary{
    border-color:#337ab7
}
.panel-primary>.panel-heading{
    color:#fff;
    background-color:#337ab7;
    border-color:#337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#337ab7
}
.panel-primary>.panel-heading .badge{
    color:#337ab7;
    background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#337ab7
}
.panel-success{
    border-color:#d6e9c6
}
.panel-success>.panel-heading{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge{
    color:#dff0d8;
    background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#d6e9c6
}
.panel-info{
    border-color:#bce8f1
}
.panel-info>.panel-heading{
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge{
    color:#d9edf7;
    background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#bce8f1
}
.panel-warning{
    border-color:#faebcc
}
.panel-warning>.panel-heading{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge{
    color:#fcf8e3;
    background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#faebcc
}
.panel-danger{
    border-color:#ebccd1
}
.panel-danger>.panel-heading{
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body{
    border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge{
    color:#f2dede;
    background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body{
    border-bottom-color:#ebccd1
}
.embed-responsive{
    position:relative;
    display:block;
    height:0;
    padding:0;
    overflow:hidden
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    height:100%;
    width:100%;
    border:0
}
.embed-responsive-16by9{
    padding-bottom:56.25%
}
.embed-responsive-4by3{
    padding-bottom:75%
}
.well{
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border:1px solid #e3e3e3;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote{
    border-color:#ddd;
    border-color:rgba(0,0,0,.15)
}
.well-lg{
    padding:24px;
    border-radius:6px
}
.well-sm{
    padding:9px;
    border-radius:3px
}
.close{
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    cursor:pointer;
    opacity:.5
}
button.close{
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none
}
.modal-open{
    overflow:hidden
}
.modal{
    display:none;
    overflow:hidden;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal.fade .modal-dialog{
    -webkit-transform:translate(0,-25%);
    -ms-transform:translate(0,-25%);
    -o-transform:translate(0,-25%);
    transform:translate(0,-25%);
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out
}
.modal.in .modal-dialog{
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:10px
}
.modal-content{
    position:relative;
    background-color:#fff;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.in{
    opacity:.5
}
.modal-header{
    padding:15px;
    border-bottom:1px solid #e5e5e5
}
.modal-header .close{
    margin-top:-2px
}
.modal-title{
    margin:0;
    line-height:1.42857143
}
.modal-body{
    position:relative;
    padding:15px
}
.modal-footer{
    padding:15px;
    text-align:right;
    border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn{
    margin-left:5px;
    margin-bottom:0
}
.modal-footer .btn-group .btn+.btn{
    margin-left:-1px
}
.modal-footer .btn-block+.btn-block{
    margin-left:0
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media(min-width:768px){
    .modal-dialog{
        width:600px;
        margin:30px auto
    }
    .modal-content{
        -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
        box-shadow:0 5px 15px rgba(0,0,0,.5)
    }
    .modal-sm{
        width:300px
    }
}
@media(min-width:992px){
    .modal-lg{
        width:900px
    }
}
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    font-family:helvetica neue,Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-break:auto;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    font-size:12px;
    opacity:0
}
.tooltip.in{
    opacity:.9
}
.tooltip.top{
    margin-top:-3px;
    padding:5px 0
}
.tooltip.right{
    margin-left:3px;
    padding:0 5px
}
.tooltip.bottom{
    margin-top:3px;
    padding:5px 0
}
.tooltip.left{
    margin-left:-3px;
    padding:0 5px
}
.tooltip-inner{
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:4px
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.top-left .tooltip-arrow{
    bottom:0;
    right:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:none;
    max-width:276px;
    padding:1px;
    font-family:helvetica neue,Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    letter-spacing:normal;
    line-break:auto;
    line-height:1.42857143;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    white-space:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    font-size:14px;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
    box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.popover.top{
    margin-top:-10px
}
.popover.right{
    margin-left:10px
}
.popover.bottom{
    margin-top:10px
}
.popover.left{
    margin-left:-10px
}
.popover-title{
    margin:0;
    padding:8px 14px;
    font-size:14px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-radius:5px 5px 0 0
}
.popover-content{
    padding:9px 14px
}
.popover>.arrow,.popover>.arrow:after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid
}
.popover>.arrow{
    border-width:11px
}
.popover>.arrow:after{
    border-width:10px;
    content:""
}
.popover.top>.arrow{
    left:50%;
    margin-left:-11px;
    border-bottom-width:0;
    border-top-color:#999;
    border-top-color:rgba(0,0,0,.25);
    bottom:-11px
}
.popover.top>.arrow:after{
    content:" ";
    bottom:1px;
    margin-left:-10px;
    border-bottom-width:0;
    border-top-color:#fff
}
.popover.right>.arrow{
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-left-width:0;
    border-right-color:#999;
    border-right-color:rgba(0,0,0,.25)
}
.popover.right>.arrow:after{
    content:" ";
    left:1px;
    bottom:-10px;
    border-left-width:0;
    border-right-color:#fff
}
.popover.bottom>.arrow{
    left:50%;
    margin-left:-11px;
    border-top-width:0;
    border-bottom-color:#999;
    border-bottom-color:rgba(0,0,0,.25);
    top:-11px
}
.popover.bottom>.arrow:after{
    content:" ";
    top:1px;
    margin-left:-10px;
    border-top-width:0;
    border-bottom-color:#fff
}
.popover.left>.arrow{
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-right-width:0;
    border-left-color:#999;
    border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after{
    content:" ";
    right:1px;
    border-right-width:0;
    border-left-color:#fff;
    bottom:-10px
}
.carousel{
    position:relative
}
.carousel-inner{
    position:relative;
    overflow:hidden;
    width:100%
}
.carousel-inner>.item{
    display:none;
    position:relative;
    -webkit-transition:.6s ease-in-out left;
    -o-transition:.6s ease-in-out left;
    transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img{
    line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d){
    .carousel-inner>.item{
        -webkit-transition:-webkit-transform .6s ease-in-out;
        -o-transition:-o-transform .6s ease-in-out;
        transition:transform .6s ease-in-out;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        -webkit-perspective:1000px;
        perspective:1000px
    }
    .carousel-inner>.item.active.right,.carousel-inner>.item.next{
        -webkit-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0);
        left:0
    }
    .carousel-inner>.item.active.left,.carousel-inner>.item.prev{
        -webkit-transform:translate3d(-100%,0,0);
        transform:translate3d(-100%,0,0);
        left:0
    }
    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
        left:0
    }
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
    display:block
}
.carousel-inner>.active{
    left:0
}
.carousel-inner>.next,.carousel-inner>.prev{
    position:absolute;
    top:0;
    width:100%
}
.carousel-inner>.next{
    left:100%
}
.carousel-inner>.prev{
    left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right{
    left:0
}
.carousel-inner>.active.left{
    left:-100%
}
.carousel-inner>.active.right{
    left:100%
}
.carousel-control{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:15%;
    opacity:.5;
    font-size:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    background-color:transparent
}
.carousel-control.left{
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat:repeat-x
}
.carousel-control.right{
    left:auto;
    right:0;
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat:repeat-x
}
.carousel-control:focus,.carousel-control:hover{
    outline:0;
    color:#fff;
    text-decoration:none;
    opacity:.9
}
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{
    position:absolute;
    top:50%;
    margin-top:-10px;
    z-index:5;
    display:inline-block
}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
    left:50%;
    margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
    right:50%;
    margin-right:-10px
}
.carousel-control .icon-next,.carousel-control .icon-prev{
    width:20px;
    height:20px;
    line-height:1;
    font-family:serif
}
.carousel-control .icon-prev:before{
    content:'\2039'
}
.carousel-control .icon-next:before{
    content:'\203a'
}
.carousel-indicators{
    position:absolute;
    bottom:10px;
    left:50%;
    z-index:15;
    width:60%;
    margin-left:-30%;
    padding-left:0;
    list-style:none;
    text-align:center
}
.carousel-indicators li{
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    border:1px solid #fff;
    border-radius:10px;
    cursor:pointer;
    background-color:transparent
}
.carousel-indicators .active{
    margin:0;
    width:12px;
    height:12px;
    background-color:#fff
}
.carousel-caption{
    position:absolute;
    left:15%;
    right:15%;
    bottom:20px;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn{
    text-shadow:none
}
@media screen and (min-width:768px){
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{
        width:30px;
        height:30px;
        margin-top:-10px;
        font-size:30px
    }
    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
        margin-left:-10px
    }
    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
        margin-right:-10px
    }
    .carousel-caption{
        left:20%;
        right:20%;
        padding-bottom:30px
    }
    .carousel-indicators{
        bottom:20px
    }
}
.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{
    content:" ";
    display:table
}
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{
    clear:both
}
.center-block{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.pull-right{
    float:right!important
}
.pull-left{
    float:left!important
}
.hide{
    display:none!important
}
.show{
    display:block!important
}
.invisible{
    visibility:hidden
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.hidden{
    display:none!important
}
.affix{
    position:fixed
}
@-ms-viewport{
    width:device-width
}
.visible-lg,.visible-md,.visible-sm,.visible-xs{
    display:none!important
}
.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{
    display:none!important
}
@media(max-width:767px){
    .visible-xs{
        display:block!important
    }
    table.visible-xs{
        display:table!important
    }
    tr.visible-xs{
        display:table-row!important
    }
    td.visible-xs,th.visible-xs{
        display:table-cell!important
    }
}
@media(max-width:767px){
    .visible-xs-block{
        display:block!important
    }
}
@media(max-width:767px){
    .visible-xs-inline{
        display:inline!important
    }
}
@media(max-width:767px){
    .visible-xs-inline-block{
        display:inline-block!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .visible-sm{
        display:block!important
    }
    table.visible-sm{
        display:table!important
    }
    tr.visible-sm{
        display:table-row!important
    }
    td.visible-sm,th.visible-sm{
        display:table-cell!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .visible-sm-block{
        display:block!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .visible-sm-inline{
        display:inline!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .visible-sm-inline-block{
        display:inline-block!important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .visible-md{
        display:block!important
    }
    table.visible-md{
        display:table!important
    }
    tr.visible-md{
        display:table-row!important
    }
    td.visible-md,th.visible-md{
        display:table-cell!important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .visible-md-block{
        display:block!important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .visible-md-inline{
        display:inline!important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .visible-md-inline-block{
        display:inline-block!important
    }
}
@media(min-width:1200px){
    .visible-lg{
        display:block!important
    }
    table.visible-lg{
        display:table!important
    }
    tr.visible-lg{
        display:table-row!important
    }
    td.visible-lg,th.visible-lg{
        display:table-cell!important
    }
}
@media(min-width:1200px){
    .visible-lg-block{
        display:block!important
    }
}
@media(min-width:1200px){
    .visible-lg-inline{
        display:inline!important
    }
}
@media(min-width:1200px){
    .visible-lg-inline-block{
        display:inline-block!important
    }
}
@media(max-width:767px){
    .hidden-xs{
        display:none!important
    }
}
@media(min-width:768px) and (max-width:991px){
    .hidden-sm{
        display:none!important
    }
}
@media(min-width:992px) and (max-width:1199px){
    .hidden-md{
        display:none!important
    }
}
@media(min-width:1200px){
    .hidden-lg{
        display:none!important
    }
}
.visible-print{
    display:none!important
}
@media print{
    .visible-print{
        display:block!important
    }
    table.visible-print{
        display:table!important
    }
    tr.visible-print{
        display:table-row!important
    }
    td.visible-print,th.visible-print{
        display:table-cell!important
    }
}
.visible-print-block{
    display:none!important
}
@media print{
    .visible-print-block{
        display:block!important
    }
}
.visible-print-inline{
    display:none!important
}
@media print{
    .visible-print-inline{
        display:inline!important
    }
}
.visible-print-inline-block{
    display:none!important
}
@media print{
    .visible-print-inline-block{
        display:inline-block!important
    }
}
@media print{
    .hidden-print{
        display:none!important
    }
}
/*!* Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
/*!* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=9041ee1b809ce519f31aa72be6d837ae) * Config saved to config.json and https://gist.github.com/9041ee1b809ce519f31aa72be6d837ae*/
/*!* Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{
    text-shadow:0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{
    text-shadow:none
}
.btn.active,.btn:active{
    background-image:none
}
.btn-default{
    background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#e0e0e0));
    background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat:repeat-x;
    border-color:#dbdbdb;
    text-shadow:0 1px 0 #fff;
    border-color:#ccc
}
.btn-default:focus,.btn-default:hover{
    background-color:#e0e0e0;
    background-position:0 -15px
}
.btn-default.active,.btn-default:active{
    background-color:#e0e0e0;
    border-color:#dbdbdb
}
.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{
    background-color:#e0e0e0;
    background-image:none
}
.btn-primary{
    background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#265a88));
    background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    background-repeat:repeat-x;
    border-color:#245580
}
.btn-primary:focus,.btn-primary:hover{
    background-color:#265a88;
    background-position:0 -15px
}
.btn-primary.active,.btn-primary:active{
    background-color:#265a88;
    border-color:#245580
}
.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{
    background-color:#265a88;
    background-image:none
}
.btn-success{
    background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5cb85c),to(#419641));
    background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    background-repeat:repeat-x;
    border-color:#3e8f3e
}
.btn-success:focus,.btn-success:hover{
    background-color:#419641;
    background-position:0 -15px
}
.btn-success.active,.btn-success:active{
    background-color:#419641;
    border-color:#3e8f3e
}
.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{
    background-color:#419641;
    background-image:none
}
.btn-info{
    background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5bc0de),to(#2aabd2));
    background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    background-repeat:repeat-x;
    border-color:#28a4c9
}
.btn-info:focus,.btn-info:hover{
    background-color:#2aabd2;
    background-position:0 -15px
}
.btn-info.active,.btn-info:active{
    background-color:#2aabd2;
    border-color:#28a4c9
}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{
    background-color:#2aabd2;
    background-image:none
}
.btn-warning{
    background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0ad4e),to(#eb9316));
    background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    background-repeat:repeat-x;
    border-color:#e38d13
}
.btn-warning:focus,.btn-warning:hover{
    background-color:#eb9316;
    background-position:0 -15px
}
.btn-warning.active,.btn-warning:active{
    background-color:#eb9316;
    border-color:#e38d13
}
.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{
    background-color:#eb9316;
    background-image:none
}
.btn-danger{
    background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d9534f),to(#c12e2a));
    background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    background-repeat:repeat-x;
    border-color:#b92c28
}
.btn-danger:focus,.btn-danger:hover{
    background-color:#c12e2a;
    background-position:0 -15px
}
.btn-danger.active,.btn-danger:active{
    background-color:#c12e2a;
    border-color:#b92c28
}
.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{
    background-color:#c12e2a;
    background-image:none
}
.img-thumbnail,.thumbnail{
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);
    box-shadow:0 1px 2px rgba(0,0,0,.075)
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),to(#e8e8e8));
    background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat:repeat-x;
    background-color:#e8e8e8
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
    background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
    background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    background-repeat:repeat-x;
    background-color:#2e6da4
}
.navbar-default{
    background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#f8f8f8));
    background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    background-repeat:repeat-x;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{
    background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdbdb),to(#e2e2e2));
    background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
    background-repeat:repeat-x;
    -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow:inset 0 3px 9px rgba(0,0,0,.075)
}
.navbar-brand,.navbar-nav>li>a{
    text-shadow:0 1px 0 rgba(255,255,255,.25)
}
.navbar-inverse{
    background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3c3c3c),to(#222));
    background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    background-repeat:repeat-x;
    border-radius:4px
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{
    background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#080808),to(#0f0f0f));
    background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
    background-repeat:repeat-x;
    -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);
    box-shadow:inset 0 3px 9px rgba(0,0,0,.25)
}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{
    text-shadow:0 -1px 0 rgba(0,0,0,.25)
}
.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{
    border-radius:0
}
@media(max-width:767px){
    .navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{
        color:#fff;
        background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
        background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
        background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
        background-repeat:repeat-x
    }
}
.alert{
    text-shadow:0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)
}
.alert-success{
    background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dff0d8),to(#c8e5bc));
    background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    background-repeat:repeat-x;
    border-color:#b2dba1
}
.alert-info{
    background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d9edf7),to(#b9def0));
    background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    background-repeat:repeat-x;
    border-color:#9acfea
}
.alert-warning{
    background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fcf8e3),to(#f8efc0));
    background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);
    background-repeat:repeat-x;
    border-color:#f5e79e
}
.alert-danger{
    background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2dede),to(#e7c3c3));
    background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    background-repeat:repeat-x;
    border-color:#dca7a7
}
.progress{
    background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ebebeb),to(#f5f5f5));
    background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat:repeat-x
}
.progress-bar{
    background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#286090));
    background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);
    background-repeat:repeat-x
}
.progress-bar-success{
    background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5cb85c),to(#449d44));
    background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    background-repeat:repeat-x
}
.progress-bar-info{
    background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5bc0de),to(#31b0d5));
    background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    background-repeat:repeat-x
}
.progress-bar-warning{
    background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f0ad4e),to(#ec971f));
    background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    background-repeat:repeat-x
}
.progress-bar-danger{
    background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d9534f),to(#c9302c));
    background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    background-repeat:repeat-x
}
.progress-bar-striped{
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}
.list-group{
    border-radius:4px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);
    box-shadow:0 1px 2px rgba(0,0,0,.075)
}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{
    text-shadow:0 -1px 0 #286090;
    background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2b669a));
    background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);
    background-repeat:repeat-x;
    border-color:#2b669a
}
.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{
    text-shadow:none
}
.panel{
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
    box-shadow:0 1px 2px rgba(0,0,0,.05)
}
.panel-default>.panel-heading{
    background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),to(#e8e8e8));
    background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat:repeat-x
}
.panel-primary>.panel-heading{
    background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#337ab7),to(#2e6da4));
    background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    background-repeat:repeat-x
}
.panel-success>.panel-heading{
    background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dff0d8),to(#d0e9c6));
    background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);
    background-repeat:repeat-x
}
.panel-info>.panel-heading{
    background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d9edf7),to(#c4e3f3));
    background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);
    background-repeat:repeat-x
}
.panel-warning>.panel-heading{
    background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fcf8e3),to(#faf2cc));
    background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
    background-repeat:repeat-x
}
.panel-danger>.panel-heading{
    background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f2dede),to(#ebcccc));
    background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);
    background-repeat:repeat-x
}
.well{
    background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),to(#f5f5f5));
    background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    background-repeat:repeat-x;
    border-color:#dcdcdc;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
body.fancybox-active{
    overflow:hidden
}
body.fancybox-iosfix{
    position:fixed;
    left:0;
    right:0
}
.fancybox-is-hidden{
    position:absolute;
    top:-9999px;
    left:-9999px;
    visibility:hidden
}
.fancybox-container{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99992;
    -webkit-tap-highlight-color:transparent;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif
}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.fancybox-outer{
    overflow-y:auto;
    -webkit-overflow-scrolling:touch
}
.fancybox-bg{
    background:#1e1e1e;
    opacity:0;
    transition-duration:inherit;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg{
    opacity:.87;
    transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{
    position:absolute;
    direction:ltr;
    z-index:99997;
    opacity:0;
    visibility:hidden;
    transition:opacity .25s,visibility 0s linear .25s;
    box-sizing:border-box
}
.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{
    opacity:1;
    visibility:visible;
    transition:opacity .25s,visibility 0s
}
.fancybox-infobar{
    top:0;
    left:0;
    font-size:13px;
    padding:0 10px;
    height:44px;
    min-width:44px;
    line-height:44px;
    color:#ccc;
    text-align:center;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-font-smoothing:subpixel-antialiased;
    mix-blend-mode:exclusion
}
.fancybox-toolbar{
    top:0;
    right:0;
    margin:0;
    padding:0
}
.fancybox-stage{
    overflow:hidden;
    direction:ltr;
    z-index:99994;
    -webkit-transform:translateZ(0)
}
.fancybox-is-closing .fancybox-stage{
    overflow:visible
}
.fancybox-slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow:auto;
    outline:0;
    white-space:normal;
    box-sizing:border-box;
    text-align:center;
    z-index:99994;
    -webkit-overflow-scrolling:touch;
    display:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    transition-property:opacity,-webkit-transform;
    transition-property:transform,opacity;
    transition-property:transform,opacity,-webkit-transform
}
.fancybox-slide:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{
    display:block
}
.fancybox-slide--image{
    overflow:visible
}
.fancybox-slide--image:before{
    display:none
}
.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{
    background:#000
}
.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{
    background:#e5e3df
}
.fancybox-slide--next{
    z-index:99995
}
.fancybox-slide>*{
    display:inline-block;
    position:relative;
    padding:24px;
    margin:44px 0;
    border-width:0;
    vertical-align:middle;
    text-align:left;
    background-color:#fff;
    overflow:auto;
    box-sizing:border-box
}
.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{
    display:none
}
.fancybox-slide .fancybox-image-wrap{
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    border:0;
    z-index:99995;
    background:0 0;
    cursor:default;
    overflow:visible;
    -webkit-transform-origin:top left;
    transform-origin:top left;
    background-size:100% 100%;
    background-repeat:no-repeat;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    transition-property:opacity,-webkit-transform;
    transition-property:transform,opacity;
    transition-property:transform,opacity,-webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap{
    cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap{
    cursor:zoom-in
}
.fancybox-can-drag .fancybox-image-wrap{
    cursor:-webkit-grab;
    cursor:grab
}
.fancybox-is-dragging .fancybox-image-wrap{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.fancybox-image,.fancybox-spaceball{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    max-width:none;
    max-height:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.fancybox-spaceball{
    z-index:1
}
.fancybox-slide--iframe .fancybox-content{
    padding:0;
    width:80%;
    height:80%;
    max-width:calc(100% - 100px);
    max-height:calc(100% - 88px);
    overflow:visible;
    background:#fff
}
.fancybox-iframe{
    display:block;
    padding:0;
    border:0;
    height:100%
}
.fancybox-error,.fancybox-iframe{
    margin:0;
    width:100%;
    background:#fff
}
.fancybox-error{
    padding:40px;
    max-width:380px;
    cursor:default
}
.fancybox-error p{
    margin:0;
    padding:0;
    color:#444;
    font-size:16px;
    line-height:20px
}
.fancybox-button{
    box-sizing:border-box;
    display:inline-block;
    vertical-align:top;
    width:44px;
    height:44px;
    margin:0;
    padding:10px;
    border:0;
    border-radius:0;
    background:rgba(30,30,30,.6);
    transition:color .3s ease;
    cursor:pointer;
    outline:0
}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{
    color:#ccc
}
.fancybox-button:focus,.fancybox-button:hover{
    color:#fff
}
.fancybox-button[disabled]{
    color:#ccc;
    cursor:default;
    opacity:.6
}
.fancybox-button svg{
    display:block;
    position:relative;
    overflow:visible;
    shape-rendering:geometricPrecision
}
.fancybox-button svg path{
    fill:currentColor;
    stroke:currentColor;
    stroke-linejoin:round;
    stroke-width:3
}
.fancybox-button--share svg path{
    stroke-width:1
}
.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){
    display:none
}
.fancybox-button--zoom svg path{
    fill:transparent
}
.fancybox-navigation{
    display:none
}
.fancybox-show-nav .fancybox-navigation{
    display:block
}
.fancybox-navigation button{
    position:absolute;
    top:50%;
    margin:-50px 0 0;
    z-index:99997;
    background:0 0;
    width:60px;
    height:100px;
    padding:17px
}
.fancybox-navigation button:before{
    content:"";
    position:absolute;
    top:30px;
    right:10px;
    width:40px;
    height:40px;
    background:rgba(30,30,30,.6)
}
.fancybox-navigation .fancybox-button--arrow_left{
    left:0
}
.fancybox-navigation .fancybox-button--arrow_right{
    right:0
}
.fancybox-close-small{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
    background:0 0;
    z-index:10;
    cursor:pointer
}
.fancybox-close-small:after{
    content:"Р“вЂ”";
    position:absolute;
    top:5px;
    right:5px;
    width:30px;
    height:30px;
    font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color:#888;
    font-weight:300;
    text-align:center;
    border-radius:50%;
    border-width:0;
    background-color:transparent;
    transition:background-color .25s;
    box-sizing:border-box;
    z-index:2
}
.fancybox-close-small:focus{
    outline:0
}
.fancybox-close-small:focus:after{
    outline:1px dotted #888
}
.fancybox-close-small:hover:after{
    color:#555;
    background:#eee
}
.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{
    top:0;
    right:-40px
}
.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{
    font-size:35px;
    color:#aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{
    color:#fff;
    background:0 0
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{
    display:none
}
.fancybox-caption-wrap{
    bottom:0;
    left:0;
    right:0;
    padding:60px 2vw 0;
    background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events:none
}
.fancybox-caption{
    padding:30px 0;
    border-top:1px solid hsla(0,0%,100%,.4);
    font-size:14px;
    color:#fff;
    line-height:20px;
    -webkit-text-size-adjust:none
}
.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{
    pointer-events:all;
    position:relative
}
.fancybox-caption a{
    color:#fff;
    text-decoration:underline
}
.fancybox-slide>.fancybox-loading{
    border:6px solid hsla(0,0%,39%,.4);
    border-top:6px solid hsla(0,0%,100%,.6);
    border-radius:100%;
    height:50px;
    width:50px;
    -webkit-animation:a .8s infinite linear;
    animation:a .8s infinite linear;
    background:0 0;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-30px;
    z-index:99999
}
@-webkit-keyframes a{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes a{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fancybox-animated{
    transition-timing-function:cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous{
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    opacity:0
}
.fancybox-fx-slide.fancybox-slide--next{
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
    opacity:0
}
.fancybox-fx-slide.fancybox-slide--current{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{
    opacity:0;
    transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current{
    opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
    -webkit-transform:scale3d(1.5,1.5,1.5);
    transform:scale3d(1.5,1.5,1.5);
    opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next{
    -webkit-transform:scale3d(.5,.5,.5);
    transform:scale3d(.5,.5,.5);
    opacity:0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current{
    -webkit-transform:scaleX(1);
    transform:scaleX(1);
    opacity:1
}
.fancybox-fx-rotate.fancybox-slide--previous{
    -webkit-transform:rotate(-1turn);
    transform:rotate(-1turn);
    opacity:0
}
.fancybox-fx-rotate.fancybox-slide--next{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn);
    opacity:0
}
.fancybox-fx-rotate.fancybox-slide--current{
    -webkit-transform:rotate(0);
    transform:rotate(0);
    opacity:1
}
.fancybox-fx-circular.fancybox-slide--previous{
    -webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);
    transform:scale3d(0,0,0) translate3d(-100%,0,0);
    opacity:0
}
.fancybox-fx-circular.fancybox-slide--next{
    -webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);
    transform:scale3d(0,0,0) translate3d(100%,0,0);
    opacity:0
}
.fancybox-fx-circular.fancybox-slide--current{
    -webkit-transform:scaleX(1) translateZ(0);
    transform:scaleX(1) translateZ(0);
    opacity:1
}
.fancybox-fx-tube.fancybox-slide--previous{
    -webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next{
    -webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);
    transform:translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current{
    -webkit-transform:translateZ(0) scale(1);
    transform:translateZ(0) scale(1)
}
.fancybox-share{
    padding:30px;
    border-radius:3px;
    background:#f4f4f4;
    max-width:90%;
    text-align:center
}
.fancybox-share h1{
    color:#222;
    margin:0 0 20px;
    font-size:35px;
    font-weight:700
}
.fancybox-share p{
    margin:0;
    padding:0
}
p.fancybox-share__links{
    margin-right:-10px
}
.fancybox-share__button{
    display:inline-block;
    text-decoration:none;
    margin:0 10px 10px 0;
    padding:0 15px;
    min-width:130px;
    border:0;
    border-radius:3px;
    background:#fff;
    white-space:nowrap;
    font-size:14px;
    font-weight:700;
    line-height:40px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color:#fff;
    transition:all .2s
}
.fancybox-share__button:hover{
    text-decoration:none
}
.fancybox-share__button--fb{
    background:#3b5998
}
.fancybox-share__button--fb:hover{
    background:#344e86
}
.fancybox-share__button--pt{
    background:#bd081d
}
.fancybox-share__button--pt:hover{
    background:#aa0719
}
.fancybox-share__button--tw{
    background:#1da1f2
}
.fancybox-share__button--tw:hover{
    background:#0d95e8
}
.fancybox-share__button svg{
    position:relative;
    top:-1px;
    width:25px;
    height:25px;
    margin-right:7px;
    vertical-align:middle
}
.fancybox-share__button svg path{
    fill:#fff
}
.fancybox-share__input{
    box-sizing:border-box;
    width:100%;
    margin:10px 0 0;
    padding:10px 15px;
    background:0 0;
    color:#5d5b5b;
    font-size:14px;
    outline:0;
    border:0;
    border-bottom:2px solid #d7d7d7
}
.fancybox-thumbs{
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:212px;
    margin:0;
    padding:2px 2px 4px;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    box-sizing:border-box;
    z-index:99995
}
.fancybox-thumbs-x{
    overflow-y:hidden;
    overflow-x:auto
}
.fancybox-show-thumbs .fancybox-thumbs{
    display:block
}
.fancybox-show-thumbs .fancybox-inner{
    right:212px
}
.fancybox-thumbs>ul{
    list-style:none;
    position:absolute;
    position:relative;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
    overflow-y:auto;
    font-size:0;
    white-space:nowrap
}
.fancybox-thumbs-x>ul{
    overflow:hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar{
    width:7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{
    background:#2a2a2a;
    border-radius:10px
}
.fancybox-thumbs>ul>li{
    float:left;
    overflow:hidden;
    padding:0;
    margin:2px;
    width:100px;
    height:75px;
    max-width:calc(50% - 4px);
    max-height:calc(100% - 8px);
    position:relative;
    cursor:pointer;
    outline:0;
    -webkit-tap-highlight-color:transparent;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    box-sizing:border-box
}
li.fancybox-thumbs-loading{
    background:rgba(0,0,0,.1)
}
.fancybox-thumbs>ul>li>img{
    position:absolute;
    top:0;
    left:0;
    max-width:none;
    max-height:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.fancybox-thumbs>ul>li:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border:4px solid #4ea7f9;
    z-index:99991;
    opacity:0;
    transition:all .2s cubic-bezier(.25,.46,.45,.94)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{
    opacity:1
}
@media(max-width:800px){
    .fancybox-thumbs{
        width:110px
    }
    .fancybox-show-thumbs .fancybox-inner{
        right:110px
    }
    .fancybox-thumbs>ul>li{
        max-width:calc(100% - 10px)
    }
}
@font-face{
    font-family:MontserratBold;
    src:url(../fonts/MontserratBold.woff2) format('woff2'),url(../fonts/MontserratBold.woff) format('woff');
    font-weight:700;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:MontserratRegular;
    src:url(../fonts/MontserratRegular.woff2) format('woff2'),url(../fonts/MontserratRegular.woff) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:carbibles-font;
    src:url(../fonts/carbibles-font.woff?olocbr) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
[class*=" icon-"],[class^=icon-]{
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-heart-color:before{
    content:"\e900";
    color:#ff001f
}
.icon-arrow-blue:before{
    content:"\e912";
    color:#ff001f
}
.icon-see-more:before{
    content:"\e913";
    color:#ff001f
}
.icon-list-icon-color:before{
    content:"\e914";
    color:#ff001f
}
.icon-heart-icon:before{
    content:"\e911";
    color:#ff001f
}
.icon-buying-g-icon:before{
    content:"\e910";
    color:#ff001f
}
.icon-featured-p-icon:before{
    content:"\e90f";
    color:#ff001f
}
.icon-eye-icon:before{
    content:"\e90e";
    color:#fff
}
.icon-heart-white-icon:before{
    content:"\e90d";
    color:#fff
}
.icon-share-icon:before{
    content:"\e90c";
    color:#fff
}
.icon-blog-p-icon:before{
    content:"\e90b";
    color:#ff001f
}
.icon-quotes-down-icon:before{
    content:"\e90a";
    color:#fff
}
.icon-quotes-u-icon:before{
    content:"\e909";
    color:#fff
}
.icon-best-p-icon:before{
    content:"\e908";
    color:#ff001f
}
.icon-pre-icon:before{
    content:"\e907";
    color:#ff001f
}
.icon-value-icon:before{
    content:"\e906";
    color:#ff001f
}
.icon-best-price-icon:before{
    content:"\e905";
    color:#ff001f
}
.icon-premium-icon:before{
    content:"\e904";
    color:#ff001f
}
.icon-best-value-icon:before{
    content:"\e903";
    color:#ff001f
}
.icon-heart-save-icon:before{
    content:"\e902";
    color:#fff
}
.icon-heart-white:before{
    content:"\e901";
    color:#fff
}
@font-face{
    font-family:fontello;
    src:url(../fonts/fontello.woff2?19135238) format('woff2'),url(../fonts/fontello.woff?19135238) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
[class*=" icon-"]:before,[class^=icon-]:before{
    font-family:fontello;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    width:1em;
    margin-right:.2em;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    margin-left:.2em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-l_r_n_Р СР С•Р Р…РЎвЂљР В°Р В¶Р Р…Р В°РЎРЏ-Р С•Р В±Р В»Р В°РЎРѓРЎвЂљРЎРЉ-1:before{
    content:'\e800'
}
.icon-l_r_n-02:before{
    content:'\e801'
}
@font-face{
    font-family:icomoon;
    src:url(../fonts/icomoon.woff) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
[class*=" icon-"],[class^=icon-]{
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-B_more-01:before{
    content:"\e900"
}
.icon-B_more-02:before{
    content:"\e901"
}
.icon-B_more-03:before{
    content:"\e902"
}
@font-face{
    font-family:richard-theme-top-iconfont;
    src:url(../fonts/Richard-Theme-Top-IconFont.woff) format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
[class*=" icon-"],[class^=icon-]{
    font-family:richard-theme-top-iconfont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-b-value:before{
    content:"\e900";
    color:#00cce0
}
.icon-b-premium:before{
    content:"\e917";
    color:#00cce0
}
.icon-b-best-choice:before{
    content:"\e90b";
    color:#00cce0
}
@font-face{
    font-family:gearhungry;
    src:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/gh-icon-fonts/gearhungry.eot?3pwksk);
    src:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/gh-icon-fonts/gearhungry.eot?3pwksk#iefix) format('embedded-opentype'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/gh-icon-fonts/gearhungry.ttf?3pwksk) format('truetype'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/gh-icon-fonts/gearhungry.woff?3pwksk) format('woff'),url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../fonts/gh-icon-fonts/gearhungry.svg?3pwksk#gearhungry) format('svg');
    font-weight:400;
    font-style:normal;
    font-display:swap
}
[class*=" gh-"],[class*=" icon-"],[class^=gh-],[class^=icon-]{
    font-family:gearhungry!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.gh-email-icon:before{
    content:"\e900"
}
.page-template .page-content,.post-template-default .page-content{
    padding-bottom:0
}
.page-template .page-content.is-pre-footer,.post-template-default .page-content.is-pre-footer{
    padding-bottom:0
}
@media(min-width:992px){
    .page-template .page-content.is-pre-footer,.post-template-default .page-content.is-pre-footer{
        padding-bottom:0
    }
}
.page-template footer,.post-template-default footer{
    margin-top:0
}
#latest-posts .category-items-wrap{
    margin:0
}
.is-top-footer-sidebar #latest-posts .category-items-wrap{
    margin-bottom:24px
}
.is-top-footer-sidebar .pre-footer{
    padding:47px 0 24px
}
.pre-footer{
    background-color:#f9f8f6;
    padding:30px 0 15px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.pre-footer .container{
    max-width:1176px;
    margin:0 auto
}
.pre-footer-title{
    padding:0 15px 36px;
    font-size:26px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    text-align:center
}
.pre-footer-table{
    display:flex;
    align-items:flex-start;
    text-align:center;
    justify-content:center;
    flex-wrap:wrap
}
.pre-footer-column{
    width:auto;
    padding:0 40px 15px
}
.pre-footer-column ul{
    margin:0;
    padding:0
}
.pre-footer-column ul,.pre-footer-column ul li{
    list-style-type:none;
    padding:0
}
.pre-footer-column li{
    margin:0 0 17px;
    font-size:14px
}
.pre-footer-column a{
    color:#000;
    transition:all .15s
}
.pre-footer-column a:hover{
    color:#4693aa
}
@media(max-width:1200px){
    .pre-footer-column{
        width:40%;
        padding:0 15px
    }
}
@media(max-width:768px){
    .pre-footer-column{
        width:100%
    }
}
.about{
    padding:40px 0
}
.about-content{
    padding:0 120px
}
.about-cards{
    margin:0 0 40px
}
.about-card{
    margin:0 0 30px;
    color:#000;
    box-shadow:0 6px 24px rgba(0,0,0,.09);
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:30px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.about-card:last-of-type{
    margin:0
}
.about-card-content{
    flex:1
}
.about-card-image{
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:170px;
    height:170px;
    margin:0 30px 0 0
}
.about-card-image.about-card-image-mob{
    display:none
}
.about-card-header{
    margin:0 0 20px;
    padding-top:10px
}
.about-card-header-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.about-card-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-weight:400;
    color:#000;
    font-size:27px;
    line-height:1.31
}
.about-card-social-list{
    padding:0;
    margin:0;
    list-style-type:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center
}
.about-card-social-list li{
    -webkit-perspective:100px;
    -moz-perspective:100px;
    -ms-perspective:100px;
    perspective:100px;
    margin:0 13px 0 0
}
.about-card-social-list li:last-of-type{
    margin:0
}
@media(min-width:992px){
    .about-card-social-list li:hover .about-card-social-item{
        -moz-transform:rotateY(360deg);
        -o-transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
        -webkit-transition:all .35s;
        -moz-transition:all .35s;
        -ms-transition:all .35s;
        -o-transition:all .35s;
        transition:all .35s
    }
}
.about-card-social-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    width:34px;
    height:34px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -moz-transform:rotateY(0);
    -o-transform:rotateY(0);
    -ms-transform:rotateY(0);
    -webkit-transform:rotateY(0);
    transform:rotateY(0);
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    -ms-transition:all .35s;
    -o-transition:all .35s;
    transition:all .35s;
    color:#fff
}
.about-card-social-item.fb-icon{
    background:#2d4f97
}
.about-card-social-item.tw-icon{
    background:#00aced
}
.about-card-social-item.inst-icon{
    background:#517fa6
}
.about-card-social-item.ld-icon{
    background:#1072ab
}
.about-card-social-item i{
    color:#fff
}
.about-card-description{
    font-size:15px;
    line-height:1.66
}
.about-card-description a{
    color:#4693aa
}
.about-card-description p{
    font-size:15px;
    line-height:1.66
}
.about-card-description p:last-of-type{
    margin:0
}
.about-logo-wrap{
    text-align:center;
    margin:0 0 40px;
    padding:0 20px
}
.about-logo-wrap img{
    width:100%;
    margin:0 auto;
    max-width:380px
}
.about-list-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size:35px;
    color:#000;
    margin:0 0 16px;
    line-height:1.31;
    text-align:center
}
.about-main-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size:35px;
    color:#000;
    margin:0 0 16px;
    line-height:1.31;
    text-align:center
}
.about-text-block{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    margin:0 0 40px
}
.about-text-block a{
    color:#4693aa
}
.about-text-block h3{
    font-size:27px;
    margin:0 0 16px;
    line-height:1.33
}
.about-text-block p{
    margin:0 0 15px;
    font-size:15px;
    line-height:1.53;
	text-align: justify;
}
.about-text-block p:last-of-type{
    margin:0
}
@media(max-width:1200px){
    .about-content{
        padding:0
    }
}
@media(max-width:991px){
    .about-card{
        flex-direction:column;
        padding:20px
    }
    .about-card-image{
        margin:0 0 10px;
        display:none
    }
    .about-card-image.about-card-image-mob{
        display:block;
        width:100px;
        height:100px;
        margin:0 24px 0 0
    }
    .about-card-header{
        padding-top:0;
        display:flex;
        align-items:center
    }
    .about-card-header-content{
        display:block;
        flex:1
    }
    .about-card-title{
        margin:0 0 15px;
        font-size:23px;
        line-height:1.34
    }
    .about-card-social-item{
        width:24px;
        height:24px;
        font-size:12px
    }
}
body{
    padding:0;
    margin:0
}
a:focus,a:hover{
    outline:0;
    text-decoration:none
}
button,img,input{
    outline:0;
    -webkit-appearance:none;
    -moz-appearance:none
}
input:focus{
    outline:0
}
.form-control:focus{
    border-color:#4693aa;
    box-shadow:none
}
.fixed-position{
    position:fixed
}
.section-bg{
    background-image:-moz-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:-webkit-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:-ms-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:linear-gradient(to bottom,#fff 640px,#efefef 640px)
}
@media(max-width:991px){
    .section-bg{
        background-image:-moz-linear-gradient(to bottom,#fff 360px,#efefef 360px);
        background-image:-webkit-linear-gradient(to bottom,#fff 360px,#efefef 360px);
        background-image:-ms-linear-gradient(to bottom,#fff 360px,#efefef 360px);
        background-image:linear-gradient(to bottom,#fff 360px,#efefef 360px)
    }
}
.modal-open{
    padding-right:0!important;
    padding-left:0!important
}
.modal-open .modal{
    background:rgba(0,0,0,.6);
    padding-right:0!important;
    padding-left:0!important
}
.modal-dialog{
    width:1011px;
    margin-top:100px
}
.modal-content{
    border-radius:0;
    box-shadow:0 5px 8px 0 rgba(29,29,29,.2)
}
.modal-header{
    position:relative;
    padding:70px 10px 74px;
    background-size:cover;
    background-repeat:no-repeat;
    text-align:center;
    border:none
}
.modal-header:after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.modal-header .items-count{
    margin-bottom:8px;
    color:#fff
}
.modal-header .buying-g-item-info-title{
    margin-bottom:0;
    color:#fff;
    font-size:32px
}
.modal-header .buying-g-item-info-title:after{
    top:142%
}
.modal-header .buying-g-item-info-title,.modal-header .items-count{
    position:relative;
    z-index:5
}
.modal-header button.close{
    position:absolute;
    top:-53px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    margin-top:0;
    width:39px;
    height:39px;
    text-shadow:none;
    background:#111314;
    float:none;
    opacity:1;
    z-index:5;
    transition:all .15s
}
.modal-header button.close:focus,.modal-header button.close:hover{
    outline:0;
    background:#4693aa
}
.modal-header button.close:before{
    content:"";
    display:block;
    position:absolute;
    width:32px;
    height:1px;
    background:#fff;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.modal-header button.close:after{
    content:"";
    display:block;
    position:absolute;
    width:32px;
    height:1px;
    background:#fff;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.modal-body{
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:0
}
.modal-list-cat-item-wrap{
    padding-left:60px;
    padding-right:10px;
    padding-top:42px;
    padding-bottom:27px;
    max-width:100%;
    word-wrap:break-word
}
.modal-list-cat-item-wrap:nth-of-type(2){
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12)
}
.modal-list-cat-item-wrap ul{
    padding-left:0;
    margin-bottom:0
}
.modal-list-cat-item-wrap .modal-list-category-item{
    list-style:none;
    margin-bottom:15px;
    max-width:100%;
    word-wrap:break-word
}
.modal-list-cat-item-wrap .modal-list-category-item a{
    display:inline-block;
    position:relative;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#000;
    transition:all .15s;
    max-width:100%;
    word-wrap:break-word
}
.modal-list-cat-item-wrap .modal-list-category-item a span{
    display:inline-block;
    transition:all .15s
}
.modal-list-cat-item-wrap .modal-list-category-item a:before{
    content:'\e914';
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    transition:width .15s;
    display:inline-block;
    opacity:0;
    overflow:hidden;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.modal-list-cat-item-wrap .modal-list-category-item a:hover{
    color:#4693aa
}
.modal-list-cat-item-wrap .modal-list-category-item a:hover:before{
    opacity:1
}
.modal-list-cat-item-wrap .modal-list-category-item a:hover span{
    -webkit-transform:translateX(14px);
    transform:translateX(14px)
}
#windowModalReset .modal-header{
    padding:0
}
#windowModalReset .modal-header:after{
    display:none
}
#windowModalReset .modal-body{
    border-top:7px solid #4693aa;
    padding:99px 5px 90px;
    text-align:center
}
#lostpasswordform{
    width:298px;
    margin:0 auto
}
#lostpasswordform p{
    width:100%
}
#lostpasswordform label{
    display:block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase;
    text-align:left
}
#lostpasswordform input{
    width:298px;
    display:block;
    margin:5px 0 19px;
    height:46px;
    padding:0 21px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #4693aa;
    border-radius:23px;
    -webkit-appearance:none;
    -moz-appearance:none
}
#lostpasswordform input:focus,#lostpasswordform input:hover{
    outline:0
}
#lostpasswordform input::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
#lostpasswordform input::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
#lostpasswordform input:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
#lostpasswordform input:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
#lostpasswordform input.wpcf7-not-valid{
    border:1px solid #da0000
}
#lostpasswordform .submit #wp-submit{
    background:#4693aa;
    color:#fff;
    border-radius:23px;
    -webkit-transition:all .15s;
    transition:all .15s;
    width:auto;
    border:#4693aa
}
#lostpasswordform .submit #wp-submit:hover{
    background:#000;
    color:#fff
}
#lostpasswordform input.error{
    border:1px solid #ca2027;
    margin-bottom:7px
}
#lostpasswordform .forgot_error{
    margin-bottom:19px;
    text-transform:none;
    color:#ca2027;
    font-size:13px
}
.wpcf7-display-none{
    display:none!important
}
#windowModalEmbed .modal-header,#windowModalRateArticle .modal-header,#windowModalSignIn .modal-header,.brand-embed-modal .modal-header{
    padding:0
}
#windowModalEmbed .modal-header:after,#windowModalRateArticle .modal-header:after,#windowModalSignIn .modal-header:after,.brand-embed-modal .modal-header:after{
    display:none
}
#windowModalEmbed .modal-body,#windowModalRateArticle .modal-body,#windowModalSignIn .modal-body,.brand-embed-modal .modal-body{
    border-top:7px solid #4693aa;
    padding:99px 5px 90px;
    text-align:center
}
.sign-in-title{
    position:relative;
    padding:0 29px;
    margin:0 auto 24px;
    line-height:1.071;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000
}
.sign-in-title:after{
    content:"";
    display:inline-flex;
    margin-left:17px;
    vertical-align:middle;
    width:29px;
    height:26px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAzCAYAAAApdnDeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4RUI2QTI0REIzODExRTc4RjJCRjgzRjk5MTgxRkExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4RUI2QTI1REIzODExRTc4RjJCRjgzRjk5MTgxRkExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzhFQjZBMjJEQjM4MTFFNzhGMkJGODNGOTkxODFGQTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzhFQjZBMjNEQjM4MTFFNzhGMkJGODNGOTkxODFGQTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KUZbTAAADiUlEQVR42uSaW0gVQRjHx8mSoqjQisrQokMFvWQRFfVQGl0hiAzqofvVA0VvVhREt7coKLqA3aXoQmZkBWlGIFlJUD6IJF2ge0ZmBVZq/4/9DizLOZ2ds7vHPbN/+L3sZeb77+7MNzszaY9zRwkF9QbzQD4YD0KgD5/7CRrBQ3AL3AZ/hLq6gzlgLpgIKMBefK6V66gDlaAC/LBbcJpNs9lgK1jGhu3oLdgNTto03QOsAdvBEJt1tIDzYB94F+9iGed8OldOT7NIwShpKDgGnoO8ONdOAPXgiIJRUl8QBi9AMcebkNmB4D7YA3qKxEWfTg1YF+N8mM+HHNRB8e0HVSBL1WwOqAVThDvKAMfBNsvxneAwt1M3NI3jzrZrdgC4C3KF+9rL7Z60AezyoI4R/IYzo7VJs7qBUjBSeKcT/JAPeVhHiDsuyhwdsd4sPe2ZwlvRJ32Ke18vNRtsjPUZ9+fOSCdR6usXzWzYfEIT0QtcbzVLn9Qmoac2R/qmiNkC7oV11GAw3Wy2UOitxWaz+ZqbnRExOwgM09wsDTQyJf+qBUF50qNhoR+VIzkXBUFZUvEfNZWVIXk6JQhqI7OtATHbQmZfBcTsGzLbEBCzDWSWJtO+am70M2gis53gnuZmq81j4xuam71uNntVKMysp1ovDMrMZsloqaZmz0XGEuZpmQOgXTOjv9mXsJpt5Kegk2gW82U0syRavPqmidFmsMN8wGr2AxvWQcWcX2OaJdGazE0NUk2J9WA0szTIWCFsrHf6dQwMVrGPuGZJX8BC8CvFjFKKmR9r+Pu/9Vla+luSQumI4lwqjMVvoWqWVC6MReROnxul+FZzvCJRsyTaE7HWx2+4nfuYM/EulDYLLOFPpM1nRqlPWQTO2rlYKhR8CczizssP+iSMNZwyuzdIxQpoQ8kk8KyLjT4Rxh6pRyo3yQQqagKTwekuMnoUTAWvVW+UDtrKSk5NyZrSoeZDq3FFifYd0mEAF8HYJAwvy7mey04KkS4E8p5HLcutA2+XyqYssAB8dFqYdDEw6v7HcJvqcFjWX3AQjAYX3ApQuvwmmrlN0V7EOwmWQTtax4Et4LubwUmP2thTYexDKuA0YUe1nDdp6229F0FJjzuWSs6HhfwAoqmO/7AonVV7GYzXZiOD9CvCWOGn7XU1fPyBMDZR0yd/LRk/G+lJ/jOpYIYL00RYsvRPgAEAl5inJ1dNhhgAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
.rate-modal-wrap{
    margin-top:17px
}
.rate-modal{
    position:relative;
    width:220px;
    margin:0 auto
}
.rate-modal>span{
    display:inline-block;
    padding:0 5px;
    color:#4693aa;
    font-size:35px;
    cursor:pointer
}
.rate-modal>span:last-of-type{
    padding-right:0
}
.rate-modal>span:first-of-type{
    padding-left:0
}
.rate-modal-inner{
    width:100%;
    position:absolute;
    top:0;
    right:0;
    overflow:hidden;
    white-space:nowrap;
    pointer-events:none
}
.rate-modal-inner span{
    display:inline-block;
    padding:0 5px;
    color:#c9d1d5;
    font-size:35px;
    cursor:pointer
}
.rate-modal-inner span:last-of-type{
    padding-right:0
}
.rate-modal-inner span:first-of-type{
    padding-left:0
}
.rate-modal-inner.i-one-rate,.rate-modal-inner.one-rate{
    width:169px
}
.rate-modal-inner.i-two-rate,.rate-modal-inner.two-rate{
    width:126px
}
.rate-modal-inner.i-three-rate,.rate-modal-inner.three-rate{
    width:84px
}
.rate-modal-inner.four-rate,.rate-modal-inner.i-four-rate{
    width:41px
}
.rate-modal-inner.five-rate,.rate-modal-inner.i-five-rate{
    width:0
}
.rate-modal-vote{
    position:relative;
    width:203px;
    margin:0 auto
}
.rate-modal-vote>span{
    display:inline-block;
    padding:0 5px;
    color:#c9d1d5;
    font-size:35px;
    cursor:pointer
}
.rate-modal-vote>span:last-of-type{
    padding-right:0
}
.rate-modal-vote>span:first-of-type{
    padding-left:0
}
.rate-modal-inner-vote{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    white-space:nowrap
}
.rate-modal-inner-vote>span{
    display:inline-block;
    padding:0 5px;
    color:#4693aa;
    font-size:35px;
    cursor:pointer
}
.rate-modal-inner-vote>span:last-of-type{
    padding-right:0
}
.rate-modal-inner-vote>span:first-of-type{
    padding-left:0
}
.rate-title{
    position:relative;
    padding:0 29px;
    margin:0 auto 24px;
    line-height:1.071;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:35px;
    color:#000
}
.rate-title span{
    display:inline-block;
    margin-left:15px
}
.rate-title .fa-star{
    color:#ffd01f;
    font-size:30px
}
.rate-subtitle,.sign-in-subtitle,.sign-up-subtitle{
    margin-top:0;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#000;
    line-height:1.499
}
.sign-in-subtitle{
    margin-bottom:51px
}
.sign-in-form,.sign-up-form{
    width:298px;
    margin:0 auto
}
.sign-in-form input,.sign-up-form input{
    display:block;
    height:46px;
    margin:0 0 19px;
    padding:0 21px;
    width:100%;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #4693aa;
    border-radius:23px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.sign-in-form input.custom-checkbox,.sign-up-form input.custom-checkbox{
    display:none
}
.sign-in-form input:focus,.sign-in-form input:hover,.sign-up-form input:focus,.sign-up-form input:hover{
    outline:0
}
.sign-in-form input::-webkit-input-placeholder,.sign-up-form input::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.sign-in-form input::-moz-placeholder,.sign-up-form input::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.sign-in-form input:-ms-input-placeholder,.sign-up-form input:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.sign-in-form input:-moz-placeholder,.sign-up-form input:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form{
    width:350px;
    margin:0
}
.wpcf7-form p{
    width:100%
}
.wpcf7-form label{
    display:block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.wpcf7-form textarea{
    width:350px;
    display:block;
    margin:0 0 19px;
    padding:15px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #d3d3d3;
    resize:none;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.wpcf7-form textarea:focus,.wpcf7-form textarea:hover{
    outline:0
}
.wpcf7-form textarea::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form textarea::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form textarea:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form textarea:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form input{
    display:block;
    margin:5px 0 0;
    height:46px;
    padding:0 21px;
    width:100%;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #d3d3d3;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.wpcf7-form input:focus,.wpcf7-form input:hover{
    outline:0
}
.wpcf7-form input::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form input::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form input:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form input:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.wpcf7-form input.wpcf7-not-valid{
    border:1px solid #da0000
}
.wpcf7-form-control.wpcf7-submit{
    float:left;
    padding:14px 10px 12px;
    text-align:center;
    background:#4693aa;
    min-width:100%;
    position:relative;
    display:inline-block;
    border:none;
    border-radius:23px;
    text-transform:uppercase;
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    font-size:14px;
    transition:all .15s
}
.wpcf7-form-control.wpcf7-submit:hover{
    box-shadow:none
}
div.wpcf7-validation-errors{
    display:none;
    visibility:hidden;
    opacity:0
}
.comment-error-answer,.email-error,.wpcf7-not-valid-tip{
    border:none;
    color:#da0000;
    font-family:helvetica neue,Helvetica,Arial,sans-serif;
    font-size:14px
}
.email-error{
    position:absolute
}
.btn-sign-in,.btn-sign-in-fb,.btn-sign-up{
    position:relative;
    display:inline-block;
    border:none;
    border-radius:23px;
    text-transform:uppercase;
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    transition:all .15s
}
.btn-sign-in-fb:hover,.btn-sign-in:hover,.btn-sign-up:hover{
    background:#000
}
.btn-sign-in{
    float:left;
    padding:14px 10px 12px;
    text-align:center;
    background:#4693aa;
    min-width:121px
}
.btn-sign-in-fb{
    float:right;
    padding:14px 39px 12px 32px;
    text-align:left;
    background:#2d4f97;
    min-width:165px
}
.btn-sign-in-fb:before{
    content:"\f09a";
    position:absolute;
    top:50%;
    right:31px;
    color:#fff;
    font-size:14px;
    font-family:FontAwesome;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%)
}
.create-forgot{
    width:298px;
    margin:83px auto 0;
    padding-right:5px
}
.create-account-btn,.forgot-passw-btn{
    position:relative;
    display:inline-block;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    transition:all .15s
}
.create-account-btn:hover,.forgot-passw-btn:hover{
    color:#4693aa
}
.create-account-btn{
    float:left
}
.forgot-passw-btn{
    float:right
}
#windowModalSignUp .modal-header{
    padding:0
}
#windowModalSignUp .modal-header:after{
    display:none
}
#windowModalSignUp .modal-body{
    border-top:7px solid #4693aa;
    padding:131px 5px 130px;
    text-align:center
}
.g-recaptcha{
    margin-bottom:20px
}
.responsive-video-wrap{
    margin:0 auto;
    width:100%!important;
    position:relative;
    padding-bottom:49.25%;
    height:0
}
.responsive-video-wrap embed,.responsive-video-wrap iframe,.responsive-video-wrap object{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.responsive-video-wrap iframe{
    border:none
}
#btn-new-user{
    color:#fff;
    background:#4693aa;
    text-transform:uppercase;
    -webkit-transition:all .15s;
    transition:all .15s
}
#btn-new-user:hover{
    color:#fff;
    background:#000;
    border-color:#000;
    outline:0
}
#btn-new-user:focus{
    background:#000;
    border-color:#000;
    outline:0
}
.sign-up-title{
    position:relative;
    padding:0 29px;
    margin:0 auto 24px;
    line-height:1.071;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000
}
.sign-up-subtitle{
    margin-bottom:48px
}
.btn-sign-up{
    padding:14px 10px 12px;
    text-align:center;
    background:#4693aa;
    min-width:121px
}
.alert{
    display:none
}
.btn-have-account{
    display:inline-block;
    margin-top:82px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#4693aa;
    transition:all .15s
}
.btn-have-account:hover{
    color:#000
}
#lostpasswordform .submit #wp-submit{
    text-transform:uppercase
}
#windowModalCompleteProfile .modal-header{
    padding:0
}
#windowModalCompleteProfile .modal-header:after{
    display:none
}
#windowModalCompleteProfile .modal-body{
    border-top:7px solid #4693aa;
    padding:131px 5px 130px;
    text-align:center
}
.sticky-footer-wrap,body,html{
    height:100%
}
.page-content{
    position:relative;
    min-height:100%
}
header{
    position:fixed;
    left:0;
    top:0;
    right:0;
    z-index:1040
}
#wpadminbar{
    -webkit-transform:translateZ(0)!important;
    transform:translateZ(0)!important
}
.admin-bar header{
    top:32px
}
.wrap-for-line{
    position:relative
}
.wrap-for-line:before{
    content:"";
    position:absolute;
    height:1px;
    width:10000px;
    bottom:0;
    right:100%;
    background:rgba(17,19,20,.1)
}
.wrap-for-line:after{
    content:"";
    position:absolute;
    height:1px;
    width:10000px;
    bottom:0;
    left:100%;
    background:rgba(17,19,20,.1)
}
.top-header-block{
    padding-bottom:15px;
    border-bottom:1px solid rgba(17,19,20,.1)
}
.wrap-header-content{
    position:relative
}
.top-header-block-wrap{
    padding-top:23px;
    position:relative;
    padding-bottom:5px
}
.top-header-block-wrap.logged .search-field{
    right:150px
}
.top-header-block-wrap.logged .social-icons-list{
    right:210px
}
.top-header-block-wrap.logged .dropdown-profile-list{
    width:140px
}
.logo{
    display:inline-block;
    width:190px;
    position:relative;
    margin-bottom:27px;
    margin-top:6px
}
.logo img{
    width:100%
}
.logo-mob{
    display:none;
    width:127px;
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    left:26px
}
.logo-mob img{
    width:100%
}
.logo:hover .header-text-logo{
    color:#4693aa
}
.header-text-logo{
    margin:13px 0 0;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#4693aa;
    font-size:42px;
    line-height:27px
}
.resources{
    padding:55px 0 85px;
    background-color:#fff
}
.resources-title{
    font-size:42px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    line-height:1.35;
    text-align:center;
    color:#000;
    margin:0 auto;
    padding:80px 25px;
    max-width:650px;
    position:relative
}
.resources-title-wrap{
    position:relative;
    display:flex;
    align-items:center;
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/resources-bg.svg);
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
    background-position:top center
}
.resources-title-wrap:after,.resources-title-wrap:before{
    content:'';
    display:block;
    background-color:#4693aa;
    height:1px;
    flex:1
}
.resources-list{
    display:flex;
    justify-content:space-between;
    margin-top:-30px
}
.resources .resource{
    text-align:center;
    width:calc(33.333% - 40px);
    max-width:310px
}
.resources .resource-icon{
    margin:0 auto 27px;
    width:72px;
    height:72px;
    border:1px solid #000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}
.resources .resource-icon img{
    max-width:80%;
    max-height:80%
}
.resources .resource-title{
    margin:0 0 20px;
    font-size:25px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    color:#000;
    line-height:1.36
}
.resources .resource-text{
    font-size:16px;
    color:#000;
    line-height:1.43;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.footer-logo:hover .footer-text-logo{
    color:#4693aa
}
.footer-text-logo{
    margin:0;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#4693aa;
    font-size:42px
}
.social-icons-list{
    position:absolute;
    bottom:16px;
    right:196px;
    padding:0;
    margin:0
}
.social-icons-list li{
    list-style:none;
    display:inline-block;
    margin-right:6px
}
.social-icons-list li:last-of-type{
    margin-right:0
}
.social-icons-list a{
    position:relative;
    display:block;
    width:22px;
    height:22px;
    border-radius:50%;
    text-align:center;
    transition:all .15s
}
.social-icons-list i{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:10px;
    color:#fff;
    transition:all .15s
}
.email-icon{
    background:#ed1b24
}
.email-icon i{
    font-size:8px;
    top:52%
}
.fb-icon{
    background:#2d4f97
}
.pint-icon{
    background:#cb2027
}
.tw-icon{
    background:#00aced
}
.inst-icon{
    background:#517fa6
}
.rss-icon{
    background:#f8991d
}
.btn-login-wrap{
    position:absolute;
    right:0;
    bottom:16px
}
.btn-login-wrap.dropdown>a:before{
    display:none
}
.btn-login-wrap.mobile{
    display:none
}
.btn-logged,.btn-login{
    position:relative;
    display:block;
    padding:8px 10px;
    border-radius:16px;
    background:#4693aa;
    transition:all .15s;
    color:#fff;
    text-transform:uppercase;
    font-size:11px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    text-align:center
}
.btn-logged:hover,.btn-login:hover{
    background:#000;
    color:#fff
}
.btn-logged:focus,.btn-login:focus{
    color:#fff
}
.btn-login{
    min-width:107px
}
.btn-logged{
    min-width:140px;
    max-width:140px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.user-icon{
    display:inline-block;
    margin-right:12px;
    margin-bottom:-1px;
    width:12px;
    height:13px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlDQzNDQzY5RTNFMjExRTdCQUNGQUYzQTlDOTdDNDU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlDQzNDQzZBRTNFMjExRTdCQUNGQUYzQTlDOTdDNDU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUNDM0NDNjdFM0UyMTFFN0JBQ0ZBRjNBOUM5N0M0NTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUNDM0NDNjhFM0UyMTFFN0JBQ0ZBRjNBOUM5N0M0NTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56RPAnAAABJUlEQVR42mL4//8/AwGsCcQTgfgaEH8F4o9AfBaIm4FYkpB+fJLMQNwGxL//4wafgTiTXAsW/yceVJBqQcp/0sA/ILYl1gJ2IH7xn3RwjFgLvP6TD9TQzWNiwASmDOQDXXQBbBaIUmCBGDEWvKXAgo/EWHCGAgtOY4jgSEXPyYjg06Tkg2gy8oELqTl5BgkWNJBTVDAC8RwiDG8lpyySgZZFv4mw4DsQT8dVsuIK/w9kRPJbIPYjZEHFf8rAX2hBidWC+P/UAaAUFQwzlxFsCwODDBBfB2IeBuqAD0CsA8RPYa5f9p/6YCHMByDX3wdiFgbqgj9ArAQqi6JoYDgD1MwokAV2DLQDjqAgegpkSNHIgqcgC37TKIjA8QCy4D8Ng4gBIMAAHksUjRNPSacAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
.dropdown-profile-list{
    margin:0;
    padding:5px 0 13px;
    width:107px;
    min-width:107px;
    border:none;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
    border-radius:0 0 15px 15px
}
.dropdown-profile-list a{
    display:block;
    padding:9px 0 9px 15px;
    text-transform:uppercase;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:11px;
    color:#000
}
.dropdown-profile-list a:hover{
    background:rgba(70,147,170,.15);
    color:#4693aa
}
.dropdown-backdrop{
    z-index:auto;
    display:none
}
.btn-login-wrap.open .btn-logged{
    color:#000;
    background:#fff;
    border-radius:15px 15px 0 0;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2),-1px -32px 67px -24px rgba(79,79,79,.2)
}
.btn-login-wrap.open .user-icon{
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAaCAYAAACtv5zzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNBREFCQzVFRTQ4RDExRTc4RDA0ODMwQkVGOEUwM0Y1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNBREFCQzVGRTQ4RDExRTc4RDA0ODMwQkVGOEUwM0Y1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0FEQUJDNUNFNDhEMTFFNzhEMDQ4MzBCRUY4RTAzRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0FEQUJDNURFNDhEMTFFNzhEMDQ4MzBCRUY4RTAzRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6K5ynXAAABYUlEQVR42mJkIAw0gTgciBnRxH8C8Xwgfs5AJmAG4gogzgBiNizyfFD5VHIt6ABiLSLUuQBxHqmGJwKxBQnq44DYlljF7EDcSoaPe3GFMzpwB+IrQPyYRAvkgfgLEL9FFmTCotAYiE+S4YNjQKyLLojNAlYg/kOGBW+AWIwYC0Dpm4UMCwSB+CMxFlwCYlMyLDAH4tPEWLALiH3IsAAU/reJSUV/oWHJT0JKigfi80B8jxQXNQOxDhHqQBmshJyiAlS4TYDmUlygAIjrCBVo2IAMtCB7BMSroCkLGwAFiTY0c96EZjSCIBKIa4GYkwTf8gBxIxD7ElJYCMQhDOQDUGQn4CsRgxkoB1FAHIQtzOsYqAdAKVAaWaAbGo7UAqDarhOWk0Guf0psCiASfALi10AsC+IUA7EoA/UByMxSJmgp+JoGFoDMFGZioC34w4QnN1MDMIPKm+NAfJBGFlgABBgAWHQ06h2SRrsAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
.main-menu{
    position:absolute;
    bottom:-5px;
    left:225px;
    display:inline-block
}
.main-menu .btn-login-wrap{
    display:none
}
.main-menu-wrap{
    padding-left:0;
    margin-bottom:0
}
.main-menu-wrap li{
    display:inline-block;
    list-style:none;
    margin-right:10px;
    line-height:1
}
.main-menu-wrap li:last-of-type{
    margin:0
}
.main-menu-wrap a{
    display:inline-block;
    padding-right:15px;
    padding-bottom:28px;
    color:#000;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    text-transform:uppercase;
    word-wrap:break-word;
    max-width:100%;
    transition:all .15s;
    line-height:1.42857143
}
.main-menu-wrap a:hover{
    color:#4693aa
}
.main-menu-wrap .dropdown{
    margin-right:21px
}
.main-menu-wrap .dropdown:hover a{
    color:#4693aa
}
.main-menu-wrap .dropdown:hover .btn-down{
    border-color:#4693aa transparent transparent
}
.main-menu-wrap .dropdown .click-field{
    display:block;
    position:absolute;
    right:-6px;
    top:-2px;
    padding:9px;
    cursor:pointer
}
.main-menu-wrap .dropdown .btn-down{
    display:inline-block;
    width:0;
    height:0;
    border-style:solid;
    border-width:4px 3px 0;
    border-color:#000 transparent transparent;
    transition:all .15s;
    padding:0
}
.main-menu-wrap .dropdown.open>.dropdown-toggle{
    color:#4693aa
}
.main-menu-wrap .dropdown.open a{
    color:#4693aa
}
.main-menu-wrap .dropdown.open .btn-down{
    width:0;
    height:0;
    border-style:solid;
    border-width:0 3px 4px;
    border-color:transparent transparent #4693aa
}
.header-wrap{
    background:#fff;
    position:relative;
    overflow:hidden
}
.header-wrap.overflow-off{
    overflow:visible
}
.header-wrap .container{
    position:relative
}
.header-wrap .main-menu-wrap .dropdown-menu{
    top:45px;
    margin:0;
    min-width:220px;
    width:auto;
    padding:10px 0 40px;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
    border:none;
    border-radius:0;
    left:-28px
}
.header-wrap .main-menu-wrap .dropdown-menu:before{
    content:'';
    position:absolute;
    top:0;
    height:16px;
    left:0;
    right:0;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAYAAADXnxW3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkwNzJGNkVDRTU4MTExRTdCNDA4QTMzQjVFQ0U3RDJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkwNzJGNkVERTU4MTExRTdCNDA4QTMzQjVFQ0U3RDJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTA3MkY2RUFFNTgxMTFFN0I0MDhBMzNCNUVDRTdEMkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTA3MkY2RUJFNTgxMTFFN0I0MDhBMzNCNUVDRTdEMkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68QgcQAAAAJklEQVR42mLw9/dXZmJgYPgPJ/6isv6BiD9w1l8sEgxw7n+AAAMAZD0PDwYWfOgAAAAASUVORK5CYII=) repeat-x;
    z-index:5;
    pointer-events:none
}
.header-wrap .main-menu-wrap .dropdown-menu li>a:focus,.header-wrap .main-menu-wrap .dropdown-menu li>a:hover{
    background-image:none;
    background-color:rgba(70,147,170,.149);
    background-repeat:no-repeat
}
.header-wrap .main-menu-wrap .dropdown-menu li{
    display:block;
    margin-right:0;
    max-width:100%
}
.header-wrap .main-menu-wrap .dropdown-menu li a{
    -webkit-transition:all .15s;
    transition:all .15s;
    padding:8px 31px 8px 20px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#000;
    max-width:100%;
    white-space:nowrap
}
.header-wrap .main-menu-wrap .dropdown-menu li a:hover{
    color:#4693aa
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu{
    position:static
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover{
    background:0 0
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover .dropdown-menu{
    display:block
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover>a{
    background-color:rgba(70,147,170,.149);
    color:#4693aa
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover>a:after{
    opacity:1
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a{
    position:relative;
    -webkit-transition:all .15s;
    transition:all .15s;
    padding:8px 31px 8px 20px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#000
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:hover{
    color:#4693aa
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:hover .dropdown-menu{
    display:block
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:hover:after{
    opacity:1
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:after{
    content:"\e913";
    display:block;
    opacity:0;
    position:absolute;
    right:16px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:7px
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:before{
    display:none
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
    padding-bottom:39px;
    border-left:1px solid #e4e4e4
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a{
    color:#000;
    text-transform:none;
    font-size:13px
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a:focus,.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a:hover{
    background-color:transparent;
    color:#4693aa
}
.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a:focus:after,.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a:hover:after{
    display:none
}
.header-wrap .icon-search{
    position:absolute;
    top:12px;
    right:13px;
    transition:opacity 0s ease-in-out .5s;
    z-index:120;
    pointer-events:none
}
.header-wrap .icon-search .fa-search{
    -webkit-transform:rotate(-19deg);
    transform:rotate(-19deg)
}
.header-wrap .icon-search i{
    color:#fff;
    font-size:22px
}
.dropdown-menu>li>a{
    white-space:normal
}
.search-field{
    position:absolute;
    bottom:16px;
    right:126px
}
.search-field form{
    margin-bottom:0
}
.auth-hide .search-field{
    right:0
}
.auth-hide .social-icons-list{
    right:70px
}
.btn-search,.btn-search-page-search{
    position:relative;
    margin-top:-3px;
    width:32px;
    height:32px;
    background:#4693aa;
    cursor:pointer;
    border-radius:50%;
    border:1px solid #4693aa;
    z-index:110
}
.btn-search .fa-search,.btn-search-page-search .fa-search{
    -webkit-transform:rotate(-19deg);
    transform:rotate(-19deg)
}
.btn-search i,.btn-search-page-search i{
    color:#fff;
    font-size:14px
}
.main-input-search{
    background:0 0;
    border:none;
    border-bottom:1px solid transparent;
    outline:0;
    box-sizing:border-box;
    padding:5px 30px 5px 14px;
    position:absolute;
    right:16px;
    top:-3px;
    bottom:0;
    z-index:5;
    color:#000;
    font-size:11px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    transition:all .15s .2s;
    -webkit-appearance:none;
    -moz-appearance:none
}
.main-input-search::placeholder{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:11px;
    color:transparent
}
.btn-search-wrap{
    position:relative
}
.btn-search-wrap .main-input-search{
    cursor:pointer;
    width:32px
}
.btn-search-wrap.focus-search .btn-search,.btn-search-wrap.focus-search .btn-search-page-search{
    z-index:110
}
.btn-search-wrap.focus-search .main-input-search{
    width:212px;
    right:16px;
    background:#fff;
    z-index:100;
    height:32px;
    border-left:1px solid #4693aa;
    border-top:1px solid #4693aa;
    border-bottom:1px solid #4693aa;
    border-radius:16px 0 0 16px;
    cursor:auto
}
.btn-search-wrap.focus-search .main-input-search::placeholder{
    color:#000;
    text-transform:uppercase
}
.search-click-field{
    position:absolute;
    top:0;
    bottom:0;
    width:32px;
    cursor:pointer;
    z-index:120
}
.btn-burger{
    position:absolute;
    top:13px;
    right:11px;
    display:none;
    width:46px;
    height:46px;
    border:1px solid #4693aa;
    border-radius:50%;
    cursor:pointer;
    z-index:100
}
.burger-line-wrap{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:23px;
    height:14px
}
.burger-line{
    display:block;
    position:absolute;
    width:100%;
    height:1px;
    background:#fff;
    transform-origin:center center;
    transition:all .2s ease-in-out
}
.burger-line:first-of-type{
    top:0;
    left:0
}
.burger-line:nth-of-type(2){
    top:47%;
    left:0;
    opacity:1
}
.burger-line:last-of-type{
    bottom:0;
    left:0
}
.btn-burger.clicked{
    border-color:#fff
}
.btn-burger.clicked .burger-line-wrap{
    height:auto
}
.btn-burger.clicked .burger-line:first-of-type{
    top:47%;
    -webkit-transform:rotate(135deg) translate(-1px,0);
    transform:rotate(135deg) translate(-1px,0)
}
.btn-burger.clicked .burger-line:nth-of-type(2){
    opacity:0
}
.btn-burger.clicked .burger-line:last-of-type{
    bottom:47%;
    -webkit-transform:rotate(-135deg) translate(-1px,0);
    transform:rotate(-135deg) translate(-1px,0)
}
.blog-p-banner-btn-details,.buying-g-banner-btn-details,.feat-p-banner-btn-details,.slider-btn-details{
    display:inline-block;
    padding:13px 10px 12px;
    text-transform:uppercase;
    text-align:center;
    border:1px solid #4693aa;
    border-radius:30px;
    background:rgba(0,0,0,.2);
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#fff;
    word-wrap:break-word;
    transition:all .15s;
    cursor:pointer
}
.blog-p-banner-btn-details:focus,.buying-g-banner-btn-details:focus,.feat-p-banner-btn-details:focus,.slider-btn-details:focus{
    color:#fff
}
.blog-post-category-name,.feat-post-category-name,.latest-post-category-name,.slider-category-name{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    text-transform:uppercase
}
.feat-post-item-img,.latest-post-item-img,.slider-post-item-img{
    display:block
}
.feat-post-item-img img,.latest-post-item-img img,.slider-post-item-img img{
    width:100%
}
.feat-post-item-img,.latest-post-item-img{
    display:block;
    position:relative;
    pointer-events:none
}
.feat-post-item-img:before,.latest-post-item-img:before{
    opacity:0;
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(17,19,20,.5);
    transition:all .15s;
    z-index:1
}
.feat-post-item-img:after,.latest-post-item-img:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/feat-p-photo-ton.png) no-repeat;
    background-size:cover
}
.feat-post-item-img .autor-rating,.latest-post-item-img .autor-rating{
    top:35px;
    right:18px
}
.post-item-img-link{
    pointer-events:all;
    display:inline-block;
    width:100%
}
.post-item-info-link{
    display:inline-block;
    width:100%
}
.category-items-wrap{
    position:relative;
    margin-bottom:24px
}
.bg-list-page-btn,.blog-post-cat-btn-link,.feat-post-cat-btn-link,.latest-post-cat-btn-link{
    display:inline-block;
    padding:13px 10px 12px;
    min-width:186px;
    text-transform:uppercase;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #090909;
    border-radius:30px;
    background:#090909;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    transition:all .15s
}
.bg-list-page-btn:focus,.bg-list-page-btn:hover,.blog-post-cat-btn-link:focus,.blog-post-cat-btn-link:hover,.feat-post-cat-btn-link:focus,.feat-post-cat-btn-link:hover,.latest-post-cat-btn-link:focus,.latest-post-cat-btn-link:hover{
    color:#fff;
    background:#4693aa;
    border-color:#4693aa
}
.blog-p-banner-title-bg,.buying-g-banner-title-bg,.feat-p-banner-title-bg{
    margin-bottom:45px
}
.blog-p-banner-title-bg{
    padding:111px 0 71px
}
.feat-p-banner-title-bg{
    padding:116px 0 73px
}
.about-banner-title-bg,.buying-g-banner-title-bg{
    padding:102px 0 65px
}
.blog-p-banner-icon,.buying-g-banner-icon,.feat-p-banner-icon{
    display:block;
    margin:0 auto 24px
}
.blog-p-banner-icon img,.buying-g-banner-icon img,.feat-p-banner-icon img{
    width:100%
}
.blog-p-banner-title,.buying-g-banner-title,.feat-p-banner-title{
    position:relative;
    margin-top:0;
    margin-bottom:12px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#fff
}
.blog-p-banner-title:before,.buying-g-banner-title:before,.feat-p-banner-title:before{
    content:"";
    position:absolute;
    top:124%;
    left:0;
    width:100px;
    height:4px;
    background:#4693aa
}
@media(max-width:991px){
    .blog-p-banner-title.decor-center:before,.buying-g-banner-title.decor-center:before,.feat-p-banner-title.decor-center:before{
        left:50%;
        width:50%;
        -moz-transform:translate(-50%,0);
        -o-transform:translate(-50%,0);
        -ms-transform:translate(-50%,0);
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0)
    }
}
.blog-p-banner-subtitle,.buying-g-banner-subtitle,.feat-p-banner-subtitle{
    margin-top:0;
    margin-bottom:35px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#fff
}
.blog-p-banner-btn-details,.buying-g-banner-btn-details,.feat-p-banner-btn-details{
    min-width:124px
}
.btn-details-wrap{
    text-align:center
}
.feat-post-cat-btn-link{
    margin:0 auto
}
.breadcrumbs-wrap{
    padding-top:0;
    margin-bottom:26px
}
.page-template-page-bg .breadcrumbs-wrap,.page-template-page-hidden-bg .breadcrumbs-wrap{
    margin-top:4px;
    margin-bottom:40px;
    width:100%;
    padding:0
}
.breadcrumbs{
    margin-bottom:0;
    padding-left:0
}
.breadcrumbs li{
    display:inline-block;
    margin-right:12px;
    padding-right:26px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    transition:all .15s
}
.breadcrumbs li:last-of-type{
    margin-right:0
}
.breadcrumbs li:last-of-type a:after{
    display:none
}
.breadcrumbs li:last-of-type a:before{
    display:none
}
.breadcrumbs li:last-of-type a:hover:before{
    display:none
}
.breadcrumbs li:hover a{
    color:#4693aa
}
.breadcrumbs li:hover a:after{
    opacity:0
}
.breadcrumbs li:hover a:before{
    opacity:1
}
.breadcrumbs a{
    display:inline-block;
    position:relative;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    transition:all .15s
}
.breadcrumbs a:after{
    content:"\e912";
    opacity:1;
    position:absolute;
    right:-26px;
    top:8px;
    transition:all .15s;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:6px
}
.breadcrumbs a:before{
    content:"\e912";
    opacity:0;
    position:absolute;
    right:-26px;
    top:8px;
    transition:all .15s;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
body.home{
    background:#efefef
}
.home .slider-block-wrap+section{
    background-image:-moz-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image:-webkit-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image:-ms-linear-gradient(to bottom,#fff 40%,#efefef 40%);
    background-image:linear-gradient(to bottom,#fff 40%,#efefef 40%)
}
#cat-item-description .posts-widget-block{
    margin-top:48px;
    margin-bottom:10px
}
#cat-item-description .posts-widget-block .title-design-wrap{
    margin-bottom:0
}
#cat-item-description .posts-widget-block .widget-title{
    position:relative;
    padding:0;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    background:0 0;
    box-shadow:none;
    text-transform:none;
    color:#000
}
#cat-item-description .posts-widget-block .widget-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#cat-item-description .posts-widget-block .widget-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
#cat-item-description.single-review-page .posts-widget-block{
    margin-top:48px;
    margin-bottom:10px
}
#cat-item-description.single-review-page .posts-widget-block .widget-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px
}
.slider-init{
    opacity:0;
    min-height:470px;
    overflow:hidden
}
.slider-init.slick-initialized{
    opacity:1;
    min-height:0;
    overflow:visible
}
.slick-slide{
    height:auto
}
.slider-block-wrap{
    padding-bottom:100px;
    background:#fff
}
.slider-post-item{
    position:relative
}
.slider-post-item:focus,.slider-post-item:hover{
    outline:0
}
.slider-post-item-info{
    position:absolute;
    left:67px;
    bottom:55px
}
.slider-post-item-img{
    position:relative;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.slider-post-item-img:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.slider-category-name{
    display:inline-block;
    margin-bottom:20px;
    font-size:14px;
    color:#4693aa;
    transition:all .15s;
    cursor:auto
}
.slider-category-name:hover{
    color:#4693aa
}
.slider-category-name span{
    display:inline-block;
    margin-right:10px
}
.slider-hashtag{
    display:inline-block;
    margin-right:10px
}
.slider-category-item-title{
    margin-top:0;
    margin-bottom:30px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#fff
}
.slider-category-item-title .category-item-autor{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.slider-category-item-title span{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.slider-btn-details{
    min-width:186px
}
.slick-arrow{
    display:block;
    width:46px;
    height:46px;
    background:0 0;
    border:1px solid #4693aa;
    border-radius:50%;
    color:transparent;
    transition:all .15s
}
.slick-arrow:focus{
    outline:0
}
.slider-init .slick-prev{
    position:absolute;
    left:0;
    bottom:-73px
}
.slider-init .slick-prev:before{
    content:"\f04b";
    position:absolute;
    left:46%;
    top:48%;
    -webkit-transform:translate(-50%,-50%) rotate(180deg);
    transform:translate(-50%,-50%) rotate(180deg);
    font-family:fontawesome;
    font-size:13px;
    color:#4693aa
}
.slider-init .slick-next{
    position:absolute;
    right:0;
    bottom:-73px
}
.slider-init .slick-next:before{
    content:"\f04b";
    position:absolute;
    left:53%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-family:fontawesome;
    font-size:13px;
    color:#4693aa
}
.slick-dots{
    display:block;
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    margin-top:41px;
    padding-left:0;
    margin-bottom:0
}
.slick-dots li{
    list-style:none;
    display:inline-block;
    margin-right:40px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#b1b1b1;
    cursor:pointer
}
.slick-dots li:last-of-type{
    margin-right:0
}
.slick-dots .slick-active{
    position:relative;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#000
}
.slick-dots .slick-active:after{
    content:"";
    position:absolute;
    display:block;
    height:1px;
    background:#4693aa;
    left:1px;
    right:-2px;
    top:104%
}
#latest-posts .btn-details-wrap{
    margin-bottom:66px
}
#latest-posts .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:35px
}
#latest-posts .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    color:#000
}
#latest-posts .section-title a{
    color:#000
}
#latest-posts .section-title a:focus,#latest-posts .section-title a:hover{
    color:#000
}
#latest-posts .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#latest-posts .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
.feat-post-wrap,.latest-posts-wrap{
    text-align:center
}
.feat-post-hover-effects,.latest-post-hover-effects{
    opacity:0;
    display:inline-block;
    position:absolute;
    left:9%;
    right:9%;
    top:5%;
    bottom:5%;
    border-top:1px solid #4693aa;
    border-left:1px solid #4693aa;
    border-right:1px solid #4693aa;
    transition:all .15s 0s;
    z-index:1;
    pointer-events:none
}
.save-link-wrap{
    display:block;
    visibility:hidden;
    position:absolute;
    left:15px;
    top:15px;
    transition:all .15s;
    z-index:80;
    cursor:pointer
}
.save-link-wrap.rating-on{
    top:56px
}
.general-icon-font{
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa
}
.save-link-img{
    display:inline-block;
    padding:5px;
    pointer-events:all
}
.save-link-img:before{
    content:"\e911";
    font-size:27px;
    color:#fff
}
.save-link-img:hover:before{
    content:"\e900";
    color:#fff
}
.save-link-img.post-saved-link:before{
    content:"\e900";
    color:#fff
}
.save-link-title{
    display:block;
    position:absolute;
    bottom:-19px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#fff;
    letter-spacing:.75px
}
.save-link-title:hover{
    color:#fff
}
.single-post-read-more-btn{
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    text-transform:uppercase;
    color:#fff;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:13px;
    width:auto;
    pointer-events:none;
    transition:all .36s 0s
}
.single-post-read-more-btn:focus,.single-post-read-more-btn:hover{
    color:#4693aa
}
.latest-post-btn-arrow-wrap{
    overflow:hidden;
    position:absolute;
    width:100%;
    bottom:-16px;
    z-index:1
}
.latest-post-btn-arrow-wrap .latest-post-btn-details{
    position:relative;
    display:inline-block;
    font-size:26px;
    font-family:Arial
}
.latest-post-btn-arrow-wrap .latest-post-btn-details:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:20px;
    right:368%
}
.latest-post-btn-arrow-wrap .latest-post-btn-details:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:20px;
    left:368%
}
.feat-post-item-wrap,.latest-post-item-wrap{
    margin-bottom:32px
}
.latest-post-item-info .latest-post-btn-details{
    transition:all .15s;
    opacity:1
}
.latest-post-item{
    display:block;
    text-align:center
}
.latest-post-item:hover .save-link-wrap{
    visibility:visible
}
.latest-post-item:hover .latest-post-item-img:before{
    opacity:1
}
.latest-post-item:hover .latest-post-item-info{
    width:100%;
    background:#000;
    box-shadow:none;
    transition:all .15s 0s
}
.latest-post-item:hover .latest-post-item-info .latest-post-btn-details{
    opacity:0
}
.latest-post-item:hover .latest-post-category-item-title,.latest-post-item:hover .latest-post-category-name{
    color:#fff
}
.latest-post-item:hover .latest-post-category-name:after{
    background:#fff
}
.latest-post-item:hover .latest-post-hover-effects{
    opacity:1;
    transition:all .15s .1s
}
.item-title-wrap{
    min-height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:5px
}
.blog-post-category-item-title,.feat-post-category-item-title,.latest-post-category-item-title{
    color:#000;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    line-height:1.4;
    margin-top:0;
    margin-bottom:0;
    transition:all .15s;
    width:100%;
    word-wrap:break-word
}
.blog-post-category-item-title a,.feat-post-category-item-title a,.latest-post-category-item-title a{
    color:#000
}
.blog-post-category-item-title a:focus,.blog-post-category-item-title a:hover,.feat-post-category-item-title a:focus,.feat-post-category-item-title a:hover,.latest-post-category-item-title a:focus,.latest-post-category-item-title a:hover{
    color:#fff
}
.feat-post-item-info,.latest-post-item-info{
    display:inline-block;
    position:relative;
    margin:-29px 0 0;
    padding:15px 15px 12px;
    width:89%;
    background:#fff;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12);
    transition:all .15s .1s;
    z-index:1
}
.blog-post-category-name,.feat-post-category-name,.latest-post-category-name{
    display:inline-block;
    color:#000;
    position:relative;
    font-size:11px;
    margin-bottom:20px;
    z-index:99;
    transition:all .15s
}
.blog-post-category-name:after,.feat-post-category-name:after,.latest-post-category-name:after{
    content:"";
    position:absolute;
    top:170%;
    left:50%;
    width:30px;
    height:1px;
    background:#4693aa;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    transition:all .15s
}
.blog-post-btn-details,.feat-post-btn-details,.latest-post-btn-details{
    display:block;
    color:#4693aa;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    transition:all .15s
}
.blog-post-btn-details:hover,.feat-post-btn-details:hover,.latest-post-btn-details:hover{
    color:#4693aa
}
.feat-post-hashtag,.latest-post-hashtag{
    margin-right:4px
}
#buying-guides .btn-details-wrap{
    margin-bottom:66px
}
#buying-guides .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:35px
}
#buying-guides .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    color:#000
}
#buying-guides .section-title a{
    color:#000
}
#buying-guides .section-title a:focus,#buying-guides .section-title a:hover{
    color:#000
}
#buying-guides .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#buying-guides .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
.about-banner-title-bg,.buying-g-banner-title-bg{
    background-repeat:no-repeat;
    background-size:contain;
    background-position:87% 0;
    text-align:center
}
.about-banner-title-bg.term-has-image,.buying-g-banner-title-bg.term-has-image{
    background-size:cover;
    background-position:center;
    position:relative
}
.about-banner-title-bg.term-has-image:before,.buying-g-banner-title-bg.term-has-image:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(0,0,0,0)),to(#000));
    background:-o-linear-gradient(top,rgba(0,0,0,.1) 10%,#000 100%);
    background:linear-gradient(180deg,rgba(0,0,0,.1) 10%,#000 100%)
}
@media(max-width:991px){
    .about-banner-title-bg.video-banner.brand-assets-title-banner,.buying-g-banner-title-bg.video-banner.brand-assets-title-banner{
        padding:95px 35px 78px;
        margin-bottom:30px
    }
}
.about-banner-title-bg,.blog-p-banner-title-bg,.buying-g-banner-title-bg,.feat-p-banner-title-bg{
    background-color:#000;
    position:relative;
    overflow:hidden
}
.about-banner-title-bg:after,.blog-p-banner-title-bg:after,.buying-g-banner-title-bg:after,.feat-p-banner-title-bg:after{
    content:"";
    position:absolute;
    top:50%;
    bottom:-283px;
    left:0;
    right:0;
    background-color:rgba(255,255,255,.1);
    -webkit-transform:skewY(11.9deg);
    transform:skewY(11.9deg)
}
.about-banner-title-bg:before,.blog-p-banner-title-bg:before,.buying-g-banner-title-bg:before,.feat-p-banner-title-bg:before{
    display:block
}
.about-banner-title-bg .container,.blog-p-banner-title-bg .container,.buying-g-banner-title-bg .container,.feat-p-banner-title-bg .container{
    z-index:99;
    position:relative;
    text-align:center
}
.blog-p-banner-info-wrap{
    position:relative;
    z-index:99
}
.feat-p-banner-info-wrap{
    position:relative;
    z-index:99
}
.buying-g-banner-info-wrap{
    position:relative;
    z-index:99
}
.buying-g-item-wrap{
    text-align:center;
    margin-bottom:68px;
    transition:all .15s
}
.buying-g-item-img{
    pointer-events:all;
    display:inline-block;
    position:relative;
    width:100%
}
.buying-g-item-img img{
    width:100%
}
.buying-g-item-info{
    position:absolute;
    bottom:-28px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    padding-top:23px;
    padding-bottom:56px;
    padding-left:0;
    padding-right:0;
    display:inline-block;
    width:82%;
    background:#fff;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
    height:299px;
    min-height:299px;
    overflow:hidden;
    z-index:1;
    cursor:pointer
}
.buying-g-item-info.animate{
    min-height:299px;
    z-index:1005
}
.buying-g-item-info.animate .dots-bottom-list{
    opacity:0
}
.buying-g-item-info.animate .buying-g-list-items-wap{
    max-height:300px;
    overflow:auto;
    padding:0 10px 31px 0
}
.buying-g-item-info.animate .buying-g-list-items-wap::-webkit-scrollbar{
    width:6px;
    transition:.15s ease-in-out
}
.buying-g-item-info.animate .buying-g-list-items-wap::-webkit-scrollbar-track{
    background-color:#fff;
    transition:.15s ease-in-out
}
.buying-g-item-info.animate .buying-g-list-items-wap::-webkit-scrollbar-thumb{
    background-color:#efefef;
    border-radius:25px;
    transition:.15s ease-in-out
}
.buying-g-list-items-wap{
    padding-bottom:31px
}
.items-count{
    margin-bottom:11px;
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    font-size:11px;
    text-transform:uppercase;
    color:#4693aa;
    letter-spacing:1.5px
}
.buying-g-item-info-wrap{
    padding:0 15px
}
.buying-g-item-info-title{
    position:relative;
    margin:0 0 30px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:27px;
    color:#111314
}
.buying-g-item-info-title:after{
    content:"";
    position:absolute;
    top:129%;
    left:50%;
    width:52px;
    height:1px;
    background:#4693aa;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
.buying-g-list-item{
    display:block;
    margin-bottom:14px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    transition:all .15s
}
.buying-g-list-item:hover{
    color:#4693aa
}
.dots-bottom-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:absolute;
    left:0;
    right:0;
    bottom:56px;
    background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%);
    background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%);
    background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%);
    background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%);
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    font-size:15px;
    letter-spacing:-1px;
    opacity:1;
    height:40px;
    transition:all .15s
}
.dots-bottom-list span{
    display:none;
    padding:3px
}
.buying-g-item-btn-details{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:inline-block;
    width:100%;
    padding:19px 10px 17px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#fff;
    background:#111314;
    text-transform:uppercase
}
.buying-g-item-btn-details:focus,.buying-g-item-btn-details:hover{
    color:#fff
}
#featured-posts .btn-details-wrap{
    margin-bottom:66px
}
#featured-posts .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:35px
}
#featured-posts .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    color:#000
}
#featured-posts .section-title a{
    color:#000
}
#featured-posts .section-title a:focus,#featured-posts .section-title a:hover{
    color:#000
}
#featured-posts .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#featured-posts .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
.feat-p-banner-title-bg{
    background:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/featured-p-banner-bg.jpg) no-repeat;
    background-size:contain;
    background-position:87% 0;
    text-align:center;
    background-color:#000
}
.feat-p-banner-icon{
    width:107px;
    height:101px;
    display:block;
    position:relative;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAANYAAADKCAYAAADZ977OAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQzRTgwMjNGRTRFRDExRTc4QjY2QTFGQTc4RDgyRTEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQzRTgwMjQwRTRFRDExRTc4QjY2QTFGQTc4RDgyRTEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDNFODAyM0RFNEVEMTFFNzhCNjZBMUZBNzhEODJFMTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDNFODAyM0VFNEVEMTFFNzhCNjZBMUZBNzhEODJFMTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4+eQ1yAAAUKUlEQVR42uyde/AkVXXHz/TvvU8gsMHwUrICJiEGokWyCKJokKiFSqJJKiXrI2WUJFTpH2pVECxJpcTEaBKljJSPVJLSBB9YlDEQIkhWFrTQ+FhQBBZQHi6w7vP3nOncQ3+vv97ZefRM3+6+ffv7rTq/7pnfTE9Pz/30OffcVyuOY6G8UWRsIrVtYT+9tWZl9+PU1u53sN9J7bex3069jnKsFsGqRArNZNc26gKmDFngVmBtbFkoCJb/19jYFACy25bn52wBW05BRxGsyqUATadAqrtiQLaEbZs/McEqq240nYKpFfj3bQMyCxpFsJyGeDOwqQZfB62jLRIygpVX6pVmsaUOh2wB1iFYVJZQbxYW8XJk0hI82SLBonolIebonejFCJYbzQCoSV4KZ4rhvealAVlFgnU4UGskabClipN6r4MhezDWFxJpqHeEsfWEqhRpXfUoY+scl8ENxj4NaA9ifwM9VvmaxI/LkK/aEHEelrcwft7Yq7ue+4Kx1xCs8jz1WoR+lB/qwMssjPn+3zJ2O/Zfh+1nsf1tY9sJVoHfF0mJOQm/d0Rdpf0SD8jojc1fMXaBseuNvQrPfdHYRcb+y9jLCFYxmkLYxzpUPbQAwLIU0BcYuw37Zxr7FvbPMHYX9s8x9r9MXrj1UgrURkJVuwTHkZKtDfEqbK9PQSXYv77rNfRYDjQt7jNPVPnS9q/9fbzXeca+2sNbSQ+v9SJjt9Bj5fNSmpzYQKiC0Ay8V6/Ozlf28Va9vNaV9Fjjiyn0sGXbqLJ4q8q8VmhgzcJTMeMXpvSG+SxjJxk7wdibjZ0oh2YC+8lmCB8y9nFjPzD2I9g+gjU49Jtl2QtCc/Aspxo7GTDp9pger91l7CxjDww5ph7jjj7HeNzYvSnQvm/sxpRnbCRYEepSDP3CkMJ0nbFj+/xf0/D3w75r7J+M7cx47GPh5TQ03Axb0+e1jxh7qbEdTQRrkgmK4HQDPNCT8DDqie7D9gEU+O5CuzhmOKeRzvEpyE7B9mx4Nm33OqdpYM0g5mZ9KiztwvZCY98c4X3aU2OvuJm6Ld09aqzyVdc7vcbg6wlVkHoS29eM+PtqKl5HKOTtBKCf+YddkDcCrLUwKkz9DbZ/YuzqEeFSqDbmqG/rZ33U2F/g8fuaAtY6eCsqXF1r7P3Y32rs70f0QhHgGnXmLP2MTxr7Uzy+wtg/jO32alTHWi8c5tEkqde4HPufw+OlEd4fo86VpZf8NKD6Izx+VwruoMHaIJzQpYl6A8JBlQ79eOMYcO0b8h4tV5refyUev83YNXlPvA5gEapm6w+MfRgh3i3GXi/JaGMXcGkblvbI0PYqHWj5JmOfcnHSvtex1hOqxuszxi5FSHfeGN6khXLUq871L4BqGcB+ytVJ++yxNFHBLkqU1e9KMjmMSofa/2jE92tB3yOrK6doD497sP9qeC5n8tVjsd8f1a0vIxmhOnocJ4Jqhc0wbsJ2r2uofAVLgWJKnerWJlmdyuzBHOXddoG7L1WHPzZ0sOyIX4rq1q9g+zNjj+Y4zgTqXNrncDeeOz1ksCbxhSmql07DdoeDY02hrH2nKLB8GWphMzdl9P3bZuwXJBl+wCVAV2+wE4gYdAySdkDVRtmviz+rhfwqtnc7Ot4MkhcvDBmsMqd2Pgafp5OTPEGmfh6CawdWO0/IL8PuQ8jkww3Ieqx7MtTRz8L+9iE3BptZ/LUQwVoj5bZVqVd8SpIJHreTqad1BO7aWiCfbew5kkx+qe07t+RIFrj0qMNCQQVKe2ZcJsm88ILfWRuXPyG9Z9jdkfKG+hmdUMCalv4jOIuStmX81Nitxm4iU09LZ0Dai/BIbzy/CI+lYZLtsfCIVLcU6kmy2vxyT48y9MfG3iGrKXSblFDA3itJA/PfStIgnO6BYY+lWeiTZfS2MS+TF/rZVWQAYxjrV6tq4279M4R/O3DzUcDOM3a+JJO3VKXN2P5EVtuy1Clod6c7Jekwuwke6kpjvw67Es9twmvuxHusQ9Fj/Rj7zw0lFFxfEdgt1Oc4pmtVG3E99IazC6FfG2CdAM/Vxs3o0Qo810rKsz4PHuydkkwQYwG5BnYg9b6PSNJN6a2w4yQZCvJ2gPZgKmzUsjjl6rtV1aVprsKC/U0kLf5RkvkVqASes1HX0MJlZyw6Ch7rNACl4bPO47ez5PPTEFUzlCd2Pa8ZzI8Dlj0Zbh5/LskAyu7qh06JtkWSzr27xcHw/io8xmQF9Soq+28zjQJ2P5I7t6Lg6d3+XEn66R0v5c6Dr5m9i419DYVeQ9aPSTJJ51UZoLJ166vwno/hGDGOeTE+IxJHbalVhIKcAMZ/TaDOpfPt3Q7YXgqgXoTX6AxGD5d4TjsBQF7pnBp/CeulaXjIxTqBxQWz6yEtWLOA61GEYZOA6kRs9X/b8P/QFuvWaspSnpCwzEI+wRCwtnoEIaFGGucjeXA+QqeyPVcZsit+7q8DWJxTvb5aATzbkNw4F3CF7LlmEQ4uj0tmGZoWjgQOQdrmc7MkmcHHUp5LZ4v9pQC/79jtrGV4LLtgAVV/ab1D235uQ2gfuueagOda8BGsWeESpaHpYXguBejFgde51iIkjH0CK2LCIkgtD/BcKwDuMXHYqbVCtVCGD/gE1homLBrluWwqXuC5Hg3ke84hHGz7AJZ6K85c2zzPdTJupvo/7bnxuLhZAaRqqZPY5wNY9FbN81yql0jSG912nN2OsLDuUidxMKvXKgosm02hmue5ZuC57FAP9VZ3BOK5MnutosDi9GXNlML137ira13rlFQCIATPldlrFQFWRG/VWGk7172IWLSHxgsC9FzqNPZXARahonSt4JsQIobmuazX6pQJVothYO3VQeIhz0habVD9IY4Tw3NpO9c5eE49166aXp8WnMfBMsGaFWYC664WwnkX/Uh1gOTNgEuH9z8HYeIEPNcTUs/uT1rO5weFtEWARdVTCtI0Ig6dW1AXHtiTgm0cKTQ6sPB7xp4hyejj56bK3U5j/1fja7VYBlhTwj6BdQ8B7dB07al+Km6UcY5ysozQbw2SFlq30tmTtuDY99UULOtESgGLvSzqK83maaZrAQXmJJSN4wHc1JjHjVPHn8J2Gcc/C16srrKOpF0kWC2CVWvNw6M8jBBQZ2fSpW3WpUKfPGAtA1Atbzpf4ZGyOu1YnaU3oQNFgjXDpEWttYAwbQfuwMfgbux6UlMF7AeS9F54fgBVh5kywKLqq2V4Ek0hP4Q60UQPzzNOJJM+hvVcGnY+S+q/bJNNYiwVAVaUIwan/FCMirjakyV83jMlyTiGcEOe6QVW5OjAFDWK2jk9oU+a7lUNihwdmKJGrfRHgdTLW70itqiIg1JUwzTtGix6K4oaAyxNbrxMkuVRtIXc9o9S0yzSjZIsibKZ15ZqsCLpSgRODgjxLjH2Hlldg0il6xA9jgNpq/m5sHcDsvfJ8DViKSpEaZVoZZDHUmC0R/InAZUuc/ImSWbg0TWGnol9bYPQFSg+CO/1O5KsV3uZsLGYang42A2WhnTanV8Hp90tyaJj2t1fF0d+uIdX+7axvzZ2hrG/kiSNqsuj6EJg7JBLNUmT/cCynkq90XWSdDm5dYjrs9IGsg8ZuxCh4uuMXStcsodqjlrp8h6lnvzXFFS6APKwmT97pdm/Y+yVkrSqvwL1Lnouqkn1rEPAuiQV/m2V4aM6JwbUo85DXUx1uiQLLBMuqnFgqft6Dx6/VbLNUd2vUfgNxq6WpLOlZgp1iuGLA4WLCRqqbz1LwdKZS23279aMB5gYAtUbUce6KGC4CBbVrZ/PFaJ/XoUnPz0OmX2g+gqefyBwuCiqp9NRsLbgiZtGffMQqKQPXHdJGF2hYpYhqp/TUbCeLUmPiqyLhaWnxhoGVRquz2NfJyr5RgBwKViclYrqC5YWjt1jhIFZoVK9zdilqQKpcG0PAK5FliOqXyiY3mb1WKNC9V7s66LQvydJOv+EAOBiOEj1BUt7SjxDsveSeEsOqF4rSfbxtQHBRVFpaba4pWDtAFS/keFN2s71oRxQWREuKmivpWD9Dx5clAGqjzqAinBRjQDrP/DgzQMKdhqqrQ6gIlxUyIoULJ1A8QZJZj59xxCoNPFwoyOoCBcVNFiqd0oy+vEKY2cOgOqGAQe7IAXV1zJCRbiooMHSBMblkswRqPBs7gHVl6R/Wl4XFLs29Vjn/N4w4skQLio4sFTvN/bPkqTev9EDKlWrD1T/JklD8wck6bJ0JupuhItqolppsLSxU7N92vXoCDz39hRUvcBKQ3WVJO1bv0+4KIJ1qLQw67D6b+Hxu+TQqc1aA6D6MJ7fS7gognW4NInxfEBznCQzL23uAqsfVEK4KKo3WNZzvb4PXMOgIlwUsxcD/tcLrq0ZoSJcFD3WCHBdMwJUhIuix8oA1114rMtcfmnEzyFcFMHqA5eucq6Nxzq19PVy6JzuhIuixgBLpdlCncjzc5I0IhMuiuqteNT1sbQwX0q4KMqdx3qaRMJFUe49VkzPRVHFgUW4KKogsAgXRTkCq8OEBkUN58QFWISLonKCFQJcuwZ8B4ryDqy6wPV9SSYpbfP3p3wCq53h/z7D9Z/Y38/fnypIbdceqw5wqX3d2BP8/SmfwGqP8Dof4brN2I+N/ZS/P1WAtEkqLspj+Q7XzQwFqaK8lf4ZB6yVMT7IR7huF6biKY/A6sjo60KxnYtqilbGBWscr0W4KIJVEFiEi2IomOXNhIuiDqsmdfKAteyAasJFBRkG5vVYMeGiqN4OJ3JxkADh0rnrZ1lOqLqC5Rtcl2B/k7HPspxQIyh2EQq6BMsXuNYa+7uCvh/VoPpVXrBWxO24pirhUqh0sb1jAJSey+nSe6E9iuqlJVdgFXFXrwKubqhebuzbxo4ydhrLCzUOC5FLSmsIVy+oNHGxDf8/m+WFyqCOy1CwyHpIGXD1g0oIFpXXwUQOSK0jXIOgUt2Bz9/CehZVBVhFhYNFwnXdEKhUB1jPojIq7uVcXIC1WPCJu4RLATpjCFTCcJAa0bHERYBVZDjoEq4FY7tTdcNBUBEsKpdjiYo8uEdwad+/Txh7sbGdxp43BCrWs6isTmWpaLBiT+GyUF0AqC4y9kiGz2I9ixrbobgCKy44iTEuXONCxXCQylq9KBSsgR9SEVx5oSJY1CDZrm+FgzXwg0qGywVUqjvhjVnPokZyJFGZH1YSXKc6gkpBugJb1rOoTEkLq8kCwFpT8t3dwqW6WJJxVXrDeCgnVFcb25p6TsPBu1mmKJTzuEyPpR82X8EXtXDdkvpOx8FzXS5Jmn1tKkzU0cFzI0DFehaVLuNDI7NWHDvPkkcInaqQQvMBSXpW/GbXeSh8mj7XJXx2GPuyse9mhEr1FMLBmGUrt15h7M+MHS1Jm2LdvNX+KsBSrZPq54xoAYSzYVu6QNM42Q4R2YZExRV9oLI6l+GgU7CONHZWzc59t2RI0hUF1gQumk+yoP27sSl4t/VdLn5Y3fDdxq4lF7l1oSST92gC4C01Om9tEN6XNWwrqs6z4NlFieFt9OLsNHYZPJDCcoOs9iMcJNaz3Eh7tXzP2Fdrdt4Hs75wsuCTmBF/238saHfDCw0LHQXPUfmlmVrN3tZp8b9FGaGdtkiwOjiZuszPlwW0PWTCGVgPSr1mwjo4yosnSzgZn73WKKBR7jQv9cquzsuIvYqigk+oMyrpVCMU1+xcRy7DUQkntiDl9iGkKNdRV+wjWHpSB/j7UDVUW8bsSRSVdIJLUt54LYpypbEXgI9KPMkDwu5AVH2kVZjlOoDVFiYyqHqok7f6EpV8whqvrvB3ozxX7ugqquCk9zMkpDyW5gJyzzpWBVgrDAkpj0PAfS4OFFX0BeaFC7tR/mmfq2gqqvhLdPhbUp7I6c2+SrA6kqOdgKJ8rp5EFX+hJSl/jgx19Zr6Z28QKl2vikMCS1DAy6xvtWCTLFMUoHLel3XSoy+3UZIh/UVLP0dnaHqhJENaqOL0pLH7sfWx/bKwm3pRc16MC/lGKX7s1g8lmeviJ1KvEax11L2SzIalC/09JX4lqzLPX1Fnj2UrkPpFNxT8ObvwA+t3P5plv1Bp/fkUY4/ht130rKwVV9/wyGNZ6VD+dSyTVEHS+tSeor1n5OEXX5BqZtOlwpfCtLeMkDTy9AIcEP+mT6PqrRhQlTKaPfL4QmjjMQdHUi6hKi0zGXl+QfYSLsoBVJqoKLVvalSDC0O4qLxQlV5+oppcIIVrkeWEGiP8q+SmHNXoQumdhwkNahSoKhuaVLf+cnb08RzLDtVHNqVeaRcqHxuIs0jBWssyRHWpLSWm1EMES6UdaLWHBlezpwRh317xZD6VOoNlQ9kNNasrUu61KJ5NUlR3sARQbRCOr2qqtJeOd13gQgBLEA5qnWuW5awxsiN/vZyUKBSwrGYBGOtdYWtFSupMS7AOrXfpQMYJlr8gNS81mK8kRLBsaLhG2N7F0I9gFaJpSVLyzBrWW95l/ZoOlvVeTGzU10vVcvhQE8CymoL3Yt2rHlqQGq+p1iSwrPeagzFz6KdWpPy5JgmWI0UIDzmvoF9h30EJZARDU8GymkR4yF4b1SkGTGOtTk+w/JZmD9cQsErqUQclwFVnCNahmgFgTHAQKIJVEGBz9GDOQz5tj9KeE+3QvyzBGqwpADbNSzG2OvBQC9KghQYJVjZNwItpIzN7cWSTXSS7kZMAEazRNQ3A6MXonQhWEdcOXmwGIWOTYVqEh+KC7QTLqSJ4sGlAFnqvjjZAIkwEq1RNpSALIbMYAyALUps/McHyIWS0gNmt7x5NwVkBRCvi5zKnBIs6TBMALL2tolE6TkG0ktpnoSBYwdXVJlLbFvbT21bK47W6ILHbOJVYiLu27dSWP35B+n8BBgD24Ka1+hq3GwAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain
}
.feat-p-banner-icon:before{
    position:absolute;
    top:12px;
    right:6px;
    content:"\e90f";
    font-size:85px
}
.buying-g-banner-icon{
    width:102px;
    height:123px;
    display:block;
    position:relative;
    background-image:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAADKCAYAAADkZd+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMjM2Rjg0RTRFNjExRTdCOEMxQzJGMjRCM0Y1RjQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlBMjM2Rjg1RTRFNjExRTdCOEMxQzJGMjRCM0Y1RjQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUEyMzZGODJFNEU2MTFFN0I4QzFDMkYyNEIzRjVGNDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUEyMzZGODNFNEU2MTFFN0I4QzFDMkYyNEIzRjVGNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7qGiMzAAAdXklEQVR42uxd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);
    background-repeat:no-repeat;
    background-size:contain
}
.buying-g-banner-icon:before{
    position:absolute;
    top:-19px;
    left:0;
    content:"\e910";
    font-size:118px
}
.buying-g-banner-icon.font-icon-off{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50%;
    background-size:cover
}
.buying-g-banner-icon.font-icon-off:before{
    display:none
}
.feat-post-btn-arrow-wrap{
    overflow:hidden;
    position:absolute;
    width:100%;
    bottom:-16px;
    z-index:1
}
.feat-post-btn-arrow-wrap .feat-post-btn-details{
    position:relative;
    display:inline-block;
    font-size:26px;
    font-family:Arial
}
.feat-post-btn-arrow-wrap .feat-post-btn-details:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:20px;
    right:368%
}
.feat-post-btn-arrow-wrap .feat-post-btn-details:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:20px;
    left:368%
}
.feat-post-item{
    display:block;
    text-align:center
}
.feat-post-item:hover .save-link-wrap{
    visibility:visible
}
.feat-post-item:hover .feat-post-item-img:before{
    opacity:1
}
.feat-post-item:hover .feat-post-item-info{
    width:100%;
    background:#000;
    box-shadow:none;
    transition:all .15s 0s
}
.feat-post-item:hover .feat-post-item-info .feat-post-btn-details{
    color:transparent
}
.feat-post-item:hover .feat-post-category-item-title,.feat-post-item:hover .feat-post-category-name{
    color:#fff
}
.feat-post-item:hover .feat-post-category-name:after{
    background:#fff
}
.feat-post-item:hover .feat-post-hover-effects{
    opacity:1;
    transition:all .15s .1s
}
.featured-posts-wrap{
    margin-bottom:24px
}
.featured-posts-list .single-post .blog-post-info{
    padding-bottom:16px
}
.featured-posts-list .blog-post-item-wrap .blog-post-category-name{
    margin-bottom:0
}
.featured-posts-list .blog-post-item-wrap .blog-post-category-name:after{
    display:none
}
.featured-posts-list .blog-post-item-wrap .blog-post-btn-details{
    width:90%;
    max-width:275px;
    font-size:11px;
    padding:11px 10px;
    z-index:4
}
.featured-posts-list .blog-post-item:hover .blog-post-img:after{
    opacity:0
}
.featured-posts-list .blog-post-item{
    position:relative
}
.featured-posts-list .blog-post-item-link{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:block
}
.four-columns-posts-list .blog-post-item-wrap{
    width:25%
}
@media(max-width:992px){
    .four-columns-posts-list .blog-post-item-wrap{
        width:50%;
        float:left
    }
}
@media(max-width:767px){
    .four-columns-posts-list .blog-post-item-wrap{
        width:100%;
        float:none
    }
}
.four-columns-posts-list .col-md-4.post-item.blog-post-item-wrap:nth-child(3n+1){
    clear:none
}
.four-columns-posts-list .blog-post-category-name{
    margin-bottom:15px
}
.four-columns-posts-list .blog-post-category-item-title{
    font-size:16px;
    min-height:70px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.four-columns-posts-list .title-design-wrap .section-title{
    font-size:32px!important
}
#blog-posts .btn-details-wrap{
    margin-bottom:66px
}
#blog-posts .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:35px
}
#blog-posts .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    color:#000
}
#blog-posts .section-title a{
    color:#000
}
#blog-posts .section-title a:focus,#blog-posts .section-title a:hover{
    color:#000
}
#blog-posts .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#blog-posts .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
.blog-p-banner-title-bg{
    background-color:#000;
    background-size:contain;
    background-position:87% 0;
    text-align:center
}
.blog-p-banner-title-bg.term-has-image{
    background-size:cover;
    background-position:center
}
.blog-p-banner-icon{
    width:106px;
    height:108px;
    display:block;
    position:relative;
    background-image:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAMsAAADZCAYAAACO5cSjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY0QzBGOTkzRTRGNDExRTc5RDE0QjM3Q0U3ODcyQTE3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY0QzBGOTk0RTRGNDExRTc5RDE0QjM3Q0U3ODcyQTE3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjRDMEY5OTFFNEY0MTFFNzlEMTRCMzdDRTc4NzJBMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjRDMEY5OTJFNEY0MTFFNzlEMTRCMzdDRTc4NzJBMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5T4WJaAAAQW0lEQVR42uyd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);
    background-repeat:no-repeat;
    background-size:contain
}
.blog-p-banner-icon:before{
    position:absolute;
    top:1px;
    right:2px;
    content:"\e90b";
    font-size:107px
}
.blog-p-banner-icon.font-icon-off{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50%;
    background-size:cover
}
.blog-p-banner-icon.font-icon-off:before{
    display:none
}
.blog-post-item-wrap{
    margin-bottom:50px
}
.blog-post-items{
    position:relative;
    margin-bottom:24px
}
.blog-post-item{
    position:relative
}
.blog-post-img{
    position:relative
}
.blog-post-img img{
    width:100%
}
.blog-post-img:before{
    opacity:0;
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(17,19,20,.5);
    transition:all .15s .1s;
    pointer-events:none
}
.blog-post-img:not(.no-decoration):after{
    position:absolute;
    top:50%;
    left:50%;
    width:150px;
    height:150px;
    border:1px solid #4693aa;
    content:'';
    opacity:0;
    cursor:pointer;
    pointer-events:none;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,transform .35s;
    -webkit-transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin:50%;
    transform-origin:50%
}
.blog-post-img a{
    cursor:pointer;
    display:inline-block;
    width:100%
}
.blog-post-img a.single-post-read-more-btn{
    width:auto
}
.blog-post-info{
    padding-top:16px;
    padding-left:15px;
    padding-right:15px;
    background:#fff;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12);
    transition:all .15s
}
.blog-post-info .info{
    text-align:center
}
.blog-post-info a{
    display:block
}
.blog-post-description{
    min-height:60px;
    padding:0 10px;
    margin:0 0 15px
}
.blog-post-description p{
    text-align:left
}
.full-card-link{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0
}
.blog-post-btn-details{
    margin-bottom:14px;
    transition:all .15s
}
.post-autor-wrap{
    position:relative;
    padding:12px 16px;
    border-top:1px solid #eee;
    transition:all .15s
}
.post-autor{
    display:flex;
    align-items:center
}
.post-autor .user-rating-wrap{
    align-self:flex-start
}
.post-autor .user-rating-title{
    margin:0 0 3px
}
.single-post.video-post .item-title-wrap{
    position:relative;
    margin-bottom:15px
}
.single-post.video-post .item-title-wrap:after{
    content:'';
    background:#4b94aa;
    height:1px;
    width:50%;
    position:absolute;
    left:50%;
    top:100%;
    -moz-transform:translate(-50%,0);
    -o-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
.post-author-photo-info-wrap{
    display:flex;
    align-items:center
}
.user-rating-wrap{
    display:inline-block
}
.article-rating-wrap{
    display:inline-block;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%)
}
.article-rating-wrap.user-on{
    right:70px
}
.user-rating-title{
    text-transform:uppercase;
    font-size:13px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.article-rating-title{
    display:inline-block;
    font-size:15px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    margin-right:5px
}
.article-rating{
    display:inline-block;
    position:relative;
    height:21px;
    width:86px
}
.article-rating>span{
    color:#c9d1d5;
    font-size:15px
}
.article-rating>span:first-of-type{
    padding-left:0
}
.article-rating>span:nth-of-type(5){
    padding-right:0
}
.article-rating span{
    display:inline-block;
    padding:0 2px
}
.user-rating{
    position:relative;
    height:21px;
    width:86px
}
.user-rating>span{
    color:#c9d1d5;
    font-size:15px
}
.user-rating>span:first-of-type{
    padding-left:0
}
.user-rating>span:nth-of-type(5){
    padding-right:0
}
.user-rating span{
    display:inline-block;
    padding:0 2px
}
.article-rating-inner,.user-rating-inner{
    position:absolute;
    height:21px;
    top:0;
    left:0;
    overflow:hidden;
    white-space:nowrap
}
.article-rating-inner span,.user-rating-inner span{
    color:#4693aa;
    font-size:15px
}
.article-rating-inner>span:first-of-type,.user-rating-inner>span:first-of-type{
    padding-left:0
}
.article-rating-inner>span:nth-of-type(5),.user-rating-inner>span:nth-of-type(5){
    padding-right:0
}
.autor-rating{
    position:absolute;
    right:16px;
    top:50%;
    background:#000;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    padding:8px 13px;
    border-radius:30px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    letter-spacing:1.5px;
    color:#fff;
    transition:all .15s
}
.single-post .autor-rating{
    left:15px;
    top:36px;
    right:auto;
    background:#000;
    color:#fff;
    z-index:1
}
.single-post .blog-post-info{
    padding-bottom:2px
}
.rating-icon{
    display:inline-block;
    font-size:15px;
    margin-left:8px
}
.autor-img{
    width:46px;
    height:46px;
    margin-right:16px;
    display:inline-block;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 5px 8px 0 rgba(29,29,29,.29)
}
.autor-img img{
    width:100%;
    height:100%;
    border-radius:50%
}
.autor-img{
    display:inline-block
}
.autor-info{
    display:inline-block;
    margin-right:24px;
    text-align:left
}
.autor-name{
    margin-bottom:3px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:11px;
    text-transform:uppercase;
    color:#000;
    transition:all .15s
}
.published-time{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    transition:all .15s
}
.follow-text-box{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#000;
    transition:all .15s;
    margin:0 0 3px
}
.blog-post-btn-details .icon{
    position:relative;
    display:none;
    font-size:26px;
    font-family:Arial;
    line-height:10px;
    transition:all .15s
}
.blog-post-count-list{
    opacity:0;
    width:40px;
    position:absolute;
    top:20px;
    right:14px;
    transition:all .15s;
    z-index:9
}
.blog-post-count-list .view-count{
    display:inline-block;
    margin-bottom:18px;
    font-family:MontserratBold;
    font-size:11px;
    color:#fff;
    text-align:center
}
.blog-post-count-list .view-icon{
    display:block;
    width:36px;
    height:26px;
    margin:0 auto 11px
}
.blog-post-count-list .view-icon img{
    width:100%
}
.blog-post-count-list .like-count{
    display:inline-block;
    margin-bottom:18px;
    font-family:MontserratBold;
    font-size:11px;
    color:#fff;
    text-align:center
}
.blog-post-count-list .like-icon{
    display:block;
    width:32px;
    height:28px;
    margin:0 auto 10px
}
.blog-post-count-list .like-icon img{
    width:100%
}
.blog-post-count-list .share-count{
    position:relative;
    display:inline-block;
    font-family:MontserratBold;
    font-size:11px;
    color:#fff;
    text-align:center
}
.blog-post-count-list .share-count:hover{
    cursor:pointer
}
.blog-post-count-list .share-count:hover .share-social-list{
    opacity:1
}
.blog-post-count-list .share-count .share-social-list{
    opacity:0;
    position:absolute;
    right:100%;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width:50px;
    transition:all .15s
}
.blog-post-count-list .share-count .share-social-list a{
    display:inline-block;
    color:#fff
}
.blog-post-count-list .share-count .share-social-list a:hover{
    color:#fff
}
.blog-post-count-list .share-icon{
    display:block;
    width:26px;
    height:32px;
    margin:0 auto 10px
}
.blog-post-count-list .share-icon img{
    width:100%
}
.blog-post-date{
    position:absolute;
    left:15px;
    top:21px;
    min-width:96px;
    padding:13px 10px;
    border-radius:30px;
    background:#fff;
    color:#000;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    z-index:9
}
.blog-post-btn-details .text{
    transition:all .15s;
    line-height:10px
}
footer{
    position:relative;
    background-color:#000;
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    padding:56px 0 20px
}
footer.colored-bg:before{
    display:none
}
footer .footer-logo{
    margin-bottom:37px;
    display:inline-block;
    width:230px
}
footer .footer-logo img{
    width:100%
}
footer:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
footer .footer-dmca-widget{
    list-style:none;
    position:absolute;
    right:0;
    bottom:0
}
footer .dmca-badge{
    display:inline-block
}
footer .subscribe-form-wrap{
    position:relative
}
footer .subscribe-form{
    border-radius:0;
    border:none
}
footer .subscribe-form input{
    padding-right:51px;
    padding-left:15px;
    border-radius:0;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    background:#1c1c1f;
    border:1px solid #1c1c1f
}
footer .subscribe-form input::-webkit-input-placeholder{
    color:gray;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:none
}
footer .subscribe-form input::-moz-placeholder{
    color:gray;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:none
}
footer .subscribe-form input:-ms-input-placeholder{
    color:gray;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:none
}
footer .subscribe-form input:-moz-placeholder{
    color:gray;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:none
}
footer .subscribe-form .btn-subscribe{
    width:56px;
    height:56px;
    border-radius:0;
    right:-28px;
    top:-4px;
    bottom:auto;
    left:auto;
    min-width:0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    transition:all .15s
}
footer .subscribe-form .btn-subscribe i{
    font-size:30px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
footer .subscribe-form .btn-subscribe:hover{
    -webkit-transform:rotate(45deg) scale(1.1);
    transform:rotate(45deg) scale(1.1)
}
footer .subscribe-form.sub-error input{
    color:#da0000
}
footer .subscribe-form.sub-error input::-webkit-input-placeholder{
    color:#da0000
}
footer .subscribe-form.sub-error input::-moz-placeholder{
    color:#da0000
}
footer .subscribe-form.sub-error input:-ms-input-placeholder{
    color:#da0000
}
footer .subscribe-form.sub-error input:-moz-placeholder{
    color:#da0000
}
footer .subscribe-form-title{
    margin-bottom:16px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:20px;
    color:#fff
}
.footer-second-column{
    padding-top:94px
}
.footer-second-column-wrap{
    position:absolute;
    right:54px
}
.footer-menu-wrap{
    display:inline-block
}
.footer-menu{
    margin-bottom:0;
    padding-left:0
}
.footer-menu li{
    display:block;
    margin-bottom:5px;
    list-style:none;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px
}
.footer-menu li:last-of-type{
    margin-right:0
}
.footer-menu li a{
    transition:all .15s;
    color:#fff
}
.footer-menu li a:hover{
    color:#4693aa
}
.contact-adress-wrap{
    padding-top:8px
}
.contact-adress-wrap a{
    color:#fff
}
.adress-title,.contact-title,.email-title,.phone-title{
    display:none
}
.contact-adress,.contact-email,.contact-phone{
    display:block;
    margin-bottom:0;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:2;
    color:#fff;
    text-align:right
}
.contact-adress:hover,.contact-email:hover,.contact-phone:hover{
    color:#fff
}
.contact-email{
    transition:all .15s
}
.contact-email:hover{
    color:#4693aa
}
.wrap-second-footer-lavel{
    margin-top:40px;
    position:relative;
    text-align:center
}
.footer-social-icons-list{
    position:relative;
    display:block;
    margin-top:26px
}
.footer-social-icons-list ul{
    margin-bottom:0;
    padding-left:0;
    margin-top:3px
}
.footer-social-icons-list ul li{
    display:inline-block;
    list-style:none;
    margin-right:20px
}
.footer-social-icons-list ul li:last-of-type{
    margin-right:0
}
.footer-social-icons-list ul li a{
    font-size:15px;
    color:#fff
}
.footer-social-icons-list ul li a:hover{
    color:#4693aa
}
.footer-privacy-policy{
    color:#fff;
    text-align:center
}
.footer-privacy-policy a{
    margin-right:35px;
    color:#7f7f7f;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px
}
.footer-privacy-policy a:hover{
    color:#fff
}
@media(max-width:991px){
    .footer-privacy-policy a{
        display:block;
        margin-right:0;
        margin-top:10px
    }
}
.footer-privacy-policy span{
    color:#fff
}
.copyright{
    display:inline-block;
    position:absolute;
    left:0;
    bottom:0;
    color:#7f7f7f;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px
}
.copyright span{
    color:#7f7f7f
}
@media(max-width:991px){
    .copyright{
        display:block
    }
}
#latest-posts.buying-g-latest-post{
    padding-top:115px;
    background-image:-moz-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:-webkit-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:-ms-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:linear-gradient(to bottom,#fff 411px,#efefef 411px)
}
#cat-item-description{
    padding-top:31px
}
#cat-item-description .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:44px
}
#cat-item-description .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000
}
#cat-item-description .section-title a{
    color:#000
}
#cat-item-description .section-title a:focus,#cat-item-description .section-title a:hover{
    color:#000
}
#cat-item-description .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    right:110%
}
#cat-item-description .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:52%;
    left:110%
}
#cat-item-description .cat-item-description-content .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin:50px 0 0
}
#cat-item-description .cat-item-description-content>ul{
    padding-left:0;
    margin-bottom:0
}
#cat-item-description .cat-item-description-content>ul li{
    list-style:none;
    position:relative;
    padding-left:21px;
    margin-bottom:14px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px
}
#cat-item-description .cat-item-description-content>ul li:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:6px;
    color:#4693aa
}
#cat-item-description .cat-item-description-content .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    max-width:64%;
    color:#000
}
#cat-item-description .cat-item-description-content .section-title a{
    color:#000
}
#cat-item-description .cat-item-description-content .section-title a:focus,#cat-item-description .cat-item-description-content .section-title a:hover{
    color:#000
}
#cat-item-description .cat-item-description-content .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:48%;
    right:108%
}
#cat-item-description .cat-item-description-content .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:48%;
    left:108%
}
#cat-item-description .cat-item-description-content .buy-now-btn{
    padding:16px 10px;
    min-width:310px
}
#cat-item-description .cat-item-description-content .buy-now-btn:hover{
    border-radius:50px
}
.description-content{
    position:relative
}
.description-content .top-10-overlay{
    background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    position:absolute;
    left:0;
    bottom:0;
    height:50%;
    width:100%;
    text-align:center
}
.description-content .top-10-overlay-control{
    display:inline-block;
    padding-right:10px;
    position:absolute;
    bottom:-32px;
    left:50%;
    transform:translate(-50%,0);
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#4693aa;
    text-transform:uppercase;
    transition:all .15s;
    cursor:pointer
}
.description-content .top-10-overlay-control:before{
    content:"\2193";
    display:inline-block;
    position:absolute;
    left:95%;
    top:0;
    font-size:13px;
    font-family:Arial
}
.description-content .top-10-overlay-control:hover{
    color:#000
}
.description-content .top-10-overlay-control.expand:before{
    content:"\2191"
}
.description-content.expand .top-10-overlay{
    bottom:-100%
}
.description-content.expand .top-10-overlay-control:before{
    content:"\2191"
}
.description-content.expand .description-block{
    max-height:none;
    overflow:visible
}
.hide-latest-posts{
    margin-bottom:63px
}
p img{
    width:100%
}
.faq-block img{
    max-width:100%;
    width:auto;
    height:auto
}
.faq-block p{
    margin:0 0 26px;
    text-align:left;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.6;
    color:#000
}
.faq-block ol,.faq-block ul{
    margin:10px 0 20px
}
.faq-block li{
    margin-bottom:9px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    padding-left:10px
}
.faq-block h2{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    color:#000;
    margin-bottom:32px
}
.faq-block h3{
    margin:33px 0 32px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    color:#000
}
.faq-block h3:first-of-type{
    margin-top:0
}
.faq-block h4{
    margin:0 0 24px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    color:#000
}
.faq-block a,.faq-block p a,.faq-block>a{
    color:#4693aa;
    position:relative;
    -webkit-transition:all .15s;
    transition:all .15s;
    text-decoration:underline
}
.faq-block a:hover,.faq-block p a:hover,.faq-block>a:hover{
    text-decoration:none
}
.author-box-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:flex-start;
    border:1px solid rgba(70,147,170,.3);
    padding:21px;
    margin:0 0 30px
}
.author-box-wrap .author-social-links{
    margin:10px 0 0
}
.author-box-wrap .author-social-links-list{
    padding:0;
    margin:0;
    list-style-type:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center
}
.author-box-wrap .author-social-links-list li{
    -webkit-perspective:100px;
    -moz-perspective:100px;
    -ms-perspective:100px;
    perspective:100px;
    margin:0 13px 0 0
}
.author-box-wrap .author-social-links-list li:last-of-type{
    margin:0
}
@media(min-width:992px){
    .author-box-wrap .author-social-links-list li:hover .author-social-item{
        -moz-transform:rotateY(360deg);
        -o-transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
        transform:rotateY(360deg);
        -webkit-transition:all .35s;
        -moz-transition:all .35s;
        -ms-transition:all .35s;
        -o-transition:all .35s;
        transition:all .35s
    }
}
.author-box-wrap .author-social-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    width:22px;
    height:22px;
    font-size:10px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    -moz-transform:rotateY(0);
    -o-transform:rotateY(0);
    -ms-transform:rotateY(0);
    -webkit-transform:rotateY(0);
    transform:rotateY(0);
    -webkit-transition:all .35s;
    -moz-transition:all .35s;
    -ms-transition:all .35s;
    -o-transition:all .35s;
    transition:all .35s;
    color:#fff
}
.author-box-wrap .author-social-item.fb-icon{
    background:#2d4f97
}
.author-box-wrap .author-social-item.tw-icon{
    background:#00aced
}
.author-box-wrap .author-social-item.inst-icon{
    background:#517fa6
}
.author-box-wrap .author-social-item.ld-icon{
    background:#1072ab
}
.author-box-wrap .author-social-item i{
    color:#fff
}
.author-box-image{
    margin:0 25px 0 0;
    width:90px;
    height:90px;
    overflow:hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
.author-box-image img{
    max-width:100%;
    max-height:100%
}
.author-box-desc{
    flex:1
}
.author-box-desc .author-name{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    margin:0 0 5px
}
.author-box-desc .author-description{
    font-size:12px;
    line-height:1.5;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
@media(max-width:767px){
    .author-box-image{
        margin:0 0 5px
    }
    .author-box-wrap{
        flex-direction:column;
        align-items:center;
        text-align:center
    }
    .author-box-wrap .author-social-links{
        margin-top:20px
    }
    .author-box-wrap .author-social-links-list{
        justify-content:center
    }
    .author-box-wrap .author-social-item{
        width:24px;
        height:24px;
        font-size:12px
    }
}
.description-content-wrap{
    position:relative;
    padding-left:0;
    padding-right:0
}
.cat-item-description-content{
    text-align:left;
    margin-bottom:32px;
    padding-right:10px;
    padding-left:0;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.6;
    color:#000
}
.cat-item-description-content img{
    max-width:100%;
    width:auto;
    height:auto
}
.cat-item-description-content h1{
    color:#000
}
.cat-item-description-content h3{
    margin:33px 0 32px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:28px;
    color:#000
}
.cat-item-description-content h3:first-of-type{
    margin-top:0
}
.cat-item-description-content h2{
    margin:35px 0 20px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    color:#000
}
.cat-item-description-content h2:first-of-type{
    margin-top:0
}
.cat-item-description-content h2 a{
    text-decoration:none
}
.cat-item-description-content h2 a:after{
    display:none!important
}
.cat-item-description-content p{
    margin:0 0 26px;
	text-align: justify;
}
.cat-item-description-content li a,.cat-item-description-content p a,.cat-item-description-content>a{
    color:#4693aa;
    position:relative;
    -webkit-transition:all .15s;
    transition:all .15s;
    text-decoration:underline
}
.cat-item-description-content li a:hover,.cat-item-description-content p a:hover,.cat-item-description-content>a:hover{
    text-decoration:none
}
.cat-item-description-content .toc_widget_list.no_bullets li a:after{
    display:none
}
.cat-item-features{
    margin:53px 0 48px
}
.cat-item-features h4{
    margin:0 0 24px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    color:#000
}
.cat-item-features .bg-key-featured{
    margin:0 0 24px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    color:#000
}
.cat-item-features .bg-specification-title{
    margin:0 0 24px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    color:#000
}
.cat-item-about-brand li,.cat-item-characteristic li{
    margin-bottom:9px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:13px;
    list-style:none
}
.cat-item-about-brand li:after,.cat-item-about-brand li:before,.cat-item-characteristic li:after,.cat-item-characteristic li:before{
    content:"";
    display:table;
    clear:both
}
.cat-item-characteristic{
    padding-left:0
}
.cat-item-characteristic li,.cat-item-characteristic p{
    color:#000;
    position:relative;
    padding-left:19px
}
.cat-item-characteristic li:before,.cat-item-characteristic p:before{
    content:"\e914";
    position:absolute;
    top:6px;
    left:0;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.cat-item-about-brand{
    padding-left:17px
}
.cat-item-about-brand .title{
    display:inline-block;
    width:36%;
    margin-right:0;
    color:gray;
    float:left
}
.cat-item-about-brand .name{
    color:#000
}
.cat-item-about-brand .name-wrap{
    width:64%;
    position:relative;
    float:left
}
.cat-item-description-content .cat-item-characteristic p{
    display:block;
    margin-bottom:9px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:13px
}
.cat-item-description-content .cat-item-characteristic{
    padding-left:0
}
.cat-item-description-content .cat-item-characteristic p{
    color:#000;
    position:relative;
    padding-left:19px
}
.cat-item-description-content .cat-item-characteristic p:before{
    content:"\e914";
    position:absolute;
    top:8px;
    left:0;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.plus-minus-wrap{
    display:flex;
    width:100%;
    margin-bottom:48px;
    margin-top:20px
}
.plus-minus-wrap.cat-item-features-off{
    margin-top:53px
}
.cat-item-advantages,.cat-item-disadvantages{
    padding:0 0 13px;
    position:relative;
    border-top:1px solid #dfdfdf;
    box-shadow:0 5px 8px 0 rgba(29,29,29,.29);
    float:left;
    width:50%
}
.cat-item-advantages .title-wrap,.cat-item-disadvantages .title-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:60px;
    margin-bottom:17px;
    position:relative;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    text-transform:uppercase;
    text-align:center
}
.cat-item-advantages .title,.cat-item-disadvantages .title{
    position:relative;
    padding-left:19px
}
.cat-item-advantages li,.cat-item-disadvantages li{
    margin:0 29px 9px 17px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000
}
.cat-item-advantages p,.cat-item-disadvantages p{
    margin:0 29px 9px 17px;
    display:block;
    padding-left:19px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    position:relative
}
.cat-item-advantages p span,.cat-item-disadvantages p span{
    font-size:13px
}
.cat-item-advantages{
    min-height:150px;
    margin-right:30px
}
.cat-item-advantages .title-wrap{
    color:#81d742;
    background:#000
}
.cat-item-advantages .title:before{
    content:"";
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRFMjk3NkI3RDM1MzExRTdBMEE5RThGMEM2MDkwNzU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRFMjk3NkI4RDM1MzExRTdBMEE5RThGMEM2MDkwNzU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEUyOTc2QjVEMzUzMTFFN0EwQTlFOEYwQzYwOTA3NTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEUyOTc2QjZEMzUzMTFFN0EwQTlFOEYwQzYwOTA3NTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz75CmeCAAAA0klEQVR42mL4//8/A5E4B4jfA/E7IM4kVh+xhpv8RwX/gFifGL1MDMQBIzQ+IxBrE6ORWAuYGcgETAw0BqMWDLwFLFBaF4hNkfjowAaLmBMQ8+BQ/weITwLxVVBmyIJmHGqDv0CcxggkXgJtEqNRCD0FxQErDaOAFWRBNRD/p4HhIDNrGMElHgODHhAb4/GNPRBHoYnNBeJTONT/hkbyNWJL00wskRhFzdJ0tKgYARb8wiL2j5oWnEbLjCD2ZeKyG/HNFlBeeArET4A4mVh9AAEGANHGpUXfEdTkAAAAAElFTkSuQmCC) no-repeat;
    background-size:contain;
    width:8px;
    height:8px;
    display:block;
    position:absolute;
    top:5px;
    left:0;
    z-index:1
}
.cat-item-advantages p{
    position:relative;
    padding-left:19px
}
.cat-item-advantages p:before{
    content:"\f005";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:9px;
    color:#000
}
.cat-item-advantages ul{
    padding:0;
    margin:0 0 0 17px;
    list-style:none
}
.cat-item-advantages ul li{
    position:relative;
    padding-left:19px
}
.cat-item-advantages ul li:before{
    content:"\f005";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:9px;
    color:#000
}
.cat-item-disadvantages{
    min-height:150px
}
.cat-item-disadvantages .title-wrap{
    color:#d33;
    background:#000
}
.cat-item-disadvantages .title:before{
    content:"";
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhCNDFBQTQ0RDM1MzExRTc4NEI2OTk1M0YyNUY0QTU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhCNDFBQTQ1RDM1MzExRTc4NEI2OTk1M0YyNUY0QTU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEI0MUFBNDJEMzUzMTFFNzg0QjY5OTUzRjI1RjRBNTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEI0MUFBNDNEMzUzMTFFNzg0QjY5OTUzRjI1RjRBNTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xgyKYAAAA1UlEQVR42oyUsQ3CMBBFbWAOWmagYDAqJAQUNGGAJFNQUSMmIBIiokTQ0tCa/yUjmWD/+KTX+Jzn850c45ybgBN4gg2wwAiY34I3uIEZF4/uNyohsj4fxpmJu/uPmCgmYDyYXLl4hKKUgLHghiGohWggBAUP+JaqRK0S8PvwzkqUFHQluaKi2/TYGEfiCo3vkVESnlD2VFKpSnIEUVGOoEmsl+F0lGDne1QrkfGPLiWwGVNbG/8alaBv/C2T1wyBEu2ZmIILeIF5xv+EoqV//Qcw/ggwAGwiBa/2p5wcAAAAAElFTkSuQmCC) no-repeat;
    background-size:contain;
    width:6px;
    height:6px;
    display:block;
    position:absolute;
    top:5px;
    left:0;
    z-index:1
}
.cat-item-disadvantages p{
    padding-left:17px
}
.cat-item-disadvantages p:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:6px;
    color:#000
}
.cat-item-disadvantages ul{
    padding:0;
    margin:0 0 0 17px;
    list-style:none
}
.cat-item-disadvantages ul li{
    position:relative;
    padding-left:17px
}
.cat-item-disadvantages ul li:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:6px;
    color:#000
}
.disadvantages-list,.plus-list{
    padding:0;
    margin:0 0 0 17px;
    list-style:none
}
.plus-list li{
    position:relative;
    padding-left:19px
}
.plus-list li:before{
    content:"\f005";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:9px;
    color:#000
}
.disadvantages-list li{
    position:relative;
    padding-left:17px
}
.disadvantages-list li:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:6px;
    left:0;
    font-size:6px;
    color:#000
}
.theiaStickySidebar{
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
}
.aside-content{
    padding:8px 0 0 18px
}
.aside-content .yarpp-related ol{
    margin:0;
    padding:0
}
.aside-content .yarpp-related .banner-img-wrap{
    width:100%;
    margin:0
}
.aside-content .yarpp-related .item-banner{
    display:flex
}
.aside-content .yarpp-related .item-banner .banner-img{
    width:37.77777%;
    display:flex;
    flex-basis:37%
}
.aside-content .yarpp-related .item-banner .banner-info{
    width:63.33333%;
    display:flex;
    flex-wrap:wrap;
    border:none
}
.aside-content .best-price-item-banner .banner-info,.aside-content .item-banner .banner-info,.aside-content .premium-pic-item-banner .banner-info{
    min-height:170px
}
.cat-item-description-content .widget.toc_widget{
    display:none
}
.cat-item-description-content .widget.toc_widget.expand{
    display:block
}
.widget.toc_widget{
    list-style:none;
    margin-bottom:40px;
    padding-bottom:15px;
    background:#fff;
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2)
}
.widget.toc_widget .bg-widget-title,.widget.toc_widget h2{
    margin:0 0 25px;
    padding:21px 10px 15px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
    background:#000;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.15)
}
.toc_widget_list.no_bullets{
    padding-left:33px;
    padding-right:15px
}
.toc_widget_list.no_bullets li{
    margin-bottom:15px
}
.toc_widget_list.no_bullets li a{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#000;
    transition:all .15s
}
.toc_widget_list.no_bullets li a:hover{
    color:#4693aa
}
.toc_widget_list.no_bullets li .toc_number.toc_depth_1{
    display:inline-block;
    margin-right:17px
}
.toc_widget_list.no_bullets li ul li a:hover{
    color:#4693aa
}
.toc_widget_list.no_bullets li ul li a:hover:before{
    opacity:1
}
.toc_widget_list.no_bullets ul{
    margin-top:7px;
    padding-left:0
}
.toc_widget_list.no_bullets ul li{
    margin-bottom:4px;
    padding-left:20px
}
.toc_widget_list.no_bullets ul li a{
    position:relative;
    display:inline-block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#000;
    transition:all .15s
}
.toc_widget_list.no_bullets ul li a:before{
    content:"\e912";
    display:block;
    opacity:0;
    position:absolute;
    left:-20px;
    top:7px;
    transition:all .15s;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.toc_widget_list.no_bullets ul li a:hover{
    color:#4693aa
}
.toc_widget_list.no_bullets ul li a:hover:before{
    opacity:1
}
.toc_widget_list.no_bullets ul li a:focus{
    color:#4693aa
}
.toc_widget_list.no_bullets ul .toc_number.toc_depth_2{
    display:inline-block;
    margin-right:7px
}
.toc_widget_list.no_bullets>ul{
    margin-bottom:15px
}
.toc-list-more{
    left:50%;
    position:relative;
    transform:translate(-50%,0);
    display:inline-block;
    text-align:center;
    text-transform:uppercase;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#4693aa;
    transition:all .15s;
    cursor:pointer
}
.toc-list-more:hover{
    color:#000
}
.toc-list-more:before{
    content:"\2193";
    display:inline-block;
    position:absolute;
    left:106%;
    top:0;
    font-size:13px;
    font-family:Arial
}
.toc-list-more.expand:before{
    content:"\2191"
}
.widget-list{
    margin-bottom:40px;
    padding-bottom:24px;
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2)
}
.widget-list li{
    list-style:none
}
.widget-list .list-number{
    display:inline-block;
    margin-right:17px
}
.widget-title{
    margin:0 0 38px;
    padding:26px 10px 18px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:22px;
    color:#fff;
    text-transform:uppercase;
    background:#000;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.15)
}
.widget-list-level1{
    padding-left:33px
}
.widget-list-level1 li{
    margin-bottom:29px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000
}
.widget-list-level1 .widget-list-level2{
    margin-top:12px;
    padding-left:0
}
.widget-list-level1 .widget-list-level2 li{
    margin-bottom:4px;
    padding-left:20px
}
.widget-list-level1 .widget-list-level2 li a{
    position:relative;
    display:inline-block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#000;
    transition:all .15s
}
.widget-list-level1 .widget-list-level2 li a:before{
    content:"";
    display:block;
    opacity:0;
    position:absolute;
    left:-20px;
    top:7px;
    width:13px;
    height:7px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAPCAYAAAAVk7TYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4NDRBRDc0RDBGNjExRTdBODFFQjY5OTFFOTE2NzdFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4NDRBRDc1RDBGNjExRTdBODFFQjY5OTFFOTE2NzdFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Rjg0NEFENzJEMEY2MTFFN0E4MUVCNjk5MUU5MTY3N0UiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjg0NEFENzNEMEY2MTFFN0E4MUVCNjk5MUU5MTY3N0UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4lq8cFAAAA6UlEQVR42rzSsQsBYRjH8TvxD5gNNjKYjEZlsgkzs4XFxF8gs5KdQclCSYQ6kwGjifwLNnyfetUlust7PPXp7urp/d37Pq+Zto6GRoVwdtvsM/Sqjei/wi5YI/mPsD6CmKHitJ5u2BR7BNDEAvFfhd1Rt33LcW7RezdLPwooaQSauNl+XJ45ZDFAFxPpkbAwUob35VOBYoW8hM1R01hU5tVQp2Qv2e0QHYyfO7OUb6v4EnRXITLL3evMdKtqez+o+W9+cRvl9sXUblpIfAryYmcZXGX4GDk164ZFkMbSTbNuWBknt80PAQYAuG0qmi5/G68AAAAASUVORK5CYII=) no-repeat;
    background-size:contain;
    transition:all .15s
}
.widget-list-level1 .widget-list-level2 li a:hover{
    color:#4693aa;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.widget-list-level1 .widget-list-level2 li a:hover:before{
    opacity:1
}
.widget-list-level1 .widget-list-level2 .list-number{
    display:inline-block;
    margin-right:7px
}
.best-price-item-banner,.item-banner,.premium-pic-item-banner{
    position:relative;
    margin-bottom:31px;
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2)
}
.banner-img-center-wrap{
    position:absolute;
    top:33px;
    bottom:24px;
    width:42%
}
.banner-img{
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    width:100%;
    display:block
}
.banner-img img{
    width:100%
}
.banner-info{
    padding:30px 0 24px;
    position:relative;
    float:left;
    display:block;
    width:58%;
    left:42%;
    text-align:center;
    border-left:1px solid #e0e0e0
}
.banner-title{
    position:relative;
    margin:0 0 21px;
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#4693aa;
    text-transform:uppercase;
    text-align:center
}
.banner-title:after{
    content:"";
    display:block;
    position:absolute;
    height:1px;
    width:28px;
    background:#4693aa;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    top:25px
}
.banner-item-title{
    margin:0 0 24px;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    line-height:1.389;
    color:#000
}
.banner-item-btn{
    position:relative;
    padding:11px 10px;
    min-width:143px;
    display:inline-block;
    text-align:center;
    text-transform:uppercase;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#fff;
    background:#ff9816;
    transition:.3s ease-in-out;
    cursor:pointer;
    box-shadow:0 5px 21px 0 rgba(255,152,22,.45);
    -webkit-transform:translateY(0);
    transform:translateY(0);
    max-width:90%;
    overflow:hidden
}
.banner-item-btn:after{
    content:'';
    background-color:#000;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:0;
    display:block;
    z-index:2;
    transition:.3s ease-in-out
}
.banner-item-btn:before{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    opacity:0;
    content:'\2794';
    font-size:30px;
    font-family:Arial;
    color:#ff9816;
    z-index:3;
    -webkit-transition:all 0s ease 0s;
    transition:all 0s ease 0s
}
.banner-item-btn:hover{
    box-shadow:none;
    border-radius:30px;
    -webkit-transform:translateY(2px);
    transform:translateY(2px);
    transition:.3s ease-in-out
}
.banner-item-btn:hover:after{
    width:100%
}
.banner-item-btn:hover:before{
    opacity:1;
    -webkit-transition:all .25s ease-in-out .1s;
    transition:all .25s ease-in-out .1s
}
.banner-item-btn:hover span{
    opacity:0
}
.banner-item-btn:hover span:before{
    opacity:0;
    transition:.3s ease-in-out
}
.banner-item-btn span{
    display:inline-block;
    position:relative;
    opacity:1;
    padding-right:22px
}
.banner-item-btn span:before{
    opacity:1;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    content:"\f061";
    font-size:14px;
    font-family:FontAwesome;
    color:#fff;
    line-height:1;
    transition:.3s ease-in-out
}
.fixed-banner{
    background-color:#000;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:100;
    transition:.15s ease-in-out;
    transform:translate(0,100px)
}
.fixed-banner.show-banner{
    bottom:0;
    transform:translate(0,0)
}
.fixed-banner-container{
    width:100%;
    max-width:1200px;
    padding:0 15px;
    margin:0 auto;
    color:#fff
}
.fixed-banner-content{
    height:57px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.fixed-banner-left,.fixed-banner-right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center
}
.fixed-banner-logo-wrapper{
    width:116px;
    height:116px;
    background-color:#000;
    border-radius:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content:center;
    align-items:center;
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/yellow-bg.svg);
    background-repeat:no-repeat;
    background-position:center top 15px;
    background-size:90% auto
}
.fixed-banner-logo img{
    max-width:45px;
    max-height:40px
}
.fixed-banner-text{
    margin:0 0 0 29px;
    font-size:17px;
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    font-weight:400
}
.fixed-banner-text span{
    font-size:26px;
    color:#ffd400
}
.fixed-banner-btn a{
    padding:9px 14px 10px;
    border:1px solid #ffd400;
    background-color:#14191c;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    color:#ffd400;
    text-transform:uppercase;
    font-size:14px;
    position:relative;
    z-index:2;
    height:36px;
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    font-weight:400;
    transition:.15s ease-in-out
}
.fixed-banner-btn a:hover{
    background-color:#ffd400;
    color:#000
}
.fixed-banner-btn a span{
    margin:1px 0 0
}
.fixed-banner-btn a i{
    font-size:19px;
    margin:0 0 0 8px
}
.fixed-banner-close{
    margin:0 0 0 30px;
    padding:3px 0 3px 7px;
    cursor:pointer;
    z-index:3;
    position:relative;
    color:#ffd400
}
.fixed-banner-overlay-link{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0
}
@media(max-width:1200px){
    .fixed-banner{
        display:none
    }
}
.best-price-icon,.premium-pick-icon{
    position:absolute;
    top:-10px;
    left:10%;
    width:85px;
    height:55px
}
.best-price-icon img,.premium-pick-icon img{
    width:100%
}
.best-choice-small{
    display:inline-block
}
.best-choice-small:before{
    content:"\e908";
    font-size:43px
}
.best-price-small{
    display:inline-block
}
.best-price-small:before{
    content:"\e906";
    font-size:43px
}
.premium-choice-small{
    display:inline-block
}
.premium-choice-small:before{
    content:"\e907";
    font-size:43px
}
.cat-item-slider-init{
    opacity:0;
    margin-bottom:19px;
    min-height:530px;
    overflow:hidden;
    position:relative
}
.cat-item-slider-init .bg-item-hover-helper{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    pointer-events:none
}
.cat-item-slider-init .bg-item-hover-helper:after,.cat-item-slider-init .bg-item-hover-helper:before{
    content:'';
    position:absolute;
    display:block;
    -webkit-transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -ms-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.cat-item-slider-init .bg-item-hover-helper:before{
    border-top:3px solid #ff9816;
    border-bottom:3px solid #ff9816;
    width:0;
    top:4px;
    height:calc(100% - 8px);
    left:50%;
    transform:translate(-50%,0)
}
.cat-item-slider-init .bg-item-hover-helper:after{
    border-left:3px solid #ff9816;
    height:0;
    border-right:3px solid #ff9816;
    top:50%;
    left:4px;
    width:calc(100% - 8px);
    transform:translate(0,-50%)
}
.cat-item-slider-init.slick-initialized{
    opacity:1;
    min-height:0;
    overflow:visible
}
.cat-item-slider-init .cat-item-slider-item{
    position:relative
}
.cat-item-slider-init .cat-item-slider-item .item-rating{
    left:30px;
    top:25px;
    padding:8px 13px
}
.cat-item-slider-init .cat-item-slider-item .item-rating .rating-icon{
    margin-left:2px
}
.cat-item-slider-init .slick-arrow{
    position:absolute;
    bottom:26px;
    width:45px;
    height:45px;
    border-radius:50%;
    border:2px solid #4693aa;
    background:0 0;
    z-index:100;
    transition:all .2s;
    overflow:hidden
}
.cat-item-slider-init .slick-arrow:hover{
    background:#4693aa
}
.cat-item-slider-init .slick-arrow:hover:before{
    color:#fff
}
.cat-item-slider-init .slick-next{
    right:30px
}
.cat-item-slider-init .slick-next:before{
    content:"\e801";
    font-family:fontello!important;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    font-variant:normal;
    text-transform:none;
    line-height:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:87px;
    color:#4693aa
}
.cat-item-slider-init .slick-prev{
    left:30px
}
.cat-item-slider-init .slick-prev:before{
    content:"\e800";
    font-family:fontello!important;
    font-style:normal;
    font-weight:400;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    font-variant:normal;
    text-transform:none;
    line-height:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:87px;
    color:#4693aa
}
.pick-slider-wrap{
    position:relative
}
.pick-img-wrap{
    position:absolute;
    top:22px;
    left:15px;
    width:125px;
    height:125px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    z-index:1
}
.picked-item{
    background-color:#fff;
    padding:50px 50px 30px;
    box-shadow:0 6px 10px rgba(0,0,0,.17)
}
.picked-item-wrap{
    padding:0 98px;
    position:relative;
    margin-top:-241px
}
.picked-item-header{
    margin:0 0 30px
}
.picked-item-header-icon{
    display:none
}
.picked-item-header-title{
    font-size:21px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#000;
    max-width:80%;
    margin:0
}
.picked-item-content{
    margin:0 0 30px;
    position:relative
}
.picked-item-icon{
    max-width:145px;
    position:absolute;
    top:-85px;
    right:0
}
.picked-item-icon img{
    max-width:100%
}
.picked-item-features{
    display:flex
}
.picked-item-features-thumb{
    width:275px;
    margin:0 56px 0 0;
    display:flex;
    align-items:center;
    justify-content:center
}
.picked-item-features-thumb img{
    max-width:100%
}
.picked-item-features-content{
    width:100%;
    max-width:370px
}
.picked-item-features-title{
    font-size:21px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#000;
    margin:0 0 20px
}
.picked-item-features .top1-list p{
    font-size:16px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    margin:0 0 15px;
    position:relative
}
.picked-item-features .top1-list p:last-of-type{
    margin:0
}
.picked-item-features .top1-list p:before{
    content:'\f105';
    font-size:14px;
    font-family:FontAwesome;
    line-height:1;
    color:#ea2929;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    left:-20px
}
.picked-item-features .top1-list ul,.picked-item-features-list{
    padding:0;
    margin:0;
    list-style-type:none
}
.picked-item-features .top1-list ul li,.picked-item-features-list li{
    font-size:16px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    margin:0 0 15px;
    position:relative
}
.picked-item-features .top1-list ul li:last-of-type,.picked-item-features-list li:last-of-type{
    margin:0
}
.picked-item-features .top1-list ul li:before,.picked-item-features-list li:before{
    content:'\f105';
    font-size:14px;
    font-family:FontAwesome;
    line-height:1;
    color:#ea2929;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    left:-20px
}
.picked-item-footer{
    display:flex;
    justify-content:space-between;
    align-items:center
}
.picked-item-footer-rating{
    width:157px;
    height:30px;
    display:block;
    margin:0 auto
}
.picked-item-footer-rating>span{
    font-size:30px
}
.picked-item-footer-rating .article-rating-inner{
    height:30px
}
.picked-item-footer-rating .article-rating-inner span{
    font-size:30px;
    color:#e9c635
}
.picked-item-footer-btn .banner-item-btn{
    max-width:100%;
    padding:15px 60px;
    font-size:14px
}
.picked-item-rating-wrap{
    width:275px
}
.cat-item-slider-nav{
    opacity:0;
    min-height:95px;
    overflow:hidden;
    margin:0 -6.5px 27px
}
.cat-item-slider-nav.slick-initialized{
    opacity:1;
    min-height:0;
    overflow:visible
}
.cat-item-slider-nav .cat-item-slider-item{
    padding:6px 6.5px;
    display:block;
    position:relative;
    float:left;
    width:20%;
    border:1px solid transparent
}
.cat-item-slider-nav .cat-item-slider-item.slick-current{
    border:1px solid #4693aa
}
.cat-item-slider-nav.fixed-slider-position .slick-track{
    -webkit-transform:translate3d(0,0,0)!important;
    -moz-transform:translate3d(0,0,0)!important;
    -ms-transform:translate3d(0,0,0)!important;
    -o-transform:translate3d(0,0,0)!important;
    transform:translate3d(0,0,0)!important
}
.cat-item-slider-item .youtube-play{
    cursor:pointer
}
.cat-item-slider-item img{
    width:auto;
    margin:0 auto
}
.cat-item-slider-item:focus,.cat-item-slider-item:hover{
    outline:0
}
.cat-item-slider-init .cat-item-slider-item:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:-moz-linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    background:-webkit-linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    background:linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    z-index:1;
    pointer-events:none
}
.slider-nav-img-wrap{
    position:relative
}
.item-rating{
    position:absolute;
    left:27px;
    top:27px;
    background:#000;
    padding:5px 13px 7px;
    border-radius:30px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    letter-spacing:1.5px;
    color:#fff
}
.btn-bn-wrap{
    text-align:center;
    margin-bottom:48px
}
.btn-bn-wrap .title{
    margin:13px 5px 0 20px;
    display:inline-block;
    text-transform:uppercase;
    color:#191a1b;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px
}
.btn-bn-wrap .logo-amazon{
    display:inline-block;
    width:48px
}
.btn-bn-wrap .logo-amazon img{
    width:100%
}
.buy-now-btn,.featured-posts-list .blog-post-btn-details{
    position:relative;
    margin:0 auto;
    display:inline-block;
    min-width:186px;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background-color:#ff9816;
    background-repeat:no-repeat;
    background-size:235px;
    background-position:center;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(255,152,22,.45);
    -webkit-transform:translateY(0);
    transform:translateY(0);
    overflow:hidden;
    transition:.3s ease-in-out
}
.buy-now-btn:before,.featured-posts-list .blog-post-btn-details:before{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    content:'\2794';
    font-size:34px;
    font-family:Arial;
    color:#ff9816;
    -webkit-transition:all 0s ease 0s;
    transition:all 0s ease 0s;
    z-index:3
}
.buy-now-btn:after,.featured-posts-list .blog-post-btn-details:after{
    content:'';
    background-color:#000;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:0;
    display:block;
    z-index:2;
    transition:.3s ease-in-out
}
.buy-now-btn:hover,.featured-posts-list .blog-post-btn-details:hover{
    box-shadow:none;
    border-radius:30px;
    background-image:none;
    background-size:0;
    background-repeat:no-repeat;
    color:#000;
    -webkit-transform:translateY(2px);
    transform:translateY(2px);
    transition:.3s ease-in-out
}
.buy-now-btn:hover:after,.featured-posts-list .blog-post-btn-details:hover:after{
    width:100%
}
.buy-now-btn:hover:before,.featured-posts-list .blog-post-btn-details:hover:before{
    opacity:1;
    -webkit-transition:all .25s ease-in-out .1s;
    transition:all .25s ease-in-out .1s
}
.buy-now-btn:hover span,.featured-posts-list .blog-post-btn-details:hover span{
    opacity:0
}
.buy-now-btn:hover span:before,.featured-posts-list .blog-post-btn-details:hover span:before{
    opacity:0;
    transition:.3s ease-in-out
}
.buy-now-btn span,.featured-posts-list .blog-post-btn-details span{
    display:inline-block;
    position:relative;
    opacity:1;
    padding-right:25px
}
.buy-now-btn span:before,.featured-posts-list .blog-post-btn-details span:before{
    opacity:1;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    content:"\f061";
    font-size:17px;
    font-family:FontAwesome;
    color:#fff;
    line-height:1;
    transition:.3s ease-in-out
}
.best-items-banner-bg{
    position:relative;
    padding:108px 30px 122px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.best-items-banner-bg.table-on{
    padding:79px 99px 300px
}
.best-items-banner-bg:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.best-items-banner-bg-img-wrap{
    position:relative
}
.best-items-banner-bg-img-wrap img{
    width:100%
}
.best-items-banner-bg-text{
    position:relative;
    text-align:center
}
.best-items-banner-bg-text .update-date{
    position:relative;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#4693aa;
    text-transform:uppercase
}
.best-items-banner-bg-text .update-date span{
    text-transform:capitalize
}
.best-items-banner-bg-text .update-date:after{
    content:"";
    position:absolute;
    top:144%;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    height:1px;
    width:30px;
    background:#fff
}
.best-items-banner-bg-text .banner-bg-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#fff
}
.best-items-banner-bg-text .banner-bg-title span:not(.bg-title-span){
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.cat-items-group-wrap{
    padding:0 98px;
    position:relative;
    margin-top:-241px
}
.cat-items-group-wrap .cat-item-spinner{
    position:absolute;
    top:0;
    left:-1px;
    width:calc(100% + 2px);
    height:100%;
    background-color:rgba(0,0,0,.9);
    z-index:15
}
.cat-items-group-wrap .cat-item-spinner:after{
    content:'';
    display:block;
    width:60px;
    height:60px;
    border-radius:50%;
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
    animation:spin .3s ease-in-out infinite;
    position:absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px
}
@media(min-width:767px){
    .cat-items-group-wrap.five-top3,.cat-items-group-wrap.four-top3{
        padding:0
    }
    .cat-items-group-wrap.top3_with_sidebar .cat-items-group{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
    .cat-items-group-wrap.four-top3 .cat-items-rows-wrap{
        width:25%
    }
    .cat-items-group-wrap.four-top3 .cat-items-table-title.row3{
        padding-bottom:15px
    }
    .cat-items-group-wrap.four-top3 .cat-items-table-title.item-btn{
        height:auto;
        min-height:90px
    }
    .cat-items-group-wrap.four-top3 .cat-item-description.row3{
        padding:20px 15px 25px
    }
    .cat-items-group-wrap.four-top3 .cat-item-description.item-btn{
        height:auto;
        min-height:90px;
        max-height:90px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        padding:25px 0
    }
    .cat-items-group-wrap.four-top3 .cat-item-description .banner-item-btn{
        min-width:inherit;
        width:100%;
        max-width:85%
    }
    .cat-items-group-wrap.four-top3 .cat-item-description .banner-item-btn:before{
        font-size:26px
    }
    .cat-items-group-wrap.five-top3 .cat-items-rows-wrap{
        width:20%
    }
    .cat-items-group-wrap.five-top3 .cat-item-photo-title{
        font-size:16px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description,.cat-items-group-wrap.five-top3 .cat-item-description p{
        font-size:14px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description.row2{
        padding:20px 15px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description.row3{
        padding:15px 15px 30px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description p:before{
        top:5px
    }
    .cat-items-group-wrap.five-top3 .cat-items-table-title{
        padding-top:20px;
        padding-bottom:20px
    }
    .cat-items-group-wrap.five-top3 .cat-items-table-title.row3{
        padding-bottom:25px
    }
    .cat-items-group-wrap.five-top3 .cat-items-table-title.item-btn{
        height:auto;
        min-height:78px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description,.cat-items-group-wrap.five-top3 .cat-items-table-title{
        min-height:100px
    }
    .cat-items-group-wrap.five-top3 .cat-items-table-title.product-name{
        padding:45px 0 0
    }
    .cat-items-group-wrap.five-top3 .cat-item-description .banner-item-btn{
        min-width:inherit;
        font-size:12px;
        width:100%;
        max-width:80%
    }
    .cat-items-group-wrap.five-top3 .cat-item-description .banner-item-btn:before{
        font-size:26px
    }
    .cat-items-group-wrap.five-top3 .cat-item-description.item-btn{
        height:auto;
        min-height:inherit;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        padding:19px 0
    }
}
.cat-items-rows-wrap{
    position:relative;
    float:left;
    width:33.33333333%;
    cursor:pointer;
    transition:all .15s
}
.cat-items-rows-wrap:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:-1px;
    right:-1px;
    border:1px solid #dfdfdf
}
.cat-items-rows-wrap:hover{
    z-index:6
}
.cat-items-rows-wrap:hover .cat-item-description ul li:before{
    color:#4693aa
}
.cat-items-rows-wrap:hover .cat-item-description p:before{
    color:#4693aa
}
.cat-items-rows-wrap:hover:before{
    border-color:#4693aa;
    box-shadow:0 5px 10px 0 rgba(29,28,28,.15)
}
.cat-items-rows-wrap .top3-item-link-btn{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:block;
    width:100%;
    height:100%
}
.cat-items-rows-wrap.on-rating .article-rating{
    position:absolute;
    bottom:22px;
    left:50%;
    transform:translateX(-50%);
    width:115px
}
.cat-items-rows-wrap.on-rating .article-rating span,.cat-items-rows-wrap.on-rating .article-rating>span{
    font-size:16px;
    padding:0 4px
}
.cat-items-rows-wrap.on-rating .article-rating-inner span{
    color:#ebc30b
}
.cat-items-rows-wrap.on-rating .cat-item-photo{
    position:relative
}
.cat-items-rows-wrap.on-rating .cat-item-photo-title{
    margin-bottom:56px
}
.cat-items-group{
    position:relative;
    box-shadow:0 5px 10px 0 rgba(29,28,28,.15);
    background:#fff
}
.cat-items-group .cat-items-title-rows-wrap,.cat-items-group .table-items-wrap{
    opacity:0
}
.cat-item-description,.cat-item-photo,.cat-items-table-title{
    background:#fff
}
.cat-items-title-rows-wrap{
    position:relative;
    float:left;
    width:69px;
    background:#fff
}
.cat-items-title-rows-wrap:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:-1px;
    right:-1px;
    border:1px solid #dfdfdf
}
.table-items-wrap{
    width:100%;
    float:left
}
.cat-items-table-title{
    position:relative;
    text-transform:uppercase;
    color:#000;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    border-right:1px solid #dfdfdf;
    white-space:nowrap
}
.cat-items-table-title span{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-90deg);
    transform:translate(-50%,-50%) rotate(-90deg)
}
.cat-item-photo,.cat-items-table-title.product-name{
    min-height:110px;
    border-bottom:1px solid #dfdfdf
}
.cat-items-table-title{
    padding:30px 0
}
.cat-items-table-title.product-name{
    padding:45px 0 0
}
.cat-item-photo{
    text-align:center;
    padding-top:45px
}
.cat-item-photo img{
    width:100%
}
.cat-item-photo-title{
    margin-top:16px;
    margin-bottom:10px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    position:relative;
    line-height:1.389;
    padding:0 10px
}
.cat-item-photo-title:before{
    content:"";
    display:block;
    position:absolute;
    width:28px;
    height:1px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    top:-9px;
    background:#4693aa
}
.cat-item-description{
    padding:30px 25px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    max-width:100%;
    word-wrap:break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:left
}
.cat-item-description ul{
    text-align:left;
    padding-left:0;
    margin-bottom:0
}
.cat-item-description ul li{
    padding-left:12px;
    position:relative;
    list-style:none
}
.cat-item-description ul li:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:8px;
    left:0;
    font-size:6px;
    color:#000
}
.cat-item-description p{
    padding-left:12px;
    position:relative;
    list-style:none
}
.cat-item-description p:before{
    content:"\f111";
    font-family:FontAwesome;
    position:absolute;
    top:8px;
    left:0;
    font-size:6px;
    color:#000
}
.cat-item-description .banner-item-btn{
    min-width:186px;
    position:relative;
    z-index:5
}
.cat-item-description.row2{
    min-height:150px
}
.cat-item-description.row3{
    min-height:125px
}
.cat-item-photo.row1{
    min-height:340px
}
.cat-item-description,.cat-items-table-title{
    min-height:110px;
    border-bottom:1px solid #dfdfdf
}
.cat-item-description.item-btn{
    padding-left:0;
    padding-right:0;
    text-align:center
}
.cat-item-description.item-btn .banner-item-btn{
    max-width:90%
}
.cat-item-description.item-btn,.cat-items-table-title.item-btn{
    height:110px
}
.cat-item-description.border-none,.cat-items-table-title.border-none{
    border-bottom:none
}
.best-choice-icon{
    width:160px;
    position:absolute;
    top:-7px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    text-align:center
}
.best-choice{
    display:inline-block
}
.best-choice:before{
    font-family:richard-theme-top-iconfont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e90b";
    font-size:55px
}
.best-price{
    display:inline-block
}
.best-price:before{
    font-family:richard-theme-top-iconfont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e900";
    font-size:55px
}
.premium-choice{
    display:inline-block
}
.premium-choice:before{
    font-family:richard-theme-top-iconfont!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:"\e917";
    font-size:55px
}
.cell-title{
    display:none
}
#best-cat-items.no-image .best-items-banner-bg{
    padding:80px 30px 0
}
#best-cat-items.no-image .best-items-banner-bg.table-on{
    padding:79px 99px 300px
}
#best-cat-items.no-image .best-items-banner-bg-text .update-date:after{
    background:#000
}
#best-cat-items.no-image .best-items-banner-bg .breadcrumbs a{
    color:#000;
    text-shadow:0 0 8px rgba(0,0,0,.15),0 0 8px rgba(0,0,0,.15)
}
#best-cat-items.no-image .best-items-banner-bg .breadcrumbs a:hover{
    color:#4693aa;
    text-shadow:0 0 8px rgba(70,147,170,.35),0 0 8px rgba(70,147,170,.35)
}
#best-cat-items.no-image .best-items-banner-bg:before{
    display:none
}
#best-cat-items.no-image .best-items-banner-bg-text .banner-bg-title{
    color:#000
}
@media(max-width:991px){
    #best-cat-items.no-image .best-items-banner-bg.table-on{
        padding:79px 99px 160px
    }
}
@media(max-width:767px){
    #best-cat-items.no-image .best-items-banner-bg{
        padding:40px 0 0
    }
    #best-cat-items.no-image .best-items-banner-bg.table-on{
        padding:50px 0 140px
    }
}
#cat-item-description.single-review-page{
    padding-top:0;
    min-height:calc(100% - 416px)
}
#cat-item-description.single-review-page .post-autor-wrap{
    border-top:none;
    margin-bottom:25px;
    padding:12px 0
}
#cat-item-description.single-review-page .autor-img{
    margin-right:24px
}
#cat-item-description.single-review-page .autor-name{
    font-size:13px;
    margin-bottom:3px
}
#cat-item-description.single-review-page .autor-name span{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
#cat-item-description.single-review-page .published-time{
    font-size:12px
}
#cat-item-description.single-review-page .cat-item-description-content h2,#cat-item-description.single-review-page .cat-item-description-content h3,#cat-item-description.single-review-page .cat-item-description-content h4{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px
}
#cat-item-description.single-review-page .cat-item-description-content .btn-bn-wrap{
    margin-top:56px
}
#cat-item-description.single-review-page .buy-now-btn .price{
    display:none
}
#cat-item-description.single-review-page .aside-content{
    padding-top:0
}
#cat-item-description.single-review-page .aside-content .buy-now-btn{
    min-width:100%
}
#cat-item-description.single-review-page .aside-content .buy-now-btn.full-width{
    min-width:100%;
    width:100%;
    height:auto
}
#cat-item-description.single-review-page .aside-content .title-design-wrap{
    margin-bottom:13px
}
#cat-item-description.single-review-page .aside-content .section-title{
    color:#000;
    font-size:25px;
    margin-top:0;
    margin-bottom:0
}
#cat-item-description.single-review-page .aside-content .section-title a{
    color:#000
}
#cat-item-description.single-review-page .aside-content .section-title a:focus,#cat-item-description.single-review-page .aside-content .section-title a:hover{
    color:#000
}
#cat-item-description.single-review-page .aside-content .section-title:before{
    top:48%
}
#cat-item-description.single-review-page .aside-content .section-title:after{
    top:48%
}
#cat-item-description.single-review-page .aside-content .share-follow-btns-wrap .embed-button{
    right:50%;
    -moz-transform:translateX(50%);
    -o-transform:translateX(50%);
    -ms-transform:translateX(50%);
    -webkit-transform:translateX(50%);
    transform:translateX(50%)
}
#cat-item-description.single-review-page .aside-content .button-subscribe{
    position:static;
    width:100%;
    margin-bottom:30px
}
#cat-item-description.single-review-page .aside-content .button-subscribe .embed-button{
    position:static;
    width:100%;
    background-color:#4693aa
}
#cat-item-description.single-review-page .aside-content .button-subscribe .embed-button:before{
    display:none
}
#cat-item-description.single-review-page .aside-content .button-subscribe .embed-button:hover{
    color:#fff;
    background-color:#000
}
#latest-posts.single-review-p-latest-post{
    padding-top:0;
    background-image:-moz-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:-webkit-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:-ms-linear-gradient(to bottom,#fff 411px,#efefef 411px);
    background-image:linear-gradient(to bottom,#fff 411px,#efefef 411px)
}
.autor-save-icon,.autor-sing-in-icon{
    position:absolute;
    right:0;
    top:50%;
    background:#000;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    min-width:80px;
    transition:all .15s;
    cursor:pointer;
    padding:8px 10px 8px 11px;
    border-radius:16px
}
.autor-save-icon span,.autor-sing-in-icon span{
    position:relative;
    color:#fff;
    font-size:12px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    text-transform:uppercase
}
.autor-save-icon span:before,.autor-sing-in-icon span:before{
    content:"\e900";
    position:absolute;
    left:122%;
    display:inline-block;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#fff;
    font-size:17px
}
.autor-save-icon:hover,.autor-sing-in-icon:hover{
    background:#4693aa
}
.autor-save-icon.author-saved,.autor-sing-in-icon.author-saved{
    background:#4693aa
}
.cat-item-info{
    position:relative;
    margin-bottom:48px
}
.cat-item-info .price,.cat-item-info .title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px
}
.cat-item-info .title{
    display:inline-block;
    margin:0
}
.cat-item-info .price{
    position:absolute;
    right:0;
    top:-6px;
    display:inline-block;
    color:#4693aa
}
.cat-item-info .price:before{
    content:"";
    position:absolute;
    left:-17px;
    top:8px;
    width:1px;
    height:31px;
    background:#4693aa
}
.amazon-logo-title{
    position:relative;
    float:right;
    display:inline-block;
    min-width:166px
}
.amazon-logo-title .title{
    margin:13px 5px 0 0;
    display:inline-block;
    text-transform:uppercase;
    color:#191a1b;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px
}
.amazon-logo-title .logo-amazon{
    display:inline-block;
    width:48px
}
.amazon-logo-title .logo-amazon img{
    width:100%
}
.aside-content-btn-wrap{
    margin-bottom:18px
}
.share-follow-btns-wrap{
    position:relative;
    margin-bottom:29px
}
.share-follow-btns-wrap a{
    padding:0 6px;
    display:inline-block;
    position:relative;
    float:left
}
.share-follow-btns-wrap a:first-of-type{
    padding-left:0
}
.share-follow-btns-wrap a:last-of-type{
    padding-right:0
}
.share-follow-btns-wrap a img{
    width:100%
}
.et_monarch .et_social_inline_top{
    margin-bottom:0
}
.et_monarch .et_social_networks .et_social_icons_container{
    text-align:center
}
.et_monarch .et_social_networks li{
    float:none;
    display:inline-block
}
.overviev-list{
    margin-bottom:40px;
    padding-bottom:51px;
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2)
}
.overviev-list .cat-item-about-brand{
    padding-left:31px;
    margin-bottom:0
}
.overviev-list .cat-item-about-brand li{
    margin-bottom:19px;
    font-size:15px;
    padding-right:15px
}
.overviev-list .cat-item-about-brand li:after,.overviev-list .cat-item-about-brand li:before{
    content:"";
    display:table;
    clear:both
}
.overviev-list .cat-item-about-brand li a{
    display:inline-block;
    transition:all .15s;
    margin-right:10px
}
.overviev-list .cat-item-about-brand li a:hover .name{
    color:#4693aa
}
.overviev-list .cat-item-about-brand .title{
    width:36%;
    margin-right:0;
    float:left
}
.overview-title{
    margin:0 0 38px;
    padding:26px 10px 18px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:22px;
    color:#fff;
    text-transform:uppercase;
    background:#000;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.15)
}
.item-banner{
    margin-bottom:24px;
    transition:all .15s
}
.item-banner .banner-img{
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    float:left;
    bottom:auto;
    left:auto;
    width:37%;
    -webkit-transform:none;
    transform:none
}
.item-banner .banner-info{
    width:63%;
    left:auto;
    text-align:left;
    padding:19px 5px 18px 31px;
    background:0 0;
    transition:all .15s
}
.item-banner .banner-title{
    display:block;
    margin:0 0 23px;
    transition:all .15s;
    text-align:left;
    font-size:10px
}
.item-banner .banner-title:after{
    left:0;
    -webkit-transform:none;
    transform:none;
    top:24px;
    width:20px
}
.item-banner .banner-item-title{
    display:block;
    margin:0 0 6px;
    transition:all .15s;
    text-align:left;
    font-size:15px;
    line-height:1.467;
    flex-basis:100%
}
.item-banner .banner-item-btn{
    padding:0;
    min-width:0;
    color:#4693aa;
    background:0 0;
    border-radius:0;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:none;
    transition:all .15s;
    box-shadow:none;
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.item-banner .banner-item-btn:hover{
    -webkit-transform:none;
    transform:none;
    color:#4693aa
}
.item-banner .banner-item-btn:hover:before{
    display:none
}
.item-banner .banner-item-btn .icon{
    position:relative;
    display:none;
    font-size:26px;
    font-family:Arial;
    line-height:10px;
    transition:all .15s
}
.item-banner .banner-item-btn .text{
    transition:all .15s;
    line-height:10px
}
.item-banner:hover .banner-info{
    background:#000
}
.item-banner:hover .banner-title{
    color:#fff
}
.item-banner:hover .banner-title:after{
    background:#fff
}
.item-banner:hover .banner-item-title{
    color:#fff
}
.item-banner:hover .banner-item-btn .text{
    display:none
}
.item-banner:hover .banner-item-btn .icon{
    display:inline-block
}
.item-banner:hover .item-rating{
    background:#191a1b
}
.banner-img .item-rating{
    position:absolute;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    top:auto;
    bottom:-19px;
    padding:0 7px 4px 9px;
    background:#4693aa;
    color:#fff;
    font-size:9px;
    transition:all .15s
}
.banner-img .item-rating .rating-icon{
    margin-left:2px
}
.banner-img .item-rating .rating-icon i{
    font-size:10px
}
.banner-img-wrap{
    width:83%;
    margin:14px auto 0
}
.banner-img-wrap img{
    width:100%
}
.popup-fixed{
    position:fixed;
    top:290px;
    right:0;
    z-index:100;
    transform:translate(110%,0);
    transition:transform .3s ease-in-out
}
.popup-fixed.popup-show{
    transform:translate(0,0)
}
.popup-fixed.popup-hide{
    transform:translate(110%,0)
}
.popup-fixed-content{
    width:230px;
    box-shadow:0 5px 15px rgba(70,147,170,.16),0 3px 14px rgba(70,147,170,.17),0 0 12px rgba(70,147,170,.04);
    background-color:#fff;
    padding:19px 13px 23px;
    text-align:center;
    position:relative
}
.popup-fixed-title{
    font-size:14px;
    font-family:montserratextrabold,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    color:#212733;
    margin:0 0 15px
}
.popup-fixed-icon{
    position:absolute;
    left:-11px;
    top:-14px
}
.popup-fixed-icon:before{
    content:'';
    width:61px;
    display:block;
    height:66px;
    -webkit-background-size:contain;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/labels/1@2x.png)
}
.popup-fixed-close{
    position:absolute;
    right:14px;
    top:19px;
    font-size:17px;
    cursor:pointer;
    z-index:12
}
.popup-fixed-rating{
    margin:0 0 11px
}
.popup-fixed-rating .article-rating-inner span{
    color:#ffdb00
}
.popup-fixed-photo-title{
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    line-height:1.5;
    margin:0 0 14px
}
.popup-fixed-img{
    margin:0 0 21px
}
.popup-fixed-img img{
    max-height:100%;
    max-width:90%;
    width:auto;
    height:auto
}
.popup-fixed-button .banner-item-btn{
    position:relative;
    z-index:13;
    padding:11px 10px;
    width:100%;
    font-family:montserratbold,Helvetica,Arial,sans-serif
}
.popup-fixed-overlay{
    font-size:0;
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10
}
.popup-fixed-overlay span{
    display:none
}
.popup-fixed.popup-color-green .popup-fixed-icon:before{
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/labels/1@2x.png)
}
.popup-fixed.popup-color-red .popup-fixed-icon:before{
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/labels/2@2x.png)
}
.popup-fixed.popup-color-blue .popup-fixed-icon:before{
    background-image:url(//www.gearhungry.com/wp-content/themes/gearhungry/css/../img/labels/3@2x.png)
}
@media(max-width:767px){
    .popup-fixed{
        display:none
    }
}
.rate-article-wrap{
    margin-bottom:30px;
    padding:39px 0 0;
    border-top:1px solid rgba(70,147,170,.3)
}
.rate-article-info{
    display:none
}
.rate-article-info.on{
    display:block
}
.rate-article{
    display:flex;
    justify-content:flex-end;
    align-items:center
}
.rate-article.on{
    justify-content:space-between
}
.btn-add-rating{
    display:inline-block;
    min-width:195px;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s
}
.btn-add-rating:hover{
    color:#fff;
    box-shadow:none
}
.btn-add-rating:focus{
    color:#fff
}
.btn-add-rating-modal,.btn-add-rating-modal-off{
    display:inline-block;
    min-width:102px;
    margin-top:20px;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s
}
.btn-add-rating-modal-off:hover,.btn-add-rating-modal:hover{
    color:#fff;
    box-shadow:none
}
.btn-add-rating-modal-off:focus,.btn-add-rating-modal:focus{
    color:#fff
}
.btn-add-rating-modal-off.off,.btn-add-rating-modal.off{
    box-shadow:none;
    background:#88bece
}
.rate-article-title{
    text-transform:uppercase;
    color:#000;
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.rate-article-value-wrap{
    color:#4693aa;
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.rate-article-value{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:15px
}
.rate-article-subtitle{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#000
}
.comments-wrap{
    text-align:left;
    padding-left:0;
    padding-right:9px
}
.comments-wrap .title-design-wrap{
    overflow:hidden;
    text-align:center;
    margin:10px 0 50px
}
.comments-wrap .section-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000
}
.comments-wrap .section-title a{
    color:#000
}
.comments-wrap .section-title a:focus,.comments-wrap .section-title a:hover{
    color:#000
}
.comments-wrap .section-title:before{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:53%;
    right:108%
}
.comments-wrap .section-title:after{
    content:"";
    position:absolute;
    height:1px;
    background:#4693aa;
    width:600px;
    top:53%;
    left:108%
}
.comments-wrap .comment-error-answer{
    position:absolute;
    left:62px
}
.comments-form{
    padding:0 130px 0 68px;
    margin-bottom:60px;
    position:relative
}
.comments-form .autor-img{
    position:absolute;
    top:0;
    left:0
}
.commentform{
    position:relative;
    margin-bottom:60px
}
.commentform .send-comments-btn{
    top:auto;
    bottom:0
}
.commentform .input-field{
    padding-right:130px;
    width:calc(100% - 62px)
}
.commentform.user-not-logged{
    position:relative;
    margin-bottom:60px
}
.commentform.user-not-logged .send-comments-btn{
    bottom:0
}
.commentform.user-not-logged label{
    display:block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.commentform.user-not-logged .input-field{
    padding-right:130px;
    width:100%
}
.commentform.user-not-logged .input-field .comment-error-answer{
    position:absolute
}
.commentform.user-not-logged .comment-form-author,.commentform.user-not-logged .comment-form-email{
    display:inline-block;
    width:100%
}
.commentform.user-not-logged .comment-form-author input,.commentform.user-not-logged .comment-form-email input{
    width:100%;
    padding:0 23px;
    border:1px solid #d3d3d3;
    border-radius:5px;
    height:46px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    -webkit-appearance:none;
    -moz-appearance:none
}
.commentform.user-not-logged .comment-form-author input:focus,.commentform.user-not-logged .comment-form-author input:hover,.commentform.user-not-logged .comment-form-email input:focus,.commentform.user-not-logged .comment-form-email input:hover{
    outline:0
}
.commentform.user-not-logged .comment-form-author input.field-error,.commentform.user-not-logged .comment-form-email input.field-error{
    border-color:#da0000
}
.input-field{
    display:inline-block;
    width:100%
}
.input-field input{
    width:100%;
    border:none;
    border-bottom:1px solid #dadada;
    height:46px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    -webkit-appearance:none;
    -moz-appearance:none
}
.input-field input:focus,.input-field input:hover{
    outline:0
}
.send-comments-btn{
    position:absolute;
    right:0;
    top:0;
    display:inline-block;
    min-width:102px;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s
}
.send-comments-btn:hover{
    color:#fff;
    box-shadow:none
}
.send-comments-btn:focus{
    color:#fff
}
.posted-comment{
    position:relative;
    margin-bottom:39px;
    padding:0 0 0 68px
}
.posted-comment .autor-img{
    position:absolute;
    top:5px;
    left:0
}
.posted-comment .author-time-wrap{
    display:inline-block
}
.posted-comment .autor-info{
    margin-right:17px;
    margin-bottom:1px;
    font-family:circularstdblack,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    color:#000;
    transition:all .15s
}
.posted-comment .autor-info span{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.posted-comment .comment-time{
    position:relative;
    display:inline-block;
    padding-left:18px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:12px
}
.posted-comment .comment-time:before{
    content:"";
    position:absolute;
    width:1px;
    height:10px;
    left:0;
    top:3px;
    background:#000
}
.posted-comment .comment-message{
    margin-top:13px;
    font-size:15px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.btn-all-comments-wrap{
    text-align:center
}
.btn-all-comments{
    display:inline-block;
    text-transform:uppercase;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#4693aa;
    transition:all .15s
}
.btn-all-comments .icon{
    margin-left:-1px;
    font-size:23px;
    font-family:Arial
}
.btn-all-comments:hover{
    color:#000
}
.quote{
    position:relative;
    width:55%;
    margin:0 auto;
    padding:0 15px;
    color:#fff;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:15px;
    text-align:center;
    line-height:2.004
}
.quote:before{
    content:"";
    position:absolute;
    right:100%;
    top:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRFNENGNEMzRDY3ODExRTc5M0IxQkExRkFBQkIwOUI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRFNENGNEM0RDY3ODExRTc5M0IxQkExRkFBQkIwOUI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REU0Q0Y0QzFENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REU0Q0Y0QzJENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KHeedAAADCklEQVR42ryZ70sUQRzGd9X8kaQVZZoWZ1hEkEZREdQb7bA3QRQEEVkv+iOid0JQ9KJIIfBCtIgo6EWQkNSL3lXv0oqsN5oQpmUUJOaPy+kZmzvmlt27+X53pgc+iHN78+yzs7Pf2TlfCOERVQJegL0Gx34BCbDg8bQGvAENBse+KmIYXDAMInUzRhCp64ZB/h0rR4ZAM5gXZpoF64j96xwV5hoHJZSRKQW31V8T3QXTzBFZC1KE47tBmnKlOglXagnsiDEq9whev8Dq5blv2PkesEgwGIwR5ISgqSvzXZPOy8A7okE7M0gNmCL4/AFNlDCXiUGGgM8M85Do9Uj/fqHO94M00aCDGeSUoOuQaZgKMELsfAKUMoLUgu9Er5fBfvI9mi+B7cRHKrdIptTjmFpQcxVxpQ6qyUURt0ieZdxey0XSZGQqQT+gLnU4RbIh9AqbFkmDkelmXClOkZRPvCcMr2yRDBJsaFUnRhWnSJ4XPHVF9anfSivBLeAzhn2EeHw9uMZct32I/ERLdkXE0x1Q7Kg4Bm/pzny32TawIOKrzyBIm7Cji1Fh+oU9nSsQZtCST1qVkGzf8okii9UEKPPs6BvYAmZCPmsBQ549yVfqXXK2eKqWtFsMIrUenIn47KRnV82gLfOPDJP07OtYRPthB17H9TD7HBgcCHnE++pKuvDKhtnkwGAVqAu0bQDlDry26mGqPDeqDtkQcaFKPcxvRyazwfrsyGdJDzPpyGAq0DYZutKNr896mGEHBh/BXKBtEbx14DWsh3nmwOBpRPuASy+5ApBFbhxUWDTYDV7/hxWAnO+bMy+FRWr50WPRYCAiSOaWeGzRK5XzdqsWaVVg1MLi7ydIFFhoNqrj4mpUnXfom+bOmCbzhJ3MI4RfE8L0Q51v3tfmFvCJ0fk0SBJfm5OMvTKpMXWeBfcAJNXgKpgx6FhupveAOuYuZj3oNdyUnwM31PmF9ufn+RmwBpxWK90msBGsUBPuPXgO7oMxCxM5obxaQSOoVe1fVW2S5eNBSCHO0V8BBgAzfE80UehBuwAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain
}
.quote:after{
    content:"";
    position:absolute;
    left:100%;
    bottom:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2QzkwQjdBRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2QzkwQjdCRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjZDOTBCNzhENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjZDOTBCNzlENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6825pqAAADEUlEQVR42rSZTUhUURTH34ySTElaqI0mOUFQI2W1axEV0VSrFkFUq2nRIkyCIly0iYGCWlW4KoIwqAgipE2LjDaBUNA3FCTTh5QZZaVmmenrf+MOXB7vvXvPefce+IFzGc//nXvufefeMynf9z2NNYHdoABWgkVyfASUwT1wBbz1klsO7AWbQB40gr/gAxgE/eAq+Bz63yKYCOrASTDh620aXAQtMf7iaAbnpR+diec5DeYH/UQ57wDvfLoNgw3EQArgC0PrJcjrglkFvvl8mwLbDQPZLL/Pte/yeUODEakr+8lNiOQ0geQSTlrFypUllw5soeNgqYWNXAfOab7TA+otaInnLYk/UsrbrAG8BxnPnq0FTyLGH1nU+QXa1MzssRyIsCJxnGviuXepwRQ8+xblc6sLLXWZiaLXZllAFLy5YFoZqwGTIG1Z643qsNXBbFWDbGAs6yCQ/35Vp1WeG0uHrG8XllGFfjoS+RP4POZIZ0wN5rUDgd/yQKraMBh3oDWkBjPgQOAZmA2ebR1pPVCDuelA4G7EeJ8DrTvqqzklq3WHRYE14GnIeK28CzVa0pkCLelA+g+CGUsC/RGBCJsA3RYn7ToYDTvNHvPt2BaDK8AlCzriQrc87nJWArMJBG4Y3meqwOWEwZzV3TQFnUznP8Bi4m3zTIK7TG3FT9yxYgVz/R6RDQiK5Rk6Yo/vl/svtqFRD8YZM3UbpIhZaWcu6R7ThsZRhvNR0MrozFxgaA2CeSbBVDM7M0VGIA1gkqgzA9aH+QvbMzvBEuL6vQV6Gev+AOMULXoL902bgAPEmfoKsoyszAEfiVqvQCbKZzAzG8E64kx1gU+MrIieQzPh++Jksk82LzyTzPQ5Ko5BxBvvOVHrlM6v+mGZ3FymNgKamMFsIwbyAtTo/KrL7BDxbt4Z2Y3X22FiU6QoT8aaMsorkteYGeEUyZKpb06RFJ3+hQmCoRTJx/KtZxwMtUjuSBAIpUiKXwdWU/yniUWyVxZIrlGK5ImYy13knjEtkkNgQYKsUIrkQ7liSBr/BBgAlCdB/2I+LtsAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
#blog-post-best-banner{
    margin-bottom:25px
}
.blog-post-best-banner{
    position:relative
}
.blog-post-best-banner .breadcrumbs-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    top:0;
    left:0;
    height:65px;
    margin-bottom:0;
    margin-top:0;
    z-index:3
}
.blog-post-best-banner .breadcrumbs-wrap .breadcrumbs{
    padding-left:25px
}
@media(max-width:767px){
    .blog-post-best-banner .breadcrumbs-wrap{
        display:none
    }
}
.blog-post-best-banner .breadcrumbs li{
    color:#fff
}
.blog-post-best-banner .breadcrumbs a{
    color:#fff;
    text-shadow:0 0 8px rgba(255,255,255,.65),0 0 8px rgba(255,255,255,.65)
}
#cat-item-description.blog-post-page{
    padding-top:0;
    padding-bottom:40px
}
#cat-item-description.blog-post-page .post-autor-wrap{
    border-top:none;
    margin-bottom:71px;
    padding:12px 0
}
#cat-item-description.blog-post-page .post-autor-wrap:after{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background:#dfdfdf;
    left:0;
    bottom:-30px
}
#cat-item-description.blog-post-page .autor-img{
    margin-right:24px
}
#cat-item-description.blog-post-page .autor-name{
    font-size:13px;
    margin-bottom:3px
}
#cat-item-description.blog-post-page .autor-name span{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
#cat-item-description.blog-post-page .published-time{
    font-size:12px
}
#cat-item-description.blog-post-page .cat-item-description-content{
    margin-bottom:0
}
#cat-item-description.blog-post-page .cat-item-description-content h2,#cat-item-description.blog-post-page .cat-item-description-content h3,#cat-item-description.blog-post-page .cat-item-description-content h4{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px
}
#cat-item-description.blog-post-page .cat-item-description-content .quote{
    position:relative;
    width:55%;
    margin:0 auto;
    padding:0 15px;
    color:#fff;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:15px;
    text-align:center;
    line-height:2.004
}
#cat-item-description.blog-post-page .cat-item-description-content .quote:before{
    content:"";
    position:absolute;
    right:100%;
    top:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRFNENGNEMzRDY3ODExRTc5M0IxQkExRkFBQkIwOUI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRFNENGNEM0RDY3ODExRTc5M0IxQkExRkFBQkIwOUI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REU0Q0Y0QzFENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REU0Q0Y0QzJENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KHeedAAADCklEQVR42ryZ70sUQRzGd9X8kaQVZZoWZ1hEkEZREdQb7bA3QRQEEVkv+iOid0JQ9KJIIfBCtIgo6EWQkNSL3lXv0oqsN5oQpmUUJOaPy+kZmzvmlt27+X53pgc+iHN78+yzs7Pf2TlfCOERVQJegL0Gx34BCbDg8bQGvAENBse+KmIYXDAMInUzRhCp64ZB/h0rR4ZAM5gXZpoF64j96xwV5hoHJZSRKQW31V8T3QXTzBFZC1KE47tBmnKlOglXagnsiDEq9whev8Dq5blv2PkesEgwGIwR5ISgqSvzXZPOy8A7okE7M0gNmCL4/AFNlDCXiUGGgM8M85Do9Uj/fqHO94M00aCDGeSUoOuQaZgKMELsfAKUMoLUgu9Er5fBfvI9mi+B7cRHKrdIptTjmFpQcxVxpQ6qyUURt0ieZdxey0XSZGQqQT+gLnU4RbIh9AqbFkmDkelmXClOkZRPvCcMr2yRDBJsaFUnRhWnSJ4XPHVF9anfSivBLeAzhn2EeHw9uMZct32I/ERLdkXE0x1Q7Kg4Bm/pzny32TawIOKrzyBIm7Cji1Fh+oU9nSsQZtCST1qVkGzf8okii9UEKPPs6BvYAmZCPmsBQ549yVfqXXK2eKqWtFsMIrUenIn47KRnV82gLfOPDJP07OtYRPthB17H9TD7HBgcCHnE++pKuvDKhtnkwGAVqAu0bQDlDry26mGqPDeqDtkQcaFKPcxvRyazwfrsyGdJDzPpyGAq0DYZutKNr896mGEHBh/BXKBtEbx14DWsh3nmwOBpRPuASy+5ApBFbhxUWDTYDV7/hxWAnO+bMy+FRWr50WPRYCAiSOaWeGzRK5XzdqsWaVVg1MLi7ydIFFhoNqrj4mpUnXfom+bOmCbzhJ3MI4RfE8L0Q51v3tfmFvCJ0fk0SBJfm5OMvTKpMXWeBfcAJNXgKpgx6FhupveAOuYuZj3oNdyUnwM31PmF9ufn+RmwBpxWK90msBGsUBPuPXgO7oMxCxM5obxaQSOoVe1fVW2S5eNBSCHO0V8BBgAzfE80UehBuwAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain
}
#cat-item-description.blog-post-page .cat-item-description-content .quote:after{
    content:"";
    position:absolute;
    left:100%;
    bottom:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2QzkwQjdBRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2QzkwQjdCRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjZDOTBCNzhENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjZDOTBCNzlENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6825pqAAADEUlEQVR42rSZTUhUURTH34ySTElaqI0mOUFQI2W1axEV0VSrFkFUq2nRIkyCIly0iYGCWlW4KoIwqAgipE2LjDaBUNA3FCTTh5QZZaVmmenrf+MOXB7vvXvPefce+IFzGc//nXvufefeMynf9z2NNYHdoABWgkVyfASUwT1wBbz1klsO7AWbQB40gr/gAxgE/eAq+Bz63yKYCOrASTDh620aXAQtMf7iaAbnpR+diec5DeYH/UQ57wDvfLoNgw3EQArgC0PrJcjrglkFvvl8mwLbDQPZLL/Pte/yeUODEakr+8lNiOQ0geQSTlrFypUllw5soeNgqYWNXAfOab7TA+otaInnLYk/UsrbrAG8BxnPnq0FTyLGH1nU+QXa1MzssRyIsCJxnGviuXepwRQ8+xblc6sLLXWZiaLXZllAFLy5YFoZqwGTIG1Z643qsNXBbFWDbGAs6yCQ/35Vp1WeG0uHrG8XllGFfjoS+RP4POZIZ0wN5rUDgd/yQKraMBh3oDWkBjPgQOAZmA2ebR1pPVCDuelA4G7EeJ8DrTvqqzklq3WHRYE14GnIeK28CzVa0pkCLelA+g+CGUsC/RGBCJsA3RYn7ToYDTvNHvPt2BaDK8AlCzriQrc87nJWArMJBG4Y3meqwOWEwZzV3TQFnUznP8Bi4m3zTIK7TG3FT9yxYgVz/R6RDQiK5Rk6Yo/vl/svtqFRD8YZM3UbpIhZaWcu6R7ThsZRhvNR0MrozFxgaA2CeSbBVDM7M0VGIA1gkqgzA9aH+QvbMzvBEuL6vQV6Gev+AOMULXoL902bgAPEmfoKsoyszAEfiVqvQCbKZzAzG8E64kx1gU+MrIieQzPh++Jksk82LzyTzPQ5Ko5BxBvvOVHrlM6v+mGZ3FymNgKamMFsIwbyAtTo/KrL7BDxbt4Z2Y3X22FiU6QoT8aaMsorkteYGeEUyZKpb06RFJ3+hQmCoRTJx/KtZxwMtUjuSBAIpUiKXwdWU/yniUWyVxZIrlGK5ImYy13knjEtkkNgQYKsUIrkQ7liSBr/BBgAlCdB/2I+LtsAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
#cat-item-description.blog-post-page .aside-content .section-title{
    color:#000;
    font-size:25px;
    margin-top:0;
    margin-bottom:0
}
#cat-item-description.blog-post-page .aside-content.blog-post-page .title-design-wrap{
    margin-bottom:13px
}
#cat-item-description.blog-post-page .aside-content .share-follow-btns-wrap .embed-button{
    right:50%;
    -moz-transform:translateX(50%);
    -o-transform:translateX(50%);
    -ms-transform:translateX(50%);
    -webkit-transform:translateX(50%);
    transform:translateX(50%)
}
#cat-item-description.blog-post-page .aside-content .button-subscribe{
    position:static;
    width:100%;
    margin-bottom:30px
}
#cat-item-description.blog-post-page .aside-content .button-subscribe .embed-button{
    position:static;
    width:100%;
    background-color:#4693aa
}
#cat-item-description.blog-post-page .aside-content .button-subscribe .embed-button:before{
    display:none
}
#cat-item-description.blog-post-page .aside-content .button-subscribe .embed-button:hover{
    color:#fff;
    background-color:#000
}
.item-content-img{
    margin-top:47px;
    margin-bottom:47px
}
.item-content-img img{
    width:100%
}
.content-quote-block{
    position:relative;
    padding:55px 0 29px;
    margin:80px 0 72px;
    background:#4693aa;
    box-shadow:0 5px 8px 0 rgba(29,29,29,.29)
}
.content-quote-block:after{
    content:"\f005";
    display:block;
    position:absolute;
    top:16px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    color:#fff;
    font-size:19px;
    font-family:FontAwesome
}
.cat-item-description-content blockquote{
    display:block;
    position:relative;
    padding:55px 0 29px;
    margin:80px 0 72px;
    background:#4693aa;
    box-shadow:0 5px 8px 0 rgba(29,29,29,.29);
    border:none
}
.cat-item-description-content blockquote:after{
    content:"\f005";
    display:block;
    position:absolute;
    top:16px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    color:#fff;
    font-size:19px;
    font-family:FontAwesome
}
.cat-item-description-content blockquote p{
    display:block;
    position:relative;
    width:55%;
    margin:0 auto;
    padding:0 15px;
    color:#fff;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:15px;
    text-align:center;
    line-height:2.004
}
.cat-item-description-content blockquote p:before{
    content:"";
    position:absolute;
    right:100%;
    top:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRFNENGNEMzRDY3ODExRTc5M0IxQkExRkFBQkIwOUI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRFNENGNEM0RDY3ODExRTc5M0IxQkExRkFBQkIwOUI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REU0Q0Y0QzFENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REU0Q0Y0QzJENjc4MTFFNzkzQjFCQTFGQUFCQjA5QjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4KHeedAAADCklEQVR42ryZ70sUQRzGd9X8kaQVZZoWZ1hEkEZREdQb7bA3QRQEEVkv+iOid0JQ9KJIIfBCtIgo6EWQkNSL3lXv0oqsN5oQpmUUJOaPy+kZmzvmlt27+X53pgc+iHN78+yzs7Pf2TlfCOERVQJegL0Gx34BCbDg8bQGvAENBse+KmIYXDAMInUzRhCp64ZB/h0rR4ZAM5gXZpoF64j96xwV5hoHJZSRKQW31V8T3QXTzBFZC1KE47tBmnKlOglXagnsiDEq9whev8Dq5blv2PkesEgwGIwR5ISgqSvzXZPOy8A7okE7M0gNmCL4/AFNlDCXiUGGgM8M85Do9Uj/fqHO94M00aCDGeSUoOuQaZgKMELsfAKUMoLUgu9Er5fBfvI9mi+B7cRHKrdIptTjmFpQcxVxpQ6qyUURt0ieZdxey0XSZGQqQT+gLnU4RbIh9AqbFkmDkelmXClOkZRPvCcMr2yRDBJsaFUnRhWnSJ4XPHVF9anfSivBLeAzhn2EeHw9uMZct32I/ERLdkXE0x1Q7Kg4Bm/pzny32TawIOKrzyBIm7Cji1Fh+oU9nSsQZtCST1qVkGzf8okii9UEKPPs6BvYAmZCPmsBQ549yVfqXXK2eKqWtFsMIrUenIn47KRnV82gLfOPDJP07OtYRPthB17H9TD7HBgcCHnE++pKuvDKhtnkwGAVqAu0bQDlDry26mGqPDeqDtkQcaFKPcxvRyazwfrsyGdJDzPpyGAq0DYZutKNr896mGEHBh/BXKBtEbx14DWsh3nmwOBpRPuASy+5ApBFbhxUWDTYDV7/hxWAnO+bMy+FRWr50WPRYCAiSOaWeGzRK5XzdqsWaVVg1MLi7ydIFFhoNqrj4mpUnXfom+bOmCbzhJ3MI4RfE8L0Q51v3tfmFvCJ0fk0SBJfm5OMvTKpMXWeBfcAJNXgKpgx6FhupveAOuYuZj3oNdyUnwM31PmF9ufn+RmwBpxWK90msBGsUBPuPXgO7oMxCxM5obxaQSOoVe1fVW2S5eNBSCHO0V8BBgAzfE80UehBuwAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain
}
.cat-item-description-content blockquote p:after{
    content:"";
    position:absolute;
    left:100%;
    bottom:0;
    display:block;
    width:17px;
    height:12px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAkCAYAAAAkcgIJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2QzkwQjdBRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2QzkwQjdCRDY3ODExRTc5NkM4RURGOUU0QzNFNzZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjZDOTBCNzhENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjZDOTBCNzlENjc4MTFFNzk2QzhFREY5RTRDM0U3NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6825pqAAADEUlEQVR42rSZTUhUURTH34ySTElaqI0mOUFQI2W1axEV0VSrFkFUq2nRIkyCIly0iYGCWlW4KoIwqAgipE2LjDaBUNA3FCTTh5QZZaVmmenrf+MOXB7vvXvPefce+IFzGc//nXvufefeMynf9z2NNYHdoABWgkVyfASUwT1wBbz1klsO7AWbQB40gr/gAxgE/eAq+Bz63yKYCOrASTDh620aXAQtMf7iaAbnpR+diec5DeYH/UQ57wDvfLoNgw3EQArgC0PrJcjrglkFvvl8mwLbDQPZLL/Pte/yeUODEakr+8lNiOQ0geQSTlrFypUllw5soeNgqYWNXAfOab7TA+otaInnLYk/UsrbrAG8BxnPnq0FTyLGH1nU+QXa1MzssRyIsCJxnGviuXepwRQ8+xblc6sLLXWZiaLXZllAFLy5YFoZqwGTIG1Z643qsNXBbFWDbGAs6yCQ/35Vp1WeG0uHrG8XllGFfjoS+RP4POZIZ0wN5rUDgd/yQKraMBh3oDWkBjPgQOAZmA2ebR1pPVCDuelA4G7EeJ8DrTvqqzklq3WHRYE14GnIeK28CzVa0pkCLelA+g+CGUsC/RGBCJsA3RYn7ToYDTvNHvPt2BaDK8AlCzriQrc87nJWArMJBG4Y3meqwOWEwZzV3TQFnUznP8Bi4m3zTIK7TG3FT9yxYgVz/R6RDQiK5Rk6Yo/vl/svtqFRD8YZM3UbpIhZaWcu6R7ThsZRhvNR0MrozFxgaA2CeSbBVDM7M0VGIA1gkqgzA9aH+QvbMzvBEuL6vQV6Gev+AOMULXoL902bgAPEmfoKsoyszAEfiVqvQCbKZzAzG8E64kx1gU+MrIieQzPh++Jksk82LzyTzPQ5Ko5BxBvvOVHrlM6v+mGZ3FymNgKamMFsIwbyAtTo/KrL7BDxbt4Z2Y3X22FiU6QoT8aaMsorkteYGeEUyZKpb06RFJ3+hQmCoRTJx/KtZxwMtUjuSBAIpUiKXwdWU/yniUWyVxZIrlGK5ImYy13knjEtkkNgQYKsUIrkQ7liSBr/BBgAlCdB/2I+LtsAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
.aside-content.blog-post-page .title-design-wrap{
    margin-bottom:27px
}
.aside-content.blog-post-page .section-title{
    color:#000;
    margin:0
}
.aside-content.blog-post-page .share-follow-btns-wrap{
    margin-bottom:36px
}
#blog-posts.posts-list-page{
    background-image:-moz-linear-gradient(to bottom,#fff 700px,#efefef 700px);
    background-image:-webkit-linear-gradient(to bottom,#fff 700px,#efefef 700px);
    background-image:-ms-linear-gradient(to bottom,#fff 700px,#efefef 700px);
    background-image:linear-gradient(to bottom,#fff 700px,#efefef 700px)
}
#blog-posts.posts-list-page .blog-p-banner-title-bg{
    margin-bottom:35px;
    padding:129px 0 52px 35px
}
#blog-posts.posts-list-page .blog-p-banner-title-bg .container{
    text-align:center
}
#blog-posts.posts-list-page .blog-p-banner-icon{
    margin:0 auto 24px
}
#blog-posts.posts-list-page .blog-p-banner-title{
    text-align:left
}
#blog-posts.posts-list-page .blog-p-banner-subtitle{
    margin-bottom:39px;
    text-align:center
}
.subscribe-form{
    position:relative;
    display:inline-block;
    border:1px solid #4693aa;
    border-radius:23px
}
.subscribe-form input{
    width:362px;
    height:46px;
    padding-left:29px;
    padding-right:140px;
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    background:0 0;
    border:none;
    border-radius:23px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.subscribe-form input:focus,.subscribe-form input:hover{
    outline:0
}
.subscribe-form input::-webkit-input-placeholder{
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.subscribe-form input::-moz-placeholder{
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.subscribe-form input:-ms-input-placeholder{
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.subscribe-form input:-moz-placeholder{
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.success-message{
    color:#fff;
    position:absolute;
    left:0;
    right:0;
    top:100%
}
footer .success-message{
    left:1px
}
.btn-subscribe{
    position:absolute;
    right:-1px;
    top:-1px;
    bottom:-1px;
    min-width:135px;
    border:none;
    background:#4693aa;
    color:#fff;
    text-transform:uppercase;
    border-radius:23px
}
.list-page-menu-wrap{
    margin-bottom:35px;
    padding-left:51px
}
.filter-title-wrap{
    overflow:hidden;
    text-align:center;
    margin-bottom:35px
}
.filter-title{
    position:relative;
    text-align:center;
    display:inline-block;
    font-family:circularstdblack,Helvetica,Arial,sans-serif;
    font-size:42px;
    margin-top:0;
    color:#000
}
.filter-title-decor-left,.filter-title-decor-right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:120px
}
.filter-title-decor-left{
    position:absolute;
    top:27%;
    left:103%;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.filter-title-decor-left:after{
    content:"";
    position:absolute;
    height:3px;
    background:#4693aa;
    width:600px;
    top:44%;
    left:105%
}
.filter-title-decor-right{
    position:absolute;
    top:27%;
    right:103%
}
.filter-title-decor-right:before{
    content:"";
    position:absolute;
    height:3px;
    background:#4693aa;
    width:600px;
    top:44%;
    right:105%
}
.first-rhombus{
    display:inline-block;
    width:24px;
    height:24px;
    border:4px solid #4693aa;
    margin:0 9px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.second-rhombus{
    display:inline-block;
    width:18px;
    height:18px;
    border:4px solid #4693aa;
    margin:0 9px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.third-rhombus{
    display:inline-block;
    width:14px;
    height:14px;
    border:4px solid #4693aa;
    margin:0 9px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.filter-orderby-section,.filter-post-type-section{
    display:inline-block;
    position:relative;
    margin-right:35px
}
.orderby-filter-button,.post-type-filter-button{
    position:relative;
    display:inline-block;
    padding:13px 50px 13px 30px;
    width:280px;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
    border-radius:23px;
    background:#fff;
    text-transform:uppercase;
    text-align:left;
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    color:#000;
    cursor:pointer;
    transition:.1s linear all .4s
}
.orderby-filter-button:before,.post-type-filter-button:before{
    content:"\f0dc";
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    right:30px;
    font-family:FontAwesome;
    font-size:12px;
    color:#000
}
.orderby-filter-button.active,.post-type-filter-button.active{
    border-radius:23px 23px 0 0;
    transition:0s all 0s
}
.filter-orderby-section-filters,.filter-post-type-section-filters{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:#fff;
    border-top:1px solid #e8e8e8;
    border-radius:0 0 23px 23px;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
    z-index:110
}
.filter-post-type-section-filters{
    padding:20px 10px 18px 30px
}
.orderby-filter-button.active{
    padding-bottom:16px
}
.filter-orderby-section-filters{
    padding:0 0 0 30px;
    width:280px
}
.filter-orderby-section-filters.filter-two-column{
    width:530px;
    border-radius:0 23px 23px
}
.filter-orderby-section-filters.filter-three-column{
    width:780px;
    border-radius:0 23px 23px
}
.filter-list-divider{
    padding:20px 10px 18px 0;
    width:250px;
    position:relative;
    float:left
}
.orderby-filter,.post-type-filter{
    display:block;
    margin-bottom:13px;
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    color:#000;
    text-transform:uppercase;
    cursor:pointer;
    transition:all .15s;
    max-width:100%;
    word-wrap:break-word
}
.orderby-filter:focus,.orderby-filter:hover,.post-type-filter:focus,.post-type-filter:hover{
    color:#4693aa
}
.filter-popular-list-wrap{
    display:inline-block;
    position:relative
}
.popular-filter-button{
    position:relative;
    display:none;
    padding:13px 50px 13px 30px;
    width:280px;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
    border-radius:23px;
    background:#fff;
    text-transform:uppercase;
    text-align:left;
    font-size:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    color:#000;
    cursor:pointer;
    transition:.1s linear all .4s
}
.popular-filter-button:before{
    content:"\f0dc";
    position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    right:30px;
    font-family:FontAwesome;
    font-size:12px;
    color:#000
}
.popular-filter-button.active{
    border-radius:23px 23px 0 0;
    transition:0s all 0s
}
.filter-popular-list{
    display:inline-block
}
.popular-filter{
    display:inline-block;
    margin-right:70px;
    text-transform:uppercase;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#000;
    cursor:pointer;
    transition:all .15s
}
.popular-filter:last-of-type{
    margin-right:0
}
.popular-filter:focus,.popular-filter:hover{
    color:#4693aa
}
.filter-popular-list.filter-resize{
    display:block
}
#buying-guides.buying-g-list-page{
    background-image:-moz-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:-webkit-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:-ms-linear-gradient(to bottom,#fff 640px,#efefef 640px);
    background-image:linear-gradient(to bottom,#fff 640px,#efefef 640px)
}
#buying-guides.buying-g-list-page .buying-g-banner-title-bg{
    padding:129px 0 52px 35px;
    margin-bottom:35px
}
#buying-guides.buying-g-list-page .buying-g-banner-title-bg .container{
    text-align:center
}
#buying-guides.buying-g-list-page .buying-g-banner-icon{
    margin:0 auto 9px
}
#buying-guides.buying-g-list-page .buying-g-banner-icon.font-icon-off{
    margin-bottom:20px
}
#buying-guides.buying-g-list-page .buying-g-banner-title{
    text-align:left
}
#buying-guides.buying-g-list-page .buying-g-banner-subtitle{
    margin-bottom:40px;
    text-align:center
}
#buying-guides.buying-g-list-page .category-items-wrap{
    margin-bottom:24px
}
#buying-guides.buying-g-list-page .buying-g-item-img:before{
    bottom:0
}
#buying-guides.buying-g-list-page .buying-g-item-img:after{
    content:"";
    opacity:0;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(17,19,20,.75);
    transition:all .15s
}
#buying-guides.buying-g-list-page .buying-g-item-wrap .buying-g-item-info{
    z-index:1000
}
#buying-guides.buying-g-list-page .buying-g-item-wrap:hover .buying-g-item-img:after{
    opacity:1
}
#buying-guides.buying-g-list-page .buying-g-item-wrap:hover .save-link-wrap{
    visibility:visible;
    top:18%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0)
}
#buying-guides.buying-g-list-page .buying-g-item-info:hover{
    width:82%
}
#buying-guides.buying-g-list-page .buying-g-item-info-title{
    margin-bottom:36px;
    padding:0 15px
}
#buying-guides.buying-g-list-page .buying-g-item-info-title:after{
    width:30px;
    top:119%
}
#featured-posts.reviews-list-page{
    padding-bottom:121px;
    background-image:-moz-linear-gradient(to bottom,#fff 845px,#efefef 845px);
    background-image:-webkit-linear-gradient(to bottom,#fff 845px,#efefef 845px);
    background-image:-ms-linear-gradient(to bottom,#fff 845px,#efefef 845px);
    background-image:linear-gradient(to bottom,#fff 845px,#efefef 845px)
}
#featured-posts.reviews-list-page .feat-p-banner-title-bg{
    margin-bottom:35px;
    padding:122px 0 115px
}
#featured-posts.reviews-list-page .feat-p-banner-title-bg .container{
    text-align:center
}
#featured-posts.reviews-list-page .feat-p-banner-icon{
    margin:0 auto 25px
}
#featured-posts.reviews-list-page .feat-p-banner-title{
    text-align:center
}
#featured-posts.reviews-list-page .feat-p-banner-subtitle{
    margin-bottom:39px;
    text-align:center
}
#featured-posts.reviews-list-page .featured-posts-wrap{
    margin-bottom:22px
}
.profile-page-bg-wrap{
    background-image:-moz-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:-webkit-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:-ms-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:linear-gradient(to bottom,#fff 499px,#efefef 499px)
}
.account-section{
    padding-top:16px;
    padding-bottom:265px
}
.profile-bg{
    position:relative;
    padding:58px 0 77px
}
.profile-bg-img{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-repeat:no-repeat;
    background-size:cover
}
.profile-bg-img:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.profile-img{
    position:relative;
    margin:0 auto;
    width:103px;
    border:11px solid #fff;
    z-index:9;
    border-radius:50%;
    background:#fff
}
.profile-img img{
    width:100%;
    border-radius:50%;
    height:auto
}
.profile-content{
    padding-top:63px;
    background:#fff;
    box-shadow:0 8px 12px 0 rgba(79,79,79,.2)
}
.form-field-wrap{
    position:relative;
    margin-bottom:62px;
    padding:0 98px
}
.profile-tab-nav{
    position:relative;
    display:block;
    width:490px;
    margin:-45px auto 0;
    padding:17px 48px 8px;
    background:#fff
}
.profile-nav-btn{
    position:relative;
    display:inline-block;
    padding:0 18px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:12px;
    text-transform:uppercase;
    color:#000
}
.profile-nav-btn:focus,.profile-nav-btn:hover{
    color:#000
}
.profile-nav-btn.active{
    color:#000
}
.profile-nav-btn.active:before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-5px;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    display:block;
    width:34px;
    height:1px;
    background:#4693aa
}
#tab2,#tab3{
    display:none
}
#img2,#img3,#img4,#img5,#img6{
    display:none
}
.profile-tab.password .form-field{
    padding:0
}
.profile-tab.password .form-field input.field-error{
    border-color:#da0000
}
.profile-tab.password .form-field .password-error{
    color:#da0000
}
.profile-tab.password .form-field-wrap{
    margin-bottom:52px
}
.profile-tab.delete-account{
    padding-top:17px
}
.profile-tab.delete-account .form-field-wrap{
    margin-bottom:246px
}
.form-field{
    margin-bottom:50px
}
.form-field:nth-child(odd){
    padding-left:0;
    clear:both
}
.form-field:nth-child(even){
    padding-right:0
}
.form-field label{
    display:block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.form-field input{
    display:block;
    width:100%;
    height:46px;
    padding:0 23px;
    border:1px solid #d3d3d3;
    border-radius:5px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.form-field input:focus,.form-field input:hover{
    outline:0
}
.form-field input::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.form-field input::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.form-field input:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.form-field input:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.form-field input.field-error{
    border:1px solid #da0000
}
.profile-bg-set{
    margin-bottom:45px;
    padding-right:0
}
.profile-bg-set-title{
    display:block;
    margin-bottom:5px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.profile-bg-btn-wrap{
    position:relative;
    display:inline-block;
    margin-right:27px;
    width:46px;
    height:46px;
    background:#fff;
    border:1px solid #d5d5d5;
    border-radius:50%;
    cursor:pointer;
    box-shadow:0 5px 8px 0 transparent;
    transition:all .15s
}
.profile-bg-btn-wrap.active,.profile-bg-btn-wrap:hover{
    border-color:#4693aa;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12)
}
.profile-bg-btn-wrap:last-of-type{
    margin-right:0
}
.profile-bg-btn{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:32px;
    height:32px;
    background-size:cover;
    border-radius:50%
}
.arrival-radio-box{
    margin-bottom:50px;
    padding-left:0
}
.arrival-radio-box:last-of-type{
    margin-right:0
}
.arrival-radio-box .radio-field-title{
    display:block;
    margin-bottom:17px;
    text-transform:uppercase;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px
}
.arrival-radio-box .radio-box-title{
    text-transform:uppercase;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px
}
.arrival-radio-box .radio{
    display:none
}
.arrival-radio-box .radio-custom{
    margin-right:10px;
    width:14px;
    height:14px;
    border:1px solid #d3d3d3;
    border-radius:3px;
    position:relative
}
.arrival-radio-box .label,.arrival-radio-box .radio-custom{
    display:inline-block;
    vertical-align:middle
}
.arrival-radio-box label{
    margin-right:24px
}
.arrival-radio-box .radio:checked+.radio-custom:before{
    content:"";
    display:block;
    position:absolute;
    top:3px;
    right:3px;
    bottom:3px;
    left:3px;
    background:#4693aa;
    border-radius:50%
}
.arrival-radio-box .radio-custom,.arrival-radio-box .radio:checked+.radio-custom:before{
    border-radius:50%
}
.arrival-radio-box .radio:checked+.radio-custom{
    border-color:#4693aa;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12)
}
.profile-share-btn-title{
    display:block;
    margin-bottom:10px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.profile-share-btn .et_social_icons_container{
    display:flex;
    padding:0;
    margin:0
}
.profile-share-btn .et_social_icons_container>li{
    list-style:none;
    width:35px;
    height:35px;
    border-radius:50%;
    display:flex;
    margin-right:8px;
    align-items:center;
    justify-content:center
}
.profile-share-btn .et_social_icons_container>li a{
    margin:0;
    width:auto
}
.profile-share-btns-wrap{
    float:left
}
.profile-share-btns-wrap a{
    display:inline-block;
    width:35px;
    margin-right:8px;
    border-radius:50%
}
.profile-share-btns-wrap a img{
    border-radius:50%;
    width:100%
}
.answer-done{
    display:inline-block;
    padding:0;
    left:98px;
    bottom:10px;
    color:#000
}
.registraion-form{
    position:relative
}
.profile-clear-btn{
    display:block;
    position:relative;
    float:right;
    width:35px;
    height:35px;
    background:#cb2027;
    border-radius:50%
}
.profile-clear-btn:before{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:12px;
    height:16px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAqCAYAAABP7FAaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNEM0M4REYxREQ5MDExRTc4QTc3RDVCNjk4QTFGQzdDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNEM0M4REYyREQ5MDExRTc4QTc3RDVCNjk4QTFGQzdDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0QzQzhERUZERDkwMTFFNzhBNzdENUI2OThBMUZDN0MiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0QzQzhERjBERDkwMTFFNzhBNzdENUI2OThBMUZDN0MiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz72PvlOAAABDUlEQVR42uyYPQrCMBiGvxbBE3gAXXQQXNy9iYPg4IkUr+DqASp4Bv9AHHQt0oLYijW+EYUgpWbIF0TzwlNCWvI0adqEkhCCNKiCGchEfrLn+apOe6QpDYReAp32PBw6RFSn4oyAR59zA4MP16ylNEGhTPaSSqkgy/FBaNkZSmkTtEFiQdiXPk8Z3S2oMUvlhN34SsWGWXgGe1lQe1oBLUbpAazepVZnr5OypaSUG6DLeCNzMH2UlK//WPBm93L5b+8RZy55zzRilkZOal0au+E1lPi/J9IJXG1LuXv7XdLYDa+BZS2xLY2K9khO+nvS2A2vqbU0T7pU96cGsyiSHkHP4H+IFAzBRK28CzAA4ZWK57P4C2UAAAAASUVORK5CYII=) no-repeat;
    background-size:contain
}
.profile-clear-btn span{
    position:absolute;
    top:-23px;
    left:0;
    display:block;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:10px;
    color:#000;
    text-transform:uppercase
}
.btn-cancel-profile,.btn-change-passw,.btn-save-profile,.delete-account-btn{
    position:relative;
    padding:16px 0 17px;
    display:block;
    text-align:center;
    text-transform:uppercase;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    transition:all .15s
}
.btn-change-passw,.btn-save-profile{
    color:#fff;
    background:#4693aa;
    border:1px solid #4693aa
}
.btn-change-passw:hover,.btn-save-profile:hover{
    background:#000;
    border-color:#000
}
.btn-cancel-profile{
    color:#000;
    border:1px solid transparent;
    border-top:1px solid #cfcfd0;
    background:0 0
}
.btn-cancel-profile:hover{
    background:#000;
    color:#fff;
    border-color:#000
}
.delete-account-btn{
    color:#fff;
    background:#cb2027;
    border:1px solid #cb2027
}
.delete-account-btn:hover{
    background:#000;
    border-color:#000
}
.wish-list-page-bg-wrap{
    background-image:-moz-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:-webkit-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:-ms-linear-gradient(to bottom,#fff 499px,#efefef 499px);
    background-image:linear-gradient(to bottom,#fff 499px,#efefef 499px);
    padding-bottom:5px
}
.wish-list-page-bg-wrap .save-link-wrap{
    visibility:visible
}
.wish-list-page-bg-wrap .save-link-img:before{
    content:"\e900";
    font-size:26px;
    color:#fff
}
.wish-list-page-bg-wrap .save-link-title{
    visibility:hidden
}
.wish-list-page-bg-wrap .feat-post-item:hover .save-link-img{
    width:55px;
    height:55px
}
.wish-list-page-bg-wrap .feat-post-item:hover .save-link-img:before{
    color:#4693aa
}
.wish-list-page-bg-wrap .feat-post-item:hover .save-link-title{
    visibility:visible
}
.wish-list-page-bg-wrap .btn-details-wrap{
    margin-bottom:115px
}
.wish-list-section{
    padding-bottom:63px
}
.wish-list-section .profile-bg{
    padding:48px 0 39px
}
.wish-list-section .profile-img{
    width:95px;
    margin-bottom:23px
}
.profile-bg .share-profile{
    position:absolute;
    right:18px;
    top:18px;
    display:inline-block;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:11px;
    color:#fff;
    text-align:center
}
.profile-bg .share-profile:hover{
    cursor:pointer
}
.profile-bg .share-profile:hover .share-social-list{
    opacity:1
}
.profile-bg .share-profile .share-social-list{
    opacity:0;
    position:absolute;
    right:100%;
    top:-13px;
    width:50px;
    transition:all .15s
}
.profile-bg .share-profile .share-social-list a{
    display:inline-block;
    color:#fff
}
.profile-bg .share-profile .share-social-list a:hover{
    color:#fff
}
.profile-bg .share-icon{
    display:block;
    width:19px;
    height:23px;
    margin:0 auto 10px
}
.profile-bg .share-icon img{
    width:100%
}
.wish-list-author-title{
    position:relative;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:22px;
    color:#fff;
    text-align:center
}
.wish-list-author-title:before{
    content:"";
    display:block;
    position:absolute;
    bottom:-10px;
    left:50%;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    width:48px;
    height:1px;
    background:#4693aa
}
.static-page{
    max-width:80%;
    padding-top:25px
}
.static-page h2{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000;
    position:relative;
    margin-bottom:43px
}
.static-page h2:before{
    content:"";
    position:absolute;
    top:129%;
    left:0;
    width:100px;
    height:1px;
    background:#4693aa
}
#cat-item-description.single-review-page .cat-item-description-content.static-page h2{
    font-size:42px
}
.search-results-page{
    padding-bottom:104px
}
.search-form{
    position:relative;
    margin-bottom:54px
}
.search-results-page-header .search-result-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    color:#000;
    position:relative;
    margin-bottom:43px
}
.search-results-page-header .search-result-title:before{
    content:"";
    position:absolute;
    top:129%;
    left:0;
    width:100px;
    height:1px;
    background:#4693aa
}
.search-results-page-header .search-result-input-search{
    position:relative;
    right:auto;
    top:auto;
    bottom:auto;
    border:1px solid #d3d3d3;
    border-radius:5px;
    width:100%;
    height:53px;
    padding:5px 40px 5px 10px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.search-results-page-header .search-result-input-search:focus,.search-results-page-header .search-result-input-search:hover{
    outline:0
}
.search-results-page-header .search-result-input-search::-webkit-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.search-results-page-header .search-result-input-search::-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.search-results-page-header .search-result-input-search:-ms-input-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.search-results-page-header .search-result-input-search:-moz-placeholder{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.search-results-page-header .btn-search,.search-results-page-header .btn-search-page-search{
    position:absolute;
    right:8px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    margin:0;
    background:0 0;
    width:auto;
    height:auto;
    border:none;
    color:#000;
    z-index:80
}
.search-results-page-header .btn-search i,.search-results-page-header .btn-search-page-search i{
    color:#000;
    font-size:17px
}
.nothing-found{
    margin-bottom:200px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px
}
.logo.not-found-p-logo{
    display:none
}
.error404 .page-content{
    padding-bottom:0;
    padding-top:0;
    height:100vh;
    min-height:540px
}
.error404 .logo.not-found-p-logo{
    display:block;
    margin:23px auto 0
}
.error404 .header-wrap{
    display:none
}
.error404 footer{
    display:none
}
.top-level-not-found-page{
    position:relative;
    height:43vh;
    overflow:hidden;
    z-index:1;
    background:#fff;
    box-shadow:0 5px 8px 0 rgba(29,28,28,.12)
}
.top-level-not-found-page .not-found-img{
    position:absolute;
    left:50%;
    bottom:-50px;
    transform:translate(-50%,0);
    line-height:.7
}
.top-level-not-found-page .not-found-img:before{
    content:"\e900";
    font-family:'404'!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:182px;
    color:#4693aa
}
.top-level-not-found-page .not-found-img:after{
    content:"";
    position:absolute;
    left:100%;
    top:-1px;
    width:67px;
    height:67px;
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAACGCAYAAAAYefKRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1QkQ0RDFDRjU3OTExRTdCMjIyOTgzNEUyNEFBMjQ5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1QkQ0RDFERjU3OTExRTdCMjIyOTgzNEUyNEFBMjQ5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzVCRDREMUFGNTc5MTFFN0IyMjI5ODM0RTI0QUEyNDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzVCRDREMUJGNTc5MTFFN0IyMjI5ODM0RTI0QUEyNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz449zuzAAATOklEQVR42uxd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) no-repeat;
    background-size:contain
}
.bottom-level-not-found-page{
    position:relative;
    height:50vh;
    text-align:center
}
.bottom-level-not-found-page .not-found-img{
    display:inline-block;
    position:absolute;
    left:49.6%;
    top:-125px;
    transform:translate(-50%,0);
    line-height:.7
}
.bottom-level-not-found-page .not-found-img:before{
    content:"\e900";
    font-family:'404'!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:182px;
    color:#000;
    text-shadow:0 7px 10px 0 rgba(79,79,79,.2)
}
.not-found-title{
    margin-bottom:8px;
    padding-top:124px;
    text-transform:uppercase;
    color:#4693aa;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:22px
}
.not-found-subtitle{
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:17px
}
.not-found-btn{
    display:inline-block;
    padding:15px 10px 13px;
    color:#fff;
    min-width:146px;
    font-size:14px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    background:#0a0a0a;
    border-radius:27px;
    margin-top:50px;
    text-transform:uppercase;
    transition:all .15s
}
.not-found-btn:focus{
    color:#fff
}
.sign-in-form.error input{
    border:1px solid #ca2027;
    text-transform:uppercase;
    -webkit-appearance:none;
    -moz-appearance:none
}
.alert.result-message.alert-danger{
    border:none;
    padding:0;
    background-color:#fff;
    background-repeat:repeat-x;
    background-image:none
}
.alert{
    box-shadow:none
}
.spinner-field{
    position:relative;
    min-height:353px
}
.spinner-wrap{
    display:none;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,.8);
    z-index:105
}
.spinner-js{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.dot{
    width:20px;
    height:20px;
    border:2px solid #4693aa;
    border-radius:50%;
    float:left;
    margin:0 5px;
    -webkit-transform:scale(0);
    transform:scale(0);
    -webkit-animation:fx 1s ease infinite 0s;
    animation:fx 1s ease infinite 0s
}
.dot:nth-child(2){
    -webkit-animation:fx 1s ease infinite .3s;
    animation:fx 1s ease infinite .3s
}
.dot:nth-child(3){
    -webkit-animation:fx 1s ease infinite .6s;
    animation:fx 1s ease infinite .6s
}
@-webkit-keyframes fx{
    50%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fx{
    50%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.page-template-page-sr .responsive-video-wrap{
    padding-bottom:70.19%
}
.custom-page .best-items-banner-bg{
    padding:0
}
.custom-page .best-items-banner-bg:before{
    display:none
}
.custom-page .best-items-banner-bg-img-wrap{
    padding:81px 0
}
.custom-page .best-items-banner-bg-text{
    position:relative;
    top:auto;
    left:auto;
    -webkit-transform:none;
    transform:none;
    z-index:1
}
.custom-page .best-items-banner-bg-img-wrap{
    background-repeat:no-repeat;
    background-size:cover
}
.bottom-custom-content,.top-custom-content{
    text-align:left;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000
}
.bottom-custom-content p,.top-custom-content p{
    margin-bottom:26px
}
.bottom-custom-content h2,.bottom-custom-content h3,.bottom-custom-content h4,.top-custom-content h2,.top-custom-content h3,.top-custom-content h4{
    margin:0 0 32px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px
}
.bottom-custom-content a,.top-custom-content a{
    display:inline-block;
    color:#4693aa;
    position:relative;
    transition:all .15s
}
.bottom-custom-content a:after,.top-custom-content a:after{
    content:"";
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    top:19px;
    height:1px;
    opacity:1;
    background:#47c8dd;
    transition:all .15s
}
.bottom-custom-content a:hover:after,.top-custom-content a:hover:after{
    opacity:0
}
.bottom-custom-content p a,.top-custom-content p a{
    display:inline-block;
    color:#4693aa;
    position:relative;
    transition:all .15s
}
.bottom-custom-content p a:after,.top-custom-content p a:after{
    content:"";
    display:inline-block;
    position:absolute;
    left:0;
    right:0;
    top:19px;
    height:1px;
    opacity:1;
    background:#47c8dd;
    transition:all .15s
}
.bottom-custom-content p a:hover:after,.top-custom-content p a:hover:after{
    opacity:0
}
.top-custom-content{
    margin-top:33px
}
.bottom-custom-content{
    margin-bottom:64px
}
#buying-guides.buying-g-list-page.custom-page{
    padding-bottom:0
}
.calculator-section-block{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    padding-bottom:50px
}
.calculator-section-block h2,.calculator-section-block h3,.calculator-section-block h4{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px;
    margin-bottom:48px;
    margin-top:0
}
.calculator-section-block select{
    margin:0 10px 16px;
    width:100px;
    height:46px;
    border-radius:5px;
    border:1px solid #d3d3d3;
    padding:0 15px;
    font-family:montserratlight,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    background:#fff
}
.calculator-section-block select:focus,.calculator-section-block select:hover{
    outline:0
}
.calculator-section-block textarea{
    width:439px;
    display:block;
    margin:0 auto;
    padding:15px;
    color:#000;
    font-family:montserratlight,Helvetica,Arial,sans-serif;
    font-size:14px;
    border:1px solid #d3d3d3;
    resize:none;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.calculator-section-block textarea:focus,.calculator-section-block textarea:hover{
    outline:0
}
.calculator-title{
    position:relative;
    color:#000;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    text-align:left;
    margin-bottom:48px
}
.calculator-title:before{
    content:"";
    position:absolute;
    top:129%;
    left:0;
    width:100px;
    height:1px;
    background:#4693aa
}
.dot-age-code{
    margin:15px 0 0;
    text-transform:uppercase;
    color:#4693aa;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif
}
.number-field{
    margin:0 10px 16px;
    min-width:90px;
    padding:0 15px;
    border:1px solid #d3d3d3;
    border-radius:5px;
    height:46px;
    font-family:montserratlight,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#000;
    -webkit-appearance:none;
    -moz-appearance:none
}
.number-field:focus,.number-field:hover{
    outline:0
}
.calculate-btn{
    position:relative;
    display:inline-block;
    min-width:102px;
    margin-bottom:16px;
    padding:13px 15px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s;
    z-index:1
}
.calculate-btn:hover{
    color:#fff;
    box-shadow:none
}
.calculate-btn:focus{
    color:#fff
}
.calculate-btn.btn-small{
    margin-top:10px;
    margin-bottom:0
}
.calculate-btn.btn-space{
    margin-top:15px;
    margin-bottom:16px
}
.calculate-btn.btn-space-none{
    margin-bottom:0
}
.text-bottom-space{
    margin-bottom:30px
}
.tyre-img-wrap{
    width:300px;
    margin:0 auto
}
.tyre-img-wrap img{
    width:100%
}
.et_monarch .et_social_networks .et_social_icons_container{
    text-align:left
}
.et_monarch .et_social_networks.et_social_circle li.social-box{
    margin:0 0 25px!important;
    padding:0 13px;
    width:33.33333%
}
.et_monarch .et_social_networks.et_social_circle li.social-box:first-of-type,.et_monarch .et_social_networks.et_social_circle li.social-box:nth-of-type(4){
    padding-left:0
}
.et_monarch .et_social_networks.et_social_circle li.social-box:nth-of-type(4){
    margin-bottom:0!important
}
.et_monarch .et_social_networks.et_social_circle li.social-box:nth-of-type(2){
    padding:0 7px 0 6px
}
.et_monarch .et_social_networks.et_social_circle li.social-box:nth-of-type(3){
    padding-right:0
}
.et_monarch .et_social_networks.et_social_circle li.social-box .social-items-wrap{
    display:block;
    height:44px;
    box-shadow:0 4px 8px 0 rgba(79,79,79,.13);
    border-radius:22px;
    overflow:hidden
}
.et_monarch .et_social_networks.et_social_circle li.social-box .social-items-wrap:hover .social-item i{
    -webkit-transform:scale(100);
    transform:scale(100);
    z-index:5;
    transition:all .5s cubic-bezier(.4,0,.2,1)
}
.et_monarch .et_social_icon,.et_monarch .et_social_networks li,.et_monarch .et_social_networks li.social-box a{
    overflow:initial
}
.et_monarch .et_social_networks li.social-box a.social-item{
    position:relative
}
.et_monarch .et_social_networks li a.social-item:nth-of-type(2){
    float:right
}
.et_monarch .et_social_networks .social-item .et_social_icon{
    width:44px;
    height:44px
}
.et_monarch .et_social_networks .social-item .et_social_icon:after,.et_monarch .et_social_networks .social-item .et_social_icon:before{
    width:44px;
    height:44px;
    left:0;
    line-height:44px
}
.et_monarch .et_social_networks .social-item:nth-of-type(2) .et_social_icon:before{
    color:transparent
}
.et_monarch .et_social_slide.et_social_left li.social-box:hover .et_social_icon:before{
    margin-left:0;
    opacity:1
}
.et_monarch .et_social_networks.et_social_circle li.et_social_facebook.social-box:hover i,.et_monarch li.et_social_facebook.social-box:hover{
    background-color:#3a579a
}
.et_monarch .et_social_networks.et_social_circle li.et_social_twitter.social-box:hover i,.et_monarch li.et_social_twitter.social-box:hover{
    background-color:#00abf0
}
.et_monarch .et_social_networks.et_social_circle li.et_social_googleplus.social-box:hover i,.et_monarch li.et_social_googleplus.social-box:hover{
    background-color:#df4a32
}
.et_monarch .et_social_networks.et_social_circle li.et_social_linkedin.social-box:hover i,.et_monarch li.et_social_linkedin.social-box:hover{
    background-color:#127bb6
}
.et_monarch .et_social_networks .social-item .et_social_icon:after{
    display:none
}
.et_monarch .et_social_networks.et_social_circle .et_social_facebook.social-box .social-item:first-of-type i{
    background:0 0;
    color:#3a579a
}
.et_monarch .et_social_networks.et_social_circle .et_social_twitter.social-box .social-item:first-of-type i{
    background:0 0;
    color:#00abf0
}
.et_monarch .et_social_networks.et_social_circle .et_social_googleplus.social-box .social-item:first-of-type i{
    background:0 0;
    color:#df4a32
}
.et_monarch .et_social_networks.et_social_circle .et_social_linkedin.social-box .social-item:first-of-type i{
    background:0 0;
    color:#127bb6
}
.et_monarch .et_social_networks.et_social_circle .et_social_pinterest.social-box .social-item:first-of-type i{
    background:0 0;
    color:#cd1c1f
}
.et_monarch .et_social_networks span.fly-icon{
    position:absolute;
    display:block;
    width:20px;
    height:14px;
    top:54%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAcCAYAAAD815boAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEwQ0QwMzQ4MUIyNzExRTg4QkU2QTNCMUJEOTk2QkJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEwQ0QwMzQ5MUIyNzExRTg4QkU2QTNCMUJEOTk2QkJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTBDRDAzNDYxQjI3MTFFODhCRTZBM0IxQkQ5OTZCQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTBDRDAzNDcxQjI3MTFFODhCRTZBM0IxQkQ5OTZCQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Br80rAAADHElEQVR42syYTWgTQRTH32w2aWLT2rT5LCqCh7bQj4MVqeDBgwgi9KwXoUdF8C4Inj1qiwf1JMWb3urNm6EHK9TQQxCkSAUtSrJpQrJJNv7fOlvTmGwm6Vce/HcmuzOzv33z3sxuRK1WO0dEX+if/YRKsv4dqtbVa5AF/ZDn+Nq2rJehjKybUE7WeayCrBfrxi7KPk69WtfeknVDCGEJQNaoh6xardJOLkfBYJA8us4P69dxuAR9OE6wfD5P2UyGstmsDajrOo1NTNAJXffh8qyQjnwLzR8VVLlcJgNADhj/ZvMHApRIJCgcDpPQNKf5FcFHgLJHP0GThwHFjmAPZSUYe67eggMDlBgdpVAo1Nh1Cbor6gYKotiEhg8CrFQq/fUUZBiGHWuNFhoetj3HkE1slUPRTpyGJz6F4ls3UJZl2TAOWLFYbNpOwzTydMbhOb/f32q439BpANqrgmgyNXOqiVQoFHahcphOt4WCkyEai1EsHiev19tu6LMA3HR+iBYxtIDiReP5SqWyG1csJ+DdrK+vj+KY0kg0antRwa4DcGXPA7Zo+BKaAuz9/M4OZWQWcl3V+vv7/yYD4g43Ve32CFppPClcAl+k1teL8J6vk9g8OTRkww0ODnYa1u+kF/+LGc1lmrjxK5XR2VPhSIQmp6dpbHy8G0BO1vlmgG7T7cTgYxQLra57PB6KItZiiDmfz9ftalWBzgPQbJl0bQZIy0H2tGMgzlLOVgbdp10G4LbrTLUbYTWZXERxh+sB3rYQbyO8bakng5vdg562G0tlTXhuP42mvZ+ambFj74AAl1UAVSE/8yFnGF+3trYOajvfgG6rPmxbyItzcxyTy2UsRWtra/b2t08ryD25otpBU2y3hN1lgLe+dDq9X8gLAMx20kEVMonF3d7sU6nUR3iz23m/CcCNTjspQWLKrZJp3uIEN01zFnvwtS4An0Cvj+x1n992oDc1dUtCGh214aYjioC/oMCxfUDh5g8UIM8c6+cnALxQ3gXwak98JwPkRgvAhz3zSS+T6FkD4GKP/eewCxrhL87DgPsjwAB6sQjTL+li4AAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain;
    z-index:7
}
.fly-icon{
    display:block;
    width:20px;
    height:14px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAcCAYAAAD815boAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEwQ0QwMzQ4MUIyNzExRTg4QkU2QTNCMUJEOTk2QkJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEwQ0QwMzQ5MUIyNzExRTg4QkU2QTNCMUJEOTk2QkJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTBDRDAzNDYxQjI3MTFFODhCRTZBM0IxQkQ5OTZCQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTBDRDAzNDcxQjI3MTFFODhCRTZBM0IxQkQ5OTZCQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Br80rAAADHElEQVR42syYTWgTQRTH32w2aWLT2rT5LCqCh7bQj4MVqeDBgwgi9KwXoUdF8C4Inj1qiwf1JMWb3urNm6EHK9TQQxCkSAUtSrJpQrJJNv7fOlvTmGwm6Vce/HcmuzOzv33z3sxuRK1WO0dEX+if/YRKsv4dqtbVa5AF/ZDn+Nq2rJehjKybUE7WeayCrBfrxi7KPk69WtfeknVDCGEJQNaoh6xardJOLkfBYJA8us4P69dxuAR9OE6wfD5P2UyGstmsDajrOo1NTNAJXffh8qyQjnwLzR8VVLlcJgNADhj/ZvMHApRIJCgcDpPQNKf5FcFHgLJHP0GThwHFjmAPZSUYe67eggMDlBgdpVAo1Nh1Cbor6gYKotiEhg8CrFQq/fUUZBiGHWuNFhoetj3HkE1slUPRTpyGJz6F4ls3UJZl2TAOWLFYbNpOwzTydMbhOb/f32q439BpANqrgmgyNXOqiVQoFHahcphOt4WCkyEai1EsHiev19tu6LMA3HR+iBYxtIDiReP5SqWyG1csJ+DdrK+vj+KY0kg0antRwa4DcGXPA7Zo+BKaAuz9/M4OZWQWcl3V+vv7/yYD4g43Ve32CFppPClcAl+k1teL8J6vk9g8OTRkww0ODnYa1u+kF/+LGc1lmrjxK5XR2VPhSIQmp6dpbHy8G0BO1vlmgG7T7cTgYxQLra57PB6KItZiiDmfz9ftalWBzgPQbJl0bQZIy0H2tGMgzlLOVgbdp10G4LbrTLUbYTWZXERxh+sB3rYQbyO8bakng5vdg562G0tlTXhuP42mvZ+ambFj74AAl1UAVSE/8yFnGF+3trYOajvfgG6rPmxbyItzcxyTy2UsRWtra/b2t08ryD25otpBU2y3hN1lgLe+dDq9X8gLAMx20kEVMonF3d7sU6nUR3iz23m/CcCNTjspQWLKrZJp3uIEN01zFnvwtS4An0Cvj+x1n992oDc1dUtCGh214aYjioC/oMCxfUDh5g8UIM8c6+cnALxQ3gXwak98JwPkRgvAhz3zSS+T6FkD4GKP/eewCxrhL87DgPsjwAB6sQjTL+li4AAAAABJRU5ErkJggg==) no-repeat;
    background-size:contain
}
.et_monarch .et_social_networks .social-item:first-of-type .et_social_icon{
    width:60px
}
.et_monarch .et_social_networks.et_social_circle .social-box .social-item:nth-of-type(2){
    transition:all .5s cubic-bezier(.4,0,.2,1)
}
.et_monarch .et_social_networks.et_social_circle .social-box .social-item:nth-of-type(2):hover span.fly-icon{
    left:-23%
}
.share-follow-btns-wrap a.embed-button{
    position:absolute
}
.embed-button{
    position:absolute;
    right:0;
    bottom:0;
    width:66.6%;
    display:inline-block;
    color:#fff;
    background:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    letter-spacing:1.4px;
    text-transform:uppercase;
    box-shadow:0 4px 8px 0 rgba(79,79,79,.13);
    text-align:center;
    border-radius:22px;
    height:44px;
    line-height:44px;
    transition:.3s ease-in-out
}
.embed-button:focus,.embed-button:hover{
    color:#4693aa;
    background:#4693aa
}
.embed-button:focus:before,.embed-button:hover:before{
    opacity:1;
    transition:all .25s ease-in-out .1s
}
.embed-button .fa-code{
    font-size:16px
}
.embed-button:before{
    opacity:0;
    content:"\f121";
    font-family:FontAwesome;
    font-size:16px;
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    border-radius:22px;
    background:27px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    transition:all 0s ease 0s
}
.embed-preview iframe{
    border:none
}
.posts-widget-block iframe,.textwidget iframe{
    border:none;
    width:100%
}
#windowModalEmbed textarea,.brand-embed-modal textarea{
    width:60%;
    height:74px;
    border:1px solid #d3d3d3;
    resize:none;
    color:#000;
    font-family:montserratlight,Helvetica,Arial,sans-serif;
    font-size:14px;
    border-radius:5px;
    padding:15px;
    background:#eff0f1
}
#windowModalEmbed .modal-body,.brand-embed-modal .modal-body{
    padding:63px 5px 56px
}
.embed-title{
    position:relative;
    width:600px;
    margin:0 auto 24px;
    line-height:1.071;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:34px;
    color:#000
}
.embed-code-title{
    width:600px;
    margin:10px auto;
    line-height:1.071;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:20px;
    color:#000
}
.et_monarch .et_social_networks{
    min-height:113px
}
.sidebar{
    padding-left:0
}
.sidebar li{
    list-style-type:none
}
.posts-widget-block li{
    list-style-type:none
}
#diy-page{
    padding-bottom:40px;
    background-image:-moz-linear-gradient(to bottom,#fff 400px,#efefef 400px);
    background-image:-webkit-linear-gradient(to bottom,#fff 400px,#efefef 400px);
    background-image:-ms-linear-gradient(to bottom,#fff 400px,#efefef 400px);
    background-image:linear-gradient(to bottom,#fff 400px,#efefef 400px)
}
.diy-page-title{
    position:relative;
    margin:15px auto 10px;
    width:950px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:32px;
    color:#000
}
.diy-page-title span{
    color:#4693aa
}
.diy-page-title:before{
    content:"";
    position:absolute;
    top:143%;
    left:50%;
    right:50%;
    height:1px;
    background:#4693aa;
    width:31px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.diy-page-subtitle{
    width:950px;
    margin:40px auto 0;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.6
}
.diy-page-subtitle a{
    color:#4693aa
}
.diy-page-subtitle,.diy-page-title{
    text-align:center
}
.diy-page-items-wrap{
    width:950px;
    margin:35px auto 0
}
.diy-page-item{
    margin-bottom:25px;
    display:flex;
    box-shadow:0 2px 12px 0 rgba(79,79,79,.15);
    background:#fff;
    min-height:250px
}
.diy-page-item .diy-page-item-about-title,.diy-page-item h2,.diy-page-item h3,.diy-page-item h4{
    margin-bottom:25px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:18px;
    color:#000
}
.diy-page-item-img-wrap{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    max-width:38.1%;
    -webkit-box-flex:0;
    -ms-flex:0 0 38.1%;
    flex:0 0 38.1%
}
.diy-page-item-img{
    display:inline-block;
    position:relative;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    cursor:pointer
}
.diy-page-item-img:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:-moz-linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    background:-webkit-linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    background:linear-gradient(to right,rgba(16,17,18,.1) 0,rgba(16,17,18,0) 20%,rgba(16,17,18,0) 80%,rgba(16,17,18,.1) 100%,rgba(16,17,18,0) 100%);
    pointer-events:none
}
.diy-page-item-img img{
    width:100%
}
.diy-page-item-img.logo-img{
    position:absolute;
    height:250px;
    max-height:250px;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%)
}
.diy-page-item-img.logo-img:before{
    background:0 0
}
.fancybox-slide .diy-page-item-img{
    height:70vh
}
.fancybox-close-small{
    width:39px;
    height:39px;
    text-shadow:none;
    background:#111314;
    transition:all .15s
}
.fancybox-close-small:focus,.fancybox-close-small:hover{
    outline:0;
    background:#4693aa
}
.fancybox-close-small:focus:after,.fancybox-close-small:focus:before,.fancybox-close-small:hover:after,.fancybox-close-small:hover:before{
    outline:0
}
.fancybox-close-small:before{
    content:"";
    display:block;
    position:absolute;
    width:32px;
    height:1px;
    background:#fff;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.fancybox-close-small:after{
    content:"";
    display:block;
    position:absolute;
    width:32px;
    height:1px;
    background:#fff;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%) rotate(-45deg);
    transform:translate(-50%,-50%) rotate(-45deg);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    outline:0;
    right:auto;
    border-radius:0;
    z-index:auto
}
.diy-link-number{
    display:block;
    position:absolute;
    top:14px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#fff;
    background:#4693aa;
    padding:10px 13px 10px 10px;
    z-index:1;
    box-shadow:0 5px 11px 0 rgba(29,29,29,.15)
}
.diy-link-number:before{
    content:"";
    display:block;
    position:absolute;
    width:21px;
    height:21px;
    border-radius:3px;
    background:#4693aa;
    right:-4px;
    top:0;
    -webkit-transform:skewX(-20deg);
    transform:skewX(-20deg);
    z-index:-1
}
.diy-link-number:after{
    content:"";
    display:block;
    position:absolute;
    width:21px;
    height:21px;
    border-radius:3px;
    background:#4693aa;
    right:-4px;
    bottom:0;
    -webkit-transform:skewX(20deg);
    transform:skewX(20deg);
    z-index:-1
}
.diy-page-item-about{
    position:relative;
    max-width:34.11%;
    -webkit-box-flex:0;
    -ms-flex:0 0 34.11%;
    flex:0 0 34.11%;
    padding:25px 0 60px 52px;
    border-left:1px solid #dfdfdf
}
.diy-page-item-about ul{
    padding-left:0;
    display:inline-block;
    text-align:left
}
.diy-page-item-about li{
    padding-bottom:9px;
    color:#000;
    position:relative;
    padding-left:19px;
    list-style:none;
    font-size:13px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.diy-page-item-about li:before{
    content:"\e914";
    position:absolute;
    top:6px;
    left:0;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.diy-page-item-about p{
    margin-bottom:17px;
    font-size:13px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    color:#000
}
.diy-page-link-wrap{
    padding:25px 15px 60px 31px;
    position:relative;
    max-width:27.79%;
    -webkit-box-flex:0;
    -ms-flex:0 0 27.79%;
    flex:0 0 27.79%
}
.diy-page-link-wrap ul{
    padding-left:0;
    display:inline-block;
    text-align:left
}
.diy-page-link-wrap li{
    padding-bottom:9px;
    color:#000;
    position:relative;
    padding-left:19px;
    list-style:none;
    font-size:13px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif
}
.diy-page-link-wrap li:before{
    content:"\e914";
    position:absolute;
    top:6px;
    left:0;
    font-family:carbibles-font!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#4693aa;
    font-size:6px
}
.diy-page-link-wrap p{
    margin-bottom:17px;
    font-size:13px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    color:#000
}
.diy-page-link-wrap .phone-number,.diy-page-link-wrap h4{
    margin-bottom:23px;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#4693aa;
    -webkit-text-decoration-line:none;
    text-decoration-line:none
}
.diy-page-link-wrap a.phone-number{
    color:#4693aa;
    -webkit-text-decoration-line:none;
    text-decoration-line:none
}
.note-field{
    margin-bottom:35px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#000
}
.diy-page-btn{
    position:relative;
    display:inline-block;
    min-width:186px;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background-color:#ff9816;
    background-repeat:no-repeat;
    background-size:235px;
    background-position:center;
    height:46px;
    text-align:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(255,152,22,.45);
    -webkit-transform:translateY(0);
    transform:translateY(0);
    transition:.3s ease-in-out
}
.diy-page-btn:before{
    position:absolute;
    left:50%;
    top:44%;
    transform:translate(-50%,-50%);
    opacity:0;
    content:'\2192';
    font-size:34px;
    font-family:Arial;
    color:#ff9816;
    -webkit-transition:all 0s ease 0s;
    transition:all 0s ease 0s
}
.diy-page-btn:hover{
    box-shadow:none;
    border-radius:30px;
    background-color:#000;
    background-image:none;
    background-size:0;
    background-repeat:no-repeat;
    color:#000;
    -webkit-transform:translateY(2px);
    transform:translateY(2px);
    transition:.3s ease-in-out
}
.diy-page-btn:hover:before{
    opacity:1;
    -webkit-transition:all .25s ease-in-out .1s;
    transition:all .25s ease-in-out .1s
}
.diy-page-item-about-content-wrap{
    position:relative
}
.diy-page-item-about-content-wrap .diy-page-item-about-content{
    max-height:170px;
    overflow:hidden
}
.diy-page-item-about-content-wrap .diy-overlay{
    background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 90%);
    position:absolute;
    left:0;
    bottom:0;
    height:50%;
    width:100%;
    text-align:center
}
.diy-page-item-about-content-wrap .diy-btn-read-more{
    display:inline-block;
    position:absolute;
    top:102%;
    left:0;
    color:#4693aa;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    cursor:pointer;
    padding-right:12px;
    transition:all .15s
}
.diy-page-item-about-content-wrap .diy-btn-read-more:before{
    content:"\e904";
    font-family:arrows-slider!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position:absolute;
    right:0;
    top:9px;
    color:#4693aa;
    font-size:8px;
    line-height:0;
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    transition:all .15s
}
.diy-page-item-about-content-wrap .diy-btn-read-more:hover{
    color:#000
}
.diy-page-item-about-content-wrap .diy-btn-read-more:hover:before{
    color:#000
}
.diy-page-item-about-content-wrap.expand{
    padding-bottom:10px
}
.diy-page-item-about-content-wrap.expand .diy-overlay{
    display:none
}
.diy-page-item-about-content-wrap.expand .diy-btn-read-more:before{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.diy-page-item-about-content-wrap.expand .diy-page-item-about-content{
    max-height:none;
    overflow:visible
}
.about-page{
    min-height:calc(100% - 416px);
    padding:0 0 100px
}
.about-banner-title{
    position:relative;
    margin-top:0;
    margin-bottom:12px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:42px;
    text-align:left;
    color:#fff
}
.about-banner-title:before{
    content:"";
    position:absolute;
    top:124%;
    left:0;
    width:100px;
    height:4px;
    background:#fff
}
.about-banner-title-bg{
    padding:129px 0 52px 35px;
    background-color:#4693aa;
    -webkit-background-size:cover;
    background-size:cover;
    background-image:url(data:image/png;
    base64,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);
    position:relative
}
.about-banner-page-title{
    position:absolute;
    right:0;
    z-index:5;
    max-width:90%;
    opacity:.7;
    bottom:0
}
.about-banner-page-title img{
    height:165px;
    width:auto
}
.about-text-wrap{
    padding:30px 0
}
.about-text-wrap h2{
    font-size:29px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-weight:400;
    color:#000;
    margin:0 0 15px
}
.about-text-wrap h2 span,.about-text-wrap h2 strong{
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-weight:400
}
.about-text-row{
    padding:0 15px;
    column-count:2;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.6;
    color:#000;
    text-align:justify
}
.about-text-row p{
    margin:0 0 26px
}
.about-text-col{
    width:50%;
    max-width:530px
}
.about-text-col-left{
    padding:0 55px 0 0
}
.about-text-col-right{
    padding:0 0 0 55px
}
@media(max-width:1200px){
    .about-text-row{
        flex-direction:column;
        column-count:initial;
        font-size:14px
    }
    .about-text-row p{
        margin:0 0 13px
    }
    .about-text-col{
        width:100%;
        max-width:100%;
        padding:0
    }
}
@media(max-width:992px){
    .about-banner-title{
        font-size:30px
    }
    .about-page{
        padding:0 0 30px
    }
}
@media(max-width:768px){
    .about-banner-title-bg{
        padding:35px 0 45px 35px
    }
}
.team-title-bg-wrap .about-banner-title-bg{
    padding:52px 0 129px;
    background-color:#4693aa;
    background-position:center center;
    background-size:cover;
    background-image:url(data:image/png;
    base64,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)
}
.team-title-bg-wrap .about-banner-title-bg:after{
    display:none
}
.team-title-bg-wrap .about-banner-title{
    text-align:center
}
.team-title-bg-wrap .about-banner-title:before{
    display:none
}
.team-header{
    padding:0 195px;
    display:flex;
    justify-content:space-between
}
.team-content{
    display:flex;
    padding:60px 0 0
}
.team-content-wrap{
    position:relative;
    margin-top:-134px
}
.team-content.authors-cout-1{
    justify-content:center
}
.team-content.authors-cout-1 .team-member-profile .team-member-profile-description{
    padding:0;
    text-align:center;
    border:none
}
.team-content.authors-cout-1 .team-member-profile .team-member-profile-name{
    padding:0;
    text-align:center
}
.team-content.authors-cout-1 .team-member-profile .team-member-profile-name:after{
    margin:0 auto
}
.team-content.authors-cout-1 .team-member-profile .team-member{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.team-member{
    -webkit-box-shadow:0 0 0 38px rgba(216,216,216,.1);
    -moz-box-shadow:0 0 0 38px rgba(216,216,216,.1);
    box-shadow:0 0 0 38px rgba(216,216,216,.1);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    width:147px;
    margin:0 auto 40px;
    position:relative
}
.team-member:before{
    content:'';
    display:block;
    width:178px;
    height:178px;
    border:1px solid rgba(70,147,170,.3);
    background:0 0;
    position:absolute;
    top:-16px;
    z-index:4;
    left:-16px
}
.team-member-thumb{
    width:222px;
    min-width:222px;
    height:222px;
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.team-member-thumb-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    overflow:hidden;
    height:147px;
    width:147px
}
.team-member-profile{
    width:50%;
    max-width:545px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:15px;
    line-height:1.6;
    color:#000;
    text-align:justify
}
.team-member-profile:first-child .team-member-profile-description{
    padding:0 55px 0 0;
    border-right:1px solid #4693aa
}
.team-member-profile:last-child .team-member-profile-description{
    padding:0 0 0 55px
}
.team-member-profile:last-child .team-member-profile-name{
    padding:0 0 0 55px
}
@media(min-width:1200px){
    .team-member-profile:last-child .team-member{
        transform:rotate(45deg) translate(37px,-37px)
    }
}
.team-member-profile p{
    margin:0 0 26px
}
.team-member-profile-name{
    font-size:29px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    color:#000;
    margin:0 0 27px
}
.team-member-profile-name:after{
    content:'';
    display:block;
    width:220px;
    height:1px;
    background:#4693aa
}
@media(max-width:992px){
    .team-content{
        flex-direction:column
    }
    .team-member{
        margin:0 auto 75px;
        -webkit-box-shadow:0 0 0 30px rgba(216,216,216,.1);
        -moz-box-shadow:0 0 0 30px rgba(216,216,216,.1);
        box-shadow:0 0 0 30px rgba(216,216,216,.1)
    }
    .team-member-profile{
        max-width:100%;
        width:100%;
        padding:0 15px;
        margin:0 0 75px
    }
    .team-member-profile:last-of-type{
        margin:0
    }
    .team-member-profile:first-child .team-member-profile-description,.team-member-profile:last-child .team-member-profile-description{
        padding:0;
        border:none
    }
    .team-member-profile:first-child .team-member-profile-name,.team-member-profile:last-child .team-member-profile-name{
        padding:0
    }
    .team-member-profile-name{
        text-align:center;
        margin:0 0 15px;
        padding:0
    }
    .team-member-profile-name:after{
        display:none
    }
}
.buying-g-banner-title.brand-assets-title{
    text-align:left
}
.buying-g-banner-title-bg.brand-assets-title-banner{
    padding:129px 35px 52px
}
.brand-item-wrap{
    margin-bottom:45px;
    text-align:center
}
.brand-embed-wrap,.brand-img-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:527px;
    margin:0 auto 25px;
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2);
    min-height:280px
}
.brand-embed-wrap{
    padding:25px
}
.brand-embed-wrap iframe{
    border:none;
    width:100%
}
.brand-img-wrap img{
    max-width:390px
}
.brand-embed-link,.brand-link{
    display:inline-block;
    margin:0 auto;
    color:#9a9a9a;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:20px
}
.brand-embed-link:focus,.brand-embed-link:hover,.brand-link:focus,.brand-link:hover{
    color:#000
}
.brand-color-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:527px;
    margin:0 auto 25px
}
.brand-color-wrap{
    width:250px
}
.brand-color{
    width:100%;
    height:140px;
    margin-bottom:25px;
    border-radius:7px
}
.brand-color-title{
    color:#9a9a9a;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:20px
}
.brand-assets-content{
    font-family:montserratlight,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#0a0a0a;
    margin-bottom:24px
}
.newsletter-aside-widget{
    box-shadow:0 5px 20px 0 rgba(29,28,28,.2)
}
.newsletter-aside-img{
    position:relative;
    height:118px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    overflow:hidden
}
.newsletter-aside-img:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.newsletter-aside-rhombus{
    display:block;
    position:absolute;
    left:50%;
    bottom:-79px;
    width:160px;
    height:160px;
    -webkit-transform:translate(-50%,0) rotate(45deg);
    transform:translate(-50%,0) rotate(45deg);
    border:1px solid #4693aa
}
.newsletter-aside-content{
    position:relative;
    padding:46px 30px;
    background:#fff;
    text-align:center
}
.newsletter-aside-content:before{
    content:"";
    position:absolute;
    top:-10px;
    left:50%;
    -webkit-transform:translate(-50%,0) rotate(45deg);
    transform:translate(-50%,0) rotate(45deg);
    width:20px;
    height:20px;
    background:#4693aa
}
.newsletter-aside-content .pretitle{
    margin-bottom:6px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#4693aa;
    text-transform:uppercase
}
.newsletter-aside-content .title{
    position:relative;
    margin-bottom:16px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:26px;
    color:#000;
    text-transform:uppercase
}
.newsletter-aside-content .title:before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-7px;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    width:30px;
    height:1px;
    background:#4693aa
}
.newsletter-aside-content .subtitle{
    margin-bottom:15px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#4693aa
}
.newsletter-aside-content .success-message{
    color:#333;
    top:initial;
    bottom:5px
}
.newsletter-aside-content .newsletter-form{
    margin-bottom:0
}
.newsletter-aside-content .newsletter-form input{
    margin-bottom:14px;
    display:block;
    width:100%;
    height:46px;
    padding:0 23px;
    border:1px solid #c3c0ba;
    border-radius:5px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.newsletter-aside-content .newsletter-form input.custom-checkbox{
    display:none
}
.newsletter-aside-content .newsletter-form input:focus,.newsletter-aside-content .newsletter-form input:hover{
    outline:0
}
.newsletter-aside-content .newsletter-form input::-webkit-input-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-align:center
}
.newsletter-aside-content .newsletter-form input::-moz-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-align:center
}
.newsletter-aside-content .newsletter-form input:-ms-input-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-align:center
}
.newsletter-aside-content .newsletter-form input:-moz-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-align:center
}
.newsletter-aside-content .newsletter-form input.field-error{
    border:1px solid #da0000
}
.newsletter-aside-content .newsletter-form.sub-error input{
    border:1px solid #da0000
}
.newsletter-aside-content .btn-subscribe-newsletter{
    display:block;
    width:100%;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s
}
.newsletter-aside-content .btn-subscribe-newsletter:hover{
    color:#fff;
    box-shadow:none
}
.newsletter-aside-content .btn-subscribe-newsletter:focus{
    color:#fff
}
.newsletter-section{
    background:#0d0808;
    flex:1 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:stretch
}
.newsletter-section .success-message{
    color:#333;
    top:initial;
    bottom:5px
}
.newsletter-section-wrap{
    position:relative;
    padding:40px 15px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.newsletter-section-wrap:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(17,19,20,.6);
    background:-moz-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-webkit-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-o-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:-ms-linear-gradient(left,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%);
    background:linear-gradient(to right,rgba(17,19,20,.7) 0,rgba(17,19,20,.5) 61%,rgba(17,19,20,.3) 100%)
}
.newsletter-content{
    width:770px;
    margin:0 auto;
    position:relative;
    padding:46px 55px;
    background:#fff;
    text-align:center
}
.newsletter-content:before{
    content:"";
    position:absolute;
    top:50%;
    left:-10px;
    -webkit-transform:translate(0,-50%) rotate(45deg);
    transform:translate(0,-50%) rotate(45deg);
    width:20px;
    height:20px;
    background:#4693aa
}
.newsletter-content:after{
    content:"";
    position:absolute;
    top:50%;
    right:-10px;
    -webkit-transform:translate(0,-50%) rotate(45deg);
    transform:translate(0,-50%) rotate(45deg);
    width:20px;
    height:20px;
    background:#4693aa
}
.newsletter-content .pretitle{
    margin-bottom:6px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#4693aa;
    text-transform:uppercase
}
.newsletter-content .title{
    position:relative;
    margin-bottom:16px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:26px;
    color:#000;
    text-transform:uppercase
}
.newsletter-content .title:before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-7px;
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    width:30px;
    height:1px;
    background:#4693aa
}
.newsletter-content .subtitle{
    margin-bottom:15px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:15px;
    color:#4693aa
}
.newsletter-content .newsletter-form{
    margin-bottom:0
}
.newsletter-content .newsletter-form input{
    margin-bottom:14px;
    display:block;
    width:100%;
    height:46px;
    padding:0 23px;
    border:1px solid #c3c0ba;
    border-radius:5px;
    color:#000;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    -webkit-appearance:none;
    -moz-appearance:none
}
.newsletter-content .newsletter-form input.custom-checkbox{
    display:none
}
.newsletter-content .newsletter-form input:focus,.newsletter-content .newsletter-form input:hover{
    outline:0
}
.newsletter-content .newsletter-form input::-webkit-input-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.newsletter-content .newsletter-form input::-moz-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.newsletter-content .newsletter-form input:-ms-input-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.newsletter-content .newsletter-form input:-moz-placeholder{
    color:#c3c0ba;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    text-transform:uppercase
}
.newsletter-content .newsletter-form input.field-error{
    border:1px solid #da0000
}
.newsletter-content .newsletter-form.sub-error input{
    border:1px solid #da0000
}
.newsletter-content .btn-subscribe-newsletter{
    display:block;
    width:100%;
    padding:13px 10px;
    text-transform:uppercase;
    color:#fff;
    background:#4693aa;
    border:none;
    border-radius:30px;
    text-align:center;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:14px;
    box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
    transition:all .15s
}
.newsletter-content .btn-subscribe-newsletter:hover{
    color:#fff;
    box-shadow:none
}
.newsletter-content .btn-subscribe-newsletter:focus{
    color:#fff
}
.newsletter-rhombus{
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:630px;
    height:630px;
    -webkit-transform:translate(-50%,-50%) rotate(45deg);
    transform:translate(-50%,-50%) rotate(45deg);
    border:1px solid #4693aa
}
.access-sub,.form-group-checkbox{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:24px
}
.РЎРѓheckbox-style{
    margin-right:5px;
    position:relative;
    display:block;
    width:20px;
    min-width:20px;
    height:20px;
    border:1px solid #4693aa;
    border-radius:5px
}
.РЎРѓheckbox-style:before{
    content:"\f00c";
    font-family:fontawesome;
    font-size:11px;
    color:#4693aa;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    opacity:0
}
.РЎРѓheckbox-style.checked:before{
    opacity:1
}
.checkbox-text{
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#000;
    text-align:left
}
.page-template-page-newsletter .newsletter-content .title{
    font-size:23px
}
.page-template-page-newsletter .newsletter-content .title:before{
    display:none
}
.page-template-page-newsletter #cat-item-description{
    display:none
}
.page-template-page-newsletter .page-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-bottom:440px
}
@media(min-width:992px){
    .page-template-page-newsletter .page-content{
        padding-bottom:415px
    }
}
.page-template-page-newsletter footer{
    margin-top:-440px
}
@media(min-width:992px){
    .page-template-page-newsletter footer{
        margin-top:-415px
    }
}
.yotube-video-wrap{
    text-align:center
}
.button-play,.youtube-play{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
.button-play:before,.youtube-play:before{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    content:"\f04b";
    font:normal normal normal 50px/1 FontAwesome;
    color:#4693aa;
    text-shadow:0 1px 15px rgba(90,85,85,.3);
    z-index:5
}
@media(max-width:767px){
    .button-play:before,.youtube-play:before{
        font-size:33px
    }
}
.button-play:hover:before,.youtube-play:hover:before{
    color:#000
}
.bg-item-read-more-btn{
    display:none
}
.btn-content-list{
    position:absolute;
    right:10px;
    top:6px;
    display:inline-block;
    border-radius:5px;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    text-align:center;
    color:#000;
    background:0 0;
    cursor:pointer;
    transition:all .15s;
    min-width:162px;
    font-size:14px;
    z-index:2
}
.btn-content-list span{
    position:relative;
    padding-right:16px
}
.btn-content-list span::selection{
    background:0 0
}
.btn-content-list span::-moz-selection{
    background:0 0
}
.btn-content-list span:before{
    content:"\2193";
    display:inline-block;
    position:absolute;
    right:0;
    top:0;
    font-size:14px;
    font-family:Arial;
    line-height:1
}
.btn-content-list:focus,.btn-content-list:hover{
    color:#000
}
.btn-content-list.expand span:before{
    content:"\2191"
}
.page-template-page-test-bg .toc_widget{
    display:none
}
.page-template-page-test-bg .toc_widget.expand{
    display:block
}
.page-template-page-test-bg .btn-content-list{
    right:98px;
    top:24px;
    color:#0a0a0a;
    background:0 0
}
.page-template-page-test-bg .btn-content-list span:before{
    top:-1px
}
.page-template-page-test-bg .description-content-wrap{
    padding:0 98px
}
.page-template-page-test-bg .cat-item-slider-nav{
    margin-bottom:35px
}
.page-template-page-test-bg .cat-item-description-content{
    padding:0;
    margin:0
}
.page-template-page-test-bg .cat-item-description-content .cat-item-characteristic{
    padding-left:55px
}
.page-template-page-test-bg .cat-item-description-content h2,.page-template-page-test-bg .cat-item-description-content h3{
    margin-bottom:0
}
.page-template-page-test-bg .cat-item-description-content .first-content>h2{
    margin:51px 0 40px
}
.page-template-page-test-bg .cat-item-description-content .bg-item-title li a,.page-template-page-test-bg .cat-item-description-content .bg-item-title p a{
    text-decoration:none
}
.page-template-page-test-bg .cat-item-description-content .bg-item-title li a:after,.page-template-page-test-bg .cat-item-description-content .bg-item-title p a:after{
    display:none
}
.page-template-page-test-bg .cat-item-description-content .bg-item-title p{
    margin-bottom:0
}
.page-template-page-test-bg .cat-item-description-content .bg-item-title a,.page-template-page-test-bg .cat-item-description-content .bg-item-title>a{
    text-decoration:none
}
.page-template-page-test-bg .cat-item-description-content .bg-item-title a:hover,.page-template-page-test-bg .cat-item-description-content .bg-item-title>a:hover{
    text-decoration:underline
}
.page-template-page-test-bg #cat-item-description .cat-item-description-content .first-content>h2{
    margin:25px 0 20px
}
.page-template-page-test-bg .container.breadcrumbs-wrap{
    width:100%
}
.page-template-page-test-bg .cat-item-slider-init{
    margin-right:-35px;
    margin-left:-35px
}
@media(min-width:768px){
    .page-template-page-test-bg .cat-item-slider-init{
        margin-bottom:44px
    }
}
.page-template-page-test-bg .cat-item-about-brand li,.page-template-page-test-bg .cat-item-characteristic li,.page-template-page-test-bg .cat-item-description-content .cat-item-characteristic p{
    font-size:15px
}
.page-template-page-test-bg .plus-minus-wrap{
    margin-bottom:0
}
.page-template-page-test-bg .responsive-video-wrap{
    padding-bottom:39.25%
}
.page-template-page-test-bg #toc-widget-2,.page-template-page-test-bg .toc_widget{
    position:relative
}
.page-template-page-test-bg .toc_widget_list.no_bullets{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2
}
.page-template-page-test-bg .toc_widget_list.no_bullets li{
    padding-left:65px
}
.page-template-page-test-bg .list-widget-wrap{
    margin-top:23px
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap:before{
    opacity:0;
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(17,19,20,.5);
    transition:all .15s .1s;
    pointer-events:none
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap:after{
    position:absolute;
    top:50%;
    left:50%;
    width:165px;
    height:165px;
    border:1px solid #ff9816;
    content:'';
    opacity:0;
    cursor:pointer;
    pointer-events:none;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,transform .35s;
    -webkit-transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin:50%;
    transform-origin:50%
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap.off-hover:after,.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap.off-hover:before{
    display:none
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap.off-hover .bg-item-read-more-btn{
    display:none
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap.off-hover .bg-item-hover-helper{
    display:none
}
.page-template-page-test-bg .cat-item-about-brand{
    padding-left:0
}
.page-template-page-test-bg #cat-item-description .section-title{
    font-size:34px
}
.page-template-page-test-bg #cat-item-description .title-design-wrap{
    margin-bottom:25px
}
.page-template-page-test-bg .buy-now-btn{
    min-width:320px
}
.page-template-page-test-bg .buy-now-btn:hover{
    box-shadow:none;
    color:#0a0a0a;
    background-color:#0a0a0a
}
.page-template-page-test-bg #cat-item-description .cat-item-description-content .buy-now-btn{
    min-width:320px
}
.page-template-page-test-bg .banner-item-btn:hover{
    box-shadow:none;
    color:#0a0a0a
}
.page-template-page-test-bg .cat-item-advantages,.page-template-page-test-bg .cat-item-disadvantages{
    box-shadow:0 2px 8px 0 rgba(29,29,29,.12)
}
.page-template-page-test-bg .cat-item-advantages .title-wrap,.page-template-page-test-bg .cat-item-disadvantages .title-wrap{
    margin-left:-1px;
    margin-right:-1px;
    top:-1px;
    background:#191a1b
}
.page-template-page-test-bg .cat-item-advantages{
    border:1px solid #0bd30b
}
.page-template-page-test-bg .cat-item-advantages p:before{
    color:#0bd30b
}
.page-template-page-test-bg .cat-item-advantages ul li:before{
    color:#0bd30b
}
.page-template-page-test-bg .cat-item-advantages .title:after{
    content:"";
    width:14px;
    height:14px;
    background:#0bd30b;
    display:block;
    position:absolute;
    top:2px;
    left:-3px;
    border-radius:50%
}
.page-template-page-test-bg .cat-item-advantages .title-wrap{
    color:#0bd30b
}
.page-template-page-test-bg .cat-item-disadvantages{
    border:1px solid #fb3535
}
.page-template-page-test-bg .cat-item-disadvantages p:before{
    color:#fb3535
}
.page-template-page-test-bg .cat-item-disadvantages ul li:before{
    color:#fb3535
}
.page-template-page-test-bg .cat-item-disadvantages .title:after{
    content:"";
    width:14px;
    height:14px;
    background:#fb3535;
    display:block;
    position:absolute;
    top:1px;
    left:-4px;
    border-radius:50%
}
.page-template-page-test-bg .cat-item-disadvantages .title-wrap{
    color:#fb3535
}
.page-template-page-test-bg .bg-item-read-more-btn{
    opacity:0;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    font-family:MontserratRegular,Helvetica,Arial,sans-serif;
    font-size:14px;
    letter-spacing:.9px;
    pointer-events:none;
    transition:all .36s 0s
}
.page-template-page-test-bg .bg-item-read-more-btn:before{
    position:absolute;
    left:50%;
    top:100%;
    transform:translate(-50%,0);
    content:"\f061";
    font-size:17px;
    font-family:FontAwesome;
    color:#ff9816;
    line-height:1
}
.page-template-page-test-bg .faq-block .pre-items-title{
    margin-top:50px;
    margin-bottom:10px
}
.page-template-page-test-bg .faq-block h3,.page-template-page-test-bg .faq-block h4{
    font-size:32px
}
.page-template-page-test-bg #toc-widget-2>h2,.page-template-page-test-bg .toc_widget>h2{
    margin-top:0
}
.page-template-page-test-bg #toc-widget-2 .top-overlay,.page-template-page-test-bg .toc_widget .top-overlay{
    background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 82%);
    background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 82%);
    background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 82%);
    background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 82%);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 82%);
    position:absolute;
    left:0;
    bottom:0;
    height:50%;
    width:100%;
    text-align:center;
    pointer-events:none
}
.page-template-page-test-bg #toc-widget-2 .top-overlay-control,.page-template-page-test-bg .toc_widget .top-overlay-control{
    display:inline-block;
    padding-right:10px;
    position:absolute;
    bottom:9px;
    left:50%;
    transform:translate(-50%,0);
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:13px;
    color:#4693aa;
    text-transform:uppercase;
    transition:all .15s;
    cursor:pointer
}
.page-template-page-test-bg #toc-widget-2 .top-overlay-control:before,.page-template-page-test-bg .toc_widget .top-overlay-control:before{
    content:"\2193";
    display:inline-block;
    position:absolute;
    left:95%;
    top:0;
    font-size:13px;
    font-family:Arial
}
.page-template-page-test-bg #toc-widget-2 .top-overlay-control:hover,.page-template-page-test-bg .toc_widget .top-overlay-control:hover{
    color:#000
}
.page-template-page-test-bg #toc-widget-2.expand .top-overlay,.page-template-page-test-bg .toc_widget.expand .top-overlay{
    display:none
}
.page-template-page-test-bg #toc-widget-2.expand .top-overlay-control:before,.page-template-page-test-bg .toc_widget.expand .top-overlay-control:before{
    content:"\2191"
}
.page-template-page-test-bg .cat-item-features{
    margin-bottom:0
}
.page-template-page-test-bg .plus-minus-wrap{
    margin-top:48px
}
.page-template-page-test-bg .breadcrumbs-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    top:0;
    left:0;
    height:65px;
    margin-bottom:0;
    margin-top:0;
    z-index:3
}
.page-template-page-test-bg .breadcrumbs-wrap .breadcrumbs{
    padding-left:10px
}
.page-template-page-test-bg .breadcrumbs li{
    color:#fff
}
.page-template-page-test-bg .breadcrumbs a{
    color:#fff;
    text-shadow:0 0 8px rgba(255,255,255,.65),0 0 8px rgba(255,255,255,.65)
}
.page-template-page-test-bg .post-autor-wrap{
    border-top:none;
    padding-top:0;
    padding-bottom:22px
}
.page-template-page-bg .btn-content-list,.page-template-page-hidden-bg .btn-content-list{
    top:24px;
    color:#0a0a0a;
    background:0 0
}
.page-template-page-bg .btn-content-list span:before,.page-template-page-hidden-bg .btn-content-list span:before{
    top:-1px
}
.page-template-page-bg .breadcrumbs-wrap,.page-template-page-hidden-bg .breadcrumbs-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    top:0;
    left:0;
    height:65px;
    margin-bottom:0;
    margin-top:0;
    z-index:3
}
.page-template-page-bg .breadcrumbs-wrap .breadcrumbs,.page-template-page-hidden-bg .breadcrumbs-wrap .breadcrumbs{
    padding-left:30px
}
.page-template-page-bg .breadcrumbs li,.page-template-page-hidden-bg .breadcrumbs li{
    color:#fff
}
.page-template-page-bg .breadcrumbs a,.page-template-page-hidden-bg .breadcrumbs a{
    color:#fff;
    text-shadow:0 0 8px rgba(255,255,255,.65),0 0 8px rgba(255,255,255,.65)
}
.page-template-page-bg .post-autor-wrap,.page-template-page-hidden-bg .post-autor-wrap{
    border-top:none;
    padding-top:0;
    padding-bottom:22px
}
.first-content>h2,.pre-items-title{
    margin:51px 0 40px;
    font-size:35px;
    text-align:center
}
.bg-page-item-wrap{
    margin-bottom:54px;
    padding:55px 35px 40px;
    box-shadow:0 5px 21px 0 rgba(0,0,0,.1)
}
.bg-item-title-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:40px
}
.bg-number-title-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.bg-item-number{
    position:relative;
    display:inline-block;
    margin-right:25px;
    width:37px;
    min-width:37px;
    height:37px;
    text-align:center;
    line-height:37px;
    font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
    font-size:33px
}
.bg-item-number:before{
    content:"";
    display:block;
    width:37px;
    height:37px;
    background:#4693aa;
    border-radius:5px;
    position:absolute;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.bg-item-number span{
    position:relative;
    display:inline-block;
    font-size:22px;
    z-index:2;
    color:#fff
}
.bg-item-title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:0
}
.bg-item-title>span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    font-size:24px;
    color:#000
}
.bg-item-title>span a{
    color:#000
}
.bg-item-title>span a:hover{
    text-decoration:underline
}
.bg-item-icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-width:167px;
    height:44px;
    line-height:44px;
    text-align:center;
    background:#4693aa;
    border-radius:5px;
    margin-top:-5px
}
.bg-item-icon.best-choice:before{
    content:"\e900";
    font-size:26px;
    line-height:1;
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#fff
}
.bg-item-icon.best-value:before{
    content:"\e902";
    font-size:26px;
    line-height:1;
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#fff
}
.bg-item-icon.premium-pick:before{
    content:"\e901";
    font-size:26px;
    line-height:1;
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color:#fff
}
.bg-item-image-wrap{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    justify-content:center
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap:after{
    z-index:15
}
.cat-item-slider-init .bg-item-hover-helper{
    z-index:13
}
.page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item .responsive-video-wrap:before{
    z-index:12
}
.page-template-page-test-bg .bg-item-read-more-btn{
    z-index:12
}
.video-card{
    margin-bottom:30px
}
.video-card-image{
    background:rgba(0,0,0,.3);
    -webkit-background-size:cover;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    z-index:5
}
.video-card-iframe{
    position:relative;
    height:0;
    padding-bottom:50%
}
.video-card-iframe iframe{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%
}
@media(max-width:991px){
    .video-card-iframe{
        padding-bottom:60%
    }
}
.video-card-play{
    cursor:pointer;
    opacity:.5
}
.video-card-play:before{
    color:#c4c4c4;
    font-size:30px;
    margin-left:3px
}
.video-card-play:after{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    width:96px;
    height:96px;
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#000
}
@media(min-width:767px){
    .video-card-play:hover{
        opacity:.8
    }
    .video-card-play:hover:before{
        color:#c4c4c4
    }
}
@media(max-width:991px){
    .video-card{
        margin-bottom:25px
    }
}
.section-video{
    padding-bottom:90px
}
.section-video-author{
    margin-bottom:0;
    display:flex;
    align-items:center
}
.section-video-author .autor-img{
    width:48px;
    height:48px;
    vertical-align:bottom
}
@media(min-width:767px){
    .section-video-author{
        margin-bottom:20px;
        font-size:34px
    }
}
.section-video-title{
    font-family:montserratbold,Helvetica,Arial,sans-serif;
    color:#000;
    margin-bottom:25px;
    font-size:28px
}
@media(min-width:767px){
    .section-video-title{
        font-size:34px
    }
}
.section-video-content{
    font-size:14px
}
.section-video-content p{
    text-align:justify
}
@media(min-width:767px){
    .section-video-content{
        font-size:16px
    }
    .section-video-content p{
        margin-bottom:30px
    }
}
@media(max-width:991px){
    .section-video{
        padding-top:20px
    }
}
@media(max-width:1070px){
    .modal{
        padding-right:0;
        padding-left:0
    }
    .modal-dialog{
        width:100%
    }
    .modal-dialog.modal-set{
        margin:100px 0 30px
    }
    .modal-content{
        width:100%
    }
    .modal-body{
        padding-top:22px;
        padding-bottom:12px
    }
    .modal-list-cat-item-wrap{
        padding-top:0;
        padding-bottom:0
    }
    .modal-list-cat-item-wrap:nth-of-type(2){
        box-shadow:none
    }
}
@media(max-width:767px){
    .modal-open{
        position:fixed!important
    }
    .sign-in-subtitle,.sign-up-subtitle{
        font-size:13px
    }
    .btn-sign-in{
        min-width:100%;
        width:100%;
        font-size:15px
    }
}
@media(min-width:375px) and (max-width:767px){
    .sign-in-form input,.sign-up-form input{
        font-size:15px
    }
    .sign-in-form input::-webkit-input-placeholder,.sign-up-form input::-webkit-input-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input::-moz-placeholder,.sign-up-form input::-moz-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input:-ms-input-placeholder,.sign-up-form input:-ms-input-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input:-moz-placeholder,.sign-up-form input:-moz-placeholder{
        font-size:15px;
        color:#4693aa
    }
}
@media(max-width:374px){
    .sign-in-form input,.sign-up-form input{
        font-size:15px
    }
    .sign-in-form input::-webkit-input-placeholder,.sign-up-form input::-webkit-input-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input::-moz-placeholder,.sign-up-form input::-moz-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input:-ms-input-placeholder,.sign-up-form input:-ms-input-placeholder{
        font-size:15px;
        color:#4693aa
    }
    .sign-in-form input:-moz-placeholder,.sign-up-form input:-moz-placeholder{
        font-size:15px;
        color:#4693aa
    }
}
@media(max-width:385px){
    #lostpasswordform,.sign-in-form,.sign-up-form{
        max-width:100%;
        width:100%
    }
    #lostpasswordform input,.sign-in-form input,.sign-up-form input{
        height:58px;
        border-radius:57px;
        padding-left:30px
    }
    #lostpasswordform input{
        width:100%
    }
    #lostpasswordform .submit #wp-submit{
        width:100%;
        font-size:15px;
        border-radius:57px;
        padding:0
    }
    .form-horizontal .form-group{
        margin-left:0;
        margin-right:0
    }
    .g-recaptcha>div{
        margin:0 auto;
        width:100%!important
    }
    .g-recaptcha iframe{
        width:100%!important
    }
    .sign-in-title,.sign-up-title{
        padding:0
    }
    .sign-in-title br,.sign-up-title br{
        display:none
    }
    .sign-in-subtitle,.sign-up-subtitle{
        margin-bottom:35px
    }
    .sign-in-subtitle br,.sign-up-subtitle br{
        display:none
    }
    .btn-sign-in,.btn-sign-up{
        padding:18px 10px 16px;
        border-radius:57px
    }
    .create-forgot{
        margin-top:52px;
        width:100%
    }
    .btn-have-account{
        margin-top:33px;
        font-size:13px
    }
}
@media(min-width:375px) and (max-width:767px){
    #windowModalReset .modal-body,#windowModalSignIn .modal-body,#windowModalSignUp .modal-body{
        padding:39px 35px 40px
    }
    .sign-in-title,.sign-up-title{
        font-size:32px
    }
    .create-account-btn,.forgot-passw-btn{
        font-size:13px
    }
}
@media(max-width:374px){
    #windowModalReset .modal-body,#windowModalSignIn .modal-body,#windowModalSignUp .modal-body{
        padding:39px 15px 30px
    }
    .sign-in-title,.sign-up-title{
        font-size:28px
    }
    .create-account-btn,.forgot-passw-btn{
        font-size:12px
    }
}
@media(min-width:992px){
    .page-content{
        position:relative;
        min-height:100%;
        padding-top:81px;
        padding-bottom:415px
    }
    footer{
        height:200px;
        margin-top:-415px
    }
}
@media(min-width:992px) and (max-width:1199px){
    .popular-filter{
        margin-right:20px
    }
}
@media(max-width:991px){
    .popular-filter-button{
        display:block
    }
    .filter-popular-list{
        display:none;
        position:absolute;
        padding:20px 10px 18px 30px;
        top:100%;
        left:0;
        right:0;
        background:#fff;
        border-top:1px solid #e8e8e8;
        border-radius:0 0 23px 23px;
        box-shadow:0 8px 12px 0 rgba(79,79,79,.2);
        z-index:110
    }
    .popular-filter{
        display:block;
        margin-bottom:13px;
        font-size:13px;
        font-family:montserratbold,Helvetica,Arial,sans-serif;
        color:#000;
        text-transform:uppercase;
        cursor:pointer;
        transition:all .15s
    }
}
@media(max-width:1199px){
    .top-header-block-wrap.logged .search-field{
        right:auto
    }
    .top-header-block-wrap.logged .social-icons-list{
        right:auto
    }
    .admin-bar .btn-login-wrap{
        margin-top:115px
    }
    .wrap-mob-logo-and-btn{
        position:relative;
        height:72px;
        z-index:200;
        background:#101112
    }
    .page-content{
        padding-top:72px
    }
    .dropdown-backdrop{
        top:auto;
        bottom:auto;
        left:auto;
        right:auto
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover .dropdown-menu{
        display:none
    }
    .header-wrap{
        height:72px;
        background:#101112;
        box-shadow:0 5px 8px 0 rgba(29,29,29,.29)
    }
    .header-wrap .container{
        width:100%;
        padding-left:0;
        padding-right:0
    }
    .header-wrap .main-menu-wrap .dropdown-menu{
        position:relative;
        top:auto;
        left:auto;
        width:auto;
        min-width:0;
        padding:0 50px;
        box-shadow:none;
        float:none;
        z-index:auto;
        background:0 0;
        text-align:center
    }
    .header-wrap .main-menu-wrap .dropdown-menu:before{
        display:none
    }
    .header-wrap .main-menu-wrap .dropdown-menu li{
        margin-bottom:5px
    }
    .header-wrap .main-menu-wrap .dropdown-menu li a{
        padding:6px 0;
        color:#fff;
        font-size:14px
    }
    .header-wrap .main-menu-wrap .dropdown-menu li>a:focus,.header-wrap .main-menu-wrap .dropdown-menu li>a:hover{
        background-color:transparent
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu{
        position:relative
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a{
        color:#fff;
        padding:6px 0;
        font-size:14px
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:after{
        display:none
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:focus,.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:hover{
        background:0 0
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:focus:after,.header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu a:hover:after{
        opacity:0
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu{
        display:none;
        top:auto;
        left:auto;
        margin-top:5px;
        padding-bottom:0;
        padding-left:30px;
        padding-right:0;
        border-left:none
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu>.dropdown-menu li a{
        color:#fff;
        font-size:14px
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu.open>.dropdown-menu{
        display:block
    }
    .header-wrap .main-menu-wrap .dropdown-menu .dropdown-submenu:hover>a{
        background:0 0
    }
    .wrap-for-mobile-menu{
        position:relative;
        opacity:0
    }
    .logo{
        display:none
    }
    .logo-mob{
        display:inline-block
    }
    .btn-burger{
        display:block
    }
    .top-header-block-wrap{
        position:fixed;
        right:0;
        width:100%;
        top:0;
        bottom:0;
        background:#101112;
        -webkit-transition:-webkit-transform .15s;
        transition:-webkit-transform .15s;
        transition:transform .15s,-webkit-transform .15s;
        -webkit-transform:translate(100%,0);
        transform:translate(100%,0)
    }
    .top-header-block-wrap.open-menu{
        -webkit-transform:translate(0,0);
        transform:translate(0,0);
        padding:0;
        text-align:center
    }
    .top-header-block-wrap.open-menu .logo{
        display:none
    }
    .top-header-block-wrap.open-menu .logo-mob{
        display:block;
        position:relative;
        margin-top:15px;
        top:auto;
        -webkit-transform:none;
        transform:none
    }
    .top-header-block-wrap.open-menu .wrap-for-mobile-menu{
        opacity:1;
        transition:all .15s .15s
    }
    .top-header-block-wrap .logo{
        display:block
    }
    .top-header-block-wrap .social-icons-list{
        position:relative;
        display:block;
        top:auto;
        left:auto;
        right:auto;
        -webkit-transform:none;
        transform:none;
        bottom:auto;
        margin-bottom:20px
    }
    .top-header-block-wrap .social-icons-list li{
        margin-right:10px
    }
    .top-header-block-wrap .social-icons-list li:last-of-type{
        margin-right:0
    }
    .top-header-block-wrap .social-icons-list a{
        width:46px;
        height:46px
    }
    .top-header-block-wrap .social-icons-list i{
        font-size:13px;
        color:#fff
    }
    .wrap-header-content{
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        overflow:auto
    }
    .wrap-for-mobile-elements-bottom-fix{
        position:relative
    }
    .main-menu{
        position:relative;
        left:auto;
        bottom:auto;
        padding-right:15px;
        padding-left:15px
    }
    .main-menu .btn-login-wrap{
        float:none;
        display:inline-block;
        margin-bottom:0
    }
    .main-menu .btn-login{
        width:auto;
        height:auto;
        border:none;
        border-radius:0;
        color:#fff;
        font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
        font-size:25px
    }
    .main-menu .btn-login:hover{
        color:#47c8dd
    }
    .auth-hide .main-menu{
        margin-top:130px
    }
    .btn-login-wrap{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:100px;
        display:none
    }
    .btn-login-wrap.mobile{
        display:block;
        padding-right:15px;
        padding-left:15px
    }
    .btn-login-wrap.open .btn-logged,.btn-login-wrap.open .btn-login{
        background:0 0;
        box-shadow:none;
        border-radius:0;
        color:#fff
    }
    .btn-login-wrap.open .btn-logged:hover{
        color:#4693aa
    }
    .btn-login-wrap.open .dropdown-profile-list{
        position:relative;
        top:auto;
        left:auto;
        width:auto;
        min-width:0;
        box-shadow:none;
        border-radius:0;
        background-color:transparent;
        float:none;
        text-align:center
    }
    .btn-login-wrap.open .dropdown-profile-list a{
        position:relative;
        color:#fff;
        text-transform:none;
        font-size:20px;
        font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
        padding:10px 0
    }
    .btn-login-wrap.open .dropdown-profile-list a:last-of-type:before{
        content:"";
        display:block;
        position:absolute;
        width:30px;
        height:1px;
        background:#4693aa;
        bottom:-14px;
        left:50%;
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0)
    }
    .btn-login-wrap.open .dropdown-profile-list a:hover{
        color:#4693aa;
        background:0 0
    }
    .btn-logged,.btn-login{
        background:0 0;
        font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
        font-size:25px;
        padding:0;
        text-transform:none
    }
    .btn-logged:hover,.btn-login:hover{
        color:#4693aa
    }
    .user-icon{
        display:none
    }
    .main-menu-wrap{
        text-align:center
    }
    .main-menu-wrap li{
        display:block;
        margin-right:0
    }
    .main-menu-wrap li:last-of-type{
        margin-bottom:19px
    }
    .main-menu-wrap .dropdown{
        margin-right:0;
        width:290px
    }
    .main-menu-wrap .dropdown a:before{
        display:none
    }
    .main-menu-wrap .dropdown .btn-down{
        border-width:7px 7px 0;
        border-color:#fff transparent transparent
    }
    .main-menu-wrap .dropdown .click-field{
        padding:20px
    }
    .main-menu-wrap .dropdown.open .btn-down{
        border-width:0 7px 7px
    }
    .main-menu-wrap a{
        font-family:montserratbold,Helvetica,Arial,sans-serif,Helvetica,Arial,sans-serif;
        padding-right:0;
        padding-bottom:0;
        color:#fff;
        text-transform:none
    }
    .search-field{
        position:relative;
        bottom:auto;
        right:auto;
        padding:0 11px 0 26px;
        margin-bottom:50px
    }
    .main-input-search{
        position:relative;
        right:auto;
        top:auto;
        bottom:auto;
        border:1px solid #4693aa;
        border-bottom:1px solid #4693aa;
        color:#fff;
        height:46px;
        border-radius:30px;
        padding:0 60px 0 29px;
        font-size:15px
    }
    .main-input-search::placeholder{
        font-size:15px;
        color:#fff;
        text-transform:uppercase;
        vertical-align:middle
    }
    .btn-search-wrap .main-input-search{
        width:100%;
        cursor:auto
    }
    .btn-search,.btn-search-page-search{
        margin-top:0;
        width:46px;
        height:46px;
        position:absolute;
        right:0;
        top:0;
        bottom:0
    }
    .btn-search i,.btn-search-page-search i{
        font-size:22px
    }
    .btn-logged:hover,.btn-login:hover{
        background:0 0
    }
}
@media(min-width:375px) and (max-width:1199px){
    .btn-login{
        font-size:30px
    }
    .btn-logged{
        font-size:38px
    }
    .main-menu-wrap a{
        font-size:30px
    }
    .main-menu-wrap li{
        margin-bottom:19px
    }
    .main-menu-wrap .dropdown .click-field{
        right:-10px;
        top:1px
    }
    .main-menu{
        margin-top:19px;
        margin-bottom:20px
    }
    .btn-login-wrap.open .dropdown-profile-list{
        padding:18px 10px 20px
    }
}
@media(max-width:374px){
    .btn-login{
        font-size:24px
    }
    .btn-logged{
        font-size:30px
    }
    .main-menu-wrap a{
        font-size:24px
    }
    .main-menu-wrap li{
        margin-bottom:11px
    }
    .main-menu-wrap .dropdown .click-field{
        right:32px;
        top:-5px
    }
    .main-menu{
        margin-top:5px;
        margin-bottom:5px
    }
    .btn-login-wrap.open .dropdown-profile-list{
        padding:9px 10px 20px
    }
}
@media(min-width:768px) and (max-width:1199px){
    .container{
        width:100%
    }
}
@media(max-width:991px){
    .blog-post-category-name,.feat-post-category-name,.latest-post-category-name{
        font-size:11px
    }
    .item-title-wrap{
        min-height:40px
    }
    .feat-post-category-item-title,.latest-post-category-item-title{
        font-size:17px
    }
    .blog-p-banner-title-bg,.buying-g-banner-title-bg,.feat-p-banner-title-bg{
        width:100%
    }
    .title-bg-wrap{
        padding-right:0;
        padding-left:0;
        width:100%
    }
    .blog-p-banner-title,.buying-g-banner-title,.feat-p-banner-title{
        font-size:32px
    }
    .blog-p-banner-btn-details,.buying-g-banner-btn-details,.feat-p-banner-btn-details{
        min-width:300px;
        padding:16px 10px 14px;
        font-size:15px
    }
    .bg-list-page-btn,.blog-post-cat-btn-link,.feat-post-cat-btn-link,.latest-post-cat-btn-link{
        min-width:300px;
        padding:16px 10px 14px;
        font-size:15px
    }
    .buying-g-item-btn-details{
        padding:17px 10px 15px;
        font-size:15px
    }
    .buying-g-list-item{
        font-size:15px
    }
    .category-items-wrap{
        margin-bottom:12px
    }
    .blog-post-items{
        margin-bottom:12px
    }
    .blog-post-category-item-title{
        font-size:15px
    }
    .autor-name{
        font-size:10px
    }
    .buying-g-item-info.animate .dots-bottom-list{
        opacity:1
    }
    .dots-bottom-list{
        background:-moz-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 46%);
        background:-webkit-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 46%);
        background:-o-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 46%);
        background:-ms-linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 46%);
        background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 46%)
    }
    .dots-bottom-list span{
        display:inline-block
    }
}
@media(min-width:768px){
    .slider-init .slick-arrow:hover{
        background:#4693aa;
        outline:0
    }
    .slider-init .slick-arrow:hover:before{
        color:#fff
    }
}
@media(min-width:768px){
    .blog-p-banner-btn-details:hover,.buying-g-banner-btn-details:hover,.feat-p-banner-btn-details:hover,.slider-btn-details:hover{
        background:#4693aa;
        color:#fff
    }
}
@media(max-width:767px){
    #blog-posts .section-title,#buying-guides .section-title,#featured-posts .section-title{
        font-size:25px
    }
    .home .slider-block-wrap+section{
        background-image:-moz-linear-gradient(to bottom,#fff 20%,#efefef 20%);
        background-image:-webkit-linear-gradient(to bottom,#fff 20%,#efefef 20%);
        background-image:-ms-linear-gradient(to bottom,#fff 20%,#efefef 20%);
        background-image:linear-gradient(to bottom,#fff 20%,#efefef 20%)
    }
    .post-autor-wrap{
        padding-right:0;
        padding-left:0
    }
    .page-template-page-bg .post-autor-wrap,.page-template-page-hidden-bg .post-autor-wrap,.page-template-page-test-bg .post-autor-wrap{
        padding-left:15px;
        padding-right:15px;
        margin-bottom:15px
    }
    .page-template-page-bg .autor-img,.page-template-page-hidden-bg .autor-img,.page-template-page-test-bg .autor-img{
        width:65px;
        height:auto
    }
    .page-template-page-bg .autor-img img,.page-template-page-hidden-bg .autor-img img,.page-template-page-test-bg .autor-img img{
        height:auto
    }
    .et_monarch .et_social_networks li{
        display:block
    }
    .buying-g-item-info-title{
        font-size:22px
    }
    .blog-p-banner-title-bg,.buying-g-banner-title-bg,.feat-p-banner-title-bg{
        background-size:cover
    }
    .slider-block-wrap{
        padding-bottom:50px
    }
    #featured-posts .title-design-wrap{
        margin-bottom:18px
    }
    #featured-posts .btn-details-wrap{
        margin-bottom:33px
    }
    #buying-guides .title-design-wrap{
        margin-bottom:18px
    }
    #buying-guides .btn-details-wrap{
        margin-bottom:33px
    }
    #buying-guides.buying-g-list-page .buying-g-banner-title-bg{
        margin-bottom:17px
    }
    #blog-posts .title-design-wrap{
        margin-bottom:18px
    }
    #blog-posts .btn-details-wrap{
        margin-bottom:33px
    }
    #blog-posts.posts-list-page .blog-p-banner-title-bg{
        margin-bottom:17px
    }
    #latest-posts .btn-details-wrap{
        margin-bottom:33px
    }
    #latest-posts .title-design-wrap{
        margin-bottom:12px
    }
    .filter-title-wrap{
        margin-bottom:18px
    }
    .blog-post-item-wrap{
        margin-bottom:20px
    }
    .featured-posts-wrap{
        margin-bottom:12px
    }
    .buying-g-item-wrap{
        margin-bottom:48px
    }
    #cat-item-description{
        padding-top:24px
    }
    #cat-item-description.single-review-page .post-autor-wrap{
        margin-bottom:12px
    }
    #cat-item-description.single-review-page .cat-item-description-content .btn-bn-wrap{
        margin-top:28px;
        margin-bottom:24px
    }
    #cat-item-description.single-review-page .posts-widget-block{
        margin-top:24px
    }
    #cat-item-description.blog-post-page .post-autor-wrap{
        margin-bottom:35px
    }
    #cat-item-description .cat-item-description-content>ul li{
        margin-bottom:7px
    }
    #cat-item-description .cat-item-description-content .title-design-wrap{
        margin-top:25px
    }
    .cat-item-info{
        margin-bottom:24px
    }
    .cat-item-description-content{
        margin-bottom:15px
    }
    .cat-item-description-content p{
        margin:0 0 13px
    }
    .cat-item-description-content h3{
        margin:17px 0 16px
    }
    .cat-item-description-content h2{
        margin:37px 0 16px
    }
    .cat-item-description-content .plus-minus-wrap .cat-item-advantages p,.cat-item-description-content .plus-minus-wrap .cat-item-disadvantages p{
        margin-left:12px;
        padding-right:13px
    }
    .aside-content.blog-post-page .share-follow-btns-wrap{
        margin-bottom:14px
    }
    .share-follow-btns-wrap{
        margin-bottom:14px
    }
    .rate-article-wrap{
        margin-bottom:22px;
        padding:19px 0 0
    }
    .list-page-menu-wrap{
        margin-top:17px;
        margin-bottom:17px;
        padding-right:42px;
        padding-left:42px
    }
    .blog-p-banner-info-wrap{
        padding:0 27px
    }
    .comments-wrap .title-design-wrap{
        margin-bottom:25px
    }
    .search-results-page-header .search-result-title{
        margin-top:25px;
        margin-bottom:25px
    }
    .search-form{
        margin-bottom:27px
    }
    .static-page h2{
        margin-bottom:22px
    }
    .btn-bn-wrap{
        margin-bottom:24px
    }
    .cat-item-features{
        margin:26px 0 24px
    }
    .cat-item-features .bg-key-featured{
        margin:0 0 12px
    }
    .cat-item-features .bg-specification-title{
        margin:0 0 12px
    }
    .plus-minus-wrap{
        margin-bottom:24px;
        margin-top:10px
    }
    .faq-block p{
        margin-bottom:13px
    }
    .hide-latest-posts{
        margin-bottom:15px
    }
    .cat-item-description{
        padding:15px 14px;
        font-size:14px
    }
    #cat-item-description.single-review-page .cat-item-description-content h2,#cat-item-description.single-review-page .cat-item-description-content h3,#cat-item-description.single-review-page .cat-item-description-content h4{
        font-size:26px
    }
    .slider-block{
        padding-top:0;
        padding-left:0;
        padding-right:0;
        width:100%
    }
    .slider-init{
        min-height:540px
    }
    .slider-post-item-img{
        min-height:540px
    }
    .slider-post-item-img img{
        display:block;
        min-height:540px;
        width:auto;
        position:absolute;
        top:0;
        left:50%;
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0)
    }
    .slider-post-item-img:before{
        z-index:1
    }
    .slider-post-item-info{
        left:38px;
        right:38px;
        bottom:auto;
        top:114px;
        text-align:center;
        z-index:2
    }
    .slider-category-name{
        font-size:15px;
        margin-bottom:14px
    }
    .blog-p-banner-btn-details,.buying-g-banner-btn-details,.feat-p-banner-btn-details,.slider-btn-details{
        padding:15px 10px 14px
    }
    .slider-btn-details{
        font-size:15px;
        min-width:100%
    }
    .slider-init .slick-arrow{
        border-color:#4693aa;
        width:59px;
        height:59px
    }
    .slider-init .slick-arrow:active,.slider-init .slick-arrow:focus{
        background:0 0
    }
    .slider-init .slick-prev{
        left:27px;
        bottom:33px;
        z-index:2
    }
    .slider-init .slick-prev:before{
        color:#4693aa;
        font-size:15px
    }
    .slider-init .slick-prev:active:before,.slider-init .slick-prev:focus:before{
        background:0 0
    }
    .slider-init .slick-next{
        right:27px;
        bottom:33px
    }
    .slider-init .slick-next:before{
        color:#4693aa;
        font-size:15px
    }
    .slider-init .slick-dots{
        z-index:-1;
        bottom:20px
    }
    #latest-posts.single-review-p-latest-post{
        padding-top:0;
        background-image:-moz-linear-gradient(to bottom,#fff 213px,#efefef 213px);
        background-image:-webkit-linear-gradient(to bottom,#fff 213px,#efefef 213px);
        background-image:-ms-linear-gradient(to bottom,#fff 213px,#efefef 213px);
        background-image:linear-gradient(to bottom,#fff 213px,#efefef 213px)
    }
    #latest-posts .section-title{
        font-size:25px
    }
    #latest-posts .title-design-wrap{
        margin-bottom:24px
    }
    .blog-post-item .post-autor{
        padding-right:72px
    }
    .blog-post-item .post-autor .autor-img img{
        width:65px;
        height:auto
    }
}
@media(min-width:375px) and (max-width:991px){
    .feat-post-item-info,.latest-post-item-info{
        padding:15px 73px 12px
    }
}
@media(min-width:375px) and (max-width:767px){
    .slider-category-item-title{
        font-size:32px;
        line-height:1.333
    }
}
@media(max-width:374px){
    .slider-category-item-title{
        font-size:31px;
        line-height:1.333
    }
    .feat-post-item-info,.latest-post-item-info{
        padding:15px 6px 12px
    }
}
@media(max-width:991px){
    footer{
        padding:42px 0 0
    }
    footer .footer-dmca-widget{
        position:relative;
        right:auto;
        bottom:auto;
        margin-bottom:10px
    }
    footer .footer-logo{
        width:200px;
        margin-bottom:27px
    }
    .footer-first-level{
        text-align:center
    }
    .footer-menu li{
        font-size:18px;
        margin-bottom:10px
    }
    .footer-dmca-widget .dmca-badge img{
        width:80px
    }
    .adress-title,.contact-title,.email-title,.phone-title{
        font-family:montserratbold,Helvetica,Arial,sans-serif;
        display:block
    }
    .adress-title,.contact-adress,.contact-email,.contact-phone,.contact-title,.email-title,.footer-social-icons-list,.phone-title,.privacy-policy{
        text-align:center
    }
    .contact-title{
        margin-bottom:34px;
        font-size:17px;
        color:#4693aa;
        text-transform:uppercase
    }
    .adress-title,.contact-adress,.contact-email,.contact-phone,.email-title,.phone-title{
        font-size:17px;
        color:#fff
    }
    .adress-title,.email-title,.phone-title{
        margin-bottom:20px
    }
    .contact-adress,.contact-email,.contact-phone{
        margin-bottom:24px
    }
    .footer-second-column{
        padding-top:0
    }
    .footer-second-column-wrap{
        position:relative;
        right:auto;
        text-align:center
    }
    .wrap-second-footer-lavel{
        margin-top:11px
    }
    .footer-social-icons-list{
        position:relative;
        right:auto;
        bottom:auto
    }
    .footer-social-icons-list ul li{
        margin-right:26px
    }
    .footer-social-icons-list ul li a{
        font-size:23px
    }
    .privacy-policy{
        padding-top:15px
    }
    .privacy-policy a{
        display:block;
        margin-right:0;
        margin-bottom:20px
    }
    .privacy-policy a:nth-of-type(1){
        display:inline-block
    }
    .copyright{
        position:relative;
        left:auto;
        bottom:auto
    }
}
@media(max-width:991px){
    footer .subscribe-form-title{
        font-size:16px
    }
    footer .subscribe-form{
        width:100%
    }
    footer .subscribe-form input{
        width:calc(100% - 50px)
    }
    footer .subscribe-form .btn-subscribe{
        width:50px;
        height:50px;
        right:0
    }
}
@media(max-width:1199px){
    .breadcrumbs-wrap{
        margin-top:10px
    }
}
@media(max-width:991px){
    .aside-content{
        display:none
    }
    .best-items-banner-bg.table-on{
        padding-top:50px;
        padding-bottom:140px
    }
}
@media(min-width:768px) and (max-width:991px){
    .best-items-banner-bg-text .banner-bg-title{
        font-size:32px
    }
    .cat-items-group-wrap{
        margin-top:-110px
    }
    .best-choice:before,.best-price:before,.premium-choice:before{
        font-size:44px
    }
    .cat-item-photo-title{
        font-size:14px
    }
    .cat-item-description{
        padding:30px 10px;
        font-size:13px
    }
    .cat-item-description.item-btn{
        padding-right:10px;
        padding-left:10px
    }
    .cat-item-description .banner-item-btn{
        min-width:100%;
        width:100%
    }
}
@media(max-width:767px){
    .breadcrumbs-wrap{
        display:none
    }
    .best-items-banner-bg{
        padding-left:0;
        padding-right:0
    }
    .best-items-banner-bg.table-on{
        padding-left:0;
        padding-right:0
    }
    #best-cat-items{
        padding-left:0;
        padding-right:0
    }
    #best-cat-items .table-items-wrap .slick-prev{
        position:absolute;
        width:59px;
        height:59px;
        left:-17px;
        top:125px;
        background:rgba(255,255,255,.75);
        transition:all .15s;
        z-index:10
    }
    #best-cat-items .table-items-wrap .slick-prev:before{
        content:"\f04b";
        position:absolute;
        left:46%;
        top:48%;
        -webkit-transform:translate(-50%,-50%) rotate(180deg);
        transform:translate(-50%,-50%) rotate(180deg);
        font-family:fontawesome;
        font-size:15px;
        color:#4693aa
    }
    #best-cat-items .table-items-wrap .slick-next{
        position:absolute;
        width:59px;
        height:59px;
        right:-17px;
        top:125px;
        background:rgba(255,255,255,.75);
        transition:all .15s;
        z-index:10
    }
    #best-cat-items .table-items-wrap .slick-next:before{
        content:"\f04b";
        position:absolute;
        left:53%;
        top:50%;
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        font-family:fontawesome;
        font-size:15px;
        color:#4693aa
    }
    .best-choice:before,.best-price:before,.premium-choice:before{
        font-size:58px
    }
    .cat-items-group-wrap{
        margin-top:-87px;
        padding:0 42px
    }
    .best-items-banner-bg-img-wrap{
        overflow:hidden
    }
    .best-items-banner-bg-img-wrap img{
        height:310px;
        width:auto
    }
    .best-items-banner-bg-text{
        width:100%;
        padding:0 42px
    }
    .best-items-banner-bg-text .update-date{
        font-size:15px
    }
    .cat-items-group{
        background:0 0
    }
    .table-items-wrap{
        width:100%
    }
    .cat-items-title-rows-wrap{
        display:none
    }
    .cat-items-rows-wrap{
        margin-top:10px
    }
    .cat-items-rows-wrap:before{
        left:0;
        right:0;
        border:none
    }
    .cat-items-rows-wrap:hover:before{
        left:0;
        right:0;
        box-shadow:none
    }
    .cat-item-photo-title{
        margin-bottom:20px
    }
    .cell-title{
        display:block;
        margin-bottom:25px;
        text-align:center
    }
    .cell-title .title-design-wrap{
        overflow:hidden;
        text-align:center
    }
    .cell-title .section-title{
        margin:0 auto;
        text-transform:uppercase;
        font-size:13px;
        font-family:montserratbold,Helvetica,Arial,sans-serif;
        color:#4693aa;
        position:relative;
        display:inline-block
    }
    .cell-title .section-title:before{
        content:"";
        position:absolute;
        height:1px;
        background:#4693aa;
        width:600px;
        top:46%;
        right:114%
    }
    .cell-title .section-title:after{
        content:"";
        position:absolute;
        height:1px;
        background:#4693aa;
        width:600px;
        top:46%;
        left:114%
    }
    .banner-item-btn{
        padding:16px 10px;
        font-size:15px
    }
    .banner-item-btn:before{
        font-size:34px
    }
    .cat-item-description.item-btn{
        border-bottom:none
    }
    #cat-item-description{
        padding-left:0;
        padding-right:0
    }
    .cat-item-description-content{
        font-size:14px;
        padding-right:15px;
        padding-left:15px
    }
    .cat-item-description-content h2,.cat-item-description-content h3,.cat-item-description-content h4{
        font-size:26px
    }
    .cat-item-description-content .section-title{
        font-size:25px
    }
    .cat-item-description-content .section-title:after,.cat-item-description-content .section-title:before{
        display:none
    }
    .cat-item-description-content .cat-item-slider-nav{
        display:none
    }
    .cat-item-description-content .cat-item-slider-init{
        margin-right:-15px;
        margin-left:-15px
    }
    .cat-item-slider-init .slick-arrow{
        bottom:10px;
        width:40px;
        height:40px
    }
    .cat-item-slider-init .slick-next{
        right:15px
    }
    .cat-item-slider-init .slick-next:before{
        font-size:78px
    }
    .cat-item-slider-init .slick-prev{
        left:15px
    }
    .cat-item-slider-init .slick-prev:before{
        font-size:78px
    }
    #cat-item-description .cat-item-description-content .title-design-wrap{
        text-align:left
    }
    #cat-item-description .cat-item-description-content .section-title{
        max-width:100%;
        text-align:left
    }
    .cat-item-characteristic{
        margin-bottom:20px
    }
    .cat-item-characteristic ul{
        padding:0
    }
    .cat-item-characteristic li,.cat-item-characteristic p{
        font-size:14px
    }
    .cat-item-characteristic li:before,.cat-item-characteristic p:before{
        font-size:9px
    }
    .cat-item-about-brand{
        padding:0
    }
    .cat-item-about-brand li,.cat-item-about-brand p{
        font-size:15px
    }
    .bg-key-featured{
        font-size:21px
    }
    .bg-specification-wrap{
        padding:0
    }
    .plus-minus-wrap{
        flex-direction:column
    }
    .cat-item-advantages,.cat-item-disadvantages{
        width:100%
    }
    .cat-item-advantages{
        margin-right:0;
        margin-bottom:18px
    }
    .faq-block{
        padding-left:15px;
        padding-right:15px
    }
    .faq-block p{
        font-size:14px
    }
    .faq-block li{
        font-size:14px
    }
    .update-date{
        position:relative
    }
    .update-date:after{
        top:113%
    }
}
@media(min-width:375px) and (max-width:767px){
    .best-items-banner-bg-text .banner-bg-title{
        font-size:32px
    }
}
@media(max-width:374px){
    .best-items-banner-bg-text .banner-bg-title{
        font-size:32px
    }
    .best-items-banner-bg-text .update-date:after{
        top:122%
    }
}
@media(max-width:991px){
    .aside-content{
        padding:8px 15px 0
    }
    .aside-content.blog-post-page{
        display:block
    }
    .aside-content.blog-post-page .yarpp-related{
        display:none
    }
}
@media(max-width:767px){
    #blog-post-best-banner{
        padding-right:0;
        padding-left:0;
        margin-bottom:4px
    }
    .autor-img{
        width:65px;
        height:auto
    }
    #cat-item-description.blog-post-page .autor-name{
        font-size:15px
    }
    #cat-item-description.blog-post-page .published-time{
        font-size:9px
    }
    #cat-item-description.blog-post-page .post-autor-wrap:after{
        bottom:-5px
    }
    #cat-item-description.blog-post-page .post-autor{
        padding-right:65px
    }
    #cat-item-description.blog-post-page .cat-item-description-content h3{
        font-size:26px
    }
    p img{
        width:auto;
        height:auto;
        max-width:100%;
        margin:0
    }
    .quote{
        width:70%
    }
    .et_monarch .et_social_autowidth li{
        padding:0 5px;
        margin:0!important
    }
    .et_monarch .et_social_networks li{
        padding:0 5px;
        margin:0!important;
        display:inline-block;
        width:auto!important
    }
    .commentform{
        margin-bottom:110px
    }
    .commentform .input-field{
        padding-right:0
    }
    .commentform .autor-img{
        width:46px;
        height:46px;
        position:relative;
        top:auto;
        left:auto;
        display:inline-block
    }
    .commentform .send-comments-btn{
        bottom:-84px;
        display:block;
        padding:17px 10px 15px;
        min-width:100%;
        width:100%;
        background:#101112;
        box-shadow:none;
        font-size:15px
    }
    .commentform.user-not-logged{
        margin-bottom:130px
    }
    .commentform.user-not-logged .input-field{
        padding-right:0
    }
    .commentform.user-not-logged .send-comments-btn{
        bottom:-84px;
        display:block;
        padding:17px 10px 15px;
        min-width:100%;
        width:100%;
        background:#101112;
        box-shadow:none;
        font-size:15px
    }
    .comments-form{
        padding:0;
        height:135px
    }
    .comments-form .autor-img{
        width:46px;
        height:46px;
        position:relative;
        top:auto;
        left:auto;
        display:inline-block
    }
    .comments-form .input-field{
        display:inline-block;
        width:calc(100% - 63px)
    }
    .comments-form .form-submit{
        width:100%;
        margin-top:28px
    }
    .comments-form .send-comments-btn{
        display:block;
        padding:17px 10px 15px;
        position:relative;
        right:auto;
        top:auto;
        min-width:100%;
        width:100%;
        background:#101112;
        box-shadow:none;
        font-size:15px
    }
    .posted-comment{
        padding:0;
        margin-bottom:54px
    }
    .posted-comment .autor-img{
        display:inline-block;
        position:relative;
        top:auto;
        left:auto;
        width:46px;
        height:46px;
        float:left
    }
    .posted-comment .comment-time{
        font-size:11px
    }
    .posted-comment .comment-message{
        margin-top:22px
    }
    .author-time-wrap{
        width:calc(100% - 62px);
        min-height:46px;
        padding-top:13px
    }
    #cat-item-description.blog-post-page .aside-content .section-title{
        font-size:25px
    }
    #cat-item-description .aside-content.blog-post-page .title-design-wrap{
        margin-bottom:21px
    }
    .aside-content .blog-post-page{
        margin-bottom:30px
    }
    .comments-wrap .section-title{
        font-size:25px
    }
    .btn-all-comments-wrap{
        margin-bottom:40px
    }
    .btn-all-comments{
        font-size:15px
    }
    .single-review-p-latest-post .title-design-wrap .section-title{
        position:relative;
        text-align:center;
        display:inline-block
    }
    .single-review-p-latest-post .title-design-wrap .section-title:before{
        content:"";
        position:absolute;
        height:1px;
        background:#4693aa;
        width:600px;
        top:52%;
        right:110%
    }
    .single-review-p-latest-post .title-design-wrap .section-title:after{
        content:"";
        position:absolute;
        height:1px;
        background:#4693aa;
        width:600px;
        top:52%;
        left:110%
    }
}
@media(max-width:767px){
    .top-level-not-found-page .not-found-img{
        bottom:-24px
    }
    .top-level-not-found-page .not-found-img:before{
        font-size:85px
    }
    .top-level-not-found-page .not-found-img:after{
        width:30px;
        height:30px
    }
    .bottom-level-not-found-page .not-found-img{
        top:-60px
    }
    .bottom-level-not-found-page .not-found-img:before{
        font-size:85px
    }
}
@media(min-width:768px){
    .not-found-btn:focus,.not-found-btn:hover{
        color:#fff;
        background:#4693aa
    }
}
@media(max-width:1199px){
    #cat-item-description.single-review-page .aside-content .buy-now-btn{
        min-width:50%;
        width:50%
    }
    #cat-item-description.single-review-page .aside-content .amazon-logo-title{
        width:50%;
        min-width:50%;
        text-align:center
    }
    #cat-item-description.single-review-page .aside-content .amazon-logo-title .title{
        margin-top:0
    }
}
@media(max-width:991px){
    #cat-item-description.single-review-page .aside-content{
        display:block
    }
    #cat-item-description.single-review-page .aside-content-btn-wrap{
        display:none
    }
    #cat-item-description.single-review-page .overviev-list{
        display:none
    }
}
@media(max-width:767px){
    .cat-item-info .title{
        font-size:32px
    }
    #cat-item-description.blog-post-page .post-autor-wrap,#cat-item-description.single-review-page .post-autor-wrap{
        padding-bottom:16px;
        border-bottom:1px solid #dfdfdf;
        margin-right:-15px;
        margin-left:-15px;
        padding-right:15px;
        padding-left:15px
    }
    #cat-item-description.blog-post-page .post-autor-wrap:after,#cat-item-description.single-review-page .post-autor-wrap:after{
        display:none
    }
    #cat-item-description.blog-post-page .post-autor-wrap .autor-save-icon,#cat-item-description.blog-post-page .post-autor-wrap .autor-sing-in-icon,#cat-item-description.single-review-page .post-autor-wrap .autor-save-icon,#cat-item-description.single-review-page .post-autor-wrap .autor-sing-in-icon{
        right:15px
    }
    #cat-item-description.blog-post-page .post-autor-wrap .post-autor .autor-img img,#cat-item-description.single-review-page .post-autor-wrap .post-autor .autor-img img{
        width:65px;
        height:auto
    }
    #cat-item-description.blog-post-page .post-autor,#cat-item-description.single-review-page .post-autor{
        padding-right:66px;
        align-items:left!important
    }
    #cat-item-description.blog-post-page .autor-info,#cat-item-description.single-review-page .autor-info{
        margin-bottom:10px
    }
    #cat-item-description.blog-post-page .autor-info.user-rating-off,#cat-item-description.single-review-page .autor-info.user-rating-off{
        margin-bottom:0
    }
    #cat-item-description.blog-post-page .user-rating-wrap,#cat-item-description.single-review-page .user-rating-wrap{
        display:block;
        margin-top:5px
    }
    #cat-item-description.blog-post-page .user-rating,#cat-item-description.single-review-page .user-rating{
        width:92px
    }
    .buy-now-btn{
        width:100%;
        padding:16px 10px;
        font-size:15px
    }
}
@media(max-width:500px){
    #cat-item-description.blog-post-page .post-autor,#cat-item-description.single-review-page .post-autor{
        flex-direction:column
    }
    #cat-item-description .cat-item-description-content .buy-now-btn{
        min-width:240px;
        background-size:231px
    }
    #cat-item-description .cat-item-description-content .buy-now-btn:hover{
        background-size:0
    }
    .page-template-page-test-bg #cat-item-description .cat-item-description-content .buy-now-btn{
        min-width:240px
    }
}
@media(max-width:767px){
    .rate-article-section{
        padding-right:15px;
        padding-left:15px
    }
    .article-rating-wrap{
        display:block;
        position:relative;
        right:auto;
        top:auto;
        -webkit-transform:none;
        transform:none;
        margin-top:10px
    }
    .article-rating-wrap.user-on{
        right:auto
    }
    .rate-article{
        align-items:left;
        flex-direction:column
    }
    .rate-article-info{
        margin-bottom:15px
    }
    .btn-add-rating{
        min-width:100%;
        padding:17px 10px 15px;
        font-size:15px
    }
}
@media(max-width:991px){
    #buying-guides.buying-g-list-page{
        background-image:-moz-linear-gradient(to bottom,#fff 885px,#efefef 885px);
        background-image:-webkit-linear-gradient(to bottom,#fff 885px,#efefef 885px);
        background-image:-ms-linear-gradient(to bottom,#fff 885px,#efefef 885px);
        background-image:linear-gradient(to bottom,#fff 885px,#efefef 885px)
    }
    #blog-posts.posts-list-page{
        background-image:-moz-linear-gradient(to bottom,#fff 815px,#efefef 815px);
        background-image:-webkit-linear-gradient(to bottom,#fff 815px,#efefef 815px);
        background-image:-ms-linear-gradient(to bottom,#fff 815px,#efefef 815px);
        background-image:linear-gradient(to bottom,#fff 815px,#efefef 815px)
    }
    .filter-orderby-section,.filter-popular-list-wrap,.filter-post-type-section{
        display:block;
        margin-right:0;
        margin-bottom:30px
    }
    .orderby-filter-button,.popular-filter-button,.post-type-filter-button{
        width:100%
    }
    .filter-orderby-section-filters{
        padding:20px 20px 18px 30px;
        width:auto
    }
    .filter-orderby-section-filters.filter-two-column{
        width:auto;
        border-radius:0 0 23px 23px
    }
    .filter-orderby-section-filters.filter-three-column{
        width:auto;
        border-radius:0 0 23px 23px
    }
    .filter-list-divider{
        padding:0;
        width:auto;
        position:relative;
        float:none
    }
}
@media(max-width:767px){
    .filter-title-wrap{
        margin-left:-15px;
        margin-right:-15px
    }
    .filter-title{
        font-size:25px
    }
    .filter-title-decor-left,.filter-title-decor-right{
        width:74px
    }
    .first-rhombus{
        width:12px;
        height:12px;
        margin:0 4px
    }
    .second-rhombus{
        width:9px;
        height:9px;
        margin:0 4px
    }
    .third-rhombus{
        width:7px;
        height:7px;
        margin:0 4px
    }
}
@media(max-width:991px){
    .arrival-radio-box,.form-field,.profile-bg-set,.profile-share-btn{
        padding:0
    }
}
@media(max-width:767px){
    .account-section{
        padding-bottom:30px
    }
    .profile-content{
        padding-top:22px
    }
    .profile-img{
        width:79px;
        border:9px solid #fff
    }
    .profile-img img{
        height:auto
    }
    .profile-tabs-content{
        padding-bottom:9px
    }
    .account-section{
        padding-top:0;
        padding-right:27px;
        padding-left:27px
    }
    .profile-bg{
        margin-right:-27px;
        margin-left:-27px
    }
    .profile-bg-set{
        margin-bottom:22px
    }
    .arrival-radio-box{
        margin-bottom:25px
    }
    .profile-tab-nav{
        width:100%;
        padding:17px 0 8px;
        text-align:center
    }
    .profile-tab .delete-account{
        padding-top:0
    }
    .profile-nav-btn span{
        display:none
    }
    .profile-bg-btn-wrap{
        margin-right:13px;
        width:50px;
        height:50px
    }
    .profile-bg-btn{
        width:35px;
        height:35px
    }
    .arrival-radio-box .radio-custom{
        width:18px;
        height:18px
    }
    .arrival-radio-box .radio:checked+.radio-custom:before{
        top:5px;
        right:5px;
        bottom:5px;
        left:5px
    }
    .arrival-radio-box .radio-box-title{
        font-size:13px
    }
    .form-field-wrap{
        padding:0;
        width:82%;
        margin:0 auto 31px
    }
    .form-field{
        margin-bottom:20px
    }
    .btn-cancel-profile,.btn-change-passw,.btn-save-profile,.delete-account-btn{
        width:82%;
        padding:14px 0 15px;
        margin:0 auto 20px;
        border-radius:27px;
        font-size:15px
    }
    .btn-cancel-profile{
        background:#101112;
        color:#fff;
        border:1px solid #101112
    }
    .btn-change-passw,.btn-save-profile{
        box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
        transition:all .15s
    }
    .btn-change-passw:hover,.btn-save-profile:hover{
        box-shadow:none;
        background:#4693aa;
        border-color:#4693aa
    }
    .delete-account-btn{
        box-shadow:0 5px 21px 0 rgba(203,32,39,.45);
        transition:all .15s
    }
    .delete-account-btn:hover{
        box-shadow:none;
        background:#cb2027;
        border-color:#cb2027
    }
    .delete-account .send-comments-btn{
        background:#4693aa;
        box-shadow:0 5px 21px 0 rgba(70,147,170,.45);
        transition:all .15s;
        margin-top:27px
    }
    .delete-account .send-comments-btn:hover{
        box-shadow:none
    }
    .delete-account .autor-img{
        margin-right:10px
    }
    .profile-tab.delete-account .form-field-wrap{
        margin-bottom:45px
    }
    .form-field input{
        font-size:13px
    }
    .form-field input::-webkit-input-placeholder{
        font-size:13px
    }
    .form-field input::-moz-placeholder{
        font-size:13px
    }
    .form-field input:-ms-input-placeholder{
        font-size:13px
    }
    .form-field input:-moz-placeholder{
        font-size:13px
    }
}
@media(min-width:375px) and (max-width:767px){
    .delete-account .input-field input{
        font-size:14px
    }
}
@media(max-width:374px){
    .profile-nav-btn{
        padding:0 10px
    }
    .delete-account .input-field input{
        font-size:11px
    }
    .profile-share-btn .et_social_icons_container{
        flex-direction:column
    }
}
@media(max-width:767px){
    .wish-list-section{
        padding-right:0;
        padding-left:0;
        padding-bottom:20px
    }
    .wish-list-section .profile-img{
        width:79px;
        border:9px solid #fff
    }
    .wish-list-section .profile-bg .share-profile{
        right:49px
    }
    .wish-list-author-title{
        font-size:15px
    }
}
@media(min-width:768px) and (max-width:1199px){
    .search-results-page-header .search-result-title{
        margin-top:51px
    }
}
@media(max-width:767px){
    .search-results-page{
        padding-bottom:25px
    }
    .search-results-page-header .search-result-title{
        font-size:26px
    }
    .static-page{
        max-width:100%;
        padding-top:0
    }
    .wpcf7-form{
        width:100%
    }
    .wpcf7-form textarea{
        width:100%;
        font-size:13px
    }
    .wpcf7-form input{
        font-size:13px
    }
    .wpcf7-form-control.wpcf7-submit{
        font-size:15px;
        height:57px;
        border-radius:57px
    }
    #cat-item-description.single-review-page .cat-item-description-content.static-page h2{
        margin-top:25px;
        font-size:26px
    }
}
@media(max-width:782px){
    #wpadminbar{
        position:fixed!important
    }
    .admin-bar header{
        top:46px
    }
    #wpadminbar #wp-admin-bar-customize>.ab-item,#wpadminbar #wp-admin-bar-edit>.ab-item,#wpadminbar #wp-admin-bar-my-account>.ab-item,#wpadminbar #wp-admin-bar-my-sites>.ab-item,#wpadminbar #wp-admin-bar-site-name>.ab-item{
        width:44px!important
    }
}
@media(max-width:767px){
    .custom-page .best-items-banner-bg{
        margin-right:-15px;
        margin-left:-15px
    }
    .bottom-custom-content,.top-custom-content{
        font-size:14px
    }
    .bottom-custom-content a:after,.top-custom-content a:after{
        top:23px
    }
    .bottom-custom-content p a:after,.top-custom-content p a:after{
        top:23px
    }
}
@media(min-width:1200px){
    .main-menu-wrap .dropdown:hover>.dropdown-menu{
        display:block
    }
    .main-menu-wrap .dropdown:hover .btn-down{
        width:0;
        height:0;
        border-style:solid;
        border-width:0 3px 4px;
        border-color:transparent transparent #4693aa
    }
}
@media(min-width:992px){
    .col-md-4.post-item.blog-post-item-wrap:nth-child(3n+1){
        clear:both
    }
}
@media(min-width:768px){
    .blog-post-item:hover .single-post-read-more-btn{
        opacity:1;
        transition:all .15s .15s
    }
    .blog-post-item.single-post:hover .autor-rating{
        background:#4693aa;
        color:#fff
    }
    .blog-post-item.single-post:hover .save-link-wrap{
        visibility:visible
    }
    .blog-post-item.single-post:hover .save-link-wrap .post-saved-link:before{
        color:#fff
    }
    .blog-post-item.single-post:hover .single-post-read-more-btn{
        opacity:1;
        transition:all .15s .15s
    }
    .wish-list-page-bg-wrap .blog-post-item.single-post:hover .save-link-title{
        visibility:visible
    }
    .blog-post-item:hover .blog-post-btn-details .text{
        display:none
    }
    .blog-post-item:hover .blog-post-btn-details .icon{
        display:inline-block
    }
    .blog-post-item:hover .blog-post-info{
        background:#000
    }
    .blog-post-item:hover .blog-post-info .post-autor-wrap{
        border-color:#212223
    }
    .blog-post-item:hover .blog-post-category-name,.blog-post-item:hover .blog-post-description{
        color:#fff
    }
    .blog-post-item:hover .blog-post-category-item-title{
        color:#fff
    }
    .blog-post-item:hover .blog-post-category-item-title a{
        color:#fff
    }
    .blog-post-item:hover .autor-name{
        color:#fff
    }
    .blog-post-item:hover .published-time{
        color:#fff
    }
    .blog-post-item:hover .autor-rating{
        background:#4693aa
    }
    .blog-post-item:hover .blog-post-count-list{
        opacity:1
    }
    .blog-post-item:hover .blog-post-img:before{
        opacity:1;
        transition:all .15s
    }
    .blog-post-item:hover .blog-post-img:after{
        opacity:1;
        -webkit-transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
        transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1)
    }
}
@media(min-width:1200px){
    header{
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
    .header-wrap .btn-search,.header-wrap .btn-search-page-search{
        transition:all .5s cubic-bezier(.4,0,.2,1)
    }
    .header-wrap .icon-search{
        position:absolute;
        top:9px;
        right:9px;
        transition:opacity 0s ease-in-out .5s;
        z-index:120;
        pointer-events:none
    }
    .header-wrap .icon-search .fa-search{
        -webkit-transform:rotate(-19deg);
        transform:rotate(-19deg)
    }
    .header-wrap .icon-search i{
        color:#fff;
        font-size:14px
    }
    .header-wrap .search-close{
        opacity:0;
        display:inline-block;
        position:absolute;
        top:31px;
        right:0;
        font-size:20px;
        color:#fff;
        z-index:120;
        width:39px;
        height:39px;
        transition:all .3s ease-in-out;
        cursor:pointer;
        pointer-events:none
    }
    .header-wrap .search-close:focus,.header-wrap .search-close:hover{
        outline:0
    }
    .header-wrap .search-close:hover{
        transform:rotate(0)
    }
    .header-wrap .search-close:before{
        content:"";
        display:block;
        position:absolute;
        width:32px;
        height:1px;
        background:#fff;
        top:50%;
        left:50%;
        -webkit-transform:translate(-50%,-50%) rotate(45deg);
        transform:translate(-50%,-50%) rotate(45deg);
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transition:-webkit-transform .2s ease-in-out;
        transition:-webkit-transform .2s ease-in-out;
        transition:transform .2s ease-in-out;
        transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
    }
    .header-wrap .search-close:after{
        content:"";
        display:block;
        position:absolute;
        width:32px;
        height:1px;
        background:#fff;
        top:50%;
        left:50%;
        -webkit-transform:translate(-50%,-50%) rotate(-45deg);
        transform:translate(-50%,-50%) rotate(-45deg);
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transition:-webkit-transform .2s ease-in-out;
        transition:-webkit-transform .2s ease-in-out;
        transition:transform .2s ease-in-out;
        transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out
    }
    .header-wrap .main-input-search{
        display:none
    }
    .header-wrap.search-active .search-field{
        bottom:0;
        right:0;
        left:0;
        top:0
    }
    .header-wrap.search-active .search-close{
        right:0;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        pointer-events:all
    }
    .header-wrap.search-active .btn-search,.header-wrap.search-active .btn-search-page-search{
        position:absolute;
        right:125px;
        top:21px;
        -webkit-transform:scale(100);
        transform:scale(100)
    }
    .header-wrap.search-active .icon-search{
        opacity:0;
        transition:opacity 0s ease-in-out 0s
    }
    .header-wrap.search-active .main-input-search{
        width:100%;
        padding-right:51px;
        height:50px;
        z-index:120;
        right:auto;
        left:0;
        top:0;
        font-size:25px;
        color:#fff;
        display:block
    }
    .header-wrap.search-active .main-input-search ::-webkit-input-placeholder{
        color:#fff
    }
    .header-wrap.search-active .main-input-search :-moz-placeholder{
        color:#fff;
        opacity:1
    }
    .header-wrap.search-active .main-input-search ::-moz-placeholder{
        color:#fff;
        opacity:1
    }
    .header-wrap.search-active .main-input-search :-ms-input-placeholder{
        color:#fff
    }
    .header-wrap.search-active .search-close{
        opacity:1
    }
}
@media(max-width:1199px){
    .calculator-section-block{
        padding-top:20px
    }
    .picked-item-wrap{
        padding:0 45px
    }
    .picked-item-icon{
        max-width:120px
    }
    .picked-item-features-thumb,.picked-item-rating-wrap{
        width:250px
    }
}
@media(max-width:991px){
    .calculator-section-block{
        font-size:14px
    }
    .calculator-section-block h2,.calculator-section-block h3,.calculator-section-block h4{
        font-size:25px
    }
    .calculator-section-block textarea{
        width:100%;
        height:150px
    }
    .calculator-title{
        font-size:32px
    }
    .calculate-btn{
        padding:17px 10px 15px;
        font-size:11px;
        min-width:100%;
        width:100%
    }
    .calculate-btn.btn-small{
        width:114px;
        min-width:0
    }
    .mob-wrap{
        display:block;
        width:100%;
        margin-bottom:16px
    }
}
@media(max-width:767px){
    .et_monarch .et_social_networks.et_social_circle li.social-box{
        width:33.33333%!important
    }
}
@media(max-width:1154px){
    .et_monarch .et_social_networks .social-item:first-of-type .et_social_icon{
        width:38px
    }
}
@media(max-width:1140px){
    .et_monarch .et_social_networks.et_social_circle .social-box .social-item:nth-of-type(2):hover span.fly-icon{
        left:-6%
    }
}
@media(max-width:991px){
    .embed-preview iframe{
        width:100%
    }
    #windowModalEmbed textarea{
        width:100%
    }
    .embed-title{
        width:100%;
        font-size:30px
    }
    .embed-code-title{
        width:100%
    }
    .textwidget iframe{
        width:100%
    }
}
@media(max-width:1199px){
    .diy-page-items-wrap,.diy-page-subtitle,.diy-page-title{
        width:100%
    }
}
@media(max-width:991px){
    .diy-page-item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .diy-page-item-about,.diy-page-item-img-wrap,.diy-page-link-wrap{
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        max-width:100%
    }
    .diy-page-item-about{
        border:none;
        text-align:center;
        padding:0 10px
    }
    .diy-page-item-img-wrap{
        min-height:260px;
        border-bottom:1px solid #dfdfdf;
        border-right:none
    }
    .diy-page-link-wrap{
        margin-top:25px;
        padding:0 10px 20px;
        text-align:center
    }
    .diy-page-item-about-content-wrap .diy-btn-read-more{
        left:50%;
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%)
    }
}
@media(max-width:767px){
    #diy-page{
        padding-bottom:0
    }
    .diy-page-title{
        font-size:25px
    }
    .diy-page-title:before{
        top:120%
    }
    .diy-page-subtitle{
        margin-top:25px;
        font-size:14px
    }
    .diy-page-items-wrap{
        margin-top:30px
    }
    .diy-page-item{
        margin-bottom:20px
    }
    .diy-page-item .diy-page-item-about-title,.diy-page-item h2,.diy-page-item h3,.diy-page-item h4{
        margin-bottom:12px
    }
    .diy-link-number{
        font-size:14px
    }
    .diy-page-item-about ul{
        margin-bottom:0
    }
    .diy-page-link-wrap ul{
        margin-bottom:0
    }
    .phone-number{
        margin-bottom:11px
    }
    .note-field{
        margin-bottom:15px
    }
    .diy-page-btn{
        min-width:100%
    }
}
@media(max-width:767px){
    .brand-embed-wrap,.brand-img-wrap{
        width:100%
    }
    .brand-color-item{
        width:100%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .brand-img-wrap img{
        width:85%
    }
}
@media(max-width:991px){
    .newsletter-content{
        width:100%
    }
    .newsletter-content:before{
        content:"";
        position:absolute;
        top:50%;
        left:-10px;
        -webkit-transform:translate(0,-50%) rotate(45deg);
        transform:translate(0,-50%) rotate(45deg);
        width:20px;
        height:20px;
        background:#4693aa
    }
    .newsletter-content:after{
        content:"";
        position:absolute;
        top:50%;
        right:-10px;
        -webkit-transform:translate(0,-50%) rotate(45deg);
        transform:translate(0,-50%) rotate(45deg);
        width:20px;
        height:20px;
        background:#4693aa
    }
    .newsletter-content .pretitle{
        margin-bottom:6px;
        font-size:13px
    }
    .newsletter-content .title{
        margin-bottom:10px;
        font-size:22px
    }
    .newsletter-content .title:before{
        content:"";
        position:absolute;
        left:50%;
        bottom:-3px;
        -webkit-transform:translate(-50%,0);
        transform:translate(-50%,0);
        width:30px;
        height:1px;
        background:#4693aa
    }
    .newsletter-content .subtitle{
        margin-bottom:10px;
        font-size:13px
    }
    .newsletter-content .newsletter-form{
        margin-bottom:0
    }
    .newsletter-content .newsletter-form input{
        margin-bottom:12px;
        padding:0 23px
    }
    .newsletter-content .btn-subscribe-newsletter{
        padding:15px 10px;
        font-size:15px
    }
    .newsletter-rhombus{
        display:none
    }
    .newsletter-content{
        padding:46px 28px
    }
}
@media(max-width:1199px){
    .page-template-page-bg .breadcrumbs-wrap,.page-template-page-hidden-bg .breadcrumbs-wrap,.page-template-page-test-bg .breadcrumbs-wrap{
        top:0;
        margin-top:0
    }
}
@media(max-width:1199px) and (min-width:768px){
    .page-template-page-test-bg .toc_widget_list.no_bullets li{
        padding-left:28px
    }
}
@media(max-width:991px) and (min-width:768px){
    .page-template-page-test-bg .btn-content-list{
        display:block;
        right:15px
    }
    .picked-item{
        padding:30px 30px 25px
    }
    .picked-item-icon{
        top:-75px;
        right:-10px;
        max-width:100px
    }
    .picked-item-wrap{
        margin-top:-110px;
        padding:0 40px
    }
    .picked-item-features-title{
        font-size:18px
    }
    .picked-item-features-list li{
        font-size:14px;
        margin:0 0 10px
    }
    .picked-item-features .top1-list p{
        font-size:14px;
        margin:0 0 10px
    }
    .picked-item-features .top1-list ul li{
        font-size:14px;
        margin:0 0 10px
    }
    .picked-item-header-title{
        font-size:18px
    }
    .picked-item-content{
        margin:0 0 25px
    }
    .picked-item-features-thumb,.picked-item-rating-wrap{
        width:200px
    }
    .picked-item-footer-btn .banner-item-btn{
        font-size:12px;
        padding:14px 35px
    }
    .picked-item-footer-rating>span{
        font-size:23px
    }
    .picked-item-footer-rating{
        width:124px;
        height:23px
    }
    .picked-item-footer-rating .article-rating-inner{
        height:23px
    }
    .picked-item-footer-rating .article-rating-inner span{
        font-size:23px
    }
}
@media(max-width:991px){
    .btn-content-list{
        display:none
    }
    .page-template-page-test-bg .btn-content-list{
        display:block;
        right:15px
    }
    .page-template-page-test-bg .cat-item-description-content{
        padding:0 15px
    }
    .page-template-page-test-bg .cat-item-description-content .cat-item-characteristic{
        padding-left:0
    }
    .page-template-page-test-bg .description-content-wrap{
        padding:0
    }
    .page-template-page-test-bg .cat-item-slider-init{
        margin-left:-15px;
        margin-right:-15px
    }
    .page-template-page-test-bg .plus-minus-wrap{
        margin-top:25px
    }
    .pre-items-title{
        margin:40px 0 25px;
        font-size:27px
    }
    .bg-page-item-wrap{
        padding:25px 15px 20px
    }
    .bg-item-title>span{
        font-size:18px
    }
    .resources{
        padding:25px 0 65px
    }
    .resources-title{
        padding:45px 25px 50px
    }
    .resources-list{
        flex-direction:column;
        align-items:center;
        margin:0
    }
    .resources .resource{
        width:100%;
        max-width:410px;
        padding:0 15px;
        margin:0 0 40px
    }
    .resources .resource:last-of-type{
        margin:0
    }
}
@media(min-width:768px){
    .page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item:hover .responsive-video-wrap:before{
        opacity:1;
        transition:all .15s
    }
    .page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item:hover .responsive-video-wrap:after{
        opacity:1;
        -webkit-transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
        transform:translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1)
    }
    .page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item:hover .bg-item-read-more-btn{
        opacity:1;
        transition:all .15s .15s
    }
    .page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item:hover .bg-item-hover-helper:before{
        width:calc(100% - 8px)
    }
    .page-template-page-test-bg .cat-item-slider-init .cat-item-slider-item:hover .bg-item-hover-helper:after{
        height:calc(100% - 8px)
    }
}
@media(max-width:767px){
    .page-template-page-bg .breadcrumbs-wrap,.page-template-page-hidden-bg .breadcrumbs-wrap,.page-template-page-test-bg .breadcrumbs-wrap{
        display:none
    }
    .page-template-page-test-bg .description-content-wrap{
        text-align:center
    }
    .page-template-page-test-bg .btn-content-list{
        position:relative;
        right:auto;
        top:auto;
        display:inline-block;
        margin-bottom:20px
    }
    .page-template-page-test-bg .cat-item-description-content h2:first-of-type{
        margin-top:37px
    }
    .page-template-page-test-bg .toc_widget_list.no_bullets{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1
    }
    .page-template-page-test-bg .toc_widget_list.no_bullets li{
        padding-left:0
    }
    .page-template-page-test-bg #cat-item-description .cat-item-description-content .first-content>h2{
        margin:40px 0 25px
    }
    .page-template-page-test-bg #cat-item-description .faq-block .section-title{
        font-size:26px;
        margin:25px 0 0
    }
    .page-template-page-test-bg .faq-block p img{
        width:100%;
        margin:0
    }
    .page-template-page-test-bg .faq-block h3,.page-template-page-test-bg .faq-block h4{
        font-size:20px;
        margin-bottom:15px
    }
    .bg-item-title-wrap{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
    .bg-item-title,.bg-number-title-wrap{
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2
    }
    .bg-item-icon{
        margin-bottom:25px;
        margin-top:0;
        width:141px;
        height:36px
    }
    .bg-item-icon.best-choice:before{
        font-size:28px
    }
    .bg-item-number{
        margin-right:13px;
        width:25px;
        min-width:25px;
        height:25px;
        line-height:25px
    }
    .bg-item-number:before{
        width:25px;
        height:25px
    }
    .bg-item-number span{
        font-size:15px
    }
    .bg-page-item-wrap{
        margin-bottom:20px
    }
    .resources-title{
        font-size:25px
    }
    .resources-title-wrap{
        margin:0 -15px;
        padding:0 15px;
        -webkit-background-size:cover;
        background-size:cover
    }
    .resources .resource-icon{
        width:55px;
        height:55px
    }
    .resources .resource-icon img{
        max-width:60%;
        max-height:60%
    }
    .resources .resource-title{
        font-size:18px;
        margin:0 0 15px
    }
    .resources .resource-text{
        font-size:14px
    }
    .picked-item{
        padding:60px 30px 30px
    }
    .picked-item-wrap{
        margin-top:-87px;
        padding:0 30px
    }
    .picked-item-header{
        margin:0 0 15px
    }
    .picked-item-header-icon{
        display:block;
        position:absolute;
        top:-7px;
        left:50%;
        -webkit-transform:translate(-50%,0);
        -moz-transform:translate(-50%,0);
        -ms-transform:translate(-50%,0);
        -o-transform:translate(-50%,0);
        transform:translate(-50%,0)
    }
    .picked-item-header-icon svg{
        width:155px;
        fill:#4693aa
    }
    .picked-item-icon{
        display:none
    }
    .picked-item-header-title{
        max-width:100%;
        text-align:center;
        font-size:18px
    }
    .picked-item-features{
        flex-direction:column
    }
    .picked-item-features-thumb{
        width:100%
    }
    .picked-item-features-content{
        max-width:100%
    }
    .picked-item-features-title{
        font-size:18px
    }
    .picked-item-features .top1-list p{
        font-size:13px;
        margin:0 0 10px
    }
    .picked-item-features .top1-list p:before{
        left:-15px
    }
    .picked-item-features .top1-list ul li,.picked-item-features-list li{
        font-size:13px;
        margin:0 0 10px
    }
    .picked-item-features .top1-list ul li:before,.picked-item-features-list li:before{
        left:-15px
    }
    .picked-item-features-thumb{
        margin:0 0 15px
    }
    .picked-item-features-title{
        margin:0 0 15px
    }
    .picked-item-footer{
        flex-direction:column
    }
    .picked-item-rating-wrap{
        margin:0 0 15px
    }
    .picked-item-footer-rating>span{
        font-size:18px
    }
    .picked-item-footer-rating{
        width:101px;
        height:18px
    }
    .picked-item-footer-rating .article-rating-inner{
        height:18px
    }
    .picked-item-footer-rating .article-rating-inner span{
        font-size:18px
    }
    .picked-item-footer-btn .banner-item-btn{
        padding:13px 30px;
        font-size:12px
    }
}
@media(max-width:650px){
    .page-template-page-test-bg .responsive-video-wrap{
        padding-bottom:61%
    }
    .responsive-video-wrap{
        padding-bottom:65%
    }
}
.tnp-subscription{
    font-size:13px;
    display:block;
    margin:15px auto;
    max-width:500px;
    width:100%
}
.tnp-subscription div.tnp-field{
    margin-bottom:10px;
    border:0;
    padding:0
}
.tnp-subscription label{
    display:block;
    color:inherit;
    font-size:14px;
    font-weight:700;
    line-height:normal;
    padding:5px;
    margin:0
}
.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription input[type=text],.tnp-subscription select{
    width:100%;
    height:50px;
    padding:10px;
    display:block;
    border:1px;
    border-color:#ddd;
    background-color:#f4f4f4;
    background-image:none;
    text-shadow:none;
    color:#444;
    font-size:14px;
    line-height:20px;
    margin:0;
    line-height:normal;
    box-sizing:border-box
}
.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio]{
    max-width:20px;
    display:inline-block
}
.tnp-subscription select option{
    margin-right:10px
}
.tnp-subscription input.tnp-submit{
    background-color:#444;
    color:#fff;
    width:auto;
    height:auto;
    margin:0
}
@media all and (max-width:480px){
    .tnp-subscription input[type=submit]{
        width:100%
    }
}
.tnp-profile{
    font-size:13px
}
.tnp-profile form .tnp-field{
    margin-bottom:10px;
    border:0;
    padding:0
}
.tnp-profile form .tnp-field label{
    display:block;
    color:#333;
    font-size:14px
}
.tnp-profile form .tnp-field input[type=email],.tnp-profile form .tnp-field input[type=submit],.tnp-profile form .tnp-field input[type=text],.tnp-profile form .tnp-field select,.tnp-profile form .tnp-field textarea{
    padding:10px;
    display:block;
    border:1px;
    border-color:#ddd;
    background-color:#f4f4f4;
    background-image:none;
    text-shadow:none;
    color:#444;
    font-size:14px;
    margin:0;
    line-height:normal;
    box-sizing:border-box;
    border-radius:0;
    height:auto;
    float:none
}
.tnp-profile form input[type=checkbox],.tnp-profile input[type=radio]{
    max-width:20px;
    display:inline-block
}
.tnp-profile form .tnp-list-label{
    margin-left:15px
}
.tnp-profile form select option{
    margin-right:10px
}
.tnp-profile form .tnp-field input[type=submit]{
    background-color:#444;
    color:#fff;
    width:auto;
    height:auto;
    margin:0
}
@media all and (max-width:480px){
    .tnp-profile input[type=submit]{
        width:100%;
        margin:0
    }
}
.tnp-widget{
    width:100%;
    display:block;
    box-sizing:border-box
}
.tnp-widget .tnp-field{
    margin-bottom:10px;
    border:0;
    padding:0
}
.tnp-widget label{
    display:block;
    color:inherit;
    font-size:14px
}
.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget input[type=text],.tnp-widget select{
    width:100%;
    padding:10px;
    display:block;
    border:1px solid #ddd;
    border-color:#ddd;
    background-color:#f4f4f4;
    background-image:none;
    text-shadow:none;
    color:#444;
    font-size:14px;
    line-height:normal;
    box-sizing:border-box;
    height:auto
}
.tnp-widget input[type=checkbox],.tnp-widget input[type=radio]{
    width:auto;
    display:inline-block
}
.tnp-widget select option{
    margin-right:10px
}
.tnp-widget input.tnp-submit{
    background-color:#444;
    background-image:none;
    text-shadow:none;
    color:#fff;
    margin:0
}
.tnp-field input[type=submit]{
    position:inherit
}
.tnp-widget-minimal{
    width:100%
}
.tnp-widget-minimal form{
    margin:0;
    padding:0;
    border:0
}
.tnp-widget-minimal input.tnp-email{
    width:100%;
    box-sizing:border-box;
    padding:10px;
    display:inline-block;
    border:1px solid #ddd;
    background-color:#f4f4f4;
    color:#444;
    font-size:14px
}
.tnp-widget-minimal input.tnp-submit{
    width:100%;
    box-sizing:border-box;
    padding:10px;
    display:inline-block;
    border:1px;
    border-color:#ddd;
    background-color:#444;
    background-image:none;
    text-shadow:none;
    color:#fff;
    font-size:14px;
    line-height:normal;
    border-radius:0;
    height:auto;
    margin:0
}
.tnp-subscription-minimal{
    width:100%;
    box-sizing:border-box
}
.tnp-subscription-minimal form{
    margin:0;
    padding:0;
    border:0
}
.tnp-subscription-minimal input.tnp-email{
    width:70%;
    max-width:300px;
    box-sizing:border-box;
    padding:10px;
    display:inline-block;
    border:1px solid #ddd;
    background-color:#f4f4f4;
    color:#444;
    font-size:14px;
    line-height:20px;
    border-radius:0
}
.tnp-subscription-minimal .tnp-privacy-field{
    margin-top:10px
}
.tnp-subscription-minimal input.tnp-submit{
    width:29%;
    box-sizing:border-box;
    display:inline-block;
    padding:10px;
    border:1px;
    border-color:#ddd;
    background-color:#444;
    background-image:none;
    text-shadow:none;
    color:#fff;
    font-size:14px;
    line-height:20px;
    border-radius:0;
    margin:0
}
.tnp-comments{
    clear:both;
    margin-top:15px;
    margin-bottom:15px
}
.tnp-comments label{
    display:block
}
.tnp-comments input[type=checkbox]{
    display:inline-block;
    width:auto!important
}
.tnp-lock{
    clear:both;
    display:block;
    box-sizing:border-box;
    box-shadow:none;
    margin:20px;
    padding:15px;
    background-color:#fff;
    border:1px solid #ddd
}
.tnp-nl-checkout{
    margin-bottom:1em
}
.entry img.lazy-hidden,.lazy-hidden,img.thumbnail.lazy-hidden{
    background-color:#fff;
    background-image:url(data:image/gif;
    base64,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);
    background-repeat:no-repeat;
    background-position:50% 50%
}
figure.wp-block-image img.lazy-hidden{
    min-width:150px
}
picture source[type="image/webp"]{
    display:block
}
.clear{
    clear:both
}
.nobr{
    white-space:nowrap
}
.entry img.lazy-hidden,.lazy-hidden,img.thumbnail.lazy-hidden{
    background-color:#efefef
}
.ytvideo  {
    text-align:center;
}
.ytvideo iframe {
    max-width: 100%;
}
.about-text-block img {
    max-width: 100%;
	height: auto;
}