/* 
    Created on : Feb 7, 2017, 11:20:56 AM
    Author     : KELUM
*/

a{
    color: #256c8e;
}

.thumb-product-wrap{
    background-color: #000;
    padding: 9px 25px 11px 14px;
    /*border: 1px solid #ffe200;*/
}

.thumb-product-wrap h6{
    font-size: 15px;
    color: #fff;
    text-align: left;
    padding-left: 11px;
    white-space: nowrap;
}
.icon-wrap{
    padding-top: 6px;
}

.icon-wrap i{
    font-size: 26px;
    color: #ffe200;

}

.thumb-product-wrap:hover .icon-wrap i{
    color: #000;
}

.thumb-product-wrap:hover{
    background-color: #ffe200 !important;
    color: #000;
    border: 1px solid #2b2b2b;
}

.thumb-product-wrap:hover h6{
    color: #000;  
}

.thumb-product-wrap .icon-left{
    width: 23%;
    float: left;
}

.thumb-product-wrap .text-right{
    width: 77%;
    float: right;
}

.main-features .featured-dest{
    padding: 13px 20px 20px;
    //box-shadow: 1px 1px 14px #d2d2d2;
}

.main-features h3{
    margin-top: 0px;
}

.main-features .fd-column{
    padding-top: 35px;
}

.full-width-two-boxes{

}

.clear-padding-left{
    padding-left: 0px;
}

.clear-padding-right{
    padding-right: 0px;
}

.full-width-two-boxes h1{
    font-size: 58px;
}

.full-width-two-boxes h5{
    font-size: 1.125em;
}

.full-width-two-boxes i{
    font-size: 58px;
}

.full-width-two-boxes .full-box-right{
    background-color: #3a454c; 
    background-image: url(../img/bg-box-right.jpg);
    background-attachment: fixed;
}

.full-width-two-boxes, .full-box-right i, h5, h1{
    color: #fff;
}

.full-width-two-boxes .full-box-right, .full-box-left h1{
    text-transform: uppercase;    
    color: #000;
}

.full-width-two-boxes .full-box-right, .full-box-left h5, i{
    color: #000;
}

.full-box-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}

.full-box-left{
    background-color: #ffe200;
    background-image: url(../img/bg-yellow.jpg);
    background-attachment: fixed;
}

.feature-btn{
    background-color: #2b3137;
    color: white;
    padding: 12px 20px 10px 20px;
    font-size: 21px;
    transition: background-color 0.5s ease;
}

.feature-btn:hover{

    color: #fff !important;
    background-color: #9303A7 !important;
}

.feature-btn-yellow:hover{
    color: #fff !important;
    background-color: #9303A7 !important; 
}

.post-data p{
    font-size: 16px !important;
}

.post-data ol li{
    font-size: 16px !important;
}

.feature-btn-yellow{
    transition: background-color 0.5s ease;
    background-color: #ffe200;
    color: #3a454c;
    padding: 12px 20px 10px 20px;
    font-size: 21px;
}

.all-feature-img-wrapper .img-responsive{
    margin: 0 auto;
}

.all-features .row{
    margin-top: 60px;
}

.all-features{
    padding-top: 70px;
    padding-bottom: 70px;
}

.full-width-two-boxes{

}

.img-description h2{
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    color: #3b464c;
}

.img-description p{
    font-size: 17px;
    color: #757575;
}

.img-text-wrapper{
    background-color: rgb(246, 246, 246);
    padding-top: 70px;
    padding-bottom: 70px;
}

.img-text-wrapper span{
    font-size: 20px;
}

.img-text-wrapper ul li{
    font-size: 16px;
    color: #757575;
    list-style-image: url(../img/icons/windows.png) !important;
    line-height: 21px;
    margin-top: 13px;
}

.bom-contents{
    margin-top: 300px;
}

.top-fields{

}

.main-features{
    padding-top: 40px;
}

.partner-logo-wrap{

}

.logo-container .item{
    width: 130px;
    margin: 0 auto;
}

.logo-container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

.left-widget-description{
    padding: 0px 50px 0px 50px;
    color: #010101;
    text-transform: uppercase;
}

.right-widget-description{
    padding: 0px 50px 0px 50px;
    color: #fefefe;
}

.trial-button{
    background-color: chartreuse;
    padding: 5px;
    color: #fff;
    border: 1px solid #000;
}

.trial-icon{
    background-color: #4CAF50 !important;
    padding: 10px 11px 8px 11px !important;
    color: #fff !important;
    border: 1px solid #589c00 !important;
}

.trial-icon:hover{
    color: #ffe200 !important;
}

.featured-list-wrapper img{
    margin: auto;
}

.test{
    background-color: #000 !important;
}

.tweets-by{
    color: #3b94d9;
}

.t-by{

}

.highlighted-text{
    color: #398dcf !important;
}

.highlighted-text:hover{
    color: #FF7139 !important;
}

.terms-use li{
    margin-bottom: 10px;
}

