﻿/********Home page Category***********************************/

.categoryBar {
    position: relative;
    top: 70px;
    right: 0;
    width: 0;
    border-width: 80px 49vw 0 49vw;
    border-style: solid;
    border-color: #ffffff transparent;
    z-index: 11;
}

/******* PriceGuide spec config **************************************/
.divSelectionBox {
    position: fixed;
    top: 56px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1000;
    margin-bottom: 100px;
    width: 100%;
}

.divCommissionSelections {
    padding: 0px 0px 8px 8px;
    display: inline-block;
}

.divCommissionCol {
    display: inline-block;
    padding: 4px 10px;
    color: #548DD4;
    background-color: #fff;
    margin-right: 2px;
    margin-top: 2px;
    border-radius: 2px;
}

/******* Default Home page ***************************/
/******** Home page Parallax blocks */

.divHomeBackground {
    /*background: url(/images/template/Band.jpg) no-repeat;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;*/
    z-index:-1;
}

.ClosingBlock {
    /*padding: 100px 0 100px 0;*/
    position: relative;
    height: 900px;
    margin-top:-120px;
    /*z-index:-1;*/
}

.divTriWrapper {
    width: 400px;
    float: left;
}

.divNavBottom {
    position: absolute;
    right: 5%;
    top: 300px;
    /*top: 100%;*/
    opacity: 0;
    /*transform: translateX(-20%);*/
    width: 35vw;
    height: 35vw;
    min-width: 300px;
    min-height: 300px;
    max-width: 500px;
    max-height: 400px;
    z-index: -1;
}

.divNavBottomFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition:4.0s;
    z-index: 100;
    top:0px;
    opacity: 1;
}

.divNavBottom2 {
    position: absolute;
    right: 20%;
    /*bottom: -100%;*/
    opacity: 0;
    transform: translateX(-20%);
    width: 35vw;
    height: 35vw;
    min-width: 300px;
    min-height: 300px;
    max-width: 400px;
    max-height: 400px;
    z-index: 100;
}

.divNavBottomFinish2 {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 1.0s;
    right:0%;
    z-index: 1;
    opacity: 1;
}

.divNavRotateBottom {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
    width: 35vw;
    height: 35vw;
    min-width: 300px;
    min-height: 300px;
    max-width: 400px;
    max-height: 400px;
    z-index: -1;
}

.divNavRotateBottomFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 1.0s;
    z-index: 1;
    top: 34%;
    opacity: 1;
}

.divContWrapperLeft {
    display: inline-block;
    /*background-color: #2b2726;*/
    /*    width: 0;*/
    height: 40vw;
    max-height: 400px;
    min-height: 300px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 50%;
    opacity: 0;
    overflow: visible;
    /*padding: 30px 0 30px 0;*/
}

.divContWrapperLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 6.0s;
    opacity:1;
    /*float: left;*/
 
}

.divContWrapperRight {
    display: inline-block;
    /*background-color: #2b2726;*/
    width: 0;
    height: 40vw;
    max-height: 400px;
    min-height: 300px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.divContWrapperRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.0s;
    width: 50%;
    /*float: left;*/
    overflow: visible;
}

.divCont {
    /*color: #ffffff;*/
    position: absolute;
    
    padding:0 5%;
   
    /*opacity: 0;*/
    z-index: 2;
    max-width: 50%;
    text-align: center;
    right: 0;
}

.divContFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 3s;
    /*opacity: 1;*/
    top: 50%;
    transform: translateY(-50%);
}

.divContTriRight {
    /*color: #ffffff;*/
    position: relative;
    top: 300px;
    opacity: 0;
    text-align: center;
    width: 400px;
    z-index: 200;
    left: 70px;
}

.divContTriRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 5.0s;
    opacity: 1;
    top: 60px;
}

.divContTriLeft {
    /*color: #ffffff;*/
    position: relative;
    /*top: 50%;
    transform: translateY(-50%);*/
    opacity: 0;
    z-index: 2;
    text-align: center;
    width: 400px;
}

.divContTriLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.5s;
    opacity: 1;
    top: 80px;
    z-index: 200;
}



/*Agency Page***********************************************************************/

.divContactWrapperAgency {
   text-align:center;
    /*background-color: #2b2726;*/
    width: 100%;
    padding: 0 0 0 0;
    font-size:0px;
}

.divContactBoxAgency {
    background-color: #5e5350;
    width: calc(20% - 2px);
    margin:1px 1px;
    min-width:250px;
    /*max-width:300px;*/
    height:555px;
    padding: 30px 0 30px 0;
    display:inline-block;
    vertical-align:top;
}

