/*
Clients
Team Member
Testimonial
Pricing Table
Timeline
Login
Side Icons
Accordions
Divider
toggle
Countdown
Subscribe
Promo Box
Enquiry
Fun Factors
Typist
tabs
Progress Bar
Magazine
Travel
*/

/*======================================================
*======================= Clients =======================
*=====================================================*/
.clients {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients li {
    position: relative;
    float: right;
    padding: 20px 0;
    text-align: center;
}

.clients li a img {
    width: 100%;
}

.clients li a,
.clients li img {
    display: block;
    width: 75%;
    margin-left: auto; 
    margin-right: auto;
}

.clients.grid-2 li {
    width: 50%;
}

.clients.grid-3 li {
    width: 33.33%;
}

.clients.grid-4 li {
    width: 25%;
}

.clients.grid-5 li {
    width: 20%;
}

.clients.grid-6 li {
    width: 16.66%;
}

/**/
.clients.angle-box.grid-2 li {
    width: 46%;
}

.clients.angle-box.grid-3 li {
    width: 29.33%;
}

.clients.angle-box.grid-4 li {
    width: 21%;
}

.clients.angle-box.grid-5 li {
    width: 16%;
}

.clients.angle-box.grid-6 li {
    width: 12.66%;
}

.clients.angle-box.grid-2 li,
.clients.angle-box.grid-3 li,
.clients.angle-box.grid-4 li,
.clients.angle-box.grid-5 li,
.clients.angle-box.grid-6 li {
    margin: 2%;
}

/**/
.clients.plus-box li:before {
    top: 0;
    left: -2px;
    height: 100%;
    border-left: 1px solid #ddd;
}

.clients.plus-box li:after {
    top: auto;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    position: absolute; 
    content: "";
}

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

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

#clients-1.owl-theme .owl-controls .owl-page span {
    background: #333;
}

/**/
.clients.angle-box li:before {
    top: 0;
    left: 1px;
    height: 100%;
    border-left: 1px solid #ddd;
}

.clients.angle-box li:after {
    top: auto;
    left: 1px;
    bottom: 1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 992px) {
    .clients.grid-2 li {
        width: 50%;
    }
    .clients.grid-3 li,
    .clients.grid-4 li,

    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 33.33%;
    }
    .clients.angle-box.grid-2 li {
        width: 46%;
    }
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 29.33%;
    }
}
@media screen and (max-width: 767px) {
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li {
        width: 50%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 46%;
    }
}
@media screen and (max-width: 479px) {
    .clients.grid-2 li,
    .clients.grid-3 li,
    .clients.grid-4 li,
    .clients.grid-5 li,
    .clients.grid-6 li,
    .testimonial.grid-2 li {
        width: 100%;
    }
    .clients.angle-box.grid-2 li,
    .clients.angle-box.grid-3 li,
    .clients.angle-box.grid-4 li,
    .clients.angle-box.grid-5 li,
    .clients.angle-box.grid-6 li {
        width: 96%;
    }
}
/*======================================================
*===================== End Clients =====================
*=====================================================*/

/*======================================================
*===================== Team Member =====================
*=====================================================*/
.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
	max-width: 300px;
	margin: auto;
}

.team-member .team-img img {
    width: 100%;
    height: auto;
}

.team-member .team-intro {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 70%;
    padding: 10px 20px;
    text-align: left; 
    background: rgba(0, 0, 0, .7);
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0;
    letter-spacing: 1px; 
    text-transform: uppercase;
}

.team-member .team-intro.light-txt h5 {
    color: #fff;
}

.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 17px;
}

.t-s-link {
    display: block; 
    margin-top: 10px;
}

.t-s-link a {
    margin-left: 10px;
    color: #333;
    font-size: 17px;
}

/**/
.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 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);
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-hover .desk {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0 20px; 
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    opacity: 0;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s .2s;
            transition: all .3s .2s;
    text-align: center;
    opacity: 0;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.desk h4 {
    margin-bottom: 25px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 17px;
}

.desk p {
    margin-bottom: 0;
    color: #7e7e7e;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
}

.team-title {
    position: static;
    display: inline-block;
    width: 100%; 
    padding: 20px 0;
    letter-spacing: 1px;
}

.team-title h5 {
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
}

.team-title span {
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #a5a5a5;
    font-size: 15px;
}

.team-title p {
    padding-top: 30px;
    letter-spacing: normal;
    line-height: 30px;
}
/*wedding team*/
.bride-groom-row {
    padding: 0 50px;
}

.bride-groom-row .team-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.bride-groom-row .team-img img {
    width: 100%;
    height: auto;
}

.wed-thumb,
.bride-groom-row .team-img.fnf-img {
    display: inline-block; 
    width: 160px;
    height: 160px;
}

.wed-thumb img,
.bride-groom-row .team-img.fnf-img img {
    width: 100%;
    height: auto;
    border: 10px solid #fff; 
    border-radius: 50%;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 767px) {
    .team-member {
    /*padding-right:30px;
    padding-left:30px;*/
    }
    .team-member .team-intro {
            width:100% !important;	
    }
    .team-hover{
        /*width:calc(100% - 60px); margin:0 30px !important;*/
        width:100%; margin:0 !important;
    } 
}
/*======================================================
*=================== End Team Member ===================
*=====================================================*/

/*======================================================
*===================== Testimonial =====================
*=====================================================*/
.testimonial {
    overflow: hidden; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial li {
    position: relative;
    float: right;
    padding: 40px 40px 40px 20px;
}

.testimonial.grid-2 li {
    width: 50%;
}

/**/
.testimonial.plus-box li:before {
    top: 0;
    left: -2px;
    height: 100%;
    border-left: 1px solid #ececec;
}

.testimonial.plus-box li:after {
    top: auto;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ececec;
}

.testimonial.plus-box li:after,
.testimonial.plus-box li:before {
    position: absolute; 
    content: "";
}

/*----*/
.testimonial .avatar,
.testimonial .avatar a,
.testimonial .avatar i,
.testimonial .avatar img {
    display: table;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

#testimonial-2 .avatar,
#testimonial-2 .avatar a,
#testimonial-2 .avatar i,
#testimonial-2 .avatar img,
#testimonial-3 .avatar,
#testimonial-3 .avatar a,
#testimonial-3 .avatar i,
#testimonial-3 .avatar img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px; 
    border-radius: 50%;
}

.testimonial .avatar {
    float: right;
    margin-left: 35px;
}

.testimonial .content {
    position: relative;
    overflow: hidden;
    padding-left: 18px;
}

.testimonial .content p {
    color: #7e7e7e;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

.testimonial-meta {
    margin-top: 10px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #222;
}
.testimonial-meta h2{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px !important;
}
.testimonial-meta span {
    display: block;
    color: #7f7f7f; 
    font-size: 12px;
}
.testimonial-meta del {
	color: lightgrey !important;
}
.light-txt .testimonial-meta,
.light-txt .testimonial-meta span {
    color: #fff;
}

/*-------*/
#testimonial-2 .item {
    margin: 20px;
    text-align: center;
}

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

#testimonial-2.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

.light-txt.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

#testimonial-3.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 5px;
}

#testimonial-2 .item .icon,
#testimonial-3 .item .icon {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 30px;
}

.big-icon .item .icon {
    font-size: 60px !important;
}

