/** 1. FOUNDATION
*******************************************************************/

/** BASIC **/

section,
footer
{
    position: relative;

    overflow: hidden;

    width: 100%;
}

section .content
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
}

section .header
{
    position: relative;
    z-index: 1;

    width: 100%;
    margin: 0;
    padding: 0 0 36px 0;
}

section .header h1,
section .header h2,
section .header h3,
section .header h4,
section .header h5,
section .header h6
{
    text-transform: uppercase;
}

section .header h1
{
    letter-spacing: .1em;
}




/** SLIDER PAGINATION **/

section .pagination-top .cbp-nav-pagination
{
    position: absolute;
    z-index: 100;
    top: -70px;
    right: 0;
    bottom: auto;
    left: 0;

    text-align: center;
}

section .pagination-bottom .cbp-nav-pagination
{
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: -70px;
    left: 0;

    text-align: center;
}

section .pagination-custom-1 .cbp-nav-pagination-item
{
    position: relative;

    display: inline-block;

    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 8px;

    cursor: pointer;
    -webkit-transition: background .5s;
            transition: background .5s;

    opacity: .5;
    border: 2px solid;
    border-radius: 50%;
}

section .pagination-custom-1 .cbp-nav-pagination-item::after
{
    position: absolute;

    width: 8px;
    height: 8px;

    content: '';
    cursor: pointer;
    -webkit-transition: background .5s;
            transition: background .5s;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    border-radius: 50%;
}

section .pagination-custom-1 .cbp-nav-pagination-active
{
    opacity: 1;
    border: 2px solid;
}

.pagination-custom-1 .cbp-nav-pagination-active::after
{
    opacity: 1;
}




/** BACKGROUND WHITE  **/

section .content.bg-white h1,
section .content.bg-white h2,
section .content.bg-white h3,
section .content.bg-white h4,
section .content.bg-white h5,
section .content.bg-white h6
{
    color: #000;
}

section .content.bg-white p
{
    color: #3b3d40;
}

section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-item
{
    border-color: rgba(0,0,0,.00);
    background: rgba(0,0,0,.00);
}

section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-active
{
    border-color: rgba(0,0,0,1);
}

section .content.bg-white .pagination-custom-1 .cbp-nav-pagination-item::after
{
    background: rgba(0,0,0,1);
}



/** BACKGROUND BLACK / PARALLAX  **/

section .content.bg-black h1,
section .content.bg-black h2,
section .content.bg-black h3,
section .content.bg-black h4,
section .content.bg-black h5,
section .content.bg-black h6
{
    color: #fff;
}

section .content.bg-black p
{
    color: #ececec;
}

section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-item
{
    border-color: rgba(255,255,255,.00);
    background: rgba(255,255,255,.00);
}

section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-active
{
    border-color: rgba(255,255,255,1);
}

section .content.bg-black .pagination-custom-1 .cbp-nav-pagination-item::after
{
    background: rgba(255,255,255,1);
}




/** 2. NEW
*******************************************************************/

.block-new-1 p
{
    margin-top: 3em;
    margin-right: 3em;
    margin-bottom: 3em;
}

.block-new-1 img
{
    width: 100%;
    padding-right: 30px;

    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1);
            transition: all .4s cubic-bezier(.19, 1, .22, 1);

    -webkit-filter: brightness(1);
            filter: brightness(1);
}

.block-new-1 h3
{
    font-weight: 300;
    line-height: 1.2em;

    margin-top: 0;
    margin-bottom: -.5em;
}



/** MEDIA QUERIES  **/

@media (max-width: 994px)
{
    .block-new-1 p
    {
        margin-top: 2em;
        margin-right: 1.6em;
        margin-bottom: 2em;
    }

    .block-new-1 img
    {
        padding-right: 0;
    }
}

@media (max-width: 770px)
{
    .block-new-1 p
    {
        margin-top: 1.6em;
        margin-right: 0;
        margin-bottom: 1.6em;
    }

    .block-new-1 h3
    {
        margin-top: .8em;
    }
	

}




/** BACKGROUND WHITE  **/

.block-new-1.bg-white p
{
    color: #3b3d40;
}

.block-new-1.bg-white h3
{
    color: #000;
}



/** BACKGROUND BLACK / PARALLAX  **/

.block-new-1.bg-black p
{
    color: #ececec;
}

.block-new-1.bg-black h3
{
    color: #fff;
}






/** 3. SERVICE
*******************************************************************/

.block-service-1 .tab-navigation
{
    width: 100%;
    margin: 0;
    padding: 60px 0 80px 0;

    positon: absolute;
}

.block-service-1 .tab-navigation li
{
    display: inline-block;
    float: left;

    width: 25%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
    vertical-align: top;

    border: 0;
}

.block-service-1 .tab-navigation li a
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0ms ease;
            transition: all 0ms ease;
    letter-spacing: .1em;
    text-transform: uppercase;

    opacity: .5;
}

.block-service-1 .tab-navigation li.active a
{
    opacity: 1;
}

.block-service-1 .tab-navigation li a span
{
    font-size: 50px;

    display: block;

    margin-bottom: 20px;
}

.block-service-1 .tab-content h4
{
    line-height: 1.7em;
}




/** MEDIA QUERIES  **/

