@charset "utf-8";
.Div2{
        padding-top:30px;
        padding-left:40px;
    }
.fullwrapper header .logo,.fullwrapper header nav ul{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox
}
.home-wrapper,.image-wrapper{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
.pull-left{
    float:left!important
}
.pull-right{
    float:right!important
}
*{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-transition:.7s;
    -o-transition:.7s;
    transition:.7s;
    outline:0
}
.custom_scroll_parent *,.popcontentmain *{
    -webkit-transition:none;
    -o-transition:none
}
button,input,textarea{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
a,em,i,p,span{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.custom_scroll_parent *{
    -webkit-transition:none;
    -o-transition:none;
    transition:none
}
body{
    margin:0;
    padding:0;
    line-height:1.375em;
    font-size:17px;
    font-family:Roboto,sans-serif;
    font-weight:300;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
    -webkit-font-size-adjust:none;
    font-size-adjust:none
}
.row{
    float:left;
    width:100%
}
body.noscroll{
    overflow:hidden
}
a{
    color:#302b2b;
    text-decoration:underline
}
.wrapper{
    margin:0 auto;
    width:80%
}
.fullwrapper{
    height:100vh;
    width:100%;
    float:left
}
.fullwrapper header{
    float:left;
    width:100%;
    background:#252e5b;
    overflow:hidden;
    height:70px
}
.fullwrapper header .logo{
    float:left;
    background:#fff;
    width:275px;
    position:relative;
    height:70px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    border-bottom:3px solid #252e5b
}
.fullwrapper header .logo:before{
    position:absolute;
    right:0;
    top:0;
    content:'';
    border:50px solid #252e5b;
    border-left-color:transparent;
    border-top-color:transparent
}
.fullwrapper header .logo img{
    margin-left:10%;
    height:60px;
    margin-top:3px;
    float:left;
    margin-bottom:4px
}
.fullwrapper header nav{
    float:left;
    margin-top:24px;
    padding-left:4%;
    width:-webkit-calc(100% - 400px - 10%);
    width:calc(100% - 400px - 10%)
}
.fullwrapper header nav ul{
    margin:0;
    padding:0;
    float:left;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    max-width:1100px
}
.fullwrapper header nav ul li{
    list-style:none;
    float:left;
    margin:0 0 0 13px
}
.fullwrapper header nav ul li a{
    float:left;
    font-weight:600;
    text-decoration:none;
    font-size:13px;
    padding-left:22px;
    position:relative;
    color:#fff;
    font-family:'Open Sans',sans-serif;
    letter-spacing:1px
}
.fullwrapper header nav ul li a i{
    position:absolute;
    left:0;
    top:4px
}
.fullwrapper header nav ul li a p{
    margin:0
}
.fullwrapper header nav ul li a.active,.fullwrapper header nav ul li a.active i,.fullwrapper header nav ul li a:hover,.fullwrapper header nav ul li a:hover i{
    color:#209ED8
}
.fullwrapper .contentwrapper{
    float:left;
    width:100%;
    height:-webkit-calc(100% - 130px);
    height:calc(100% - 130px)
}
.fullwrapper .contentwrapper .panel1{
    float:left;
    width:100%;
    height:100%;
    -webkit-background-size:cover;
    color:#302b2b;
    padding:0;
    line-height:1.313em;
    background:#fff
}
.fullwrapper .contentwrapper .aboutus{
    background-image:url(../images/about.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    text-align:justify;
    -webkit-background-size:cover;
    background-size:cover
}
.fullwrapper .contentwrapper.scrollenabled .aboutus{
    background-attachment:fixed
}
.fullwrapper .contentwrapper .panel1 .links{
    float:left;
    width:100%;
    margin-top:3vh;
    margin-bottom:3vh;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.fullwrapper .contentwrapper .panel1 .links .col4{
    float:left;
    width:24%;
    margin-right:1.25%;
    position:relative;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    top:0
}
.fullwrapper .contentwrapper .panel1 .links .col4:last-child{
    margin-right:0
}
.fullwrapper .contentwrapper .panel1 .links .col4 a{
    float:left;
    width:100%;
    padding:10px 20px;
    min-height:90px;
    position:relative;
    text-decoration:none;
    color:#fff;
    height:100%
}
.fullwrapper .contentwrapper .panel1 .links .col4 p{
    margin-top:40px;
    font-size:14px;
    margin-bottom:0;
    font-weight:400;
    padding-bottom:0;
    position:relative;
    top:0;
    -webkit-transition-property:margin,top;
    -o-transition-property:margin,top;
    transition-property:margin,top;
    -webkit-transition-delay:.7s,.3s;
    -o-transition-delay:.7s,.3s;
    transition-delay:.7s,.3s;
    text-align:left
}
.fullwrapper .contentwrapper .panel1 .contact{
    text-align:center
}
.fullwrapper .contentwrapper .panel1 .links .col4 a i{
    margin-left:0;
    font-size:24px;
    position:absolute;
    left:20px;
    -webkit-transition-property:margin-left,margin-top;
    -o-transition-property:margin-left,margin-top;
    transition-property:margin-left,margin-top;
    -webkit-transition-delay:1s,.5s;
    -o-transition-delay:1s,.5s;
    transition-delay:1s,.5s
}
.fullwrapper .contentwrapper .panel1 .links .col4:nth-child(1){
    background:#FFA000
}
.fullwrapper .contentwrapper .panel1 .links .col4:nth-child(2){
    background:#3F51B5
}
.fullwrapper .contentwrapper .panel1 .links .col4:nth-child(3){
    background:#E15325
}
.fullwrapper .contentwrapper .panel1 .links .col4:nth-child(4){
    background:#4CAF50
}
@media (min-width:1200px){
    .fullwrapper .contentwrapper .panel1 .links .col4:hover{
        top:-10px;
        -webkit-box-shadow:0 5px 1px #fff;
        box-shadow:0 5px 1px #fff
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a:hover i{
        margin-left:-webkit-calc(100% - 60px);
        margin-left:calc(100% - 60px);
        margin-top:25px;
        -webkit-transition-property:margin-left,margin-top;
        -o-transition-property:margin-left,margin-top;
        transition-property:margin-left,margin-top;
        -webkit-transition-delay:.5s,1s;
        -o-transition-delay:.5s,1s;
        transition-delay:.5s,1s
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a:hover p{
        float:left;
        /*! margin-top: 30px;
         */
        -webkit-transition-delay:.5s;
        -o-transition-delay:.5s;
        transition-delay:.3s,.7s;
        margin-left:-10px;
        /*! top: -10px;
         */
        -webkit-transition-property:margin,top;
        -o-transition-property:margin,top;
        transition-property:margin,top
    }
}
.fullwrapper .contentwrapper .panel1 .footerlinks{
    float:left;
    width:100%;
    margin-top:10px
}
.fullwrapper .contentwrapper .panel1 .footerlinks a.request{
    float:left;
    font-style:italic;
    text-decoration:underline
}
.fullwrapper .contentwrapper .panel1 .footerlinks a.news{
    float:right;
    font-style:italic;
    text-decoration:underline
}
.fullwrapper .contentwrapper .panel1 .list{
    margin:0 0 20px;
    padding:0;
    float:left;
    width:100%
}
.fullwrapper .contentwrapper .panel1 .list li{
    float:left;
    width:100%;
    list-style:none;
    position:relative;
    padding:0 0 0 20px
}
.fullwrapper .contentwrapper .panel1 .list li a p{
    float:left;
    margin:0;
    font-weight:300;
    text-decoration:underline
}
.fullwrapper .contentwrapper .panel1 .list li:before{
    content:'\f18e';
    font-family:fontawesome;
    left:0;
    top:0;
    padding-right:10px;
    position:absolute
}
.fullwrapper footer .fright:before,.main-popup h2:before,.pop1 .popcontent:before,.selected-country span:before{
    content:''
}
.fullwrapper .contentwrapper .panel1 .col2{
    float:left;
    width:50%;
    text-align:left
}
.fullwrapper .contentwrapper .panel1 .col2-4{
    float:left;
    width:100%;
    text-align:left
}
.fullwrapper .contentwrapper .panel1 .col2-4 .half{
    float:left;
    width:50%
}
.fullwrapper .contentwrapper .panel1 .col3{
    float:left;
    width:33.33%
}
.fullwrapper footer{
    float:left;
    width:100%;
    background:#252e5b;
    height:60px;
    color:#FFF
}
.fullwrapper footer .fleft{
    float:left;
    width:25%;
    position:relative;
    padding-left:4%;
    display:none
}
.fullwrapper footer .fleft a{
    margin-top:40px;
    float:left
}
.fullwrapper footer .fmid{
    float:left;
    padding-top:18px;
    width:-webkit-calc(100% - 400px);
    width:calc(100% - 400px);
    text-align:left;
    padding-left:6%;
    font-family:'Open Sans',sans-serif;
    font-size:14px
}
.fullwrapper footer .fright{
    float:right;
    background:#fff;
    width:400px;
    position:relative;
    margin-top:4px;
    padding-right:3%;
    height:-webkit-calc(100% - 4px);
    height:calc(100% - 4px)
}
.fullwrapper footer .fright img{
    float:right;
    height:54px;
    /*! margin-bottom:10px;
     */
    max-width:100px;
    margin:2px 27px 0
}
.fullwrapper footer .fright:before{
    position:absolute;
    left:0;
    top:0;
    border:28px solid #252e5b;
    border-right-color:transparent;
    border-bottom-color:transparent
}
.popcontentmain .close,.popcontentmain .closesub{
    right:20px;
    top:20px
}
.poplink{
    position:relative
}
.popcontentmain{
    position:absolute;
    z-index:999999;
    width:350px;
    color:#0d2186;
    height:250px;
    background:#fff;
    bottom:10px;
    left:10px;
    display:none;
    -webkit-border-radius:10px;
    border-radius:10px
}
.popcontentmain .close,.popcontentmain .closesub,.popcontentmain .home,.popcontentmain .requestinfo{
    position:absolute;
    z-index:999;
    cursor:pointer
}
.visible,.visiblemain,.visiblemain1{
    display:block!important
}
.popcontentmain *{
    -webkit-transition:none;
    -o-transition:none;
    transition:none
}
.popcontentmain .popcontent ul{
    margin:0 0 0 15px;
    padding:0
}
.popcontentmain .popcontent ul li{
    list-style:square;
    font-size:.775em;
    font-weight:400
}
.popcontentmain .popcontent{
    padding:20px;
    height:250px
}
.popcontentmain .popcontent p{
    margin:15px 0;
    margin-top:15px!important
}
.main-popup .popup-wrapper .close img,.popcontentmain .close img{
    border:0;
    cursor:pointer;
    width:20px;
    float:left
}
.popcontentmain .closesub img{
    border:0;
    cursor:pointer;
    width:21px;
    float:left
}
.popcontentmain .home{
    right:55px;
    top:18px
}
.popcontentmain .home a{
    color:#4caf50;
    font-size:21px
}
.popcontentmain .requestinfo{
    right:90px;
    top:19px
}
.popcontentmain .requestinfo a{
    color:#3f51b5;
    font-style:normal;
    font-size:.875em;
    font-weight:500
}
.visible{
    -webkit-animation:slidedown 1.5s;
    animation:slidedown 1.5s
}
.visiblemain{
    -webkit-animation:slideleft 1.5s;
    animation:slideleft 1.5s
}
.visiblemain1{
    -webkit-animation:slideleft1 1.5s;
    animation:slideleft1 1.5s;
    position:fixed;
    background:rgba(0,0,0,.8);
    width:100%;
    /*! max-width: 1400px;
     */
    height:100%
}
.visiblemain1 .popcontentmain{
    display:block;
    left:5%;
    top:7.5vh;
    width:90%;
    height:87vh;
    visibility:visible;
    opacity:1
}
.visiblemain1 .popcontentmain .popcontent a{
    color:#0d2186;
    text-decoration:none
}
.visiblemain1 .popcontentmain .popcontent a:hover{
    text-decoration:underline;
    color:#00f
}
.visiblemain1 .popcontentmain .popcontent{
    height:74vh;
    padding:50px 40px 0
    /*! overflow: hidden;
     */
}
.visiblemain1 .popcontentmain.popcontentmainbig .popcontent{
    height:-webkit-calc(88vh - 54px);
    height:calc(88vh - 54px)
}
.visiblemain1 .popcontentmain.popcontentmainbig .popcontent.no-slider{
    height:-webkit-calc(79vh - 50px);
    height:calc(79vh - 50px)
}
.visiblemain1 .popcontentmain.hidden{
    visibility:hidden;
    opacity:0
}
.visiblemain1 .popcontentmain .popcontent ul li{
    font-size:15px
}
.visiblemain1 .popcontentmain .popcontent p{
    font-size:15px;
    font-weight:400;
    text-align:justify
}
.main-popup h2,.visiblemain1 .popcontentmain.popcontentmainbig .mainslide p{
    font-weight:600
}
.mainslide p,h2{
    text-align:center
}
@-webkit-keyframes slideleft1{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes slideleft1{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@-webkit-keyframes slideleft{
    from{
        bottom:120px
    }
    to{
        bottom:8%
    }
}
@keyframes slideleft{
    from{
        bottom:120px
    }
    to{
        bottom:8%
    }
}
@-webkit-keyframes slidedown{
    from{
        bottom:60px;
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    to{
        bottom:120px;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes slidedown{
    from{
        bottom:60px;
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    to{
        bottom:120px;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
h2{
    color:#FFF
    /*! text-transform: uppercase;
     */
}
h2.head{
    float:left;
    width:100%
}
.pop1{
    position:absolute;
    width:500px;
    height:300px;
    background:rgba(255,255,255,.7);
    bottom:120px;
    left:8%;
    display:none;
    -webkit-border-radius:10px;
    border-radius:10px
}
.pop1 .popcontent{
    float:left;
    width:100%;
    height:100%;
    padding:25px;
    position:relative
}
.pop1 .popcontent:before{
    position:absolute;
    left:50px;
    bottom:-30px;
    border:15px solid rgba(8,18,69,.7);
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-left-color:transparent
}
.pop1 .popcontent img{
    width:100%;
    float:left;
    height:100%;
    border:3px solid #0C1548;
    -webkit-border-radius:10px;
    border-radius:10px
}
.pop1 .popcontent .close{
    position:absolute;
    right:5px;
    top:5px;
    cursor:pointer
}
.pop1 .popcontent .close img{
    border:0;
    cursor:pointer;
    width:20px
}
.mainslide p{
    margin:5px 0
}
.visiblemain1 .popcontentmain.popcontentmainbig{
    width:90%;
    left:5%;
    height:88vh;
    top:7vh
}
.visiblemain1 .popcontentmain.popcontentmainbig .mainslide{
    margin-top:0
}
.image-wrapper{
    height:-webkit-calc(88vh - 110px);
    height:calc(88vh - 110px);
    -ms-display:flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -ms-align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.image-wrapper .text{
    float:left;
    width:100%;
    position:relative;
    /*! z-index: -1;
     */
    bottom:10px;
    right:0;
    display:block;
    left:0;
    /*text-align:center;
    margin-top:20px*/
}
.image-wrapper .text p{
    float:none;
    font-size:15px;
    display:inline-block
}
.visiblemain1 .popcontentmain.popcontentmainbig .slick-slide img{
    max-height:-webkit-calc(88vh - 180px);
    max-height:calc(88vh - 180px);
    max-width:100%
}
.visiblemain1 .popcontentmain.popcontentmainbig .slick-slide img[src*=loading]{
    max-width:100px
}
.form-pop-up{
    float:left;
    width:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-justify-content:center;
    display:none;
    z-index:99999999999999;
    background:rgba(0,0,0,.74)
}
.form-pop-up.opened{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.form-pop-up h2{
    text-align:left;
    font-size:23px;
    color:#525252;
    margin:0 0 15px
}
.form-pop-up .form-wrapper{
    width:450px;
    padding:15px;
    background:rgba(255,255,255,.8);
    text-align:center;
    position:relative;
    border-radius:5px;
    -webkit-border-radius:5px;
    max-height:570px;
    overflow:auto;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    cursor:move
}
.form-pop-up .form-wrapper ul{
    float:left;
    width:100%;
    padding:0;
    margin:0
}
.form-pop-up .form-wrapper ul li{
    float:left;
    width:100%!important;
    list-style:none;
    margin:0 0 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:-webkit-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-items:center;
    -ms-flex-wrap:now-wrap;
    flex-wrap:now-wrap;
    -webkit-flex-wrap:now-wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-justify-content:center
}
.form-pop-up .form-wrapper ul li.width-half{
    width:70%
}
.form-pop-up .form-wrapper ul li.width-half .pop-input{
    -webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px
}
.form-pop-up .form-wrapper ul li.width-half1{
    width:30%
}
.form-pop-up .form-wrapper ul li .pop-input{
    float:left;
    width:100%;
    padding:8px 10px;
    font-family:Roboto,sans-serif;
    font-size:12px;
    border:none;
    text-align:left;
    border-radius:5px;
    -webkit-border-radius:5px;
    max-width:100%;
    min-width:100%
}
.form-pop-up .form-wrapper ul li .pop-input.big{
    height:120px;
    max-height:120px;
    overflow:hidden
}
.form-pop-up .form-wrapper ul li .pop-input.half{
    min-width:50%;
    width:50%
}
.form-pop-up .form-wrapper ul li .pop-input.phone{
    padding-left:90px
}
.form-pop-up .form-wrapper ul li img{
    width:50%;
    min-width:50%;
    max-height:35px
}
.form-pop-up .form-wrapper ul li .submit{
    display:inline-block;
    width:100%;
    padding:7px 15px;
    border:none;
    border-left:1px solid #e1e1e1;
    /*! border:none;
     */
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    background:#fff;
    color:#0d2186;
    cursor:pointer
}
.form-pop-up .form-wrapper ul li .pop-input.hide{
    display:none!important
}
.form-pop-up .form-wrapper ul li .submit.inactive{
    pointer-events:none;
    cursor:not-allowed;
    opacity:.6;
    background:#0d2186;
    color:#fff;
    border-color:#0d2186
}
.form-pop-up .form-wrapper ul li .submit:hover{
    background:#0d2186;
    color:#fff
}
.form-pop-up .form-wrapper .form-close{
    position:absolute;
    right:10px;
    top:13px;
    cursor:pointer
}
#form-messages.success{
    color:green
}
#form-messages.error,.error{
    color:red
}
.form-pop-up .form-wrapper .phone-number{
    float:left;
    width:100%;
    position:relative
}
.form-pop-up .form-wrapper .phone-number ul{
    display:none;
    text-align:left
}
.form-pop-up .form-wrapper .phone-number ul li{
    text-align:left;
    display:block;
    font-size:13px
}
.selected-country{
    float:left;
    width:80px;
    position:absolute;
    top:0;
    bottom:0;
    text-align:center;
    padding-right:12px;
    height:31px;
    border-right:1px solid #e1e1e1;
    cursor:pointer
}
.selected-country input{
    display:inline-block;
    vertical-align:middle;
    font-size:12px;
    font-style:normal;
    line-height:12px;
    margin-top:-4px;
    margin-right:3px;
    border:none;
    float:none;
    width:24px
}
.selected-country span{
    display:inline-block;
    width:16px;
    height:11px;
    margin-top:11px;
    position:relative;
    transition:none;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none
}
.selected-country span:before{
    width:0;
    height:0;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:4px solid #555;
    position:absolute;
    right:-10px;
    top:4px
}
.ph-no-codes{
    position:relative
}
.country-list{
    list-style:none;
    position:absolute;
    z-index:2;
    padding:0;
    margin:-1px 0 0 -1px;
    -webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);
    box-shadow:1px 1px 4px rgba(0,0,0,.2);
    background-color:#fff;
    border:1px solid #ccc;
    width:400px;
    max-height:180px;
    overflow-y:scroll;
    -webkit-border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    top:35px;
    display:none
}
.country-list .flag{
    display:inline-block;
    margin-right:6px;
    margin-top:2px
}
.country-list .divider{
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #ccc
}
.country-list .country{
    padding:5px 10px
}
.country-list .country .dial-code{
    color:#999
}
.country-list .country:hover{
    background-color:#e8f7fe
}
.country-list .country.highlight{
    background-color:#c7e2f1
}
.country-list .country-name{
    margin-right:6px
}
.main-popup{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.7);
    text-align:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-justify-content:center;
    /*! padding-top: 50px;
     */
    color:#0d2186;
    display:none
}
.main-popup.visible_show{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.main-popup h2{
    margin:0 0 10px;
    position:absolute;
    top:20px;
    width:100%;
    text-align:left;
    left:20px;
    color:#27305d;
    font-size:14px
}
.main-popup h2:before{
    position:absolute;
    left:0;
    bottom:-4px;
    width:60px;
    height:2px;
    background:#27305D
}
.main-popup i{
    font-style:normal
}
.main-popup .popup-wrapper{
    float:left;
    height:88vh;
    padding:50px 30px 20px;
    overflow:hidden;
    width:80%;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-align-items:center;
    background:rgba(255,255,255,1);
    position:relative;
    border-radius:5px;
    -webkit-border-radius:5px;
    display:none
}
.main-popup .popup-wrapper .scroll-parent-wrapper{
    position:absolute;
    top:60px;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden
}
.main-popup .popup-wrapper.visible_show{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.visible_show.hide{
    visibility:hidden!important;
    opacity:0!important
}
.main-popup .popup-wrapper .main-pop{
    float:left;
    width:100%;
    padding:20px
}
.main-popup .popup-wrapper .main-pop .boxes{
    float:left;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:-webkit-flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -ms-flex-flow:wrap;
    -webkit-flex-flow:wrap;
    flex-flow:wrap
}
.main-popup .popup-wrapper .main-pop .boxes .box-0{
    float:left;
    width:24%;
    padding:10px;
    text-align:left;
    border-bottom:1px solid #e1e1e1;
    margin-right:1.3%
}
.main-popup .popup-wrapper .main-pop .boxes .box-0:nth-child(4n){
    margin-left:0;
    margin-right:0
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p{
    padding-left:20px;
    position:relative;
    margin:0 0 5px;
    font-size:12px;
    font-weight:400;
    line-height:20px
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p.ph{
    float:left;
    margin-right:30px
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p.email{
    float:left
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    font-family:fontawesome;
    font-size:12px
}
.pop-up-footer,.pop-up-head{
    position:absolute;
    left:30px
    
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p.loc:before{
    content:'\f041 '
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p.ph:before{
    content:'\f095'
}
.main-popup .popup-wrapper .main-pop .boxes .box-0 p.email:before{
    content:'\f0e0';
    top:-1px
}
.main-popup .popup-wrapper .requestinfo{
    position:absolute;
    right:90px;
    top:19px;
    cursor:pointer;
    z-index:999
}
.main-popup .popup-wrapper .close{
    position:absolute;
    right:20px;
    top:20px;
    cursor:pointer;
    z-index:999
}
.main-popup .popup-wrapper .requestinfo a{
    color:#27305D;
    font-style:italic;
    font-size:.875em;
    font-weight:500
}
.popcontentmain{
    overflow:hidden
}
.pop-up-head{
    top:20px
}
.pop-up-footer{
    bottom:30px;
    z-index:100;
    right:30px
}
.pop-up-footer .right-float{
    float:right
}
.pop-up-footer .right-float a{
    color:#27305d;
    font-size:15px;
    font-weight:600
}
.pop-up-head h2{
    text-transform:uppercase
}
.pop-up-footer h2,.pop-up-head h2{
    margin:0 9px 0 0;
    color:#27305D;
    font-size:14px;
    font-weight:600;
    position:relative;
    float:left
}
.pop-up-footer h2{
    font-size:13px;
    font-weight:400
}
.pop-up-footer .pop-window-trigger,.pop-up-head .pop-window-trigger{
    color:#27305D;
    font-size:13px;
    float:left;
    margin-top:2px;
    padding:0 5px;
    margin-right:3px
}
.pop-up-footer.nopagination .pop-window-trigger{
    display:none
}
.pop-up-footer h2:before,.pop-up-head h2:before{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:60px;
    height:2px;
    background:#27305D
}
.popup-side-menu{
    position:absolute;
    left:30px;
    width:25px;
    top:26px;
    cursor:pointer
}
.popup-side-menu span{
    width:100%;
    height:3px;
    margin:0 0 3px;
    background:#27305D;
    float:left;
    border-radius:5px;
    -webkit-border-radius:5px
}
.popup-side-menu span:last-child{
    margin:0
}
.menu-items{
    position:absolute;
    width:250px;
    left:0;
    top:60px;
    bottom:0;
    border-right:1px solid #e1e1e1;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    -moz-transition:all ease 1s;
    -ms-transition:all ease 1s;
    -o-transition:all ease 1s;
    -webkit-transform:translateX(-250px);
    -ms-transform:translateX(-250px);
    transform:translateX(-250px);
    background:#0d2186
}
.map,.menu-items ul li{
    width:100%;
    position:relative;
    float:left
}
.menu-items.shown{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.menu-items ul{
    float:left;
    margin:20px 0 0;
    padding-left:30px
}
.menu-items ul li{
    list-style:none;
    margin-bottom:10px;
    padding-left:25px
}
.map{
    text-align:center;
    margin:0 auto 30px;
    height:-webkit-calc(88vh - 300px);
    height:calc(88vh - 300px);
    max-width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.map img{
    max-width:100%;
    max-height:100%;
}
.menu-items ul li:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    color:#fff;
    font-family:fontawesome;
    font-size:12px
}
.menu-items ul li.nav_1:before{
    content:'\f13d'
}
.menu-items ul li.nav_2:before{
    content:'\f108'
}
.menu-items ul li.nav_3:before{
    content:'\f21a'
}
.menu-items ul li.nav_4:before{
    content:'\f02d'
}
.menu-items ul li a{
    color:#fff;
    font-size:.875em;
    font-weight:400;
    text-decoration:none
}
.menu-items ul li:hover a{
    text-decoration:underline
}
.popcontent-wrapper{
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:all ease 1s;
    -o-transition:all ease 1s;
    transition:all ease 1s;
    margin-top:60px;
    display:none
}
.popcontent-wrapper.child-popup.news.data-special-config{
    margin-top:60px
}
.popcontent-wrapper.show{
    display:block
}
.popcontent-wrapper.data-special-config{
    margin-top:50px
}
.popcontent-wrapper.menu_active{
    -webkit-transform:translateX(250px);
    -ms-transform:translateX(250px);
    transform:translateX(250px)
}
.visiblemain1 .popcontentmain .popcontent-wrapper .popcontent{
    padding-top:5px;
}
.linknone,.parent_traversal{
    text-decoration:none;
    font-style:normal;
    font-size:1.125em;
    font-weight:500;
    color:#3f51b5
}
.disabled{
    opacity:.2;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.home-wrapper{
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-justify-content:center;
    height:-webkit-calc(100vh - 130px);
    height:calc(100vh - 130px)
}
.fullwrapper .scrollenabled{
    height:auto;
    min-height:-webkit-calc(100vh - 130px);
    min-height:calc(100vh - 130px)
}
.home-wrapper p{
    font-size:17px;
    font-weight:400;
    max-width:100%;
    margin:0 0 10px
}
.home-wrapper>p:last-child{
    margin-top:0;
    margin-bottom:0
}
.slide-count-wrap{
    position:absolute;
    right:40px;
    bottom:70px;
    font-size:13px
}
ul.reference li span{
    float:left
}
ul.reference li span:first-child{
    width:70%;
    padding-right:20px;
    position:relative
}
ul.reference li span:first-child:before{
    content:':';
    position:absolute;
    right:10px
}
ul.reference li span:nth-child(2){
    width:30%
}
.imageonlypopup{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.8);
    padding:20px;
    display:none
}
.imageonlypopup.come{
    -ms-display:flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -ms-align-items:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    -ms-justify-content:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center
}
.imageonlypopup .popimagewrapper{
    background:rgba(255,255,255,1);
    float:left;
    visibility:hidden;
    opacity:0;
    -webkit-border-radius:10px;
    border-radius:10px;
    position:relative
}
.imageonlypopup.come .popimagewrapper{
    visibility:visible;
    opacity:1
}
.imageonlypopup .popimagewrapper>img{
    padding:50px 10px 30px;
    float:left;
    width:100%;
    height:100%;
    max-width:90vw;
    max-height:90vh
}
.closeimgpop{
    position:absolute;
    top:15px;
    right:10px;
    cursor:pointer
}
.small{
    width:100%;
    float:left
}
.fullwrapper .small li{
    width:33.33%!important;
    text-align:left!important;
    padding-right:10px!important
}
.fullwrapper .mid.small li{
    width:50%!important
}
.clients-list,.full{
    float:left;
    width:100%
}
p.clienttext{
    text-align:left;
    padding:40px 20px;
    font-size:15px;
    margin:0
}
.clients-list{
    padding:0 70px;
    text-align:left
}
.clients-list .client{
    float:none;
    width:-webkit-calc(29.33% - 4px);
    width:-webkit-calc(25.33% - 4px);
    width:calc(25.33% - 4px);
    padding:5px;
    visibility:hidden;
    min-height:140px;
    display:none;
    vertical-align:top;
    margin-right:12%
}
.clients-list .client:nth-child(3n){
    margin-right:0
}
.clients-list .client.visible{
    display:inline-block!important;
    -webkit-animation:opacitychange 2s linear forwards;
    animation:opacitychange 1s linear forwards
}
.clients-list .client .clientlogo,.paragraph-detailedwrapper .left-image .slide{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal
}
.clients-list .client .clientlogo,.clients-list .client .clientname{
    float:left;
    width:100%;
    text-align:center
}
.clients-list .client .clientlogo{
    height:105px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    border:1px solid rgba(35,17,207,.15);
    padding:5px;
    margin-bottom:5px;
    -webkit-border-radius:4px;
    border-radius:4px
}
.clients-list .client .clientname span{
    font-size:12px;
    line-height:normal;
    float:left;
    width:100%;
    display:none
}
.clients-list .client .clientname p{
    margin:0;
    font-size:13px;
    line-height:initial;
    font-weight:600;
    color:#545454
}
.clients-list .client .clientlogo img{
    max-width:100%;
    float:none;
    display:inline-block;
    -webkit-border-radius:5px;
    border-radius:5px;
    max-height:100px;
    background:#e1e1e1;
    min-height: 30px;
    -o-object-fit:cover;
    object-fit:cover
}
.nav-buttons .left,.nav-buttons .right{
    position:absolute;
    top:50%;
    width:50px;
    height:50px;
    text-align:center;
    margin-top:-25px;
    font-size:20px
}
.nav-buttons .left{
    left:0
}
.nav-buttons .right{
    right:0
}
.nav-buttons .left i,.nav-buttons .right i{
    line-height:50px;
    cursor:pointer
}
-moz-@keyframes opacitychange{
    from{
        opacity:0;
        visibility:hidden
    }
    to{
        opacity:1;
        visibility:visible
    }
}
-webkit-@keyframes opacitychange{
    from{
        opacity:0;
        visibility:hidden
    }
    to{
        opacity:1;
        visibility:visible
    }
}
@-webkit-keyframes opacitychange{
    from{
        opacity:0;
        visibility:hidden
    }
    to{
        opacity:1;
        visibility:visible
    }
}
@keyframes opacitychange{
    from{
        opacity:0;
        visibility:hidden
    }
    to{
        opacity:1;
        visibility:visible
    }
}
@media (max-width:767px){
    .clients-list .client{
        width:50%
    }
}
@media (max-width:767px){
    .Div2{
        padding-top:0px;
        padding-left:40px;
    }
}
@media (min-width:768) and (max-width:999){
    .clients-list .client{
        width:33.33%
    }
}
#map,.news-wrapper{
    width:100%;
    float:left
}
@media(min-width:1450px){
    .clients-list .client .clientlogo{
        height:140px
    }
    .clients-list .client .clientlogo img{
        max-height:120px
    }
}
#map{
    height:200px;
    margin-bottom:10px
}
.buttonhide{
    display:none!important
}
.news-wrapper{
    /*! padding:0 25px;
     */
}
.news-wrapper .news-wrap{
    float:left;
    width:100%;
    display:none;
    visibility:hidden
}
.news-wrapper .news-wrap+.news-wrap,.news-wrapper .news-wrap:first-child{
    margin-top:15px
}
.news-wrapper .news-wrap p{
    margin:0
}
.news-wrapper .news-wrap p+p{
    margin:5px 0 0
}
.news-wrapper .news-wrap.visible{
    display:block;
    -webkit-animation:opacitychange 2s linear forwards;
    animation:opacitychange 1s linear forwards
}
.news-buttons{
    position:absolute;
    bottom:-30px;
    left:50%;
    top:-20px
}
.news-buttons .left,.news-buttons .right{
    position:absolute;
    width:50px;
    height:50px;
    bottom:-20px;
    margin-top:-25px;
    text-align:center;
    cursor:pointer;
    font-size:21px
}
.news-buttons .left{
    left:50%;
    margin-left:-35px;
    top:0
}
.news-buttons .right{
    right:50%;
    margin-right:-15.5px;
    bottom:0
}
.news-buttons .left i,.news-buttons .right i{
    line-height:50px
}
.half-dt-pro{
    float:left;
    width:50%;
    padding-right:20px
}
.half-dt-pro:nth-child(2n){
    padding-left:20px;
    padding-right:0
}
.underline{
    position:relative;
    padding-bottom:5px
}
.underline:before{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    background:#252e5b;
    height:2px;
    width:40px
}
#sub_child_footer,.special-config{
    position:relative;
    left:0;
    top:20px;
    bottom:0
}
#sub_child_head,.pop-up-head.special-config{
    position:relative;
    left:0;
    margin-left:30px
}
#sub_child_head h2,.pop-up-head.special-config h2{
    padding-right:20px
}
#sub_child_head h2:before,.pop-up-head.special-config h2::before{
    background:0 0;
    content:':';
    position:absolute;
    right:5px;
    left:auto;
    bottom:auto;
    width:auto;
    height:auto
}
#sub_child_footer,.pop-up-footer.special-config{
    position:relative;
    left:0;
    margin-left:20px
}
.specialtogglebuttons{
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    text-align:center;
    z-index:10000
}
.specialtogglebuttons.news{
    left:20px;
    right:20px;
    display:none
}
.specialtogglebuttons.news.show{
    display:block!important
}
.specialtogglebuttons .specialbuttons{
    display:inline-block
}
.specialtogglebuttons .specialbuttons.news{
    width:100%;
    float:left
}
.specialtogglebuttons .specialbuttons .respectiveimagetext,.specialtogglebuttons .specialbuttons a{
    color:#27305d;
    font-size:14px;
    float:left;
    margin-top:0;
    padding:0 5px;
    margin-right:3px
}
.specialtogglebuttons .specialbuttons .respectiveimagetext,.specialtogglebuttons .specialbuttons.news a span{
    font-size:15px
}
.sp-button-footer{
    position:absolute;
    bottom:15px;
    right:20px;
    z-index:1000000;
    color:#0000
}
.sp-button-footer a{
    color:#27305d;
    font-size:15px;
    font-weight:400
}
.sub-child-popup .mainslide .text{
    display:none
}
.rowlist{
    height:-webkit-calc(77vh - 120px);
    height:calc(77vh - 120px);
    -webkit-columns:3;
    -moz-columns:3;
    columns:3;
    -webkit-column-fill:auto;
    -moz-column-fill:auto;
    column-fill:auto;
    list-style:square;
    margin:0!important
}
.rowlist li{
    margin-left:1em;
    list-style:none
}
.main-popup .popup-wrapper .home{
    position:absolute;
    right:55px;
    top:20px;
    cursor:pointer;
    z-index:999
}
.main-popup .popup-wrapper .home a{
    color:#4caf50;
    font-size:20px
}
.filter{
    position:absolute;
    left:95px;
    top:20px;
    color:#000
}
.filter a{
    color:#252e5b
}
.filter .optionlist{
    position:absolute;
    top:-5px;
    left:-webkit-calc(100% + 5px);
    left:calc(100% + 5px);
    background:#fff;
    padding:4px;
    -webkit-border-radius:5px;
    border-radius:5px;
    white-space:nowrap;
    -webkit-box-shadow:inset 0 0 3px #e1e1e1;
    box-shadow:inset 0 0 3px #e1e1e1;
    visibility:hidden;
    opacity:0;
    margin:0;
    z-index:2
}
.filter .optionlist.showing{
    visibility:visible;
    opacity:1
}
.filter .optionlist li{
    display:inline-block;
    list-style:none;
    vertical-align:middle
}
.filter .optionlist li .filter-op{
    float:left;
    padding:7px;
    border:1px solid #e1e1e1
}
.filter .optionlist li .btn{
    background:#252e5b;
    color:#fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:none;
    padding:7px 10px;
    cursor:pointer
}
.pop-up-head.special-config .pop-window-trigger{
    display:none!important
}
.imgtext,.paragraph-buttons,.pop-up-footer.data-special-pagination h2{
    display:none
}
.imgtext{
    margin-left:10px
}
.visiblemain1 .popcontentmain .popcontent-wrapper.data-special-pagination .popcontent{
    padding-left:60px;
    padding-right:60px
}
.pop-up-footer.data-special-pagination{
    bottom:50%
}
.pop-up-footer.data-special-pagination .pop-window-trigger{
    position:absolute;
    width:25px;
    height:25px;
    -webkit-border-radius:100%;
    border-radius:100%;
    text-align:center;
    background:#0D2186
}
.pop-up-footer.data-special-pagination .pop-window-trigger i{
    line-height:25px;
    color:#fff
}
.pop-up-footer.data-special-pagination .prev-pop-catg-window-trigger{
    left:-20px
}
.pop-up-footer.data-special-pagination .next-pop-catg-window-trigger{
    right:-20px
}

.filter_varaibles{
    position:absolute;
    left:-webkit-calc(100% + 10px);
    left:calc(100% + 10px);
    top:0;
    margin:0;
    z-index:1
}
.filter_varaibles p{
    padding:5px 40px 5px 15px;
    background:#252E5B;
    -webkit-border-radius:25px;
    border-radius:25px;
    float:left;
    font-size:12px;
    margin:0;
    text-transform:capitalize;
    color:#fff;
    line-height:19px
}
.filter_varaibles p span.filter_delete{
    position:absolute;
    right:10px;
    cursor:pointer
}
.alert-ma{
    position:fixed;
    bottom:20px;
    right:20px;
    width:300px;
    z-index:999999999999
}
.alert-ma p{
    margin:0
}
.alert-ma .alert{
    width:300px;
    height:80px;
    float:left;
    text-transform:capitalize;
    color:#fff;
    padding:10px 50px 10px 10px;
    border-radius:0;
    -webkit-border-radius:0;
    position:relative;
    overflow:hidden
}
.alert-ma .alert .col{
    width:100%;
    height:80px
}
.alert-ma .alert:before{
    content:'';
    font-family:fontawesome;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    line-height:80px;
    font-size:30px;
    text-align:center;
    width:50px
}
.alert-ma .alert.error:before{
    content:'\f12a'
}
.alert-ma .alert.success:before{
    content:'\f00c'
}
.alert-ma .alert.information:before{
    content:'\f129'
}
.alert-ma .alert.warning:before{
    content:'\f128'
}
.alert-ma .alert p{
    font-size:20px
}
.alert-ma .alert span{
    font-size:14px
}
.alert-ma .alert .progress-bar{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:3px;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
    background:rgba(0,0,0,.8)
}
.alert-ma .error{
    background:rgba(197,20,20,.9)
}
.alert-ma .success{
    background:rgba(0,128,0,.9)
}
.alert-ma .warning{
    background:#e8fb35
}
.alert-ma .information{
    background:#5c5c81
}
.newshead{
    float:left;
    margin-left:10px
}
.paragraph-detailed-left,.paragraph-detailed-right{
    position:absolute;
    top:50%;
    margin-top:-10px;
    font-size:21px;
    color:#0d2186
}
.paragraph-detailed-left{
    left:10px
}
.paragraph-detailed-right{
    right:10px
}
.paragraph-buttons.showing{
    display:block
}
.paragraph-detailed.show p,.paragraph-detailed.show p.hide,.paragraph-detailed.show row,.paragraph-detailed.show row.hide{
    display:none;
    position:absolute;
    left:-1000000px;
    visibility:hidden;
    float:left;
    width:100%
}
.paragraph-detailed.show .showing p,.paragraph-detailed.show p.showing,.paragraph-detailed.show row.showing{
    display:block;
    position:relative;
    left:0;
    visibility:visible
}
.paragraph-detailed.show p+span{
    font-size:14px;
    font-weight:400;
    text-align:justify
}
.paragraph-detailed.show img{
    margin-top:0
}
.paragraph-detailed.show p+span,.paragraph-detailed.show p.heading{
    float:left;
    width:100%
}
.paragraph-detailed.show ul{
    float:left;
    width:100%;
    margin-bottom:10px;
    padding:0
}
.paragraph-detailed.show .hide{
    display:none
}
.paragraph-detailed.show .show{
    display:block
}
.paragraph-detailed.show ul:not(.slick-dots) li{
    float:left;
    width:33.33%
}
.paragraph-detailed.show ul.full:not(.slick-dots) li,.text-gap{
    width:100%
}
.paragraph-detailed.show ul p{
    margin-left:-15px
}
.paragraphdetailed-container{
    padding:0 10px
}
.text-gap{
    float:left
}
.text-gap span:first-child{
    float:left;
    width:100px;
    position:relative;
    margin-right:20px;
    font-weight:600
}
.text-gap span:first-child:before{
    content:'-';
    position:absolute;
    right:-10px
}
.paragraph-detailedwrapper .left-image{
    width:40%;
    float:left;
    padding-right:20px;
    height:-webkit-calc(88vh - 120px);
    height:calc(88vh - 120px)
}
.visiblemain1 .popcontentmain.popcontentmainbig .left-image .slick-slide img{
    max-width:100%;
    width:auto;
    max-height:60vh
}
.paragraph-detailedwrapper .left-image .slider{
    width:100%;
    float:left
}
.paragraph-detailed.show ul.slick-dots{
    bottom:-45px;
    margin-left:0!important;
    margin-right:0!important
}
.paragraph-detailedwrapper .left-image .slide{
    float:left;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:-webkit-calc(88vh - 150px);
    height:calc(88vh - 150px);
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    font-size:13px;
    text-align:center;
}
.paragraph-detailedwrapper .right-content{
    width:100%;
    float:left;
    padding-left:0
}
.paragraph-detailedwrapper .right-content p+.table{
    margin-top:30px
}
.paragraph-detailedwrapper .right-content .table,.paragraph-detailedwrapper .right-content .table-body,.paragraph-detailedwrapper .right-content .table-con,.paragraph-detailedwrapper .right-content .table-head{
    float:left;
    width:100%;
    font-size:13px
}
.paragraph-detailedwrapper .right-content .table-cn,.paragraph-detailedwrapper .right-content .table-head .head{
    border:1px solid #e1e1e1;
    font-size:15px;
    font-weight:400;
    text-align:justify;
    width:100%;
    padding:3px 10px
}
.paragraph-detailedwrapper .right-content .table-con,.paragraph-detailedwrapper .right-content .table-head{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around
}
p.tab{
    float:left;
    width:100%
}
p.tab span{
    float:left
}
p.tab span:first-child{
    width:50%;
    position:relative;
    margin-right:20px
}
p.tab span:first-child:before{
    content:':';
    position:absolute;
    right:-5px
}
.para-img{
    float:left;
    width:100%;
    text-align:center
}
.para-img p{
    text-align:center!important
}
.para-img img{
    display:inline-block;
    max-height:270px
}
.filter .optionlist li.responsive-tools,.navico{
    display:none
}
.para-heading{
    margin:5px 0 0!important
}
.visiblemain1 .popcontentmain.popcontentmainbig .mainslide{
    height:-webkit-calc(88vh - 70px);
    height:calc(88vh - 70px);
    margin:0!important
}
@media (min-width:1200px){
    .slick-next::before,.slick-prev::before{
        font-size:30px
    }
}
@media (min-width:768px) and (max-width:1024px){
    .wrapper{
        width:90%
    }
    .fullwrapper .contentwrapper .panel1 .links{
        margin:10vh 0
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a{
        padding:10px
    }
    .pop-up-footer .pop-window-trigger,.pop-up-head .pop-window-trigger{
        margin:0
    }
    .clients-list .client,.clients-list .client:nth-child(3n){
        width:-webkit-calc(47% - 4px);
        width:calc(47% - 4px);
        margin-right:6%
    }
    .clients-list .client:nth-child(2n){
        margin-right:0
    }
    .clients-list .client:nth-child(n+3){
        margin-top:5px
    }
    .fullwrapper footer .fmid{
        width:-webkit-calc(100% - 250px);
        width:calc(100% - 250px)
    }
    .fullwrapper footer .fright{
        width:250px
    }
    .fullwrapper header .logo{
        width:300px
    }
    .fullwrapper header .logo img{
        height:40px
    }
    .fullwrapper header nav{
        width:-webkit-calc(100% - 300px);
        width:calc(100% - 300px)
    }
    .map img{
        height:auto;
        -o-object-fit:inherit;
        object-fit:inherit
    }
}
@media (max-width:992px){
    .fullwrapper header{
        position:relative;
        left:0
    }
    .fullwrapper header.open{
        left:-250px
    }
    .fullwrapper header nav{
        position:fixed;
        right:-250px;
        width:250px;
        background:#252e5b;
        height:100vh;
        margin:0;
        z-index:1000;
        padding:25px
    }
    .fullwrapper header nav.open{
        right:0
    }
    .fullwrapper header nav ul{
        display:inline-block
    }
    .navico,.navico span{
        display:block;
        position:absolute
    }
    .fullwrapper header nav ul li{
        float:left;
        width:100%;
        margin:0
    }
    .fullwrapper header nav ul li+li{
        margin-top:20px
    }
    .fullwrapper header nav ul li a{
        font-size:15px;
        padding-left:30px;
        color:#fff
    }
    .fullwrapper header nav ul li a.active{
        color:#fff
    }
    .fullwrapper header nav ul li a i{
        width:30px;
        text-align:center;
        font-size:16px;
        color:#fff
    }
    .fullwrapper header nav ul li a.active i{
        color:#fff
    }
    .navico{
        right:5%;
        top:23px;
        width:36px;
        height:24px;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        -webkit-transition:.5s ease-in-out;
        -o-transition:.5s ease-in-out;
        transition:.5s ease-in-out;
        cursor:pointer
    }
    .navico span{
        /*! float: left;
         */
        background-color:#fff;
        height:5px;
        width:100%;
        -webkit-border-radius:9px;
        border-radius:9px;
        opacity:1;
        left:0;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        -webkit-transition:.25s ease-in-out;
        -o-transition:.25s ease-in-out;
        transition:.25s ease-in-out
    }
    .navico span+span{
        /*! margin-top: 4px;
         */
    }
    .navico span:nth-child(1){
        top:0
    }
    .navico span:nth-child(2){
        top:10px
    }
    .navico span:nth-child(3){
        top:20px
    }
    .navico.open span:nth-child(1){
        top:10px;
        -webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg)
    }
    .navico.open span:nth-child(2){
        opacity:0;
        left:-60px
    }
    .navico.open span:nth-child(3){
        top:10px;
        -webkit-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        transform:rotate(-135deg)
    }
}
@media (max-width:767px){
    .navico span{
        background-color:#2e3a66
    }
    .fullwrapper header .logo{
        width:auto;
        border:none;
        height:auto;
        padding:5px 0
    }
    .fullwrapper header .logo img{
        max-width:100%;
        margin:0 0 0 5%;
        height:45px
    }
    .fullwrapper footer .fright::before,.fullwrapper header .logo::before{
        display:none
    }
    .fullwrapper header{
        background:#fff;
        height:auto;
        border-bottom:3px solid #252e5b
    }
    .fullwrapper .contentwrapper{
        height:auto
    }
    .home-wrapper{
        display:block;
        height:auto;
        padding:15px 0;
        text-align:justify
    }
    .home-wrapper p{
        font-size:15px
    }
    .wrapper{
        width:90%
    }
    .fullwrapper footer .fmid,.fullwrapper footer .fright{
        width:100%;
        text-align:center;
        padding:0 5px
    }
    .fullwrapper footer .fright img{
        float:none;
        display:inline-block
    }
    .fullwrapper .contentwrapper .panel1 .links{
        margin:10px 0;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .fullwrapper .contentwrapper .panel1 .links .col4{
        width:100%;
        margin:5px 0
    }
    .main-popup .popup-wrapper,.visiblemain1 .popcontentmain,.visiblemain1 .popcontentmain.popcontentmainbig{
        width:100%;
        top:0;
        bottom:0;
        left:0;
        -webkit-border-radius:0;
        border-radius:0;
        height:auto
    }
    .main-popup .popup-wrapper{
        position:absolute
    }
    .visiblemain1 .popcontentmain .popcontent{
        height:auto;
        padding:50px 15px 10px;
        margin-top:20px;
        
    }
    .popcontent-wrapper{
        margin-top:85px;
        max-height:-webkit-calc(100vh - 85px);
        max-height:calc(100vh - 85px);
        overflow-y:auto
    }
    .main-popup h2,.pop-up-head{
        top:50px;
        left:15px;
        width:-webkit-calc(100% - 30px);
        width:calc(100% - 30px)
    }
    .filter{
         position:absolute;
    left:95px;
    top:50px;
    color:#000
    }
    .filter .optionlist{
        
          position:absolute;
    top:-5px;
    left:-webkit-calc(100% + 5px);
    left:calc(100% + 5px);
    background:#fff;
    padding:4px;
    -webkit-border-radius:5px;
    border-radius:5px;
    white-space:nowrap;
    -webkit-box-shadow:inset 0 0 3px #e1e1e1;
    box-shadow:inset 0 0 3px #e1e1e1;
    visibility:hidden;
    opacity:0;
    margin:0;
    z-index:2
    
    }
    .filter .optionlist li{
            display:inline-block;
    list-style:none;
    vertical-align:middle

    }
    .filter .optionlist li.responsive-tools{
        display:none
    }
    .filter .optionlist li p{
        margin:0;
        float:left;
        font-weight:600;
        color:#27305d
    }
    .filter .optionlist li+li,.image-wrapper .text{
        margin-top:10px
    }
    .filter .optionlist li a{
        float:right
    }
    .filter .optionlist li .filter-op{
        float:left;
    padding:7px;
    border:1px solid #e1e1e1

    }
    .filter .optionlist li .btn{
    background:#252e5b;
    color:#fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:none;
    padding:7px 10px;
    cursor:pointer
}
    .main-popup .popup-wrapper .close,.popcontentmain .close,.popcontentmain .closesub{
        top:9px
    }
    .main-popup .popup-wrapper .home,.popcontentmain .home{
        top:7px
    }
    .main-popup .popup-wrapper .requestinfo,.popcontentmain .requestinfo{
        right:auto;
        left:15px;
        top:9px
    }
    .popcontentmain .popcontent ul li{
        float:left;
        width:-webkit-calc(100% - 1em);
        width:calc(100% - 1em)
    }
    .sp-button-footer{
        right:10px;
        bottom:10px
    }
    .main-popup .popup-wrapper .scroll-parent-wrapper{
        top:90px;
        bottom:0
    }
    .image-wrapper,.visiblemain1 .popcontentmain.popcontentmainbig .mainslide,.visiblemain1 .popcontentmain.popcontentmainbig .popcontent{
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-pack:center;
    justify-content:center;
    border-radius:5px;
    -webkit-border-radius:5px
    
    }
    .pop-up-footer{
        left:15px;
        right:15px;
        bottom:10px
    }
    .paragraphdetailed-container{
        padding:0
    }
    .paragraph-detailed-left,.paragraph-detailed-right{
        display:none
    }
    .visiblemain1 .popcontentmain.popcontentmainbig .popcontent-wrapper:not(.news){
        max-height:-webkit-calc(100vh - 120px);
        max-height:calc(100vh - 120px)
    }
    .para-img img{
        height:auto;
        width:100%;
        max-height:inherit;
        max-width:400px
    }
    .paragraph-detailed.show ul:not(.slick-dots) li{
        width:100%
    }
    .paragraph-detailedwrapper .right-content p+.table{
        width:100%;
        overflow-x:auto;
        background:#f3f3f3;
        margin-bottom:20px
    }
    .paragraph-detailedwrapper .right-content .table-body,.paragraph-detailedwrapper .right-content .table-head{
        min-width:600px;
        width:100%
    }
    .sp-button-footer a.download{
        width:20px;
        height:20px;
        overflow:hidden;
        float:left;
        font-size:20px
    }
    .map,.map img,.rowlist,.visiblemain1 .popcontentmain.popcontentmainbig .popcontent.no-slider{
        height:auto
    }
    .pop-up-footer h2,.pop-up-head h2{
        white-space:nowrap;
        
    }
    .paragraph-detailed.show p,.paragraph-detailed.show p.hide,.paragraph-detailed.show row,.paragraph-detailed.show row.hide{
        display:block;
        position:relative;
        left:0;
        visibility:visible
    }
    .pop-up-footer h2::before,.pop-up-head h2::before{
        bottom:0
    }
    .pop-up-footer h2{
        max-width:-webkit-calc(100% - 60px);
        max-width:calc(100% - 60px)
    }
    .imageonlypopup .popimagewrapper{
        width:100%;
        min-height:40vh
    }
    .rowlist{
        -webkit-columns:1;
        -moz-columns:1;
        columns:1
    }
    #sub_child_head,.pop-up-head.special-config{
        margin-left:15px
    }
    #sub_child_footer,.pop-up-footer.special-config{
        margin-left:0;
        right:auto;
        top:50px
    }
    .form-pop-up{
        -webkit-box-align:start;
        -webkit-align-items:flex-start;
        -ms-flex-align:start;
        align-items:flex-start;
        overflow-y:auto
    }
    .form-pop-up .form-wrapper{
        width:90%;
        max-width:400px;
        margin:30px 0 10px;
        max-height:inherit
    }
    .half-dt-pro,.half-dt-pro:nth-child(2n){
        width:100%;
        padding:0
    }
    .pop-up-footer h2,.pop-up-head h2{
        font-size:13px
    }
    .pop-up-head h2{
        max-width:-webkit-calc(100% - 60px);
        max-width:calc(100% - 60px)
    }
    .pop-up-head.special-config h2{
        max-width:-webkit-calc(50%);
        max-width:calc(50%)
    }
    .pop-up-footer.special-config h2{
        max-width:-webkit-calc(50% - 60px);
        max-width:calc(50% - 60px)
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a{
        min-height:inherit;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align:center;
        -webkit-align-items:center;
        -ms-flex-align:center;
        align-items:center;
        -webkit-box-pack:start;
        -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        padding:10px
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a i{
        position:relative;
        left:0;
        right:0;
        top:0;
        bottom:0;
        float:left;
        margin-right:10px
    }
    .fullwrapper .contentwrapper .panel1 .links .col4 a p{
        margin:0
    }
    /*.popcontentmain .slick-next{
        right:5%
    }
    .popcontentmain .slick-prev{
        left:5%
    }*/
    .visiblemain1 .popcontentmain.popcontentmainbig .slick-slide img{
        max-width:-webkit-calc(95% - 10px);
		max-height:calc(75vh - 190px);
		height:calc(75vh - 190px);
    }
    .image-wrapper .text{
    float:left;
    width:100%;
    position:relative;
    bottom:10px;
    right:0;
    display:block;
    left:0;
    /*text-align:center;
    margin-top:50px*/
	}

    .main-popup .popup-wrapper .main-pop{
        padding:0
    }
    .nav-buttons .left,.nav-buttons .right{
        display:none
    }
    .clients-list .client{
        display:block;
        visibility:visible;
        width:100%
    }
    .main-popup .popup-wrapper .scroll-parent-wrapper{
        overflow:visible;
        overflow-y:auto
    }
    .main-popup .popup-wrapper .main-pop .boxes .box-0{
        width:100%;
        margin-right:0
    }
    .news-buttons{
        display:none
    }
    .news-wrapper .news-wrap{
        display:block;
        visibility:visible
    }
    .newshead{
        float:none
    }
    .newshead+.newshead{
        margin-left:10px
    }
    .map img{
        max-width:100%;
        width:100%
    }
    .pop-up-footer .pop-window-trigger,.pop-up-head .pop-window-trigger{
        margin:0;
        font-size:16px
    }
    .navico{
        top:15px
    }
    .filter{
    position:absolute;
    left:5px;
    top:90px;
    color:#000
}
p.clienttext{
    text-align:left;
    padding:60px 20px;
    font-size:15px;
    margin:0
}
}
.fa-fw,.fa-li{
    text-align:center
}
@media (min-width:450px) and (max-width:767px){
    .fullwrapper .contentwrapper .panel1 .links .col4{
        width:48%;
        margin-right:4%
    }
    .fullwrapper .contentwrapper .panel1 .links .col4:nth-child(2n){
        margin-right:0
    }
    .main-popup .popup-wrapper .main-pop .boxes{
        padding:0 5%
    }
    .main-popup .popup-wrapper .main-pop .boxes .box-0{
        width:49%;
        margin-right:2%
    }
    .main-popup .popup-wrapper .main-pop .boxes .box-0:nth-child(2n){
        margin-right:0
    }
}
.fa.fa-pull-left,.fa.pull-left{
    margin-right:.3em
}
@media (min-width:500px) and (max-width:767px){
    .clients-list .client{
        display:inline-block;
        visibility:visible;
        width:-webkit-calc(50% - 3px);
        width:calc(50% - 3px);
        vertical-align:middle;
        float:none
    }
}
@media (min-width:768px) and (max-width:900px){
    .fullwrapper .contentwrapper .panel1 .links{
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .fullwrapper .contentwrapper .panel1 .links .col4{
        width:48%;
        -webkit-box-flex:0;
        -webkit-flex:0 0 48%;
        -ms-flex:0 0 48%;
        flex:0 0 48%
    }
    .fullwrapper .contentwrapper .panel1 .links .col4:nth-child(n+3){
        margin-top:10px
    }
}
.sp-flexcontainer{
    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
}
.sp-flexcontainer .clients-list{
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
@media (max-width:1025px) and (orientation:portrait){
    body.landscape{
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        -webkit-transform-origin:right top;
        -ms-transform-origin:right top;
        transform-origin:right top;
        width:100vh;
        overflow:hidden;
        position:absolute;
        top:100%;
        right:0
    }
    body.landscape .visiblemain1 .popcontentmain.popcontentmainbig .popcontent-wrapper:not(.news){
        max-height:-webkit-calc(100vw - 120px);
        max-height:calc(100vw - 120px)
    }
    body.landscape .visiblemain1 .popcontentmain.popcontentmainbig .slick-slide img{
        max-height:-webkit-calc(88vw - 160px);
        max-height:calc(88vw - 160px);
        max-width:100%
    }
    body.landscape .fullwrapper{
        height:100vw
    }
}
.image-wrapper:nth-child(n+2){
    display:none
}
.fa,.fa-stack{
    display:inline-block
}
.flag{
    background-image:url(../images/flags.png)
}
.ad{
    background-position:-16px 0
}
.ae{
    background-position:-32px 0
}
.af{
    background-position:-48px 0
}
.ag{
    background-position:-64px 0
}
.ai{
    background-position:-80px 0
}
.al{
    background-position:-96px 0
}
.am{
    background-position:-112px 0
}
.ao{
    background-position:-128px 0
}
.ar{
    background-position:-144px 0
}
.as{
    background-position:-160px 0
}
.at{
    background-position:-176px 0
}
.au{
    background-position:-192px 0
}
.aw{
    background-position:-208px 0
}
.az{
    background-position:-224px 0
}
.ba{
    background-position:-240px 0
}
.bb{
    background-position:0 -11px
}
.bd{
    background-position:-16px -11px
}
.be{
    background-position:-32px -11px
}
.bf{
    background-position:-48px -11px
}
.bg{
    background-position:-64px -11px
}
.bh{
    background-position:-80px -11px
}
.bi{
    background-position:-96px -11px
}
.bj{
    background-position:-112px -11px
}
.bm{
    background-position:-128px -11px
}
.bn{
    background-position:-144px -11px
}
.bo{
    background-position:-160px -11px
}
.br{
    background-position:-176px -11px
}
.bs{
    background-position:-192px -11px
}
.bt{
    background-position:-208px -11px
}
.bw{
    background-position:-224px -11px
}
.by{
    background-position:-240px -11px
}
.bz{
    background-position:0 -22px
}
.ca{
    background-position:-16px -22px
}
.cd{
    background-position:-32px -22px
}
.cf{
    background-position:-48px -22px
}
.cg{
    background-position:-64px -22px
}
.ch{
    background-position:-80px -22px
}
.ci{
    background-position:-96px -22px
}
.ck{
    background-position:-112px -22px
}
.cl{
    background-position:-128px -22px
}
.cm{
    background-position:-144px -22px
}
.cn{
    background-position:-160px -22px
}
.co{
    background-position:-176px -22px
}
.cr{
    background-position:-192px -22px
}
.cu{
    background-position:-208px -22px
}
.cv{
    background-position:-224px -22px
}
.cw{
    background-position:-240px -22px
}
.cy{
    background-position:0 -33px
}
.cz{
    background-position:-16px -33px
}
.de{
    background-position:-32px -33px
}
.dj{
    background-position:-48px -33px
}
.dk{
    background-position:-64px -33px
}
.dm{
    background-position:-80px -33px
}
.do{
    background-position:-96px -33px
}
.dz{
    background-position:-112px -33px
}
.ec{
    background-position:-128px -33px
}
.ee{
    background-position:-144px -33px
}
.eg{
    background-position:-160px -33px
}
.er{
    background-position:-176px -33px
}
.es{
    background-position:-192px -33px
}
.et{
    background-position:-208px -33px
}
.fi{
    background-position:-224px -33px
}
.fj{
    background-position:-240px -33px
}
.fk{
    background-position:0 -44px
}
.fm{
    background-position:-16px -44px
}
.fo{
    background-position:-32px -44px
}
.bl,.fr,.mf{
    background-position:-48px -44px
}
.ga{
    background-position:-64px -44px
}
.gb{
    background-position:-80px -44px
}
.gd{
    background-position:-96px -44px
}
.ge{
    background-position:-112px -44px
}
.gf{
    background-position:-128px -44px
}
.gh{
    background-position:-144px -44px
}
.gi{
    background-position:-160px -44px
}
.gl{
    background-position:-176px -44px
}
.gm{
    background-position:-192px -44px
}
.gn{
    background-position:-208px -44px
}
.gp{
    background-position:-224px -44px
}
.gq{
    background-position:-240px -44px
}
.gr{
    background-position:0 -55px
}
.gt{
    background-position:-16px -55px
}
.gu{
    background-position:-32px -55px
}
.gw{
    background-position:-48px -55px
}
.gy{
    background-position:-64px -55px
}
.hk{
    background-position:-80px -55px
}
.hn{
    background-position:-96px -55px
}
.hr{
    background-position:-112px -55px
}
.ht{
    background-position:-128px -55px
}
.hu{
    background-position:-144px -55px
}
.id{
    background-position:-160px -55px
}
.ie{
    background-position:-176px -55px
}
.il{
    background-position:-192px -55px
}
.in{
    background-position:-208px -55px
}
.io{
    background-position:-224px -55px
}
.iq{
    background-position:-240px -55px
}
.ir{
    background-position:0 -66px
}
.is{
    background-position:-16px -66px
}
.it{
    background-position:-32px -66px
}
.jm{
    background-position:-48px -66px
}
.jo{
    background-position:-64px -66px
}
.jp{
    background-position:-80px -66px
}
.ke{
    background-position:-96px -66px
}
.kg{
    background-position:-112px -66px
}
.kh{
    background-position:-128px -66px
}
.ki{
    background-position:-144px -66px
}
.km{
    background-position:-160px -66px
}
.kn{
    background-position:-176px -66px
}
.kp{
    background-position:-192px -66px
}
.kr{
    background-position:-208px -66px
}
.kw{
    background-position:-224px -66px
}
.ky{
    background-position:-240px -66px
}
.kz{
    background-position:0 -77px
}
.la{
    background-position:-16px -77px
}
.lb{
    background-position:-32px -77px
}
.lc{
    background-position:-48px -77px
}
.li{
    background-position:-64px -77px
}
.lk{
    background-position:-80px -77px
}
.lr{
    background-position:-96px -77px
}
.ls{
    background-position:-112px -77px
}
.lt{
    background-position:-128px -77px
}
.lu{
    background-position:-144px -77px
}
.lv{
    background-position:-160px -77px
}
.ly{
    background-position:-176px -77px
}
.ma{
    background-position:-192px -77px
}
.mc{
    background-position:-208px -77px
}
.md{
    background-position:-224px -77px
}
.me{
    background-position:-112px -154px;
    height:12px
}
.mg{
    background-position:0 -88px
}
.mh{
    background-position:-16px -88px
}
.mk{
    background-position:-32px -88px
}
.ml{
    background-position:-48px -88px
}
.mm{
    background-position:-64px -88px
}
.mn{
    background-position:-80px -88px
}
.mo{
    background-position:-96px -88px
}
.mp{
    background-position:-112px -88px
}
.mq{
    background-position:-128px -88px
}
.mr{
    background-position:-144px -88px
}
.ms{
    background-position:-160px -88px
}
.mt{
    background-position:-176px -88px
}
.mu{
    background-position:-192px -88px
}
.mv{
    background-position:-208px -88px
}
.mw{
    background-position:-224px -88px
}
.mx{
    background-position:-240px -88px
}
.my{
    background-position:0 -99px
}
.mz{
    background-position:-16px -99px
}
.na{
    background-position:-32px -99px
}
.nc{
    background-position:-48px -99px
}
.ne{
    background-position:-64px -99px
}
.nf{
    background-position:-80px -99px
}
.ng{
    background-position:-96px -99px
}
.ni{
    background-position:-112px -99px
}
.bq,.nl{
    background-position:-128px -99px
}
.no{
    background-position:-144px -99px
}
.np{
    background-position:-160px -99px
}
.nr{
    background-position:-176px -99px
}
.nu{
    background-position:-192px -99px
}
.nz{
    background-position:-208px -99px
}
.om{
    background-position:-224px -99px
}
.pa{
    background-position:-240px -99px
}
.pe{
    background-position:0 -110px
}
.pf{
    background-position:-16px -110px
}
.pg{
    background-position:-32px -110px
}
.ph{
    background-position:-48px -110px
}
.pk{
    background-position:-64px -110px
}
.pl{
    background-position:-80px -110px
}
.pm{
    background-position:-96px -110px
}
.pr{
    background-position:-112px -110px
}
.ps{
    background-position:-128px -110px
}
.pt{
    background-position:-144px -110px
}
.pw{
    background-position:-160px -110px
}
.py{
    background-position:-176px -110px
}
.qa{
    background-position:-192px -110px
}
.re{
    background-position:-208px -110px
}
.ro{
    background-position:-224px -110px
}
.rs{
    background-position:-240px -110px
}
.ru{
    background-position:0 -121px
}
.rw{
    background-position:-16px -121px
}
.sa{
    background-position:-32px -121px
}
.sb{
    background-position:-48px -121px
}
.sc{
    background-position:-64px -121px
}
.sd{
    background-position:-80px -121px
}
.se{
    background-position:-96px -121px
}
.sg{
    background-position:-112px -121px
}
.sh{
    background-position:-128px -121px
}
.si{
    background-position:-144px -121px
}
.sk{
    background-position:-160px -121px
}
.sl{
    background-position:-176px -121px
}
.sm{
    background-position:-192px -121px
}
.sn{
    background-position:-208px -121px
}
.so{
    background-position:-224px -121px
}
.sr{
    background-position:-240px -121px
}
.ss{
    background-position:0 -132px
}
.st{
    background-position:-16px -132px
}
.sv{
    background-position:-32px -132px
}
.sx{
    background-position:-48px -132px
}
.sy{
    background-position:-64px -132px
}
.sz{
    background-position:-80px -132px
}
.tc{
    background-position:-96px -132px
}
.td{
    background-position:-112px -132px
}
.tg{
    background-position:-128px -132px
}
.th{
    background-position:-144px -132px
}
.tj{
    background-position:-160px -132px
}
.tk{
    background-position:-176px -132px
}
.tl{
    background-position:-192px -132px
}
.tm{
    background-position:-208px -132px
}
.tn{
    background-position:-224px -132px
}
.to{
    background-position:-240px -132px
}
.tr{
    background-position:0 -143px
}
.tt{
    background-position:-16px -143px
}
.tv{
    background-position:-32px -143px
}
.tw{
    background-position:-48px -143px
}
.tz{
    background-position:-64px -143px
}
.ua{
    background-position:-80px -143px
}
.ug{
    background-position:-96px -143px
}
.us{
    background-position:-112px -143px
}
.uy{
    background-position:-128px -143px
}
.uz{
    background-position:-144px -143px
}
.va{
    background-position:-160px -143px
}
.vc{
    background-position:-176px -143px
}
.ve{
    background-position:-192px -143px
}
.vg{
    background-position:-208px -143px
}
.vi{
    background-position:-224px -143px
}
.vn{
    background-position:-240px -143px
}
.vu{
    background-position:0 -154px
}
.wf{
    background-position:-16px -154px
}
.ws{
    background-position:-32px -154px
}
.ye{
    background-position:-48px -154px
}
.za{
    background-position:-64px -154px
}
.zm{
    background-position:-80px -154px
}
.zw{
    background-position:-96px -154px
}
@font-face{
    font-family:FontAwesome;
    src:url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
    src:url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight:400;
    font-style:normal
}
.fa{
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa.fa-pull-right,.fa.pull-right{
    margin-left:.3em
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:.08em solid #eee;
    -webkit-border-radius:.1em;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    transform:scale(-1,1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1,-1);
    -ms-transform:scale(1,-1);
    transform:scale(1,-1)
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
    -webkit-filter:none;
    filter:none
}
.fa-stack{
    position:relative;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:"\f000"
}
.fa-music:before{
    content:"\f001"
}
.fa-search:before{
    content:"\f002"
}
.fa-envelope-o:before{
    content:"\f003"
}
.fa-heart:before{
    content:"\f004"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-o:before{
    content:"\f006"
}
.fa-user:before{
    content:"\f007"
}
.fa-film:before{
    content:"\f008"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-check:before{
    content:"\f00c"
}
.fa-close:before,.fa-remove:before,.fa-times:before{
    content:"\f00d"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-signal:before{
    content:"\f012"
}
.fa-cog:before,.fa-gear:before{
    content:"\f013"
}
.fa-trash-o:before{
    content:"\f014"
}
.fa-home:before{
    content:"\f015"
}
.fa-file-o:before{
    content:"\f016"
}
.fa-clock-o:before{
    content:"\f017"
}
.fa-road:before{
    content:"\f018"
}
.fa-download:before{
    content:"\f019"
}
.fa-arrow-circle-o-down:before{
    content:"\f01a"
}
.fa-arrow-circle-o-up:before{
    content:"\f01b"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-play-circle-o:before{
    content:"\f01d"
}
.fa-repeat:before,.fa-rotate-right:before{
    content:"\f01e"
}
.fa-refresh:before{
    content:"\f021"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-lock:before{
    content:"\f023"
}
.fa-flag:before{
    content:"\f024"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-print:before{
    content:"\f02f"
}
.fa-camera:before{
    content:"\f030"
}
.fa-font:before{
    content:"\f031"
}
.fa-bold:before{
    content:"\f032"
}
.fa-italic:before{
    content:"\f033"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-list:before{
    content:"\f03a"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-video-camera:before{
    content:"\f03d"
}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{
    content:"\f03e"
}
.fa-pencil:before{
    content:"\f040"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-tint:before{
    content:"\f043"
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:"\f044"
}
.fa-share-square-o:before{
    content:"\f045"
}
.fa-check-square-o:before{
    content:"\f046"
}
.fa-arrows:before{
    content:"\f047"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-play:before{
    content:"\f04b"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-eject:before{
    content:"\f052"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-times-circle-o:before{
    content:"\f05c"
}
.fa-check-circle-o:before{
    content:"\f05d"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-expand:before{
    content:"\f065"
}
.fa-compress:before{
    content:"\f066"
}
.fa-plus:before{
    content:"\f067"
}
.fa-minus:before{
    content:"\f068"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-exclamation-triangle:before,.fa-warning:before{
    content:"\f071"
}
.fa-plane:before{
    content:"\f072"
}
.fa-calendar:before{
    content:"\f073"
}
.fa-random:before{
    content:"\f074"
}
.fa-comment:before{
    content:"\f075"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-arrows-v:before{
    content:"\f07d"
}
.fa-arrows-h:before{
    content:"\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:"\f080"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-key:before{
    content:"\f084"
}
.fa-cogs:before,.fa-gears:before{
    content:"\f085"
}
.fa-comments:before{
    content:"\f086"
}
.fa-thumbs-o-up:before{
    content:"\f087"
}
.fa-thumbs-o-down:before{
    content:"\f088"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-heart-o:before{
    content:"\f08a"
}
.fa-sign-out:before{
    content:"\f08b"
}
.fa-linkedin-square:before{
    content:"\f08c"
}
.fa-thumb-tack:before{
    content:"\f08d"
}
.fa-external-link:before{
    content:"\f08e"
}
.fa-sign-in:before{
    content:"\f090"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-upload:before{
    content:"\f093"
}
.fa-lemon-o:before{
    content:"\f094"
}
.fa-phone:before{
    content:"\f095"
}
.fa-square-o:before{
    content:"\f096"
}
.fa-bookmark-o:before{
    content:"\f097"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-github:before{
    content:"\f09b"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-feed:before,.fa-rss:before{
    content:"\f09e"
}
.fa-hdd-o:before{
    content:"\f0a0"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-group:before,.fa-users:before{
    content:"\f0c0"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before{
    content:"\f0c5"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-floppy-o:before,.fa-save:before{
    content:"\f0c7"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{
    content:"\f0c9"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-plus:before{
    content:"\f0d5"
}
.fa-money:before{
    content:"\f0d6"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-sort:before,.fa-unsorted:before{
    content:"\f0dc"
}
.fa-sort-desc:before,.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-asc:before,.fa-sort-up:before{
    content:"\f0de"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-linkedin:before{
    content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-gavel:before,.fa-legal:before{
    content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before{
    content:"\f0e4"
}
.fa-comment-o:before{
    content:"\f0e5"
}
.fa-comments-o:before{
    content:"\f0e6"
}
.fa-bolt:before,.fa-flash:before{
    content:"\f0e7"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-clipboard:before,.fa-paste:before{
    content:"\f0ea"
}
.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa-exchange:before{
    content:"\f0ec"
}
.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-bell-o:before{
    content:"\f0a2"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cutlery:before{
    content:"\f0f5"
}
.fa-file-text-o:before{
    content:"\f0f6"
}
.fa-building-o:before{
    content:"\f0f7"
}
.fa-hospital-o:before{
    content:"\f0f8"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f10b"
}
.fa-circle-o:before{
    content:"\f10c"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-circle:before{
    content:"\f111"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f112"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-folder-o:before{
    content:"\f114"
}
.fa-folder-open-o:before{
    content:"\f115"
}
.fa-smile-o:before{
    content:"\f118"
}
.fa-frown-o:before{
    content:"\f119"
}
.fa-meh-o:before{
    content:"\f11a"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-keyboard-o:before{
    content:"\f11c"
}
.fa-flag-o:before{
    content:"\f11d"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-code:before{
    content:"\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:"\f123"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-crop:before{
    content:"\f125"
}
.fa-code-fork:before{
    content:"\f126"
}
.fa-chain-broken:before,.fa-unlink:before{
    content:"\f127"
}
.fa-question:before{
    content:"\f128"
}
.fa-info:before{
    content:"\f129"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-shield:before{
    content:"\f132"
}
.fa-calendar-o:before{
    content:"\f133"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-minus-square-o:before{
    content:"\f147"
}
.fa-level-up:before{
    content:"\f148"
}
.fa-level-down:before{
    content:"\f149"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-pencil-square:before{
    content:"\f14b"
}
.fa-external-link-square:before{
    content:"\f14c"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-caret-square-o-down:before,.fa-toggle-down:before{
    content:"\f150"
}
.fa-caret-square-o-up:before,.fa-toggle-up:before{
    content:"\f151"
}
.fa-caret-square-o-right:before,.fa-toggle-right:before{
    content:"\f152"
}
.fa-eur:before,.fa-euro:before{
    content:"\f153"
}
.fa-gbp:before{
    content:"\f154"
}
.fa-dollar:before,.fa-usd:before{
    content:"\f155"
}
.fa-inr:before,.fa-rupee:before{
    content:"\f156"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{
    content:"\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{
    content:"\f158"
}
.fa-krw:before,.fa-won:before{
    content:"\f159"
}
.fa-bitcoin:before,.fa-btc:before{
    content:"\f15a"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-text:before{
    content:"\f15c"
}
.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa-sort-alpha-desc:before{
    content:"\f15e"
}
.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa-sort-amount-desc:before{
    content:"\f161"
}
.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa-sort-numeric-desc:before{
    content:"\f163"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-youtube-square:before{
    content:"\f166"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-youtube-play:before{
    content:"\f16a"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-adn:before{
    content:"\f170"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitbucket-square:before{
    content:"\f172"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-apple:before{
    content:"\f179"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-android:before{
    content:"\f17b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-trello:before{
    content:"\f181"
}
.fa-female:before{
    content:"\f182"
}
.fa-male:before{
    content:"\f183"
}
.fa-gittip:before,.fa-gratipay:before{
    content:"\f184"
}
.fa-sun-o:before{
    content:"\f185"
}
.fa-moon-o:before{
    content:"\f186"
}
.fa-archive:before{
    content:"\f187"
}
.fa-bug:before{
    content:"\f188"
}
.fa-vk:before{
    content:"\f189"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-arrow-circle-o-right:before{
    content:"\f18e"
}
.fa-arrow-circle-o-left:before{
    content:"\f190"
}
.fa-caret-square-o-left:before,.fa-toggle-left:before{
    content:"\f191"
}
.fa-dot-circle-o:before{
    content:"\f192"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-try:before,.fa-turkish-lira:before{
    content:"\f195"
}
.fa-plus-square-o:before{
    content:"\f196"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-slack:before{
    content:"\f198"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-bank:before,.fa-institution:before,.fa-university:before{
    content:"\f19c"
}
.fa-graduation-cap:before,.fa-mortar-board:before{
    content:"\f19d"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-spoon:before{
    content:"\f1b1"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa-file-word-o:before{
    content:"\f1c2"
}
.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{
    content:"\f1c5"
}
.fa-file-archive-o:before,.fa-file-zip-o:before{
    content:"\f1c6"
}
.fa-file-audio-o:before,.fa-file-sound-o:before{
    content:"\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:"\f1c8"
}
.fa-file-code-o:before{
    content:"\f1c9"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{
    content:"\f1cd"
}
.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa-ra:before,.fa-rebel:before,.fa-resistance:before{
    content:"\f1d0"
}
.fa-empire:before,.fa-ge:before{
    content:"\f1d1"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{
    content:"\f1d4"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before{
    content:"\f1d7"
}
.fa-paper-plane:before,.fa-send:before{
    content:"\f1d8"
}
.fa-paper-plane-o:before,.fa-send-o:before{
    content:"\f1d9"
}
.fa-history:before{
    content:"\f1da"
}
.fa-circle-thin:before{
    content:"\f1db"
}
.fa-header:before{
    content:"\f1dc"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-sliders:before{
    content:"\f1de"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-futbol-o:before,.fa-soccer-ball-o:before{
    content:"\f1e3"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bell-slash-o:before{
    content:"\f1f7"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-area-chart:before{
    content:"\f1fe"
}
.fa-pie-chart:before{
    content:"\f200"
}
.fa-line-chart:before{
    content:"\f201"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bus:before{
    content:"\f207"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-cc:before{
    content:"\f20a"
}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{
    content:"\f20b"
}
.fa-meanpath:before{
    content:"\f20c"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-intersex:before,.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-bed:before,.fa-hotel:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-y-combinator:before,.fa-yc:before{
    content:"\f23b"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{
    content:"\f240"
}
.fa-battery-3:before,.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battery-2:before,.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-1:before,.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:"\f244"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-sticky-note-o:before{
    content:"\f24a"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-hourglass-o:before{
    content:"\f250"
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:"\f251"
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{
    content:"\f255"
}
.fa-hand-paper-o:before,.fa-hand-stop-o:before{
    content:"\f256"
}
.fa-hand-scissors-o:before{
    content:"\f257"
}
.fa-hand-lizard-o:before{
    content:"\f258"
}
.fa-hand-spock-o:before{
    content:"\f259"
}
.fa-hand-pointer-o:before{
    content:"\f25a"
}
.fa-hand-peace-o:before{
    content:"\f25b"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-safari:before{
    content:"\f267"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-television:before,.fa-tv:before{
    content:"\f26c"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-500px:before{
    content:"\f26e"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-calendar-plus-o:before{
    content:"\f271"
}
.fa-calendar-minus-o:before{
    content:"\f272"
}
.fa-calendar-times-o:before{
    content:"\f273"
}
.fa-calendar-check-o:before{
    content:"\f274"
}
.fa-industry:before{
    content:"\f275"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-map-o:before{
    content:"\f278"
}
.fa-map:before{
    content:"\f279"
}
.fa-commenting:before{
    content:"\f27a"
}
.fa-commenting-o:before{
    content:"\f27b"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-vimeo:before{
    content:"\f27d"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-edge:before{
    content:"\f282"
}
.fa-credit-card-alt:before{
    content:"\f283"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-modx:before{
    content:"\f285"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-usb:before{
    content:"\f287"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-pause-circle-o:before{
    content:"\f28c"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stop-circle-o:before{
    content:"\f28e"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-percent:before{
    content:"\f295"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-envira:before{
    content:"\f299"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-wheelchair-alt:before{
    content:"\f29b"
}
.fa-question-circle-o:before{
    content:"\f29c"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-volume-control-phone:before{
    content:"\f2a0"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{
    content:"\f2a3"
}
.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{
    content:"\f2a4"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-sign-language:before,.fa-signing:before{
    content:"\f2a7"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-google-plus-circle:before,.fa-google-plus-official:before{
    content:"\f2b3"
}
.fa-fa:before,.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-handshake-o:before{
    content:"\f2b5"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-o:before{
    content:"\f2b7"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-book-o:before{
    content:"\f2ba"
}
.fa-address-card:before,.fa-vcard:before{
    content:"\f2bb"
}
.fa-address-card-o:before,.fa-vcard-o:before{
    content:"\f2bc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-circle-o:before{
    content:"\f2be"
}
.fa-user-o:before{
    content:"\f2c0"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-drivers-license:before,.fa-id-card:before{
    content:"\f2c2"
}
.fa-drivers-license-o:before,.fa-id-card-o:before{
    content:"\f2c3"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{
    content:"\f2c7"
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-thermometer-2:before,.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-0:before,.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-bath:before,.fa-bathtub:before,.fa-s15:before{
    content:"\f2cd"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-times-rectangle:before,.fa-window-close:before{
    content:"\f2d3"
}
.fa-times-rectangle-o:before,.fa-window-close-o:before{
    content:"\f2d4"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-eercast:before{
    content:"\f2da"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-snowflake-o:before{
    content:"\f2dc"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-meetup:before{
    content:"\f2e0"
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
.popcontentheader{
    float:left;
    width:100%;
    padding-left:30px
}
.popcontentheader p{
    font-weight:600
}

