
/*------------------------------------------------------------------
    featured border boxes
-------------------------------------------------------------------*/
.featured-item .icon {
    padding: 0 0 30px 0;
}

.featured-item .icon i {
    font-size: 36px;
}

.featured-item .title h4 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}


.featured-item .desc {
    color: #7e7e7e;
}

.featured-item.border-box {
    margin-bottom: -1px; 
    margin-left: -1px;
    padding: 50px;
    border: 1px solid #f2f2f2;
}

.featured-item.border-box:hover {
    color: #7e7e7e; 
    border: 1px solid transparent;
    background: #222;
}

.featured-item.border-box:hover h4 {
    color: #fff;
}

.featured-item.border-box,
.featured-item.border-box:hover,
.featured-item.border-box h4,
.featured-item.border-box:hover h4,
.featured-item.border-box .icon i
.featured-item.border-box:hover .icon i {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.feature-box-grid {
    padding-right: 15px; 
    padding-left: 15px;
}

.feature-box-grid .col-lg-1,
.feature-box-grid .col-lg-10,
.feature-box-grid .col-lg-11,
.feature-box-grid .col-lg-12,
.feature-box-grid .col-lg-2,
.feature-box-grid .col-lg-3,
.feature-box-grid .col-lg-4,
.feature-box-grid .col-lg-5,
.feature-box-grid .col-lg-6,
.feature-box-grid .col-lg-7,
.feature-box-grid .col-lg-8,
.feature-box-grid .col-lg-9,
.feature-box-grid .col-md-1,
.feature-box-grid .col-md-10,
.feature-box-grid .col-md-11,
.feature-box-grid .col-md-12,
.feature-box-grid .col-md-2,
.feature-box-grid .col-md-3,
.feature-box-grid .col-md-4,
.feature-box-grid .col-md-5,
.feature-box-grid .col-md-6,
.feature-box-grid .col-md-7,
.feature-box-grid .col-md-8,
.feature-box-grid .col-md-9,
.feature-box-grid .col-sm-1,
.feature-box-grid .col-sm-10,
.feature-box-grid .col-sm-11,
.feature-box-grid .col-sm-12,
.feature-box-grid .col-sm-2,
.feature-box-grid .col-sm-3,
.feature-box-grid .col-sm-4,
.feature-box-grid .col-sm-5,
.feature-box-grid .col-sm-6,
.feature-box-grid .col-sm-7,
.feature-box-grid .col-sm-8,
.feature-box-grid .col-sm-9,
.feature-box-grid .col-xs-1,
.feature-box-grid .col-xs-10,
.feature-box-grid .col-xs-11,
.feature-box-grid .col-xs-12,
.feature-box-grid .col-xs-2,
.feature-box-grid .col-xs-3,
.feature-box-grid .col-xs-4,
.feature-box-grid .col-xs-5,
.feature-box-grid .col-xs-6,
.feature-box-grid .col-xs-7,
.feature-box-grid .col-xs-8,
.feature-box-grid .col-xs-9 {
    padding-right: 0; 
    padding-left: 0;
}

/* ----------------------------------------------------------------
    feature parallax
-----------------------------------------------------------------*/
.feature-parallax {
    background-image: url("../img/parallax/2.jpg");
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size: cover;
}

.feature-parallax .page-content {
    padding: 100px 0;
}

.feature-parallax.dark,
.feature-parallax.dark .featured-item .title h4,
.feature-parallax.dark .featured-item .desc {
    color: #fff;
}

.featured-item .bottom-border i {
    display: inline-block; 
    padding-bottom: 30px;
    border-bottom: 2px solid;
}

/* ----------------------------------------------------------------
    feature outline
-----------------------------------------------------------------*/
.featured-item.feature-outline {
    position: relative;
    padding: 0 0 0 80px;
}

.featured-item.feature-outline .icon {
    position: absolute;
    top: 0;
    left: 0; 
    display: block;
}

/* ----------------------------------------------------------------
    feature border box
-----------------------------------------------------------------*/
.feature-border-box {
    position: relative;
    padding: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.feature-border-box,
.feature-border-box:hover .icon {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.feature-border-box .icon {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    background: #222;
    box-shadow: 0 0 0 10px #fff; 
    line-height: 60px;
}

.featured-item.feature-border-box .icon i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
}

.feature-border-box .title {
    display: inline-block; 
    margin-top: 30px;
}

/*------------------------------------------------------------------
    promo box
-------------------------------------------------------------------*/
.promo-box {
    display: block;
    width: 100%; 
    padding: 40px;
}

.promo-box,
.text-center .promo-btn,
.text-center .promo-btn a,
.full-width.promo-box .container {
    position: relative;
}

.promo-box h1,
.promo-box h2,
.promo-box h3,
.promo-box h4,
.promo-box h5,
.promo-box h6 {
    margin-bottom: 0;
    letter-spacing: 1px; 
    text-transform: uppercase;
}

.text-center .promo-btn,
.text-center .promo-btn a,
.text-center .promo-info span,
.text-center .promo-info {
    display: inline-block;
}

.promo-info {
    padding-right: 200px;
}

.text-center .promo-info {
    padding-right: 0;
}

.promo-info h1 span,
.promo-info h2 span,
.promo-info h3 span,
.promo-info h4 span,
.promo-info h5 span,
.promo-info h6 span {
    display: inline; 
    margin-top: 0;
}

.promo-info span {
    display: block;
    margin-top: 10px;
    color: #7e7e7e;
}

.promo-box.gray-bg {
    background: #f5f5f5;
}

.promo-box.dark-bg {
    background: #222;
}

.light-txt,
.light-txt p {
    color: #fff !important;
}

.round-5 {
    border-radius: 5px;
}

.promo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -28px;
}

.promo-btn a.btn {
    margin-right: 0;
}

.text-center .promo-info span {
    width: 100%; 
    margin-bottom: 20px;
}

.promo-btn a.btn,
.promo-box a.btn {
    padding: 15px 30px;
}

.promo-box.border-box {
    border: 1px solid #ececec;
}

.full-width.promo-box {
    padding: 60px 0;
}

.full-width.promo-box .promo-btn {
    right: 0;
}

.promo-pattern {
    height: auto; 
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
}

.promo-parallax {
    height: auto;
    background-image: url(../img/parallax/promo_para.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

/*------------------------------------------------------------------
    buttons
-------------------------------------------------------------------*/
.btn-large {
    padding: 20px 40px;
    font-size: 16px;
}

.btn-medium {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: normal;
}

.btn-small {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: normal;
}

.btn-extra-small {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: normal;
}

.btn {
    display: inline-block;
    margin-right: 20px;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 1px;
    text-transform: uppercase; 
    border-radius: 0;
}

/*.btn.focus, .btn:focus, .btn:hover{*/
/*color: #fff !important;*/
/*}*/
.btn.btn-default.focus,
.btn.btn-default:focus,
.btn.btn-default:hover {
    color: #222;
}

.btn-rounded {
    border-radius: 4px;
}

.btn-circle {
    border-radius: 30px;
}

/*dark*/
.dark-bg {
    background: #1b1b1b;
}

.btn-dark-solid {
    color: #fff; 
    background: #222;
}

.btn-theme-color,
.btn-dark-solid:hover,
.btn-dark-solid:focus,
.btn-theme-border-color:hover {
    color: #fff;
}

.btn-theme-color:hover,
.btn-theme-color:focus {
    color: #fff; 
    background: #000;
}

.btn-theme-color.light-hover:hover,
.btn-theme-color.light-hover:focus {
    color: #222 !important; 
    background: #fff !important;
}

.btn-dark-solid.btn-transparent {
    color: #222; 
    background: rgba(0, 0, 0, .1);
}

/*dark border button*/
.btn-dark-border {
    color: #222; 
    border: 1px solid #222;
    background: transparent;
}

.btn-dark-border.btn-transparent {
    color: #222; 
    border: 1px solid rgba(0, 0, 0, .15);
    background: transparent;
}

.btn-dark-border:hover {
    color: #fff; 
    border: 1px solid #222;
    background: #222;
}

/*light*/
.btn-light-solid {
    color: #222; 
    background: #fff;
}

.btn-light-solid:hover,
.btn-light-solid:focus {
    color: #fff;
}

.btn-light-solid.btn-transparent {
    color: #fff; 
    background: rgba(255, 255, 255, .2);
}

.btn-dark-solid:hover.btn-transparent:hover {
    color: #fff !important; 
    background: #222;
}

/*light border button*/
.btn-light-border {
    color: #fff; 
    border: 1px solid #fff;
    background: transparent;
}

.btn-light-border.btn-transparent {
    color: #fff; 
    border: 1px solid rgba(255, 255, 255, .15);
    background: transparent;
}

.btn-light-border:hover,
.btn-light-border:focus {
    color: #222 !important; 
    border: 1px solid #fff;
    background: #fff;
}

/*------------------------------------------------------------------
    fun factors
-------------------------------------------------------------------*/
.fun-factor .icon {
    float: left;
    margin-top: 10px;
}

.fun-factor .icon i {
    color: #222; 
    font-size: 36px;
}

.fun-factor .fun-info {
    padding-left: 100px;
}

.fun-factor .fun-info span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
}

.fun-factor .fun-info h1,
.fun-factor .fun-info h2,
.fun-factor .fun-info h3,
.fun-factor .fun-info h4,
.fun-factor .fun-info h5,
.fun-factor .fun-info h6 {
    margin-bottom: 0;
    color: #222;
    font-weight: normal;
}

.fun-factor .fun-info {
    position: relative;
}

.fun-factor .fun-info:before {
    position: absolute;
    top: 0;
    left: 75px;
    width: 1px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); 
    background: rgba(0, 0, 0, .2);
}

.fun-factor-parallax {
    height: auto;
    background-image: url(../img/parallax/2.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}

.dark .fun-factor .icon i,
.dark .fun-factor .fun-info h1,
.dark .fun-factor .fun-info h2,
.dark .fun-factor .fun-info h3,
.dark .fun-factor .fun-info h4,
.dark .fun-factor .fun-info h5,
.dark .fun-factor .fun-info h6,
.dark .fun-factor .fun-info span {
    color: #fff;
}

.dark .fun-factor .fun-info:before {
    background: rgba(255, 255, 255, .4);
}

/*------------*/
.post-parallax {
    overflow: hidden;
    width: 100% !important;
    height: 100%;
    background-image: url("../img/parallax/4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.post-parallax .relative {
    float: left;
}

.post-parallax .space {
    padding: 0 30px;
}

.post-parallax .massive-progress {
    background: #606060;
}

.post-parallax .massive-progress .progress-bar {
    color: #222; 
    background: #fff;
}

.relative {
    position: relative;
}

.post-parallax .dark-overlay {
    position: absolute; 
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .5);
}

.post-parallax .container {
    /*z-index: 100;*/
    position: relative;
}

.v-middle {
    display: table;
    width: 100%; 
    height: 400px;
    vertical-align: middle;
}

.v-middle h3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 6px;
}

/*------------------*/
.img-post.col-2 .item {
    width: 50%;
}

.img-post.col-3 .item {
    width: 33.3333333%;
}

.img-post.col-4 .item {
    width: 25%;
}

.img-post .item {
    position: relative;
    float: left;
    cursor: pointer;
}

.img-post .item img {
    width: 100%;
    height: auto;
}

.img-post .post-desk {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 10%;
}

.img-post.col-3 .post-desk {
    top: 15%;
    padding: 5%;
}

.img-post.col-4 .post-desk {
    top: 0;
    padding: 5%;
}

.img-post .post-desk .light-txt a {
    color: #fff;
}

/*--------------------------*/
.title-img {
    position: relative;
}

.title-img img {
    width: 100%;
    height: auto; 
    border: none !important;
}

.title-img .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.right-side,
.left-side {
    padding: 110px 0;
}

.gap-less .col-md-6 {
    padding: 0;
}

/* ----------------------------------------------------------------
	portfolio
-----------------------------------------------------------------*/
.portfolio {
    margin: 50px 0;
}

.portfolio .portfolio-item {
    float: left;
}

.portfolio .portfolio-item .thumb {
    position: relative;
}

.portfolio .portfolio-item .thumb img {
    display: block; 
    width: 100%;
    height: auto;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
            transition: all .3s; 
    opacity: 0;
    border: 20px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description {
    bottom: 45%;
    margin-bottom: -90px;
}

.portfolio-item:hover .portfolio-hover .action-btn {
    top: 40%;
    margin-top: -55px;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s; 
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    opacity: 0;
}

.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s;
    -webkit-transform: translateY(45%);
        -ms-transform: translateY(45%);
            transform: translateY(45%);
    text-align: center;
    opacity: 0;
    font-size: 35px;
}

.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #222;
}