.divContactAgency {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.0s;
    width: 47%;
    float: left;
    overflow: visible;
}

/***********************/


.divImgWrapperRight {
    display: inline-block;
    width: 0;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.divImgWrapperRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.0s;
    width: 50%;
    overflow: visible;
}

.divImgWrapperTriRight {
    position: absolute;
    background-color: #7b868c;
    text-align: left;
    left: -500px;
    border-top-right-radius: 15%;
    z-index:100;
}

    .divImgWrapperTriRight:before,
    .divImgWrapperTriRight:after {
        content: '';
        position: absolute;
        background-color: inherit;
    }

    .divImgWrapperTriRight,
    .divImgWrapperTriRight:before,
    .divImgWrapperTriRight:after {
        width: 480px;
        height: 480px;
        /*min-width: 420px;*/
        /*min-height: 420px;*/
    }

.divImgWrapperTriRight {
    transform: rotate(29deg) skewX(-30deg) scale(1,.866);
}

    .divImgWrapperTriRight:before {
        transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    }

    .divImgWrapperTriRight:after {
        transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    }

.divImgWrapperTriRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.0s;
    left: 100px;
    top: 400px;
    /*overflow: visible;*/
}


/*.divImgWrapperTriRight {
    position: absolute;
    right: -600px;
    bottom: -100px;
    width: 0;
    height: 0;
    border-top: 250px solid transparent;
    border-bottom: 250px solid transparent;
    border-right: 600px solid #444c50;
    padding-left: 100px;
    z-index: 5;
}

.divImgWrapperTriRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.0s;
    width: 0;
    right: 0;
    overflow: visible;
}*/

.divImgWrapperTriLeft {
    position: absolute;
    background-color: #7b868c;
    text-align: left;
    right: -500px;
    border-top-right-radius: 15%;
    z-index: 100;
}

    .divImgWrapperTriLeft:before,
    .divImgWrapperTriLeft:after {
        content: '';
        position: absolute;
        background-color: inherit;
    }

    .divImgWrapperTriLeft,
    .divImgWrapperTriLeft:before,
    .divImgWrapperTriLeft:after {
        width: 460px;
        height: 460px;
    }

.divImgWrapperTriLeft {
    transform: rotate(210deg) skewX(-30deg) scale(1,.866);
}

    .divImgWrapperTriLeft:before {
        transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    }

    .divImgWrapperTriLeft:after {
        transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    }

.divImgWrapperTriLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 1.0s;
    right: 0px;
    top: 400px;
    /*overflow: visible;*/
}

/*.divImgWrapperTriLeft {
    position: absolute;
    left: -600px;
    bottom: -120px;
    width: 0;
    height: 0;
    border-top: 250px solid transparent;
    border-bottom: 250px solid transparent;
    border-left: 600px solid #444c50;
    z-index: 5;
}

.divImgWrapperTriLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 1.0s;
    width: 0;
    left: 0;
    overflow: visible;
}*/

.divImgWrapperLeft {
    /*width: 0;
    vertical-align: top;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    overflow: hidden;
   */



     display: inline-block;
    /*background-color: #2b2726;*/
    width: 0;
    height: 40vw;
    max-height: 400px;
    min-height: 300px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.divImgWrapperLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 1.0s;
    width: 50%;
    float:left;
    overflow: visible;
}

.divImgBox {
    height: 35vw;
    width: 35vw;
    max-height: 550px;
    min-height: 320px;
    max-width: 550px;
    min-width: 320px;
    position: relative;
}

    .divImgBox:hover, .divImgBox:active {
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        transition: 0.5s;
        -webkit-filter: none;
        filter: unset;
    }

.divImgTextRight {
    background-color:rgba(255, 255, 255, .0);
    width: 70%;
    margin: 15px;
    padding: 20px;
    float: right;
    text-align: right;
}

.divImgTextRightFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.5s;
    background-color: rgba(255, 255, 255, .7);
}

.divImgTextLeft {
    position:absolute;
    background-color: rgba(255, 255, 255, .0);
    width: 70%;
    margin: 15px;
    padding: 20px;
    bottom:0;
}

.divImgTextLeftFinish {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: 2.5s;
}

.divBrandBars {
    width: 2px;
    height: 150px;
    background-color: #000;
    display: inline-block;
    margin-top: 50px;
}



/******** End Parallax blocks */