
body{
    background-color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #90A0AF;
    line-height: 26px;
}

.divider {
    overflow: hidden;
}

.divider80 {
    height: 80px;
}

h3{
    font-size: 16px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
}

/*Style scroll body*/
body::-webkit-scrollbar {
    width: 5px;
}


body::-webkit-scrollbar-track {
    background: #90A0AF;
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.16);
}

body::-webkit-scrollbar-thumb {
    background: #555; 
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}

.section {
    padding: 80px 0;
    position: relative;
}

.logo {
    line-height: 100px;
    overflow: hidden;
    display: inline-block;
}

.logo img{
    max-height: 26px;
    width: auto;
}


a.logo div {
    float:  left;
    color: #fff;
}

a.logo .wrap-img-logo {
    margin-right: 5px;
}

.pixlr-logo a.logo .wrap-img-logo {
    margin-top: -3px;
}

.wrap-img-logo.pixlr-logo {
    line-height: 93px;
}

a.logo .text {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.button-pixlr span.new {
    position: absolute;
    left: -25px;
    top: -12px;
    background: #E3699A;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    padding: 0px 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 21px;
}


.header  .wrap-logo {
    overflow: hidden;
    float: left;
    max-height: 100px;
}


.header {
    background-color: #3B556F;
    height: 100px;
}

.main-logo-wrapper {
    float: left;
}

.mainnav {
    float:  left;
}

.mainnav ul {
    padding-left: 0;
    margin-bottom: 0;
}


.mainnav ul li {
    display:  inline-block;
}

.mainnav ul li a {
    padding: 10px 0;
    line-height: 100px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin: 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.mainnav ul li .topbtn {
    border: 1px #fff solid;
    border-radius: 3px;
    padding: 10px 20px;
}
.mainnav ul li .topbtn:hover {
    background: #fff;
    color: #3B556F;
}

/* myaccount nav */
.mainnav ul .user-name {
    position:  relative;
    cursor: pointer;
    padding-right: 15px;
}

.mainnav ul .user-name:before {
    content: '\f107';
    position: absolute;
    top: 10px;
    right: -15px;
    font-size: 25px;
    line-height: 15px;
    color: #fff;
    font-family: FontAwesome;
}

.mainnav ul li.wrap-user-name.open .user-name:before,
.for-logged-in-menu-open:before {
    content: '\f106' !important;
}

.mainnav ul li.wrap-user-name ul.dropdown-menu li a {
    display:  block;
    width: 100%;
    font-size: 14px;
    color: #3B556F;
    letter-spacing: 1px;
    text-align: right;
    margin-left: 0;
    padding: 0;
    line-height: 28px;
}

.mainnav ul li.wrap-user-name ul.dropdown-menu {
    padding: 15px 30px;
    left: auto;
    right:  0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border: none;
}

.mainnav ul li.wrap-user-name  ul.dropdown-menu li {
    display: block;
}

.mainnav ul li.wrap-user-name  ul.dropdown-menu li a:hover {
    background: none;
}

.mainnav ul li.wrap-user-name ul.dropdown-menu li:last-child a {
    border-top: 2px solid #D1D4D5;
    margin-top: 15px;
    padding-top: 15px;
}
/* exit myaccount nav */

.mainnav-mobile {
    width: 30px;
    height: 100px;
    float:  left;
    line-height: 100px;
    margin-left: 15px;
    position: relative;
    margin-right: -10px;
}

.mainnav-mobile.active .dropdown-menu {
    display: block;
}

.mainnav-mobile .dropdown-menu {
    width: 101%;
    margin-left: -1px;
    margin-bottom: -1px;
    min-width: auto;
    height: auto;
    overflow: hidden;
    position:  fixed;
    top:  0;
    left:  0;
    right: 0;
    bottom: 0;
    background-color: #3b556f;
    vertical-align: middle;
    padding-top: 30vh;
    text-align: center;
    z-index: 98;
}

.mainnav-mobile ul.dropdown-menu li a {
    padding: 10px 0;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin: 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.mainnav-mobile ul.dropdown-menu li {
    line-height: 50px;
}

.mainnav-mobile ul.dropdown-menu li a:hover {
    background-color: transparent;
    color:#E3699A;
}

.mainnav-mobile i {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    z-index: 99;
    position: relative;
    line-height: 100px;
}

.mainnav-mobile.active i:before {
    content: "\f00d";
}

.mainnav-mobile {
    width: 30px;
    height: 100px;
    float:  left;
    line-height: 100px;
    margin-left: 15px;
    position: relative;
    margin-right: -10px;
}

.mainnav-mobile.active .dropdown-menu {
    display: block;
}

.mainnav-mobile .dropdown-menu {
    width: 101%;
    margin-left: -1px;
    margin-bottom: -1px;
    min-width: auto;
    height: auto;
    overflow: hidden;
    position:  fixed;
    top:  0;
    left:  0;
    right: 0;
    bottom: 0;
    background-color: #3b556f;
    vertical-align: middle;
    padding-top: 30vh;
    text-align: center;
    z-index: 98;
}

.mainnav-mobile ul.dropdown-menu li a {
    padding: 10px 0;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin: 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.mainnav-mobile ul.dropdown-menu li {
    line-height: 50px;
}

.mainnav-mobile ul.dropdown-menu li a:hover {
    background-color: transparent;
    color:#E3699A;
}

.mainnav-mobile i {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    z-index: 99;
    position: relative;
    line-height: 100px;
}

.mainnav-mobile.active i:before {
    content: "\f00d";
}

.mainnav-crm {
    width: 30px;
    height: 100px;
    float:  left;
    line-height: 100px;
    margin-left: 15px;
    position: relative;
    margin-right: 10px;
}

.mainnav-crm.active .dropdown-menu {
    display: block;
}

.mainnav-crm .dropdown-menu {
    width: 101%;
    margin-left: -1px;
    margin-bottom: -1px;
    min-width: auto;
    height: auto;
    overflow: hidden;
    position:  fixed;
    top:  0;
    left:  0;
    right: 0;
    bottom: 0;
    background-color: #3b556f;
    vertical-align: middle;
    padding-top: 30vh;
    text-align: center;
    z-index: 98;
}

.mainnav-crm ul.dropdown-menu li a {
    padding: 10px 0;
    color: #ffffff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    margin: 0 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

.mainnav-crm ul.dropdown-menu li {
    line-height: 50px;
}

.mainnav-crm ul.dropdown-menu li a:hover {
    background-color: transparent;
    color:#E3699A;
}

.mainnav-crm i {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    z-index: 99;
    position: relative;
    line-height: 100px;
}

.mainnav-crm.active i:before {
    content: "\f00d";
}
.overflow-hiden {
    overflow: hidden !important;
}

/*Slider*/
.slider {
    background-color: #3B556F;
    text-align: center;
    padding-top: 11%;
    padding-bottom: 50px;
    position: relative;
    height: 100vh;
}

.slider .description {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    width: 70%;
    margin: 0 auto;
    padding: 30px;
    text-transform: uppercase;
    border: 10px solid #9093B8;
    margin-bottom: 50px;
    position:  relative;
    letter-spacing: 1px;
}

.slider .description .title {
    position:  absolute;
    top: -29px;
    left: 50%;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    background-color: #3B556F;
    padding: 0 30px;
    margin-left: -63px;
}

.slider .img-slider.img-left img {
    max-width: 300px;
    position:  absolute;
    left:  0;
    bottom: 0;
    opacity: 0.2;
}

.slider .img-slider.img-right img {
    max-width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.button-pixlr {
    border: 2px solid #fff;
    padding: 5px 15px;
    margin: 0 10px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    outline: none;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
}

.button-pixlr:hover ,
.button-pixlr:focus{
    color: #3B556F;
    background-color: #fff;
    text-decoration: none;
    outline: none;
}

.slider .title-click-down {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,0.16);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.btn-click-down{
    cursor: pointer;
    display: inline-block;
    z-index: 10;
    position: relative;
    margin-top: 100px;
}

.btn-click-down img {
    max-width: 27px;
}

.img-dot-slider {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 4px solid #63C2D7;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

span.img-dot-slider.dot {
    top: -70px;
    background-color: #FF6766;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 25%;
    width: 12px;
    height: 12px;
}

span.img-dot-slider.dot.dot1 {
    top: auto;
    left: auto;
    /*right: 50%;*/
    bottom: -135px;
    margin-right: -270px;
}

span.img-dot-slider.rec {
    top: -36px;
    left: auto;
    right: -44px;
}

span.img-dot-slider.rec.lager {
    top: 100%;
    left: 100%;
    width: 30px;
    margin-left: 7%;
    height: 30px;
    margin-top: 52px;
    transform: rotate(25deg);
    border: 6px solid #63C2D7;
}

span.img-dot-slider.circle.green {
    border: 4px solid #50E3C2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    top: auto;
    left: -48px;
    bottom: -58px;
}

span.img-dot-slider.circle.blue {
    border: 4px solid #4A90E2;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    top: auto;
    left: 50%;
    margin-left: -12px;
    width: 23px;
    height: 23px;
    bottom: -150px;

}

span.img-dot-slider.circle.yellow {
    border: 4px solid #F4B66C;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    top: auto;
    left: 80px;
    bottom: -124px;
}

span.img-dot-slider.triangle {
    border: none;
    top: -45px;
    left: -64px;
}

span.img-dot-slider.triangle.rotation {
    top: -64px;
    margin-left: -33px;
    left: 50%;
    transform: rotate(-35deg);
}

section.section.section-adv {
    padding: 40px 0;
    background: rgba(241,244,245,0.56);
}

section.section.section-adv3 {
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}


.adv-text img {
    max-width: 730px;
}

.title-section {
    font-size: 16px;
    color: #3B556F;
    letter-spacing:2px;
    margin-bottom: 10px;
}

.sub-title-section {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #3B556F;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.wrap-img-webapp img {
    max-width: 555px;
}

.wrap-img-webapp {
    padding-top: 15px;
    position:  relative;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr {
    margin: 0 4px;
    padding: 44px;
    display: inline-block;
    background: #63C2D7;
    border: 4px solid #FFFFFF;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.16);
    width: 275px;
    margin-bottom: 20px;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr .title {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr span {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 10px;
    color: #FFFFFF;
    background: #E3699A;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    width: 44px;
    height: 25px;
    display: inline-block;
    position:  absolute;
    right: 44px;
    top: 18px;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr {
    position:  relative;
}

.wrap-img-webapp .wrap-item-pixlr {
    margin-top: -289px;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr.pixlr-editor {
    background-color: #E3699A;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr.pixlr-express {
    background-color: #9093B8;
}

.wrap-img-webapp .wrap-item-pixlr .item-pixlr.pixlr-today {
    background-color: #B7B7B7;
}

.wrap-img-webapp .button-pixlr.btn-style-more {
    margin-top: 98px;
}

.button-pixlr.btn-style-more {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #3B556F;
    letter-spacing: 0.4px;
    border-color: #3B556F;
    margin: 0;
}

.button-pixlr.btn-style-more i {
    font-size: 19px;
    margin-left: 7px;
    line-height: 16px;
}

.button-pixlr.btn-style-more:hover {
    color: #fff;
    background-color: #3B556F;
}

.section.section-mobile-app{
    background-image: url('../images/img_index-mobileapp.png');
    background: rgba(241,244,245,0.32);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}

.content {
    margin-bottom: 30px;
    letter-spacing: 0.4px;
}

img.img-mobile-app {
    max-height: 488px;
    position: absolute;
    top: -80px;
    right: 0;
}

img.img-about-app {
    max-height: 345px;
}

.section.section-pixlr-number {
    background: rgba(241,244,245,0.56);
}

.wrap-number .number {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #E3699A;
    letter-spacing: 0.4px;
    line-height: 32px;
    text-transform: uppercase;
}

.wrap-number .description,
.wrap-number .more {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #3B556F;
    letter-spacing: 0.4px;
    line-height: 11px;
    text-transform: uppercase;
}

.wrap-number .item-number {
    display: inline-block;
    padding: 0 30px 0 15px;
    border-left: 2px solid #D1D4D5;
}

.wrap-number .item-number.item1 {
    padding-left: 0px;
    border-left: none;
}

.wrap-number .item-number.item1:before {
    content: '';
    width: 2px;
    height: 54px;
    background-color: #D1D4D5;
    position: absolute;
    left: -15px;
    top: 0;
}

.wrap-number {
    margin-top:103px;
}

.section-infor-user  .wrap-number .item-number {
    border-left: none;
}

.section-infor-user .wrap-number {
    margin-top:60px;
}

section.section.section-pixlr-number .content {
    margin-bottom: 0;
}

.wrap-number .item-number {
    margin-bottom: 20px;
    position: relative;
}

section.section.section-adv2 ,
section.section.section-about-pixlr,
section.section.section-web-app{
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}

section.section.section-adv2 img {
    width: 100%;
}


/*Footer 
-----------------------------------------*/
.footer .infor {
    line-height: 90px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #90A0AF;
    letter-spacing: 0.34px;
}

.mainnav-footer ul{
    margin-bottom: 0;
}

.mainnav-footer ul li {
    display:  inline-block;
    line-height: 88px;
}

.mainnav-footer ul li a {
    padding: 10px 15px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #3B556F;
    letter-spacing: 0.34px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
    text-transform: uppercase;
}

.social a img {
    max-width: 31px;
}

.social {
    line-height: 90px;
}

.social a {
    display: inline-block;
    padding: 0 5px;
}

.mainnav-footer ul li a:hover {
    color: #E3699A;
}

section.section.section-adv3 img {
    width: 100%;
}


/*Bottom 
-----------------------------------------*/
.bottom .partner {
    line-height: 90px;
    display: inline-block;
    margin: 0 15px;
}

.bottom .wrap-partner {
    border-top: 2px solid #E1E4E5;
}

/*Web app page 
--------------------------------------------------------------*/
.section.section-mobile-app .container {
    position: relative;
}

.new-applycation {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
    background: #E3699A;
    padding: 12px 32px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    border-radius: 0 0 40px 40px;
    position:  absolute;
    top: -80px;
    left: 15px;
}


img.img-web-app {
    width: 100%;
    max-width: 469px;
}

section.section.section-mobile-app.section-pixlr-express {
    padding-bottom: 50px;
}

a.btn-app-mobile img {
    max-width: 156px;
}

a.btn-app-mobile {
    display: inline-block;
    margin-bottom: 20px;
}

.section-infor-user{
    background: rgba(241,244,245,0.56);
}

.slider-infor-user {
    padding-left: 30px;
    border-left: 2px solid #E1E4E5;
    overflow: hidden;
    border-top: 0;
}

.slider-infor-user .flex-control-paging li a{
    background-color: #B1B4B5;
}

.slider-infor-user .flex-control-paging li a:hover,
.slider-infor-user .flex-control-paging li a.flex-active{
    background-color: #3B556F;
}

.slider-infor-user .flex-control-nav {
    text-align: left;
    margin-left: -5px;
}

.slider-infor-user .flexslider{
    background: transparent;
    border-color: transparent;
    margin-bottom: 30px;
}

.section-infor-user .sub-title-section{
    margin-bottom: 5px;
}

.section-infor-user .wrap-number .number{
    line-height: 42px;
}

.section-infor-user .rating-stars {
    margin-bottom: 5px;
}

.rating-stars i {
    color: #63C2D7;
    margin-right: 5px;
}


/*Licesen Page*/
.content-license .description-licesen {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.8px;
}

.wrap-content-doc p {
    margin-bottom: 30px;
}

.wrap-content-doc ul span.number {
    margin-right: 5px;
    color: #3B556F;
}

.wrap-content-doc ul span.title{
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3B556F;
    line-height: 28px;
}

.wrap-content-doc ul.parent li {
    list-style: none;
}

.wrap-content-doc ul.parent p {
    line-height: 28px;
}

.wrap-content-doc ul.parent ul {
    margin-top: 15px;
    padding-left: 30px;
}

.wrap-content-doc ul.parent {
    padding-left: 0;
}

.wrap-content-doc ul, .wrap-content-doc ol {
    margin-bottom: 30px;
}

.wrap-content-doc ul.parent > li, .wrap-content-doc ol.parent > li {
    margin-bottom: 30px;
}

.wrap-content-doc ol.list-lower-alpha li {
    list-style: lower-alpha;
    padding-left: 5px;
}
.wrap-content-doc ol.list-lower-roman li {
    list-style: lower-roman;
    padding-left: 5px;
}

/*Privacy page*/
span.spacing-character{
    padding: 0 8px;
}

.section.privacy-policy ,
.section.cookie-policy{
    min-height: calc(100vh - 282px);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #708792;
    letter-spacing: 0.4px;
    line-height: 26px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
    text-align: left;
}

.section.content-license {
    min-height: calc(100vh - 282px);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #708792;
    letter-spacing: 0.4px;
    line-height: 26px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
    margin-bottom: 30px;
}

.wrap-content-doc .subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3B556F;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 0;
}

.wrap-content-doc .subtitle strong{
    font-weight: 400;
}

.wrap-content-doc .western strong {
    color: #3B556F;
}

section.privacy-policy h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
}


@media only screen and (max-width: 1366px) {
    .slider {
        padding-top: 5%;
    }
    .slider .btn-click-down {
        margin-top: 50px;
    }

}


@media only screen and (max-width: 1280px) {
    .slider {
        padding-top: 9%;
        height: 88vh;
    }
}

@media only screen  and (min-width: 800px) and (max-width: 1280px) {
    .slider .img-slider.img-right img {
        max-width: 300px;
    }
    .slider .img-slider.img-left img {
        max-width: 185px;
    }

    .mainnav-footer {
        margin-left: 0;
    }
}

@media only screen and (max-width:1280px) and (min-width:800px){
    .wrap-number .item-number {
        padding: 0 15px 0 15px;
    }
}

/*@media only screen and (max-width: 1199px) {*/
    .divider80{
        height: 40px;
    }

    .footer .infor {
        line-height: 20px;
        float: none !important;
        text-align: center;
        margin-top: 30px;
    }
    .mainnav-footer {
        margin-left: 0;
        display: block;
        float: none !important;
        text-align: center;
    }
    .mainnav-footer ul li {
        display: inline-block;
        line-height: 40px;
    }

    .social {
        line-height: 40px;
        float: none !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .bottom .partner {
        line-height: 70px;
        display: inline-block;
        margin: 0 5px;
    }

@media only screen and (max-width: 1199px) {
    .mainnav.topadv {
        display: none !important;
    }
}

/*Responsive home page*/
@media only screen and (max-width: 991px) {

    .section.content-license {
        padding-bottom: 0;
    }
    .section-mobile-app .new-applycation {
        position: relative;
        top: -45px;
        left: 0;
    }

    .divider80{
        height: 30px;
    }
    .slider {
        height: auto;
    }

    .slider .description{
        width: 80%;
        font-size: 32px; 
        line-height: 32px;
    }

    .mainnav-footer ul {
        padding-left: 0;
    }

    .wrap-img-webapp .wrap-item-pixlr .item-pixlr{
        padding: 35px;
    }

    img.img-mobile-app {
        position: relative;
        top: 0;
        right: 0;
    }

    .section.section-mobile-app {
        padding-bottom: 0;
    }

    .section{
        text-align: center;
        padding: 50px 0;
    }

    .button-pixlr{
        margin-bottom: 30px !important;
    }
    .wrap-number .item-number.item1:before{
        content: none;
    }

    section.section.section-adv2 img {
        margin-bottom: 15px;
    }

    .adv-text img {
        width: 100%;
        padding: 0 15px;
    }

    section.section.section-adv3 img {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .sub-title-section br {
        display: none;
    }
    section.section.section-about-pixlr .content {
        margin-bottom: 0;
    }

    .slider-infor-user{
        border-left: none;
    }

    .slider-infor-user .flex-control-nav {
        text-align: center;
    }

    .wrap-number {
        margin-top:30px;
        border-top: 2px solid #D1D4D5;
        padding-top: 30px;
    }

    .wrap-number .item-number.item1 {
        border-left: none;
    }

    .section-infor-user .wrap-number {
        margin-top: 0;
        margin-bottom: 30px;
        border-bottom: 2px solid #d1d4d5;
        border-top: none;
        padding-top: 0;
        padding-bottom: 20px;
    }
}



@media only screen and (max-width:768px) {

    .wrap-img-webapp  .button-pixlr {
        margin-bottom: 0 !important;
    }

    .slider .img-slider.img-left img {
        max-width: 150px;
    }
    .slider .img-slider.img-right img {
        max-width: 250px;
    }
    
}

@media only screen and (min-width: 767px) {
    .slider .button-pixlr {
        padding: 9px 20px;
        font-size: 17px;
    }
}

@media only screen and (max-width: 650px) {
    .wrap-img-webapp img {
        width: 100%;
    }
    .wrap-number .item-number {
        width: 100%;
        border-bottom: 2px solid #D1D4D5;
        padding-bottom: 20px;
        border-left: none;
        padding-right: 0;
    }

    .wrap-number .item-number.item3 {
        border-bottom: none;
        margin-bottom: 0;
    }

    .wrap-number {
        margin-top: 20px;
        padding-top: 20px;
    }
    
    .wrap-number {
        border-bottom: none;
    }

    .wrap-number .number{
        margin-bottom: 10px;
    }

    .ads-block-728 {
        display: none;
    }
}
@media only screen and (max-width:479px) {
    .mainnav {
        display: none;
    }

    .section-mobile-app .new-applycation {
        position: relative;
        top: -24px;
        left: 0;
    }

    .privacy-policy, .cookie-policy, .content-license {
        max-width: 100%;
    }

    .slider .description {
        width: 100%;
        line-height: 23px;
        font-size: 12px;
        padding: 17px;
        text-transform: uppercase;
        border: 4px solid #9093B8;
        margin-bottom: 32px;
    }

    .button-pixlr {
        padding: 5px 15px;
        margin: 0 5px;
        font-size: 10px;
    }
    .slider .description .title {
        font-size: 12px;
        padding: 0 30px;
        margin-left: -47px;
        top: -14px;
    }

    .slider .btn-click-down {
        margin-top: 50px;
    }
    .slider .img-slider.img-left img {
        max-width: 111px;
    }
    .slider .img-slider.img-right img {
        max-width: 200px;
    }

    .slider {
        padding-top: 50px;
    }

    .wrap-img-webapp img {
        width: 100%;
    }

    .sub-title-section{
        line-height: 22px;
        font-size: 16px;
    }

    .wrap-img-webapp .button-pixlr.btn-style-more {
        margin-top: 30px;
    }

    .section-web-app .wrap-img-webapp .button-pixlr.btn-style-more {
        margin-bottom: 0 !important;
    }
    body {
        font-size: 14px;
        line-height: 24px;
    }

    img{
        width: 100%;
    }

    .section {
        padding: 30px 0;
    }

    .bottom .partner {
        line-height: 40px;
    }

    span.img-dot-slider.rec {
        right: 0;
    }

    span.img-dot-slider.rec.lager {
        margin-left: -31px;
        margin-top: 92px;
    }

    .wrap-img-webapp .wrap-item-pixlr {
        margin-top: -15vh;
    }
}

@media only screen and (max-height:400px) {
    .mainnav-mobile .dropdown-menu{
        padding-top: 10vh;
    }

    .mainnav-mobile .dropdown-menu{
        padding-top: 10vh;
    }

    .mainnav-mobile ul.dropdown-menu li {
        line-height: 40px;
    }
}

.advblk {
    display: inline-block;
    margin: 5px 15px;
}

.section-ads {
    padding: 20px 0;
    position: relative;
}

@media only screen and (max-width:728px) {
    .section-ads-728{
        display: none;
    }
}

@media only screen and (max-width:300px) {
    .section-ads-300{
        display: none;
    }
}