.portfolio-description h4 {
    margin-bottom: 5px;
    letter-spacing: 4px; 
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio-description p {
    margin-bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #757575; 
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

.portfolio-description a,
.portfolio-title a {
    color: #757575;
}

/*gutter*/
.portfolio.gutter .portfolio-item {
    padding: 10px;
}

/*portfolio 2 grid*/
.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}

/* ----------------------------------------------------------------
	portfolio details
-----------------------------------------------------------------*/
/*videos*/
.video-parallax {
    position: relative;
    overflow: hidden;
}

.video-parallax .container {
    position: absolute;
    z-index: 100;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -80px; 
    color: #fff;
}

.video-parallax .container i {
    display: block; 
    margin-bottom: 30px;
    font-size: 30px;
}

.video-parallax .container + .video-wrap {
    z-index: 1;
}

.video-wrap {
    position: relative; 
    overflow: hidden;
    width: 100%;
}

.video-overlay,
.banner-overaly {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);

    -webkit-backface-visibility: hidden;
}

/*------------------------------------------------------------------
    heading
-------------------------------------------------------------------*/
.heading-title {
    margin-bottom: 100px;
}

.heading-title-alt {
    margin-bottom: 50px;
}

.heading-title span,
.heading-title-alt span {
    letter-spacing: 2px; 
    color: #7e7e7e;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 14px;
}