#testimonial-2 .content p,
#testimonial-3 .content p,
.light-txt .content p {
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.light-txt.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

.tst-thumb {
    display: inline-block;
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
/**/
.testimonial-parallax {
    background-image: url("../images/parallax/para-1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.testimonial-alt .testi-auth .avatar {
    float: right;
    margin-left: 30px;
	margin-right: 15px;
}

.testimonial-alt .content {
    position: relative; 
    display: inline-block;
    margin-bottom: 40px;
    padding: 24px 34px;
    border-radius: 18px;
    background: #f5f5f5;
	box-shadow:0 0 8px #DDD;
	max-width: 96% !important;
	margin-left: 2%;
	margin-right: 2%;
}

.testimonial-alt .content:after {
    position: absolute;
    bottom: -20px;
    right: 40px;
    display: block;
    width: 40px; 
    height: 40px;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: none;
    border-color: #f5f5f5;
    border-left: 1px solid #f5f5f5;
    -o-border-image: none;
       border-image: none;
    background-color: #f5f5f5;
	box-shadow:2px 2px 2px #eee;
}

.testimonial-alt .content p {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
}

.testimonial-alt .testi-auth .testimonial-meta {
    display: inline-block; 
    margin-top: 15px;
}

.testimonial-alt .testi-auth .avatar,
.testimonial-alt .testi-auth .avatar a,
.testimonial-alt .testi-auth .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.testimonial-alt .testi-auth .avatar img {
	border:1px solid #CCC;
}
#testimonial-4.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px; 
    background: #cecece;
}

.testimonial-thumb {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}

.testimonial-thumb img {
    width: 100%;
    height: auto;
}
    .testimonial.grid-1 li {
        width: 100%;
        display: table;
    }
.c-info-row .c-info,
.c-info-row .c-slide {

}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
    .testimonial.grid-2 li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .testimonial .avatar {
        height: auto;
        float: none;
        margin: auto auto 20px !important;
    }
    .testimonial .avatar img{
        margin: auto !important;
    }
    .testimonial.grid-2 li,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
        display: table;
    }
}
/*======================================================
*=================== End Testimonial ===================
*=====================================================*/

/*======================================================
*==================== Pricing Table ====================
*=====================================================*/
.price-col {
    padding: 50px;
    text-align: center; 
    border: 1px solid #e8e8e8;
    background: #fff;
}

.price-col.feature {
    border: 1px solid #222; 
    background: #222;
}

.price-col h1 {
    margin-bottom: 30px; 
    text-transform: uppercase;
    font-size: 17px;
}

