/* Title
====================================*/
.dexp-builder-title .dexp-title {
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    padding-right: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.dexp-builder-title .dexp-title:after {
    position: absolute;
    bottom: -10px;
    content: " ";
    width: 22px;
    height: 3px;
    background-color: #ECEEF0;
    left: 0;
}
.dexp-builder-title.st1 .dexp-title {
    font-size: 26px;
    font-weight: 300;
    color: #2d3237;
    padding: 0;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dexp-builder-title.st1 .dexp-title:after {
    display: none;
}
.dexp-builder-title.st1 .dexp-subtitle {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    color: #b9bec3;
    margin-bottom: 30px;
}

/* Accordions & Toggles
====================================*/
.dexp-builder-accordions .card {
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
}
.dexp-builder-accordions .panel-collapse {
    margin-bottom: 0;
}
.dexp-builder-accordions .card-header {
    padding: 0;
    border-bottom: none;
}
.dexp-builder-accordions .card-header a.collapsed {
    display: block;
    cursor: pointer;
    padding: 13px 16px;
    border: 1px solid #ECEEF0;
    color: #848688;
    background: url("../images/accordion-toggle.png") no-repeat 100% 0 #fff;
}
.dexp-builder-accordions .card-header a {
    display: block;
    cursor: pointer;
    padding: 13px 16px;
    border: 1px solid var(--base-color);
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: all 0.5s ease;
    background: url("../images/accordion-toggle.png") no-repeat 100% 100% var(--base-color);
}
.dexp-builder-accordions .card-header a:hover {
    color: #fff;
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
    text-decoration: none;
}
.dexp-builder-accordions.question .card-header a.collapsed {
    background-color: #fff;
}
.dexp-builder-accordions.question .card-header a.collapsed:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f059";
    color: #AFB9C3;
    padding-right: 10px;
}
.dexp-builder-accordions.question .card-header a {
    background-color: var(--base-color);
}
.dexp-builder-accordions.question .card-header a:hover {
    color: #fff;
    border: 1px solid var(--base-color);
    background-color: var(--base-color);
}
.dexp-builder-accordions.question .card-header a:hover::before {
    color: #fff;
}
.dexp-builder-accordions.question .card-header a:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f059";
    color: #FFF;
    padding-right: 10px;
}
.dexp-builder-accordions .in {
    border-right: 1px solid #ECEEF0;
    border-left: 1px solid #ECEEF0;
}