.green-text{
    color: #4CAF50;
    font-weight: bold;
}

.dark-text{
    color: #F44336;
    font-weight: bold; 
}


/* ============= Animated bg left ============== */

#bg-scroll-left {
    width: 100%;
    background: url(../img/bg-yellow.jpg);
    -webkit-animation: backgroundScroll 20s linear infinite;
    animation: backgroundScroll 20s linear infinite;

}

@-webkit-keyframes backgroundScroll {
    from {background-position: -400px 0;}
    to {background-position: 0px 0;}
}

@keyframes backgroundScroll {
    from {background-position: -400px 0;}
    to {background-position: 0px 0;}
}

/* ============= Animated bg left ============== */

/* ============= Animated bg right ============== */
#bg-scroll-right {
    width: 100%;
    background: url(../img/bg-yellow.jpg);
    -webkit-animation: backgroundScroll 20s linear infinite;
    animation: backgroundScroll 20s linear infinite;
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}

@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}
/* ============= Animated bg right ============== */

.post-data ul li{
    font-size: 16px !important;
}

.menu-bar {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

#map{
    width: 100%;
    height: 500px;
    //background-color: aliceblue;
    //border: 2px solid #292f33;
    max-height: 500px;
    padding: 1px 30px 30px 30px;
    //background-image: url(../img/map-bg.jpg);
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    border-left: 1px solid #000;
    border-left-style: dashed;
}

#map h6{
    font-size: 15px;
    font-weight: normal;
}

#map h2{
    margin-top: 0px;
}

.colored{
    color: #607D8B;
}

.map-overlay{
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:9;


    //border: 2px solid #f1f1f1;
}

.contact-detail-wrapper{
    z-index: 10;
    position: absolute;
    padding-right: 30px;
}

.contact-detail-wrapper .fa-map-marker{
    color: #de0f00;
}

.map-wrapper{
    margin: 20px auto;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.choose-pln-btn{
    border-color: #fc0 #e4a000 #e4a000 #fc0;
    background-color: #fc0;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.15);
    color: #000;
}

.choose-pln-btn:hover{
    text-decoration: none !important;
    border-color: #ffb300 #e4a000 #e4a000 #ffb300 !important;
    background-color: #ffb300 !important;
    color: #fff;
}

#loader{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    //background: #333;
    background: rgb(255, 255, 255);
    z-index: 99999;
}

#choosePlan .modal-content{
    border-radius: 0px;  
}

#selectBookingOption .modal-content{
    border-radius: 0px;  
}

.choose-pln-btn{
    padding-top: 8px;
    border-radius: 0px;
    line-height: 24px;
}

.choose-pln-btn-cancel{
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 #f1f1f1;
    background-color: #f1f1f1;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.15);
    color: #000;
}

.choose-pln-btn-cancel:hover{
    border-color: #d6d6d6 #d6d6d6 #d6d6d6 #fc0 !important;
    background-color: #f1f1f1 !important;
    box-shadow: 1px 1px 0 0 rgba(0,0,0,0.15) !important;
    color: #000 !important;
}