.heading-title.dark span,
.heading-title-alt.dark span {
    letter-spacing: 3px; 
    color: #fff;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 14px;
}

.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4,
.heading-title h5,
.heading-title h6,
.heading-title-alt h1,
.heading-title-alt h2,
.heading-title-alt h3,
.heading-title-alt h4 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.half-txt {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    color: #7e7e7e; 
    line-height: 25px;
}

/**/
#clients-1 .item {
    margin: 20px;
}

#clients-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

/*------------------------------------------------------------------
    progress bar
-------------------------------------------------------------------*/
.massive-progress {
    overflow: visible;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    background: #eae8e8;
    box-shadow: none; 
    font-weight: 400;
}

.massive-progress .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 10px;
    text-align: left;
    color: #fff;
    background-color: #222;
    box-shadow: none;
    font-size: 10px;
    line-height: 20px;
}

.massive-progress .progress-bar > span {
    position: absolute;
    top: -28px;
    right: -5px;
    display: inline-block;
    min-width: 25px;
    height: 20px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    border-radius: 30px; 
    background-color: rgba(0, 0, 0, .6) !important;
    line-height: 20px;
}

.massive-progress .progress-bar > span:before {
    position: absolute;
    bottom: -2px;
    left: 15px;
    display: block;
    width: 5px; 
    height: 5px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #666;
    border-right: 1px solid #666;
    -o-border-image: none;
       border-image: none;
    background-color: #666;
}

.post-parallax .massive-progress .progress-bar > span {
    color: #222 !important; 
    background-color: #a4a4a4 !important;
}

.post-parallax .massive-progress .progress-bar > span:before {
    border-color: #a4a4a4;
    border-right: 1px solid #a4a4a4; 
    -o-border-image: none;
       border-image: none;
    background-color: #a4a4a4;
}

.light-txt {
    color: #fff !important;
}

.relative {
    position: relative;
}