/* Tabs
============================================*/
.dexp-tab-wrapper .nav-tabs li {
    margin-right: 0px;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dexp-tab-wrapper .nav-tabs li:last-child {
    border-right: 1px solid #ddd;
}
.dexp-tab-wrapper .nav-tabs li a {
    background-color: #F2F4F6;
    border-radius: 2px 2px 0 0;
    color: #848688;
    display: block;
    font-weight: 500;
    letter-spacing: 0;
    outline: medium none;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    line-height: 38px;
}
.dexp-tab-wrapper .nav-tabs li a.active {
    background-color: #fff !important;
}
.dexp-tab-wrapper .tab-content {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 10px;
}
@media (max-width: 480px) {
    .dexp-tab-wrapper ul.nav-tabs {
        border: none;
    }
    .dexp-tab-wrapper ul.nav-tabs li {
        width: 100%;
    }
    .dexp-tab-wrapper ul.nav-tabs li a {
        border: solid 1px #ddd !important;
        margin: 0;
    }
    .dexp-tab-wrapper ul.nav-tabs li:last-child {
        border-right: none !important;
    }
}

/* Carousels
============================================*/
div.dexp_carousel .carousel-inner img {
    width: 100%;
    height: auto;
}
div.dexp_carousel .carousel-control {
    text-shadow: white;
    z-index: 99;
}
div.dexp_carousel .carousel-control span {
    top: 50%;
    position: absolute;
    margin-top: -21px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: all 0.1s;
}
div.dexp_carousel .carousel-control.right {
    background: none;
}
div.dexp_carousel .carousel-control.right span {
    right: 0;
}
div.dexp_carousel .carousel-control.right:hover span {
    opacity: 1;
    right: 20px;
}
div.dexp_carousel .carousel-control.left {
    background: none;
}
div.dexp_carousel .carousel-control.left span {
    left: 0;
}
div.dexp_carousel .carousel-control.left:hover span {
    opacity: 1;
    left: 20px;
}
div.dexp_carousel:hover .right span {
    opacity: 1;
    right: 20px;
}
div.dexp_carousel:hover .left span {
    opacity: 1;
    left: 20px;
}

/* Featured Box
================================================== */
.dexp-builder-box {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .dexp-builder-box {
        margin-bottom: 30px;
    }
    .dexp-builder-box.style04 .box-icon,
    .dexp-builder-box.style05 .box-icon,
    .dexp-builder-box.style06 .box-icon,
    .dexp-builder-box.style07 .box-icon,
    .dexp-builder-box.style08 .box-icon,
    .dexp-builder-box.style09 .box-icon {
        float: left;
    }
    .dexp-builder-box.style04 .box-title,
    .dexp-builder-box.style04 .box-content,
    .dexp-builder-box.style05 .box-title,
    .dexp-builder-box.style05 .box-content,
    .dexp-builder-box.style06 .box-title,
    .dexp-builder-box.style06 .box-content,
    .dexp-builder-box.style07 .box-title,
    .dexp-builder-box.style07 .box-content,
    .dexp-builder-box.style08 .box-title,
    .dexp-builder-box.style08 .box-content,
    .dexp-builder-box.style09 .box-title,
    .dexp-builder-box.style09 .box-content {
        margin-right: 0px;
        margin-left: 70px;
        text-align: left;
    }
}
.dexp-builder-box.style01 .box-title,
.dexp-builder-box.style02 .box-title,
.dexp-builder-box.style03 .box-title {
    margin: 30px 10px 0;
}
.dexp-builder-box.style01 .box-content,
.dexp-builder-box.style02 .box-content,
.dexp-builder-box.style03 .box-content {
    margin: 10px;
}

/* Piegraph
================================================== */
.dexp-pie-chart-wrapper {
    background-color: var(--base-color);
    border-radius: 100%;
    height: 200px;
    line-height: 1;
    margin: 0 auto 50px;
    position: relative;
    width: 200px;
    padding: 1px;
    transition: all .3s ease-out;
}
.dexp-pie-chart-wrapper:hover {
    background-color: color-mix(in srgb, var(--base-color) 90%, white);
}
.dexp-pie-chart {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: solid 5px #AFC6DA;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.dexp-pie-chart.gt-50 {
    border: solid 5px #fff;
}
.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    clip: rect(0, 180px, 180px, 90px);
}
.ppc-progress .ppc-progress-fill {
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 90px);
    top: calc(50% - 90px);
    width: 180px;
    height: 180px;
    clip: rect(0, 90px, 180px, 0);
    transform: rotate(60deg);
    border: solid 5px #fff;
}
.gt-50 .ppc-progress {
    clip: rect(0, 90px, 180px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 180px, 180px, 90px);
    border: solid 5px #AFC6DA;
}
.ppc-percents {
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 85px);
    top: calc(50% - 85px);
    width: 170px;
    height: 170px;
    text-align: center;
    display: table;
}
.ppc-percents span {
    display: block;
    font-family: "Raleway";
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
    z-index: 999;
}
.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.dexp-pie-chart-title {
    color: #333333;
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.dexp-pie-chart-content {
    text-align: center;
}

/* Flip Boxes
================================================== */
.flip-box {
    overflow: hidden;
    margin-bottom: 15px;
}
.flip-box .inner {
    position: relative;
    margin: 1px;
    height: 250px;
}
.flip-box .inner:after {
    clear: both;
}
.flip-box .inner .front,
.flip-box .inner .back {
    text-align: center;
    border: 1px solid #eceef0;
    border-radius: 3px;
    padding: 30px 10px;
}
.flip-box .inner .front .fa,
.flip-box .inner .back .fa {
    font-size: 80px;
}
.flip-box .inner .front {
    height: inherit;
    width: 100%;
    position: absolute;
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flip-box .inner .back {
    background: var(--base-color);
    color: #fff;
    height: inherit;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.flip-box .inner .back h3 {
    color: #fff;
}
.flip-box .inner:hover .front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    opacity: 0;
}
.flip-box .inner:hover .back {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

/* Skills Bar
================================================== */
.skill-bar {
    position: relative;
}
.skill-bar .progress {
    border: 1px solid #ECEEF0;
    border-radius: 100px;
    margin-top: 40px;
    overflow: visible;
    background-color: transparent;
    height: 10px;
    box-shadow: none;
    padding: 2px;
}
.skill-bar .progress .progress-bar {
    transition: width 3s ease;
    background-color: var(--base-color) !important;
    border-radius: 300px;
    display: block;
    height: 4px;
    width: 0;
    position: relative;
}
.skill-bar .progress .progress-bar .progress-text {
    position: absolute;
    top: -30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    left: 0;
}
.skill-bar .progress .progress-bar .progress-percent {
    background-color: #232D37;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 4px 7px !important;
    position: absolute;
    right: 0;
    top: -25px;
}
.skill-bar .progress .progress-bar .progress-percent:after {
    border-color: #232D37 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -4px;
    content: "";
    display: block;
    left: 12px;
    position: absolute;
    width: 0;
}
.skill-bar span.background {
    transition: width 1.8s;
    background-color: var(--base-color) !important;
    border-radius: 300px;
    display: block;
    height: 4px;
    width: 0;
    position: relative;
}

/* Numeric Statistic
================================================== */
.dexp-stats {
    padding: 50px 0;
    text-align: center;
}
@media (max-width: 991px) {
    .dexp-stats {
        padding: 30px 0;
    }
}
.dexp-stats .stats-icon i {
    font-size: 40px;
    color: var(--base-color);
    margin-bottom: 20px;
}
.dexp-stats .stat-count {
    color: #232d37;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}
.dexp-stats .stat-title {
    color: #c3cdd7;
    font-size: 11px !important;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dexp-stats .stat-title.white {
    color: #fff;
}
.dexp-stats .color-white .stat-title {
    color: #fff;
}
.dexp-stats .stats-description {
    margin-top: 0;
}
.dexp-stats.stats-alt {
    padding: 10px 0px;
    text-align: center;
    border-right: 1px solid #eff4f7;
    width: 100%;
}
.dexp-stats.stats-alt.brddark {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.dexp-stats.stats-alt.last {
    border-right: 0px solid #eff4f7;
}
.dexp-stats.stats-alt .num {
    color: #232d37;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.dexp-stats.stats-alt .type {
    color: #c3cdd7;
    font-weight: 200;
    font-size: 8px;
    letter-spacing: 2px;
    line-height: 12px;
}
.dexp-stats.stats-alt .type.white {
    color: #fff;
}
.dexp-stats .brddark .stats-description {
    color: #c3cdd7;
    font-size: 11px;
    font-weight: 200;
    letter-spacing: 2px;
}
.small-stats .dexp-stats {
    padding: 10px 0px;
}
.small-stats .dexp-stats .stat-count {
    font-size: 20px;
}
.small-stats .dexp-stats .stat-title {
    font-weight: 200;
    font-size: 8px !important;
    letter-spacing: 2px;
    line-height: 12px;
}

/* Buttons
================================================== */
a.button,
.btn {
    border-radius: 2px;
    text-decoration: none;
    background: var(--base-color);
    border: solid 1px var(--base-color);
    color: #fff;
    padding: 8px 15px;
    transition: all 0.2s ease-in-out;
}
a.button.fa span,
.btn.fa span {
    margin-left: 5px;
    font-family: "Open Sans" !important;
}
a.button:hover,
.btn:hover {
    text-decoration: none;
    background: #a0a5aa !important;
    border: solid 1px #a0a5aa !important;
    color: #fff;
}
a.button.gray,
.btn.gray {
    color: #fff;
    background: #a0a5aa;
    border: solid 1px #a0a5aa;
}
a.button.gray:hover,
.btn.gray:hover {
    background: var(--base-color) !important;
    border: solid 1px var(--base-color) !important;
}
a.button.light-gray,
.btn.light-gray {
    color: #a0a5aa;
    background: #f2f4f6;
    border: solid 1px #f2f4f6 !important;
}
a.button.light-gray:hover,
.btn.light-gray:hover {
    color: #fff;
    background: var(--base-color) !important;
    border: solid 1px var(--base-color) !important;
}
a.button.line-color,
.btn.line-color {
    background: transparent;
    border: 1px solid var(--base-color) !important;
    color: var(--base-color);
}
a.button.line-color:hover,
.btn.line-color:hover {
    background: var(--base-color);
    border: 1px solid var(--base-color);
    color: #FFFFFF;
}
a.button.line,
.btn.line {
    color: #000 !important;
    border: 1px solid #000 !important;
    background: #fff !important;
}
a.button.line:hover,
.btn.line:hover {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #fff !important;
}
a.button.line-white,
.btn.line-white {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
}
a.button.line-white:hover,
.btn.line-white:hover {
    color: #fff !important;
    opacity: 0.7 !important;
    background: transparent !important;
    border: 1px solid #fff !important;
}
a.button.line-gray,
.btn.line-gray {
    color: #b9bec3 !important;
    border: 1px solid #eceef0 !important;
    background-color: #fff !important;
}
a.button.line-gray:hover,
.btn.line-gray:hover {
    border: 1px solid #b9bec3 !important;
    background-color: #fff !important;
}
a.button.btn-inline,
.btn.btn-inline {
    display: inline-block;
}
a.button.btn-center,
.btn.btn-center {
    display: table;
}
a.button.icon-right i,
.btn.icon-right i {
    line-height: 22px;
}
a.button.btn-link,
.btn.btn-link {
    border: none;
    background-color: transparent;
    color: var(--base-color);
}

/* Social Icons
====================================*/
.social-icons ul {
    padding: 0;
}
.social-icons li {
    display: inline;
    float: left;
    margin-right: 4px;
}
.social-icons li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: left !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.social-icons li a i {
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    top: -30px;
    opacity: 0;
}
.social-icons li a:hover,
.social-icons li a:hover i {
    color: #fff;
}
.social-icons li a:hover i {
    top: 0;
    opacity: 1;
}
.social-icons .twitter:before,
.social-icons .wordpress:before,
.social-icons .facebook:before,
.social-icons .linkedin:before,
.social-icons .renren:before,
.social-icons .tumblr:before,
.social-icons .github:before,
.social-icons .maxcdn:before,
.social-icons .instagram:before,
.social-icons .xing:before,
.social-icons .html5:before,
.social-icons .dropbox:before,
.social-icons .css3:before,
.social-icons .gplus:before,
.social-icons .yahoo:before,
.social-icons .pinterest:before,
.social-icons .dribbble:before,
.social-icons .flickr:before,
.social-icons .reddit:before,
.social-icons .vimeo:before,
.social-icons .rss:before,
.social-icons .youtube:before,
.social-icons .linux:before,
.social-icons .appstore:before,
.social-icons .heart:before,
.social-icons .envelope:before,
.social-icons .fivehundredpx:before,
.social-icons .btc:before,
.social-icons .stumbleupon:before,
.social-icons .stack-exchange:before,
.social-icons .android:before {
    transition: all 0.2s ease-in-out;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 40px;
    color: #a0a5aa;
    position: absolute;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
}
.social-icons .facebook i,
.social-icons .facebook:before {
    text-align: center;
    width: 100%;
    display: block;
}
.social-icons .facebook:before {
    content: "\f09a";
    top: 0;
    opacity: 1;
}
.social-icons .facebook:hover:before {
    top: 30px;
    opacity: 0;
}
.social-icons .facebook:hover {
    background-color: #4a6d9d;
}
/* A tobbi ikon hasonlo szerkezetu... */
.social-icons .twitter:before {
    content: "\f099";
    top: 0;
    opacity: 1;
    font-size: 18px;
}
.social-icons .twitter:hover:before {
    top: 30px;
    opacity: 0;
}
.social-icons .twitter:hover {
    background-color: #3bc1ed;
}
/* ... */

/*Message box 
============================================*/
.merror,
.merror strong {
    background-color: #FFE9E9;
    border: 1px solid #FBC4C4;
    color: #DE5959;
}
.msuccess,
.msuccess strong {
    background-color: #EBF6E0;
    border: 1px solid #B3DC82;
    color: #5F9025;
}
.mwarning,
.mwarning strong {
    background-color: #FBFADD;
    border: 1px solid #DED58A;
    color: #8F872E;
}
.mnotice,
.mnotice strong {
    background-color: #E9F7FE;
    border: 1px solid #B6D7E8;
    color: #5091B2;
}
.alert strong {
    border: none;
}

/*======= Icon =======*/
.dexp-icon {
    padding-right: 5px;
}

/*======= Utólagós szórakozásom =======*/

.social-icons ul {
    padding: 0;
}

.social-icons li {
    display: inline;
    float: left;
    margin-right: 4px;
}

.social-icons li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: left !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.social-icons li a i {
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    top: -30px;
    opacity: 0;
}

.social-icons .facebook:before,
.social-icons .instagram:before,
.social-icons .youtube:before {
    transition: all 0.2s ease-in-out;
    font-family: FontAwesome;
    font-size: 18px;
    color: #a0a5aa;
    position: absolute;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.social-icons li a:hover,
.social-icons li a i {
    color: #fff;
}

.social-icons li a:hover i {
    top: 0;
    opacity: 1;
}

/* Facebook */

.social-icons .facebook i,
.social-icons .facebook:before {
    display: block;
    width: 100%;
    text-align: center;
}

.social-icons .facebook:before {
    content: "\f09a";
    top: 0;
    opacity: 1;
}

.social-icons .facebook:hover:before {
    top: 30px;
    opacity: 0;
}

.social-icons .facebook:hover {
    background-color: #4a6d9d;
}

/* Instagram */

.social-icons .instagram:before {
    content: "\f16d";
    top: 0;
    opacity: 1;
}

.social-icons .instagram:hover:before {
    top: 30px;
    opacity: 0;
}

.social-icons .instagram:hover {
    background-color: #3f6f94;
}

/* YouTube */

.social-icons .youtube i,
.social-icons .youtube:before {
    font-size: 18px !important;
}

.social-icons .youtube:before {
    content: "\f167";
    top: 0;
    opacity: 1;
}

.social-icons .youtube:hover:before {
    top: 30px;
    opacity: 0;
}

.social-icons .youtube:hover {
    background-color: #bf2f29;
}

.social-icons a::before {
    color: #ffffff !important;
}