.modal-btn-wrapper{
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

.radio-btn{
    background-image: url(../img/radio-bg.png) !important;
    padding-left: 22px;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 0px;
    background-position: 0% 24%;
}

.radio input[type="radio"]{

}

.radio input[type="radio"]:checked{
    background: transparent; 
}


input[type="radio"]:checked
{
    color: #256c8e;
} 


.cssload-load {
    position:absolute;
    left:calc(50% - 29px);
    width:68px;
    height:68px;
    top: 44%;
}


.cssload-block {
    position:relative;
    height:19px;
    width:19px;
    display:inline-block;
    background:rgb(255,215,0);
    transition:all 0.92s;
    -o-transition:all 0.92s;
    -ms-transition:all 0.92s;
    -webkit-transition:all 0.92s;
    -moz-transition:all 0.92s;
    animation: cssload-rot 5.75s linear infinite;
    -o-animation: cssload-rot 5.75s linear infinite;
    -ms-animation: cssload-rot 5.75s linear infinite;
    -webkit-animation: cssload-rot 5.75s linear infinite;
    -moz-animation: cssload-rot 5.75s linear infinite;
}
.cssload-block:nth-child(1) {
    animation-delay:3.45s;
    -o-animation-delay:3.45s;
    -ms-animation-delay:3.45s;
    -webkit-animation-delay:3.45s;
    -moz-animation-delay:3.45s;
}
.cssload-block:nth-child(2) {
    animation-delay:1.73s;
    -o-animation-delay:1.73s;
    -ms-animation-delay:1.73s;
    -webkit-animation-delay:1.73s;
    -moz-animation-delay:1.73s;
    animation: cssload-rot 13.8s linear infinite;
    -o-animation: cssload-rot 13.8s linear infinite;
    -ms-animation: cssload-rot 13.8s linear infinite;
    -webkit-animation: cssload-rot 13.8s linear infinite;
    -moz-animation: cssload-rot 13.8s linear infinite;
}
.cssload-block:nth-child(3) {
    animation-delay:2.3s;
    -o-animation-delay:2.3s;
    -ms-animation-delay:2.3s;
    -webkit-animation-delay:2.3s;
    -moz-animation-delay:2.3s;
}
.cssload-block:nth-child(4) {
    animation-delay:0.23s;
    -o-animation-delay:0.23s;
    -ms-animation-delay:0.23s;
    -webkit-animation-delay:0.23s;
    -moz-animation-delay:0.23s;
}
.cssload-block:nth-child(5) {
    animation-delay:4.6s;
    -o-animation-delay:4.6s;
    -ms-animation-delay:4.6s;
    -webkit-animation-delay:4.6s;
    -moz-animation-delay:4.6s;
}
.cssload-block:nth-child(6) {
    animation-delay:2.3s;
    -o-animation-delay:2.3s;
    -ms-animation-delay:2.3s;
    -webkit-animation-delay:2.3s;
    -moz-animation-delay:2.3s;
    animation: cssload-rot 8.05s linear infinite;
    -o-animation: cssload-rot 8.05s linear infinite;
    -ms-animation: cssload-rot 8.05s linear infinite;
    -webkit-animation: cssload-rot 8.05s linear infinite;
    -moz-animation: cssload-rot 8.05s linear infinite;
}
.cssload-block:nth-child(7) {
    animation-delay:0.46s;
    -o-animation-delay:0.46s;
    -ms-animation-delay:0.46s;
    -webkit-animation-delay:0.46s;
    -moz-animation-delay:0.46s;
}
.cssload-block:nth-child(8) {
    animation-delay:1.73s;
    -o-animation-delay:1.73s;
    -ms-animation-delay:1.73s;
    -webkit-animation-delay:1.73s;
    -moz-animation-delay:1.73s;
    animation: cssload-rot 6.9s linear infinite;
    -o-animation: cssload-rot 6.9s linear infinite;
    -ms-animation: cssload-rot 6.9s linear infinite;
    -webkit-animation: cssload-rot 6.9s linear infinite;
    -moz-animation: cssload-rot 6.9s linear infinite;
}
.cssload-block:nth-child(9) {
    animation-delay:28.75s;
    -o-animation-delay:28.75s;
    -ms-animation-delay:28.75s;
    -webkit-animation-delay:28.75s;
    -moz-animation-delay:28.75s;
    animation: cssload-rot 9.2s linear infinite;
    -o-animation: cssload-rot 9.2s linear infinite;
    -ms-animation: cssload-rot 9.2s linear infinite;
    -webkit-animation: cssload-rot 9.2s linear infinite;
    -moz-animation: cssload-rot 9.2s linear infinite;
}


@keyframes cssload-rot {
    0% {
        transform:none;
    }
    20% {
        transform:rotateZ(-90deg) rotateY(180deg);
    }
    40% {
        background:rgb(210,105,30);
        transform:none;
    }
    60% {
        background:rgb(255,255,255);
    }
    80% {
        background:rgb(100,149,237);
    }
    90% {
        transform:none;
        background:rgb(34,34,34);
    }
}

@-o-keyframes cssload-rot {
    0% {
        -o-transform:none;
    }
    20% {
        -o-transform:rotateZ(-90deg) rotateY(180deg);
    }
    40% {
        background:rgb(210,105,30);
        -o-transform:none;
    }
    60% {
        background:rgb(255,255,255);
    }
    80% {
        background:rgb(100,149,237);
    }
    90% {
        -o-transform:none;
        background:rgb(34,34,34);
    }
}

@-ms-keyframes cssload-rot {
    0% {
        -ms-transform:none;
    }
    20% {
        -ms-transform:rotateZ(-90deg) rotateY(180deg);
    }
    40% {
        background:rgb(210,105,30);
        -ms-transform:none;
    }
    60% {
        background:rgb(255,255,255);
    }
    80% {
        background:rgb(100,149,237);
    }
    90% {
        -ms-transform:none;
        background:rgb(34,34,34);
    }
}

@-webkit-keyframes cssload-rot {
    0% {
        -webkit-transform:none;
    }
    20% {
        -webkit-transform:rotateZ(-90deg) rotateY(180deg);
    }
    40% {
        background:rgb(210,105,30);
        -webkit-transform:none;
    }
    60% {
        background:rgb(255,255,255);
    }
    80% {
        background:rgb(100,149,237);
    }
    90% {
        -webkit-transform:none;
        background:rgb(34,34,34);
    }
}

@-moz-keyframes cssload-rot {
    0% {
        -moz-transform:none;
    }
    20% {
        -moz-transform:rotateZ(-90deg) rotateY(180deg);
    }
    40% {
        background:rgb(210,105,30);
        -moz-transform:none;
    }
    60% {
        background:rgb(255,255,255);
    }
    80% {
        background:rgb(100,149,237);
    }
    90% {
        -moz-transform:none;
        background:rgb(34,34,34);
    }
}