@media (max-width: 994px)
{
    .block-service-1 .tab-navigation li a
    {
        font-size: 13px;

        letter-spacing: .06em;
    }

    .block-service-1 .tab-navigation li a span
    {
        font-size: 40px;
    }

    .block-service-1 .tab-navigation
    {
        margin: 0;
        padding: 30px 0 30px 0;
    }

    .block-service-1 .tab-content h4
    {
        font-size: 22px;

        margin-bottom: 14px;
    }
}

@media (max-width: 480px)
{
    .block-service-1 .tab-navigation li
    {
        width: 32%;
		float: none;
        margin-bottom: 36px;
    }

    .block-service-1 .tab-navigation li a span
    {
        font-size: 36px;

        margin-bottom: 14px;
    }

    .block-service-1 .tab-navigation
    {
        padding: 30px 0 10px 0;
    }
}




/** BACKGROUND WHITE  **/

.block-service-1.bg-white .tab-navigation li a
{
    color: #000;
}

.block-service-1.bg-white .tab-navigation li a span
{
    color: #000;
}

.block-service-1.bg-white .tab-navigation li.active a span
{
    color: #af997f;
}

.block-service-1.bg-white .tab-content p
{
    color: #3b3d40;
}




/** BACKGROUND BLACK / PARALLAX  **/

.block-service-1.bg-black .tab-navigation li a
{
    color: #fff;
}

.block-service-1.bg-black .tab-navigation li a span
{
    color: #fff;
}

.block-service-1.bg-black .tab-navigation li.active a span
{
    color: #af997f;
}

.block-service-1.bg-black .tab-content p
{
    color: #bbbaba;
}







/** 5. PROCESS
*******************************************************************/

.block-process-1 .process-info-box
{
    position: absolute;
    top: 50%;
    right: 0;

    overflow: hidden;

    width: 34%;
    padding: 50px 0;

    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translatex(100%) translateY(-50%);
            transform: translatex(100%) translateY(-50%);
}

.block-process-1 .process-info-box.active
{
    -webkit-transform: translatex(0) translateY(-50%);
            transform: translatex(0) translateY(-50%);
}

.block-process-1 .process-info-box h4
{
    font-size: 26px;
    font-weight: 300;

    margin-bottom: .5em;
    padding-right: 40px;
    padding-left: 46px;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.block-process-1 .process-info-box p
{
    line-height: 1.7em;

    padding-right: 40px;
    padding-left: 46px;
}

.block-process-1 .process-info-box h4,
.block-process-1 .process-info-box p
{
    -webkit-transform: translatex(50px);
            transform: translateX(50px);

    opacity: 0;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.block-process-1 .process-info-box.active h4,
.block-process-1 .process-info-box.active p
{
    -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
            transition: all .5s cubic-bezier(.19, 1, .22, 1) .1s;
    -webkit-transform: translatex(0);
            transform: translateX(0);

    opacity: 1;
}




/** MEDIA QUERIES  **/

@media (max-width: 994px)
{
    .block-process-1 .process-info-box h4
    {
        margin-bottom: .4em;
        padding-left: 40px;
    }

    .block-process-1 .process-info-box p
    {
        padding-left: 40px;
    }

    .block-process-1 .process-info-box
    {
        width: 36%;
        padding: 35px 0;
    }
}




/** BACKGROUND WHITE  **/

.block-process-1.bg-white .process-info-box
{
    background: #af997f;
}

.block-process-1.bg-white .process-info-box h4
{
    color: #fff;
}

.block-process-1.bg-white .process-info-box p
{
    color: #fff;
}




/** BACKGROUND BLACK / PARALLAX  **/

.block-process-1.bg-black .process-info-box
{
    background: #af997f;
}

.block-process-1.bg-black .process-info-box h4
{
    color: #fff;
}

.block-process-1.bg-black .process-info-box p
{
    color: #fff;
}






/** 9. FOOTER
*******************************************************************/

.block-footer-1 img
{
    display: block;

    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.block-footer-1 h5
{
    font-weight: 300;

    margin: 0;

    letter-spacing: .03em;
    text-transform: uppercase;
}

.block-footer-1 .scroll-top
{
    font-size: 17px;
    line-height: 65px;

    position: absolute;
    bottom: 0;
    left: 50%;

    overflow: hidden;

    width: 65px;
    height: 65px;

    cursor: pointer;
    -webkit-transition: all .15s ease;
            transition: all .15s ease;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;

    color: #000;
    background: #fff;
}

.block-footer-1 .scroll-top:hover
{
    line-height: 62px;

    height: 74px;
}

.block-footer-1 .scroll-top-inner
{
    overflow: hidden;

    width: 100%;

    text-align: center;

    color: #000;
}

.block-footer-1 .scroll-top .scroll-top-inner span
{
    font-size: inherit;
}




/** MEDIA QUERIES  **/

@media (max-width: 500px)
{
    .block-footer-1 h5
    {
        font-size: 16px;
        font-weight: 400;

        letter-spacing: .02em;
    }

    .block-footer-1 img
    {
        max-width: 170px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .block-footer-1 .scroll-top
    {
        font-size: 13px;
        line-height: 50px;

        top: 0;
        bottom: auto;

        width: 50px;
        height: 50px;
    }
}




/** BACKGROUND WHITE  **/

.block-footer-1.bg-white h5
{
    color: #000;
}




/** BACKGROUND BLACK / PARALLAX  **/

.block-footer-1.bg-black h5
{
    color: #fff;
}
