@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.advertisment img,.card-cover,.right-footer .footer-logo img{
    max-width:100%
}
.card-cover,.card-img-wrap{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box
}
.card__avatar{
    display:inline-block;
    float:left;
    margin-right:10px;
    line-height:1;
    height:40px
}
.avatar__wrapper{
    position:relative;
    display:inline-block
}
.avatar__wrapper--verified .avatar{
    border:2px solid #fff;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .2s ease;
    transition:all .2s ease
}
.avatar__wrapper .avatar{
    display:block;
    border-radius:50%;
    font-size:10px;
    text-align:center
}
.avatar__wrapper i{
    position:absolute;
    bottom:0;
    right:-2px;
    color:#fff;
    background:#36dd82;
    margin:0;
    border-radius:50%;
    font-size:10px;
    height:16px;
    width:16px;
    top:24px;
    text-align:center;
    padding-top:3px
}
.avatar__wrapper--verified:hover .avatar{
    border-color:#36dd82
}
.card-info .label.label-danger{
    background:transparent;
    color:#FF3B30
}
.card-info .label{
    background:transparent;
    border:1px solid;
    border-radius:14px;
    padding:5px 10px;
    font-size:10px;
    text-transform:uppercase;
    position:relative;
    font-weight:300;
    line-height:0
}
.card-info .label .fa{
    font-size:12px
}
.card{
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem
}
.card-block{
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1.25rem;
    height:130px
}
.card-title{
    margin-bottom:.75rem
}
.card-subtitle{
    margin-top:-.375rem;
    margin-bottom:0
}
.card-text:last-child{
    margin-bottom:0
}
.card-link:hover{
    text-decoration:none
}
.card-link+.card-link{
    margin-left:1.25rem
}
.card>.list-group:first-child .list-group-item:first-child{
    border-top-right-radius:.25rem;
    border-top-left-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.card-header{
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color:#f7f7f9;
    border-bottom:1px solid rgba(0,0,0,.125)
}
.card-header:first-child{
    border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer{
    padding:.75rem 1.25rem;
    background-color:#f7f7f9;
    border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child{
    border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs{
    margin-right:-.625rem;
    margin-bottom:-.75rem;
    margin-left:-.625rem;
    border-bottom:0
}
.card-header-pills{
    margin-right:-.625rem;
    margin-left:-.625rem
}
.card-primary{
    background-color:#0275d8;
    border-color:#0275d8
}
.card-primary .card-footer,.card-primary .card-header{
    background-color:transparent
}
.card-success{
    background-color:#5cb85c;
    border-color:#5cb85c
}
.card-success .card-footer,.card-success .card-header{
    background-color:transparent
}
.card-info{
    background-color:#5bc0de;
    border-color:#5bc0de
}
.card-info .card-footer,.card-info .card-header{
    background-color:transparent
}
.card-warning{
    background-color:#f0ad4e;
    border-color:#f0ad4e
}
.card-warning .card-footer,.card-warning .card-header{
    background-color:transparent
}
.card-danger{
    background-color:#d9534f;
    border-color:#d9534f
}
.card-danger .card-footer,.card-danger .card-header{
    background-color:transparent
}
.card-outline-primary{
    background-color:transparent;
    border-color:#0275d8
}
.card-outline-secondary{
    background-color:transparent;
    border-color:#ccc
}
.card-outline-info{
    background-color:transparent;
    border-color:#5bc0de
}
.card-outline-success{
    background-color:transparent;
    border-color:#5cb85c
}
.card-outline-warning{
    background-color:transparent;
    border-color:#f0ad4e
}
.card-outline-danger{
    background-color:transparent;
    border-color:#d9534f
}
.card-inverse{
    color:rgba(255,255,255,.65)
}
.card-inverse .card-footer,.card-inverse .card-header{
    background-color:transparent;
    border-color:rgba(255,255,255,.2)
}
.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{
    color:#fff
}
.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{
    color:rgba(255,255,255,.65)
}
.card-inverse .card-link:focus,.card-inverse .card-link:hover{
    color:#fff
}
.card-blockquote{
    padding:0;
    margin-bottom:0;
    border-left:0
}
.card-img{
    border-radius:calc(.25rem - 1px)
}
.card-img-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1.25rem
}
.card-img-top{
    border-top-right-radius:calc(.25rem - 1px);
    border-top-left-radius:calc(.25rem - 1px)
}
.card-img-bottom{
    border-bottom-right-radius:calc(.25rem - 1px);
    border-bottom-left-radius:calc(.25rem - 1px)
}
@media (min-width:576px){
    .card-deck{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap
    }
    .card-deck .card{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:1;
        -webkit-flex:1 0 0%;
        -ms-flex:1 0 0%;
        flex:1 0 0%;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .card-deck .card:not(:first-child){
        margin-left:15px
    }
    .card-deck .card:not(:last-child){
        margin-right:15px
    }
}
@media (min-width:576px){
    .card-group{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap
    }
    .card-group .card{
        -webkit-box-flex:1;
        -webkit-flex:1 0 0%;
        -ms-flex:1 0 0%;
        flex:1 0 0%
    }
    .card-group .card+.card{
        margin-left:0;
        border-left:0
    }
    .card-group .card:first-child{
        border-bottom-right-radius:0;
        border-top-right-radius:0
    }
    .card-group .card:first-child .card-img-top{
        border-top-right-radius:0
    }
    .card-group .card:first-child .card-img-bottom{
        border-bottom-right-radius:0
    }
    .card-group .card:last-child{
        border-bottom-left-radius:0;
        border-top-left-radius:0
    }
    .card-group .card:last-child .card-img-top{
        border-top-left-radius:0
    }
    .card-group .card:last-child .card-img-bottom{
        border-bottom-left-radius:0
    }
    .card-group .card:not(:first-child):not(:last-child){
        border-radius:0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{
        border-radius:0
    }
}
@media (min-width:576px){
    .card-columns{
        -webkit-column-count:3;
        -moz-column-count:3;
        column-count:3;
        -webkit-column-gap:1.25rem;
        -moz-column-gap:1.25rem;
        column-gap:1.25rem
    }
    .card-columns .card{
        display:inline-block;
        width:100%;
        margin-bottom:.75rem
    }
}
.card{
    border:0;
    border-radius:.1875rem;
    display:inline-block;
    position:relative;
    width:100%;
    margin-bottom:30px;
    box-shadow:0 5px 25px 0 rgba(0,0,0,.2)
}
.card .author span{
    color:#9A9A9A
}
.card .info{
    padding:40px 0 40px;
    text-align:center;
    position:relative;
    z-index:2
}
.card .card-header{
    border-bottom:0;
    position:relative
}
.card .card-header:after{
    content:"";
    position:absolute;
    bottom:0;
    left:20px;
    width:calc(100% - 40px);
    height:1px;
    background-color:#E3E3E3
}
.card .rounded{
    border-radius:.1875rem
}
.card:not(.card-plain) .rounded{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.card a[data-toggle='collapse']{
    text-decoration:none
}
.card a:not(.btn):not(.nav-link):not([data-toggle='collapse']){
    text-decoration:none;
    border-bottom:2px solid transparent;
    color:#444
}
.card .checkbox,.card .radio{
    margin-top:15px
}
.card .card-header{
    background-color:transparent
}
.card-collapse .card .card-header{
    padding-left:0;
    padding-right:0
}
.card .card-header a[data-toggle="collapse"]{
    display:block;
    color:#444
}
.card .card-header a[data-toggle="collapse"][aria-expanded="true"] i,.card .card-header a[data-toggle="collapse"].expanded i{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.card .card-header a[data-toggle="collapse"] i{
    float:right;
    position:relative;
    color:#f96332;
    top:1px;
    -webkit-transition:all 300ms ease 0s;
    -moz-transition:all 300ms ease 0s;
    -o-transition:all 300ms ease 0s;
    -ms-transition:all 300ms ease 0s;
    transition:all 300ms ease 0s
}
.card .card-image a{
    position:relative;
    display:block
}
.card .card-footer{
    padding:0;
    margin-top:15px;
    background-color:transparent;
    border:0
}
.card .card-footer div{
    display:inline-block
}
.card .card-footer .stats.stats-right{
    float:right;
    line-height:30px
}
.card .card-footer .stats span:first-child{
    margin-right:30px
}
.card:not(.card-product) .card-footer .stats .now-ui-icons{
    position:relative;
    top:3px;
    font-size:18px;
    margin-right:5px
}
.card:not(.card-product) .card-footer .stats i{
    color:#a2a2a2
}
.card .card-title{
    margin-top:0;
    line-height:1.25em;
    height:50px
}
.card[data-background-color="orange"]{
    background-color:#f96332
}
.card[data-background-color="red"]{
    background-color:#FF3636
}
.card[data-background-color="yellow"]{
    background-color:#FFB236
}
.card[data-background-color="blue"]{
    background-color:#2CA8FF
}
.card[data-background-color="green"]{
    background-color:#15b60d
}
.card-raised{
    box-shadow:0 20px 50px 0 rgba(0,0,0,.3)
}
.card-blog .row .category{
    margin-bottom:0
}
.card-blog .card-image+.category{
    margin-top:20px
}
.btn-morphing{
    position:relative;
    display:inline-block;
    text-align:center;
    width:100%
}
.btn-morphing .btn-toggle{
    display:block;
    margin:0 auto;
    width:20%;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    height:40px;
    line-height:25px;
    border-radius:30px!important;
    background-color:rgba(255,255,255,.9);
    font-weight:400;
    padding:8px 16px;
    color:#bdbdbd;
    border:none;
    font-family:Fira Sans;
    letter-spacing:1px
}
.btn-morphing .btn-toggle:focus,.btn-morphing .btn-toggle:hover{
    background-color:#FFF
}
#price{
    float:right;
    margin-top:12px
}
.price-old{
    text-decoration:line-through;
    font-size:11px!important;
    color:#9A9A9A
}
.price-new{
    color:#149c82
}
.price{
    font-size:14px;
    font-weight:300;
    font-family:Open Sans
}
.card{
    z-index:0;
    border:0;
    display:inline-block;
    position:relative;
    width:100%;
    margin-bottom:30px;
    border-radius:2px;
    box-shadow:none
}
.card .title,.card .stats,.card .category,.card .description,.card .social-line,.card .actions,.card .content,.card .card-footer,.card small,.card a{
    position:relative;
    z-index:3
}
.card a{
    color:#444
}
.card a:hover,.card a:focus{
    color:#333
}
.card .img{
    max-width:100%;
    height:auto;
    width:100%
}
.card .card-ad-cover{
    max-width:100%;
    height:250px!important;
    width:100%;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover
}
.card[data-radius="none"]{
    border-radius:0
}
.card[data-radius="none"] .header{
    border-radius:0 0 0 0
}
.card[data-radius="none"] .header img{
    border-radius:0 0 0 0
}
.card.card-plain{
    background-color:transparent;
    box-shadow:none;
    border-radius:0
}
.card.card-with-shadow{
    box-shadow:0 20px 16px -15px rgba(165,165,165,.57)
}
.card .btn{
    text-shadow:none;
    font-weight:700
}
.card .title-uppercase{
    text-transform:uppercase
}
.card .header{
    position:relative;
    border-radius:3px 3px 0 0;
    z-index:3
}
.card .header.header-with-icon{
    height:150px
}
.card .header img{
    width:100%
}
.card .header .category{
    padding:15px
}
.card .content .price{
    border:2px solid rgba(255,255,255,.7);
    color:white;
    border-radius:50%;
    width:152px;
    height:152px;
    margin:30px auto;
    text-align:center;
    vertical-align:middle;
    line-height:200px
}
.card .content .price h4{
    margin:5px 0 0;
    font-size:36px
}
.card .content .price h6{
    margin-top:45px;
    font-size:16px
}
.card .content .price .currency{
    font-size:22px;
    font-weight:400
}
.card .actions{
    padding:10px 15px
}
.card .more{
    float:right;
    z-index:4;
    display:block;
    padding-top:10px;
    padding-right:10px;
    position:relative
}
.card .filter,.card .header .actions{
    position:absolute;
    z-index:2;
    background-color:rgba(0,0,0,.76);
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    opacity:0
}
.card .header .actions{
    background-color:transparent;
    z-index:3
}
.card .header .actions .btn{
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.card:hover .filter{
    opacity:.7
}
.card:hover .header .social-line,.card:hover .header .actions{
    opacity:1
}
.card .category,.card .label{
    font-size:14px;
    margin-bottom:0
}
.card .category i,.card .label i{
    font-size:16px
}
.card .category{
    color:#ccc5b9
}
.card .label{
    text-shadow:none
}
.card .title{
    color:#252422
}
.card>.title{
    margin:0;
    padding:30px 0 0
}
.card .content{
    padding:20px 20px 10px 20px
}
.card .content .title{
    margin:10px 0 20px 0
}
.card .content .category~.title{
    margin-top:10px
}
.card .content .description~.title{
    margin-top:-10px
}
.card .description{
    font-size:16px;
    color:#66615b
}
.card h6{
    font-size:14px;
    margin:0
}
.card .card-footer .social-line .btn:first-child{
    border-radius:0 0 0 6px
}
.card .card-footer .social-line .btn:last-child{
    border-radius:0 0 6px 0
}
.card.card-separator:after{
    height:100%;
    right:-15px;
    top:0;
    width:1px;
    background-color:#DDD;
    content:"";
    position:absolute
}
.card .icon{
    display:block;
    margin:0 auto;
    top:60%;
    position:relative;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    text-align:center
}
.card .icon i{
    font-size:60px;
    padding:18px;
    width:110px;
    border:2px solid #ccc5b9;
    border-radius:50%;
    height:110px
}
.col-lg-4 .card .icon i{
    font-size:80px;
    padding:22px
}
.card.card-with-border .content{
    padding:15px 15px 25px 15px
}
.card.card-with-border .card-footer{
    padding-bottom:25px
}
.card.card-with-border:after{
    position:absolute;
    display:block;
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    content:"";
    top:5px;
    left:5px;
    border:1px solid rgba(0,0,0,.15);
    z-index:1;
    border-radius:5px
}
.card.card-just-text .content{
    padding:50px 65px;
    text-align:center
}
.card[data-background="image"] .image,.card[data-background="color"] .image{
    border-radius:6px
}
.card[data-background="image"] .title,.card[data-background="color"] .title{
    font-weight:700
}
.card[data-background="image"] .filter,.card[data-background="color"] .filter{
    border-radius:6px
}
.card[data-background="image"] .title,.card[data-background="image"] .stats,.card[data-background="image"] .category,.card[data-background="image"] .description,.card[data-background="image"] .content,.card[data-background="image"] .card-footer,.card[data-background="image"] small,.card[data-background="image"] .content a,.card[data-background="color"] .title,.card[data-background="color"] .stats,.card[data-background="color"] .category,.card[data-background="color"] .description,.card[data-background="color"] .content,.card[data-background="color"] .card-footer,.card[data-background="color"] small,.card[data-background="color"] .content a{
    color:#FFF
}
.card[data-background="image"] .content a:hover,.card[data-background="image"] .content a:focus,.card[data-background="color"] .content a:hover,.card[data-background="color"] .content a:focus{
    color:#FFF
}
.card[data-background="image"] .icon i,.card[data-background="color"] .icon i{
    color:#FFF;
    border:2px solid rgba(255,255,255,.6)
}
.card[data-background="image"].card-with-border:after,.card[data-background="color"].card-with-border:after{
    border:1px solid rgba(255,255,255,.45)
}
.card[data-background="image"]{
    text-shadow:0 1px 10px rgba(0,0,0,.5)
}
.card[data-background="image"] .filter{
    opacity:.55
}
.card[data-background="image"]:hover .filter{
    opacity:.75
}
.card[data-color="blue"]{
    background:#b8d8d8
}
.card[data-color="blue"] .category{
    color:#7a9e9f
}
.card[data-color="blue"] .description{
    color:#506568
}
.card[data-color="blue"] .icon i{
    color:#506568;
    border:2px solid #7a9e9f
}
.card[data-color="green"]{
    background:#d5e5a3
}
.card[data-color="green"] .category{
    color:#92ac56
}
.card[data-color="green"] .description{
    color:#60773d
}
.card[data-color="green"] .icon i{
    color:#60773d;
    border:2px solid #92ac56
}
.card[data-color="yellow"]{
    background:#ffe28c
}
.card[data-color="yellow"] .category{
    color:#d88715
}
.card[data-color="yellow"] .description{
    color:#b25825
}
.card[data-color="yellow"] .icon i{
    color:#b25825;
    border:2px solid #d88715
}
.card[data-color="brown"]{
    background:#d6c1ab
}
.card[data-color="brown"] .category{
    color:#a47e65
}
.card[data-color="brown"] .description{
    color:#75442e
}
.card[data-color="brown"] .icon i{
    color:#75442e;
    border:2px solid #a47e65
}
.card[data-color="purple"]{
    background:#baa9ba
}
.card[data-color="purple"] .category{
    color:#5a283d
}
.card[data-color="purple"] .description{
    color:#3a283d
}
.card[data-color="purple"] .icon i{
    color:#3a283d;
    border:2px solid #5a283d
}
.card[data-color="orange"]{
    background:#ff8f5e
}
.card[data-color="orange"] .category{
    color:#e95e37
}
.card[data-color="orange"] .description{
    color:#772510
}
.card[data-color="orange"] .icon i{
    color:#772510;
    border:2px solid #e95e37
}
.btn-center{
    text-align:center
}
.card-big-shadow{
    max-width:320px;
    position:relative
}
.card-big-shadow:before{
    background-image:url(http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:100% 100%;
    bottom:-12%;
    content:"";
    display:block;
    left:-12%;
    position:absolute;
    right:0;
    top:0;
    z-index:0
}
.card-image.card-big-shadow{
    max-width:100%
}
.card-image .card{
    background-size:cover;
    min-height:430px;
    width:100%
}
.card-hover-effect{
    cursor:pointer;
    -webkit-transition:transform 300ms cubic-bezier(.34,2,.6,1),box-shadow 200ms ease;
    -moz-transition:transform 300ms cubic-bezier(.34,2,.6,1),box-shadow 200ms ease;
    -o-transition:transform 300ms cubic-bezier(.34,2,.6,1),box-shadow 200ms ease;
    -ms-transition:transform 300ms cubic-bezier(.34,2,.6,1),box-shadow 200ms ease;
    transition:transform 300ms cubic-bezier(.34,2,.6,1),box-shadow 200ms ease
}
.card-hover-effect:hover{
    box-shadow:0 12px 17px -7px rgba(0,0,0,.3);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
    -ms-transform:translateY(-10px);
    -moz-transform:translateY(-10px)
}
.card-user .image{
    border-radius:8px 8px 0 0;
    height:150px;
    position:relative;
    overflow:hidden
}
.card-user .image img{
    width:100%;
    height:150px
}
.card-user .image-plain{
    height:0;
    margin-top:110px
}
.card-user .author{
    text-align:center;
    text-transform:none;
    margin-top:-65px
}
.card-user .author .title{
    color:#403D39
}
.card-user .author .title small{
    color:#ccc5b9
}
.card-user .avatar{
    width:100px;
    height:100px;
    border-radius:50%;
    position:relative;
    margin-bottom:15px
}
.card-user .avatar.border-white{
    border:5px solid #FFF
}
.card-user .avatar.border-gray{
    border:5px solid #ccc5b9
}
.card-user .title{
    line-height:24px
}
.card-user .content{
    min-height:240px
}
.card-user.card-plain .avatar{
    height:190px;
    width:190px
}
.card-image .details{
    margin-left:4px;
    min-height:50px;
    padding:0 4px .5em;
    position:relative
}
.card-image .details .author{
    margin-top:-21px
}
.card-image .details .author .name{
    color:#66615b;
    font-size:1.1em;
    font-weight:700;
    line-height:1.15;
    max-width:11em;
    overflow:hidden;
    padding-top:3px;
    text-overflow:ellipsis
}
.card-image .details .author .name:hover,.card-image .details .author .name:active,.card-image .details .author .name:focus{
    color:#403D39
}
.card-image .details .author img{
    height:40px;
    width:40px;
    margin-bottom:5px
}
.card-image .details .meta{
    color:#ccc5b9;
    font-size:.8em
}
.card-image .details .actions{
    float:right;
    font-size:.875em;
    line-height:2.6;
    position:absolute;
    right:4px;
    top:36px;
    z-index:1
}
.card-image .details .actions .btn.btn-simple{
    padding-left:2px
}
.card-image .details-center{
    text-align:center
}
.card-image .details-center .author{
    position:relative;
    display:inline-block;
    text-align:left;
    margin:20px auto 0
}
.card-image .details-center .author img{
    position:absolute;
    left:0;
    top:0
}
.card-image .details-center .author .text{
    padding-left:50px
}
#AdsSlider{
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    border-radius:0
}
.heading-title{
    width:100%;
    text-align:center;
    margin-bottom:40px
}
.heading-title h2{
    font-weight:700;
    text-transform:uppercase;
    margin-top:0;
    font-size:2.6em;
    margin-bottom:10px;
    color:#3e3e3e;
    font-family:Roboto,Arial,Tahoma sans-serif
}
.heading-title p{
    line-height:1.8;
    font-size:15px;
    font-weight:300;
    margin:-12px 0 25px;
    color:#666667;
    font-family:Lato;
    text-align:center
}
.fade-para{
    position:relative;
    height:80px;
    overflow:hidden
}
.fade-para:after{
    content:"";
    text-align:right;
    position:absolute;
    bottom:0;
    right:0;
    width:70%;
    height:20px;
    background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%)
}
.advertisment{
    width:100%;
    margin-bottom:20px
}
.advertisment img{
    width:100%
}
.noty_message ul{
    list-style:none!important
}
.comment-author{
    background-color:#E4624F!important;
    border-color:#E4624F!important
}
.plan-feature{
    text-align:center;
    background-color:transparent;
    padding:40px;
    margin-bottom:10px
}
.plan-feature .plan-icon{
    background-color:#149c82;
    height:90px;
    width:90px;
    margin:0 auto;
    border-radius:100%
}
.plan-feature i{
    font-size:35px;
    color:#fff;
    margin-bottom:10px;
    margin-top:28px
}
.plan-feature h2{
    font-size:22px;
    line-height:32px;
    margin-bottom:9px!important;
    color:#149c82;
    font-weight:300;
    text-transform:uppercase;
    font-family:Source Sans Pro
}
.plan-feature p{
    font-family:Roboto,sans-serif;
    color:#757575;
    font-size:16px;
    line-height:26px;
    font-weight:300
}
.upgrade-btn{
    text-transform:uppercase;
    display:inline-block;
    font-size:18px;
    letter-spacing:.071em;
    padding:15px 46px;
    border-radius:3px;
    font-weight:500;
    white-space:nowrap;
    background-color:#929292;
    color:#fff!important;
    font-family:Roboto;
    transition:opacity .5s;
    margin:50px auto;
    width:30%;
    text-align:center
}
.premium-time{
    background-color:#fdf1c8;
    padding:10px;
    border-radius:5px
}
.premium-time .pack{
    border-bottom:1px dashed #e9cb9b
}
.premium-time .pack:last-child{
    border-bottom:none
}
.premium-time .pack label{
    width:100%;
    font-family:Rubik;
    text-transform:uppercase;
    color:#d5c282;
    font-size:14px;
    letter-spacing:.5px
}
.premium-time .pack label .pack-price{
    margin-left:20px;
    background-color:#d5c282;
    padding:2px 15px;
    border-radius:15px;
    text-transform:uppercase;
    font-family:Open Sans;
    color:#FFF;
    font-size:10px;
    width:22%;
    display:inline-block;
    text-align:center
}
.premium-time .pack label span{
    float:right
}
.modal-body svg{
    margin:0 auto
}
.g-recaptcha{
    display:none!important
}
#watchYoutubeVideo .modal-dialog{
    width:65%
}
#watchYoutubeVideo .modal-content{
    background-color:transparent!important;
    box-shadow:none!important
}
.translatorLink{
    margin-top:3px;
    box-shadow:none!important;
    display:inline-block;
    margin-right:5px
}
.translatorLink:hover,.translatorLink:focus{
    background-color:unset;
    box-shadow:none!important
}
.translateLinks{
    min-width:180px!important;
    box-shadow:0 2px 2px rgba(0,0,0,.24)!important
}
.translateLinks li{
    display:block;
    vertical-align:top;
    width:100%;
    text-align:left
}
.translateLinks li a{
    font-family:'Source Sans Pro','Droid Arabic Kufi',sans-serif;
    font-size:14px;
    text-transform:uppercase;
    color:#818181
}
#ad_description{
    font-family:Roboto,'Droid Arabic Kufi',sans-serif;
    font-size:13px;
    color:#545353
}
#ad_description>li,ol,ul{
    list-style:upper-roman
}
.tags{
    margin:0;
    padding:0;
    right:24px;
    bottom:-12px;
    list-style:none
}
.tags a,.tags li{
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px
}
.tags a:after,.tags a:before{
    content:"";
    position:absolute;
    float:left
}
.tags a{
    font-family:Lato;
    font-size:13px;
    margin-left:20px;
    padding:0 10px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px
}
.tags a:before{
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0
}
.tags a:after{
    top:10px;
    left:0;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977
}
.tags a:hover{
    background:#555
}
.tags a:hover:before{
    border-color:transparent #555 transparent transparent
}
.verified-badge{
    height:11px;
    width:15px;
    border-radius:2px;
    margin-top:-2px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    opacity:.5;
    transition:all .4s;
    cursor:pointer
}
.verified-badge:hover{
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    opacity:1
}
.create-store,.create-ngo{
    background-image:url(../images/backgrounds/background-store.jpg);
    height:500px;
    background-position:70% 15%;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    margin-bottom:50px
}
.create-store .create-btn,.create-ngo .create-btn{
    position:absolute;
    bottom:120px;
    left:20%;
    background-color:#149c82;
    padding:10px 30px;
    border-radius:30px;
    color:#FFF;
    font-size:13px;
    font-family:Roboto;
    letter-spacing:1px;
    text-transform:uppercase;
    opacity:1;
    transition:opacity .4s
}
.create-store .create-btn:hover,.create-ngo .create-btn:hover{
    opacity:.8
}
.create-store .create-intro,.create-ngo .create-intro{
    bottom:215px;
    position:absolute;
    width:40%;
    left:10%;
    color:#938181
}
.create-store .create-intro p,.create-ngo .create-intro p{
    line-height:60px;
    font-size:48px;
    font-family:Roboto
}
.create-store .create-small-intro,.create-ngo .create-small-intro{
    font-size:14px;
    text-transform:uppercase;
    font-family:Lato;
    letter-spacing:1px
}
.store-box,.ngo-box{
    overflow:hidden;
    background-color:#fcfcfc;
    border-radius:4px;
    padding:15px;
    margin-bottom:20px;
    min-height:185px;
    position:relative
}
.store-box .store-box-header,.ngo-box .ngo-box-header{
    width:100%;
    float:left
}
.store-box .store-box-header .s_b_left,.ngo-box .ngo-box-header .s_b_left{
    overflow:hidden;
    border-radius:4px;
    float:left;
    margin-right:10px
}
.store-box .store-box-header .s_b_left img,.ngo-box .ngo-box-header .s_b_left img{
    width:48px;
    height:48px;
    border-radius:4px
}
.store-box .store-box-header .s_b_left h3,.ngo-box .ngo-box-header .s_b_left h3{
    font-size:14px;
    font-weight:600;
    letter-spacing:0;
    color:#505050;
    margin:0
}
.store-box .store-box-header .s_b_left h3 span img,.ngo-box .ngo-box-header .s_b_left h3 span img{
    height:10px;
    width:15px;
    border-radius:2px;
    cursor:pointer;
    opacity:.4;
    transition:opacity .6s;
    margin-top:-2px
}
.store-box .store-box-header .s_b_left h3 span img:hover,.ngo-box .ngo-box-header .s_b_left h3 span img:hover{
    opacity:1
}
.store-box .store-box-header .s_b_left p,.ngo-box .ngo-box-header .s_b_left p{
    font-size:12px;
    color:#BDBDBD;
    margin-top:8px;
    font-family:Rubik;
    letter-spacing:0
}
.store-box .store-box-header .s_b_left p i,.ngo-box .ngo-box-header .s_b_left p i{
    font-size:14px;
    margin-top:-3px;
    margin-right:-4px;
    color:#AAA8A8
}
.store-box .store-box-header .s_b_left .s_b_details,.ngo-box .ngo-box-header .s_b_left .s_b_details{
    float:right;
    margin-left:10px
}
.store-box .store-box-header .s_b_right,.ngo-box .ngo-box-header .s_b_right{
    float:right
}
.store-box .store-box-header .s_b_right a,.ngo-box .ngo-box-header .s_b_right a{
    color:silver
}
.store-box .store-box-header .s_b_right i,.ngo-box .ngo-box-header .s_b_right i{
    font-size:20px
}
.store-box .store-box-body,.ngo-box .ngo-box-body{
    margin-top:7px;
    float:left
}
.store-box .store-box-body p,.ngo-box .ngo-box-body p{
    font-size:13px;
    color:#4d4c4c
}
.store-box .store-box-footer,.ngo-box .ngo-box-footer{
    margin:15px 0 -15px;
    float:left
}
.store-box .store-box-footer ul li,.ngo-box .ngo-box-footer ul li{
    color:#BCBCBC
}
.store-box .store-box-footer ul li b,.ngo-box .ngo-box-footer ul li b{
    color:#747474
}
.store-social-media,.ngo-social-media{
    margin-top:5px
}
.store-social-media li,.ngo-social-media li{
    padding-right:8px!important
}
.store-social-media li a,.ngo-social-media li a{
    padding:2px 4px;
    border-color:#f2f2f2;
    color:#dedede!important
}
.store-social-media li a:focus,.store-social-media li a:hover,.ngo-social-media li a:focus,.ngo-social-media li a:hover{
    color:#c6c6c6!important
}
.home-startup .startup-text h1,.home-startup .startup-text p{
    letter-spacing:4px;
    color:#FFF;
    text-shadow:0 1px 3px rgba(4,4,4,.4);
    text-align:center
}
.home-startup .panel{
    background-image:url(../images/backgrounds/bg1.jpg);
    border-radius:0;
    border:none;
    height:900px;
    background-position:50% 0;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative
}
.home-startup .startup-text h1{
    margin:0;
    padding-top:250px;
    font-size:75px
}
.home-startup .startup-text p{
    font-size:16px;
    text-transform:uppercase
}
.home-startup .panel-body{
    position:absolute;
    width:100%;
    padding:0;
    bottom:0
}
.home-startup .main-search{
    width:100%;
    background-color:#FFF;
    padding:25px 45px
}
.search-advanced{
    font-family:Fira Sans;
    text-transform:uppercase;
    font-size:12px!important;
    letter-spacing:2px;
    font-weight:500!important;
    margin:0px!important;
    cursor:pointer;
    padding:0px!important;
    color:#fff
}
.bottom-footer{
    height:auto;
    background-color:#f5f5f5;
    padding:10px 6%;
    float:left;
    width:100%
}
.bottom-footer .footer-copyright{
    float:left
}
.bottom-footer .footer-copyright p{
    line-height:32px;
    margin:5px 0 0;
    color:#545454;
    font-size:12px;
    font-family:Open Sans;
    text-transform:uppercase
}
.right-footer .newsletter .col-lg-12{
    padding-right:0!important;
    padding-left:0!important
}
.right-footer .newsletter h2{
    margin:10px 0 0;
    font-size:14px;
    font-weight:600;
    color:#FFF;
    padding-bottom:7px;
    text-transform:none
}
.right-footer .newsletter input{
    border:none;
    padding-left:10px;
    border-radius:3px 0 0 3px;
    color:#5d5d5d;
    background-color:transparent;
    border:1px solid #e8e8e8
}
.right-footer .newsletter .input-group-btn{
    padding-left:0!important
}
.right-footer .newsletter span button{
    background-color:#e8e8e8;
    border-radius:0 3px 3px 0!important;
    color:#c1c1c1;
    font-family:Fira Sans
}
.right-footer .newsletter span button:focus,.right-footer .newsletter span button:hover{
    color:#989898!important
}
.right-footer .newsletter input:focus{
    outline:0;
    border:1px solid #e8e8e8!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important
}
.footer-social-media{
    float:right
}
.footer-social-media a{
    border-color:#363636;
    color:#454343!important
}
.footer-social-media a:focus,.footer-social-media a:hover{
    border-color:#FFF;
    opacity:1!important;
    color:#FFF!important
}
.footer-social-media .language:hover{
    background-color:#149c82;
    border-color:#149c82!important
}
.footer-social-media .facebook:hover{
    background-color:#3b5998;
    border-color:#3b5998!important
}
.footer-social-media .twitter:hover{
    background-color:#009eed;
    border-color:#009eed!important
}
.footer-social-media .google:hover{
    background-color:#df4b37;
    border-color:#df4b37!important
}
.footer-social-media .android:hover{
    background-color:#a4c639;
    border-color:#a4c639!important
}
.footer-social-media .apple:hover{
    background-color:#aaa;
    border-color:#aaa!important
}
.footer-social-media .windows:hover{
    background-color:#68217a;
    border-color:#68217a!important
}
.right-footer .footer-logo{
    margin:25px auto;
    text-align:center
}
.right-footer .accepted-payment-methods{
    width:100%;
    float:right;
    margin:40px auto;
    text-align:center
}
.right-footer .accepted-payment-methods img{
    max-width:100%;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%)
}
#language .modal-dialog{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    width:70%;
    margin:70px auto
}
#language .modal-content{
    border:2px solid rgba(69,69,69,.8);
    background-color:#fff;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px
}
#language .modal-dialog .modal-body{
    position:relative;
    padding:20px;
    margin-top:30px
}
#language .modal-header{
    padding:0
}
#language .modal-header h6{
    font-size:16px;
    line-height:20px;
    color:#999;
    padding:15px 33px 2px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    font-family:'Source Sans Pro',sans-serif
}
#language .language-lnk{
    width:100%
}
#language .language-lnk a{
    font-size:14px;
    font-family:'Source Sans Pro','Droid Arabic Kufi',sans-serif;
    width:100%;
    display:inherit;
    margin-bottom:15px;
    color:#484848;
    border-radius:4px;
    padding:4px 12px;
    text-align:center;
    border:2px solid #FFF;
    transition:all .4s;
    background-position:5% 50%;
    background-repeat:no-repeat
}
#language .language-lnk a:hover{
    border-color:#149c82;
    color:#149c82
}
#language .language-lnk .ar{
    background-image:url(../images/flags/SA.png)
}
#language .language-lnk .az{
    background-image:url(../images/flags/AZ.png)
}
#language .language-lnk .br{
    background-image:url(../images/flags/BR.png)
}
#language .language-lnk .cn,#language .language-lnk .ct{
    background-image:url(../images/flags/CN.png)
}
#language .language-lnk .de{
    background-image:url(../images/flags/DE.png)
}
#language .language-lnk .en{
    background-image:url(../images/flags/US.png)
}
#language .language-lnk .es{
    background-image:url(../images/flags/ES.png)
}
#language .language-lnk .fr{
    background-image:url(../images/flags/FR.png)
}
#language .language-lnk .hu{
    background-image:url(../images/flags/HU.png)
}
#language .language-lnk .id{
    background-image:url(../images/flags/ID.png)
}
#language .language-lnk .it{
    background-image:url(../images/flags/IT.png)
}
#language .language-lnk .jp{
    background-image:url(../images/flags/JP.png)
}
#language .language-lnk .kr{
    background-image:url(../images/flags/KR.png)
}
#language .language-lnk .nl{
    background-image:url(../images/flags/NL.png)
}
#language .language-lnk .ro{
    background-image:url(../images/flags/RO.png)
}
#language .language-lnk .ru{
    background-image:url(../images/flags/RU.png)
}
#language .language-lnk .th{
    background-image:url(../images/flags/TH.png)
}
#language .language-lnk .tr{
    background-image:url(../images/flags/TR.png)
}
#language .language-lnk .vi{
    background-image:url(../images/flags/VI.png)
}
#language .language-lnk .se{
    background-image:url(../images/flags/SE.png)
}
#language .language-lnk .pl{
    background-image:url(../images/flags/PL.png)
}
#language .language-lnk .fi{
    background-image:url(../images/flags/FI.png)
}
#language .language-lnk .sk{
    background-image:url(../images/flags/SK.png)
}
#language .language-lnk .cz{
    background-image:url(../images/flags/CZ.png)
}
#language .language-lnk .in{
    background-image:url(../images/flags/IN.png)
}
#language .language-lnk .ph{
    background-image:url(../images/flags/PH.png)
}
#language .language-lnk .uk{
    background-image:url(../images/flags/UA.png)
}
#language .language-lnk .my{
    background-image:url(../images/flags/MY.png)
}
#language .modal-footer{
    padding:0 10px;
    border-top:1px solid rgba(0,0,0,.1)
}
#language .modal-footer .help-translate{
    color:#5F5F5D;
    font-size:15px;
    padding:10px 5px 10px 30px;
    background-position:0 50%;
    background-image:url(../images/globe.png);
    background-repeat:no-repeat;
    text-align:left;
    font-family:Source Sans Pro
}
.page_content ol,ul{
    list-style:outside
}
.card-cover{
    float:left;
    color:#373737;
    margin-bottom:20px;
    position:relative;
    width:100%;
    box-sizing:border-box
}
.card-holder{
    position:relative;
    padding-bottom:64px;
    background-color:#fff;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
    box-shadow:0 1px 2px rgba(0,0,0,.1)
}
.card-img-wrap{
    position:relative;
    display:block;
    width:100%;
    height:0;
    padding-bottom:62.633451957295374%;
    background-color:#f5f5f5;
    overflow:hidden;
    box-sizing:border-box
}
.card-img-wrap img{
    display:block;
    width:100%;
    height:auto;
    color:#f5f5f5
}
.card-img-wrap .badge-featured,.card-img-wrap .card-price{
    top:10px;
    padding:.3125rem 10px;
    border-radius:.3125rem;
    font-family:Open Sans;
    font-size:11px;
    font-weight:600;
    color:#F6F6F6;
    position:absolute
}
.card-img-wrap .card-price{
    align-items:center;
    right:10px;
    background-color:rgba(8,8,8,.68)
}
.card-img-wrap .badge-featured{
    align-items:center;
    left:10px;
    background-color:rgba(255,64,64,.8);
    text-transform:uppercase;
    line-height:15px
}
.card-info-wrap{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:64px;
    padding:8px 11px 11px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.card-info-wrap .card-name{
    display:block;
    font-size:13px;
    height:20px;
    white-space:nowrap;
    margin:0;
    font-family:Rubik,sans-serif
}
.card-info-wrap .card-name .achievement-item{
    float:right;
    color:#aeaeae;
    cursor:default
}
.card-info-wrap .card-name>a{
    display:inline-block;
    color:#545454;
    max-width:85%;
    overflow:hidden;
    text-overflow:ellipsis;
    -moz-transition:color .25s ease-in-out;
    -o-transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
    transition:color .25s ease-in-out
}
.card-extra-info{
    margin-top:8px;
    height:16px;
    font-size:11px
}
.card-extra-info .card-info-item{
    float:left;
    white-space:nowrap
}
.card-extra-info .card-by{
    color:#606060;
    -moz-transition:color .25s ease-in-out;
    -o-transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
    transition:color .25s ease-in-out;
    font-family:'Open Sans',sans-serif;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width:40%
}
.card-extra-info .card-by img{
    display:inline-block;
    float:left;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
    width:16px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px
}
.card-extra-info .card-stat-holder{
    float:right;
    margin-left:-8px
}
.card-extra-info .card-stat-item{
    color:#aeaeae;
    margin-left:15px;
    cursor:default;
    white-space:nowrap
}
.card-extra-info .card-comments{
    display:none
}
.stats-inline::after,.stats-inline::before{
    font-family:icomoon;
    font-weight:400;
    text-rendering:optimizelegibility;
    position:relative;
    font-size:11px;
    line-height:0;
    color:#dbdbdb;
    margin-left:4px
}
.stats-inline-like::after{
    content:"\ece9";
    font-size:12px;
    top:1px
}
.stats-inline-view::after{
    content:"\ecab";
    font-size:14px;
    top:2px
}
.stats-inline-comment::after{
    content:"\f02b";
    font-size:13px;
    top:2px
}
.cd-breadcrumb,.cd-multi-steps{
    width:100%;
    max-width:100%;
    padding:.5em 1em;
    margin:1em auto;
    background-color:#FFF;
    border-radius:.25em
}
.cd-breadcrumb:after,.cd-multi-steps:after{
    content:"";
    display:table;
    clear:both
}
.cd-breadcrumb li,.cd-multi-steps li{
    display:inline-block;
    float:left;
    margin:.5em 0
}
.cd-breadcrumb li::after,.cd-multi-steps li::after{
    display:inline-block;
    content:'\00bb';
    margin:0 .6em;
    color:#959fa5
}
.cd-breadcrumb li:last-of-type::after,.cd-multi-steps li:last-of-type::after{
    display:none
}
.cd-breadcrumb li>*,.cd-multi-steps li>*{
    display:inline-block;
    font-size:1.4rem;
    color:#2c3f4c
}
.cd-breadcrumb a:hover,.cd-breadcrumb li.current>*,.cd-multi-steps a:hover,.cd-multi-steps li.current>*{
    color:#149c82
}
.cd-breadcrumb.custom-separator li::after,.cd-multi-steps.custom-separator li::after{
    content:'';
    height:16px;
    width:16px;
    background:url(../img/cd-custom-separator.svg) center center no-repeat;
    vertical-align:middle
}
.cd-breadcrumb.custom-icons li>::before,.cd-multi-steps.custom-icons li>::before{
    content:'';
    display:inline-block;
    height:20px;
    width:20px;
    margin-right:.4em;
    margin-top:-2px;
    background:url(../img/cd-custom-icons-01.svg) no-repeat;
    vertical-align:middle
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>::before,.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>::before{
    background-position:-20px 0
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>::before,.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>::before{
    background-position:-40px 0
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>::before,.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>::before{
    background-position:-60px 0
}
.cd-breadcrumb.custom-icons li.current:first-of-type>::before,.cd-multi-steps.custom-icons li.current:first-of-type>::before{
    background-position:0 -20px
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>::before,.cd-multi-steps.custom-icons li.current:nth-of-type(2)>::before{
    background-position:-20px -20px
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>::before,.cd-multi-steps.custom-icons li.current:nth-of-type(3)>::before{
    background-position:-40px -20px
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>::before,.cd-multi-steps.custom-icons li.current:nth-of-type(4)>::before{
    background-position:-60px -20px
}
@media only screen and (min-width:768px){
    .cd-breadcrumb,.cd-multi-steps{
        padding:0 1.2em
    }
    .cd-breadcrumb li,.cd-multi-steps li{
        margin:1.2em 0
    }
    .cd-breadcrumb li::after,.cd-multi-steps li::after{
        margin:0 1em
    }
    .cd-breadcrumb li>*,.cd-multi-steps li>*{
        font-size:1.6rem
    }
    .cd-breadcrumb.triangle{
        background-color:transparent;
        padding:0
    }
    .cd-breadcrumb.triangle li{
        position:relative;
        padding:0;
        margin:4px 4px 4px 0
    }
    .cd-breadcrumb.triangle li:last-of-type{
        margin-right:0
    }
    .cd-breadcrumb.triangle li>*{
        position:relative;
        padding:1em .8em 1em 2.5em;
        color:#2c3f4c;
        background-color:#edeff0;
        border-color:#edeff0
    }
    .cd-breadcrumb.triangle li.current>*{
        color:#fff;
        background-color:#149c82;
        border-color:#149c82
    }
    .cd-breadcrumb.triangle li:first-of-type>*{
        padding-left:1.6em;
        border-radius:.25em 0 0 .25em
    }
    .cd-breadcrumb.triangle li:last-of-type>*{
        padding-right:1.6em;
        border-radius:0 .25em .25em 0
    }
    .cd-breadcrumb.triangle a:hover{
        color:#fff;
        background-color:#2c3f4c;
        border-color:#2c3f4c
    }
    .cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li>::after{
        position:absolute;
        top:0;
        left:100%;
        content:'';
        height:0;
        width:0;
        border:24px solid transparent;
        border-right-width:0;
        border-left-width:20px
    }
    .cd-breadcrumb.triangle li::after{
        z-index:1;
        -webkit-transform:translateX(4px);
        -moz-transform:translateX(4px);
        -ms-transform:translateX(4px);
        -o-transform:translateX(4px);
        transform:translateX(4px);
        border-left-color:#fff;
        margin:0
    }
    .cd-breadcrumb.triangle li>::after{
        z-index:2;
        border-left-color:inherit
    }
    .cd-breadcrumb.triangle li:last-of-type::after,.cd-breadcrumb.triangle li:last-of-type>::after{
        display:none
    }
    .cd-breadcrumb.triangle.custom-separator li::after{
        background-image:none
    }
    .cd-breadcrumb.triangle.custom-icons li::after,.cd-breadcrumb.triangle.custom-icons li>::after{
        border-top-width:25px;
        border-bottom-width:25px
    }
    @-moz-document url-prefix(){
        .cd-breadcrumb.triangle li::after,.cd-breadcrumb.triangle li>::after{
            border-left-style:dashed
        }
    }
    .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before,.cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before,.cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before,.cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before{
        background-position:0 -40px
    }
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before,.cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before,.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before,.cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before{
        background-position:-20px -40px
    }
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before,.cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before,.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before,.cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before{
        background-position:-40px -40px
    }
    .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before,.cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before,.cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before,.cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before{
        background-position:-60px -40px
    }
    .cd-multi-steps{
        background-color:transparent;
        padding:20px 0;
        text-align:center
    }
    .cd-multi-steps li{
        position:relative;
        float:none;
        margin:.4em 40px .4em 0
    }
    .cd-multi-steps li:last-of-type{
        margin-right:0
    }
    .cd-multi-steps li::after{
        position:absolute;
        content:'';
        height:2px;
        background:#edeff0;
        margin:0
    }
    .cd-multi-steps li.visited::after{
        background-color:#6c3
    }
    .cd-multi-steps li.current>*,.cd-multi-steps li>*{
        position:relative;
        color:#6c3;
        text-transform:uppercase;
        font:normal normal normal 14px/1.6 'Open Sans',sans-serif;
        line-height:11px;
        font-size:11px
    }
    .cd-multi-steps.custom-separator li::after{
        height:4px;
        background:#edeff0
    }
    .cd-multi-steps.text-center li::after{
        width:100%;
        top:50%;
        left:100%;
        -webkit-transform:translateY(-50%) translateX(-1px);
        -moz-transform:translateY(-50%) translateX(-1px);
        -ms-transform:translateY(-50%) translateX(-1px);
        -o-transform:translateY(-50%) translateX(-1px);
        transform:translateY(-50%) translateX(-1px)
    }
    .cd-multi-steps.text-center li>*{
        z-index:1;
        padding:.6em 1em;
        border-radius:.25em;
        background-color:#edeff0
    }
    .cd-multi-steps.text-center a:hover{
        background-color:#2c3f4c
    }
    .cd-multi-steps.text-center li.current>*,.cd-multi-steps.text-center li.visited>*{
        color:#fff;
        background-color:#149c82
    }
    .cd-multi-steps.text-center.custom-icons li.visited a::before{
        background-position:0 -60px
    }
    .cd-multi-steps.text-bottom li,.cd-multi-steps.text-top li{
        width:25%;
        text-align:center
    }
    .cd-multi-steps.text-bottom li::after,.cd-multi-steps.text-top li::after{
        position:absolute;
        left:50%;
        width:calc(100% + 40px)
    }
    .cd-multi-steps .last::before{
        -webkit-transform:translateX(-45%)!important;
        -moz-transform:translateX(-45%)!important;
        -ms-transform:translateX(-45%)!important;
        -o-transform:translateX(-45%)!important;
        transform:translateX(-45%)!important;
        background-color:transparent!important;
        border:2px solid #6c3
    }
    .cd-multi-steps.text-bottom li>::before,.cd-multi-steps.text-top li>::before{
        content:'';
        position:absolute;
        z-index:1;
        left:50%;
        right:auto;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -o-transform:translateX(-50%);
        transform:translateX(-50%);
        height:12px;
        width:12px;
        border-radius:50%;
        background-color:#edeff0
    }
    .cd-multi-steps.text-bottom li.current>::before,.cd-multi-steps.text-bottom li.visited>::before,.cd-multi-steps.text-top li.current>::before,.cd-multi-steps.text-top li.visited>::before{
        background-color:#6c3
    }
    .cd-multi-steps.text-bottom a:hover,.cd-multi-steps.text-top a:hover{
        color:#6c3
    }
    .cd-multi-steps.text-bottom a:hover::before,.cd-multi-steps.text-top a:hover::before{
        box-shadow:0 0 0 3px rgba(150,192,61,.3)
    }
    .cd-multi-steps.text-top li::after{
        bottom:4.8px
    }
    .cd-multi-steps.text-top li>*{
        padding-bottom:20px
    }
    .cd-multi-steps.text-top li>::before{
        bottom:0
    }
    .cd-multi-steps.text-bottom li::after{
        top:3px
    }
    .cd-multi-steps.text-bottom li>*{
        padding-top:20px
    }
    .cd-multi-steps.text-bottom li>::before{
        top:0
    }
}
.cd-multi-steps.count li{
    counter-increment:steps
}
.cd-multi-steps.count li>::before{
    content:counter(steps) " - "
}
@media only screen and (min-width:768px){
    .cd-multi-steps.text-bottom.count li>::before,.cd-multi-steps.text-top.count li>::before{
        content:counter(steps);
        height:26px;
        width:26px;
        line-height:26px;
        font-size:1.4rem;
        color:#fff
    }
    .cd-multi-steps.text-bottom.count li:not(.current) em::before,.cd-multi-steps.text-top.count li:not(.current) em::before{
        color:#2c3f4c
    }
    .cd-multi-steps.text-top.count li::after{
        bottom:11px
    }
    .cd-multi-steps.text-top.count li>*{
        padding-bottom:34px
    }
    .cd-multi-steps.text-bottom.count li::after{
        top:11px
    }
    .cd-multi-steps.text-bottom.count li>*{
        padding-top:34px
    }
}
.Form-sectionHeading{
    background:#F8F8F8;
    height:40px!important;
    line-height:40px;
    padding:0 30px;
    margin:0 auto;
    text-transform:uppercase;
    font-size:11px;
    font-weight:700;
    color:#B4B4B4;
    position:relative;
    width:95%;
    margin-bottom:30px!important;
    font-family:'Open Sans',sans-serif;
    border-radius:2px
}
.checkout_summary{
    width:95%;
    margin:30px auto;
    position:relative;
    background:#fdf1c8;
    border-radius:5px;
    padding:20px 30px
}
.checkout_summary>div{
    margin:0 auto
}
.checkout_summary>div.summary_breakdown li{
    overflow:auto;
    padding:8px 0;
    border-top:1px dotted #E9CB9B
}
.checkout_summary>div.summary_breakdown li span{
    float:left
}
.checkout_summary>div.summary_breakdown li em{
    float:right;
    text-align:right;
    font-style:normal
}
.checkout_summary>div.summary_breakdown li.breakdown-total{
    border-top:2px solid #E9CB9B
}
.checkout_summary>div.summary_breakdown li.breakdown-subtotal,.checkout_summary>div.summary_breakdown li.breakdown-total{
    font-weight:700
}
.plans-header{
    background-image:url(../images/backgrounds/pricing-bg.jpg);
    height:500px;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    margin-bottom:50px;
    position:relative;
    background-position:0% 0%
}
.plans-header .plans-header-body{
    position:absolute;
    top:30%;
    padding:0 5%;
    text-align:center;
    width:50%
}
.plans-header h2{
    margin-bottom:50px;
    line-height:70px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Fira Sans;
    color:#fff;
    font-size:50px;
    text-shadow:1px 1px 2px rgba(0,0,0,.39)
}
.statistic{
    text-align:center;
    margin-bottom:18px
}
.statistic i{
    font-size:30px;
    color:#868484
}
.statistic span{
    display:block;
    font-size:48px;
    line-height:50px;
    font-family:Roboto,sans-serif;
    font-weight:300;
    margin-top:10px;
    color:#149c82
}
.statistic h3{
    font-size:13px;
    color:#868484;
    font-family:"Source Sans Pro",sans-serif;
    font-weight:400;
    margin-bottom:36px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:0
}
@media all and (max-width:768px){
    .plans-header{
        background-position:32%;
        height:380px
    }
    .plans-header .plans-header-body{
        top:32%;
        width:100%
    }
    .plans-header h2{
        font-size:35px;
        line-height:40px
    }
    .upgrade-btn{
        width:100%
    }
    .create-store,.create-ngo{
        height:380px
    }
    .create-store .create-intro,.create-ngo .create-intro{
        bottom:auto;
        width:85%;
        top:5%
    }
    .create-store .create-intro p,.create-ngo .create-intro p{
        line-height:48px;
        font-size:28px
    }
    .create-store .create-btn,.create-ngo .create-btn{
        bottom:70px
    }
    .verified-badge{
        height:11px!important;
        width:15px!important
    }
    .home-page-header{
        background-position:60% 0%!important
    }
    .home-page-header .home-search-form h1{
        font-size:26px!important
    }
    .home-header .home-intro a{
        width:90%
    }
    .home-header .home-intro{
        top:15%
    }
}
.home-page-header{
    background-image:url(../images/backgrounds/pricing-bg.jpg);
    height:500px;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    background-position:0% 0%;
    margin-bottom:40px
}
.home-page-header .home-search-form{
    position:absolute;
    top:25%;
    width:80%;
    text-align:center;
    padding:0 5%;
    left:0
}
.home-page-header .home-search-form h1{
    text-transform:uppercase;
    font-weight:700;
    font-family:Open Sans;
    color:#bfbfbf;
    font-size:50px;
    text-shadow:0 1px 0 rgba(255,255,255,.65)
}
.home-page-header .home-search-form span{
    display:block;
    margin-bottom:30px;
    text-transform:uppercase;
    color:#cbcbcb;
    font-size:16px
}
.home-page-header .panel{
    bottom:-190px;
    position:absolute;
    margin-bottom:0;
    width:100%;
    border-radius:0;
    padding:0 25px
}
.cat_single_wrap .cat_single{
    width:120px;
    height:120px;
    position:relative;
    display:inline-block;
    margin:0 4px 10px 0
}
.cat_single_wrap .cat_single_bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:5
}
.cat_single_wrap .cat_single_bg .overlay_color{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:10;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.cat_single_wrap .cat_single_content{
    width:100%;
    height:auto;
    float:left;
    z-index:5;
    position:relative
}
.cat_single_wrap .cat_single_content a{
    text-decoration:none;
    display:block;
    width:100%;
    height:120px;
    text-align:center;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.cat_single_wrap .cat_single_content img{
    height:40px;
    width:40px;
    margin:10px auto;
    display:block
}
.cat_single_wrap .cat_single_content span{
    color:#564f4f;
    font-family:Fira Sans;
    text-transform:uppercase;
    display:inline-block;
    width:100%;
    white-space:nowrap;
    overflow:hidden!important;
    text-overflow:ellipsis;
    padding:0 10px;
    margin-top:10px
}
.category-box{
    background-color:#FFF;
    padding:10px;
    position:relative;
    border-radius:2px;
    box-shadow:0 1px 3px rgba(0,0,0,.07);
    margin-bottom:40px
}
.category-box .category-icon{
    position:absolute;
    margin-bottom:40px;
    top:-25px;
    background-color:#FFF;
    width:50px;
    height:50px;
    padding:8px;
    border:1px dashed #a8a8a8;
    border-radius:100%;
    left:42%;
    cursor:pointer
}
.category-box .category-icon img{
    height:100%;
    width:100%
}
.category-box .content-group{
    margin-top:20px;
    margin-right:-10px;
    margin-left:-10px;
    margin-bottom:0px!important
}
.category-box .content-group .label-default{
    background-color:#f0f0f0;
    border-color:#f0f0f0;
    color:#c6c6c6;
    float:right
}
.category-box .content-group .list-group-item{
    color:#c8c6c6!important
}
.adblock-detected{
    position:fixed;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.63);
    z-index:99999999999
}
.adblock-detected .adblock{
    background-color:#FFF;
    height:300px;
    width:45%;
    margin:15% auto;
    background-image:url(../images/adblock.svg);
    background-repeat:no-repeat;
    background-position:50% 15%;
    padding:10px
}
.adblock-detected .adblock p{
    text-align:center;
    text-transform:uppercase;
    font-size:15px;
    margin-top:20%;
    color:#e71d36;
    font-family:Source Sans Pro;
    letter-spacing:1px;
    line-height:28px
}
.home-header{
    width:100%;
    height:550px;
    position:relative;
    background-color:#606469;
    box-shadow:0 4px 4px rgba(0,0,0,.03);
    background-size:cover;
    background-position:0% 100%
}
.home-header .home-intro{
    position:absolute;
    top:35%;
    width:100%;
    text-align:center
}
.home-header .home-intro h1{
    font-weight:300;
    font-family:Fira Sans;
    color:#fff;
    font-size:50px;
    margin-bottom:30px
}
.home-header .home-intro a{
    width:25%;
    margin:0 auto!important;
    font-size:16px;
    float:none;
    display:block;
    height:50px;
    color:#444;
    background:#FFF;
    font-family:'Open Sans','Droid Arabic Kufi',sans-serif;
    line-height:32px
}
.home-advertisement{
    width:100%;
    margin-bottom:30px
}
.home-advertisement img{
    max-width:100%;
    width:100%
}
.ad-horizontal-nav{
    right:0;
    bottom:0;
    height:50px;
    width:100%;
    position:fixed;
    z-index:9999
}
.ad-horizontal-nav ul{
    margin:7px auto;
    text-align:center
}
.ad-horizontal-nav ul li{
    display:inline-block;
    padding:0 5px
}
.ad-horizontal-nav ul li button{
    padding:10px;
    background-color:#149c82
}
.ad-horizontal-nav ul li button:hover,.ad-horizontal-nav ul li button:focus,.ad-horizontal-nav ul li button:active{
    background-color:#30C370!important;
    color:#fff;
    box-shadow:none
}
.ad-horizontal-nav ul li a{
    padding:10px;
    background-color:#149c82
}
.ad-horizontal-nav ul li a:hover,.ad-horizontal-nav ul li a:focus,.ad-horizontal-nav ul li a:active{
    background-color:#30C370!important;
    color:#fff;
    box-shadow:none
}
.ad-horizontal-nav ul li .featured{
    padding:10px;
    background-color:#fc5d52
}
.ad-horizontal-nav ul li .featured:hover,.ad-horizontal-nav ul li .featured:focus,.ad-horizontal-nav ul li .featured:active{
    background-color:#e34a40!important;
    color:#fff;
    box-shadow:none
}
.snip1529{
    background-color:#000;
    box-shadow:0 0 5px rgba(0,0,0,.15);
    color:#fff;
    float:left;
    font-family:'Fira Sans','Droid Arabic Kufi',sans-serif;
    font-size:16px;
    line-height:1.6em;
    margin:10px 1%;
    overflow:hidden;
    position:relative;
    text-align:left;
    width:100%
}
.snip1529 *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease
}
.snip1529 i{
    font-size:40px;
    text-align:center
}
.snip1529 .blog-img{
    max-width:100%;
    vertical-align:top;
    position:relative;
    background-position:50% 50%;
    height:250px;
    background-repeat:no-repeat;
    background-size:cover
}
.snip1529 .blog-title{
    padding:25px 20px 25px;
    position:absolute;
    bottom:0;
    z-index:1
}
.snip1529 .date{
    background-color:#fff;
    color:#333;
    font-size:18px;
    font-weight:800;
    min-height:48px;
    min-width:48px;
    padding:10px 0;
    position:absolute;
    right:15px;
    text-align:center;
    text-transform:uppercase;
    top:0
}
.snip1529 .date span{
    display:block;
    line-height:14px
}
.snip1529 .date .month{
    font-size:11px
}
.snip1529 h3,.snip1529 p{
    margin:0;
    padding:0
}
.snip1529 h3{
    font-weight:800;
    letter-spacing:-.4px
}
.snip1529 .hover{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    align-items:center;
    background-color:#149c82;
    display:flex;
    font-size:65px;
    justify-content:center;
    opacity:0
}
.snip1529 a{
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    z-index:1
}
.snip1529:hover .hover,.snip1529.hover .hover{
    -webkit-transition-delay:0.1s;
    transition-delay:0.1s;
    opacity:1
}
.snip1529:hover figcaption,.snip1529.hover figcaption{
    opacity:0
}
.snip1529:hover .date,.snip1529.hover .date{
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid \9;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropup,.dropdown{
    position:relative
}
.dropdown-toggle:focus{
    outline:0
}
.dropdown-menu{
    position:relative;
    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:white;
    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);
    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:hover,.dropdown-menu>li>a:focus{
    text-decoration:none;
    color:#262626;
    background-color:whitesmoke
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
    color:white;
    text-decoration:none;
    outline:0;
    background-color:#337ab7
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    color:#777
}
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    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;
    border-bottom:4px solid \9;
    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{
        right:0;
        left:auto
    }
    .navbar-right .dropdown-menu-left{
        left:0;
        right:auto
    }
}
.nav{
    margin-bottom:0;
    padding-left:0;
    list-style:none
}
.nav:before,.nav:after{
    content:" ";
    display:table
}
.nav:after{
    clear:both
}
.nav>li{
    position:relative;
    display:block
}
.nav>li>a{
    position:relative;
    display:block;
    padding:10px 15px
}
.nav>li>a:hover,.nav>li>a:focus{
    text-decoration:none;
    background-color:#eee
}
.nav>li.disabled>a{
    color:#777
}
.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{
    color:#777;
    text-decoration:none;
    background-color:transparent;
    cursor:not-allowed
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{
    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:hover,.nav-tabs>li.active>a:focus{
    color:#555;
    background-color:white;
    border:1px solid #ddd;
    border-bottom-color:transparent;
    cursor:default
}
.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:hover,.nav-pills>li.active>a:focus{
    color:white;
    background-color:#337ab7
}
.nav-stacked>li{
    float:none
}
.nav-stacked>li+li{
    margin-top:2px;
    margin-left:0
}
.nav-justified,.nav-tabs.nav-justified{
    width:100%
}
.nav-justified>li,.nav-tabs.nav-justified>li{
    float:none
}
.nav-justified>li>a,.nav-tabs.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,.nav-tabs.nav-justified>li{
        display:table-cell;
        width:1%
    }
    .nav-justified>li>a,.nav-tabs.nav-justified>li>a{
        margin-bottom:0
    }
}
.nav-tabs-justified,.nav-tabs.nav-justified{
    border-bottom:0
}
.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{
    margin-right:0;
    border-radius:4px
}
.nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{
    border:1px solid #ddd
}
@media (min-width:768px){
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a{
        border-bottom:1px solid #ddd;
        border-radius:4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,.nav-tabs.nav-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:focus{
        border-bottom-color:white
    }
}
.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:before,.navbar:after{
    content:" ";
    display:table
}
.navbar:after{
    clear:both
}
@media (min-width:768px){
    .navbar{
        border-radius:4px
    }
}
.navbar-header:before,.navbar-header:after{
    content:" ";
    display:table
}
.navbar-header:after{
    clear:both
}
@media (min-width:768px){
    .navbar-header{
        float:left
    }
}
.navbar-collapse{
    overflow-x:visible;
    padding-right:15px;
    padding-left:15px;
    border-top:1px solid transparent;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling:touch
}
.navbar-collapse:before,.navbar-collapse:after{
    content:" ";
    display:table
}
.navbar-collapse:after{
    clear:both
}
.navbar-collapse.in{
    overflow-y:auto
}
@media (min-width:768px){
    .navbar-collapse{
        width:auto;
        border-top:0;
        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-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
        padding-left:0;
        padding-right:0
    }
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
    max-height:340px
}
@media (max-device-width:480px) and (orientation:landscape){
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
        max-height:200px
    }
}
.container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width:768px){
    .container>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-header,.container-fluid>.navbar-collapse{
        margin-right:0;
        margin-left:0;
        padding-top:0;
        padding-bottom:18px
    }
}
.navbar-static-top{
    z-index:1000;
    border-width:0 0 1px
}
@media (min-width:768px){
    .navbar-static-top{
        border-radius:0
    }
}
.navbar-fixed-top,.navbar-fixed-bottom{
    position:fixed;
    right:0;
    left:0;
    z-index:1030
}
@media (min-width:768px){
    .navbar-fixed-top,.navbar-fixed-bottom{
        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 15px;
    font-size:18px;
    line-height:20px;
    height:50px
}
.navbar-brand:hover,.navbar-brand:focus{
    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 > .container .navbar-brand .logo img {
        margin-top: -10px;
        width: 170px;
    }
    .navbar-transparent.navbar > .container .navbar-brand .logo img {
        margin-top: 0px;
        width: 170px;
    }
}
.navbar-toggle{
    position:relative;
    float:right;
    margin-right:15px;
    padding:25px 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 .icon7-bar{
    display:block;
    width:26px;
    height:2px;
    border-radius:1px;
    margin-bottom:7px
}
.navbar-toggle .icon7-bar+.icon7-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;
        box-shadow:none
    }
    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{
        padding:5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{
        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 .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{
        width:auto
    }
    .navbar-form .input-group>.form-control{
        width:100%
    }
    .navbar-form .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .radio,.navbar-form .checkbox{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .navbar-form .radio label,.navbar-form .checkbox label{
        padding-left:0
    }
    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{
        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,.btn-group-sm>.navbar-btn.btn{
    margin-top:10px;
    margin-bottom:10px
}
.navbar-btn.btn-xs,.btn-group-xs>.navbar-btn.btn{
    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:#FFF;
    border-color:transparent
}
.navbar-default .navbar-brand{
    color:#777
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{
    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:hover,.navbar-default .navbar-nav>li>a:focus{
    color:#333;
    background-color:transparent
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{
    color:#555;
    background-color:#e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{
    color:#ccc;
    background-color:transparent
}
.navbar-default .navbar-toggle{
    border-color:#ddd
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
    background-color:#ddd
}
.navbar-default .navbar-toggle .icon7-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:hover,.navbar-default .navbar-nav>.open>a:focus{
    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:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
        color:#333;
        background-color:transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
        color:#555;
        background-color:#e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{
        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:hover,.navbar-default .btn-link:focus{
    color:#333
}
.navbar-default .btn-link[disabled]:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:hover,fieldset[disabled] .navbar-default .btn-link:focus{
    color:#ccc
}
.navbar-inverse{
    background-color:#222;
    border-color:#090909
}
.navbar-inverse .navbar-brand{
    color:#9d9d9d
}
.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{
    color:white;
    background-color:transparent
}
.navbar-inverse .navbar-text{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a{
    color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    color:white;
    background-color:transparent
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{
    color:white;
    background-color:#090909
}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{
    color:#444;
    background-color:transparent
}
.navbar-inverse .navbar-toggle{
    border-color:#333
}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{
    background-color:#333
}
.navbar-inverse .navbar-toggle .icon7-bar{
    background-color:white
}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{
    border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{
    background-color:#090909;
    color:white
}
@media (max-width:767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{
        border-color:#090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
        background-color:#090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color:#9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{
        color:white;
        background-color:transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{
        color:white;
        background-color:#090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{
        color:#444;
        background-color:transparent
    }
}
.navbar-inverse .navbar-link{
    color:#9d9d9d
}
.navbar-inverse .navbar-link:hover{
    color:white
}
.navbar-inverse .btn-link{
    color:#9d9d9d
}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{
    color:white
}
.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:hover,fieldset[disabled] .navbar-inverse .btn-link:focus{
    color:#444
}
.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
}
.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:white;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:border 0.2s ease-in-out;
    -o-transition:border 0.2s ease-in-out;
    transition:border 0.2s ease-in-out
}
.thumbnail>img,.thumbnail a>img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto
}
.thumbnail .caption{
    padding:9px;
    color:#333
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{
    border-color:#337ab7
}
.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.hinges{
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s
}
.animated.slow{
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -o-animation-duration:3s;
    animation-duration:3s
}
.animated.snail{
    -webkit-animation-duration:4s;
    -moz-animation-duration:4s;
    -o-animation-duration:4s;
    animation-duration:4s
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-moz-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-o-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    -moz-animation-name:fadeIn;
    -o-animation-name:fadeIn;
    animation-name:fadeIn
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-moz-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-o-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.fadeOut{
    -webkit-animation-name:fadeOut;
    -moz-animation-name:fadeOut;
    -o-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes fadeInDown{
    0%{
        opacity:0;
        -moz-transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@-o-keyframes fadeInDown{
    0%{
        opacity:0;
        -o-transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -o-transform:translateY(0)
    }
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        transform:translateY(-20px)
    }
    100%{
        opacity:1;
        transform:translateY(0)
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    -moz-animation-name:fadeInDown;
    -o-animation-name:fadeInDown;
    animation-name:fadeInDown
}
body{
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased
}
.modal-account{
    margin-top:150px;
    width:400px
}
.btn-blue{
    background-color:#0BF;
    border:medium none;
    border-radius:6px;
    color:#FFF;
    font-size:1.2em;
    line-height:1.85714;
    margin-top:20px;
    padding:12px
}
.btn-blue:hover{
    background-color:#00A4E4;
    color:#FFF
}
.post-comment{
    background-color:#fff;
    color:#0BF;
    border-radius:5px;
    border-width:2px!important;
    font-size:16px;
    font-style:normal;
    line-height:20px;
    margin-top:10px
}
.post-comment:hover{
    color:#0096CC
}
.modal-account .account-import{
    padding:10px 20px 0
}
.modal-account label{
    color:#5E5E5E;
    font-size:16px;
    font-weight:200;
    letter-spacing:.0625em;
    line-height:18px
}
.modal-account .first-name{
    margin-bottom:7px
}
.modal-account .btn-photo{
    background-color:#fff;
    border-radius:5px;
    border-width:2px;
    font-size:.8em;
    font-style:normal;
    font-weight:500;
    line-height:20px;
    margin-top:10px;
    padding:6px 20px
}
.modal-account .btn-upload{
    border-color:#A8A8B7;
    color:#A8A8B7
}
.modal-account .btn-upload:hover{
    border-color:#848491;
    color:#848491
}
.modal-account .btn-remove{
    border-color:#FF3A2D;
    color:#FF3A2D
}
.modal-account .label-import{
    margin-bottom:20px
}
.modal-account .fileupload-preview.thumbnail{
    height:100px;
    width:100px;
    margin:0 auto;
    padding:0
}
.comments{
    margin-bottom:50px;
    margin-top:100px
}
.comments .comment .col-xs-2,.post .comment .col-xs-2{
    width:11.6667%
}
.comments .comment .col-xs-7,.post .comment .col-xs-7{
    width:63.3333%
}
.comments .comment .username,.post .comment .username{
    margin-top:0
}
.time{
    color:#999;
    font-weight:400
}
.comment{
    border-bottom:1px dotted #DDD;
    margin-bottom:10px;
    margin-top:30px;
    padding-bottom:25px;
    font-size:14px;
    color:#333;
    text-align:left
}
.comment .username{
    font-size:16px;
    word-break:break-word
}
.comment .photo{
    border-radius:50%;
    width:100%;
    height:100%
}
.comment .photo-left{
    float:left
}
.post-comment{
    border:0
}
.post-comment .btn{
    margin-top:10px
}
.post-comment .form-control{
    background-color:rgba(0,0,0,.09);
    border-color:#CCC;
    border-radius:3px;
    font-size:16px;
    resize:none
}
.post-comment .form-control:hover{
    background-color:rgba(0,0,0,.13)
}
.post-comment .form-control:focus{
    background-color:rgba(0,0,0,.13);
    color:#333;
    border-color:#ccc
}
.parallax-xsmall{
    height:250px!important;
    padding-top:140px!important
}
.register-box{
    background:none repeat scroll 0 0 #FFF;
    border:1px solid #DFDFDF;
    border-radius:5px;
    color:#333;
    padding:30px 20px
}
.register-box .title{
    margin-bottom:30px
}
.register-box .form-control.readonly{
    background-color:rgba(0,0,0,.04);
    box-shadow:none;
    pointer-events:none
}
.register-box .forgot{
    margin-top:30px
}
.register-box .inside-alert{
    margin:5px -21px 10px
}
.register-box .checkbox{
    text-align:left
}
.comment ul{
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0;
    height:16px
}
.comment ul li.user-role{
    float:left;
    margin:2px 0 0 5px;
    padding:1px 7px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:400;
    line-height:17px;
    height:18px;
    border-radius:3px;
    cursor:default;
    padding:0 6px
}
.comment ul li.downloaded{
    color:#0bf;
    border:1px solid #0bf
}
.comment ul li.owner{
    color:#ffcd02;
    border:1px solid #ffcd02
}
.parallax.parallax-complete-purchase{
    height:650px;
    padding-top:180px
}
.details-box-old{
    background-color:#FFF;
    box-shadow:0 1px 2px #C3C3C3;
    margin-bottom:15px;
    padding:15px 20px
}
.details-box.admin-menu{
    min-width:200px;
    padding:15px 10px
}
.details-box-admin{
    min-height:600px
}
.details-box-admin label{
    padding-top:20px
}
.product .live-preview-frame .btn-info{
    border:none;
    border-radius:3px;
    margin-top:20px;
    padding:9px 17px
}
h2.suggestion{
    color:#0BF;
    font-weight:300;
    margin-bottom:80px;
    margin-left:20px
}
.freebie .cover{
    min-height:345px
}
.grey-main{
    background-color:#DDDDDD!important
}
.terms-box{
    background-color:#FFF;
    margin-bottom:50px;
    min-height:500px;
    padding:160px 40px
}
.terms-menu .terms-title{
    font-weight:600;
    font-size:13px;
    color:#999
}
.terms-menu .terms-item{
    margin-top:6px
}
.terms-menu .terms-item a{
    font-weight:300;
    font-size:16px;
    text-decoration:none;
    color:#999
}
.terms-menu .terms-item-bold a{
    font-weight:600
}
.terms-menu .terms-item a:hover{
    color:#333
}
a.disabled{
    pointer-events:none
}
.terms-content{
    margin:0 0 0 0;
    font-weight:400;
    font-size:15px;
    color:#333
}
.terms-content li{
    margin-bottom:10px
}
.terms-content h1{
    font-weight:300;
    font-size:35px;
    margin:-12px 0 10px 0;
    color:#333
}
.terms-content .terms-notice{
    color:#999;
    margin-bottom:20px
}
.terms-content h3{
    color:#333;
    font-size:17px;
    font-weight:700;
    margin:0 10 10px
}
.license-link{
    color:#333
}
.license-link:hover{
    color:#999
}
.white-main{
    background-color:#fff;
    min-height:500px;
    position:relative
}
.inner-section{
    color:#333;
    font-size:20px;
    font-style:normal;
    font-weight:300;
    letter-spacing:.01rem;
    line-height:1.5;
    padding-bottom:100px;
    padding-top:100px
}
.inner-section p{
    margin-bottom:25px
}
.notification-box{
    padding:15px
}
.notification-text{
    padding-top:7px
}
.main-white{
    background-color:#fff;
    padding:20px 0;
    border-bottom:1px solid #dce0e0;
    border-top:1px solid #dce0e0
}
.main-white .description{
    font-size:15px
}
.main-grey{
    background-color:#f5f5f5;
    padding:20px 0
}
.post-comment-container{
    border:0;
    min-height:180px
}
.post-comment-area{
    resize:none
}
.team h3{
    margin-top:5px
}
.license-table{
    margin:50px 0
}
.header-summary{
    padding:10px 0 30px
}
.header-summary .owner-image{
    border-radius:50%;
    height:90px;
    width:90px
}
.header-summary .owner-name{
    margin-top:0
}
.header-summary .product-name{
    margin-top:0
}
.header-summary .menu-item{
    display:inline-block;
    padding:0 40px 0 0;
    text-align:center;
    vertical-align:top
}
.gallery{
    margin-bottom:30px
}
.rounded-corners{
    border-radius:6px
}
.download-order-tile{
    display:block
}
.download-order-tile .download-order-div{
    margin-top:15px
}
.admin-container{
    margin-top:100px
}
.white-well{
    background-color:#FFF;
    margin-bottom:50px;
    margin-top:100px;
    min-height:200px;
    padding:50px 100px
}
.distanced{
    margin-bottom:50px
}
.section-content{
    background-color:#fff;
    min-height:500px;
    position:relative
}
.section-contact{
    border-bottom:1px solid #e5e5e5;
    padding:50px 0
}
.section-contact .title{
    padding:30px 0;
    text-align:center
}
.section-contact .btn{
    min-width:20%
}
.social-grey{
    background-color:#f5f5f5!important
}
.white-layout{
    background-color:#fff
}
.header-parallax,.map-container{
    width:100%;
    height:400px;
    overflow:hidden;
    display:block;
    position:relative
}
.map-container{
    height:500px
}
.big-parallax{
    height:280px
}
.large-parallax{
    height:500px
}
.large-parallax.affiliate-page{
    height:80vh
}
.header-parallax .small-info{
    color:#FFF;
    text-shadow:0 0 10px rgba(0,0,0,.27);
    top:37%;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:2
}
.header-parallax .bootstrap-small-info{
    top:25%
}
.header-map{
    height:300px
}
.header-parallax .small-info h3{
    max-width:790px;
    margin:0 auto;
    line-height:1.4
}
.header-parallax .parallax-image img{
    width:100%;
    position:relative
}
.filter-black{
    position:relative
}
.filter-black:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:block;
    z-index:1;
    background-color:rgba(0,0,0,.66);
    background-color:rgba(51,51,51,.5);
    content:""
}
.affiliate-page.filter-black:after{
    background-color:rgba(0,0,0,.56)
}
.affiliate-page .parallax-image{
    position:relative;
    width:100%;
    height:100%;
    background-position:center center;
    background-size:cover
}
.section-affiliate .contact-form{
    margin-top:10px
}
.affiliate-benefit{
    text-align:center;
    margin-bottom:70px
}
.affiliate-benefit h5{
    font-size:22px
}
.affiliate-benefit p{
    font-size:16px;
    color:#888;
    padding:0 25px
}
.affiliate-benefit .icon{
    font-size:56px;
    margin-bottom:20px;
    color:#0bf
}
.affiliate-form{
    margin-top:60px
}
.affiliate-form p{
    font-size:16px
}
.affiliate-form h2{
    margin-bottom:30px
}
.social-area .btn{
    margin:0 5px;
    color:#FFF;
    border-color:#FFF
}
.footer .social-area h4{
    margin-bottom:15px
}
.footer .social-area{
    padding:0 0 10px
}
.header-map{
    height:100%;
    width:100%;
    display:block;
    position:relative
}
.map-company-description{
    position:absolute;
    right:70px;
    top:120px;
    background-color:rgba(0,0,0,.78);
    z-index:3;
    padding:20px 60px 20px 20px;
    border-radius:6px;
    color:#FFF
}
.map-company-description h4{
    margin-bottom:5px;
    margin-top:20px
}
.map-company-description h4:first-child{
    margin-top:0
}
sponsorships-content p{
    font-size:15px
}
.section-about{
    font-size:16px
}
.card-user{
    margin-bottom:30px
}
.card-user .content{
    padding:15px 15px 10px 15px
}
.card-user .category{
    font-size:14px;
    color:#9A9A9A;
    margin-bottom:0
}
.card-user .category i{
    font-size:16px
}
.card-user .title{
    margin:0 0 10px 0;
    color:#333;
    font-weight:300
}
.card-user .avatar{
    width:30px;
    height:30px;
    overflow:hidden;
    border-radius:50%;
    margin-right:5px
}
.card-user .description{
    font-size:15px;
    color:#333;
    min-height:180px
}
.card-user .footer{
    padding:0;
    background-color:transparent;
    line-height:30px
}
.card-user .footer div{
    display:inline-block
}
.card-user .stats{
    margin-right:5px;
    color:#9A9A9A
}
.card-user .stats.pull-right{
    margin-left:5px;
    margin-left:0
}
.card-user .card-link{
    color:#9A9A9A
}
.card-user .author{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase
}
.card-user .author i{
    font-size:14px
}
.card-user h6{
    font-size:12px;
    margin:0
}
.card-user.card-separator:after{
    height:100%;
    right:-15px;
    top:0;
    width:1px;
    background-color:#DDD;
    content:"";
    position:absolute
}
.card-user .image{
    height:110px
}
.card-user .image-plain{
    height:0;
    margin-top:110px
}
.card-user .author{
    text-align:center;
    text-transform:none
}
.card-user .avatar{
    width:124px;
    height:124px;
    border:5px solid #FFF;
    position:relative;
    margin-bottom:15px
}
.card-user .avatar.border-gray{
    border-color:#EEE
}
.card-user h3 small{
    font-size:14px
}
.card-user .title{
    line-height:24px
}
.card-user .content{
    min-height:240px
}
.card-user hr{
    margin:5px 0
}
.card-user .team-footer .btn-social{
    min-width:10%
}
.card-user .team-footer i{
    font-size:20px
}
.team-content{
    margin-top:50px
}
.collaborators h3 a{
    color:inherit
}
.what-we-do{
    text-align:center
}
.btn-facebook{
    border-color:#3b5998;
    color:#3b5998
}
.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.btn-facebook.dropdown-toggle{
    background-color:transparent;
    color:#3b5998;
    border-color:#3b5998;
    opacity:1
}
.btn-twitter{
    border-color:#55acee;
    color:#55acee
}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.btn-twitter.dropdown-toggle{
    background-color:transparent;
    color:#55acee;
    border-color:#55acee;
    opacity:1
}
.btn-linkedin{
    border-color:#0976b4;
    color:#0976b4
}
.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.btn-linkedin.dropdown-toggle{
    background-color:transparent;
    color:#0976b4;
    border-color:#0976b4;
    opacity:1
}
.purple-header{
    background-color:#6f5499;
    background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
    background-repeat:repeat-x
}
.space-top-20{
    margin-top:20px
}
.space-top-50{
    margin-top:50px
}
#admin-menu li>a{
    margin:0 15px;
    padding:7px 15px
}
.comment-reply-btn{
    margin-top:10px
}
.red-star{
    color:#ff3b30
}
#users-tab-content{
    min-height:300px
}
.swipe-gallery .btn{
    margin-left:3px
}
.swipe-gallery .btn.disabled{
    cursor:default
}
.my-gallery{
    list-style-type:none;
    height:20%;
    margin:0 auto;
    white-space:nowrap;
    position:relative;
    overflow-x:scroll
}
.smy-gallery:after{
    position:absolute;
    z-index:3;
    right:0;
    top:0;
    height:100%;
    width:200px;
    content:"";
    background:-moz-linear-gradient(left,rgba(0,0,0,0) 55%,rgba(0,0,0,.02) 56%,#f5f5f5 100%);
    background:-webkit-gradient(linear,left top,right top,color-stop(55%,rgba(0,0,0,0)),color-stop(56%,rgba(0,0,0,.02)),color-stop(100%,#f5f5f5));
    background:-webkit-linear-gradient(left,rgba(0,0,0,0) 55%,rgba(0,0,0,.02) 56%,#f5f5f5 100%);
    background:-o-linear-gradient(left,rgba(0,0,0,0) 55%,rgba(0,0,0,.02) 56%,#f5f5f5 100%);
    background:-ms-linear-gradient(left,rgba(0,0,0,0) 55%,rgba(0,0,0,.02) 56%,#f5f5f5 100%);
    background:linear-gradient(to right,rgba(0,0,0,0) 55%,rgba(0,0,0,.02) 56%,#f5f5f5 100%)
}
.my-gallery img{
    width:auto;
    height:220px;
    border-radius:10px;
    box-shadow:0 23px 15px -21px rgba(0,0,0,.57);
    margin-bottom:20px
}
.parallax .my-gallery img{
    height:350px
}
.my-gallery figure{
    display:inline;
    clear:both;
    margin:0 15px 5px 0;
    position:relative
}
.my-gallery figure .btn-delete{
    position:absolute;
    z-index:3;
    right:10px;
    top:-10px;
    opacity:0;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease
}
.my-gallery figure:hover .btn-delete{
    opacity:1
}
.my-gallery figcaption{
    display:none
}
span.text-content{
    color:white;
    left:0;
    opacity:1
}
.add-photo-btn{
    text-align:center
}
.alert-email-confirmation{
    margin-top:20px
}
.newsletter-list li{
    margin-bottom:6px
}
.newsletter-list .newsletter-check{
    margin-top:13px;
    text-align:right
}
label{
    margin-top:5px
}
.product-info-voucher{
    color:#fff;
    margin-top:100px;
    text-align:center
}
.product-info-voucher p{
    font-size:16px
}
.coupon-label{
    margin-top:10px
}
.pdf-background{
    background-color:#fff
}
.footer-pdf{
    border-top:1px solid #e5e5e5;
    margin-top:10px;
    vertical-align:middle;
    padding-top:20px
}
.header-pdf{
    padding-bottom:20px
}
.ad-product{
    position:fixed;
    background:#FFF;
    border-radius:3px 3px 0 0;
    bottom:-350px;
    left:40px;
    z-index:999;
    width:250px;
    padding:10px;
    height:auto;
    box-shadow:5px 12px 35px rgba(0,0,0,.31)
}
.ad-product p{
    font-size:12px;
    margin-bottom:5px
}
.ad-product .title{
    padding-bottom:10px
}
.ad-product .title h5{
    font-size:14px;
    margin-top:0;
    margin-bottom:0;
    display:table-cell;
    overflow:hidden;
    vertical-align:middle
}
.ad-product .title a{
    color:#888;
    position:absolute;
    right:10px;
    top:10px;
    box-shadow:1px 1px 12px 5px white;
    background:white;
    border-radius:50%;
    padding:1px
}
.ad-product .title a:hover,.ad-product .title a:focus{
    color:#999
}
.ad-product .user{
    padding-right:10px;
    display:table-cell
}
.ad-product .user img{
    width:45px;
    border-radius:50%;
    border:2px solid #CCC
}
.ad-product .product-image img{
    border-radius:3px
}
.ad-product>a{
    position:absolute;
    right:10px;
    z-index:10;
    color:gray;
    display:none
}
.ad-product>img{
    max-width:100%
}
@-webkit-keyframes adProduct{
    from{
        bottom:-250px
    }
    to{
        bottom:0
    }
}
@-moz-keyframes adProduct{
    from{
        bottom:-250px
    }
    to{
        bottom:0
    }
}
@keyframes adProduct{
    from{
        bottom:-250px
    }
    to{
        bottom:0
    }
}
.ad-product-show{
    -webkit-animation:adProduct cubic-bezier(.34,1.61,.7,1) 1;
    -moz-animation:adProduct cubic-bezier(.34,1.61,.7,1) 1;
    animation:adProduct cubic-bezier(.34,1.61,.7,1) 1;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-duration:.6s;
    -moz-animation-duration:.6s;
    animation-duration:.6s
}
.rating-input .fa{
    font-size:22px;
    padding:0 2px;
    cursor:pointer
}
.rating-input .fa:first-child{
    padding-left:0
}
.rating-input .fa-empty{
    color:rgba(0,0,0,.4)
}
.rating-input .fa-full{
    color:#fec42d
}
.rating-just-view .rating-input,.header-summary .rating-input,.pay-area .rating-input{
    pointer-events:none
}
.field-rating-dashboard-disabled{
    pointer-events:none
}
.green-circle{
    border-radius:50%;
    color:green;
    top:50%;
    left:50%
}
.red-circle{
    border-radius:50%;
    color:red;
    top:50%;
    left:50%
}
.checkout-page{
    background:#333;
    height:auto;
    min-height:100vh
}
.checkout-page .modal-title,.cart-modal .modal-title{
    color:#FFF
}
.checkout-page .modal-dialog,.cart-modal .modal-dialog{
    margin-top:60px;
    margin-bottom:0
}
.checkout-page .cart-steps,.cart-modal .cart-steps{
    padding:15px 0 0 0
}
.checkout-page .cart-steps ul,.cart-modal .cart-steps ul{
    display:inline-block;
    margin:0 auto;
    padding:0
}
.checkout-page .cart-steps li,.cart-modal .cart-steps li{
    display:inline-block;
    opacity:.3;
    position:relative
}
.checkout-page .cart-steps li:not(:last-child),.cart-modal .cart-steps li:not(:last-child){
    padding-right:60px
}
.checkout-page .cart-steps li:after,.cart-modal .cart-steps li:after{
    display:block;
    height:1px;
    width:30px;
    right:15px;
    top:14px;
    content:"";
    position:absolute;
    background:rgba(255,255,255,.4)
}
.checkout-page .cart-steps li:hover,.cart-modal .cart-steps li:hover{
    opacity:.5
}
.checkout-page .cart-steps li .number,.checkout-page .cart-steps li .step,.cart-modal .cart-steps li .number,.cart-modal .cart-steps li .step{
    float:left;
    color:#FFF;
    padding:5px 0 5px 10px
}
.checkout-page .cart-steps li .number,.cart-modal .cart-steps li .number{
    border:1px solid #FFF;
    padding:0;
    border-radius:30px;
    line-height:27px;
    width:30px;
    height:30px;
    text-align:center;
    color:#FFF;
    font-weight:600
}
.checkout-page .cart-steps li.active,.cart-modal .cart-steps li.active{
    opacity:1
}
.checkout-page .cart-steps li.active .number,.cart-modal .cart-steps li.active .number{
    background:#0bf;
    border-color:#0bf
}
.checkout-page .collapse .row,.checkout-page .collapsing .row,.cart-modal .collapse .row,.cart-modal .collapsing .row{
    margin:0
}
.checkout-page .collapse .col-sm-3,.checkout-page .collapse .col-sm-6,.checkout-page .collapsing .col-sm-3,.checkout-page .collapsing .col-sm-6,.cart-modal .collapse .col-sm-3,.cart-modal .collapse .col-sm-6,.cart-modal .collapsing .col-sm-3,.cart-modal .collapsing .col-sm-6{
    padding:0 2px
}
.checkout-page .modal-footer,.cart-modal .modal-footer{
    padding:10px 0;
    border:0
}
.checkout-page .modal-footer.text-center,.cart-modal .modal-footer.text-center{
    text-align:center
}
.checkout-page .modal-footer .btn,.cart-modal .modal-footer .btn{
    width:49%;
    padding:15px;
    float:left;
    margin-top:0
}
.checkout-page .modal-footer .btn+.btn,.cart-modal .modal-footer .btn+.btn{
    margin-left:0
}
.checkout-page .modal-footer .btn:last-child,.cart-modal .modal-footer .btn:last-child{
    float:right
}
.checkout-page .modal-header,.cart-modal .modal-header{
    border:0
}
.checkout-page .modal-header i,.cart-modal .modal-header i{
    position:absolute;
    right:0;
    color:#FFF;
    top:18px;
    padding:5px;
    text-shadow:none;
    font-size:22px;
    cursor:pointer;
    opacity:.8
}
.checkout-page .modal-header i:hover,.cart-modal .modal-header i:hover{
    opacity:1
}
.checkout-page .modal-content,.cart-modal .modal-content{
    box-shadow:none;
    border:none;
    background:transparent
}
.checkout-page .modal-body,.cart-modal .modal-body{
    padding:0;
    min-height:190px;
    background:#FFF;
    border-radius:4px
}
.checkout-page .notice,.cart-modal .notice{
    font-size:16px;
    text-align:center
}
.checkout-page .right-side,.cart-modal .right-side{
    text-align:right
}
.checkout-page .right-side .price h4,.cart-modal .right-side .price h4{
    color:#333;
    margin-bottom:5px;
    margin-top:25px;
    font-weight:300
}
.checkout-page .right-side .price,.cart-modal .right-side .price{
    display:inline-block;
    text-align:right
}
.checkout-page .right-side .btn-remove,.cart-modal .right-side .btn-remove{
    padding:0;
    font-size:12px;
    margin-top:-4px
}
.checkout-page .product,.cart-modal .product{
    margin:0;
    padding:15px 0 0
}
.checkout-page .product>.row,.cart-modal .product>.row{
    padding-bottom:15px;
    margin:0
}
.checkout-page .product fieldset,.cart-modal .product fieldset{
    background:#F9F9F9;
    padding:15px;
    margin:0;
    border-top:1px solid #DDD
}
.checkout-page .lock-icon,.cart-modal .lock-icon{
    font-size:18px;
    position:relative;
    margin-top:-3px;
    top:2px;
    margin-right:5px
}
.checkout-page .total-partial,.cart-modal .total-partial{
    background:#FFF;
    border-radius:4px;
    margin:0;
    padding:15px 0
}
.checkout-page .total-partial .total,.cart-modal .total-partial .total{
    text-align:right
}
.checkout-page .total-partial .total .total-title,.checkout-page .total-partial .total .cart-total,.cart-modal .total-partial .total .total-title,.cart-modal .total-partial .total .cart-total{
    width:auto;
    display:inline-block;
    float:right
}
.checkout-page .total-partial .total .total-title,.cart-modal .total-partial .total .total-title{
    font-size:14px;
    color:#AAA;
    line-height:18px;
    text-transform:uppercase;
    font-weight:600;
    margin-right:15px;
    vertical-align:bottom;
    margin-top:14px
}
.checkout-page .total-partial .total .cart-total,.cart-modal .total-partial .total .cart-total{
    font-size:28px;
    font-weight:300;
    line-height:38px
}
.checkout-page .name h4,.cart-modal .name h4{
    margin-bottom:3px;
    margin-top:25px
}
.checkout-page .total h4,.cart-modal .total h4{
    margin-top:0
}
.checkout-page.cart-modal-one-product .icon7-angle-down,.cart-modal.cart-modal-one-product .icon7-angle-down{
    display:none
}
.checkout-page.cart-modal-one-product .product fieldset,.cart-modal.cart-modal-one-product .product fieldset{
    border-radius:0 0 4px 4px
}
.checkout-page.cart-modal-checkout .modal-footer,.cart-modal.cart-modal-checkout .modal-footer{
    color:#FFF;
    text-align:center
}
.checkout-page.cart-modal-checkout .product,.cart-modal.cart-modal-checkout .product{
    border-bottom:1px solid #DDD
}
.checkout-page .empty-cart-message,.cart-modal .empty-cart-message{
    border-radius:4px;
    background:#FFF;
    padding:50px 15px;
    text-align:center
}
.checkout-page .empty-cart-message i,.cart-modal .empty-cart-message i{
    font-size:60px;
    margin:5px 0 20px;
    display:block
}
.checkout-page .secured-message,.cart-modal .secured-message{
    color:#FFF;
    text-align:center;
    margin-top:100px;
    padding-bottom:30px
}
.checkout-page .loading-icon,.cart-modal .loading-icon{
    font-size:30px;
    position:absolute;
    color:#FFF;
    left:50%;
    top:160px;
    margin-left:-15px;
    margin-top:-15px;
    z-index:1
}
.checkout-page .content-container,.cart-modal .content-container{
    min-height:280px;
    z-index:2;
    position:relative
}
.checkout-page .btn-wd,.cart-modal .btn-wd{
    min-width:230px
}
.checkout-page .fancy-radio,.cart-modal .fancy-radio{
    margin:10px 0
}
.checkout-page .fancy-radio .choice,.cart-modal .fancy-radio .choice{
    cursor:pointer;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    border:2px solid transparent;
    border-radius:6px;
    text-align:center;
    cursor:pointer;
    display:block;
    color:#999;
    padding:10px 5px
}
.checkout-page .fancy-radio .choice h6,.cart-modal .fancy-radio .choice h6{
    font-size:11px;
    margin-bottom:5px;
    font-weight:600;
    text-transform:uppercase;
    min-height:30px
}
.checkout-page .fancy-radio .choice .name,.cart-modal .fancy-radio .choice .name{
    min-height:80px
}
.checkout-page .fancy-radio .choice .name .image-thumb,.cart-modal .fancy-radio .choice .name .image-thumb{
    font-size:50px
}
.checkout-page .fancy-radio .choice.active,.cart-modal .fancy-radio .choice.active{
    color:#FFF;
    background:#333;
    opacity:1
}
.checkout-page .fancy-radio input[type="radio"],.cart-modal .fancy-radio input[type="radio"]{
    opacity:0;
    position:absolute;
    left:-9999px
}
.modal-backdrop.in{
    opacity:.8;
    background:#121212
}
.cart-modal-checkout.in~.modal-backdrop.in{
    opacity:.96
}
.wise-tab{
    margin-right:30px;
    margin-bottom:30px
}
.test-class{
    background:red;
    position:absolute;
    background:black
}
.new-test-class{
    background:white
}
.photo.avatar{
    border-radius:50%;
    height:60px;
    width:60px
}
.notification{
    position:fixed;
    left:0;
    right:0;
    top:0;
    height:0;
    z-index:999
}
.notification .notif-message{
    border-radius:0;
    font-size:14px;
    font-weight:500;
    margin:0 auto;
    color:#FFF;
    padding:11px 20px;
    text-align:center;
    width:100%;
    font-family:Fira Sans
}
.notification .success{
    background-color:#41AE55
}
.notification .error{
    background-color:#F55B4A
}
.notification .white-success{
    background-color:#FFF;
    color:#41AE55;
    width:550px
}
.notification .white-error{
    background-color:#FFF;
    color:#F55B4A;
    width:550px
}
.scroll-area>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}
.scroll-area>li:last-child>a{
    margin-bottom:20px
}
.filter-bar{
    background-color:rgba(255,255,255,0);
    border-color:transparent;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    min-height:0;
    height:0
}
.filter-bar.navbar-inverse{
    background-color:rgba(0,0,0,.6);
    padding-top:0
}
.filter-bar.filled{
    background-color:rgb(255,255,255);
    padding-top:0;
    height:78px;
    min-height:auto;
    padding-bottom:18px;
    border-radius:0
}
.filter-bar.fixed-absolute{
    position:absolute;
    border:1px solid transparent;
    top:0;
    z-index:1031;
    width:100%
}
.navbar.navbar-dashboard{
    position:fixed;
    border-color:#e5e5e5;
    box-shadow:none
}
.navbar .user-photo{
    width:33px;
    height:33px;
    border-radius:50%;
    overflow:hidden;
    margin:-3px auto 0
}
.navbar .user-photo img{
    width:100%;
    padding: 0px;
}
.filter-bar .navbar-nav .user-photo~p{
    margin-top:2px
}
.filter-bar .dropdown-menu{
    background-color:white;
    box-shadow:0 1px 2px rgba(0,0,0,.2);
    top:100%;
    border-radius:3px
}
.filter-bar .navbar-brand,.dashboard .logo-container{
    padding:15px 15px;
    position:relative;
    height:75px
}
.filter-bar .navbar-brand p,.dashboard .logo-container p{
    float:left;
    font-size:18px;
    margin:5px 10px;
    color:#FFF
}
.filter-bar .navbar-nav p{
    margin:10px 0 0;
    font-size:12px;
    text-transform:uppercase;
    font-family:Fira Sans;
    font-weight:400
}
.filter-bar.filled .navbar-nav p,.filter-bar.filled .navbar-brand p{
    color:#333
}
.filter-bar .nav>li{
    padding:4px 0;
    margin-top:4px
}
.filter-bar .nav>li a{
    min-width:70px;
    text-align:center
}
.filter-bar .navbar-nav>li>a{
    padding:9px 6px 3px;
    margin:0 2px;
    text-align:center;
    color:#FFF;
    position:relative
}
.filter-bar .navbar-nav>li>a i{
    font-size:1.5em
}
.products-search{
    padding-top:50px
}
.products-search .card{
    margin-bottom:15px
}
.products-search .card .card-info{
    min-height:170px
}
.products-search .card .card-info h3{
    line-height:1.3
}
.filter-bar.filled .navbar-nav>li>a{
    color:#555
}
.filter-bar:not(.filled) .navbar-nav>li>a{
    text-shadow:0 1px 1px rgba(0,0,0,.45)
}
.filter-bar .navbar-nav>li>a:hover,.filter-bar .navbar-nav>li>a.active,.filter-bar .navbar-nav>.active>a,.filter-bar .navbar-nav>.active>a:hover,.filter-bar .navbar-nav>.active>a:focus,.filter-bar .navbar-nav>.open>a,.filter-bar .navbar-nav>.open>a:hover,.filter-bar .navbar-nav>.open>a:focus{
    background-color:rgba(255,255,255,.2);
    border-radius:3px;
    color:#FFF
}
.filter-bar.filled .navbar-nav>li>a:not(.btn):hover,.filter-bar.filled .navbar-nav>li>a:not(.btn).active,.filter-bar.filled .navbar-nav>.active>a:not(.btn),.filter-bar.filled .navbar-nav>.active>a:not(.btn):hover,.filter-bar.filled .navbar-nav>.active>a:not(.btn):focus,.filter-bar.filled .navbar-nav>.open>a:not(.btn),.filter-bar.filled .navbar-nav>.open>a:not(.btn):hover,.filter-bar.filled .navbar-nav>.open>a:not(.btn):focus{
    background-color:rgba(43,43,43,.1);
    color:#555
}
.filter-bar [class^="i-"]{
    background-repeat:no-repeat;
    display:block;
    height:40px;
    margin:0 auto 5px;
    width:40px
}
.filter-bar .notification-bubble{
    background-color:#f55b4a;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    height:22px;
    line-height:20px;
    min-width:22px;
    position:absolute;
    right:24px;
    text-align:center;
    text-shadow:none;
    top:1px;
    color:#FFF;
    padding:2px 5px
}
.filter-bar .big-bundle .notification-bubble{
    right:2px;
    top:0;
    border-radius:3px;
    font-size:10px;
    line-height:15px;
    padding:1px 4px;
    height:18px
}
.filter-bar .notification-bubble.notification-inverted{
    background:#FFF;
    color:#F55B4A
}
.filter-bar .noty-cart .notification-bubble{
    right:10px;
    top:0;
    background-color:#f55b4a;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    height:22px;
    line-height:20px;
    min-width:22px;
    position:absolute;
    text-align:center;
    text-shadow:none;
    padding:1px 5px
}
.filter-bar.navbar-dashboard .notification-bubble{
    color:#FFF
}
.filter-bar .dropdown-menu li{
    position:relative
}
.filter-bar .dropdown-menu li>.btn-notification{
    position:absolute;
    right:10px;
    top:50%;
    margin-top:-12px;
    padding:1px 4px;
    border-color:#CCC;
    opacity:0;
    transition:opacity .2s;
    -webkit-transition:opacity .2s
}
.filter-bar .dropdown-menu li:hover>.btn-notification{
    opacity:1
}
.filter-bar .dropdown-menu li a.unread-notification{
    position:relative;
    background-color:#F5F5F5
}
.filter-bar .dropdown-menu li a.unread-notification:hover{
    background-color:#F2F2F2
}
.filter-bar .dropdown-menu li a.unread-notification:after{
    position:absolute;
    display:block;
    width:10px;
    height:10px;
    border-radius:10px;
    background-color:#0bf;
    left:7px;
    top:50%;
    margin-top:-5px;
    content:""
}
.filter-bar .dropdown-menu>li>a,.filter-bar .scroll-area>li>a{
    white-space:normal;
    text-align:left;
    padding:11px 20px 11px 25px;
    border-bottom:1px solid #e5e5e5;
    color:#454545
}
.filter-bar .dropdown-menu>li:last-child a,.filter-bar .scroll-area>li:last-child a{
    border-bottom:0
}
.filter-bar .dropdown-categories .dropdown-menu{
    width:210px
}
.filter-bar .dropdown-notifications .dropdown-menu{
    width:270px;
    max-height:370px
}
.filter-bar .dropdown-notifications .scroll-area{
    max-height:310px;
    overflow-y:scroll;
    padding:0
}
.filter-bar .dropdown-notifications small{
    color:#AAA
}
.filter-bar .dropdown-notifications .dropdown-menu.full-list .scroll-area{
    border-bottom:1px solid #E5E5E5;
    height:310px
}
.filter-bar .dropdown-notifications .dropdown-menu.full-list{
    height:370px
}
.filter-bar .nav>li a.btn-read-all{
    padding:10px 15px;
    border-bottom:1px solid #e5e5e5;
    width:100%;
    text-align:right;
    display:block
}
.filter-bar .nav>li a.btn-read-all.disabled{
    color:#888;
    opacity:.5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
    color:#0bf;
    background-color:transparent
}
.dropdown-menu>.active>a p,.dropdown-menu>.active>a:hover p,.dropdown-menu>.active>a:focus p{
    color:#0bf
}
.live-view{
    padding:7px 0
}
.live-view .navbar-brand{
    padding-top:7px;
    padding-bottom:7px;
    height:40px;
    line-height:26px;
    font-size:17px
}
.live-view .btn-container{
    display:none;
    float:right
}
.live-view .navbar-nav .btn-icon,.live-view .btn-container .btn-icon{
    color:#444;
    font-size:20px;
    min-width:auto;
    margin:0;
    line-height:1em
}
.live-view .navbar-nav .btn-simple,.live-view .btn-container .btn-simple{
    background:transparent!important;
    font-size:20px;
    padding:8px 12px;
    color:#777
}
.live-view .logo{
    background:url(https://s3.amazonaws.com/creativetim_bucket/new_logo.png);
    background-size:100%;
    border-radius:50%;
    border:1px solid #333;
    display:block;
    height:45px;
    width:45px;
    float:left
}
.live-view .navbar-brand p{
    margin-top:2px;
    margin-bottom:2px
}
.live-view .navbar-nav>li>.btn-info{
    background-color:#0BF;
    border-radius:3px;
    color:#FFFFFF!important
}
.live-view .navbar-nav>li>a.btn{
    padding:8px 12px
}
.live-view .navbar-nav>li>.btn-info:hover,.live-view .navbar-nav>li>.btn-info:focus{
    background-color:#00A4E4;
    color:#FFFFFF!important
}
.live-view .navbar-nav>li>.btn-info:hover{
    color:#01A0DE
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.scroll-area>li>a:hover,.scroll-area>li>a:focus{
    background-color:#EEE;
    color:#333
}
.dropdown-menu>li>a:hover .user-name{
    color:#333
}
.dropdown-menu>li>a:hover .metadata{
    color:#0bf
}
.filter-bar:not(.filled) .navbar-nav>li>a:focus{
    color:#FFF;
    background-color:transparent
}
.navbar-form{
    margin-top:12px;
    margin-bottom:12px
}
.form-search{
    max-width:510px;
    padding:0 15px;
    margin:30px auto 0;
    position:relative
}
.form-search .btn-submit{
    border-radius:100%;
    position:absolute;
    right:18px;
    border:none;
    padding:10px 12px;
    height:44px;
    line-height:30px;
    width:44px;
    display:block;
    top:3px;
    opacity:.7;
    background:#FFF;
    color:#666;
    transition:all .2s
}
.form-search .btn-submit:hover,.form-search .btn-submit:focus,.form-search .btn-submit:active{
    opacity:1;
    background:#FFF;
    color:#666
}
.form-search .btn-submit .feather-search{
    font-size:18px;
    top:-5px
}
.form-search .form-control-search{
    background-color:rgba(0,0,0,.21);
    box-shadow:none;
    border:none;
    border-radius:30px!important;
    box-shadow:none;
    color:#FFF;
    display:block;
    font-size:14px;
    font-weight:300;
    height:50px;
    line-height:1.42857;
    padding:6px 20px;
    vertical-align:middle;
    transition:background-color .2s;
    font-family:Roboto
}
.form-search .form-control-search:focus{
    background-color:rgba(0,0,0,.3);
    border:none
}
.filter-bar .dropdown-menu-navbar{
    min-width:200px
}
.filter-bar .dropdown-menu-navbar>li>a{
    padding:13px 15px 13px 15px
}
.filter-bar .dropdown-menu-navbar>li>a p{
    font-size:13px;
    padding:3px 0 3px 30px;
    margin:0
}
.filter-bar .dropdown-menu-navbar>li>a i{
    position:absolute;
    margin-top:14px!important;
    font-size:18px
}
.filter-bar .dropdown-menu-navbar>li>a .fa{
    margin-left:3px;
    margin-top:3px;
    font-size:16px
}
.filter-bar .dropdown-menu-navbar>li>a [class*="icon7-"]{
    font-size:20px
}
.filter-bar .dropdown-menu-navbar .profile-line{
    padding:15px 15px;
    font-size:13px;
    background:#fafafa;
    border-radius:10px 10px 0 0;
    color:#444;
    border-bottom:1px solid #eee
}
.filled .navbar-form .search{
    color:#555
}
@media (max-width:768px){
    .navbar-form .form-control-search{
        width:100%
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        text-align:center
    }
    .christmas-cap{
        width:32px;
        height:22px;
        left:4px;
        top:-4px
    }
}
@media (max-width:767px){
    .live-view .btn-container{
        display:inline-block
    }
}
.big-line .user-photo{
    width:32px;
    height:32px;
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    left:20px;
    top:10px
}
.big-line .user-photo .photo{
    width:100%
}
.big-line .user-name{
    display:block
}
.big-line .metadata{
    font-size:11px;
    font-weight:400;
    color:#666;
    display:block;
    text-transform:uppercase
}
.big-line .content{
    margin-left:40px
}
.navbar-form .form-control-search:focus{
    border:0;
    box-shadow:0 0 0
}
.parallax{
    background-attachment:fixed;
    background-position:center center;
    background-size:cover;
    display:block;
    height:670px;
    padding-top:270px;
    z-index:0
}
.section-feedback .parallax .container{
    padding-top:80px;
    padding-bottom:100px
}
.section-feedback .testimonials-raised{
    margin-top:-80px
}
@media (min-width:768px) and (max-width:991px){
    .parallax{
        background-position:0 -150px;
        background-size:100% auto
    }
    .footer-title .social i{
        display:block;
        margin-bottom:3px
    }
}
@media (min-width:991px){
    .parallax{
        background-position:0 -80px;
        background-size:100% auto
    }
}
@media (min-width:1280px){
    .parallax{
        background-size:100% auto;
        background-position:0 -170px
    }
}
@media (min-width:991px) and (max-width:1200px){
    .parallax-product{
        padding-top:145px
    }
}
.parallax{
    overflow:hidden;
    background-size:100% auto;
    height:auto;
    padding-top:100px;
    position:relative
}
.parallax .container{
    z-index:2;
    position:relative
}
.parallax:after{
    content:"";
    direction:block;
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    opacity:.76;
    top:0;
    left:0;
    background-size:120% 120%
}
.parallax-blue:after{
    background:rgba(83,60,225,.7);
    background:-moz-linear-gradient(-45deg,rgba(83,60,225,.7) 0%,#447df7 100%);
    background:-webkit-linear-gradient(-45deg,rgba(83,60,225,.7) 0%,#447df7 100%);
    background:linear-gradient(135deg,rgba(83,60,225,.7) 0%,#447df7 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-azure:after{
    background:rgba(64,145,255,.7);
    background:-moz-linear-gradient(-45deg,rgba(64,145,255,.7) 0%,#23ccef 100%);
    background:-webkit-linear-gradient(-45deg,rgba(64,145,255,.7) 0%,#23ccef 100%);
    background:linear-gradient(135deg,rgba(64,145,255,.7) 0%,#23ccef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-green:after{
    background:rgba(46,103,4,.7);
    background:-moz-linear-gradient(-45deg,rgba(46,103,4,.7) 0%,#87cb16 100%);
    background:-webkit-linear-gradient(-45deg,rgba(46,103,4,.7) 0%,#87cb16 100%);
    background:linear-gradient(135deg,rgba(46,103,4,.7) 0%,#87cb16 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-orange:after{
    background:rgba(236,22,87,.7);
    background:-moz-linear-gradient(-45deg,rgba(236,22,87,.7) 0%,#ffa534 100%);
    background:-webkit-linear-gradient(-45deg,rgba(236,22,87,.7) 0%,#ffa534 100%);
    background:linear-gradient(135deg,rgba(236,22,87,.7) 0%,#ffa534 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-red:after{
    background:rgba(187,5,2,.7);
    background:-moz-linear-gradient(-45deg,rgba(187,5,2,.7) 0%,#fb404b 100%);
    background:-webkit-linear-gradient(-45deg,rgba(187,5,2,.7) 0%,#fb404b 100%);
    background:linear-gradient(135deg,rgba(187,5,2,.7) 0%,#fb404b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-purple:after{
    background:rgba(148,59,234,.7);
    background:-moz-linear-gradient(-45deg,rgba(148,59,234,.7) 0%,#8343bd 100%);
    background:-webkit-linear-gradient(-45deg,rgba(148,59,234,.7) 0%,#8343bd 100%);
    background:linear-gradient(135deg,rgba(148,59,234,.7) 0%,#8343bd 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-gray:after{
    background:rgba(170,170,170,.7);
    background:-moz-linear-gradient(-45deg,rgba(170,170,170,.7) 0%,#454545 100%);
    background:-webkit-linear-gradient(-45deg,rgba(170,170,170,.7) 0%,#454545 100%);
    background:linear-gradient(135deg,rgba(170,170,170,.7) 0%,#454545 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.parallax-small{
    height:470px;
    padding-top:210px
}
.parallax-mini{
    background:url(map.png);
    background-attachment:fixed;
    background-position:0 -110px;
    height:280px;
    padding-top:155px;
    position:relative
}
.over-layer{
    background:rgba(0,0,0,.4);
    position:absolute;
    width:100%;
    height:100%;
    top:0
}
.parallax h1{
    color:#FFF;
    margin:0;
    font-weight:200;
    text-shadow:1px 1px 2px rgba(0,0,0,.49);
    letter-spacing:.0625em
}
.parallax h1{
    font-size:30px;
    padding:0 0 20px
}
.parallax img{
    position:relative;
    z-index:1
}
.parallax .actions{
    padding-top:20px
}
.parallax .actions:last-child{
    margin-right:10px
}
.parallax-small .actions{
    padding-top:25px
}
.parallax .hello{
    font-size:60px;
    font-weight:400
}
.parallax-small .hello{
    font-size:48px;
    font-weight:300;
    position:relative
}
.parallax .big-register,.parallax .big-login{
    background-color:rgba(255,255,255,0);
    border-radius:7px 7px 7px 7px;
    border-width:2px;
    font-size:14px;
    font-style:normal;
    padding:16px 60px;
    margin-bottom:10px;
    text-transform:uppercase;
    opacity:.95;
    transition:all 0.3s;
    -webkit-transition:all 0.2s
}
.parallax .big-register{
    border-color:#FFF;
    background-color:#FFF;
    color:#333
}
.parallax .big-download,.contact .btn-info{
    background-color:rgba(0,183,255,.53);
    color:#FFF;
    border-radius:7px 7px 7px 7px;
    border-width:2px;
    font-size:14px;
    font-style:normal;
    font-weight:200;
    padding:16px 60px;
    text-transform:uppercase;
    transition:all 0.3s;
    -webkit-transition:all 0.2s
}
.contact .btn-info{
    padding:12px 40px
}
.parallax .big-download:hover,.contact .btn-info:hover{
    border-color:#269ABC;
    background-color:#0BF
}
.parallax .big-register:hover{
    color:#0BF
}
.parallax .big-login{
    border-color:#FFF;
    color:#FFF
}
.parallax .big-login:hover{
    background-color:rgba(255,255,255,.2);
    border-color:#FFF;
    color:#FFF
}
.margin-top-50{
    margin-top:50px!important
}
ul.categories-list{
    list-style-type:none;
    margin:0;
    padding:20px 0;
    position:relative;
    border-bottom:1px solid #dce0e0
}
ul.categories-list>li{
    float:left;
    display:block
}
ul.categories-list>li>a{
    display:block;
    text-align:center;
    padding:12px 12px;
    font-weight:600;
    border-radius:30px;
    font-size:12px;
    margin-left:0;
    margin-right:10px;
    text-decoration:none;
    color:#999;
    text-transform:uppercase;
    transition:background .2s
}
ul.categories-list>li>a:hover{
    color:#777;
    background:#EEE
}
ul.categories-list>li .dropdown-menu>.active>a,ul.categories-list>li .dropdown-menu>.active>a:hover,ul.categories-list>li .dropdown-menu>.active>a:focus{
    background:#0bf;
    color:#FFF
}
ul.categories-list>li.active>a{
    color:#FFF;
    background:#0bf
}
ul.categories-list ul.dropdown-menu{
    padding:0
}
ul.categories-list ul.dropdown-menu:after,ul.categories-list ul.dropdown-menu:before{
    left:20px;
    right:auto
}
ul.categories-list ul.dropdown-menu li{
    float:none
}
ul.categories-list ul.dropdown-menu a{
    white-space:normal;
    text-align:left;
    margin:0;
    border-bottom:1px solid #e5e5e5;
    color:#454545
}
.main{
    background-color:#FFF;
    position:relative
}
.main .breadcrumbs-container{
    padding:10px;
    margin:20px 0 40px;
    background:whitesmoke;
    border-radius:4px
}
.main .breadcrumbs-container .breadcrumb{
    display:inline-block;
    background:transparent
}
.main .breadcrumbs-container .filters{
    float:right
}
.main.black-friday{
    background:#414141
}
.main.black-friday .title{
    color:#FFF
}
.main.black-friday .page-title{
    background:#414141
}
.main.black-friday .media-logos .logo{
    background-image:url(/media-logos-new2-black-friday.jpg)
}
.main.black-friday .card-info a:not(.btn){
    color:#FFF
}
.main.black-friday .card-info p{
    color:#888
}
.main.black-friday .card .time.premium-product{
    color:#FFF
}
.main.black-friday .main-white{
    background:#414141;
    border-top:0
}
.main.black-friday .breadcrumb{
    margin-bottom:0;
    background:#333;
    color:#fff
}
.main .container.product{
    padding-top:5px
}
.main .page-title{
    background-color:#FFF;
    padding:15px
}
.main .page-title .title-logos{
    margin:23px 0
}
.main .products-container .card{
    margin-bottom:15px
}
.main .products-container .landing-sub-title{
    margin-top:15px;
    margin-bottom:15px
}
.main .products-container .landing-sub-title .btn{
    margin-top:-8px;
    text-align:left
}
.main .products-container .landing-sub-title .btn.btn-simple{
    padding:7px 3px
}
.landing-title{
    margin-top:40px;
    margin-bottom:30px
}
.landing-title span.title,.landing-title h2.title{
    float:left;
    font-size:26px
}
.landing-title .filters{
    float:right
}
.text-fail{
    margin-top:100px
}
.main .page-subtitle-h2 h2{
    font-size:14px;
    color:#666;
    font-style:italic;
    margin:0;
    padding:20px
}
.main .alert-absolute{
    margin-top:15px;
    position:relative
}
.main .title{
    font-size:22px;
    font-weight:200;
    margin:7px 0;
    color:#555
}
.main .space{
    height:40px;
    width:100%;
    display:block
}
.theme .cover,.freebie .cover{
    overflow:hidden;
    border-radius:6px 6px 0 0;
    position:relative
}
.cover img{
    width:100%
}
.theme,.freebie{
    position:relative;
    box-shadow:0 1px 2px #C3C3C3;
    margin-bottom:30px;
    background-color:#FFF;
    border-radius:6px
}
.theme .cover{
    height:345px
}
.over-buttons{
    padding:0 10px 10px;
    position:absolute;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    top:10px;
    right:0
}
.theme .title{
    color:#555;
    margin-top:0;
    margin-bottom:0;
    padding-top:10px;
    font-size:21px
}
.theme .title small,.freebie .title small{
    font-size:14px
}
.theme .price,.freebie .price{
    color:#0bf;
    display:block;
    font-size:24px;
    font-weight:200;
    padding-top:15px;
    min-height:50px
}
.freebie .price{
    padding-top:5px
}
.theme .downloads,.theme .comments-icon{
    color:#999;
    float:right;
    font-size:16px;
    font-weight:300;
    margin-top:20px;
    margin-left:6px
}
.downloads .icon7-heart{
    margin-right:2px
}
.over-buttons{
    opacity:0
}
.theme:hover .over-buttons,.freebie:hover .over-buttons{
    opacity:1
}
.btn-white{
    background-color:#FFF;
    color:#555
}
.btn-white:hover{
    color:#0bf;
    background-color:#FFF
}
.btn-aqua{
    background-color:#0bf;
    color:#FFF
}
.btn-aqua:hover{
    background-color:#00A0DE
}
.theme .info,.freebie .info{
    padding:0 10px 10px;
    background-color:#FFF;
    color:#555;
    border-radius:0 0 6px 6px
}
.freebie .info{
    padding:0 10px 10px
}
.freebie .title{
    color:#555;
    margin-top:0;
    margin-bottom:0;
    padding-top:10px;
    font-size:21px
}
.freebie .info p,.theme .info p{
    min-height:50px
}
.freebie .info p a,.theme .info p a{
    color:#555
}
.freebie .info p a:hover,.theme .info p a:hover{
    color:#444
}
.freebie .downloads,.freebie .comments-icon{
    color:#999;
    float:right;
    font-size:16px;
    font-weight:300;
    margin-top:3px;
    margin-left:6px
}
.product-image img{
    width:100%
}
.product-image-shadow img{
    border-radius:12px;
    box-shadow:0 25px 20px -21px rgba(0,0,0,.57);
    width:100%
}
.product-image+.buttons{
    margin-top:20px
}
.dropdown-menu>li>a{
    padding:11px 20px
}
.filter-bar .navbar-nav p.info{
    padding:35px 15px 35px;
    text-align:center;
    margin:0 auto;
    width:180px;
    font-size:15px;
    color:#666
}
.dropdown>.dropdown-menu>li:first-child a{
    border-radius:10px 10px 0 0
}
.dropdown>.dropdown-menu>li:last-child a{
    border-radius:0 0 10px 10px
}
.dropdown-menu .divider{
    margin:0
}
iframe{
    border:0;
    width:100%;
    height:395px
}
iframe .full-tim{
    width:200px
}
.product .share-table [class*=" fa-"]:before{
    font-size:16px
}
.product table tr td:first-child{
    width:7%
}
.product .btn-ct.btn-block{
    padding:16px 17px;
    margin:20px 0 40px;
    font-size:17px
}
.product .btn-live-view{
    background-color:#BBB;
    color:#FFF
}
.product .btn-live-view:hover{
    background-color:#A5A5A5
}
.product .content,.product .details{
    padding:30px;
    background-color:#FFF;
    box-shadow:0 1px 2px #C3C3C3;
    margin-bottom:55px
}
.product .details{
    padding:15px 20px;
    margin-bottom:15px
}
.product .details .table{
    margin:0
}
.main .legend,.product .legend,.details-box .legend,.main-grey .legend,.main-white .legend{
    font-weight:300;
    margin-bottom:50px;
    font-size:30px
}
.main-purple{
    color:#FFF
}
.white-text{
    color:#FFF
}
.main-dark{
    background:linear-gradient(135deg,rgba(62,62,62,.89) 0%,#151515 100%);
    color:#FFF
}
.product .content .legend{
    float:left;
    border-bottom:1px dotted #0BF
}
.product .post-comment-info{
    margin-bottom:65px
}
.product .description{
    min-height:260px;
    margin-top:60px;
    font-size:18px;
    line-height:1.6;
    font-weight:300;
    text-align:left
}
.product .description .feature{
    border-bottom:1px solid #E0E0E0;
    margin-bottom:65px
}
.sub-title{
    font-weight:600;
    text-transform:uppercase;
    color:#777;
    font-size:14px;
    margin-bottom:0;
    text-align:center;
    margin-top:10px
}
.product .details .legend,.details-box .details .legend{
    border:0;
    margin-top:0
}
.product .share .legend{
    border:0;
    margin:0;
    padding:0
}
.product .share .share-btn{
    font-size:22px;
    display:inline-block;
    margin:0 5px;
    vertical-align:middle
}
.child-product{
    max-width:340px;
    text-align:center;
    margin:0 auto
}
.child-product .btn{
    margin-bottom:10px
}
.child-product .container-fluid [class*="col-md"]{
    padding-left:5px;
    padding-right:5px
}
.child-product .card-info-container,.child-product .card-info{
    height:auto;
    margin-top:0
}
.child-product .card-info{
    padding:10px;
    background-color:transparent
}
.child-product .card-small .thumbnail{
    min-height:auto
}
.child-product .card-plain .thumbnail>img{
    border-radius:6px
}
.child-product .card-info p{
    height:auto;
    line-height:20px;
    margin:0;
    padding-bottom:10px
}
.freebie-menu{
    background:url(http://cssauthor.com/wp-content/uploads/2013/02/Photography-Portfolio-Website-Template-Design-PSD-from-CSS-Author1.png)
}
.modal-giveaway{
    max-width:980px;
    width:auto
}
.modal-giveaway img{
    width:100%
}
.modal-small{
    max-width:400px
}
.modal-offer{
    max-width:430px;
    margin-top:50px
}
.modal-offer img{
    width:100%
}
.modal-offer .close{
    opacity:.5
}
.modal-offer .modal-header{
    border-bottom:0;
    padding:10px 15px 0
}
.modal-offer .modal-content{
    border-radius:20px;
    text-align:center
}
.modal-offer .modal-credit{
    margin-top:-65px;
    margin-bottom:40px
}
.modal-offer .modal-credit h1{
    font-size:40px
}
.modal-offer .modal-credit h2{
    font-size:24px;
    font-weight:200
}
.modal-offer .modal-line{
    line-height:22px;
    padding:5px 0;
    font-size:16px;
    font-weight:300;
    margin-bottom:15px;
    color:#582b2f
}
.modal-offer .modal-line b{
    font-size:18px;
    font-weight:300;
    display:block;
    margin:0 auto 10px;
    width:36px;
    height:36px;
    text-align:center;
    line-height:36px;
    border-radius:50%;
    background:rgba(255,59,48,.78);
    color:#FFF
}
.modal-offer .btn-new{
    padding-top:12px;
    padding-bottom:12px
}
.modal-offer .modal-body{
    padding:0 20px 20px
}
.modal-offer .modal-body .merry{
    font-size:16px
}
.modal-offer .modal-body ol li{
    text-align:left
}
.modal-offer .image-header{
    max-width:270px;
    margin:-20px auto 0;
    height:150px
}
.modal-offer .design-courtesy{
    margin-top:30px;
    margin-bottom:0;
    font-size:12px;
    color:#777
}
.modal-offer .design-courtesy a{
    color:#555
}
.modal-developer-gift{
    max-width:600px
}
.login .modal-dialog{
    width:350px
}
.login .modal-footer{
    border-top:0;
    margin-top:0;
    padding:10px 20px 20px
}
.login .modal-header{
    border:0 none;
    padding:15px 15px 15px
}
.login .division{
    float:none;
    margin:0 auto 0;
    overflow:hidden;
    position:relative;
    text-align:center;
    width:100%
}
.login .division .line{
    border-top:1px solid #DFDFDF;
    position:absolute;
    top:10px;
    width:34%
}
.login .division .line.l{
    left:0
}
.login .division .line.r{
    right:0
}
.login .division span{
    color:#424242;
    font-size:17px
}
.login .box .social{
    float:none;
    margin:0 auto 30px;
    text-align:center
}
.login .social .circle{
    background-color:#EEE;
    color:#FFF;
    border-radius:100px;
    display:inline-block;
    margin:0 17px;
    font-size:20px;
    padding:9px 13px
}
.login .social .circle .fa{
    font-size:16px
}
.login .social .facebook{
    background-color:#455CA8;
    color:#FFF
}
.login .social .google{
    background-color:#F74933
}
.login .social .github{
    background-color:#403A3A
}
.login .facebook:hover{
    background-color:#6E83CD
}
.login .google:hover{
    background-color:#FF7566
}
.login .github:hover{
    background-color:#4D4D4d
}
.login .forgot{
    color:#797979;
    margin-left:0;
    overflow:hidden;
    text-align:center;
    width:100%
}
.login .btn-login,.registerBox .btn-register{
    background-color:#0BF;
    border-color:#0BF;
    border-width:0;
    color:#FFF;
    display:block;
    margin:0 auto;
    padding:15px 50px;
    text-transform:uppercase;
    width:100%
}
.login .btn-login:hover,.registerBox .btn-register:hover{
    background-color:#00A4E4;
    color:#FFF
}
.login .form-control{
    border-radius:3px;
    background-color:rgba(0,0,0,.09);
    box-shadow:0 1px 0 0 rgba(0,0,0,.09) inset;
    color:#FFF
}
.login .form-control:hover{
    background-color:rgba(0,0,0,.16)
}
.login .form-control:focus{
    box-shadow:0 1px 0 0 rgba(0,0,0,.04) inset;
    background-color:rgba(0,0,0,.23);
    color:#FFF
}
.login .box .form input[type="text"],.login .box .form input[type="password"]{
    border-radius:3px;
    border:none;
    color:#333;
    font-size:16px;
    height:46px;
    margin-bottom:5px;
    padding:13px 12px;
    width:100%
}
@media (max-width:400px){
    .login .modal-dialog{
        width:100%
    }
}
.breadcrumbs{
    margin-bottom:20px
}
.breadcrumbs a{
    color:#666;
    font-size:18px
}
.breadcrumbs small{
    font-size:11px;
    color:#999;
    text-transform:uppercase
}
.breadcrumbs:hover small,.breadcrumbs:hover a{
    color:#333
}
.inside-alert{
    border-radius:0;
    margin-bottom:10px;
    margin-top:5px;
    margin-left:-15px;
    margin-right:-15px;
    padding:10px 20px
}
.block{
    background-color:#FFF;
    border-radius:60px;
    min-height:100px;
    border:none
}
.block header,.block footer{
    text-align:center;
    padding:25px 20px;
    color:#333
}
.block header h3{
    font-weight:300;
    font-size:28px;
    line-height:30px
}
.block header h3 small{
    font-size:60%;
    font-weight:400
}
.block header .logo{
    width:80px;
    height:80px;
    border-radius:50%;
    border:1px solid rgba(0,0,0,.2);
    overflow:hidden;
    margin:5px auto 30px
}
.block header .logo img{
    width:80px;
    height:80px
}
.block fieldset{
    padding:0 20px 0
}
.block .form-control{
    font-size:20px;
    font-weight:300;
    padding:0;
    box-shadow:none;
    border-width:0 0 1px;
    border-radius:0
}
.block .form-control:focus{
    border-color:#CCC
}
.btn-simple{
    background-color:rgba(0,0,0,0);
    border:medium none;
    font-size:16px
}
.block .btn-simple{
    color:#0bf;
    font-size:20px
}
.block .btn-simple:hover{
    color:#00A4E4
}
.block .btn-simple:active{
    box-shadow:none
}
@media (max-width:768px){
    .btn-morphing .btn-toggle{
        width:100%
    }
    .filter-bar{
        background-color:rgba(9,9,9,.75)
    }
    .filter-bar .logo{
        background-size:100%
    }
    .container>.navbar-header,.container>.navbar-collapse{
        border:0 none;
        background-color:#fff
    }
    .navbar-transparent .navbar-collapse,.navbar-transparent .navbar-header{
        border:0 none;
        background-color:transparent;
        margin-left:0px!important;
        padding-bottom:0px!important;
        width:100%
    }
    .navbar-transparent .navbar-collapse{
        background-color:rgba(0,0,0,.92)!important
    }
    .ser-t{
        width:95%!important
    }
    .filled .navbar-collapse,.filled .navbar-header{
        border:0 none;
        width:100%;
        margin-left:0px!important;
        padding-bottom:0px!important
    }
    .navbar-transparent .navbar-toggle .icon7-bar{
        background-color:#FFF!important
    }
    .container{
        padding-left:0px!important;
        padding-right:0px!important
    }
}
.modal-content{
    box-shadow:0 5px 8px rgba(0,0,0,.2)
}
.modal-content .btn-fill,.modal-content .btn-simple,.modal-content .btn{
    margin-top:10px
}
.modal-footer.small-footer{
    padding:5px 15px 5px
}
.theme:hover .black-cover,.freebie:hover .black-cover{
    opacity:1
}
.products-container{
    margin-bottom:60px
}
.media-logos{
    text-align:center;
    padding:10px 0;
    min-height:75px
}
.media-logos .logo{
    background-image:url(/media-logos-new3.jpg);
    background-size:1211px 63px;
    height:63px;
    display:inline-block
}
.media-logos .logo-abd{
    width:40px;
    background-position:0 0
}
.media-logos .logo-aw{
    width:143px;
    background-position:-49px 0
}
.media-logos .logo-cb{
    width:135px;
    background-position:-210px 0
}
.media-logos .logo-hn{
    width:140px;
    background-position:-362px 0
}
.media-logos .logo-ph{
    width:140px;
    background-position:-507px 0
}
.media-logos .logo-specky{
    width:115px;
    background-position:-660px 0
}
.media-logos .logo-wdd{
    width:50px;
    background-position:-790px 0
}
.media-logos .logo-gg{
    width:90px;
    background-position:-858px 0
}
.media-logos .logo-db{
    width:105px;
    background-position:-965px 0
}
.media-logos .logo-forbes{
    width:125px;
    background-position:-1080px 0
}
.card{
    border-radius:2px;
    position:relative;
    margin-bottom:30px
}
.card .product-discount{
    width:auto;
    text-align:center;
    background-color:rgba(255,40,30,.95);
    background:-moz-linear-gradient(-45deg,#f94b4b 0%,#f32929 100%);
    background:-webkit-linear-gradient(-45deg,#f94b4b 0%,#f32929 100%);
    background:linear-gradient(135deg,#f94b4b 0%,#f32929 100%);
    margin-left:-16px;
    color:#FFF;
    margin-top:15px;
    margin-right:-16px;
    padding:10px;
    text-transform:uppercase;
    border-radius:2px;
    font-weight:600;
    font-size:13px
}
.card .strike{
    text-decoration:line-through;
    font-size:16px;
    color:#777
}
label.price{
    right:0;
    top:20px;
    position:absolute;
    display:inline-block;
    width:auto;
    height:34px;
    line-height:34px;
    font-size:18px;
    background:#149C82;
    font-family:Lato;
    color:#FFF;
    padding-right:10px
}
label.price::before{
    content:'';
    position:absolute;
    bottom:6px;
    width:120px;
    left:-35px;
    height:4px;
    -moz-box-shadow:0 5px 14px rgba(0,0,0,.4);
    -webkit-box-shadow:0 5px 14px rgba(0,0,0,.4);
    box-shadow:0 5px 14px rgba(0,0,0,.4);
    z-index:-1;
    -moz-transform:skew(-5deg) rotate(-5deg);
    -ms-transform:skew(-5deg) rotate(-5deg);
    -webkit-transform:skew(-5deg) rotate(-5deg);
    transform:skew(-5deg) rotate(-5deg)
}
label.price::after{
    content:"";
    position:absolute;
    right:100%;
    bottom:0;
    width:0;
    height:0;
    display:inline-block;
    line-height:0;
    border-width:17px;
    border-style:solid;
    border-color:#149C82 #149C82 #149C82 transparent
}
.card .thumbnail{
    border:0 none;
    padding:0;
    margin:0;
    min-height:250px;
    position:relative;
    background:transparent
}
.card-small .thumbnail{
    min-height:200px
}
.card .thumbnail img{
    width:100%
}
.card .thumbnail>img{
    border-radius:8px 8px;
    box-shadow:0 25px 20px -21px rgba(0,0,0,.57)
}
.card .details{
    top:0;
    display:block;
    height:60px;
    padding:10px 15px 0;
    position:absolute;
    width:100%;
    border-radius:8px 8px 0 0
}
.card .header,.card .main,.card .footer{
    display:block
}
.card .time{
    color:#777;
    font-size:15px;
    margin-top:2px;
    text-transform:uppercase
}
.card .time.premium-product{
    color:#444;
    font-size:19px;
    margin:1px
}
.card .numbers{
    color:#FFF;
    float:right;
    margin-top:6px;
    text-shadow:0 2px 3px rgba(0,0,0,.34)
}
.card .numbers .downloads,.card .numbers .comments-icon{
    margin-left:6px;
    font-size:15px;
    font-weight:500
}
.card .numbers .fa{
    font-size:18px
}
.card .description{
    color:#FFF;
    margin-top:40px;
    height:125px;
    font-size:18px;
    opacity:.7
}
.card a:hover .description{
    opacity:1
}
.card .actions .btn{
    top:50%;
    position:relative;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%)
}
.card .actions .btn-round{
    font-size:18px;
    padding:14px 14px;
    line-height:1;
    display:inline-block;
    width:48px;
    height:48px
}
.card .thumb-cover{
    padding:15px 20px;
    height:100%;
    top:0;
    position:absolute;
    opacity:0;
    display:block;
    width:100%;
    background-color:rgba(0,0,0,.75);
    z-index:3;
    content:"";
    left:0;
    border-radius:8px
}
.card .actions{
    position:absolute;
    z-index:3;
    top:50%;
    text-align:center;
    width:100%;
    height:0;
    opacity:0;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease
}
.card:hover .thumb-cover,.card:hover .actions{
    opacity:1
}
.card-small .actions{
    height:55px;
    font-size:14px
}
.card:hover .actions{
    opacity:1
}
.card .title{
    margin-top:45px;
    min-height:115px
}
.card a .title h3{
    color:#FFF;
    font-size:24px;
    font-weight:400;
    text-shadow:0 1px 2px rgba(0,0,0,.57)
}
.card .user{
    font-weight:400;
    color:#FFF;
    text-shadow:0 1px 2px rgba(0,0,0,.23);
    line-height:20px;
    display:block
}
.card .user .name{
    line-height:35px;
    margin-left:10px;
    font-size:16px;
    float:left
}
.card .user .user-photo{
    width:35px;
    height:35px;
    border:2px solid #FFF;
    border-radius:50%;
    overflow:hidden;
    float:left
}
.card .user-photo img{
    width:33px
}
.card-info{
    padding:15px;
    border-radius:0 0 12px 12px
}
.card-info [class^='circle-']{
    float:left;
    margin-right:5px
}
.card-info a:not(.btn){
    color:#434343
}
.card-info a:not(.btn):hover{
    color:#232323
}
.card-info .actions a{
    color:#777
}
.card-info .actions a:hover{
    color:#555
}
.card-info .actions .blue-text{
    color:#0bf
}
.card-info .actions .blue-text:hover{
    color:#3883c4
}
.card-info h3{
    margin-top:10px;
    margin-bottom:5px;
    font-size:18px
}
.card-small .card-info h3{
    font-size:18px
}
.card-info p{
    font-size:14px;
    margin:0;
    color:#666;
    min-height:50px
}
.card-info .label{
    background:transparent;
    border:1px solid;
    border-radius:14px;
    padding:5px 10px;
    font-size:10px;
    text-transform:uppercase;
    position:relative;
    top:-4px
}
.card-info .label.label-danger{
    background:transparent
}
.card-info .label .fa{
    font-size:12px
}
.footer-title{
    background-color:#FFF;
    padding:20px
}
.footer-gray{
    background-color:#f5f5f5
}
.footer-title.no-margin{
    margin:0
}
.footer-title h1{
    font-size:22px;
    font-weight:200;
    margin:0;
    line-height:40px;
    color:#555
}
.footer-title .social{
    width:100%;
    text-align:center;
    font-size:20px;
    font-weight:300;
    display:block
}
.footer-title .social.dribbble,.share-area .social.dribbble{
    color:#EA4C89;
    opacity:.8
}
.footer-title .social.facebook,.share-area .social.facebook{
    color:#455CA8;
    opacity:.8
}
.footer-title .social.twitter,.share-area .social.twitter{
    color:#0BF;
    opacity:.8
}
.footer-title .social.google,.share-area .social.google{
    color:#F74933;
    opacity:.8
}
.footer-title .social:hover,.share-area .social:hover{
    opacity:1
}
.label-small{
    font-size:65%;
    font-weight:400;
    line-height:0;
    margin-top:0;
    padding:0 3px
}
.label-thin{
    padding:.2em .6em .2em;
    border:1px solid #999;
    border-radius:3px;
    color:#999;
    background-color:#FFF;
    font-weight:500;
    font-size:11px;
    text-transform:uppercase
}
.label-primary{
    border-color:#3472F7;
    color:#fff
}
.label-info{
    border-color:#2C93FF;
    color:#fff
}
.label-success{
    border-color:#05AE0E;
    color:#fff
}
.label-warning{
    border-color:#FF9500;
    color:#fff
}
.label-danger{
    border-color:#FF3B30;
    color:#fff
}
.label.label-danger{
    background-color:#FF3B30
}
.label.label-fill{
    color:#FFF
}
.wysihtml5-toolbar .btn{
    border-width:1px
}
.info-text{
    margin:130px 0;
    color:#999;
    font-size:24px;
    font-weight:300
}
.text-danger{
    color:#F55B4A
}
.details-box h2.text-danger{
    font-weight:300
}
.submitted-product,.product-list{
    position:relative;
    padding:25px 0;
    width:100%
}
.product-list:after{
    height:1px;
    background:#EEE;
    width:83.3333%;
    bottom:0;
    right:0;
    content:"";
    display:block;
    position:absolute
}
.submitted-product:last-child,.product-list:last-child{
    border:0
}
.submitted-product .picture,.product-list .picture{
    max-width:400px;
    overflow:hidden;
    height:auto;
    border-radius:6px
}
.submitted-product .picture img,.product-list .picture img{
    width:100%
}
.product-list h5 a{
    color:#333
}
.submitted-product .description{
    min-height:155px
}
.details-box hr{
    margin:10px 0
}
.details-box.admin-menu a{
    color:#444;
    padding:7px 15px
}
.details-box .active a:not('.btn'){
    color:#0bf
}
.details-box .nav>li>a:hover,.details-box .nav>li>a:focus,.details-box .nav>li.active a{
    background-color:#FFF;
    color:#0bf
}
.details-box .nav-tabs>li>a{
    color:#666;
    border:1px solid #ddd;
    border-top-color:rgba(0,0,0,0);
    border-left:1px solid transparent;
    margin-right:0;
    border-radius:0
}
.details-box .nav-tabs>li:first-child>a{
    border-left:1px solid #ddd
}
.details-box .nav-tabs>li.active>a{
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    color:#0bf
}
.details-box .nav-tabs>li.active:last-child>a{
    border-right:1px solid transparent
}
.details-box .nav-tabs .numbers-dont-lie{
    margin-bottom:0;
    margin-top:5px;
    font-size:36px
}
.details-box .nav.three-tabs>li{
    width:33.3333%
}
.details-box .nav.two-tabs>li{
    width:50%
}
.details-box .title{
    margin-bottom:10px
}
.details-box .previous-month h4,.details-box .next-month h4{
    line-height:44px;
    color:#666
}
.details-box .previous-month [class^="icon7-"],.details-box .next-month [class^="icon7-"]{
    position:relative;
    top:2px
}
.details-box .previous-month b,.details-box .next-month b{
    font-weight:400
}
.details-box .attribute-description{
    color:#999;
    font-size:18px;
    font-weight:300;
    margin:40px 0
}
.big-title{
    font-weight:300;
    padding:20px 0 45px;
    text-align:center
}
.fileupload-preview.thumbnail{
    width:100%
}
.no-border{
    border:0
}
.section{
    margin:0;
    position:relative;
    overflow:hidden
}
.section-bottom-shadow{
    box-shadow:0 5px 25px rgba(0,0,0,.2)
}
.section-top-shadow{
    box-shadow:0 0 12px rgba(0,0,0,.2)
}
.section .info .btn-neutral{
    padding:12px 50px
}
.section-white{
    background-color:#FFF;
    border-bottom:1px solid #dce0e0;
    position:relative;
    z-index:3
}
.section-white-gradient{
    background:linear-gradient(0deg,#e5e5e5 0%,#fff 100%)
}
.section-product-description{
    position:relative;
    z-index:3;
    padding:20px 0 70px;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    margin-top:-100px
}

.section-product-description.black-friday{
    margin-top:0
}
.section-scaled{
    margin:-110px 30px 0;
    border-radius:10px 10px 0 0
}
.section-gallery{
    height:370px
}
.section-blog{
    padding-bottom:40px;
    border-color:#e5e5e5
}
.section-gallery .parallax-background,.section-header .parallax-background{
    position:absolute;
    z-index:1;
    width:100%;
    height:100%
}
.section-header.gift-offer video{
    min-width:100%;
    min-height:100%;
    width:auto;
    height:auto
}
.section-gallery .parallax-background .bgimg,.section-header .parallax-background .bgimg{
    width:100%;
    height:100%;
    position:relative;
    background-position:50%;
    background-size:cover;
    background-repeat:no-repeat
}
.section-gallery .parallax-background:after,.section-header .parallax-background:after{
    position:absolute;
    top:0;
    left:0;
    content:"";
    display:block;
    z-index:3;
    width:100%;
    height:100%;
    background-color:rgba(33,33,33,.6)
}
.section-header .parallax-background:after{
    background-color:rgba(33,33,33,.3)
}
.section-header .parallax-background .filter{
    position:absolute;
    width:100%;
    height:100%;
    display:block;
    content:"";
    top:0;
    left:0;
    opacity:1;
    z-index:4;
    background:-moz-linear-gradient(-45deg,rgba(86,141,226,.89) 0%,#511d80 100%);
    background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(86,141,226,.89)),color-stop(100%,#511d80));
    background:-webkit-linear-gradient(-45deg,rgba(86,141,226,.89) 0%,#511d80 100%);
    background:-o-linear-gradient(-45deg,rgba(86,141,226,.89) 0%,#511d80 100%);
    background:-ms-linear-gradient(-45deg,rgba(86,141,226,.89) 0%,#511d80 100%);
    background:linear-gradient(135deg,rgba(86,141,226,.89) 0%,#511d80 100%);
    background-size:120% 120%
}
.section-header .parallax-background .filter.filter-black{
    background:none
}
.section-header .parallax-background .filter.filter-light-blue{
    background:-moz-linear-gradient(-45deg,rgba(28,206,234,.82) 0%,rgba(147,26,222,.83) 100%);
    background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(28,206,234,.82),color-stop(100%,rgba(147,26,222,.83))));
    background:-webkit-linear-gradient(-45deg,rgba(28,206,234,.82) 0%,rgba(147,26,222,.83) 100%);
    background:-o-linear-gradient(-45deg,rgba(28,206,234,.82) 0%,rgba(147,26,222,.83) 100%);
    background:-ms-linear-gradient(-45deg,rgba(28,206,234,.82) 0%,rgba(147,26,222,.83) 100%);
    background:linear-gradient(135deg,rgba(28,206,234,.82) 0%,rgba(147,26,222,.83) 100%)
}
.section-header.session-header{
    height:80vh
}
.section-header.gift-offer{
    height:85vh
}
.section-header.gift-offer .parallax-background .filter{
    background:#36D1DC;
    background:-webkit-linear-gradient(to right,#5B86E5,#36D1DC);
    background:linear-gradient(to right,#5B86E5,#36D1DC);
    opacity:.8
}
.section-header.gift-offer div{
    font-size:14px;
    font-weight:400
}
.section-header.gift-offer .next-days{
    font-size:22px
}
.section-header.gift-offer .info{
    margin-top:30vh;
    padding:0 7% 0 7%
}
.section-header.gift-offer span{
    display:inline-block;
    padding:14px 14px;
    font-size:44px;
    font-weight:100;
    margin:30px 2px 0;
    border-radius:10px
}
.section-header.gift-offer span b{
    font-weight:100;
    font-size:34px
}
.section-header.gift-offer h1{
    font-weight:400;
    font-size:40px;
    margin-bottom:20px;
    font-family:Fira Sans
}
.section-header.gift-offer .btn-offer{
    margin:20px auto
}
.section-header.gift-offer.section-all-products{
    height:64vh
}
.section-header.gift-offer.section-all-products .info{
    margin-top:25vh
}
.section-gallery .info,.section-header .info{
    position:relative;
    z-index:1;
    margin-top:80px;
    color:#FFF;
    text-align:center;
    width:100%;
    text-shadow:0 1px 3px rgba(33,33,33,.38)
}
.section-header .info{
    text-shadow:none;
    margin-top:120px
}
.section-gallery .btn{
    margin-top:30px;
    text-shadow:none
}
.section-gallery p,.section-header p{
    font-size:16px
}
.section .product-name{
    margin-top:20px;
    margin-bottom:30px;
    font-size:30px;
    font-weight:300;
    line-height:40px
}
.section-header{
    height:330px
}
.section-xs{
    height:290px
}
.section-test-assets{
    height:0
}
.section-thank-you-page{
    height:auto;
    min-height:350px
}
.section-thank-you-page a{
    color:#FFF
}
.section-thank-you-page a:hover,.section-thank-you-page a:focus{
    opacity:.8
}
.section-header.section-xs{
    height:280px
}
.section-header.section-md{
    height:360px
}
.section-header.section-bundle-offer{
    height:65vh;
    min-height:70vh
}
.section-all-products h2{
    font-size:30px;
    font-weight:200
}
.section-all-products .info{
    color:#FFF;
    max-width:720px;
    margin:120px auto
}
.section-feedback-landing.parallax:after{
    opacity:1;
    background:rgba(72,131,220,.85);
    background:-moz-linear-gradient(-45deg,rgba(72,131,220,.85) 0%,#943bea 100%);
    background:-webkit-linear-gradient(-45deg,rgba(72,131,220,.85) 0%,#943bea 100%);
    background:linear-gradient(135deg,rgba(72,131,220,.85) 0%,#943bea 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.section-feedback.parallax{
    padding:0 0 50px
}
.section-feedback .legend{
    margin-top:70px;
    margin-bottom:70px
}
.section-feedback .card{
    position:relative;
    margin-bottom:40px
}
.section-feedback .card:before{
    border-top:25px solid rgba(0,0,0,.04);
    border-left:0 solid rgba(0,0,0,0);
    border-right:25px solid rgba(0,0,0,0);
    content:"";
    display:inline-block;
    position:absolute;
    left:40px;
    bottom:-26px
}
.section-feedback .card:after{
    border-top:25px solid #FFF;
    border-left:0 solid rgba(0,0,0,0);
    border-right:25px solid rgba(0,0,0,0);
    content:"";
    display:inline-block;
    position:absolute;
    left:41px;
    bottom:-23px
}
.section-feedback .btn{
    margin-top:25px
}
.section-feedback .col-md-5{
    margin-top:80px
}
.section-feedback .col-md-7{
    margin-top:-15px
}
.section-feedback .col-md-4:nth-child(2){
    margin-top:35px
}
.section-feedback .col-md-4:nth-child(3){
    margin-top:0
}
.section-feedback .col-md-4:nth-child(4){
    margin-top:70px
}
.section-feedback .card{
    border-radius:10px;
    box-shadow:0 7px 18px -8px rgba(0,0,0,.23);
    background-color:#FFF;
    margin-bottom:20px
}
.section-feedback .card .content{
    padding:15px 15px 10px 15px
}
.section-feedback .card .small-title{
    font-size:16px;
    color:#444;
    margin-bottom:0;
    margin-top:10px
}
.section-feedback .card .small-title i{
    font-size:16px
}
.section-feedback .card .message{
    margin:5px 0 20px;
    color:#333;
    font-weight:300;
    line-height:24px;
    min-height:auto;
    font-size:16px
}
.section-feedback .card .avatar{
    width:30px;
    height:30px;
    overflow:hidden;
    border-radius:50%;
    margin-right:5px
}
.section-feedback .card .description{
    font-size:14px;
    color:#333
}
.section-feedback .card .footer{
    padding:0;
    background-color:transparent;
    line-height:30px
}
.section-feedback .card .footer div{
    display:inline-block
}
.section-feedback .card .stats{
    margin-right:5px;
    color:#999
}
.section-feedback .card .stats.pull-right{
    margin-left:5px;
    margin-left:0
}
.section-feedback .card .card-link{
    color:#888
}
.section-feedback .card .author{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase
}
.section-feedback .card .author i{
    font-size:14px
}
.section-feedback .card h6{
    font-size:12px;
    margin:0
}
.section-feedback .testimonials-raised .col-md-4:nth-child(odd){
    margin-top:50px
}
.section-feedback .testimonials-raised .col-md-4:nth-child(even){
    margin-top:0
}
.section-feedback .testimonials-raised .card{
    margin-bottom:40px
}
.reviews-modal .modal-footer{
    text-align:center
}
.share-area{
    width:100%
}
.product-price{
    margin:0;
    font-size:30px;
    font-weight:300
}
.product-price strike{
    font-size:24px;
    color:#333333!important
}
.comment a.card-user{
    color:#333;
    font-weight:700
}
.post-comment-area{
    font-size:16px
}
.product .license{
    width:100%;
    display:block
}
.product .license h3{
    margin:0
}
.product .license .choice,.product .license .bundle-choice{
    padding:15px 0;
    border:2px solid transparent;
    border-radius:6px;
    text-align:center;
    cursor:pointer;
    display:block;
    color:#9f9f9f;
    opacity:.7
}
.product .choice h3,.product .bundle-choice h3{
    font-size:18px
}
.product .choice ul,.product .bundle-choice ul{
    width:200px;
    margin:0 auto
}
.product .choice li:not(:last-child),.product .bundle-choice li:not(:last-child){
    border-bottom:1px solid #eee;
    padding:5px 0
}
.product .license .step.input-error,.product .license .step.input-error .number{
    color:#FF3B30;
    border-color:#FF3B30
}
.buy-product{
    background:#EEE
}
.buy-product .license .step{
    font-size:16px;
    line-height:20px;
    margin-top:0
}
.buy-product .buy-info{
    margin-bottom:15px;
    margin-top:25px;
    color:#FFF
}
.buy-product .buy-info h2{
    margin-top:10px
}
.buy-product .card{
    border-radius:6px;
    box-shadow:0 35px 30px -25px rgba(33,33,33,.6);
    margin-bottom:5px;
    margin-top:20px
}
.buy-product .card .card-header{
    background:#FFF;
    position:relative;
    z-index:2;
    padding:20px;
    border-radius:8px 8px 0 0
}
.buy-product .card .card-body{
    background:#343434;
    position:relative;
    border-radius:8px 8px 0 0;
    z-index:1;
    padding:20px;
    margin:0 10px
}
.buy-product .card .card-body hr{
    opacity:.6;
    max-width:100px
}
.buy-product .card .card-footer{
    background:#FFF;
    border-radius:0 0 8px 8px
}
.buy-product .card .card-footer .btn-simple{
    border-top:1px solid #CCC
}
.buy-product .card .card-footer .btn{
    width:50%;
    float:left
}
.buy-product .card .card-footer .btn-credit{
    border-radius:0 0 0 8px;
    padding:18px 18px
}
.buy-product .card .card-footer .btn-paypal{
    border-radius:0 0 7px 0;
    padding-top:16px;
    padding-bottom:16px
}
.buy-product .card .thumbnail{
    min-height:0;
    max-width:110px
}
.buy-product .card .thumbnail>img{
    border-radius:4px;
    box-shadow:none
}
.buy-product .label{
    padding:3px 5px
}
.buy-product .product-info{
    color:#444
}
.buy-product .product-info h4{
    margin-bottom:3px;
    margin-top:0;
    font-weight:600
}
.buy-product .product-info h6{
    font-size:14px;
    color:#999;
    margin-top:0;
    margin-bottom:5px
}
.buy-product .product-info .label{
    visibility:hidden
}
.buy-product .product-info .active .label{
    visibility:visible
}
.buy-product .product-info .form-control{
    height:30px;
    padding:4px 10px;
    max-width:160px
}
.buy-product .dropdown-menu h4{
    margin-bottom:10px
}
.buy-product .dropdown-menu li:last-child{
    border-top:1px solid #ddd
}
.buy-product .dropdown-menu li:last-child>a:hover{
    background:transparent
}
.buy-product .dropdown-menu>li>a{
    opacity:.50;
    transition:all .14s;
    -webkit-transition:all .14s;
    -moz-transition:all .14s
}
.buy-product .dropdown-menu>li>a:hover,.buy-product .dropdown-menu>li>a:focus{
    background:transparent;
    opacity:1
}
.buy-product .dropdown-menu p{
    line-height:18px
}
.buy-product .dropdown-menu .active>a,.buy-product .dropdown-menu .active>a p{
    color:#333;
    opacity:1
}
.buy-product .dropdown-menu:before,.buy-product .dropdown-menu:after{
    right:auto;
    left:30px
}
.buy-product .btn-license{
    font-size:12px;
    padding:0;
    font-weight:600;
    text-transform:uppercase
}
.buy-product .btn-license:hover,.buy-product .btn-license:focus{
    background:transparent!important
}
.buy-product .dropdown-menu>li>a{
    padding:11px 20px;
    width:300px;
    white-space:normal
}
.buy-product .product-price{
    margin-top:15px;
    text-align:right
}
.buy-product .product-price h6{
    font-weight:600;
    text-transform:uppercase;
    color:#999;
    margin-bottom:5px
}
.buy-product .product-price h4{
    font-size:28px;
    font-weight:200;
    margin-top:5px
}
.buy-product .product-price .free-icon{
    font-size:32px;
    margin-top:5px;
    margin-right:15px;
    color:#F33707
}
.buy-product .choose-package .choice,.buy-product .choose-package .bundle-choice{
    cursor:pointer;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    color:#CCC
}
.buy-product .choose-package .choice h6,.buy-product .choose-package .bundle-choice h6{
    font-size:12px;
    margin-bottom:17px;
    font-weight:600;
    text-transform:uppercase
}
.buy-product .choose-package .choice h2,.buy-product .choose-package .bundle-choice h2{
    font-size:28px;
    font-weight:200
}
.buy-product .choose-package .choice p,.buy-product .choose-package .bundle-choice p{
    margin-top:25px
}
.buy-product .choose-package .choice.active,.buy-product .choose-package .bundle-choice.active{
    border:2px solid #0bf;
    opacity:1;
    color:#FFF;
    background:#222
}
.buy-product .choose-package .choice.active .image-thumb,.buy-product .choose-package .bundle-choice.active .image-thumb{
    opacity:1
}
.buy-product .image-thumb{
    max-width:75px;
    margin:0 auto;
    min-height:75px;
    padding:10px
}
.buy-product .image-thumb i{
    font-size:54px;
    top:6px;
    position:relative
}
.buy-product .image-thumb img{
    width:100%;
    border-radius:50%
}
.buy-product .or-text{
    text-align:center;
    margin:14px 0 0;
    font-weight:600;
    font-size:12px;
    text-transform:uppercase
}
.buy-product .multiple-image-thumbs .image-thumb{
    display:inline-block;
    position:relative
}
.buy-product .multiple-image-thumbs .image-thumb:first-child:after{
    content:"+";
    position:absolute;
    width:50px;
    height:50px;
    display:block;
    right:-26px;
    top:15px;
    font-size:26px;
    z-index:2
}
.buy-product input[type="radio"]{
    opacity:0;
    position:absolute;
    left:-9999px
}
.download-product .parallax-product{
    height:510px;
    padding-top:150px
}
.account-photo{
    position:relative;
    width:70px;
    height:70px;
    display:block;
    margin:0 auto;
    border-radius:50%;
    border:3px solid rgba(0,158,255,.65);
    border-color:#ccc
}
.product-gift-info .caret{
    display:none
}
.account-photo img{
    width:100%
}
.account-photo .mask{
    width:100%;
    height:100%;
    overflow:hidden;
    display:block;
    border-radius:50%
}
.account-photo .account-type{
    position:absolute;
    bottom:-7px;
    color:#FFF;
    right:-10px;
    width:30px;
    background-color:#999;
    height:30px;
    text-align:center;
    line-height:26px;
    border-radius:50%;
    border:2px solid #FFF;
    font-size:13px;
    z-index:3
}
.account-photo.account-early-adopter{
    border-color:rgba(23,152,30,.55)
}
.account-photo.account-admin,.account-photo.account-product-owner{
    border-color:rgba(255,149,0,.55)
}
.account-early-adopter .account-type{
    background-color:#05ae0e
}
.account-admin .account-type,.account-product-owner .account-type{
    background-color:#ffcd02
}
@media (min-width:992px) and (max-width:1200px){
    .card .title{
        margin-top:15px;
        min-height:95px
    }
    .card .description{
        margin-top:10px
    }
    .card .thumbnail{
        min-height:220px
    }
    #mix-container .card{
        min-height:460px
    }
}
@media (min-width:400px) and (max-width:992px){
    #mix-container .card{
        min-height:460px
    }
}
@media (max-width:400px){
    .card .details{
        padding:15px 10px
    }
    .card .title{
        margin-top:10px;
        min-height:85px
    }
    .card a .title h3{
        font-size:18px
    }
    .section-gallery .parallax-background img{
        width:auto;
        height:100%;
        position:relative
    }
}
.buy-layout h4{
    line-height:26px
}
.buy-layout .space{
    height:100px;
    display:block
}
.product-buy-line h3{
    line-height:46px;
    text-align:right
}
.buy-product p.info{
    font-size:16px;
    line-height:21px
}
.modal .account-icon{
    text-align:center
}
.modal .account-icon i{
    font-size:52px;
    color:#666
}
.already-purchased{
    margin-top:-40px
}
.already-purchased p,.already-purchased ul{
    color:#FFF;
    text-shadow:0 1px 1px rgba(0,0,0,.45);
    margin-bottom:5px
}
.purchase-flow,.download-page-flow{
    position:relative;
    z-index:3
}
.download-page-flow{
    height:60px;
    display:block;
    background-color:#FFF
}
.navbar-toggle .icon7-bar{
    background-color:#423e3e
}
.filled .navbar-toggle .icon7-bar{
    background-color:#333
}
#htmlCss,#bundle{
    padding:15px
}
#bundle{
    position:relative
}
.most-popular{
    position:absolute;
    background-color:#0bf;
    padding:4px 15px;
    color:white;
    border-radius:3px;
    text-transform:uppercase;
    margin-left:-70px;
    left:50%;
    font-weight:600;
    top:-14px
}
.card .filter{
    position:absolute;
    z-index:2;
    background-color:rgba(0,0,0,.68);
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    opacity:0;
    filter:alpha(opacity=0)
}
.card .filter .btn{
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.card .filter{
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    transition:all 150ms linear
}
.card:hover .filter{
    opacity:1;
    filter:alpha(opacity=100)
}
.card-plain{
    background-color:transparent;
    box-shadow:none;
    border-radius:0
}
.product .license .package-margin{
    margin-top:50px!important
}
.authors-container{
    display:block;
    width:auto
}
.authors-container[data-collaborators="1"]{
    width:60px
}
.authors-container[data-collaborators="2"]{
    width:90px
}
.authors-container[data-collaborators="3"]{
    width:125px
}
.authors-container[data-collaborators="4"]{
    width:130px
}
.section-header .authors-container{
    width:410px;
    margin:10px auto 0
}
.section-header .creators-title{
    margin-top:60px;
    z-index:1;
    position:relative;
    color:#FFF
}
.section-header .authors-container .account-photo{
    background:url(https://s3.amazonaws.com/creativetim_bucket/anonymous_thumb.png) repeat scroll 0 0/100% auto
}
.section-header .action-buttons [class*="col-"]{
    padding-left:5px;
    padding-right:5px;
    margin-top:15px
}
.card .authors-container{
    width:38px
}
.card .authors-container[data-collaborators="2"]{
    width:60px
}
.card .authors-container[data-collaborators="3"]{
    width:80px
}
.card .authors-container[data-collaborators="4"]{
    width:100px
}
.authors-container .author{
    float:left;
    position:relative;
    transition:opacity 0.25s;
    -webkit-transition:opacity 0.25s;
    z-index:3
}
.authors-container .author:nth-child(1){
    z-index:100
}
.authors-container .author:nth-child(2){
    z-index:99;
    margin-left:-20px
}
.authors-container .author:nth-child(3){
    z-index:98;
    margin-left:-20px
}
.authors-container .author:nth-child(4){
    z-index:97;
    margin-left:-20px
}
.authors-container .author:nth-child(5){
    z-index:96;
    margin-left:-20px
}
.authors-container .author:nth-child(6){
    z-index:95;
    margin-left:-20px
}
.authors-container .author:nth-child(7){
    z-index:94;
    margin-left:-20px
}
.authors-container .author:nth-child(8){
    z-index:93;
    margin-left:-20px
}
.authors-container .author:nth-child(9){
    z-index:92;
    margin-left:-20px
}
.authors-container .author:nth-child(10){
    z-index:91;
    margin-left:-20px
}
.authors-container .author:nth-child(11){
    z-index:90;
    margin-left:-20px
}
.card .authors-container .author:nth-child(2){
    margin-left:-14px
}
.card .authors-container .author:nth-child(3){
    margin-left:-14px
}
.card .authors-container .author:nth-child(4){
    margin-left:-14px
}
.authors-container:hover .author{
    opacity:.30
}
.authors-container .author:hover{
    opacity:1;
    z-index:101
}
.authors-container>.author>.account-photo{
    width:55px;
    height:55px;
    border-width:2px
}
.card .authors-container{
    display:inline-block
}
.card .authors-container>.author>.account-photo{
    width:36px;
    height:36px
}
.card .author>.account-photo.account-product-owner{
    border-color:#ff9500
}
.header-summary .author:after,.authors-container:after{
    clear:both;
    content:" ";
    display:table
}
.popover .account-photo{
    height:100px;
    width:100px;
    float:none!important
}
.popover .account-photo .account-type{
    right:0
}
.popover p{
    border-top:1px solid #eee;
    padding-top:15px
}
.popover .account-name{
    margin-top:25px;
    text-align:center;
    color:#333;
    margin-bottom:15px
}
.popover-content{
    padding:5px 15px 20px;
    width:230px;
    text-align:center;
    min-height:280px
}
.popover-content h6{
    font-size:13px;
    font-weight:600;
    margin-bottom:25px;
    text-transform:uppercase;
    color:#666
}
.popover .share-area .social{
    text-align:center;
    margin:10px 10px 0;
    font-size:22px;
    display:inline-block
}
.share-area-container{
    padding:10px;
    width:100%
}
.share-area-container .btn-social{
    margin:0 5px
}
.float{
    position:fixed;
    top:0
}
.is-bottom{
    position:relative
}
.dropdown-menu-container{
    position:relative
}
.alert-celebrating{
    background-size:140% 140%;
    border:0;
    border-radius:0;
    color:#FFF;
    padding:8px 24px;
    position:relative;
    top:0;
    font-size:15px;
    font-weight:400;
    width:100%;
    margin:0;
    text-align:center
}
.alert-celebrating .btn{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase
}
.alert-purple{
    background:#e079fc;
    background:-moz-linear-gradient(-45deg,#e079fc 0%,#7c44ff 100%);
    background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,#e079fc),color-stop(100%,#7c44ff));
    background:-webkit-linear-gradient(-45deg,#e079fc 0%,#7c44ff 100%);
    background:-o-linear-gradient(-45deg,#e079fc 0%,#7c44ff 100%);
    background:-ms-linear-gradient(-45deg,#e079fc 0%,#7c44ff 100%);
    background:linear-gradient(135deg,#e079fc 0%,#7c44ff 100%)
}
.alert-christmas,.alert-red{
    background-size:120% 120%;
    margin-top:98px;
    position:absolute;
    z-index:1;
    background:#f96359
}
.alert-black{
    background:#4c4c4c;
    background:-moz-linear-gradient(left,#4c4c4c 0%,#666 0%,#595959 0%,#474747 0%,#2c2c2c 100%,#111 100%,#2b2b2b 100%,#1c1c1c 100%,#131313 100%);
    background:-webkit-linear-gradient(left,#4c4c4c 0%,#666 0%,#595959 0%,#474747 0%,#2c2c2c 100%,#111 100%,#2b2b2b 100%,#1c1c1c 100%,#131313 100%);
    background:linear-gradient(to right,#4c4c4c 0%,#666 0%,#595959 0%,#474747 0%,#2c2c2c 100%,#111 100%,#2b2b2b 100%,#1c1c1c 100%,#131313 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=1)
}
.alert-absolute{
    position:absolute;
    margin-top:98px;
    z-index:1
}
.alert-black-friday{
    background:#45484d;
    background:-moz-linear-gradient(-45deg,#555 0%,#222 100%);
    background:-webkit-linear-gradient(-45deg,#555 0%,#222 100%);
    background:linear-gradient(135deg,#45484d 0%,#222 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=1);
    background-size:120% 120%
}
.alert-medium{
    background:#159c18;
    background:-moz-linear-gradient(-45deg,#159c18 0%,#006402 100%);
    background:-webkit-linear-gradient(-45deg,#006402 0%,#222 100%);
    background:linear-gradient(135deg,#159c18 0%,#006402 100%)
}
.alert-orange{
    background:#159c18;
    background:-moz-linear-gradient(-45deg,#ff9500 0%,#f37227 100%);
    background:-webkit-linear-gradient(-45deg,#ff9500 0%,#f37227 100%);
    background:linear-gradient(135deg,#ff9500 0%,#f37227 100%)
}
.alert-gold{
    background:rgba(189,152,108,.87);
    background:-moz-linear-gradient(-45deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    background:-webkit-linear-gradient(-45deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    background:linear-gradient(135deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.section-header.black-friday .parallax-background .filter{
    background:-moz-linear-gradient(-45deg,rgba(31,31,31,.87) 0%,#151515 100%);
    background:-webkit-gradient(linear,left top,right bottom,color-stop(0%,rgba(31,31,31,.87)),color-stop(100%,#151515));
    background:-webkit-linear-gradient(-45deg,rgba(31,31,31,.87) 0%,#151515 100%);
    background:-o-linear-gradient(-45deg,rgba(31,31,31,.87) 0%,#151515 100%);
    background:-ms-linear-gradient(-45deg,rgba(31,31,31,.87) 0%,#151515 100%);
    background:linear-gradient(135deg,rgba(31,31,31,.87) 0%,#151515 100%);
    background-size:120% 120%;
    background:rgba(189,152,108,.87);
    background:-moz-linear-gradient(-45deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    background:-webkit-linear-gradient(-45deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    background:linear-gradient(135deg,rgba(189,152,108,.87) 0%,#bd986c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$top-color,endColorstr=$bottom-color,GradientType=1)
}
.black-friday .products-bundle p.description{
    display:none
}
.section-header.black-friday{
    min-height:510px;
    height:auto
}
.section-header.black-friday .bf-old-price{
    font-weight:300;
    text-decoration:line-through
}
.section-header.black-friday .bf-new-price{
    color:#FF3721;
    color:#E62A15;
    font-weight:400;
    padding-left:3px;
    font-size:26px
}
.section-header.black-friday .bf-description{
    font-size:16px;
    max-width:480px;
    margin:15px auto 0
}
.section-header.black-friday .license-line{
    font-size:24px;
    font-weight:300;
    border-bottom:1px solid rgba(255,255,255,.2);
    padding:6px 0
}
.section-header.black-friday .license-line:first-child{
    margin-top:10px
}
.section-header.black-friday .license-line:last-child{
    border-bottom:none
}
.section-header.black-friday .btn-new{
    padding-left:30px;
    padding-right:30px
}
.section-header.section-header-buy{
    height:auto;
    min-height:80px
}
.section-header .black-friday span{
    background-color:white;
    color:#333;
    display:inline-block;
    padding:14px 14px;
    font-size:50px;
    font-weight:100;
    margin:30px 2px 0;
    border-radius:10px
}
.section-header #blackFriday,#blackFridayBundleCard{
    display:inline-block;
    margin-right:40px
}
.section-header .black-friday #blackFridayBundleCard span,#blackFridayBundleCard+span{
    padding:12px 12px;
    font-size:20px;
    text-align:center;
    border-radius:4px
}
.section-header .black-friday .small-text{
    font-size:20px;
    font-weight:300
}
.section-header-buy .small-text{
    font-size:14px!important;
    font-weight:300
}
.section-header .black-friday div{
    font-size:14px;
    font-weight:400;
    color:#999
}
.section-header.black-friday .info{
    margin-top:130px;
    margin-bottom:30px
}
.section-header.black-friday h1{
    font-weight:200;
    font-size:46px;
    margin-bottom:10px
}
.alert-celebrating .text-left{
    padding:8px 0
}
.alert-celebrating a{
    color:#FFF
}
.alert-celebrating a:hover{
    opacity:.9
}
.top-moving-bar{
    width:100%;
    position:fixed;
    display:block;
    background:#FFF;
    top:0;
    left:0;
    padding:15px 0;
    transform:translateY(-100%);
    transition:all .25s ease;
    box-shadow:0 0 0 rgba(0,0,0,0);
    z-index:1040
}
.top-moving-bar .btn{
    font-weight:700;
    font-size:12px;
    text-transform:uppercase
}
.top-moving-bar .middot{
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#AAA;
    margin:4px 5px 4px 10px
}
.top-moving-bar .navbar-brand{
    padding:0 10px 0 0;
    height:auto
}
.top-moving-bar .logo{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid #333;
    overflow:hidden;
    margin-top:-6px
}
.top-moving-bar .logo img{
    width:45px;
    height:45px
}
.top-moving-bar h4{
    margin:0;
    line-height:36px
}
.top-moving-bar .mask{
    width:35px;
    height:35px;
    display:inline-block
}
.top-moving-bar .mask img{
    width:100%;
    margin-top:-3px
}
.top-moving-bar.visible{
    transform:translateY(0);
    box-shadow:0 14px 20px -12px rgba(0,0,0,.2)
}
.footer .footer-brand{
    color:#FFF;
    display:inline-block
}
.footer .footer-brand .logo{
    width:46px;
    height:46px;
    border-radius:50%;
    border:1px solid #333;
    overflow:hidden;
    margin:0 auto
}
.footer .footer-brand .logo img{
    width:45px;
    height:45px
}
.footer .footer-brand span{
    font-size:16px;
    margin:5px 0 25px;
    color:#FFF;
    display:block
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-moz-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-ms-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-moz-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-o-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.uil-ring-css{
    background:none;
    position:relative;
    width:200px;
    height:250px;
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
    transform:scale(.3)
}
.uil-ring-css>div{
    position:absolute;
    display:block;
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    border-radius:80px;
    box-shadow:0 6px 0 0 #59ebff;
    -ms-animation:uil-ring-anim 1s linear infinite;
    -moz-animation:uil-ring-anim 1s linear infinite;
    -webkit-animation:uil-ring-anim 1s linear infinite;
    -o-animation:uil-ring-anim 1s linear infinite;
    animation:uil-ring-anim 1s linear infinite
}
#comments_product_page>.uil-ring-css{
    margin:0 auto;
    -webkit-transform:scale(.4);
    -moz-transform:scale(.4);
    transform:scale(.4)
}
.filters{
    display:inline-block;
    position:relative
}
.filters i{
    margin-right:3px
}
.filters .btn.reset-filter{
    position:absolute;
    right:-80px;
    top:3px;
    opacity:0;
    transition:all .2s ease;
    padding-left:12px;
    padding-right:12px
}
.filters .btn.reset-filter.visible{
    opacity:1
}
.filters h6{
    color:#999;
    font-size:12px;
    text-transform:uppercase;
    font-weight:600;
    float:left;
    padding:8px 5px;
    line-height:22px;
    margin:0
}
.filters fieldset{
    float:right;
    margin:0 20px
}
.filters fieldset .btn-default{
    padding:5px 16px;
    margin:2px 0;
    color:#333
}
.filters fieldset .btn-default.active{
    background-color:rgba(0,0,0,.13)
}
.filters .btn-types{
    margin-right:0
}
.hidden-message{
    opacity:0;
    transition:all .3s;
    -webkit-transition:all .3s;
    width:100%;
    margin:0 auto;
    top:80px;
    padding:80px 0;
    position:absolute;
    color:#777
}
.hidden-message h2{
    max-width:700px;
    margin:0 auto;
    display:block
}
.hidden-message.visible{
    opacity:1;
    position:relative;
    top:0
}
.main>.container{
    min-height:450px
}
.breadcrumb{
    margin-bottom:0
}
@media (max-width:1200px){
    .cover img{
        width:100%
    }
    .theme .cover{
        height:312px
    }
    .freebie .cover{
        height:285px
    }
}
@media (min-width:1200px){
    .freebie .cover{
        height:345px
    }
    .section-header h1{
        font-size:28px
    }
    .section-header p{
        font-size:15px;
        font-family:Fira Sans;
        font-weight:300!important;
        text-transform:uppercase;
        letter-spacing:1px
    }
    .section-header .modal-offer p{
        font-size:15px
    }
    .section-thank-you-page p{
        font-size:23px
    }
    .section-thank-you-page .parallax-background img{
        margin-top:0
    }
}
@media (min-width:678px){
    .freebie .title{
        padding:10px 0 0
    }
    .navbar-nav>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu-container>.dropdown-menu,.dropdown-menu{
        display:block;
        margin:20px auto;
        padding:0;
        z-index:9000;
        position:absolute;
        -webkit-border-radius:10px;
        box-shadow:1px 2px 3px rgba(0,0,0,.125);
        border-radius:10px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        opacity:0;
        -ms-filter:"alpha(opacity=0)";
        -webkit-filter:alpha(opacity=0);
        -moz-filter:alpha(opacity=0);
        -ms-filter:alpha(opacity=0);
        -o-filter:alpha(opacity=0);
        filter:alpha(opacity=0);
        -webkit-transform:scale(0);
        -moz-transform:scale(0);
        -o-transform:scale(0);
        -ms-transform:scale(0);
        transform:scale(0);
        -webkit-transition:all 300ms cubic-bezier(.34,1.61,.7,1);
        -moz-transition:all 300ms cubic-bezier(.34,1.61,.7,1);
        -o-transition:all 300ms cubic-bezier(.34,1.61,.7,1);
        -ms-transition:all 300ms cubic-bezier(.34,1.61,.7,1);
        transition:all 300ms cubic-bezier(.34,1.61,.7,1)
    }
    .navbar-nav>li.open>.dropdown-menu,.navbar-nav>li.open>.dropdown-menu-container>.dropdown-menu,.open .dropdown-menu{
        box-shadow:0 0 5px rgba(0,0,0,.14);
        -webkit-box-shadow:0 0 5px rgba(0,0,0,.14);
        -o-box-shadow:0 0 5px rgba(0,0,0,.14);
        -webkit-transform-origin:140px -50px;
        -moz-transform-origin:140px -50px;
        -o-transform-origin:140px -50px;
        -ms-transform-origin:140px -50px;
        transform-origin:140px -50px;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        opacity:1;
        -ms-filter:none;
        -webkit-filter:none;
        -moz-filter:none;
        -ms-filter:none;
        -o-filter:none;
        filter:none
    }
    .dropdown-menu:before,.dropdown-menu-containe:before{
        border-bottom:11px solid rgba(0,0,0,.07);
        border-left:11px solid rgba(0,0,0,0);
        border-right:11px solid rgba(0,0,0,0);
        content:"";
        display:inline-block;
        position:absolute;
        right:30px;
        top:-11px
    }
    .dropdown-menu:after,.dropdown-menu-container:after{
        border-bottom:11px solid #FFF;
        border-left:11px solid rgba(0,0,0,0);
        border-right:11px solid rgba(0,0,0,0);
        content:"";
        display:inline-block;
        position:absolute;
        right:30px;
        top:-10px
    }
    .dropup .dropdown-menu{
        margin-bottom:10px
    }
    .dropup .dropdown-menu:after{
        border-top:11px solid #FFF;
        border-bottom:0;
        top:auto;
        bottom:-10px
    }
    .dropup .dropdown-menu:before{
        border-top:11px solid rgba(0,0,0,.2);
        border-bottom:0;
        top:auto;
        bottom:-11px
    }
    .dropdown-menu-container .dropdown-menu:after,.dropdown-menu-container .dropdown-menu:before{
        border:0!important
    }
    .share-area-container{
        margin-bottom:60px
    }
}
@media (max-width:991px){
    .freebie .cover-cover,.theme .cover-cover{
        display:none
    }
    .alert-celebrating .btn{
        margin-top:15px
    }
    .freebie .over,.theme .over{
        position:inherit;
        bottom:0
    }
    .freebie .title .downloads{
        float:right
    }
    .theme .info .actions .btn-default{
        color:#666
    }
    .parallax-product{
        height:auto
    }
    .pay-area{
        margin-top:40px
    }
    .section-header .parallax-background img{
        min-width:100%;
        width:auto;
        min-height:100%;
        height:auto;
        left:-250px;
        margin-top:-50px
    }
}
@media (max-width:768px){
    .freebie .info .actions .btn-default{
        margin-bottom:0
    }
    .theme .info .extra-info,.freebie h3.title{
        height:auto
    }
    .theme{
        margin-bottom:13px
    }
    .filter-bar .logo{
        margin-left:5px
    }
    .filter-bar .navbar-brand{
        padding:0;
        margin-top:20px
    }
    .filter-bar .navbar-brand p{
        margin-top:0
    }
    .navbar-transparent .dropdown-menu>li>a{
        color:#dcdcdc!important;
        border-bottom:none;
        padding-bottom:10px!important
    }
    .filter-bar .dropdown-menu>li>a i{
        margin-top:7px!important
    }
    .filter-bar .dropdown-menu>li>a,.filter-bar .scroll-area>li>a{
        color:#353535
    }
    .filter-bar .dropdown-notifications .dropdown-menu{
        width:100%
    }
    .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.scroll-area>li>a:hover,.scroll-area>li>a:focus{
        background-color:rgba(238,238,238,.34)
    }
    .section-header .btn{
        margin-bottom:10px
    }
    .section-header{
        height:auto!important
    }
    .section-header .info{
        margin-bottom:125px
    }
    .section-header .parallax-background img{
        width:auto;
        height:150%;
        left:0;
        top:0
    }
    .product-page .pay-area{
        margin-bottom:130px
    }
    .section-scaled{
        margin-left:15px;
        margin-right:15px
    }
    .section-header .black-friday span,#blackFridayBundleCard+span,#blackFriday+span{
        padding:12px 8px;
        font-size:18px;
        text-align:center;
        border-radius:4px
    }
    .section-header #blackFriday{
        margin-right:0
    }
    .section-header .black-friday .small-text{
        font-size:12px;
        font-weight:300
    }
}
@media (max-width:660px){
    .section-gallery .parallax-background img{
        width:auto;
        height:100%
    }
}
@media (max-width:550px){
    .product-image{
        width:100%
    }
    .theme{
        margin-bottom:30px
    }
    .parallax-small{
        padding-top:100px
    }
    .parallax-product{
        padding-top:145px
    }
    .footer-title .social{
        text-align:left;
        margin-top:20px
    }
    .filters .btn-types{
        float:left;
        margin-left:0
    }
    .filters h6{
        float:none;
        padding-left:0
    }
    .filters fieldset{
        float:left;
        margin-left:0
    }
    .section-header .authors-container{
        width:220px
    }
}
@-moz-keyframes bounces{
    0%{
        top:-10px
    }
    8%{
        top:-77px
    }
    26%{
        top:-65px
    }
    38%{
        top:-73px
    }
    65%{
        top:-70px
    }
    75%{
        top:-70px
    }
    100%{
        top:-70px
    }
}
@-moz-keyframes miniBounce{
    0%{
        top:0
    }
    15%{
        top:-5px
    }
    30%{
        top:3px
    }
    45%{
        top:-2px
    }
    60%{
        top:0
    }
    100%{
        top:0
    }
}
@-moz-keyframes returnBounce{
    0%{
        top:-70px
    }
    17%{
        top:0
    }
    100%{
        top:0
    }
}
@-webkit-keyframes bounces{
    0%{
        top:-10px
    }
    8%{
        top:-77px
    }
    26%{
        top:-65px
    }
    38%{
        top:-73px
    }
    65%{
        top:-70px
    }
    75%{
        top:-70px
    }
    100%{
        top:-70px
    }
}
@-webkit-keyframes miniBounce{
    0%{
        top:0
    }
    15%{
        top:-5px
    }
    30%{
        top:3px
    }
    45%{
        top:-2px
    }
    60%{
        top:0
    }
    100%{
        top:0
    }
}
@-webkit-keyframes returnBounce{
    0%{
        top:-70px
    }
    17%{
        top:0
    }
    100%{
        top:0
    }
}
@-o-keyframes bounces{
    0%{
        top:-10px
    }
    8%{
        top:-77px
    }
    26%{
        top:-65px
    }
    38%{
        top:-73px
    }
    65%{
        top:-70px
    }
    75%{
        top:-70px
    }
    100%{
        top:-70px
    }
}
@-o-keyframes miniBounce{
    0%{
        top:0
    }
    15%{
        top:-5px
    }
    30%{
        top:3px
    }
    45%{
        top:-2px
    }
    60%{
        top:0
    }
    100%{
        top:0
    }
}
@-o-keyframes returnBounce{
    0%{
        top:-70px
    }
    17%{
        top:0
    }
    100%{
        top:0
    }
}
@-ms-keyframes bounces{
    0%{
        top:-10px
    }
    8%{
        top:-77px
    }
    26%{
        top:-65px
    }
    38%{
        top:-73px
    }
    65%{
        top:-70px
    }
    75%{
        top:-70px
    }
    100%{
        top:-70px
    }
}
@-ms-keyframes miniBounce{
    0%{
        top:0
    }
    15%{
        top:-5px
    }
    30%{
        top:3px
    }
    45%{
        top:-2px
    }
    60%{
        top:0
    }
    100%{
        top:0
    }
}
@-ms-keyframes returnBounce{
    0%{
        top:-70px
    }
    17%{
        top:0
    }
    100%{
        top:0
    }
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-moz-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-ms-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-moz-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-o-keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes uil-ring-anim{
    0%{
        -ms-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -ms-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.uil-ring-css{
    background:none;
    position:relative;
    width:200px;
    height:250px
}
.uil-ring-css>div{
    position:absolute;
    display:block;
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    border-radius:80px;
    box-shadow:0 6px 0 0 #59ebff;
    -ms-animation:uil-ring-anim 1s linear infinite;
    -moz-animation:uil-ring-anim 1s linear infinite;
    -webkit-animation:uil-ring-anim 1s linear infinite;
    -o-animation:uil-ring-anim 1s linear infinite;
    animation:uil-ring-anim 1s linear infinite
}
#comments_product_page>.uil-ring-css{
    margin:0 auto;
    -webkit-transform:scale(.4);
    -moz-transform:scale(.4);
    transform:scale(.4)
}
#mix-container .mix{
    display:none
}
.controls button{
    font-family:'Helvetica Neue',arial,sans-serif;
    color:white
}
.controls h4{
    font-weight:700;
    margin-bottom:.5em
}
.controls label{
    font-weight:300
}
.controls button{
    display:inline-block;
    padding:.4em .8em;
    background:#666;
    border:0;
    margin:0 .2em;
    color:#ddd;
    font-size:16px;
    font-weight:300;
    border-radius:.25em;
    cursor:pointer
}
.controls button.active{
    background:#68b8c4
}
.controls button:focus{
    outline:0 none
}
.controls button:first-of-type{
    margin-left:0
}
.controls button:last-of-type{
    margin-right:0
}
.controls button:focus{
    outline:0 none
}
.controls{
    background:#333;
    padding:2%
}
.controls fieldset{
    display:inline-block;
    vertical-align:top;
    margin:0 1em 0 0;
    background:#444;
    padding:.5em;
    border-radius:3px
}
.controls .checkbox{
    display:block;
    position:relative;
    cursor:pointer;
    margin-bottom:8px
}
.controls .checkbox input[type="checkbox"]{
    position:absolute;
    display:block;
    top:0;
    left:0;
    height:100%;
    width:100%;
    cursor:pointer;
    margin:0;
    opacity:0;
    z-index:1
}
.controls .checkbox label{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    padding-left:1.5em
}
.controls .checkbox label:before,.controls .checkbox label:after{
    content:'';
    display:block;
    position:absolute
}
.controls .checkbox label:before{
    left:0;
    top:0;
    width:18px;
    height:18px;
    margin-right:10px;
    background:#ddd;
    border-radius:3px
}
.controls .checkbox label:after{
    content:'';
    position:absolute;
    top:4px;
    left:4px;
    width:10px;
    height:10px;
    border-radius:2px;
    background:#68b8c4;
    opacity:0;
    pointer-events:none
}
.controls .checkbox input:checked~label:after{
    opacity:1
}
.controls .checkbox input:focus~label:before{
    background:#eee
}
.modal-gift .product-gift{
    padding:5px 0;
    border-bottom:1px solid #EEE
}
.modal-gift .product-gift .product-link{
    color:#333
}
.modal-gift .product-gift .product-link small{
    font-size:80%;
    font-weight:700;
    text-transform:uppercase;
    color:#AAA;
    margin-bottom:10px
}
.modal-gift .product-gift .product-link .price{
    color:#FF3B30;
    font-size:12px;
    font-weight:600
}
.modal-gift .product-gift .product-link .price strike{
    color:#333;
    padding-right:4px
}
.modal-gift .product-gift:first-child{
    margin-top:30px
}
.modal-gift .product-gift:last-child{
    border-bottom:0;
    margin-bottom:30px
}
.modal-gift .product-gift img{
    max-width:200px
}
.modal-gift .product-gift h5{
    color:#343434;
    margin-bottom:2px
}
.modal-gift img{
    border-radius:4px;
    width:100%
}
.modal-gift textarea{
    resize:vertical
}
.modal-gift input[type="radio"]{
    margin-top:20px
}
.modal-gift .modal-content{
    border-radius:10px
}
#contactUsModal .modal-dialog{
    margin-top:80px
}
.modal-medium a:not(.btn){
    color:#565656
}
.modal-medium a:not(.btn):hover{
    color:#333
}
.alert-modal{
    color:#FFF;
    border:0;
    border-radius:0;
    margin-left:-15px;
    margin-right:-15px;
    padding:10px 15px
}
.alert-modal.alert-danger{
    background:#FF3B30
}
.popover-parent{
    text-align:center
}
.popover-parent .license-switch .btn{
    border-width:1px
}
.popover-parent .license-switch .btn:nth-child(2){
    border-top-right-radius:4px!important;
    border-bottom-right-radius:4px!important
}
.popover-parent .popover-title{
    text-align:center
}
.popover-parent .popover-content{
    width:245px;
    min-height:auto
}
.popover-parent .popover-content p{
    border:0
}
.fake-class{
    background-color:#ffff
}
.classPhone,.classTablet,.classMonitor{
    height:-webkit-calc(100vh - 55px);
    height:-moz-calc(100vh - 55px);
    height:calc(100vh - 55px);
    margin-top:55px
}
.classPhone{
    width:340px
}
.classTablet{
    width:768px
}
.classMonitor{
    width:100%
}
.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.hinges{
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    -o-animation-duration:2s;
    animation-duration:2s
}
.animated.slow{
    -webkit-animation-duration:3s;
    -moz-animation-duration:3s;
    -o-animation-duration:3s;
    animation-duration:3s
}
.animated.snail{
    -webkit-animation-duration:4s;
    -moz-animation-duration:4s;
    -o-animation-duration:4s;
    animation-duration:4s
}
@-webkit-keyframes shake{
    0%,100%{
        -webkit-transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        -webkit-transform:translateX(10px)
    }
}
@-moz-keyframes shake{
    0%,100%{
        -moz-transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        -moz-transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        -moz-transform:translateX(10px)
    }
}
@-o-keyframes shake{
    0%,100%{
        -o-transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        -o-transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        -o-transform:translateX(10px)
    }
}
@keyframes shake{
    0%,100%{
        transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        transform:translateX(10px)
    }
}
.shake{
    -webkit-animation-name:shake;
    -moz-animation-name:shake;
    -o-animation-name:shake;
    animation-name:shake
}
.text-primary,.text-primary:hover{
    color:#1D62F0
}
.text-info,.text-info:hover{
    color:#1084FF
}
.text-success,.text-success:hover{
    color:#0C9C14
}
.text-warning,.text-warning:hover{
    color:#ED8D00
}
.text-danger,.text-danger:hover{
    color:#EE2D20
}
.btn-social{
    opacity:.85;
    padding:8px 9px
}
.btn-social .fa{
    font-size:18px;
    vertical-align:middle;
    display:inline-block;
    cursor:pointer
}
.btn-social.btn-round{
    padding:9px 11px
}
.btn-social.btn-simple{
    padding:9px 5px;
    font-size:16px
}
.btn-social.btn-simple .fa{
    font-size:20px;
    position:relative;
    top:-2px;
    width:24px
}
.btn-simple:active:focus{
    background:transparent
}
.btn-facebook{
    border-color:#3b5998;
    color:#3b5998
}
.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.btn-facebook.dropdown-toggle{
    background-color:transparent;
    color:#3b5998;
    border-color:#3b5998;
    opacity:1
}
.btn-facebook:disabled,.btn-facebook[disabled],.btn-facebook.disabled{
    background-color:transparent;
    border-color:#3b5998
}
.btn-facebook.btn-fill{
    color:#fff;
    background-color:#3b5998;
    opacity:.9
}
.btn-facebook.btn-fill:hover,.btn-facebook.btn-fill:focus,.btn-facebook.btn-fill:active,.btn-facebook.btn-fill.active,.open>.btn-facebook.btn-fill.dropdown-toggle{
    background-color:#3b5998;
    color:#fff;
    opacity:1
}
.btn-twitter{
    border-color:#55acee;
    color:#55acee
}
.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.btn-twitter.dropdown-toggle{
    background-color:transparent;
    color:#55acee;
    border-color:#55acee;
    opacity:1
}
.btn-twitter:disabled,.btn-twitter[disabled],.btn-twitter.disabled{
    background-color:transparent;
    border-color:#55acee
}
.btn-twitter.btn-fill{
    color:#fff;
    background-color:#55acee;
    opacity:.9
}
.btn-twitter.btn-fill:hover,.btn-twitter.btn-fill:focus,.btn-twitter.btn-fill:active,.btn-twitter.btn-fill.active,.open>.btn-twitter.btn-fill.dropdown-toggle{
    background-color:#55acee;
    color:#fff;
    opacity:1
}
.btn-pinterest{
    border-color:#cc2127;
    color:#cc2127
}
.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.btn-pinterest.dropdown-toggle{
    background-color:transparent;
    color:#cc2127;
    border-color:#cc2127;
    opacity:1
}
.btn-pinterest:disabled,.btn-pinterest[disabled],.btn-pinterest.disabled{
    background-color:transparent;
    border-color:#cc2127
}
.btn-pinterest.btn-fill{
    color:#fff;
    background-color:#cc2127;
    opacity:.9
}
.btn-pinterest.btn-fill:hover,.btn-pinterest.btn-fill:focus,.btn-pinterest.btn-fill:active,.btn-pinterest.btn-fill.active,.open>.btn-pinterest.btn-fill.dropdown-toggle{
    background-color:#cc2127;
    color:#fff;
    opacity:1
}
.btn-google{
    border-color:#dd4b39;
    color:#dd4b39
}
.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.btn-google.dropdown-toggle{
    background-color:transparent;
    color:#dd4b39;
    border-color:#dd4b39;
    opacity:1
}
.btn-google:disabled,.btn-google[disabled],.btn-google.disabled{
    background-color:transparent;
    border-color:#dd4b39
}
.btn-google.btn-fill{
    color:#fff;
    background-color:#dd4b39;
    opacity:.9
}
.btn-google.btn-fill:hover,.btn-google.btn-fill:focus,.btn-google.btn-fill:active,.btn-google.btn-fill.active,.open>.btn-google.btn-fill.dropdown-toggle{
    background-color:#dd4b39;
    color:#fff;
    opacity:1
}
.btn-linkedin{
    border-color:#0976b4;
    color:#0976b4
}
.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.btn-linkedin.dropdown-toggle{
    background-color:transparent;
    color:#0976b4;
    border-color:#0976b4;
    opacity:1
}
.btn-linkedin:disabled,.btn-linkedin[disabled],.btn-linkedin.disabled{
    background-color:transparent;
    border-color:#0976b4
}
.btn-linkedin.btn-fill{
    color:#fff;
    background-color:#0976b4;
    opacity:.9
}
.btn-linkedin.btn-fill:hover,.btn-linkedin.btn-fill:focus,.btn-linkedin.btn-fill:active,.btn-linkedin.btn-fill.active,.open>.btn-linkedin.btn-fill.dropdown-toggle{
    background-color:#0976b4;
    color:#fff;
    opacity:1
}
.btn-dribbble{
    border-color:#ea4c89;
    color:#ea4c89
}
.btn-dribbble:hover,.btn-dribbble:focus,.btn-dribbble:active,.btn-dribbble.active,.open>.btn-dribbble.dropdown-toggle{
    background-color:transparent;
    color:#ea4c89;
    border-color:#ea4c89;
    opacity:1
}
.btn-dribbble:disabled,.btn-dribbble[disabled],.btn-dribbble.disabled{
    background-color:transparent;
    border-color:#ea4c89
}
.btn-dribbble.btn-fill{
    color:#fff;
    background-color:#ea4c89;
    opacity:.9
}
.btn-dribbble.btn-fill:hover,.btn-dribbble.btn-fill:focus,.btn-dribbble.btn-fill:active,.btn-dribbble.btn-fill.active,.open>.btn-dribbble.btn-fill.dropdown-toggle{
    background-color:#ea4c89;
    color:#fff;
    opacity:1
}
.btn-github{
    border-color:#333;
    color:#333
}
.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.btn-github.dropdown-toggle{
    background-color:transparent;
    color:#333;
    border-color:#333;
    opacity:1
}
.btn-github:disabled,.btn-github[disabled],.btn-github.disabled{
    background-color:transparent;
    border-color:#333
}
.btn-github.btn-fill{
    color:#fff;
    background-color:#333;
    opacity:.9
}
.btn-github.btn-fill:hover,.btn-github.btn-fill:focus,.btn-github.btn-fill:active,.btn-github.btn-fill.active,.open>.btn-github.btn-fill.dropdown-toggle{
    background-color:#333;
    color:#fff;
    opacity:1
}
.btn-youtube{
    border-color:#e52d27;
    color:#e52d27
}
.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active,.btn-youtube.active,.open>.btn-youtube.dropdown-toggle{
    background-color:transparent;
    color:#e52d27;
    border-color:#e52d27;
    opacity:1
}
.btn-youtube:disabled,.btn-youtube[disabled],.btn-youtube.disabled{
    background-color:transparent;
    border-color:#e52d27
}
.btn-youtube.btn-fill{
    color:#fff;
    background-color:#e52d27;
    opacity:.9
}
.btn-youtube.btn-fill:hover,.btn-youtube.btn-fill:focus,.btn-youtube.btn-fill:active,.btn-youtube.btn-fill.active,.open>.btn-youtube.btn-fill.dropdown-toggle{
    background-color:#e52d27;
    color:#fff;
    opacity:1
}
.btn-stumbleupon{
    border-color:#eb4924;
    color:#eb4924
}
.btn-stumbleupon:hover,.btn-stumbleupon:focus,.btn-stumbleupon:active,.btn-stumbleupon.active,.open>.btn-stumbleupon.dropdown-toggle{
    background-color:transparent;
    color:#eb4924;
    border-color:#eb4924;
    opacity:1
}
.btn-stumbleupon:disabled,.btn-stumbleupon[disabled],.btn-stumbleupon.disabled{
    background-color:transparent;
    border-color:#eb4924
}
.btn-stumbleupon.btn-fill{
    color:#fff;
    background-color:#eb4924;
    opacity:.9
}
.btn-stumbleupon.btn-fill:hover,.btn-stumbleupon.btn-fill:focus,.btn-stumbleupon.btn-fill:active,.btn-stumbleupon.btn-fill.active,.open>.btn-stumbleupon.btn-fill.dropdown-toggle{
    background-color:#eb4924;
    color:#fff;
    opacity:1
}
.btn-reddit{
    border-color:#ff4500;
    color:#ff4500
}
.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.btn-reddit.dropdown-toggle{
    background-color:transparent;
    color:#ff4500;
    border-color:#ff4500;
    opacity:1
}
.btn-reddit:disabled,.btn-reddit[disabled],.btn-reddit.disabled{
    background-color:transparent;
    border-color:#ff4500
}
.btn-reddit.btn-fill{
    color:#fff;
    background-color:#ff4500;
    opacity:.9
}
.btn-reddit.btn-fill:hover,.btn-reddit.btn-fill:focus,.btn-reddit.btn-fill:active,.btn-reddit.btn-fill.active,.open>.btn-reddit.btn-fill.dropdown-toggle{
    background-color:#ff4500;
    color:#fff;
    opacity:1
}
.btn-tumblr{
    border-color:#35465c;
    color:#35465c
}
.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.btn-tumblr.dropdown-toggle{
    background-color:transparent;
    color:#35465c;
    border-color:#35465c;
    opacity:1
}
.btn-tumblr:disabled,.btn-tumblr[disabled],.btn-tumblr.disabled{
    background-color:transparent;
    border-color:#35465c
}
.btn-tumblr.btn-fill{
    color:#fff;
    background-color:#35465c;
    opacity:.9
}
.btn-tumblr.btn-fill:hover,.btn-tumblr.btn-fill:focus,.btn-tumblr.btn-fill:active,.btn-tumblr.btn-fill.active,.open>.btn-tumblr.btn-fill.dropdown-toggle{
    background-color:#35465c;
    color:#fff;
    opacity:1
}
.btn-behance{
    border-color:#1769ff;
    color:#1769ff
}
.btn-behance:hover,.btn-behance:focus,.btn-behance:active,.btn-behance.active,.open>.btn-behance.dropdown-toggle{
    background-color:transparent;
    color:#1769ff;
    border-color:#1769ff;
    opacity:1
}
.btn-behance:disabled,.btn-behance[disabled],.btn-behance.disabled{
    background-color:transparent;
    border-color:#1769ff
}
.btn-behance.btn-fill{
    color:#fff;
    background-color:#1769ff;
    opacity:.9
}
.btn-behance.btn-fill:hover,.btn-behance.btn-fill:focus,.btn-behance.btn-fill:active,.btn-behance.btn-fill.active,.open>.btn-behance.btn-fill.dropdown-toggle{
    background-color:#1769ff;
    color:#fff;
    opacity:1
}
.pagination.pagination-no-border>li>a,.pagination.pagination-no-border>a,.pagination.pagination-no-border>span{
    border:0
}
.pagination>a,.pagination>em,.pagination>span{
    position:relative;
    float:left;
    padding:6px 12px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#428bca;
    font-style:normal;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd
}
.pagination>li>a,.pagination>li>span,.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span,.pagination>a,.pagination>em,.pagination>span{
    border-radius:20px;
    margin:0 2px;
    color:#777
}
.pagination>a:hover,.pagination>a:focus,.pagination>em:focus,.pagination>em:hover{
    color:#2a6496;
    background-color:#eee;
    border-color:#ddd
}
.pagination>li.active>a,.pagination>li.active>span,.pagination>li.active>a:hover,.pagination>li.active>span:hover,.pagination>li.active>a:focus,.pagination>li.active>span:focus,.pagination>em,.pagination>em:hover,.pagination>em:focus{
    background-color:#2ca8ff;
    border:0;
    color:#FFF;
    padding:7px 13px
}
.nav-pills-blue>li.active>a,.nav-pills-blue>li.active>a:hover,.nav-pills-blue>li.active>a:focus,.pagination-blue>li.active>a,.pagination-blue>li.active>span,.pagination-blue>li.active>a:hover,.pagination-blue>li.active>span:hover,.pagination-blue>li.active>a:focus,.pagination-blue>li.active>span:focus{
    background-color:#3472f7
}
.nav-pills-azure>li.active>a,.nav-pills-azure>li.active>a:hover,.nav-pills-azure>li.active>a:focus,.pagination-azure>li.active>a,.pagination-azure>li.active>span,.pagination-azure>li.active>a:hover,.pagination-azure>li.active>span:hover,.pagination-azure>li.active>a:focus,.pagination-azure>li.active>span:focus{
    background-color:#2ca8ff
}
.nav-pills-green>li.active>a,.nav-pills-green>li.active>a:hover,.nav-pills-green>li.active>a:focus,.pagination-green>li.active>a,.pagination-green>li.active>span,.pagination-green>li.active>a:hover,.pagination-green>li.active>span:hover,.pagination-green>li.active>a:focus,.pagination-green>li.active>span:focus{
    background-color:#05ae0e
}
.nav-pills-orange>li.active>a,.nav-pills-orange>li.active>a:hover,.nav-pills-orange>li.active>a:focus,.pagination-orange>li.active>a,.pagination-orange>li.active>span,.pagination-orange>li.active>a:hover,.pagination-orange>li.active>span:hover,.pagination-orange>li.active>a:focus,.pagination-orange>li.active>span:focus{
    background-color:#ff9500
}
.nav-pills-red>li.active>a,.nav-pills-red>li.active>a:hover,.nav-pills-red>li.active>a:focus,.pagination-red>li.active>a,.pagination-red>li.active>span,.pagination-red>li.active>a:hover,.pagination-red>li.active>span:hover,.pagination-red>li.active>a:focus,.pagination-red>li.active>span:focus{
    background-color:#ff3b30
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{
    padding:12px 8px;
    vertical-align:middle
}
.table .th-description{
    max-width:150px
}
.table .td-price{
    font-size:26px;
    font-weight:300;
    margin-top:5px;
    text-align:right
}
.table .td-total{
    font-weight:600;
    font-size:18px;
    padding-top:20px;
    text-align:right
}
.table .td-actions .btn{
    opacity:.36;
    filter:alpha(opacity=36)
}
.table .td-actions .btn.btn-xs{
    padding-left:3px;
    padding-right:3px
}
.table>tbody>tr{
    position:relative
}
.table>tbody>tr:hover .td-actions .btn{
    opacity:1;
    filter:alpha(opacity=100)
}
.table-shopping>thead>tr>th{
    font-size:14px;
    text-transform:uppercase;
    color:#9a9a9a;
    font-weight:400
}
.table-shopping>tbody>tr>td{
    font-size:16px
}
.table-shopping>tbody>tr>td b{
    display:block;
    margin-bottom:5px
}
.table-shopping .td-name,.table-shopping .td-number{
    font-weight:300;
    font-size:22px
}
.table-shopping .td-name{
    min-width:200px
}
.table-shopping .td-number{
    text-align:right;
    min-width:70px
}
.table-shopping .td-number small{
    margin-right:3px
}
.table-shopping .img-container{
    width:120px;
    height:120px;
    overflow:hidden;
    display:block;
    border-radius:6px
}
.table-shopping .img-container img{
    width:100%
}
.checkbox,.radio{
    margin-bottom:12px;
    padding-left:25px;
    position:relative;
    -webkit-transition:color 0.25s linear;
    transition:color 0.25s linear;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    color:#333
}
.checkbox input,.radio input{
    outline:none!important;
    display:none
}
.checkbox .icons,.radio .icons{
    color:#D9D9D9;
    display:block;
    height:20px;
    left:0;
    position:absolute;
    top:0;
    width:20px;
    text-align:center;
    line-height:21px;
    font-size:20px;
    cursor:pointer;
    -webkit-transition:color 0.2s linear;
    transition:color 0.2s linear
}
.checkbox .icons .first-icon,.radio .icons .first-icon,.checkbox .icons .second-icon,.radio .icons .second-icon{
    display:inline-table;
    position:absolute;
    left:0;
    top:0;
    background-color:transparent;
    margin:0;
    opacity:1;
    filter:alpha(opacity=100)
}
.checkbox .icons .second-icon,.radio .icons .second-icon{
    opacity:0;
    filter:alpha(opacity=0)
}
.checkbox:hover,.radio:hover{
    -webkit-transition:color 0.2s linear;
    transition:color 0.2s linear
}
.checkbox:hover .first-icon,.radio:hover .first-icon{
    opacity:0;
    filter:alpha(opacity=0)
}
.checkbox:hover .second-icon,.radio:hover .second-icon{
    opacity:1;
    filter:alpha(opacity=100)
}
.checkbox.checked,.radio.checked{
    color:#2C93FF
}
.checkbox.checked .first-icon,.radio.checked .first-icon{
    opacity:0;
    filter:alpha(opacity=0)
}
.checkbox.checked .second-icon,.radio.checked .second-icon{
    opacity:1;
    filter:alpha(opacity=100);
    color:#2C93FF;
    -webkit-transition:color 0.2s linear;
    transition:color 0.2s linear
}
.checkbox.disabled,.radio.disabled{
    cursor:default;
    color:#D9D9D9!important
}
.checkbox.disabled .icons,.radio.disabled .icons{
    color:#D9D9D9!important
}
.checkbox.disabled .first-icon,.radio.disabled .first-icon{
    opacity:1;
    filter:alpha(opacity=100)
}
.checkbox.disabled .second-icon,.radio.disabled .second-icon{
    opacity:0;
    filter:alpha(opacity=0)
}
.checkbox.disabled.checked .icons,.radio.disabled.checked .icons{
    color:#D9D9D9
}
.checkbox.disabled.checked .first-icon,.radio.disabled.checked .first-icon{
    opacity:0;
    filter:alpha(opacity=0)
}
.checkbox.disabled.checked .second-icon,.radio.disabled.checked .second-icon{
    opacity:1;
    filter:alpha(opacity=100);
    color:#D9D9D9
}
.has-switch{
    border-radius:30px;
    cursor:pointer;
    display:inline-block;
    line-height:1.72222;
    overflow:hidden;
    position:relative;
    text-align:left;
    width:60px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
    -webkit-mask:url(https://s3.amazonaws.com/creativetim_bucket/tim_static_images/mask.png) 0 0 no-repeat;
    -webkit-mask-size:60px 24px;
    mask:url(https://s3.amazonaws.com/creativetim_bucket/tim_static_images/mask.png) 0 0 no-repeat;
    background:#fad73f;
    background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#fad73f),color(48px,#fad73f),color-stop(49px,#821067));
    background:-webkit-radial-gradient(center,ellipse cover,#fad73f 0,#fad73f 48px,#821067 49px)
}
.has-switch.deactivate{
    opacity:.5;
    filter:alpha(opacity=50);
    cursor:default!important
}
.has-switch.deactivate label,.has-switch.deactivate span{
    cursor:default!important
}
.has-switch>div{
    position:relative;
    top:0;
    width:100px
}
.has-switch>div.switch-animate{
    -webkit-transition:left 0.25s ease-out;
    transition:left 0.25s ease-out
}
.has-switch>div.switch-off{
    left:-35px
}
.has-switch>div.switch-on{
    left:0
}
.has-switch>div label{
    background-color:#FFF;
    background:#fff;
    background:-moz-linear-gradient(top,#fff 0%,#f1f1f2 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f1f1f2));
    background:-webkit-linear-gradient(top,#fff 0%,#f1f1f2 100%);
    background:-o-linear-gradient(top,#fff 0%,#f1f1f2 100%);
    background:-ms-linear-gradient(top,#fff 0%,#f1f1f2 100%);
    background:linear-gradient(to bottom,#fff 0%,#f1f1f2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f1f1f2',GradientType=0);
    box-shadow:0 1px 1px #fff inset,0 1px 1px rgba(0,0,0,.25);
    cursor:pointer
}
.has-switch input[type=checkbox]{
    display:none
}
.has-switch span{
    cursor:pointer;
    float:left;
    font-size:11px;
    font-weight:400;
    height:24px;
    line-height:15px;
    margin:0;
    padding-bottom:6px;
    padding-top:5px;
    position:relative;
    text-align:center;
    text-indent:-10px;
    width:50%;
    z-index:1;
    -webkit-transition:0.25s ease-out;
    transition:0.25s ease-out
}
.has-switch span.switch-left{
    background-color:#2C93FF;
    border-left:1px solid rgba(0,0,0,0);
    border-radius:30px 0 0 30px;
    color:#FFF
}
.has-switch .switch-off span.switch-left{
    background-color:#D9D9D9
}
.has-switch span.switch-right{
    border-radius:0 30px 30px 0;
    background-color:#2C93FF;
    color:#fff;
    text-indent:1px
}
.has-switch .switch-off span.switch-right{
    background-color:#D9D9D9
}
.has-switch span.switch-right [class*="fui-"]{
    text-indent:0
}
.has-switch label{
    border-radius:12px;
    float:left;
    height:22px;
    margin:1px -13px;
    padding:0;
    position:relative;
    transition:all 0.25s ease-out 0s;
    vertical-align:middle;
    width:22px;
    z-index:100;
    -webkit-transition:0.25s ease-out;
    transition:0.25s ease-out
}
.has-switch .switch-on .fa-check:before{
    margin-left:10px
}
.has-switch:hover .switch-on label{
    margin:1px -17px;
    width:26px
}
.has-switch:hover .switch-off label{
    margin:1px -13px;
    width:26px
}
.dashboard{
    background:#222;
    min-height:100vh;
    position:relative
}
.dashboard .container{
    width:auto
}
.dashboard .navbar .container{
    width:auto
}
.dashboard .logo-container p{
    line-height:20px
}
.dashboard .over-layer{
    background:rgba(0,0,0,.2)
}
.dashboard .sidebar{
    position:fixed;
    bottom:0;
    left:0;
    width:260px;
    display:block;
    z-index:1;
    color:#fff;
    top:0;
    background-color:#222;
    background:url(https://s3.amazonaws.com/creativetim_bucket/dashboard_static_images/sidebar.jpg);
    background-size:100% 100%
}
.dashboard .sidebar .wrapper{
    position:relative;
    max-height:none;
    min-height:100%;
    overflow:hidden;
    width:260px
}
.dashboard .sidebar hr{
    margin-top:0
}
.dashboard .sidebar .nav{
    height:calc(100vh - 100px);
    overflow-y:scroll
}
.dashboard .label-new{
    position:relative;
    top:-10px
}
.dashboard .main-panel{
    background:#FFF;
    position:relative;
    box-shadow:0 2px 4px rgba(0,0,0,.3);
    padding-top:60px
}
.dashboard .main-panel>.container{
    margin-bottom:100px
}
.dashboard .main-panel>.container .deactivate{
    display:inline-block;
    font-size:16px;
    font-weight:300;
    margin-top:10px
}
.dashboard .main-panel .info-split .title{
    margin-bottom:15px;
    font-size:13px;
    font-weight:700;
    color:#888;
    text-transform:uppercase
}
.dashboard .main-panel .info-split .title+.info-area{
    margin-top:20px
}
.dashboard .main-panel .info-area{
    margin-top:30px;
    display:block;
    float:left
}
.dashboard .main-panel .info-area i{
    font-size:35px;
    color:#0bf;
    display:block;
    float:left;
    margin-right:20px
}
.dashboard .main-panel .info-area p{
    display:block;
    flex:left
}
.dashboard .main-panel .explanation{
    color:#888;
    margin:30px 10px;
    font-size:16px
}
.dashboard .menu hr{
    opacity:.2
}
.dashboard .menu li>a{
    color:#FFF;
    margin:5px 15px;
    opacity:.6;
    border-radius:4px
}
.dashboard .menu li>a:hover,.dashboard .menu li>a:focus{
    opacity:1;
    background:transparent
}
.dashboard .menu li>a p{
    margin:0;
    line-height:30px;
    font-size:16px
}
.dashboard .menu li.active>a{
    color:#FFF;
    opacity:1;
    background:rgba(255,255,255,.2)
}
.dashboard .menu i{
    font-size:28px;
    float:left;
    margin-right:15px;
    line-height:30px
}
.dashboard .menu .details{
    text-align:center;
    padding:20px 15px 0;
    color:#FFF
}
.dashboard .menu .details img{
    border:3px solid rgba(255,255,255,.3)
}
.dashboard .menu .details h5{
    font-size:14px;
    font-weight:700;
    text-align:left;
    padding:3px 12px;
    line-height:17px;
    word-break:break-word;
    float:left;
    max-width:169px
}
.dashboard .photo.avatar{
    width:60px;
    height:60px;
    float:left
}
.dashboard .fileupload{
    text-align:center
}
.dashboard .photo-label{
    margin-top:40px
}
.dashboard .fileupload .account-photo{
    width:110px;
    height:110px;
    display:block;
    margin:0 auto;
    border-radius:50%;
    border-width:4px
}
.dashboard .fileupload .photo.avatar{
    width:100%;
    height:100%;
    float:none
}
.dashboard .account-photo .account-type{
    width:38px;
    height:38px;
    line-height:32px;
    border:3px solid #FFF;
    font-size:14px
}
.dashboard legend{
    margin-top:50px;
    font-size:26px;
    line-height:50px;
    font-weight:200;
    text-align:center
}
.dashboard legend.admin{
    text-align:left
}
.dashboard .product-list p{
    float:left
}
.dashboard .product-list h4{
    font-size:20px
}
.dashboard .product-list h4 a{
    color:#555
}
.dashboard .product-list h4 a:hover{
    color:#444
}
.dashboard .product-list .rating-stars{
    pointer-events:none
}
.dashboard .product-list .separator-line{
    height:1px;
    background:#EEE;
    max-width:250px;
    margin:10px 0
}
.dashboard .product-list .label{
    color:#fff;
    padding:4px 8px
}
.dashboard .product-list .label-warning{
    background-color:#FF9500;
    border-color:#FF9500;
    font-size:13px
}
.dashboard .product-list h5{
    color:#888
}
.dashboard .product-list h5 i{
    margin-right:3px
}
.dashboard .product-list .btn-download{
    margin-top:45px;
    margin-left:5px
}
.dashboard .product-list .picture{
    max-width:210px
}
.dashboard .product-list:last-child{
    border-bottom:0
}
.dashboard .info-text{
    max-width:600px;
    margin:70px auto;
    text-align:center
}
.dashboard .info-text .btn{
    margin-top:20px
}
.dashboard .form-group p{
    line-height:19px;
    padding-top:7px;
    margin:0
}
.dashboard .footer-light{
    width:100%;
    bottom:0;
    background-color:#FFF;
    border-top:1px solid #eee;
    padding:20px 0
}
.dashboard .footer-light a{
    color:#777;
    margin-right:20px;
    opacity:.75
}
.dashboard .footer-light a:hover,.dashboard .footer-light a:focus{
    opacity:1
}
.dashboard .footer-light .copyright{
    color:#777
}
.dashboard .form-group input[type="checkbox"]{
    margin-right:5px
}
.dashboard .page-subheader{
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    color:#999;
    margin-bottom:-5px
}
.dashboard .timeline{
    list-style:none;
    padding:20px 0 20px;
    position:relative
}
.dashboard .timeline:before{
    top:0;
    bottom:0;
    position:absolute;
    content:" ";
    width:3px;
    background-color:#eee;
    left:50%;
    margin-left:-1.5px
}
.dashboard .timeline>li{
    margin-bottom:20px;
    position:relative
}
.dashboard .timeline>li:before,.dashboard .timeline>li:after{
    content:" ";
    display:table
}
.dashboard .timeline>li:after{
    clear:both
}
.dashboard .timeline>li:before,.dashboard .timeline>li:after{
    content:" ";
    display:table
}
.dashboard .timeline>li:after{
    clear:both
}
.dashboard .timeline>li>.timeline-panel{
    width:30%;
    margin-left:16%;
    float:left;
    border:1px solid #DDD;
    border-radius:10px;
    padding:10px;
    position:relative
}
.dashboard .timeline>li>.timeline-panel:before{
    position:absolute;
    top:26px;
    right:-15px;
    display:inline-block;
    border-top:15px solid transparent;
    border-left:15px solid #ccc;
    border-right:0 solid #ccc;
    border-bottom:15px solid transparent;
    content:" "
}
.dashboard .timeline>li>.timeline-panel:after{
    position:absolute;
    top:27px;
    right:-14px;
    display:inline-block;
    border-top:14px solid transparent;
    border-left:14px solid #fff;
    border-right:0 solid #fff;
    border-bottom:14px solid transparent;
    content:" "
}
.dashboard .timeline>li>.timeline-badge{
    color:#fff;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:1em;
    text-align:center;
    position:absolute;
    top:21px;
    left:50%;
    margin-left:-20px;
    background-color:#999;
    z-index:100;
    border-top-right-radius:50%;
    border-top-left-radius:50%;
    border-bottom-right-radius:50%;
    border-bottom-left-radius:50%
}
.dashboard .timeline>li.timeline-inverted>.timeline-panel{
    float:right;
    margin-right:16%
}
.dashboard .timeline>li.timeline-inverted>.timeline-panel:before{
    border-left-width:0;
    border-right-width:15px;
    left:-15px;
    right:auto
}
.dashboard .timeline>li.timeline-inverted>.timeline-panel:after{
    border-left-width:0;
    border-right-width:14px;
    left:-14px;
    right:auto
}
.dashboard .timeline-badge.primary{
    background-color:#2e6da4!important
}
.dashboard .timeline-badge.success{
    background-color:#05AE0E!important
}
.dashboard .timeline-badge.warning{
    background-color:#f0ad4e!important
}
.dashboard .timeline-badge.danger{
    background-color:#FF3B30!important
}
.dashboard .timeline-badge.info{
    background-color:#5bc0de!important
}
.dashboard .timeline-title{
    margin-top:0;
    color:inherit;
    margin-bottom:4px;
    font-size:22px;
    font-weight:300
}
.dashboard .timeline-body>p,.dashboard .timeline-body>ul{
    margin-bottom:0
}
.dashboard .timeline-body>p+p{
    margin-top:5px
}
.dashboard .timeline-panel .timeline-icon{
    font-size:32px;
    font-weight:200;
    padding:0 0 10px
}
.dashboard .timeline-panel .timeline-icon b{
    font-weight:200;
    font-size:18px;
    padding:0 4px
}
.dashboard .timeline-panel .timeline-icon i{
    font-size:22px;
    color:#999
}
.dashboard .timeline-panel p{
    font-weight:600;
    font-size:12px;
    color:#AAA;
    text-transform:uppercase
}
.dashboard .credit-line{
    padding:10px 0;
    border-bottom:1px solid #EEE
}
.dashboard .credit-line h4{
    font-size:20px;
    font-weight:300
}
.dashboard .credit-line .btn{
    margin-top:12px;
    padding:9px 11px;
    position:relative
}
.dashboard .credit-line .btn .fa{
    margin:0 4px;
    font-size:16px;
    position:relative;
    top:1px
}
.dashboard .title-documentation{
    margin-top:10px
}
.dashboard .container-view-doc{
    padding:60px 50px
}
.dashboard .field-rating-dashboard .rating-input span{
    margin-top:4px
}
.dashboard .field-rating-dashboard label{
    margin-right:8px;
    float:left
}
.dashboard .modal-product-review .field select{
    margin-top:7px
}
.dashboard .filter-bar .navbar-brand{
    height:auto
}
@media (min-width:992px){
    .dashboard .main-panel{
        float:right;
        width:calc(100% - 260px);
        min-height:100vh;
        position:relative
    }
    .dashboard .navbar-brand{
        display:none!important;
        opacity:0!important
    }
    .navbar.navbar-dashboard{
        width:calc(100% - 260px);
        right:0;
        left:auto;
        border-radius:0
    }
}
.product-page .product-image{
    box-shadow:0 29px 32px -20px rgba(0,0,0,.5);
    margin:9vh auto 30px;
    position:relative;
    z-index:2;
    overflow:hidden;
    border-radius:20px
}
.product-page .header-summary{
    overflow:visible
}
.product-page .header-summary .authors-container{
    margin:-10px auto 0
}
.product-page .header-summary .product-makers{
    font-size:15px;
    font-weight:300;
    color:#FFF;
    display:block;
    float:left;
    width:100%;
    margin-top:16px;
    text-align:center
}
.product-page .header-summary .account-photo .account-type{
    bottom:-7px;
    right:-7px;
    width:25px;
    height:25px;
    line-height:21px
}
.product-page .authors-container{
    margin:0 auto
}
.product-page .authors-container>.author>.account-photo{
    width:70px;
    height:70px;
    border-width:3px
}
.product-page .tagline{
    color:#FFF;
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
    margin-top:0
}
.product-page h5.tagline{
    font-size:16px
}
.product-page .rating-stars a{
    color:#FFF
}
.product-page .rating-stars input{
    opacity:0
}
.product-page .rating-stars .rating-input{
    display:inline-block
}
.product-page .rating-stars .aggregate-rating{
    display:inline-block
}
.product-page .parallax-reviews .rating-stars,.product-page .parallax-product .rating-stars{
    max-width:420px;
    margin:0 auto 30px;
    text-align:center
}
.product-page .parallax-reviews .rating-stars .rating-input .fa-full,.product-page .parallax-product .rating-stars .rating-input .fa-full{
    color:#FFF
}
.product-page .parallax-reviews .rating-stars .aggregate-rating,.product-page .parallax-product .rating-stars .aggregate-rating{
    color:#FFF
}
.product-page .pay-area{
    margin-top:15vh
}
.product-page .pay-area .product-name{
    margin-bottom:0;
    padding-bottom:15px;
    color:#FFF;
    font-size:28px;
    font-weight:300
}
.product-page .pay-area .choose-license,.product-page .pay-area .tab-content{
    max-width:420px;
    margin-left:auto;
    margin-right:auto
}
.product-page .pay-area .btn b{
    font-size:14px
}
.product-page .pay-area .btn b .discount-price{
    color:#F30;
    display:inline-block
}
.product-page .pay-area .btn b strike{
    color:#666
}
.product-page .pay-area .btn-wd{
    min-width:160px;
    width:49%
}
.product-page .pay-area form{
    display:inline-block;
    width:49%
}
.product-page .pay-area form .btn-wd{
    width:100%
}
.product-page .sharing-area .btn-social .fa{
    margin-right:5px
}
.product-page .summary .category{
    text-align:center;
    min-height:160px;
    margin-bottom:15px
}
.product-page .summary .category i{
    font-size:55px;
    display:block;
    margin-bottom:15px
}
.product-page .summary .category p{
    font-size:16px
}
.product-page .swipe-gallery{
    margin-top:20px
}
.product-page .swipe-gallery .legend{
    position:relative
}
.product-page .swipe-gallery .gallery-controller{
    position:absolute;
    right:0;
    top:0
}
.product-page .choose-license{
    margin-top:20px;
    padding-bottom:20px;
    margin-bottom:20px;
    text-align:left;
    line-height:40px;
    border-bottom:1px solid rgba(255,255,255,.2)
}
.product-page .choose-license p{
    font-size:16px;
    color:#FFF;
    line-height:34px;
    margin-bottom:0
}
.product-page .choose-license .price{
    color:#FFF;
    font-size:24px;
    font-weight:300
}
.product-page .choose-license .nav::before,.product-page .choose-license .nav::after{
    display:inline
}
.product-page .choose-license .nav>li{
    width:50%
}
.product-page .choose-license .nav>li+li{
    margin-left:-1px
}
.product-page .choose-license .nav>li:first-child a{
    border-radius:30px 0 0 30px
}
.product-page .choose-license .nav>li:last-child a{
    border-radius:0 30px 30px 0
}
.product-page .choose-license .nav>li a{
    color:#FFF;
    padding:0 19px;
    line-height:34px;
    font-size:12px;
    text-align:center;
    border:1px solid rgba(255,255,255,.3);
    opacity:.7
}
.product-page .choose-license .nav>li a:hover,.product-page .choose-license .nav>li a:focus{
    background-color:rgba(255,255,255,.1);
    opacity:1
}
.product-page .choose-license .nav>li.active a,.product-page .choose-license .nav>li.active a:hover,.product-page .choose-license .nav>li.active a:focus{
    background-color:rgba(255,255,255,.2);
    opacity:1
}
.product-page .choose-license .btn.btn-round{
    margin:5px 5px 5px 7px;
    padding:3px;
    min-width:25px
}
.product-page .sharing-area .legend{
    margin-top:30px;
    margin-bottom:45px
}
.product-page .sharing-area .btn{
    margin:0 3px 10px
}
.product-page .authors-container[data-collaborators="2"]{
    width:130px
}
.product-page .authors-container[data-collaborators="3"]{
    width:175px
}
.product-page .authors-container[data-collaborators="4"]{
    width:230px
}
.product-page .section-check-free-pro{
    overflow:hidden;
    border:0;
    padding-top:40px;
    padding-bottom:130px
}
.product-page .section-check-free-pro .image{
    margin:60px auto 0;
    max-width:520px
}
.product-page .section-check-free-pro .image img{
    width:100%;
    box-shadow:0 29px 32px -20px rgba(0,0,0,.5);
    border-radius:20px
}
.product-page .section-check-free-pro .legend{
    padding-top:10px
}
.product-page .section-check-free-pro .description{
    font-size:18px
}
.product-page .section-check-free-pro .subtitle{
    margin-top:50px;
    font-weight:600;
    font-size:16px
}
.product-page .section-check-free-pro .btn{
    margin:30px 0
}
.product-page .section-creators{
    padding-bottom:60px
}
.product-page .big-icon{
    height:160px;
    overflow:hidden;
    opacity:.5;
    text-align:center;
    width:100%
}
.product-page .big-icon i{
    font-size:280px;
    margin-top:-125px;
    display:block;
    width:100%
}
.product-page .collaborators-card{
    background-color:#FFF;
    box-shadow:0 29px 32px -20px rgba(0,0,0,.5),0 4px 11px -3px rgba(0,0,0,.25);
    padding:20px;
    border-radius:10px;
    margin-top:-50px;
    position:relative;
    z-index:4;
    transition:all 0.3s ease
}
.product-page .collaborators-card .legend,.product-page .collaborators-card .commented{
    color:#666
}
.product-page .collaborators-card .commented{
    margin-bottom:30px
}
.product-page .collaborators-card .btn-area{
    margin-top:60px
}
.product-page .collaborators-card .legend{
    margin-bottom:50px;
    margin-top:15px
}
.product-page .parallax-product{
    min-height:650px;
    height:100vh;
    max-height:930px
}
.product-page .parallax-product.section-feedback{
    height:60vh;
    max-height:500px
}
.product-page .product .description{
    height:260px;
    overflow:hidden;
    display:block;
    border-bottom:1px solid #999;
    padding:0 10px
}
.product-page .product .description.in{
    height:auto;
    border-bottom-color:transparent
}
.product-page .product .view-more{
    padding:10px 0
}
.product-page .product .summary{
    padding-top:60px
}
.small-info,.technologies{
    color:#666;
    position:relative
}
.small-info .numbers,.technologies .numbers{
    font-size:16px;
    font-weight:300;
    margin-top:5px;
    padding-left:30px;
    line-height:22px
}
.small-info .big-number,.technologies .big-number{
    font-size:28px;
    font-weight:300;
    line-height:34px
}
.small-info i,.technologies i{
    font-size:22px;
    position:absolute;
    left:0;
    top:0
}
.small-info .fa,.technologies .fa{
    font-size:28px
}
.technologies{
    display:inline-block;
    margin:0 auto;
    text-align:center
}
.technologies .numbers{
    margin-top:10px
}
.technologies .mask{
    display:inline-block;
    width:47px;
    height:47px;
    overflow:hidden;
    border-radius:50%;
    margin-top:10px
}
.technologies .mask img{
    width:100%
}
.parallax-product .title{
    padding-bottom:15px
}
@media (max-width:768px){
    .product-page .small-info{
        display:inline-block
    }
    .product-page .header-summary .col-md-3{
        text-align:center
    }
    .product-page .parallax-product{
        height:auto;
        max-height:none
    }
}
.products-bundle{
    padding:40px 0;
    border-bottom:1px solid #eee
}
.products-bundle:last-child{
    border-bottom:0;
    padding-bottom:80px
}
.black-friday .products-bundle{
    border-color:rgba(255,255,255,.2)
}
.products-bundle .product-details h3{
    margin-top:10px
}
.products-bundle .product-details h3 small{
    text-transform:uppercase;
    font-size:13px;
    font-weight:600
}
.products-bundle .product-details .description{
    margin-top:20px;
    margin-bottom:20px;
    min-height:100px;
    font-size:16px
}
.products-bundle .product-details .technologies{
    display:block;
    margin-top:20px
}
.products-bundle .picture{
    display:block
}
.products-bundle .picture img{
    border-radius:12px;
    box-shadow:0 25px 20px -21px rgba(0,0,0,.57);
    width:100%
}
.products-bundle .category{
    padding:15px 0
}
.products-bundle .category i{
    font-size:25px
}
.purchase-bundle .bundle-card{
    background-color:#FFF;
    box-shadow:0 29px 32px -20px rgba(0,0,0,.5),0 4px 11px -3px rgba(0,0,0,.25);
    color:#333;
    border-radius:10px;
    margin-top:-80px;
    min-height:300px;
    position:relative;
    z-index:4;
    transition:all 0.3s ease
}
.purchase-bundle .bundle-card .summary{
    padding:30px 20px
}
.purchase-bundle .bundle-card .license{
    padding:20px
}
.purchase-bundle .bundle-card .license .choose-package .bundle-choice{
    border:2px solid transparent;
    color:#999;
    border-radius:6px;
    padding:10px
}
.purchase-bundle .bundle-card .license .choose-package .bundle-choice.active{
    background-color:#fff;
    border:2px solid #0bf;
    color:#333
}
.purchase-bundle .bundle-card .card-footer .btn-simple{
    border-top:1px solid #CCC
}
.purchase-bundle .bundle-card .card-footer .btn{
    width:50%;
    float:left
}
.purchase-bundle .bundle-card .card-footer .btn-credit{
    border-radius:0 0 0 8px;
    padding:18px 18px
}
.purchase-bundle .bundle-card .card-footer .btn-paypal{
    border-radius:0 0 7px 0;
    padding-top:16px;
    padding-bottom:16px
}
.purchase-bundle .payment-info{
    margin-top:40px;
    margin-bottom:40px
}
.direct-download{
    padding-bottom:50px;
    padding-top:100px
}
.direct-download .register{
    margin-top:80px;
    padding-left:40px;
    text-align:center
}
.direct-download .register p{
    padding-top:10px
}
.direct-download .buttons{
    margin-top:20px
}
.ui-helper-hidden{
    display:none
}
.ui-helper-hidden-accessible{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.ui-helper-reset{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    line-height:1.3;
    text-decoration:none;
    font-size:100%;
    list-style:none
}
.ui-helper-clearfix:before,.ui-helper-clearfix:after{
    content:"";
    display:table;
    border-collapse:collapse
}
.ui-helper-clearfix:after{
    clear:both
}
.ui-helper-clearfix{
    min-height:0
}
.ui-helper-zfix{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    opacity:0;
    filter:Alpha(Opacity=0)
}
.ui-front{
    z-index:100
}
.ui-state-disabled{
    cursor:default!important
}
.ui-icon{
    display:block;
    text-indent:-99999px;
    overflow:hidden;
    background-repeat:no-repeat
}
.ui-widget-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.ui-autocomplete{
    position:absolute;
    top:0;
    left:0;
    cursor:default
}
.ui-menu{
    list-style:none;
    padding:2px;
    margin:0;
    display:block;
    outline:none
}
.ui-menu .ui-menu{
    margin-top:-3px;
    position:absolute
}
.ui-menu .ui-menu-item{
    margin:0;
    padding:0;
    width:100%;
    list-style-image:url(data:image/gif;
    base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.ui-menu .ui-menu-divider{
    margin:5px -2px 5px -2px;
    height:0;
    font-size:0;
    line-height:0;
    border-width:1px 0 0 0
}
.ui-menu .ui-menu-item a{
    text-decoration:none;
    display:block;
    padding:2px .4em;
    line-height:1.5;
    min-height:0;
    font-weight:400
}
.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{
    font-weight:400;
    margin:-1px
}
.ui-menu .ui-state-disabled{
    font-weight:400;
    margin:.4em 0 .2em;
    line-height:1.5
}
.ui-menu .ui-state-disabled a{
    cursor:default
}
.ui-menu-icons{
    position:relative
}
.ui-menu-icons .ui-menu-item a{
    position:relative;
    padding-left:2em
}
.ui-menu .ui-icon{
    position:absolute;
    top:.2em;
    left:.2em
}
.ui-menu .ui-menu-icon{
    position:static;
    float:right
}
.ui-widget{
    font-family:Verdana,Arial,sans-serif;
    font-size:1.1em
}
.ui-widget .ui-widget{
    font-size:1em
}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{
    font-family:Verdana,Arial,sans-serif;
    font-size:1em
}
.ui-widget-content{
    border:1px solid #aaa;
    background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color:#222
}
.ui-widget-content a{
    color:#222
}
.ui-widget-header{
    border:1px solid #aaa;
    background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color:#222;
    font-weight:700
}
.ui-widget-header a{
    color:#222
}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{
    border:1px solid #d3d3d3;
    background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#555
}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{
    color:#555;
    text-decoration:none
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{
    border:1px solid #999;
    background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#212121
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{
    color:#212121;
    text-decoration:none
}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{
    border:1px solid #aaa;
    background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight:400;
    color:#212121
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{
    color:#212121;
    text-decoration:none
}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{
    border:1px solid #fcefa1;
    background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color:#363636
}
.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{
    color:#363636
}
.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{
    border:1px solid #cd0a0a;
    background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color:#cd0a0a
}
.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{
    color:#cd0a0a
}
.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{
    color:#cd0a0a
}
.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{
    font-weight:700
}
.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{
    opacity:.7;
    filter:Alpha(Opacity=70);
    font-weight:400
}
.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{
    opacity:.35;
    filter:Alpha(Opacity=35);
    background-image:none
}
.ui-state-disabled .ui-icon{
    filter:Alpha(Opacity=35)
}
.ui-icon{
    width:16px;
    height:16px
}
.ui-icon,.ui-widget-content .ui-icon{
    background-image:url(images/ui-icons_222222_256x240.png)
}
.ui-widget-header .ui-icon{
    background-image:url(images/ui-icons_222222_256x240.png)
}
.ui-state-default .ui-icon{
    background-image:url(images/ui-icons_888888_256x240.png)
}
.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{
    background-image:url(images/ui-icons_454545_256x240.png)
}
.ui-state-active .ui-icon{
    background-image:url(images/ui-icons_454545_256x240.png)
}
.ui-state-highlight .ui-icon{
    background-image:url(images/ui-icons_2e83ff_256x240.png)
}
.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{
    background-image:url(images/ui-icons_cd0a0a_256x240.png)
}
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{
    border-top-left-radius:4px
}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{
    border-top-right-radius:4px
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{
    border-bottom-left-radius:4px
}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{
    border-bottom-right-radius:4px
}
.ui-widget-overlay{
    background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity:.3;
    filter:Alpha(Opacity=30)
}
.ui-widget-shadow{
    margin:-8px 0 0 -8px;
    padding:8px;
    background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity:.3;
    filter:Alpha(Opacity=30);
    border-radius:8px
}
.mentions-input-box{
    position:relative;
    background:#fff
}
.mentions-input-box textarea{
    width:100%;
    display:block;
    padding:9px;
    border:1px solid #dcdcdc;
    border-radius:3px;
    overflow:hidden;
    background:transparent;
    position:relative;
    outline:0;
    resize:none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.mentions-input-box .mentions-autocomplete-list{
    display:none;
    background:#fff;
    border:1px solid #CCC;
    position:absolute;
    left:0;
    right:0;
    z-index:10000;
    margin-top:-2px;
    border-radius:0 0 3px 3px
}
.mentions-input-box .mentions-autocomplete-list ul{
    margin:0;
    padding:0;
    width:100%
}
.mentions-input-box .mentions-autocomplete-list li{
    background-color:#fff;
    padding:5px 5px;
    margin:0;
    border-bottom:1px solid #eee;
    overflow:hidden;
    cursor:pointer;
    list-style:none;
    white-space:nowrap;
    width:100%;
    line-height:40px;
    color:#888
}
.mentions-input-box .mentions-autocomplete-list li:last-child{
    border-radius:0 0 5px 5px
}
.mentions-input-box .mentions-autocomplete-list li>.avatar-container,.mentions-input-box .mentions-autocomplete-list li>div.icon{
    width:30px;
    height:30px;
    float:left;
    margin-top:5px;
    margin-right:10px;
    border-radius:50%;
    overflow:hidden
}
.mentions-input-box .mentions-autocomplete-list li>.avatar-container img{
    width:100%;
    height:auto;
    vertical-align:top
}
.mentions-input-box .mentions-autocomplete-list li em{
    font-weight:700;
    font-style:none
}
.mentions-input-box .mentions-autocomplete-list li:hover,.mentions-input-box .mentions-autocomplete-list li.active{
    background-color:#f2f2f2
}
.mentions-input-box .mentions-autocomplete-list li b{
    font-weight:700;
    color:#444
}
.mentions-input-box .mentions{
    position:absolute;
    left:1px;
    right:0;
    top:1px;
    bottom:0;
    padding:9px;
    color:#fff;
    overflow:hidden;
    white-space:pre-wrap;
    word-wrap:break-word
}
.mentions-input-box .mentions>div{
    color:#fff;
    white-space:pre-wrap;
    width:100%
}
.mentions-input-box .mentions>div>strong{
    font-weight:400;
    background:#d8dfea
}
.mentions-input-box .mentions>div>strong>span{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.pswp{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    overflow:hidden;
    -ms-touch-action:none;
    touch-action:none;
    z-index:1500;
    -webkit-text-size-adjust:100%;
    -webkit-backface-visibility:hidden;
    outline:none
}
.pswp *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.pswp img{
    max-width:none
}
.pswp--animate_opacity{
    opacity:.001;
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
    transition:opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--open{
    display:block
}
.pswp--zoom-allowed .pswp__img{
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.pswp--zoomed-in .pswp__img{
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab
}
.pswp--dragging .pswp__img{
    cursor:-webkit-grabbing;
    cursor:-moz-grabbing;
    cursor:grabbing
}
.pswp__bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    -webkit-backface-visibility:hidden;
    will-change:opacity
}
.pswp__scroll-wrap{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.pswp__container,.pswp__zoom-wrap{
    -ms-touch-action:none;
    touch-action:none;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0
}
.pswp__container,.pswp__img{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.pswp__zoom-wrap{
    position:absolute;
    width:100%;
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
    -webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);
    transition:transform 333ms cubic-bezier(.4,0,.22,1)
}
.pswp__bg{
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
    transition:opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{
    -webkit-transition:none;
    transition:none
}
.pswp__container,.pswp__zoom-wrap{
    -webkit-backface-visibility:hidden;
    will-change:transform
}
.pswp__item{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow:hidden
}
.pswp__img{
    position:absolute;
    width:auto;
    height:auto;
    top:0;
    left:0
}
.pswp__img--placeholder{
    -webkit-backface-visibility:hidden
}
.pswp__img--placeholder--blank{
    background:#222
}
.pswp--ie .pswp__img{
    width:100%!important;
    height:auto!important;
    left:0;
    top:0
}
.pswp__error-msg{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    text-align:center;
    font-size:14px;
    line-height:16px;
    margin-top:-8px;
    color:#CCC
}
.pswp__error-msg a{
    color:#CCC;
    text-decoration:underline
}
.pswp__button{
    width:44px;
    height:44px;
    position:relative;
    background:none;
    cursor:pointer;
    overflow:visible;
    -webkit-appearance:none;
    display:block;
    border:0;
    padding:0;
    margin:0;
    float:right;
    opacity:.75;
    -webkit-transition:opacity 0.2s;
    transition:opacity 0.2s;
    -webkit-box-shadow:none;
    box-shadow:none
}
.pswp__button:focus,.pswp__button:hover{
    opacity:1
}
.pswp__button:active{
    outline:none;
    opacity:.9
}
.pswp__button::-moz-focus-inner{
    padding:0;
    border:0
}
.pswp__ui--over-close .pswp__button--close{
    opacity:1
}
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{
    background:url(https://s3.amazonaws.com/creativetim_bucket/tim_static_images/default-skin.png) 0 0 no-repeat;
    background-size:264px 88px;
    width:44px;
    height:44px
}
@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){
    .pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{
        background-image:url(https://s3.amazonaws.com/creativetim_bucket/tim_static_images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{
        background:none
    }
}
.pswp__button--close{
    background-position:0 -44px
}
.pswp__button--share{
    background-position:-44px -44px
}
.pswp__button--fs{
    display:none
}
.pswp--supports-fs .pswp__button--fs{
    display:block
}
.pswp--fs .pswp__button--fs{
    background-position:-44px 0
}
.pswp__button--zoom{
    display:none;
    background-position:-88px 0
}
.pswp--zoom-allowed .pswp__button--zoom{
    display:block
}
.pswp--zoomed-in .pswp__button--zoom{
    background-position:-132px 0
}
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{
    visibility:hidden
}
.pswp__button--arrow--left,.pswp__button--arrow--right{
    background:none;
    top:50%;
    margin-top:-50px;
    width:70px;
    height:100px;
    position:absolute
}
.pswp__button--arrow--left{
    left:0
}
.pswp__button--arrow--right{
    right:0
}
.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{
    content:'';
    top:35px;
    background-color:rgba(0,0,0,.3);
    height:30px;
    width:32px;
    position:absolute
}
.pswp__button--arrow--left:before{
    left:6px;
    background-position:-138px -44px
}
.pswp__button--arrow--right:before{
    right:6px;
    background-position:-94px -44px
}
.pswp__counter,.pswp__share-modal{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.pswp__share-modal{
    display:block;
    background:rgba(0,0,0,.5);
    width:100%;
    height:100%;
    top:0;
    left:0;
    padding:10px;
    position:absolute;
    z-index:1600;
    opacity:0;
    -webkit-transition:opacity 0.25s ease-out;
    transition:opacity 0.25s ease-out;
    -webkit-backface-visibility:hidden;
    will-change:opacity
}
.pswp__share-modal--hidden{
    display:none
}
.pswp__share-tooltip{
    z-index:1620;
    position:absolute;
    background:#FFF;
    top:56px;
    border-radius:2px;
    display:block;
    width:auto;
    right:44px;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);
    box-shadow:0 2px 5px rgba(0,0,0,.25);
    -webkit-transform:translateY(6px);
    -ms-transform:translateY(6px);
    transform:translateY(6px);
    -webkit-transition:-webkit-transform 0.25s;
    transition:transform 0.25s;
    -webkit-backface-visibility:hidden;
    will-change:transform
}
.pswp__share-tooltip a{
    display:block;
    padding:8px 12px;
    color:#000;
    text-decoration:none;
    font-size:14px;
    line-height:18px
}
.pswp__share-tooltip a:hover{
    text-decoration:none;
    color:#000
}
.pswp__share-tooltip a:first-child{
    border-radius:2px 2px 0 0
}
.pswp__share-tooltip a:last-child{
    border-radius:0 0 2px 2px
}
.pswp__share-modal--fade-in{
    opacity:1
}
.pswp__share-modal--fade-in .pswp__share-tooltip{
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
}
.pswp--touch .pswp__share-tooltip a{
    padding:16px 12px
}
a.pswp__share--facebook:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:-12px;
    right:15px;
    border:6px solid transparent;
    border-bottom-color:#FFF;
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    pointer-events:none
}
a.pswp__share--facebook:hover{
    background:#3E5C9A;
    color:#FFF
}
a.pswp__share--facebook:hover:before{
    border-bottom-color:#3E5C9A
}
a.pswp__share--twitter:hover{
    background:#55ACEE;
    color:#FFF
}
a.pswp__share--pinterest:hover{
    background:#CCC;
    color:#CE272D
}
a.pswp__share--download:hover{
    background:#DDD
}
.pswp__counter{
    position:absolute;
    left:0;
    top:0;
    height:44px;
    font-size:13px;
    line-height:44px;
    color:#FFF;
    opacity:.75;
    padding:0 10px
}
.pswp__caption{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    min-height:44px
}
.pswp__caption small{
    font-size:11px;
    color:#BBB
}
.pswp__caption__center{
    text-align:left;
    max-width:420px;
    margin:0 auto;
    font-size:13px;
    padding:10px;
    line-height:20px;
    color:#CCC
}
.pswp__caption--empty{
    display:none
}
.pswp__caption--fake{
    visibility:hidden
}
.pswp__preloader{
    width:44px;
    height:44px;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-22px;
    opacity:0;
    -webkit-transition:opacity 0.25s ease-out;
    transition:opacity 0.25s ease-out;
    will-change:opacity;
    direction:ltr
}
.pswp__preloader__icn{
    width:20px;
    height:20px;
    margin:12px
}
.pswp__preloader--active{
    opacity:1
}
.pswp__preloader--active .pswp__preloader__icn{
    background:url(https://s3.amazonaws.com/creativetim_bucket/tim_static_images/preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active{
    opacity:1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{
    -webkit-animation:clockwise 500ms linear infinite;
    animation:clockwise 500ms linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{
    -webkit-animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
    animation:donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite
}
.pswp--css_animation .pswp__preloader__icn{
    background:none;
    opacity:.75;
    width:14px;
    height:14px;
    position:absolute;
    left:15px;
    top:15px;
    margin:0
}
.pswp--css_animation .pswp__preloader__cut{
    position:relative;
    width:7px;
    height:14px;
    overflow:hidden
}
.pswp--css_animation .pswp__preloader__donut{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:14px;
    height:14px;
    border:2px solid #FFF;
    border-radius:50%;
    border-left-color:transparent;
    border-bottom-color:transparent;
    position:absolute;
    top:0;
    left:0;
    background:none;
    margin:0
}
@media screen and (max-width:1024px){
    .pswp__preloader{
        position:relative;
        left:auto;
        top:auto;
        margin:0;
        float:right
    }
}
@-webkit-keyframes clockwise{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes clockwise{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes donut-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg)
    }
    100%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
@keyframes donut-rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    50%{
        -webkit-transform:rotate(-140deg);
        transform:rotate(-140deg)
    }
    100%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
}
.pswp__ui{
    -webkit-font-smoothing:auto;
    visibility:visible;
    opacity:1;
    z-index:1550
}
.pswp__top-bar{
    position:absolute;
    left:0;
    top:0;
    height:44px;
    width:100%
}
.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{
    -webkit-backface-visibility:hidden;
    will-change:opacity;
    -webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);
    transition:opacity 333ms cubic-bezier(.4,0,.22,1)
}
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{
    visibility:visible
}
.pswp__top-bar,.pswp__caption{
    background-color:rgba(0,0,0,.5)
}
.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{
    background-color:rgba(0,0,0,.3)
}
.pswp__ui--idle .pswp__top-bar{
    opacity:0
}
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{
    opacity:0
}
.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{
    opacity:.001
}
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{
    display:none
}
.pswp__element--disabled{
    display:none!important
}
.pswp--minimal--dark .pswp__top-bar{
    background:none
}
@font-face{
    font-family:'ios7-style-font-icons';
    src:url(icons/pe-icon/ios7-style-font-icons.eot);
    src:url(icons/pe-icon/ios7-style-font-icons.eot) format("embedded-opentype"),url(icons/pe-icon/ios7-style-font-icons.ttf) format("truetype"),url(icons/pe-icon/ios7-style-font-icons.woff) format("woff");
    font-weight:400;
    font-style:normal
}
.icon7-stack{
    position:relative;
    display:inline-block;
    width:1.7em;
    height:1.7em;
    line-height:1.7em!important;
    vertical-align:-30%;
    text-align:center
}
.icon7-stack [class^="icon7-"],.icon7-stack [class*=" icon7-"]{
    display:block;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    line-height:inherit;
    font-size:1em;
    *line-height:1.3em
}
[class^="icon7-"],[class*=" icon7-"]{
    font-family:'ios7-style-font-icons';
    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
}
.icon7-stack .icon7-stack-base{
    font-size:1.6em;
    *line-height:1.3em
}
.iconSize-large{
    font-size:1.333em
}
.iconSize-2x{
    font-size:1.8em
}
.iconSize-3x{
    font-size:3em
}
.iconSize-4x{
    font-size:4em
}
.iconSize-5x{
    font-size:5em
}
.icons-ul li{
    list-style:none
}
.icons-ul li i{
    margin-right:5px
}
.icon7-light{
    color:#fff
}
[class^="icon7-"],[class*=" icon7-"]{
    font-family:'ios7-style-font-icons';
    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
}
.icon7-zoom-out:before{
    content:"\e600"
}
.icon7-zoom-in:before{
    content:"\e601"
}
.icon7-youtube:before{
    content:"\e602"
}
.icon7-youtube-sign:before{
    content:"\e603"
}
.icon7-xing:before{
    content:"\e604"
}
.icon7-xing-sign:before{
    content:"\e605"
}
.icon7-wrench:before{
    content:"\e606"
}
.icon7-windows:before{
    content:"\e607"
}
.icon7-windows-alt:before{
    content:"\e608"
}
.icon7-warning-sign:before{
    content:"\e609"
}
.icon7-volume-up:before{
    content:"\e60a"
}
.icon7-volume-off:before{
    content:"\e60b"
}
.icon7-volume-down:before{
    content:"\e60c"
}
.icon7-vimeo:before{
    content:"\e60d"
}
.icon7-vimeo-alt:before{
    content:"\e60e"
}
.icon7-user:before{
    content:"\e60f"
}
.icon7-user-alt:before{
    content:"\e610"
}
.icon7-usd:before,.icon7-dollar:before{
    content:"\e611"
}
.icon7-upload:before{
    content:"\e612"
}
.icon7-upload-alt:before{
    content:"\e613"
}
.icon7-unlock:before{
    content:"\e614"
}
.icon7-unlock-alt:before{
    content:"\e615"
}
.icon7-unlink:before{
    content:"\e616"
}
.icon7-undo:before,.icon7-rotate-left:before{
    content:"\e617"
}
.icon7-underline:before{
    content:"\e618"
}
.icon7-umbrella:before{
    content:"\e619"
}
.icon7-twitter:before{
    content:"\e61a"
}
.icon7-twitter-sign:before{
    content:"\e61b"
}
.icon7-twitter-alt:before{
    content:"\e61c"
}
.icon7-tumblr:before{
    content:"\e61d"
}
.icon7-tumblr-sign:before{
    content:"\e61e"
}
.icon7-tumblr-alt:before{
    content:"\e61f"
}
.icon7-truck:before{
    content:"\e620"
}
.icon7-trello:before{
    content:"\e621"
}
.icon7-trash:before{
    content:"\e622"
}
.icon7-tint:before{
    content:"\e623"
}
.icon7-tint-alt:before{
    content:"\e624"
}
.icon7-time:before{
    content:"\e625"
}
.icon7-ticket:before{
    content:"\e626"
}
.icon7-thumbs-up:before{
    content:"\e627"
}
.icon7-thumbs-up-alt:before{
    content:"\e628"
}
.icon7-thumbs-down:before{
    content:"\e629"
}
.icon7-thumbs-down-alt:before{
    content:"\e62a"
}
.icon7-th:before{
    content:"\e62b"
}
.icon7-th-list:before{
    content:"\e62c"
}
.icon7-th-large:before{
    content:"\e62d"
}
.icon7-text-width:before{
    content:"\e62e"
}
.icon7-text-height:before{
    content:"\e62f"
}
.icon7-terminal:before{
    content:"\e630"
}
.icon7-tasks:before{
    content:"\e631"
}
.icon7-tags:before{
    content:"\e632"
}
.icon7-tag:before{
    content:"\e633"
}
.icon7-tablet:before{
    content:"\e634"
}
.icon7-table:before{
    content:"\e635"
}
.icon7-superscript:before{
    content:"\e636"
}
.icon7-sun:before{
    content:"\e637"
}
.icon7-suitcase:before{
    content:"\e638"
}
.icon7-suitcase-alt:before{
    content:"\e639"
}
.icon7-subscript:before{
    content:"\e63a"
}
.icon7-strikethrough:before{
    content:"\e63b"
}
.icon7-stop:before{
    content:"\e63c"
}
.icon7-stop-alt:before{
    content:"\e63d"
}
.icon7-step-forward:before{
    content:"\e63e"
}
.icon7-step-forward-alt:before{
    content:"\e63f"
}
.icon7-step-backward:before{
    content:"\e640"
}
.icon7-step-backward-alt:before{
    content:"\e641"
}
.icon7-star:before{
    content:"\e642"
}
.icon7-star-half:before{
    content:"\e643"
}
.icon7-star-half-empty:before,.icon7-star-half-full:before{
    content:"\e644"
}
.icon7-star-empty:before{
    content:"\e645"
}
.icon7-stackexchange:before{
    content:"\e646"
}
.icon7-spinner:before{
    content:"\e647"
}
.icon7-soundcloud:before{
    content:"\e648"
}
.icon7-soundcloud-alt:before{
    content:"\e649"
}
.icon7-sort:before{
    content:"\e64a"
}
.icon7-sort-up:before{
    content:"\e64b"
}
.icon7-sort-down:before{
    content:"\e64c"
}
.icon7-sort-by-order:before{
    content:"\e64d"
}
.icon7-sort-by-order-alt:before{
    content:"\e64e"
}
.icon7-sort-by-attributes:before{
    content:"\e64f"
}
.icon7-sort-by-attributes-alt:before{
    content:"\e650"
}
.icon7-sort-by-alphabet:before{
    content:"\e651"
}
.icon7-sort-by-alphabet-alt:before{
    content:"\e652"
}
.icon7-smile:before{
    content:"\e653"
}
.icon7-skype:before{
    content:"\e654"
}
.icon7-skype-sign:before{
    content:"\e655"
}
.icon7-skype-alt:before{
    content:"\e656"
}
.icon7-sitemap:before{
    content:"\e657"
}
.icon7-signout:before{
    content:"\e658"
}
.icon7-signin:before{
    content:"\e659"
}
.icon7-signal:before{
    content:"\e65a"
}
.icon7-sign-blank:before{
    content:"\e65b"
}
.icon7-sign-blank-alt:before{
    content:"\e65c"
}
.icon7-shopping-cart:before{
    content:"\e65d"
}
.icon7-shield:before{
    content:"\e65e"
}
.icon7-share:before{
    content:"\e65f"
}
.icon7-share-sign:before{
    content:"\e660"
}
.icon7-share-alt:before,.icon7-mail-forward:before{
    content:"\e661"
}
.icon7-search:before{
    content:"\e662"
}
.icon7-screenshot:before{
    content:"\e663"
}
.icon7-save:before{
    content:"\e664"
}
.icon7-rss:before{
    content:"\e665"
}
.icon7-rss-sign:before{
    content:"\e666"
}
.icon7-rocket:before{
    content:"\e667"
}
.icon7-retweet:before{
    content:"\e668"
}
.icon7-resize-vertical:before{
    content:"\e669"
}
.icon7-resize-small:before{
    content:"\e66a"
}
.icon7-resize-horizontal:before{
    content:"\e66b"
}
.icon7-resize-full:before{
    content:"\e66c"
}
.icon7-reply:before,.icon7-mail-reply:before{
    content:"\e66d"
}
.icon7-reply-all:before{
    content:"\e66e"
}
.icon7-reply-all-alt:before{
    content:"\e66f"
}
.icon7-repeat:before,.icon7-rotate-right:before{
    content:"\e670"
}
.icon7-reorder:before{
    content:"\e671"
}
.icon7-remove:before{
    content:"\e672"
}
.icon7-remove-sign:before{
    content:"\e673"
}
.icon7-remove-circle:before{
    content:"\e674"
}
.icon7-refresh:before{
    content:"\e675"
}
.icon7-random:before{
    content:"\e676"
}
.icon7-quote-right:before{
    content:"\e677"
}
.icon7-quote-right-alt:before{
    content:"\e678"
}
.icon7-quote-left:before{
    content:"\e679"
}
.icon7-quote-left-alt:before{
    content:"\e67a"
}
.icon7-question:before{
    content:"\e67b"
}
.icon7-question-sign:before{
    content:"\e67c"
}
.icon7-qrcode:before{
    content:"\e67d"
}
.icon7-puzzle-piece:before{
    content:"\e67e"
}
.icon7-pushpin:before{
    content:"\e67f"
}
.icon7-print:before{
    content:"\e680"
}
.icon7-plus:before{
    content:"\e681"
}
.icon7-plus-sign:before{
    content:"\e682"
}
.icon7-plus-sign-alt:before{
    content:"\e683"
}
.icon7-play:before{
    content:"\e684"
}
.icon7-play-circle:before{
    content:"\e685"
}
.icon7-play-alt:before{
    content:"\e686"
}
.icon7-plane:before{
    content:"\e687"
}
.icon7-pinterest:before{
    content:"\e688"
}
.icon7-pinterest-sign:before{
    content:"\e689"
}
.icon7-picture:before{
    content:"\e68a"
}
.icon7-phone:before{
    content:"\e68b"
}
.icon7-phone-sign:before{
    content:"\e68c"
}
.icon7-phone-sign-alt:before{
    content:"\e68d"
}
.icon7-phone-alt:before{
    content:"\e68e"
}
.icon7-pencil:before{
    content:"\e68f"
}
.icon7-pause:before{
    content:"\e690"
}
.icon7-pause-alt:before{
    content:"\e691"
}
.icon7-paste:before{
    content:"\e692"
}
.icon7-paper-clip:before,.icon7-paperclip:before{
    content:"\e693"
}
.icon7-ok:before{
    content:"\e694"
}
.icon7-ok-circle:before{
    content:"\e695"
}
.icon7-off:before,.icon7-power-off:before{
    content:"\e696"
}
.icon7-music:before{
    content:"\e697"
}
.icon7-move:before{
    content:"\e698"
}
.icon7-moon:before{
    content:"\e699"
}
.icon7-money:before{
    content:"\e69a"
}
.icon7-mobile-phone:before{
    content:"\e69b"
}
.icon7-minus:before{
    content:"\e69c"
}
.icon7-minus-sign:before{
    content:"\e69d"
}
.icon7-minus-sign-alt:before{
    content:"\e69e"
}
.icon7-microphone:before{
    content:"\e69f"
}
.icon7-microphone-off:before{
    content:"\e6a0"
}
.icon7-meh:before{
    content:"\e6a1"
}
.icon7-medkit:before{
    content:"\e6a2"
}
.icon7-maxcdn:before{
    content:"\e6a3"
}
.icon7-map-marker:before{
    content:"\e6a4"
}
.icon7-male:before{
    content:"\e6a5"
}
.icon7-male-sign:before{
    content:"\e6a6"
}
.icon7-male-sign-alt:before{
    content:"\e6a7"
}
.icon7-male-alt:before{
    content:"\e6a8"
}
.icon7-mail-reply-all:before{
    content:"\e6a9"
}
.icon7-magnet:before{
    content:"\e6aa"
}
.icon7-magic:before{
    content:"\e6ab"
}
.icon7-long-arrow-up:before{
    content:"\e6ac"
}
.icon7-long-arrow-right:before{
    content:"\e6ad"
}
.icon7-long-arrow-left:before{
    content:"\e6ae"
}
.icon7-long-arrow-down:before{
    content:"\e6af"
}
.icon7-lock:before{
    content:"\e6b0"
}
.icon7-location-arrow:before{
    content:"\e6b1"
}
.icon7-list-ul:before,.icon7-list:before{
    content:"\e6b2"
}
.icon7-list-ol:before{
    content:"\e6b3"
}
.icon7-list-alt:before{
    content:"\e6b4"
}
.icon7-linux:before{
    content:"\e6b5"
}
.icon7-linkedin:before{
    content:"\e6b6"
}
.icon7-linkedin-sign:before{
    content:"\e6b7"
}
.icon7-linkedin-alt:before{
    content:"\e6b8"
}
.icon7-link:before{
    content:"\e6b9"
}
.icon7-lightbulb:before{
    content:"\e6ba"
}
.icon7-level-up:before{
    content:"\e6bb"
}
.icon7-level-down:before{
    content:"\e6bc"
}
.icon7-lemon:before{
    content:"\e6bd"
}
.icon7-legal:before{
    content:"\e6be"
}
.icon7-leaf:before{
    content:"\e6bf"
}
.icon7-laptop:before{
    content:"\e6c0"
}
.icon7-krw:before,.icon7-won:before{
    content:"\e6c1"
}
.icon7-keyboard:before{
    content:"\e6c2"
}
.icon7-key:before{
    content:"\e6c3"
}
.icon7-jpy:before,.icon7-yen:before{
    content:"\e6c4"
}
.icon7-italic:before{
    content:"\e6c5"
}
.icon7-instagram:before{
    content:"\e6c6"
}
.icon7-instagram-sign:before{
    content:"\e6c7"
}
.icon7-info:before{
    content:"\e6c8"
}
.icon7-info-sign:before{
    content:"\e6c9"
}
.icon7-indent-right:before{
    content:"\e6ca"
}
.icon7-indent-left:before{
    content:"\e6cb"
}
.icon7-inbox:before{
    content:"\e6cc"
}
.icon7-html5:before{
    content:"\e6cd"
}
.icon7-hospital:before{
    content:"\e6ce"
}
.icon7-home:before{
    content:"\e6cf"
}
.icon7-heart:before{
    content:"\e6d0"
}
.icon7-heart-empty:before{
    content:"\e6d1"
}
.icon7-headphones:before{
    content:"\e6d2"
}
.icon7-hdd:before{
    content:"\e6d3"
}
.icon7-hand-up:before{
    content:"\e6d4"
}
.icon7-hand-right:before{
    content:"\e6d5"
}
.icon7-hand-left:before{
    content:"\e6d6"
}
.icon7-hand-down:before{
    content:"\e6d7"
}
.icon7-h-sign:before{
    content:"\e6d8"
}
.icon7-group:before{
    content:"\e6d9"
}
.icon7-google-plus:before{
    content:"\e6da"
}
.icon7-google-plus-sign:before{
    content:"\e6db"
}
.icon7-google-plus-alt:before{
    content:"\e6dc"
}
.icon7-globe:before{
    content:"\e6dd"
}
.icon7-glasses:before{
    content:"\e6de"
}
.icon7-glass:before{
    content:"\e6df"
}
.icon7-gittip:before{
    content:"\e6e0"
}
.icon7-github:before{
    content:"\e6e1"
}
.icon7-gift:before{
    content:"\e6e2"
}
.icon7-gbp:before{
    content:"\e6e3"
}
.icon7-gamepad:before{
    content:"\e6e4"
}
.icon7-frown:before{
    content:"\e6e5"
}
.icon7-foursquare:before{
    content:"\e6e6"
}
.icon7-forward:before{
    content:"\e6e7"
}
.icon7-forward-alt:before{
    content:"\e6e8"
}
.icon7-food:before{
    content:"\e6e9"
}
.icon7-font:before{
    content:"\e6ea"
}
.icon7-folder-open:before{
    content:"\e6eb"
}
.icon7-folder-open-alt:before{
    content:"\e6ec"
}
.icon7-folder-close:before{
    content:"\e6ed"
}
.icon7-folder-close-alt:before{
    content:"\e6ee"
}
.icon7-flickr:before{
    content:"\e6ef"
}
.icon7-flickr-alt:before{
    content:"\e6f0"
}
.icon7-flag:before{
    content:"\e6f1"
}
.icon7-flag-checkered:before{
    content:"\e6f2"
}
.icon7-flag-alt:before{
    content:"\e6f3"
}
.icon7-fire:before{
    content:"\e6f4"
}
.icon7-filter:before{
    content:"\e6f5"
}
.icon7-film:before{
    content:"\e6f6"
}
.icon7-file:before{
    content:"\e6f7"
}
.icon7-file-text:before{
    content:"\e6f8"
}
.icon7-file-text-alt:before{
    content:"\e6f9"
}
.icon7-file-alt:before{
    content:"\e6fa"
}
.icon7-fighter-jet:before{
    content:"\e6fb"
}
.icon7-female:before{
    content:"\e6fc"
}
.icon7-female-sign:before{
    content:"\e6fd"
}
.icon7-female-sign-alt:before{
    content:"\e6fe"
}
.icon7-female-alt:before{
    content:"\e6ff"
}
.icon7-fast-forward:before{
    content:"\e700"
}
.icon7-fast-forward-alt:before{
    content:"\e701"
}
.icon7-fast-backward:before{
    content:"\e702"
}
.icon7-fast-backward-alt:before{
    content:"\e703"
}
.icon7-facetime-video:before{
    content:"\e704"
}
.icon7-facebook:before{
    content:"\e705"
}
.icon7-facebook-sign:before{
    content:"\e706"
}
.icon7-facebook-alt:before{
    content:"\e707"
}
.icon7-eye-open:before{
    content:"\e708"
}
.icon7-eye-close:before{
    content:"\e709"
}
.icon7-external-link:before{
    content:"\e70a"
}
.icon7-expand:before,.icon7-fullscreen:before{
    content:"\e70b"
}
.icon7-expand-alt:before{
    content:"\e70c"
}
.icon7-exclamation:before{
    content:"\e70d"
}
.icon7-exclamation-sign:before{
    content:"\e70e"
}
.icon7-exchange:before{
    content:"\e70f"
}
.icon7-eur:before,.icon7-euro:before{
    content:"\e710"
}
.icon7-eraser:before{
    content:"\e711"
}
.icon7-envelope:before{
    content:"\e712"
}
.icon7-envelope-alt:before{
    content:"\e713"
}
.icon7-ellipsis-vertical:before{
    content:"\e714"
}
.icon7-ellipsis-horizontal:before{
    content:"\e715"
}
.icon7-eject:before{
    content:"\e716"
}
.icon7-eject-alt:before{
    content:"\e717"
}
.icon7-edit:before{
    content:"\e718"
}
.icon7-edit-sign:before{
    content:"\e719"
}
.icon7-dropbox:before{
    content:"\e71a"
}
.icon7-dribbble:before{
    content:"\e71b"
}
.icon7-download:before{
    content:"\e71c"
}
.icon7-download-alt:before{
    content:"\e71d"
}
.icon7-double-angle-up:before{
    content:"\e71e"
}
.icon7-double-angle-right:before{
    content:"\e71f"
}
.icon7-double-angle-left:before{
    content:"\e720"
}
.icon7-double-angle-down:before{
    content:"\e721"
}
.icon7-desktop:before{
    content:"\e722"
}
.icon7-dashboard:before{
    content:"\e723"
}
.icon7-cut:before{
    content:"\e724"
}
.icon7-css3:before{
    content:"\e725"
}
.icon7-crop:before{
    content:"\e726"
}
.icon7-credit-card:before{
    content:"\e727"
}
.icon7-copy:before{
    content:"\e728"
}
.icon7-compass:before{
    content:"\e729"
}
.icon7-comments:before{
    content:"\e72a"
}
.icon7-comments-alt:before{
    content:"\e72b"
}
.icon7-comment:before{
    content:"\e72c"
}
.icon7-comment-alt:before{
    content:"\e72d"
}
.icon7-columns:before{
    content:"\e72e"
}
.icon7-collapse:before{
    content:"\e72f"
}
.icon7-collapse-top:before{
    content:"\e730"
}
.icon7-collapse-alt:before{
    content:"\e731"
}
.icon7-cogs:before,.icon7-gears:before{
    content:"\e732"
}
.icon7-cog:before,.icon7-gear:before{
    content:"\e733"
}
.icon7-coffee:before{
    content:"\e734"
}
.icon7-code:before{
    content:"\e735"
}
.icon7-code-fork:before{
    content:"\e736"
}
.icon7-cloud:before{
    content:"\e737"
}
.icon7-cloud-upload:before{
    content:"\e738"
}
.icon7-cloud-download:before{
    content:"\e739"
}
.icon7-cloud-alt:before{
    content:"\e73a"
}
.icon7-circle:before{
    content:"\e73b"
}
.icon7-circle-blank:before{
    content:"\e73c"
}
.icon7-circle-arrow-up:before{
    content:"\e73d"
}
.icon7-circle-arrow-right:before{
    content:"\e73e"
}
.icon7-circle-arrow-left:before{
    content:"\e73f"
}
.icon7-circle-arrow-down:before{
    content:"\e740"
}
.icon7-chevron-up:before{
    content:"\e741"
}
.icon7-chevron-right:before{
    content:"\e742"
}
.icon7-chevron-left:before{
    content:"\e743"
}
.icon7-chevron-down:before{
    content:"\e744"
}
.icon7-check:before{
    content:"\e745"
}
.icon7-check-sign:before{
    content:"\e746"
}
.icon7-check-sign-alt:before{
    content:"\e747"
}
.icon7-check-minus:before{
    content:"\e748"
}
.icon7-check-empty:before,.icon7-unchecked:before{
    content:"\e749"
}
.icon7-certificate:before{
    content:"\e74a"
}
.icon7-caret-up:before{
    content:"\e74b"
}
.icon7-caret-right:before{
    content:"\e74c"
}
.icon7-caret-left:before{
    content:"\e74d"
}
.icon7-caret-down:before{
    content:"\e74e"
}
.icon7-camera:before{
    content:"\e74f"
}
.icon7-camera-retro:before{
    content:"\e750"
}
.icon7-calendar:before{
    content:"\e751"
}
.icon7-calendar-empty:before{
    content:"\e752"
}
.icon7-calculator:before{
    content:"\e753"
}
.icon7-bullseye:before{
    content:"\e754"
}
.icon7-bullhorn:before{
    content:"\e755"
}
.icon7-building:before{
    content:"\e756"
}
.icon7-bug:before{
    content:"\e757"
}
.icon7-btc:before,.icon7-bitcoin:before{
    content:"\e758"
}
.icon7-briefcase:before{
    content:"\e759"
}
.icon7-bookmark:before{
    content:"\e75a"
}
.icon7-bookmark-empty:before{
    content:"\e75b"
}
.icon7-book:before{
    content:"\e75c"
}
.icon7-bolt:before{
    content:"\e75d"
}
.icon7-bold:before{
    content:"\e75e"
}
.icon7-bitbucket:before{
    content:"\e75f"
}
.icon7-bitbucket-sign:before{
    content:"\e760"
}
.icon7-bell:before{
    content:"\e761"
}
.icon7-bell-alt:before{
    content:"\e762"
}
.icon7-beer:before{
    content:"\e763"
}
.icon7-beaker:before{
    content:"\e764"
}
.icon7-barcode:before{
    content:"\e765"
}
.icon7-bar-chart:before{
    content:"\e766"
}
.icon7-ban-circle:before{
    content:"\e767"
}
.icon7-backward:before{
    content:"\e768"
}
.icon7-backward-alt:before{
    content:"\e769"
}
.icon7-asterisk:before{
    content:"\e76a"
}
.icon7-arrow-up:before{
    content:"\e76b"
}
.icon7-arrow-right:before{
    content:"\e76c"
}
.icon7-arrow-left:before{
    content:"\e76d"
}
.icon7-arrow-down:before{
    content:"\e76e"
}
.icon7-apple:before{
    content:"\e76f"
}
.icon7-apple-sign:before{
    content:"\e770"
}
.icon7-apple-alt:before{
    content:"\e771"
}
.icon7-angle-up:before{
    content:"\e772"
}
.icon7-angle-right:before{
    content:"\e773"
}
.icon7-angle-left:before{
    content:"\e774"
}
.icon7-angle-down:before{
    content:"\e775"
}
.icon7-android:before{
    content:"\e776"
}
.icon7-anchor:before{
    content:"\e777"
}
.icon7-ambulance:before{
    content:"\e778"
}
.icon7-adjust:before{
    content:"\e779"
}
.icon7-align-center:before{
    content:"\e77a"
}
.icon7-align-justify:before{
    content:"\e77b"
}
.icon7-align-left:before{
    content:"\e77c"
}
.icon7-align-right:before{
    content:"\e77d"
}
.snip1447{
    font-family:'Roboto',Arial,sans-serif;
    position:relative;
    overflow:hidden;
    margin:10px 1%;
    width:100%;
    color:#fff;
    text-align:left;
    line-height:1.4em;
    background-color:#e9ebee;
    border:1px solid;
    border-right-width:1px;
    border-left-width:1px;
    border-color:#e5e6e9 #dfe0e4 #d0d1d5;
    border-radius:3px
}
.snip1447 *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all 0.25s ease;
    transition:all 0.25s ease
}
.snip1447 img{
    max-width:100%;
    vertical-align:top;
    opacity:.85
}	
.snip1447 .store-cover,.snip1447 .ngo-cover{
    max-width:100%;
    vertical-align:top;
    height:200px;
    background-position:50%
}
.snip1447 figcaption{
    width:100%;
    background-color:#FFF;
    padding:25px;
    position:relative;
    opacity:1!important;
    visibility:visible!important
}
.snip1447 figcaption:before{
    position:absolute;
    content:'';
    bottom:100%;
    left:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:55px 0 0 400px;
    border-color:transparent transparent transparent #FFF
}
.snip1447 figcaption a{
    padding:5px;
    border:1px solid #3b3a3a;
    color:#3b3a3a;
    font-size:.7em;
    text-transform:uppercase;
    margin:10px 0;
    display:inline-block;
    width:47%;
    text-align:center;
    font-weight:400;
    letter-spacing:1px;
    text-decoration:none;
    font-family:Roboto;
    font-size:12px
}
.snip1447 figcaption a:hover{
    opacity:1
}
.snip1447 .profile{
    border-radius:50%;
    position:absolute;
    bottom:100%;
    left:25px;
    z-index:1;
    max-width:90px;
    opacity:1;
    box-shadow:0 0 15px rgba(0,0,0,.3)
}
.snip1447 .follow{
    margin-right:6%;
    border-color:#149c82;
    color:#149c82
}
.snip1447 h2{
    margin:0 0 5px;
    font-weight:300;
    color:#5c5a5a;
    font-family:Fira Sans;
    font-size:19px
}
.snip1447 h2 span{
    display:block;
    font-size:.5em;
    color:#2980b9;
    font-family:Roboto;
    text-transform:uppercase;
    letter-spacing:1px
}
.snip1447 p{
    margin:0 0 10px;
    font-size:.8em;
    letter-spacing:1px;
    opacity:.8;
    color:#8a8a8a
}
.snip1447:hover:before,.snip1447.hover:before{
    bottom:0;
    box-shadow:0 0 0 white;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.card-profile{
    position:relative;
    width:100%;
    margin:0 auto 20px auto;
    background-color:#FFF;
    border-radius:0;
    box-shadow:none;
    height:auto
}
.card-profile-header{
    position:relative;
    height:220px;
    background-size:cover;
    background-position:top
}
svg .polygon{
    fill:#fff;
    stroke:#FFF
}
.card-header-slanted-edge{
    position:absolute;
    bottom:0;
    z-index:1;
    width:100%;
    right:0;
    left:0
}
.card-profile-buttons{
    width:100%;
    margin-top:20px
}
.card-profile-buttons button{
    margin-bottom:8px;
    background-color:#149c82!important;
    color:#FFF!important;
    line-height:12px!important;
    height:30px!important;
    padding-top:10px!important;
    text-align:left;
    padding-left:35px!important;
    width:100%;
    display:block
}
.card-profile-buttons button b{
    text-align:center;
    height:30px;
    width:30px;
    padding:0
}
.card-profile-buttons button b i{
    padding-top:7px
}
.btn-follow{
    position:absolute;
    top:-15px;
    right:25px;
    width:45px;
    height:45px;
    background:linear-gradient(to left,#2D77C1,#68FAC2);
    border-radius:100%;
    box-shadow:0 10px 15px rgba(110,221,235,.53)
}
.btn-follow:after{
    content:'';
    position:absolute;
    background:url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077480/profile-card/images/add.svg) no-repeat;
    width:17px;
    height:17px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.card-profile-body{
    text-align:center;
    padding:10px
}
.name{
    font-size:20px;
    text-transform:uppercase;
    margin:0 auto;
    color:#676666;
    font-family:'Fira Sans','Droid Arabic Kufi',sans-serif
}
.name:hover,.name:focus,.name:visited{
    color:#505050
}
.job-title{
    font-size:14px;
    font-weight:300;
    margin-top:5px;
    color:#919191
}
.bio{
    font-size:14px;
    color:#7B7B7B;
    font-weight:300;
    margin:10px auto;
    line-height:20px
}
.social-accounts img{
    width:15px
}
.social-accounts a{
    margin-left:10px
}
.social-accounts a:first-child{
    margin-left:0
}
.card-profile-footer{
    position:absolute;
    left:0;
    width:100%;
    bottom:20px
}
.stat{
    box-sizing:border-box;
    width:calc(100% / 3);
    float:left;
    text-align:center;
    border-left:1px solid #EBEBEB
}
.stat .label{
    display:block;
    text-transform:uppercase;
    font-weight:300;
    font-size:11px;
    letter-spacing:1px;
    color:#95989A
}
.stat .value{
    display:block;
    font-weight:700;
    font-size:20px;
    margin-top:5px
}
.tags{
    margin:0;
    padding:0;
    right:10px;
    top:10px;
    list-style:none;
    position:absolute;
    z-index:9;
    height:30px
}
.tags li{
    float:right;
    height:24px;
    line-height:24px;
    position:relative;
    margin:2px 5px 2px 12px;
    padding:0 10px 0 12px;
    background:#f33;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottom-right:2px;
    -webkit-border-bottom-right-radius:2px;
    border-bottom-right-radius:2px;
    -moz-border-radius-top-right:2px;
    -webkit-border-top-right-radius:2px;
    border-top-right-radius:2px;
    font-family:'Fira Sans','Droid Arabic Kufi',sans-serif;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px
}
.tags .oos{
    background:#737373!important
}
.tags .oos:before{
    border-color:transparent #737373 transparent transparent!important
}
.tags li:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #f33 transparent transparent;
    border-style:solid;
    border-width:12px 12px 12px 0
}
.tags li:after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977
}
.spec{
    text-align:center;
    margin-bottom:3em
}
.spec h3{
    color:#313131;
    margin-bottom:1em;
    font-size:20px;
    text-transform:uppercase;
    font-family:'Open Sans',sans-serif;
    font-weight:800
}
.ser-t{
    display:none;
    text-align:center;
    margin:0 auto;
    width:20%;
    position:relative
}
.ser-t b{
    width:100%;
    height:2px;
    display:block;
    background:#313131;
    margin-bottom:3px
}
.ser-t span{
    width:40px;
    height:40px;
    display:block;
    background:#f2f3f5;
    position:absolute;
    top:-7px;
    left:42%
}
.ser-t span i{
    width:20px;
    height:20px;
    display:block;
    border:2px solid #313131;
    -webkit-transform:rotate(45deg) translate3d(0,0,0);
    -moz-transform:rotate(45deg) translate3d(0,0,0);
    -ms-transform:rotate(45deg) translate3d(0,0,0);
    -o-transform:rotate(45deg) translate3d(0,0,0);
    transform:rotate(45deg) translate3d(0,0,0);
    margin-left:.7em
}
.ser-t b.line{
    width:80%;
    margin:0 auto
}
.footer-social-links{
    font-size:14px;
    text-align:center;
    margin-top:5px
}
.footer-social-links a{
    width:25px;
    height:25px;
    line-height:25px!important;
    position:relative;
    margin:0 5px;
    text-align:center;
    display:inline-block;
    color:#111;
    -webkit-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -moz-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -o-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -ms-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    transition:all 0.27s cubic-bezier(.30,.10,.58,1)
}
.footer-social-links a i,.footer-social-links a span{
    top:0;
    left:0;
    color:#111
}
.footer-social-links a:before{
    content:"";
    display:inline-block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border:1px solid #111;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -moz-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -o-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    -ms-transition:all 0.27s cubic-bezier(.30,.10,.58,1);
    transition:all 0.27s cubic-bezier(.30,.10,.58,1)
}
.out-of-stock .card-ad-cover{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
.out-of-stock .card-ad-cover a{
    color:#4b4b4b!important
}
.out-of-stock .avatar__wrapper .avatar{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
.out-of-stock .avatar__wrapper--verified:hover .avatar{
    border-color:#5f5f5f
}
.out-of-stock .price-new{
    color:#676767
}
.out-of-stock-badge{
    position:absolute;
    top:38%;
    text-align:center;
    width:100%
}
.out-of-stock-badge span i{
    font-size:24px;
    color:white;
    border:2px dashed #FFF;
    border-radius:100%;
    padding:20px
}
.review-comment{
    border:1px solid #ddd;
    border-radius:3px;
    padding:15px 10px
}
.review-comment:focus{
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border-color:#c1bebe!important
}
.bootstrap-wysihtml5-insert-link-modal .checkbox .checker{
    position:absolute;
    top:6px;
    left:1px;
    display:block!important
}
.bootstrap-wysihtml5-insert-link-modal .checkbox label,.radio label{
    padding-left:5px!important
}