.price-col .p-value {
    margin-bottom: 40px; 
    padding: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.price-col.feature .p-value {
    margin-bottom: 40px; 
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.price-col .dollar {
    font-size: 42px;
    font-weight: normal;
}

.price-col .dollar span {
    margin-right: -10px; 
    font-size: 17px;
}

.price-col .duration {
    text-transform: uppercase; 
    font-size: 15px;
}

.price-col ul {
    display: block; 
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.price-col ul li {
    margin-bottom: 15px;
    color: #222;
}

.price-col.feature ul li {
    color: #7d7d7d;
}

.price-col .p-btn {
    display: inline-block;
    display: inherit;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #e8e8e8;
    font-weight: normal;
    /*letter-spacing: 2px;*/
}

.price-col .p-btn:hover {
    border: 1px solid #222;
    background: #222;
}

.price-col.feature .p-btn,
.price-col.feature .p-btn:hover {
    color: #222; 
    background: #fff;
}

.price-col.feature .p-btn:hover,
.price-col .p-btn:hover,
.price-col.feature {
    color: #fff;
}

.p-table-gutter-less .col-lg-1,
.p-table-gutter-less .col-lg-10,
.p-table-gutter-less .col-lg-11,
.p-table-gutter-less .col-lg-12,
.p-table-gutter-less .col-lg-2,
.p-table-gutter-less .col-lg-3,
.p-table-gutter-less .col-lg-4,
.p-table-gutter-less .col-lg-5,
.p-table-gutter-less .col-lg-6,
.p-table-gutter-less .col-lg-7,
.p-table-gutter-less .col-lg-8,
.p-table-gutter-less .col-lg-9,
.p-table-gutter-less .col-md-1,
.p-table-gutter-less .col-md-10,
.p-table-gutter-less .col-md-11,
.p-table-gutter-less .col-md-12,
.p-table-gutter-less .col-md-2,
.p-table-gutter-less .col-md-3,
.p-table-gutter-less .col-md-4,
.p-table-gutter-less .col-md-5,
.p-table-gutter-less .col-md-6,
.p-table-gutter-less .col-md-7,
.p-table-gutter-less .col-md-8,
.p-table-gutter-less .col-md-9,
.p-table-gutter-less .col-sm-1,
.p-table-gutter-less .col-sm-10,
.p-table-gutter-less .col-sm-11,
.p-table-gutter-less .col-sm-12,
.p-table-gutter-less .col-sm-2,
.p-table-gutter-less .col-sm-3,
.p-table-gutter-less .col-sm-4,
.p-table-gutter-less .col-sm-5,
.p-table-gutter-less .col-sm-6,
.p-table-gutter-less .col-sm-7,
.p-table-gutter-less .col-sm-8,
.p-table-gutter-less .col-sm-9,
.p-table-gutter-less .col-xs-1,
.p-table-gutter-less .col-xs-10,
.p-table-gutter-less .col-xs-11,
.p-table-gutter-less .col-xs-12,
.p-table-gutter-less .col-xs-2,
.p-table-gutter-less .col-xs-3,
.p-table-gutter-less .col-xs-4,
.p-table-gutter-less .col-xs-5,
.p-table-gutter-less .col-xs-6,
.p-table-gutter-less .col-xs-7,
.p-table-gutter-less .col-xs-8,
.p-table-gutter-less .col-xs-9,
.price-table-row .p-table-gutter-less .col-lg-1,
.price-table-row .p-table-gutter-less .col-lg-10,
.price-table-row .p-table-gutter-less .col-lg-11,
.price-table-row .p-table-gutter-less .col-lg-12,
.price-table-row .p-table-gutter-less .col-lg-2,
.price-table-row .p-table-gutter-less .col-lg-3,
.price-table-row .p-table-gutter-less .col-lg-4,
.price-table-row .p-table-gutter-less .col-lg-5,
.price-table-row .p-table-gutter-less .col-lg-6,
.price-table-row .p-table-gutter-less .col-lg-7,
.price-table-row .p-table-gutter-less .col-lg-8,
.price-table-row .p-table-gutter-less .col-lg-9,
.price-table-row .p-table-gutter-less .col-md-1,
.price-table-row .p-table-gutter-less .col-md-10,
.price-table-row .p-table-gutter-less .col-md-11,
.price-table-row .p-table-gutter-less .col-md-12,
.price-table-row .p-table-gutter-less .col-md-2,
.price-table-row .p-table-gutter-less .col-md-3,
.price-table-row .p-table-gutter-less .col-md-4,
.price-table-row .p-table-gutter-less .col-md-5,
.price-table-row .p-table-gutter-less .col-md-6,
.price-table-row .p-table-gutter-less .col-md-7,
.price-table-row .p-table-gutter-less .col-md-8,
.price-table-row .p-table-gutter-less .col-md-9,
.price-table-row .p-table-gutter-less .col-sm-1,
.price-table-row .p-table-gutter-less .col-sm-10,
.price-table-row .p-table-gutter-less .col-sm-11,
.price-table-row .p-table-gutter-less .col-sm-12,
.price-table-row .p-table-gutter-less .col-sm-2,
.price-table-row .p-table-gutter-less .col-sm-3,
.price-table-row .p-table-gutter-less .col-sm-4,
.price-table-row .p-table-gutter-less .col-sm-5,
.price-table-row .p-table-gutter-less .col-sm-6,
.price-table-row .p-table-gutter-less .col-sm-7,
.price-table-row .p-table-gutter-less .col-sm-8,
.price-table-row .p-table-gutter-less .col-sm-9,
.price-table-row .p-table-gutter-less .col-xs-1,
.price-table-row .p-table-gutter-less .col-xs-10,
.price-table-row .p-table-gutter-less .col-xs-11,
.price-table-row .p-table-gutter-less .col-xs-12,
.price-table-row .p-table-gutter-less .col-xs-2,
.price-table-row .p-table-gutter-less .col-xs-3,
.price-table-row .p-table-gutter-less .col-xs-4,
.price-table-row .p-table-gutter-less .col-xs-5,
.price-table-row .p-table-gutter-less .col-xs-6,
.price-table-row .p-table-gutter-less .col-xs-7,
.price-table-row .p-table-gutter-less .col-xs-8,
.price-table-row .p-table-gutter-less .col-xs-9 {
    padding: 0;
}

.p-table-gutter-less .price-col {
    margin-left: -1px;
}

.price-table-parallax {
    background-image: url("../images/parallax/2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.price-table-row .col-lg-1,
.price-table-row .col-lg-10,
.price-table-row .col-lg-11,
.price-table-row .col-lg-12,
.price-table-row .col-lg-2,
.price-table-row .col-lg-3,
.price-table-row .col-lg-4,
.price-table-row .col-lg-5,
.price-table-row .col-lg-6,
.price-table-row .col-lg-7,
.price-table-row .col-lg-8,
.price-table-row .col-lg-9,
.price-table-row .col-md-1,
.price-table-row .col-md-10,
.price-table-row .col-md-11,
.price-table-row .col-md-12,
.price-table-row .col-md-2,
.price-table-row .col-md-3,
.price-table-row .col-md-4,
.price-table-row .col-md-5,
.price-table-row .col-md-6,
.price-table-row .col-md-7,
.price-table-row .col-md-8,
.price-table-row .col-md-9,
.price-table-row .col-sm-1,
.price-table-row .col-sm-10,
.price-table-row .col-sm-11,
.price-table-row .col-sm-12,
.price-table-row .col-sm-2,
.price-table-row .col-sm-3,
.price-table-row .col-sm-4,
.price-table-row .col-sm-5,
.price-table-row .col-sm-6,
.price-table-row .col-sm-7,
.price-table-row .col-sm-8,
.price-table-row .col-sm-9,
.price-table-row .col-xs-1,
.price-table-row .col-xs-10,
.price-table-row .col-xs-11,
.price-table-row .col-xs-12,
.price-table-row .col-xs-2,
.price-table-row .col-xs-3,
.price-table-row .col-xs-4,
.price-table-row .col-xs-5,
.price-table-row .col-xs-6,
.price-table-row .col-xs-7,
.price-table-row .col-xs-8,
.price-table-row .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/*======================================================
*================== End Pricing Table ==================
*=====================================================*/

/*======================================================
*====================== Timeline =======================
*=====================================================*/
.timeline {
    position: relative;
    display: table;
    width: 100%; 
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}

.timeline .time-show {
    position: relative;
    margin-top: 30px;
    margin-left: -75px;
    margin-bottom: 30px;
}

.timeline .time-show a {
    color: #fff;
}

.timeline:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    right: 50%;
    width: 1px;
    content: "";
    background-color: #d8d9df;
}

h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
}

.t-info {
    color: #c8ccd7;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-item {
    display: table-row;
    display: inline-table;
    width: 100%; 
    margin-bottom: 50px;
}

.timeline-desk {
    position: relative; 
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.timeline-desk h1 {
    margin: 0 0 5px; 
    font-size: 17px;
    font-weight: 400;
}

.timeline-desk .panel {
    display: block;
    margin-right: 45px;
    text-align: right;
    border-radius: 0; 
    background: none;
    box-shadow: none;
}

.timeline .timeline-icon {
    position: absolute;
    top: 5px; 
    right: -35px;
}

.timeline .timeline-icon {
    background: #c7cbd6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline .timeline-icon {
    border: 5px solid #fff; 
    background: #222;
}

.timeline .timeline-icon.light {
    background: #fff;
}

.timeline .timeline-icon {
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 30px; 
    line-height: 65px;
}

.timeline .timeline-icon i {
    margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
    left: -35px; 
    right: auto;
}

.timeline .time-icon:before {
    margin-top: 5px; 
    font-size: 17px;
}

.timeline .timeline-date {
    position: absolute;
    top: 30px;
    right: -210px;
    display: none; 
    width: 150px;
    text-align: left;
}

.timeline-item.alt .timeline-date {
    left: -210px;
    right: auto;
    display: none; 
    text-align: right;
}

.timeline-desk h5 span {
    display: block;
    margin-bottom: 4px; 
    color: #999;
    font-size: 15px;
}

.timeline-item.alt:before {
    display: none;
}

.timeline-item:before,
.timeline-item.alt:after {
    display: block;
    width: 50%; 
    content: "";
}

.timeline-desk p {
    margin-bottom: 0;
    color: #999; 
    font-size: 17px;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
    float: left; 
    margin-top: 20px;
}

.timeline-desk .album a {
    float: right; 
    margin-left: 5px;
}

.timeline-item.alt .timeline-desk .album a {
    float: left; 
    margin-right: 5px;
}

.timeline-desk .notification {
    margin-top: 20px;
    padding: 8px; 
    background: none repeat scroll 0 0 #fff;
}

.timeline-item.alt .panel {
    margin-left: 45px; 
    margin-right: 0;
}

.timeline-item.alt h1,
.timeline-item.alt p {
    text-align: left;
}

/*----*/
.timeline.dark:before {
    position: absolute;
    z-index: 0; 
    top: 30px;
    bottom: 0;
    right: 50%;
    width: 1px;
    content: "";
    background-color: #fff;
}

.timeline.dark h3.timeline-title {
    margin: 0;
    margin: 0 0 5px;
    text-transform: uppercase; 
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.timeline.dark .timeline-desk h1 {
    color: #fff;
}

.timeline.dark .timeline-desk p {
    color: #7e7e7e;
}

.timeline.dark .timeline-icon {
    border: 5px solid #000; 
    background: #fff;
}

.timeline.dark .timeline-icon {
    color: #222;
}

.timeline-parallax {
    background-image: url("../images/parallax/t-parallax.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
/*======================================================
*==================== End Timeline =====================
*=====================================================*/

/*======================================================
*======================== Login ======================== 
*=====================================================*/
.login {
    position: relative;
}
.login .form-control {
    height: 40px; 
    box-shadow: none;
}
.login .form-group {
    margin-bottom: 20px;
}
.login .form-group label {
    font-weight: normal;
}
.login .container {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -330px;
}
.login.register .container {
    position: static;
    top: auto;
    width: 100%;
    margin-top: 0;
}
.login-bg {
    height: 80vh; 
    background: #f5f5f5;
}
.login-parallax {
    background-image: url("../images/parallax/lg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.login-parallax .login-box {
    background: rgba(255, 255, 255, .9);
}
.login-box {
    width: 450px;
    margin: 0 auto;
    padding: 30px; 
    background: #fff;
}
.login-box.gray-bg {
    width: auto; 
    background: #f5f5f5;
}
.login-logo {
    padding: 50px 0;
}
.login-social-link {
    display: inline-block;
    width: 100%; 
    margin-bottom: 15px;
}
.login-social-link a.facebook {
    float: right; 
    margin-left: 22px;
    background: #3b5999;
}
.login-social-link a.facebook:hover {
    color: #fff; 
    background: #30497d;
}
.login-social-link a {
    width: 47%;
    padding: 10px 38px;
    text-align: center; 
    color: #fff;
    border-radius: 4px;
}
.login-social-link a.twitter {
    float: right; 
    background: #63c6ff;
}
.login-social-link a.twitter:hover {
    color: #fff; 
    background: #4c98c4;
}
.login-accordion > dd {
    padding: 10px 0;
}
.login-accordion .login .form-control,
.tab-pane .form-control {
    border-radius: 0;
}
.login-bg-input input {
    background: #f5f5f5;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){

}
@media screen and (max-width: 479px) {
    .login-box,
    .login-social-link a,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
    }
    .login-social-link a {
        display: block; 
        margin-bottom: 15px;
    }  
}
/*======================================================
*====================== End Login ====================== 
*=====================================================*/

/*======================================================
*===================== Side Icons ====================== 
*=====================================================*/
	.side-icons-container{
		background-color: transparent;
		padding: 0px;
		margin: 0px;
		position: fixed;
		right: -150px;
		top:250px;
		width: 200px;
                z-index: 999;
	}
	.side-icons li{
            list-style-type: none;
            /*background-color: #eee;*/
            color: #FFF;
            height: 43px;
            padding: 0px;
            margin: 0px 0px 5px 0px;
            -webkit-transition:all 0.25s ease-in-out;
            -moz-transition:all 0.25s ease-in-out;
            -o-transition:all 0.25s ease-in-out;
            transition:all 0.25s ease-in-out;

            /*filter: url(filters.svg#grayscale);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;*/
	}
	.side-icons li:hover{
            margin-left: -115px;
            
            /*filter: none;
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);*/
	}
        .side-icons li a{
            width: 100%;
            display: inline-block;
	}
	.side-icons li i{
            float: left;
            margin: 5px 5px;
            margin-right: 10px;
            width: 42px;
            height: 32px;
            line-height: 28px;
            font-size: 28px;
            border: 1px solid #FFF;
            padding: 0 5px;
            color: #FFF;
	}
	.side-icons li p{
            float: left;
            padding: 0px;
            margin: 0px;
            text-transform: uppercase;
            line-height: 43px;
            color: #FFF;
	}
/*======================================================
*=================== End Side Icons ===================
*=====================================================*/

/*======================================================
*====================== Accordions =====================
*=====================================================*/
.accordion > dt {
    margin-bottom: 0px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}

.accordion.time-line > dt > a {
    background: none;
}

.accordion > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
}

.accordion > dt > a:hover {
    text-decoration: none;
}

.accordion > dt > a:hover,
.accordion > dt > a.active {
    cursor: pointer; 
    color: #fff;
    border-color: #222;
    background: #222;
}

.accordion > dt > a:after {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #696969;
    font-family: "icomoon";
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 18px;

    -webkit-font-smoothing: antialiased; 
    speak: none;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}

.accordion > dt > a:hover:after {
    color: #fff;
}

.accordion > dd {
    margin-bottom: 10px;
    padding: 30px 20px 20px;
    color: #777; 
    font-size: 17px;
    line-height: 1.8;
}

.accordion > dt > a,
.accordion > dt > a:after {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
            transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*------------------------------------------------------
    timeline accordions
------------------------------------------------------*/
dl.accordion.time-line {
    position: relative;
}

dl.accordion.time-line:before {
    position: absolute;
    z-index: 0; 
    top: 25px;
    bottom: 10px;
    right: 15px;
    content: "";
    border-right: 1px dashed #cecece;
}

.accordion.time-line > dd {
    margin-bottom: 10px;
    padding: 0px 40px 0px 20px;
    color: #777; 
    font-size: 17px;
    line-height: 1.8;
}

.accordion.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-right: 3px; 
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #fff;
    background: #222;
    font-family: "icomoon";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;

    -webkit-font-smoothing: antialiased;
    speak: none;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}

.accordion.time-line > dt > a {
    position: relative;
    display: block;
    padding: 14px 40px 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: none;
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
    background: none !important;
}
/*======================================================
*==================== End Accordions ===================
*=====================================================*/

/*======================================================
*======================= Divider =======================
*=====================================================*/
.divider {
    position: relative;
    display: inline-block; 
    width: 100%;
    margin: 50px 0;
    color: #e2e2e2;
}

.divider.d-single {
    width: 100%;
    height: 1px;
    border-color: #e2e2e2;
    border-top-width: 1px;
}

.divider.d-double {
    width: 100%;
    height: 8px;
    border-color: #e2e2e2;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.d-single.d-solid {
    border-top-style: solid;
}

.d-single.d-dashed {
    border-top-style: dashed;
}

.d-double.d-solid {
    border-top-style: solid;
    border-bottom-style: solid;
}

.d-double.d-dashed {
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.dot {
    position: absolute;
    top: -5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.text-center .dot {
    margin-right: -17px;
}

.dot:before {
    position: absolute;
    top: -1px;
    right: 12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: ""; 
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.dot:after {
    position: absolute;
    top: -1px;
    right: 25px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: ""; 
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: #fff;
}

.text-right .dot:before {
    right: -13px;
}

.text-right .dot:after {
    right: -25px;
}

.divider-small {
    width: 40% !important;
}

.divider-small.text-center {
    display: inherit; 
    margin: 50px auto;
}

.divider-small.text-right {
    float: left;
}

.divider i {
    position: absolute;
    top: -10px;
    width: 30px; 
    background: #fff;
    font-size: 18px;
}

.d-round i {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #b4b4b4;
    border-radius: 50%;
    background: #f5f5f5;
    font-size: 15px; 
    line-height: 30px;
}

.d-border i {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    font-size: 15px; 
    line-height: 30px;
}
/*======================================================
*===================== End Divider =====================
*=====================================================*/

/*======================================================
*======================= toggle ======================== 
*=====================================================*/
.toggle > dt {
    margin-bottom: 10px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}
.toggle > dt > a {
    position: relative;
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: 1px solid #e8e8e8;
	background: #5A99D3;
}
.toggle.time-line > dt > a {
    background: none;
}
.toggle > dt > a:hover {
    text-decoration: none;
}
.toggle > dt > a:hover,
.toggle > dt > a.active {
    cursor: pointer; 
    color: #fff;
    border-color: #222;
    background: #222;
}
.toggle > dt > a:after {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #696969;
    font-family: "icomoon";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 15px;
    -webkit-font-smoothing: antialiased; 
    speak: none;
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}
.toggle > dt > a:hover:after {
    color: #fff;
}
.toggle > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    color: #777; 
    font-size: 17px;
    line-height: 1.8;
}
/*------------------------------------------------------------------
    timeline toggle
-------------------------------------------------------------------*/
dl.toggle.time-line {
    position: relative;
}
dl.toggle.time-line:before {
    position: absolute;
    /*width: 1px;*/
    z-index: 0; 
    top: 25px;
    bottom: 10px;
    right: 15px;
    content: "";
    /*background-color: #d1d1d1;*/
    border-right: 1px dashed #cecece;
}
.toggle.time-line > dd {
    margin-bottom: 10px;
    padding: 10px 40px 20px 20px;
    color: #777; 
    font-size: 17px;
    line-height: 1.8;
}
.toggle.time-line > dt > a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding-right: 3px; 
    content: "\e648";
    text-align: center;
    text-transform: none;
    color: #fff;
    background: #222;
    font-family: "icomoon";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    speak: none;
}
.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}
.toggle.time-line > dt > a {
    position: relative;
    display: block;
    padding: 14px 40px 14px 20px;
    text-decoration: none;
    letter-spacing: 1px; 
    color: #222;
    border: none;
}
.toggle.time-line > dt > a:hover,
.toggle.time-line > dt > a.active {
    background: none !important;
}
.toggle > dt > a,
.toggle > dt > a:after {
    -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
            transition: all .27s cubic-bezier(0, 0, .58, 1);
}
/*======================================================
*===================== End toggle ======================
*=====================================================*/

/*======================================================
*====================== Countdown ====================== 
*=====================================================*/
.count-down,
.count-down-alt {
    text-transform: uppercase;
}
.count-down .c-grid,
.count-down-alt .c-grid {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 20px; 
    padding-top: 42px;
    text-align: center;
}
.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
    background: #fff;
}
.count-down-alt .c-grid {
    border: 5px solid rgba(0, 0, 0, .2);
}
.count-down .c-grid {
    border: 1px solid #e0e0e0;
}
.count-down .c-grid,
.count-down.light .c-grid {
    border: 1px solid #fff;
}
.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
    color: #fff;
}
.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
    display: block;
}
.count-down .c-value,
.count-down-alt .c-value {
    font-size: 30px;
}
.count-down .c-title,
.count-down-alt .c-title {
    letter-spacing: 1px; 
    font-size: 17px;
}
.count-down.circle .c-grid,
.count-down-alt.circle .c-grid {
    border-radius: 50% !important;
}
.count-down.round .c-grid,
.count-down-alt.round .c-grid {
    border-radius: 5px !important;
}
.count-parallax {
    background-image: url("../images/parallax/5.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}
.count-icon {
    position: absolute;
    top: 50px; 
    left: 0;
}
.count-icon i {
    font-size: 40px;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:1024px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px;
    }
    .count-icon {
        left: 40px;
    }
}
@media screen and (max-width:767px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 20px;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 13px;
    }
}
@media screen and (max-width:480px){
    .count-down .c-grid,
    .count-down-alt .c-grid {
        margin: 10px 20px;
    }
}
@media screen and (max-width: 479px) {
    .count-down .c-grid,
    .count-down-alt .c-grid {
        float: right; 
        width: 100%;
        height: 70px;
        padding-top: 5px;
        margin: 10px 0;
    }
    .count-down.circle .c-grid,
    .count-down-alt.circle .c-grid {
        border-radius: 0 !important;
    }
    .count-down.round .c-grid,
    .count-down-alt.round .c-grid {
        border-radius: 0 !important;
    }
    .tp-caption .btn {
        padding: 5px;
        font-size: 10px;
    }
    .count-down .c-value,
    .count-down-alt .c-value {
        font-size: 20px;
    }
    .count-down .c-title,
    .count-down-alt .c-title {
        letter-spacing: 1px; 
        font-size: 15px;
    } 
}
/*======================================================
*==================== End countdown ====================
*=====================================================*/

/*======================================================
*====================== Subscribe ======================
*=====================================================*/
.subscribe-box {
    display: inline-block;
    width: 100%; 
    padding: 40px;
}

.subscribe-box,
.full-width.subscribe-box .container {
    position: relative;
}

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

.text-center .subscribe-info span,
.text-center .subscribe-info {
    display: inline-block;
}

.subscribe-info,
.subscribe-form {
    float: right;
}

.subscribe-info {
    width: 40%;
}

.subscribe-form {
    width: 60%;
}

.subscribe-form input {
    width: 75% !important;
    height: 52px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
}

.subscribe-form input:focus {
    border: 1px solid #222; 
    box-shadow: none;
}

.subscribe-form .btn {
    float: left; 
    margin-left: 0;
}

.text-center .subscribe-info {
    padding-left: 0;
}

.subscribe-box.text-center .subscribe-info,
.subscribe-box.text-center .subscribe-form {
    width: 100%;
}

.subscribe-box.text-center .subscribe-info {
    margin-bottom: 50px;
}

.subscribe-box.text-center .subscribe-form input,
.subscribe-box.text-center .subscribe-form .btn {
    display: inline-block;
    float: none;
    margin: 0 5px; 
    border: none;
}

.subscribe-box.dark-bg .subscribe-form input,
.subscribe-box.border-box .subscribe-form input {
    border: none;
}

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

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

.subscribe-box.border-box .subscribe-form input,
.subscribe-box.gray-bg {
    background: #f8f8f8;
}

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

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

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

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

.full-width.subscribe-box {
    padding: 40px 0;
}

.full-width.subscribe-box .promo-btn {
    left: 0;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 800px) {
    .subscribe-info,
    .subscribe-form {
        width: 90%;
    }
    .subscribe-info {
        display: inline-block; 
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .subscribe-info,
    .subscribe-form,
    .c-info-row .c-info,
    .c-info-row .c-slide {
        width: 100%;
    }
    .subscribe-info{
        display: inline-block;
        width: 100%; 
        margin-bottom: 30px;
    }

    .subscribe-form input,
    .subscribe-box.text-center .subscribe-form input {
        display: inline-block; 
        margin-bottom: 10px;
    }
    .subscribe-form input,
    .subscribe-form .btn {
        width: 100% !important;
    }
}
/*======================================================
*==================== End Subscribe ====================
*=====================================================*/

/*======================================================
*====================== 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-left: 200px;
}
.text-center .promo-info {
    padding-left: 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;
}
.promo-btn {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -28px;
}
.promo-btn a.btn {
    margin-left: 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 {
    left: 0;
}
.promo-pattern {
    height: auto; 
    background-image: url(../images/div/pattern.png);
    background-repeat: repeat;
}
.promo-parallax {
    height: auto;
    background-image: url(../images/parallax/promo_para.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
    .promo-info {
        padding-left: 0;
    }
    .promo-btn {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
        margin-top: 20px;
    }
}
/*======================================================
*==================== End Promo Box ==================== 
*=====================================================*/

/*======================================================
*======================= Enquiry ======================= 
*=====================================================*/
.enquiry-main-container{margin-bottom:0;}
.enquiry-container{background-color:#edf9fc !important; margin:80px 0;}
.enquiry-text{float:right; width:100% !important; height:40px; margin:0 0 20px; padding:0 10px; border:1px solid #eee;}
.enquiry-text2{float:right; width:100% !important; height:35px; margin:0 0 16px; padding:0 10px; border:1px solid #eee;}
.enquiry-title-container{width:100% !important; margin-bottom:30px;}
.enquiry-textarea{width:100%; height:160px; border:1px solid #eee; margin:0 0 20px; resize:none; padding:10px; float:right;}
.enquiry-textarea2{width:100%; height:110px; border:1px solid #eee; margin:0 0 16px; resize:none; padding:10px; float:right;}
.enquiry-btn-container{width:104%; text-align:center;}
.enquiry-btn-container .btn{float:none !important;}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .enquiry-btn-container .btn-medium{
            padding: 10px 20px !important;
    }
}
@media screen and (max-width: 992px) {
    .enquiry-main-container{margin:0 0 40px !important; margin-left:0 !important; margin-right:0 !important;}
/*.enquiry-text2{height:29px;}
.enquiry-textarea2{height:99px;}*/
}
@media screen and (max-width: 639px) {
    .enquiry-textarea{width:96%;}
}
/*======================================================
*===================== End Enquiry ===================== 
*=====================================================*/

/*======================================================
*===================== Fun Factors ===================== 
*=====================================================*/
.fun-factor .icon {
    float: right;
    margin-top: 10px;
}
.fun-factor .icon i {
    color: #222; 
    font-size: 36px;
}
.fun-factor .fun-info {
    padding-right: 100px;
}
.fun-factor .fun-info span {
    display: block;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.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;
    right: 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(../images/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);
}
.fun-factor.alt {
    text-align: center;
}
.fun-factor.alt .fun-info {
    padding-right: 0;
}
.fun-factor.alt .icon {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.fun-factor.alt .fun-info:before {
    content: "";
    background: none;
}
.gray-border-factor .fun-factor {
    padding: 100px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.gray-border-factor.dark .fun-factor {
    padding: 100px 0;
    border-top: none;
    border-bottom: none;
}
.gray-border-factor .f-grid:nth-child(2n+2) {
    background-color: #f5f5f5;
}
.gray-border-factor.dark .f-grid {
    background-color: #323232;
}
.gray-border-factor.dark .f-grid:nth-child(2n+2) {
    background-color: #3a3a3a;
}
.gray-border-factor .col-lg-1,
.gray-border-factor .col-lg-10,
.gray-border-factor .col-lg-11,
.gray-border-factor .col-lg-12,
.gray-border-factor .col-lg-2,
.gray-border-factor .col-lg-3,
.gray-border-factor .col-lg-4,
.gray-border-factor .col-lg-5,
.gray-border-factor .col-lg-6,
.gray-border-factor .col-lg-7,
.gray-border-factor .col-lg-8,
.gray-border-factor .col-lg-9,
.gray-border-factor .col-md-1,
.gray-border-factor .col-md-10,
.gray-border-factor .col-md-11,
.gray-border-factor .col-md-12,
.gray-border-factor .col-md-2,
.gray-border-factor .col-md-3,
.gray-border-factor .col-md-4,
.gray-border-factor .col-md-5,
.gray-border-factor .col-md-6,
.gray-border-factor .col-md-7,
.gray-border-factor .col-md-8,
.gray-border-factor .col-md-9,
.gray-border-factor .col-sm-1,
.gray-border-factor .col-sm-10,
.gray-border-factor .col-sm-11,
.gray-border-factor .col-sm-12,
.gray-border-factor .col-sm-2,
.gray-border-factor .col-sm-3,
.gray-border-factor .col-sm-4,
.gray-border-factor .col-sm-5,
.gray-border-factor .col-sm-6,
.gray-border-factor .col-sm-7,
.gray-border-factor .col-sm-8,
.gray-border-factor .col-sm-9,
.gray-border-factor .col-xs-1,
.gray-border-factor .col-xs-10,
.gray-border-factor .col-xs-11,
.gray-border-factor .col-xs-12,
.gray-border-factor .col-xs-2,
.gray-border-factor .col-xs-3,
.gray-border-factor .col-xs-4,
.gray-border-factor .col-xs-5,
.gray-border-factor .col-xs-6,
.gray-border-factor .col-xs-7,
.gray-border-factor .col-xs-8,
.gray-border-factor .col-xs-9 {
    padding-left: 0; 
    padding-right: 0;
}
.fun-icon-text-parallel .icon i,
.fun-icon-text-parallel .icon h1 {
    display: inline-block;
    margin-bottom: 0;
}
.fun-icon-text-parallel .icon i {
    padding-left: 10px;
    font-size: 36px;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width:767px){
    .fun-factor {
        padding: 30px 0;
    }
}
/*======================================================
*=================== End Fun Factors =================== 
*=====================================================*/

/*======================================================
*======================= Typist ======================== 
*=====================================================*/
@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}
@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: .0;
    }
    100% {
        opacity: 1.0;
    }
}
.typist-blink:after {
    position: relative;
    top: 10px;
    display: inline-block;
    height: 47px;
    margin-left: 7px;
    margin-right: 3px;
    content: " ";
    -webkit-animation: blink 1s step-start 0s infinite;
            animation: blink 1s step-start 0s infinite; 
    border-left: 2px solid;
}
.typist-blink > .selectedText {
    display: none;
}
.typist-mark > .selectedText {
    color: #fff;
    background-color: #222;
    font-style: normal;
}
/*======================================================
*===================== End Typist ====================== 
*=====================================================*/










/*------------------------------------------------------------------
    tabs
-------------------------------------------------------------------*/
.tab-content{
    padding: 50px 50px 30px; text-align:justify;	
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    margin-left: -1px;
    letter-spacing: 1px; 
    text-transform: uppercase;
    color: #434343;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    cursor: default;
    border: 1px solid #eee;
    border-bottom-color: transparent; 
    background-color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs > li > a {
    padding: 20px 30px;
}

.nav-tabs > li > a:hover {
    background-color: #fff;
}

.tab-pane {
    line-height: 30px;
}
.tab-center{float:none !important; display:inline-block !important;}
/*normal tabs*/
.normal-tabs .panel-body {
    padding: 30px 0;
}

.normal-tabs ul.nav-tabs {
    padding-right: 20px;
}

/*border tabs*/
.border-tabs .panel-body {
    margin-top: -1px; 
    padding: 30px;
    border: 1px solid #eee;
}

/*round tabs*/
.round-tabs .nav-pills,
.square-tabs .nav-pills {
    display: inline-block;
}

.round-tabs .nav-pills > li > a {
    color: #434343; 
    border: 1px solid #eaeaea;
    border-radius: 30px;
}

.round-tabs .nav-pills > li > a:hover,
.round-tabs .nav-pills > li.active > a,
.round-tabs .nav-pills > li.active > a:focus,
.round-tabs .nav-pills > li.active > a:hover,
.square-tabs .nav-pills > li > a:hover,
.square-tabs .nav-pills > li.active > a,
.square-tabs .nav-pills > li.active > a:focus,
.square-tabs .nav-pills > li.active > a:hover {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.round-tabs .nav > li > a,
.square-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}

.round-tabs .nav-pills > li + li,
.square-tabs .nav-pills > li + li {
    margin-right: 20px;
}
.square-tabs .nav-pills > li > a {
    color: #434343; 
    border: 1px solid #eaeaea;
    border-radius: 0;
}

/**/
.tab-parallax {
    background-image: url("../images/parallax/13.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

.icon-box-tabs .nav-pills {
    display: inline-block;
}

.icon-box-tabs .nav-pills > li > a:hover,
.icon-box-tabs .nav-pills > li.active > a,
.icon-box-tabs .nav-pills > li.active > a:focus,
.icon-box-tabs .nav-pills > li.active > a:hover {
    color: #222;
    background: white;
}

.icon-box-tabs .nav > li > a {
    position: relative;
    display: block;
    padding: 35px 70px;
}

.icon-box-tabs .nav-pills > li + li {
    margin-right: 20px;
}

.icon-box-tabs .nav-pills > li > a {
    position: relative;
    -webkit-transition: all .3s ease;
            transition: all .3s ease; 
    color: #434343;
    border-radius: 0;
    background: rgba(34, 34, 34, .05);
}

.icon-box-tabs .nav-pills > li > a:after {
    position: absolute;
    bottom: -10px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -10px;
    content: "";
    -webkit-transition: all .3s ease;
            transition: all .3s ease; 
    opacity: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.icon-box-tabs .nav-pills > li > a:hover:after,
.icon-box-tabs .nav-pills > li.active > a:after,
.icon-box-tabs .nav-pills > li.active > a:focus:after,
.icon-box-tabs .nav-pills > li.active > a:hover:after {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    opacity: 1;
}

.icon-box-tabs .nav-pills > li > a i {
    font-size: 36px;
}

.icon-box-tabs .panel-body {
    padding: 30px 0;
}

/**/
.line-tab .nav-tabs > li > a,
.line-tab .nav-tabs.nav-justified > li > a {
    border-top: none !important;
    border-left: none !important;
    border-bottom: 1px solid transparent !important;
    border-right: none !important;
    background: none;
}

.line-tab .nav-tabs > li.active > a,
.line-tab .nav-tabs > li.active > a:focus,
.line-tab .nav-tabs > li.active > a:hover,
.line-tab .nav-tabs.nav-justified > .active > a,
.line-tab .nav-tabs.nav-justified > .active > a:focus,
.line-tab .nav-tabs.nav-justified > .active > a:hover {
    border-top: 1px solid transparent; 
    border-left: 1px solid transparent;
    border-bottom: 1px solid !important;
    border-right: 1px solid transparent;
}

.line-tab ul.nav-tabs {
    padding-right: 0;
}

/**/
.icon-tabs .nav-pills > li > a {
    border: none; 
    border-radius: 0;
}

.icon-tabs ul {
    margin-bottom: 50px;
}

.icon-tabs.light .nav-pills > li > a,
.icon-tabs.light .tab-content,
.icon-tabs.light .tab-content p {
    color: #fff;
}

.icon-tabs .nav > li {
    padding: 0 30px;
}

.icon-tabs .nav > li > a {
    padding: 10px 0;
}

.icon-tabs li i {
    display: block; 
    margin-bottom: 10px;
    font-size: 55px;
}

.icon-tabs .nav-pills > li > a:hover,
.icon-tabs .nav-pills > li.active > a,
.icon-tabs .nav-pills > li.active > a:focus,
.icon-tabs .nav-pills > li.active > a:hover {
    border-top: none;
    border-left: none;
    /*border-bottom:1px solid #ddd;*/
    border-right: none;
    background: none;
}

.tab-parallax-alt {
    padding: 200px 0;
    background-image: url("../images/parallax/13.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%; 
    background-size: cover;
}

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

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

.title-img .info {
    position: absolute;
    bottom: 0;
    right: 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;
}
/*------------------------------------------------------------------
    list style
-------------------------------------------------------------------*/
.circle-list {
    padding-right: 0;
    list-style: none;
}

.circle-list li {
    display: block; 
    margin-bottom: 10px;
}

.circle-list li:before {
    float: right;
    padding-left: 10px;
    content: "\f10c";
    color: #757575; 
    font-family: "FontAwesome";
    font-size: 17px;
}

/*list half*/
.list-half li {
    float: right; 
    width: 50%;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .tab-content{
        padding: 20px 10px !important;	
    }
    .round-tabs .nav > li > a,
    .square-tabs .nav > li > a {
            padding: 5px 10px;
    }
    .round-tabs .nav-pills > li + li,
    .square-tabs .nav-pills > li + li {
            margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .icon-box-tabs .nav-pills > li + li {
        margin-right: 0;
    }
    .icon-box-tabs .nav-pills > li {
        margin-bottom: 10px;
        text-align: center;
    }
}
/*==============================================
 Pages
 ===============================================*/
.ticket-register .form-control {
    height: 40px;
    color: #a7a7a7; 
    border-radius: 5px;
}
.ticket-register .form-group,
.register-member a {
    margin: 0 5px;
}
.register-member a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.register-member a img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.catering-form .form-control {
    height: 65px;
    border: none;
}
.catering-form input {
    width: 400px !important;
}
.catering-form select {
    width: 200px !important;
}
.catering-list .post-single .post-desk {
    height: 180px; 
    padding: 30px 0;
}
@media screen and (max-width: 1024px) {
    .catering-form input,
    .catering-form button,
    .catering-form select {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .catering-form .form-group {
        margin: 0;
    }
}
.app-down-row {
    position: relative;
    height: 510px;
}
.app-down-row .cater-avatar {
    position: absolute;
    top: -65px; 
    right: 0;
}
.app-btn a {
    margin-left: 10px;
}
.app-down-row .app-info {
    font-weight: 300;
}
.app-down-row .app-info span {
    font-weight: bold;
}
.app-device {
    /*position: relative;*/
}
.app-device img {
    position: absolute;
    left: 10%;
    bottom: 0;
}
.app-img-bottom {
    min-height: 600px;
}
.app-img-bottom img {
    position: absolute;
    bottom: 0; 
    right: 15%;
}
.app-icon i {
    margin-left: 15px;
    color: #dedede; 
    font-size: 30px;
}

.maintenance-banner {
    background: #ededed;
}
.maintenance-banner p {
    font-size: 16px;
}
.banner-intro {
    background-image: url("../img/intro/intro-banner.jpg") !important;
}
.intro-title h2 {
    font-size: 36px;
}
.intro-title p {
    letter-spacing: 1px; 
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
}
.intro-title p span {
    font-size: 26px;
}
.intro-title i {
    position: relative;
    top: 4px;
    left: 10px; 
    color: rgba(255, 255, 255, .5);
    font-size: 26px;
    line-height: 20px;
}
.intro-title .btn {
    line-height: 32px;
}
.intro-title a:hover i,
.intro-title a:focus i {
    color: #222;
}
.intro-portfolio img {
    margin-bottom: 30px;
}
.intro-portfolio .fit-img {
    margin-bottom: 20px;
}
.intro-portfolio a img,
.intro-portfolio a img:hover {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.intro-portfolio a img:hover {
    opacity: .8;
}
.intro-portfolio a {
    text-transform: uppercase;
    color: #222;
}
@media screen and (max-width: 767px) {
    .maintenance-banner img {
        width: 100%;
        height: auto;
    }
    .intro-title h2 {
        font-size: 20px;
    }
    .intro-title p {
        font-size: 15px;
    }
    .intro-title p span {
        font-size: 20px;
    }
}
/*======================================================
*==================== 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-right: 10px;
    text-align: right;
    color: #fff;
    background-color: #222;
    box-shadow: none;
    font-size: 12px;
    line-height: 20px;
}
.massive-progress .progress-bar > span {
    position: absolute;
    top: -28px;
    left: -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;
    right: 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-left: 1px solid #666;
    -o-border-image: none;
       border-image: none;
    background-color: #666;
}
/* Alt progress bar */
.massive-progress-alt {
    height: 30px;
    margin-bottom: 30px;
    border-radius: 0;
    background: #f2f2f2;
    box-shadow: none;
}
.massive-progress-alt .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #222;
    box-shadow: none; 
    font-size: 13px;
    line-height: 30px;
}
.massive-progress-alt .progress-bar span {
    float: left;
}
.massive-progress-alt.progress-theme-color .progress-bar,
.massive-progress-alt.progress-theme-color .progress-bar > span {
    color: #fff;
}
.progress-light-trans-bg {
    background: rgba(255, 255, 255, .1);
}
/*======================================================
*================== End Progress Bar ===================
*=====================================================*/

/*======================================================
*======================= Magazine ======================
*=====================================================*/
.magazine-grid .col-lg-1,
.magazine-grid .col-lg-10,
.magazine-grid .col-lg-11,
.magazine-grid .col-lg-12,
.magazine-grid .col-lg-2,
.magazine-grid .col-lg-3,
.magazine-grid .col-lg-4,
.magazine-grid .col-lg-5,
.magazine-grid .col-lg-6,
.magazine-grid .col-lg-7,
.magazine-grid .col-lg-8,
.magazine-grid .col-lg-9,
.magazine-grid .col-md-1,
.magazine-grid .col-md-10,
.magazine-grid .col-md-11,
.magazine-grid .col-md-12,
.magazine-grid .col-md-2,
.magazine-grid .col-md-3,
.magazine-grid .col-md-4,
.magazine-grid .col-md-5,
.magazine-grid .col-md-6,
.magazine-grid .col-md-7,
.magazine-grid .col-md-8,
.magazine-grid .col-md-9,
.magazine-grid .col-sm-1,
.magazine-grid .col-sm-10,
.magazine-grid .col-sm-11,
.magazine-grid .col-sm-12,
.magazine-grid .col-sm-2,
.magazine-grid .col-sm-3,
.magazine-grid .col-sm-4,
.magazine-grid .col-sm-5,
.magazine-grid .col-sm-6,
.magazine-grid .col-sm-7,
.magazine-grid .col-sm-8,
.magazine-grid .col-sm-9,
.magazine-grid .col-xs-1,
.magazine-grid .col-xs-10,
.magazine-grid .col-xs-11,
.magazine-grid .col-xs-12,
.magazine-grid .col-xs-2,
.magazine-grid .col-xs-3,
.magazine-grid .col-xs-4,
.magazine-grid .col-xs-5,
.magazine-grid .col-xs-6,
.magazine-grid .col-xs-7,
.magazine-grid .col-xs-8,
.magazine-grid .col-xs-9 {
    padding-left: 10px; 
    padding-right: 10px;
}
.magazine-grid .row {
    margin-right: -10px;
    margin-left: -10px;
}
.magazine-grid .post-single .post-desk {
    height: auto;
}
.decor-category a {
    position: relative; 
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #DDD;
}
.decor-category a img {
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.decor-category a:hover img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.decor-category a .title {
    position: absolute;
    top: 35%;
    left: 10%;
    text-align: left;
    text-transform: uppercase; 
    font-size: 24px;
    font-weight: 300;
}
.decor-category a .title.dark {
    color: #222;
}
.decor-category a .title.light {
    color: #fff;
}
/*======================================================
*===================== END Magazine ====================
*=====================================================*/

/*======================================================
*======================== Travel =======================
*=====================================================*/
.travel-booking {
    position: relative;
    height: 100vh; 
    background-image: url("../images/banners/travel.jpg");
}
.travel-form-bg {
    display: inline-block;
    width: 100%; 
    background: rgba(0, 0, 0, .7);
}
.travel-form-bg-light {
    padding: 30px 0; 
    background: rgba(0, 0, 0, .3);
}
.travel-form-bg ul {
    margin-bottom: 0;
    margin-right: 15px;
}
.travel-form {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.travel-form.icon-tabs li i {
    display: inline-block !important;
}
.travel-form.icon-tabs li i {
    position: relative;
    top: 7px;
    padding-left: 10px; 
    font-size: 35px;
}
.travel-form.icon-tabs .nav > li {
    margin-right: 0; 
    padding: 0;
}
.travel-form.icon-tabs .nav > li > a {
    padding: 30px 40px;
}
.travel-form.icon-tabs .nav > li > a:hover {
    /*background: #fff;*/
}
.travel-form.icon-tabs .nav-pills > li > a:hover,
.travel-form.icon-tabs .nav-pills > li.active:hover > a,
.travel-form.icon-tabs .nav-pills > li.active > a,
.travel-form.icon-tabs .nav-pills > li.active > a:focus {
    color: #fff; 
    border-bottom: none;
}
.travel-form .form-control,
.travel-form .btn {
    height: 50px;
    border-color: transparent;
    border-radius: 4px;
}
.travel-form .btn {
    margin-top: 35px;
}
.travel-form .form-group {
    float: right;
    width: 15%;
    margin-left: 10px;
}
.travel-form .form-group label {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
}
.travel-grid .col-md-6 {
    padding: 0;
}
.travel-grid .post-list-aside .post-img img {
    border: none;
}
.travel-grid .post-list-aside {
    float: right;
}
.travel-grid .post-desk {
    display: inline-block;
    height: auto; 
    padding: 50px 30px;
}
.featured-item.feature-outline.travel-feature {
    position: relative;
    padding: 0 130px 0 0;
}
/*------------------------------------------------
 Responsive
------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .travel-form-bg ul {
        margin-bottom: -1px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .travel-form.icon-tabs .nav > li > a {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 767px) {
    .travel-form .form-group {
        width: 100%;
    }
    .travel-form.icon-tabs .nav > li > a {
        padding: 10px 5px;
        font-size: 15px;
    }
    .travel-form.icon-tabs li i {
        font-size: 20px;
    }
    .travel-form .nav > li {
        width: auto;
        margin-left: 5px;
    }
    .travel-form .form-control,
    .travel-form .btn {
        height: 30px;
    }
    .travel-form .form-group {
        margin-bottom: 0;
    }
    .travel-form label {
        display: inline-block;
        margin-bottom: 0;
        font-size: 14px; 
        font-weight: normal;
    }
    .travel-form .btn {
        margin-top: 10px;
    }
    .travel-form .btn {
        line-height: 10px;
    }
    .travel-booking + .body-content {
        margin-top: 100px;
    }
    .travel-form {
        position: static;
        margin-top: 20px;
    }
    .travel-form-bg-light {
        padding: 24px 0;
    }
}
/*======================================================
*====================== End Travel =====================
*=====================================================*/

/*=======================================================
*================== Magnific Popup CSS ==================
=======================================================*/
.mfp-bg {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; 
    filter: alpha(opacity=80);}
.mfp-wrap {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: right;
    z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    left: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }
.mfp-s-ready .mfp-preloader {
    display: none; }
.mfp-s-error .mfp-content {
    display: none; }
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }
.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 44px;
border-radius: 0 !important;
background: none !important;
    left: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; 
    filter: alpha(opacity=100);
border-radius: 0 !important;
background: none !important;
}
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
    color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    text-align: left;
    padding-left: 6px;
    width: 100%; }
.mfp-counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; 
    filter: alpha(opacity=100);}
.mfp-arrow:before,
.mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 35px;
    margin-right: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a  {
    border-left: 17px solid #FFF;
    margin-right: 31px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    margin-right: 25px;
    border-left: 27px solid #3F3F3F; }
.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-right: 39px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 27px solid #3F3F3F; }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  left: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: right;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-left: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  right: 50%;
  margin-right: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  left: 0;
  padding-top: 0; }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-right {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-left {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-right: 6px;
	padding-left: 6px; } 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-right: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    left: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
}
/* Magnific Animations */
/*====== Zoom effect ======*/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Newspaper effect ======*/
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Move-horizontal effect ======*/
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(-50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Move-from-top effect ======*/
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
/*====== 3d unfold ======*/
.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
/* ====== Zoom-out effect ======*/
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}
.hinge {
  animation-duration: 1s;
	animation-name: hinge;
}
.mfp-with-fade {
  .mfp-content,
  &.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
  }
  &.mfp-ready {
    .mfp-content {
     opacity: 1; 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  &.mfp-removing {
    &.mfp-bg {
      opacity: 0;
    }
  }
}
/*=======================================================
*================ End Magnific Popup CSS ================
=======================================================*/