﻿
@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3A3A3A;
    line-height: 1.7em;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
    body.p1 {
        background-image: url(../images/bg-pattern/p1.png);
    }

    body.p2 {
        background-image: url(../images/bg-pattern/p2.png);
    }

    body.p3 {
        background-image: url(../images/bg-pattern/p3.png);
    }

    body.p4 {
        background-image: url(../images/bg-pattern/p4.png);
    }

    body.p5 {
        background-image: url(../images/bg-pattern/p5.png);
    }

    body.p6 {
        background-image: url(../images/bg-pattern/p6.png);
    }

    body.p7 {
        background-image: url(../images/bg-pattern/p7.png);
    }

    body.p8 {
        background-image: url(../images/bg-pattern/p8.png);
    }

    body.p9 {
        background-image: url(../images/bg-pattern/p9.png);
    }

    body.p10 {
        background-image: url(../images/bg-pattern/p10.png);
    }

    body.p11 {
        background-image: url(../images/bg-pattern/p11.png);
    }

    body.p12 {
        background-image: url(../images/bg-pattern/p12.png);
    }

    body.p13 {
        background-image: url(../images/bg-pattern/p13.png);
    }

    body.p14 {
        background-image: url(../images/bg-pattern/p14.png);
    }

    body.p15 {
        background-image: url(../images/bg-pattern/p15.png);
    }

    body.p16 {
        background-image: url(../images/bg-pattern/p16.png);
    }

    body.p17 {
        background-image: url(../images/bg-pattern/p17.png);
    }

    body.p18 {
        background-image: url(../images/bg-pattern/p18.png);
    }

    body.p19 {
        background-image: url(../images/bg-pattern/p19.png);
    }

    body.p20 {
        background-image: url(../images/bg-pattern/p20.png);
    }

.dropcap {
    display: inline-block;
    font-size: 48px;
    float: left;
    margin: 10px 15px 15px 0;
    background-image: linear-gradient(#555, #888);
    color: #fff;
    padding: 20px 10px 20px 10px;
}

.autocomplete_completionListElement {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px !important;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #79A027;
    cursor: 'hand';
    text-align: left;
    list-style-type: none;
    padding-left: 1px;
    z-index: 9999;
}

.autocomplete_listItem {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px 5px 5px 5px;
    z-index: 9999;
}

.autocomplete_highlightedListItem {
    padding: 5px 5px 5px 5px;
    background-color: #79A027;
    color: black;
    cursor: 'hand';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    letter-spacing: -1px;
}

h2 {
    letter-spacing: -.5px;
}

h3 {
    letter-spacing: -.5px;
    margin-top: 0;
}

h1.slogan_big {
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -4px;
    padding: 0;
    margin: 0px 0 30px 0;
}

h3.title {
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

h4.title {
    font-weight: 400;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h5 {
    font-weight: bold;
}

/*p {
    text-align: justify;
    width: 369px;
}*/

.text {
    color: #000000;
}

.text1 {
    color: #333333;
}

.text2 {
    color: #666666;
}

.text3 {
    color: #999999;
}

.text_bold {
    font-weight: 600;
}

.text_italic {
    font-style: italic;
}

.text_blue {
    color: #0062A7;
}

.text_red {
    color: #FF0000;
}

.text_white {
    color: #FFFFFF;
}

.dg_link_white {
    color: #FFFFFF;
    text-decoration: none;
}

    .dg_link_white:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.textbox {
    font-family: 'Open Sans', sans-serif;
    padding: 5px 5px 5px 5px;
    border: 1px solid #E0E0E0;
}

    .textbox:hover {
        font-family: 'Open Sans', sans-serif;
        padding: 5px 5px 5px 5px;
        border: 1px solid #E0E0E0;
        box-shadow: 0 0 5px #DFDFDF;
    }

.textbox_large {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 5px 10px 5px;
    border: 1px solid #E0E0E0;
}

    .textbox_large:hover {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #E0E0E0;
        box-shadow: 0 0 5px #DFDFDF;
    }

.dropdown1 {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 5px 10px 5px;
}

    .dropdown1:hover {
        font-family: 'Open Sans', sans-serif;
        padding: 10px 5px 10px 5px;
        box-shadow: 0 0 5px #DFDFDF;
    }

.border {
    border: 1px solid #E0E0E0;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #999999;
}

.padding {
    padding: 10px 5px 10px 5px;
}

.padding_large {
    padding: 10px 10px 10px 10px;
}

.box-shadow {
    box-shadow: 0 0 5px #DFDFDF;
}

.white_bg {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
}

.vertical-top {
    vertical-align: top;
}

.journey_grid {
    width: 100%;
    overflow: auto;
}

.journey_det_wrapper {
    width: 93%;
    float: left;
    overflow: auto;
    border: 1px solid #E0E0E0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.journey_det {
    width: 99%;
    float: left;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dotted #E0E0E0;
}

    .journey_det td {
        padding: 0px 2% 0px 2%;
    }

        .journey_det td .arrow_dur {
            margin-top: 20px;
        }

    .journey_det .journey_det_left {
        width: 47%;
        float: left;
        border: 1px solid #000000;
    }

    .journey_det .journey_det_right {
        width: 47%;
        float: right;
        border: 1px solid #000000;
    }

.journey_ret {
    width: 99%;
    float: left;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dotted #E0E0E0;
}

    .journey_ret td {
        padding: 10px 0 10px 0;
    }

    .journey_ret .arrow_dur {
        margin-top: 15px;
        font-size: 11px;
    }

    .journey_ret .journey_ret_left {
        width: 48%;
        float: left;
        overflow: auto;
        padding-right: 10px;
        border-right: 1px solid #E0E0E0;
    }

    .journey_ret .journey_ret_right {
        width: 48%;
        float: right;
        overflow: auto;
    }

    .journey_ret .journey_ret_data {
        width: 99%;
        float: left;
        border-bottom: 1px solid #E0E0E0;
    }

.middlebar-bg {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #98D7E9;
    background-image: Linear-Gradient(#98D7E9,#FFFFFF);
    border-radius: 8px;
}

.container1 {
    width: 1000px;
    margin: 0 auto 30px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.btn_small i {
    padding-top: 2px;
}

i {
    padding-top: 4px;
}

.btn_small {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    font-weight: 300;
    vertical-align: top; /*-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;*/
}

a.btn_small {
    text-decoration: none;
    color: #FFFFFF;
}

    a.btn_small:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

.green {
    color: #e8f0de;
    border: solid 1px #538312;
    background: #64991e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

    .green:hover {
        background: #538018;
        background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
        background: -moz-linear-gradient(top, #6b9d28, #436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
    }

    .green:active {
        color: #a9c08c;
        background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
        background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
    }

/* red */
.red {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

    .red:hover {
        background: #b61318;
        background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
        background: -moz-linear-gradient(top, #c9151b, #a11115);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
    }

    .red:active {
        color: #de898c;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
        background: -moz-linear-gradient(top, #aa1317, #ed1c24);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
    }


.small_font {
    font-size: 11px;
}

.med_font {
    font-size: 13px;
}

.large_font {
    font-size: 17px;
}

.xlarge_font {
    font-size: 22px;
}

#logo {
    float: left;
}

#logo1 {
    float: none;
}

#logo .inner {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.slider {
    width: 100%;
    float: left;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
}

.slider_left {
    width: 30%;
    float: left;
}

    .slider_left hr {
        margin: 10px 0 10px 0;
    }

.slider_right {
    width: 68.5%;
    float: right;
    margin: 0;
}

#book_tick_main {
    width: 100%;
    height: 400px;
    float: left;
    position: relative;
    background-color: #FFFFFF;
    line-height: 15px;
    z-index: 99;
    padding: 10px 10px 10px 10px;
}

    #book_tick_main input {
        float: left;
    }

    #book_tick_main label {
        float: left;
        padding-left: 10px;
    }

#content {
    padding: 50px 0 0 0;
    border-radius: 8px;
}

#features {
    background: #222;
    padding: 40px 0 40px 0;
    color: #fff;
}

.feature-box i {
    background-color: #469159;
    color: #fff;
}

.feature-box-small-icon {
    margin-bottom: 10px;
}

    .feature-box-small-icon .text {
        padding-left: 45px;
    }

    .feature-box-small-icon i {
        background-color: #469159;
        color: #fff;
        font-size: 18px;
        padding: 8px;
        width: 18px;
        height: 18px;
        text-align: center;
        position: absolute;
    }

        .feature-box-small-icon i.dark {
            background-color: #333333;
        }

    .feature-box-small-icon h3 {
        line-height: normal;
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
    }

    .feature-box-small-icon .inner {
        padding: 20px;
        height: 125px;
        border-radius: 8px;
        box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
        border-bottom: solid 4px #ddd;
    }

        .feature-box-small-icon .inner:hover {
            padding: 20px;
            background: #f5f5f5;
            border-bottom: solid 3px #ccc;
        }

#mainmenu {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    float: right;
    height: 30px;
    margin-top: 15px;
}

    #mainmenu ul {
        float: right;
        margin: 0px 0px;
        padding: 0px 0px;
        height: 30px;
    }

    #mainmenu li {
        margin: 0px 0px;
        padding: 0px 0px;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        font-size: 1em;
        font-weight: 600;
    }

    #mainmenu a {
        display: block;
        padding: 3px 10px 3px 10px;
        line-height: 25px;
        text-decoration: none;
        color: #333333;
        text-align: center;
        font-size: 14px;
    }

        #mainmenu a.last {
            display: block;
            padding: 3px 10px 3px 10px;
            line-height: 25px;
            text-decoration: none;
            color: #FFFFFF;
            text-align: center;
            font-size: 14px;
        }

        #mainmenu a i {
            padding-top: 5px;
        }

    #mainmenu li:last-child a {
    }

    #mainmenu li a:hover, #mainmenu li.active a {
        background: #EFEFEF;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        color: #0062A7;
    }

    #mainmenu li li a:hover {
        background: #555555;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #mainmenu li li {
        font-size: 12px;
        font-weight: normal;
        border-bottom: solid 1px #626262;
    }

        #mainmenu li li:last-child {
            border-bottom: none;
        }

        #mainmenu li li a {
            padding: 2px 15px 2px 15px;
            background: #555555;
            border-top: none;
            color: #ccc;
            width: 160px;
            border-left: none;
            text-align: left;
        }

        #mainmenu li li:last-child a {
            border-right: none;
        }

        #mainmenu li li li a {
            padding: 2px 15px 2px 15px;
            background: #505050;
        }

        #mainmenu li li a:hover {
            color: #fff;
            background: #469159;
        }

    #mainmenu li ul {
        width: 190px;
        height: auto;
        position: absolute;
        top: 100%;
        margin-top: 0px;
        left: 0px;
        z-index: 10;
        display: none;
    }

    #mainmenu li li {
        display: block;
        float: none;
    }

    #mainmenu li:hover > ul {
        display: block;
    }

    #mainmenu li ul ul {
        left: 100%;
        top: 0px;
    }

    #mainmenu li:hover > ul {
        color: #469159;
    }

    #mainmenu select {
        padding: 10px;
        height: 36px;
        font-size: 14px;
        border: none;
        background: #ff4200;
        color: #fff;
    }

        #mainmenu select option {
            padding: 10px;
        }

.selectnav {
    display: none;
}

footer {
    background: #f5f5f5;
    padding: 40px 0 40px 0;
    border-top: 1px solid #eeeeee;
}

    footer h3 {
        font-size: 20px;
    }

    footer a {
        color: #FF6600;
    }

        footer a:visited {
            color: #FF6600;
        }

        footer a:hover {
            color: #555;
        }

.footer-wrapper {
}

.subfooter {
    border-top: solid 1px #ddd;
    background: #eee;
    padding: 20px 0 20px 0;
    font-size: 12px;
    width: 100%;
    float: left;
}

    .subfooter ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .subfooter li {
        display: inline;
        padding: 0 15px 0 15px;
        border-left: solid 1px #ccc;
    }

    .subfooter a {
        color: #646464 !important;
    }

.footer_mainpage {
    position: fixed;
    clear: both;
    width: 100%;
    height: 40px;
    bottom: 0;
    border: none;
    padding: 0px 0 0 0;
    text-align: center;
    background-color: #eeeeee;
    opacity: 0.7;
}

.subfooter1 {
    border-top: solid 1px #ddd;
    padding: 10px 0 20px 0;
    font-size: 12px;
    width: 100%;
    float: left;
}

    .subfooter1 ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .subfooter1 li {
        display: inline;
        padding: 0 15px 0 15px;
        border-left: solid 1px #ccc;
    }

    .subfooter1 a {
        color: #646464 !important;
    }

.list-news {
    padding: 0;
    margin: 0;
}

    .list-news img {
        position: absolute;
    }

    .list-news .text {
        padding-left: 80px;
    }

    .list-news li {
        list-style: none;
        min-height: 60px;
        margin-bottom: 20px;
    }

#toTop {
    z-index: 1555;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: -999px;
    background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
}

#toTop:active, #toTop:focus {
    outline: none;
}

.map {
    margin-top: 40px;
}

    .map iframe {
        width: 100%;
        height: 320px;
        border: solid 1px #ccc;
        padding: 2px;
        background: #fff;
    }

#map-container iframe {
    width: 100%;
    height: 480px;
}

.blog-list {
    margin-top: -10px;
    margin: 0;
    padding: 0;
}

    .blog-list li {
        list-style: none;
        background: url(../images/dotwhite50.png);
        line-height: 1.7em;
    }

.blog-header .by {
    display: inline-block;
    float: left;
    background: url(../images/icon-user.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .cat {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .news-date {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-list li {
    margin-bottom: 40px;
}

.blog-list .info {
    position: absolute;
    width: 60px;
}

.blog-list .date {
    background: #469159;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
}

    .blog-list .date h4 {
        color: #fff;
        font-size: 30px;
    }

.blog-list a.readmore {
    display: block;
    width: 60px;
    height: 40px;
    background: url(../images/arrow-2.png) right center no-repeat #555;
}

    .blog-list a.readmore:hover {
        background: url(../images/arrow-2.png) left center no-repeat #E1704B;
    }

.blog-list .preview {
    padding-left: 80px;
    line-height: 1.6em;
}

.blog-list .meta-info {
    margin: 10px 0 0 80px;
    font-size: 13px;
    padding: 5px 0 5px 0;
    border-top: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
}

    .blog-list .meta-info span {
        padding: 0 10px 0 10px;
        color: #ccc;
    }

.blog-list .preview img {
    padding-bottom: 10px;
    width: 100%;
}

.blog-list .callbacks_container {
    margin-bottom: -35px;
}

.project-view .callbacks1_nav, .blog-read .callbacks1_nav {
    margin-bottom: -35px;
}

.bloglist-small {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bloglist-small li {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: solid 1px #eee;
    }

        .bloglist-small li h5 {
            margin-bottom: 5px;
        }

        .bloglist-small li .txt {
            padding-left: 80px;
        }

        .bloglist-small li .read {
            display: block;
            margin-bottom: 5px;
        }

        .bloglist-small li .info {
            display: block;
            margin: 0;
            font-size: 11px;
            color: #aaa;
        }

    .bloglist-small img {
        position: absolute;
    }

.date-box {
    width: 60px;
    position: absolute;
    text-align: center;
}

    .date-box .day {
        display: block;
        color: #fff !important;
        background: #555;
        font-size: 26px;
        padding: 20px 0 20px 0;
    }

    .date-box .month {
        font-size: 12px;
        display: block;
        color: #fff;
        background: #469159;
    }

.blog-header .by {
    display: inline-block;
    float: left;
    background: url(../images/icon-user.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .cat {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

.blog-header .news-date {
    display: inline-block;
    float: left;
    background: url(../images/icon-folder.png) left center no-repeat;
    padding-left: 24px;
}

#blog-comment {
    margin-top: 40px;
    margin-left: 80px;
}

    #blog-comment h5 {
        margin-bottom: 10px;
    }

    #blog-comment ul, #blog-comment li {
        list-style: none;
        margin-left: -30px;
        padding-left: 0;
    }

    #blog-comment li {
        min-height: 70px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: solid 1px #eee;
    }

        #blog-comment li .avatar {
            position: absolute;
            margin-top: 5px;
        }

    #blog-comment .comment {
        margin-left: 85px;
    }

    #blog-comment li {
        min-height: 70px;
        font-size: 14px;
        line-height: 1.6em;
    }

        #blog-comment li li {
            margin-left: 55px;
            padding-bottom: 0px;
            margin-top: 20px;
            padding-top: 10px;
            border-top: solid 1px #eee;
            border-bottom: none;
        }

            #blog-comment li li .avatar {
                position: absolute;
            }

            #blog-comment li li .comment {
            }

.comment-info {
    margin-left: 85px;
    margin-bottom: 5px;
}

    .comment-info span {
    }

    .comment-info .c_name {
        display: block;
        font-weight: 700;
        color: #555;
    }

    .comment-info .c_reply {
        padding-left: 20px;
        margin-left: 20px;
        border-left: solid 1px #ddd;
        font-size: 12px;
    }

    .comment-info .c_date {
        font-size: 12px;
    }

.blog-list h3, .blog-read h3 {
    color: #333;
}

#commentform label {
    display: block;
}

#commentform input {
    width: 290px;
}

    #commentform input:focus {
        border: solid 1px #999;
        background: #fff;
    }

#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
}

    #commentform textarea:focus {
        border: solid 1px #999;
        background: #fff;
    }

#commentform input.btn {
    width: auto;
}

.post-content {
    padding-left: 80px;
}

.post-meta {
    margin: 10px 0 10px 80px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

    .post-meta span {
        margin-right: 15px;
    }

        .post-meta span i {
            float: none;
        }

.post-image img {
    margin-bottom: 10px;
}

#slider {
    padding: 40px 0 40px 0;
    background: url(../images/bg-blur-1.jpg) top no-repeat fixed;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
}

.slider-info {
    position: absolute;
    z-index: 10;
    bottom: 40px;
    font-size: 20px;
    padding: 20px;
    margin-left: 40px;
}

    .slider-info h1 {
        background: #fff;
        display: inline-block;
        padding: 10px 20px 10px 20px;
        letter-spacing: -2px;
    }

    .slider-info .text1 {
        background: #469159;
        color: #fff;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

.slider_pic {
    text-align: center;
}

    .slider_pic img {
    }

.slider_text {
    float: left;
    width: 50%;
    padding-top: 80px;
    font-size: 14px;
    line-height: 1.7em;
    color: #555;
}

    .slider_text h1 {
        font-size: 64px;
        color: #469159;
        margin-bottom: 20px;
        letter-spacing: -5px;
    }

    .slider_text .description {
        margin-bottom: 20px;
        color: #fff;
    }

.call-to-action {
    background: #FFF;
    padding: 35px 0 35px 0;
    border-bottom: solid 1px #eee;
    background: #f5f5f5;
}

    .call-to-action h3 {
        margin: 0;
        line-height: normal;
        font-size: 26px;
        margin-top: 5px;
    }

.call-to-action-box {
    background: #f5f5f5;
    border: solid 1px #ddd;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
}

    .call-to-action-box .inner {
        padding: 20px 20px 20px 20px;
    }

    .call-to-action-box .text {
        margin-right: 20px;
        float: left;
    }

    .call-to-action-box .act {
        float: right;
    }

    .call-to-action-box h3 {
        margin: 0;
    }

    .call-to-action-box.dark {
        background: #404040;
        color: #fff;
    }

        .call-to-action-box.dark h3 {
            color: #fff;
        }

.error {
    width: 280px;
    background: #FCD8DC;
    padding: 2px 10px 2px 10px;
    display: none;
    color: #C03;
    font-size: 12px;
    margin-bottom: 10px;
}

.success {
    display: none;
    padding: 2px 10px 2px 10px;
    background: #B0FFB0;
    color: #555;
    width: 280px;
    font-size: 12px;
    margin-bottom: 20px;
}

.error img {
    vertical-align: top;
}

.full {
    width: 98%;
}

.btn-extra-large {
    font-size: 24px;
    padding: 10px 20px 10px 20px;
    line-height: 24px;
}

.btn-primary {
    background: rgb(101,206,127);
    background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1)));
    background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ce7f', endColorstr='#469159',GradientType=0);
}

    .btn-primary:hover {
        background: rgb(85,85,85);
        background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(51,51,51,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,85,85,1)), color-stop(100%,rgba(51,51,51,1)));
        background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(51,51,51,1) 100%);
        background: -o-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(51,51,51,1) 100%);
        background: -ms-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(51,51,51,1) 100%);
        background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(51,51,51,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333',GradientType=0);
    }

.id-color {
    color: #469159;
}

.pricing-2-col {
    border-right: solid 1px #eee;
}

    .pricing-2-col .pricing-box {
        width: 50%;
    }

.pricing-3-col {
    border-right: solid 1px #eee;
}

    .pricing-3-col .pricing-box {
        width: 33.33%;
    }

.pricing-4-col {
    border-right: solid 1px #eee;
}

    .pricing-4-col .pricing-box {
        width: 25%;
    }

.pricing-5-col {
    border-right: solid 1px #eee;
}

    .pricing-5-col .pricing-box {
        width: 20%;
    }

    .pricing-2-col.pricing-dark,
    .pricing-3-col.pricing-dark,
    .pricing-4-col.pricing-dark,
    .pricing-5-col.pricing-dark {
        border-right: solid 1px #404040;
    }

.pricing-box {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .pricing-box ul {
        margin: 0;
        padding: 0;
        border-left: solid 1px #eee;
        border-top: solid 1px #eee;
    }

    .pricing-box li {
        list-style: none;
        margin: 0;
        padding: 15px 0 15px 0;
        border-bottom: solid 1px #eee;
    }

        .pricing-box li h4 {
            font-size: 22px;
            margin: 0;
            padding: 0;
            font-weight: 400;
        }

        .pricing-box li h1 {
            font-size: 48px;
            margin: 0;
            margin-bottom: 5px;
            font-weight: 600;
            color: #469159;
        }

        .pricing-box li.title-row {
            padding: 15px 0 15px 0;
        }

        .pricing-box li.price-row {
            background: #f5f5f5;
            padding: 15px 0 15px 0;
        }

            .pricing-box li.price-row span {
                display: block;
                font-weight: 600;
            }

        .pricing-box li.btn-row {
            background: #f5f5f5;
        }

.pricing-dark .pricing-box ul {
    margin: 0;
    padding: 0;
    border-left: solid 1px #555;
    border-top: solid 1px #404040;
}

.pricing-dark .pricing-box li {
    background: #606060;
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: solid 1px #555;
}

    .pricing-dark .pricing-box li h4 {
        font-size: 22px;
        margin: 0;
        padding: 0;
        font-weight: 400;
        color: #fff;
    }

    .pricing-dark .pricing-box li h1 {
        font-size: 48px;
        margin: 0;
        margin-bottom: 5px;
        font-weight: 600;
        color: #fff;
    }

    .pricing-dark .pricing-box li.title-row {
        padding: 15px 0 15px 0;
    }

    .pricing-dark .pricing-box li.price-row {
        background: #777;
        padding: 15px 0 15px 0;
        background: rgb(101,206,127);
        background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1)));
        background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
        background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
        background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
        background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ce7f', endColorstr='#469159',GradientType=0);
    }

        .pricing-dark .pricing-box li.price-row span {
            display: block;
            font-weight: 600;
        }

    .pricing-dark .pricing-box li.btn-row {
        background: #404040;
    }

.pricing-featured {
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: -10px;
}

header {
    background: #fff;
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.sticky-1 {
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    border-bottom: solid 1px #eee;
}

.sticky-2 {
    margin-top: 150px;
}

.h_info_hide {
    display: none;
}

header .info {
    border-bottom: none;
    background-color: #F7F7F7;
    color: #000000;
    border-bottom: 1px solid #E0E0E0;
    font-size: 12px;
    font-weight: 100;
    height: 40px;
}

    header .info .col-lg-10 {
        padding-top: 10px;
    }

    header .info .separator {
        display: inline-block;
        width: 1px;
        height: 10px;
        border-left: solid 1px #777;
        margin: 0 20px 0 20px;
    }

header .info-text {
    margin-top: 10px;
}

.title {
    color: #555;
    margin-bottom: 20px;
}

    .title span {
        font-size: 20px;
        font-weight: lighter;
        display: block;
        margin-top: 20px;
        letter-spacing: normal;
        font-family: 'Open Sans', sans-serif;
        color: #469159;
    }

.subheader_wrapper {
    width: 95%;
    margin: 0 auto;
}

#subheader {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #E0E0E0;
}

    #subheader h1 {
        font-size: 32px;
        letter-spacing: -2px;
        float: left;
        padding-right: 40px;
        margin-right: 40px;
    }

    #subheader span {
        display: inline-block;
        padding-top: 20px;
        font-size: 16px;
    }

a, a:visited {
    color: #469159;
}

    a:hover {
        color: #333;
    }

    a.btn {
        color: #fff;
        border: none;
        text-shadow: none;
    }

.label {
    font-family: 'Open Sans', sans-serif;
}

table thead {
    font-weight: bold;
}

.accordion-heading a {
    text-decoration: none;
    border: none;
    outline: none;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 300;
}

    blockquote span {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

.img-left {
    float: left;
    margin: 5px 15px 15px 0;
}

.img-right {
    float: right;
    margin: 5px 0 15px 15px;
}

#flickr-photo-stream img {
    width: 48px;
    height: auto;
    margin: 0 12px 12px 0;
    float: left;
}

#flickr-photo-stream a img {
    border: solid 2px #fff;
}

#flickr-photo-stream a:hover img {
    border: solid 2px #777777;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    #filters li {
        display: inline-block;
        margin-right: 3px;
        margin-bottom: 20px;
    }

    #filters a {
        color: #fff;
        padding: 5px 10px 5px 10px;
        color: #555;
        border: solid 1px #ddd;
        text-decoration: none;
    }

        #filters a:hover {
            border: solid 1px #469159;
        }

        #filters a.selected {
            background: #469159;
            border: solid 1px #469159;
            color: #FFF;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.f_box {
    width: 33.3%;
    color: #fff;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

    .f_box h3 {
        color: #fff;
    }

hr {
    display: block;
    clear: both;
    border: none;
    border-top: solid 1px #eee;
    margin: 40px 0 40px 0;
}

    hr.blank {
        border: none;
        margin: 20px 0 20px 0;
    }

.belazy {
    display: none;
}

i {
    display: inline-block !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

    i.large {
        font-size: 40px;
        padding: 16px;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    i.medium {
        font-size: 20px;
        padding: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    i.small {
        font-size: 12px;
        padding: 4px;
        width: 16px;
        height: 15px;
        text-align: center;
    }

    i.circle {
        border-radius: 75px;
        -moz-border-radius: 75px;
        -webkit-border-radius: 75px;
    }

.de_center p {
    width: 100%;
}

.de_center .de_icon {
    float: none;
    margin: 0 auto;
}

.test-column {
    background: #f5f5f5;
    color: #646464;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    font-size: 22px;
    -webkit-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 2px 2px 0px rgba(50, 50, 50, 0.1);
}

    .test-column:hover {
        background: #646464;
        color: #fff;
    }

    a,
    a:hover,
    .test-column,
    .test-column:hover {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
    }

.feature-box i {
    float: none;
    text-align: center;
}

i.large {
    font-size: 40px;
    padding: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 0 12px 0;
}

i.medium {
    font-size: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

i.small {
    font-size: 12px;
    padding: 4px;
    width: 16px;
    height: 15px;
    text-align: center;
}

i.circle {
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

i.large:hover {
    height: 40px;
    background: #dddddd;
    color: #469159;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1.2);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1.2);
}

i.large {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

i.black {
    background: #333;
}

#sample-parallax-1 {
    background: url(../images/bg-blur-1.jpg) top no-repeat fixed;
}

#sample-parallax-2 {
    background: url(../images/bg-blur-2.jpg) top no-repeat fixed;
}

#sample-parallax-3 {
    background: url(../images/bg-blur-3.jpg) top no-repeat fixed;
}

#sample-parallax-4 {
    background: url(../images/bg-blur-4.jpg) top no-repeat fixed;
}

#full-content-1 {
    background: url(../images/bg-full-content-1.jpg) top no-repeat fixed;
    padding: 60px 0 0 0;
    color: #fff;
}

#full-content-2 {
    background: url(../images/bg-blur-5.jpg) top no-repeat fixed;
    padding: 60px 0 0 0;
    color: #fff;
}

#full-content-1 h1 {
    color: #fff;
}

#intro-portfolio {
    background: url(../images/bg-blur-6.jpg) top no-repeat fixed;
    padding: 130px 0 130px 0;
}

#bg-portfolio {
    background: url(../images/bg-blur-7.jpg) top no-repeat fixed;
    padding: 50px 0 50px 0;
}

.big-text {
    padding: 300px 0 300px 0;
    text-align: center;
}

#project {
    background: url(../images/bg-blur-7.jpg) top no-repeat fixed;
    padding: 20px 0 20px 0;
}

.pf_info {
    background: #eee;
    border-bottom: solid 3px #ddd;
    margin-top: -10px;
    padding: 15px;
    padding-bottom: 5px;
    text-align: center;
}

    .pf_info h4 {
        font-size: 14px;
        font-weight: bold;
    }

#gallery .item {
    text-align: center;
    margin-bottom: 30px;
    background: #f5f5f5;
    font-size: 12px;
}

    #gallery .item h4 {
        margin-bottom: 0;
        font-size: 14px;
    }

.pf_text {
    color: #fff;
    text-shadow: 1px 1px rgba(000, 000, 000, 0.5);
}

    .pf_text h4 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }

.project-name {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

span.overlay {
    text-align: center;
    display: block;
    display: none;
    width: 100px;
    background: #469159;
    position: absolute;
    background: rgb(101,206,127);
    background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1)));
    background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65ce7f', endColorstr='#469159',GradientType=0);
}

.overlay .info-area {
    display: block;
    margin-top: 10%;
}

.overlay .sb-icons {
    display: block;
    margin-top: 10%;
}

a.img-icon-url, a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icon-url.png) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px;
}

a.img-icon-zoom {
    background: url(../images/icon-zoom.png) center no-repeat;
}

.flexslider {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0px;
}

.control-slider {
    float: right;
    display: inline-block;
    margin-right: -10px;
}

.prev-slider, .next-slider {
    float: left;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

    .prev-slider i, .next-slider i {
        border: solid 1px #ccc;
        padding: 5px 10px 5px 10px;
    }

        .prev-slider i:hover, .next-slider i:hover {
            color: #fff;
            border: solid 1px #333;
            background: #333;
        }

.prev-slider {
    margin-right: -5px;
}

.project-carousel ul.slides, .project-carousel-3-col ul.slides {
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo-carousel .flex-direction-nav,
.project-carousel .flex-control-nav,
.project-carousel .flex-direction-nav,
.project-carousel-3-col .flex-control-nav,
.project-carousel-3-col .flex-direction-nav {
    display: none;
}

.logo-carousel.no-control .flex-control-nav {
    display: none;
}

.logo-carousel li img {
    width: auto !important;
}

#testimonial-full {
    background: url(../images-slider/wide1.jpg) top center !important;
    text-align: center;
    padding: 10px 0 10px 0;
}

.testi-slider blockquote {
    border: none !important;
    margin: 0;
    padding: 20px 100px 0px 100px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.testi-slider .flex-control-nav {
    position: absolute !important;
    margin-top: -50px !important;
}

.testi-slider .flex-direction-nav {
    display: none;
}

.testi-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .testi-slider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.testi-slider .flex-control-paging li a {
    background: none;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .testi-slider .flex-control-paging li a:hover {
        border: solid 1px #fff;
        background: #fff;
    }

    .testi-slider .flex-control-paging li a.flex-active {
        border: solid 1px #fff;
        cursor: default;
        background: #fff;
    }

.teaser-slider h1 {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}

.widget {
    margin-bottom: 40px;
}

    .widget h4 {
        padding-bottom: 10px;
        font-size: 18px;
        letter-spacing: normal;
    }

    .widget ul {
        list-style: none;
        margin: 0;
    }

.widget_category li {
    border-bottom: solid 1px #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

    .widget_category li a {
        color: #555;
    }

.widget_recent_post li {
    padding-left: 20px;
    background: url(../images/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #ddd;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

    .widget_recent_post li a {
        color: #555;
    }

.widget .comments li {
    padding-left: 20px;
    background: url(../images/list-arrow.png) left 2px no-repeat;
    border-bottom: solid 1px #eee;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}

    .widget_tags li a {
        text-decoration: none;
        margin-bottom: 5px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        background: #469159;
        color: #fff;
        padding: 5px 8px 5px 8px;
    }

        .widget_tags li a:hover {
            background: #555;
        }

footer .widget_recent_post li {
    padding: 0 0 5px 0;
    background: none;
}

    footer .widget_recent_post li a {
    }

address span {
    display: block;
}

    address span strong {
        display: inline-block;
        width: 60px;
    }

.no-bottom .span12 {
    margin-bottom: -10px;
}

#content.no-bottom {
    padding-bottom: 0;
}

#content .container {
    margin-bottom: 50px;
    border-radius: 8px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

#sliding-bar {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
    color: #888;
}

    #sliding-bar ul li {
        padding-left: 0;
        border-bottom: solid 1px #555;
    }

    #sliding-bar .widget_recent_post a {
        color: #888;
    }

    #sliding-bar h1, #sliding-bar h2, #sliding-bar h3, #sliding-bar h4 {
        color: #fff;
    }

.sliding-content {
    display: none;
    background: RGBA(34,34,34,.95);
    padding: 40px 0 40px 0;
}

.sliding-toggle {
    cursor: pointer;
    bottom: -40px;
    border-right: solid 40px RGBA(34,34,34,.95);
    border-bottom: solid 40px transparent;
    position: absolute;
    right: 0;
    height: 0;
    width: 0;
    z-index: 999;
}

    .sliding-toggle:after {
        font-size: 12px;
        font-family: 'fontawesome';
        content: '\f067';
        display: block;
        position: absolute;
        height: 40px;
        left: 24px;
        top: 3px;
        color: #fff;
    }

    .sliding-toggle.open:after {
        content: '\f068';
    }

.sb-icon-facebook {
    background: url(../images/social-icons/facebook.png) top no-repeat;
}

.sb-icon-twitter {
    background: url(../images/social-icons/twitter.png) top no-repeat;
}

.sb-icon-rss {
    background: url(../images/social-icons/rss.png) top no-repeat;
}

.sb-icon-dribbble {
    background: url(../images/social-icons/dribbble.png) top no-repeat;
}

.sb-icon-linkedin {
    background: url(../images/social-icons/linkedin.png) top no-repeat;
}

.sb-icon-flickr {
    background: url(../images/social-icons/flickr.png) top no-repeat;
}

.social-icons {
    display: inline-block;
    float: right;
}

.social-icon {
    display: block;
    height: 32px;
    width: 32px;
    margin: 10px;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .social-icon:hover {
        background-position: 0px -32px;
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
    }

.quick-search {
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 10px 0 0 0;
}

    .quick-search input {
        width: 120px;
        border-radius: 40px;
    }

.crumb {
    float: right;
    margin-top: 18px;
    font-size: 12px;
}

    .crumb li {
        display: inline;
        text-decoration: none;
        padding: 0 2px 0 2px;
    }

.de_tab {
}

    .de_tab .de_nav {
        overflow: hidden;
        padding-left: 0;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

        .de_tab .de_nav li {
            float: left;
            list-style: none;
            background: #EEE;
            margin-right: 5px;
        }

            .de_tab .de_nav li span {
                padding: 8px 16px 8px 16px;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
                display: block;
                background: #eee;
                text-decoration: none;
                color: #888;
                font-size: 13px;
                cursor: pointer;
            }

            .de_tab .de_nav li:first-child span {
                border-left: 1px solid #ddd;
            }

    .de_tab .de_tab_content {
        border: 1px solid #ddd;
        padding: 15px 20px 20px 20px;
        margin-top: -1px;
        background: #FCFCFC;
        border-bottom: solid 3px #ddd;
    }

    .de_tab .de_nav li span.active {
        background: #FCFCFC;
        border-bottom: 1px solid #FCFCFC;
        color: #222;
        margin-bottom: -3px;
    }

.tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-small-post ul li {
        min-height: 60px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: solid 1px #eeeeee;
    }

        .tab-small-post ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .tab-small-post ul li img {
            position: absolute;
        }

        .tab-small-post ul li span {
            display: block;
            padding-left: 64px;
        }

            .tab-small-post ul li span.post-date {
                font-size: 11px;
            }

.de_testi {
    display: block;
    margin-bottom: 10px;
}

    .de_testi blockquote {
        margin: 0;
        color: #555;
        padding: 20px 30px 30px 30px;
        border-radius: 8px;
        border: solid 1px #ddd;
        box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
    }

        .de_testi blockquote, .de_testi blockquote p {
            font-size: 14px;
            line-height: 1.6em;
            font-weight: 500;
        }

.de_testi_by {
    margin-left: 20px;
    margin-top: -10px;
}

.de_testi_pic {
    float: left;
    padding-right: 15px;
}

    .de_testi_pic img {
        width: 50px;
        height: 50px;
    }

.de_testi_company {
    padding-top: 20px;
}

.team {
    margin-bottom: 30px;
}

    .team h5 {
        margin-bottom: 0;
    }

.team_photo {
    margin-bottom: 10px;
}

    .team_photo img {
        width: 100%;
        height: auto;
    }

.team_desc {
    font-style: italic;
    margin-bottom: 10px;
}

.team .sb-icons {
    padding: 10px 0 0 0;
}

    .team .sb-icons img {
        margin-right: 5px;
    }

.team .columns {
    margin-bottom: 30px;
}

.slogan {
    padding: 5px 5px 5px 5px;
    margin: 0 5px 0 5px;
    border-radius: 8px;
}

.bordered {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    .bordered tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered td, .bordered th {
        padding: 10px;
        text-align: left;
    }

    .bordered th {
        background-color: #dce9f9;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
        background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
        background-image: linear-gradient(top, #ebf3fc, #dce9f9);
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        text-shadow: 0 1px 0 rgba(255,255,255,.5);
    }

        .bordered td:first-child, .bordered th:first-child {
            border-left: none;
        }

        .bordered th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .bordered th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .bordered th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .bordered tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .bordered tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

.datebackground {
    background-color: #FFFFFF;
    color: #3366FF;
    text-decoration: none;
    z-index: 9999px;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    left: 0;
    top: 0;
    border: 1px solid #E0E0E0;
    padding: 10px;
    z-index: 100;
    background: #FFFFFF;
    color: #000000;
    font-weight: lighter;
    z-index: 9;
}

.modalPopup_lt {
    left: 0;
    top: 0;
    border: 1px solid #E0E0E0;
    padding: 10px;
    z-index: 100;
    background: #FFFFFF;
    color: #000000;
    font-weight: lighter;
    z-index: 9;
    float: left;
}

.modalPopup_header {
    height: 40px;
    background-color: #EFEFEF;
    margin: -10px -10px 0px -10px;
    padding: 10px 10px 0px 10px;
}

.modalPopup_content {
    height: auto;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

.modalPopup_content_lb {
    height: auto;
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
    float: left;
}

.modalPopup_lightbox {
    left: 0;
    top: 0;
    border: 1px solid #EFEFEF;
    padding: 10px;
    z-index: 100;
    background: #FFFFFF;
    color: #000000;
    font-weight: lighter;
    float: left;
}

.social-new-small {
    width: 100%;
    float: left;
}

    .social-new-small li {
        display: block;
        float: left;
        margin: 2px 2px 0 0;
    }

.social-new {
    width: 100%;
    float: left;
}

    .social-new li {
        display: block;
        float: left;
        margin: 20px 20px 0 0;
    }

.journey_search_header {
    width: 99.9%;
    float: left;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}

    .journey_search_header h4 {
        color: #0062A7;
    }

    .journey_search_header span a {
        margin: 0 5px 0 5px;
        color: #000000;
    }

    .journey_search_header .search_prev {
        font-size: 1.5em;
        font-weight: 600;
        padding: 10p 0 10px 0;
    }


.modify_journey_wrapper {
    width: 60%;
    margin: 0 auto;
}

    .modify_journey_wrapper .modify_journey {
        width: 98%;
        float: left;
        padding: 10px 10px 10px 10px;
        background-color: #FFFFCC;
        background-image: Linear-Gradient(#FFFFCC,#FFFFE6);
        border: 1px solid #FF7D7D;
        box-shadow: 0 0 5px #DFDFDF;
        border-radius: 8px;
    }

    .modify_journey_wrapper ._modify_journey {
        width: 96%!important;
    }

.journey_search_box {
    width: 100%;
    float: left;
}

.journey-ret-conform-wrapper {
    width: 100%;
    float: left;
    background-color: #FFFFCC;
    background-image: Linear-Gradient(#FFFFCC,#FFFFE6);
    border: 1px solid #FF7D7D;
    border-radius: 8px;
    margin: 20px 0 20px 0;
}

    .journey-ret-conform-wrapper .journey-ret-conform-col1 {
        width: 30%;
        float: left;
        margin: 5px 10px 5px 10px;
    }

.journey-ret-conform-col1 .col1_price {
    padding-top: 10px;
}

.reviews_list {
    width: 97%;
    float: left;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #E0E0E0;
}

    .reviews_list .reviews_list_left {
        width: 5%;
        float: left;
    }

    .reviews_list .reviews_list_right {
        width: 90%;
        float: right;
    }

.cart_total {
    width: 96.6%;
    float: left;
    padding: 20px 20px 20px 20px;
    background-color: #EFEFEF;
    background-image: Linear-Gradient(#F7F7F7,#FFFFFF);
    border: 0px solid #EFEFEF;
    border-bottom-width: 0px;
    border-top: 2px solid #0066FF;
}

    .cart_total a {
        color: #FFFFFF;
    }

i.iconHeader {
    background-image: url('../images/fill-cart-ico.jpg') !important;
    background-repeat: no-repeat !important;
    height: 32px;
    width: 39px;
}

.my-cart-lang {
    margin-top: -2px;
}

li.cart_count {
    position: absolute;
    font-size: 9px;
    color: #000000;
    padding-top: -30px;
}

.cartItemQtyId {
    background: none repeat scroll 0 0 #f1c40f;
    border-radius: 25px;
    color: #101010;
    font-weight: bold;
    height: 20px;
    right: -4px;
    text-align: center;
    top: -4px;
    width: 20px;
}

.modal1 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.loading {
    width: 360px;
    height: 189px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -180px !important;
    z-index: 101;
    color: #FFFFFF;
}

.image-grid {
    width: 33.3%;
    float: left;
}

.screenshots {
    padding: 3% 0;
}

.screen-text h3 {
    color: #393939;
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    background: url('../mobile1/images/line.png') no-repeat 50% 100%;
    padding-bottom: 0.5em;
    margin-bottom: 10px;
    font-weight: 500;
}

.screen-text p {
    color: #8e8e8e;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}

.box-grids {
    margin-top: 6%;
}

.box-grid {
    position: relative;
    background: #f7f8fa;
    padding: 2em;
    border-radius: 5px;
    border-bottom: 2px solid #D1D1D1;
}

    .box-grid p {
        color: #8e8e8e;
        text-align: center;
        font-weight: 400;
        font-style: italic;
        font-size: 1em;
        line-height: 1.5em;
    }

    .box-grid span {
        background: url(../images/box.png) no-repeat 0px 0px;
        position: absolute;
        top: -25px;
        left: 43%;
        display: block;
        width: 40px;
        height: 40px;
    }

    .box-grid label {
        background: url(../images/dwn.png) no-repeat 0px 0px;
        position: absolute;
        bottom: -26px;
        left: 43%;
        display: block;
        width: 32px;
        height: 21px;
    }

.sponcer {
    width: 60%;
    margin: 4em auto 0 auto;
}

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 250px;
        max-height: 500px;
    }

.grid-flex {
    margin: 10px 0 20px 0;
    font-family: 'Roboto', sans-serif;
}

.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
}

.get-started {
    background: url('../mobile1/images/banner.jpg') no-repeat 0px -200px;
    min-height: 100px;
    padding: 6% 0;
    color: #fff;
    background-size: cover;
    text-align: center;
}

    .get-started h4 {
        font-size: 1.5em;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 1em;
        font-weight: 600;
    }

    .get-started h3 {
        font-size: 2.8em;
        font-weight: 600;
        margin-bottom: 1em;
        font-family: 'Raleway', sans-serif;
    }

    .get-started a {
        padding: 12px 18px;
        border: 1px solid #0199e6;
        font-size: 1.2em;
        color: #fff;
        outline: none;
        font-weight: 600;
        text-decoration: none;
        background: #0199e6;
        border-radius: 3px;
    }

        .get-started a:hover {
            background: transparent;
            border: 1px solid #0199e6;
        }


.journey_list {
    width: 98%;
    float: left;
    border: 0px solid #E0E0E0;
    margin-bottom: 40px;
}

._newjourneysearch
{
    width: 75%!important;
}

.journey_head {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}

    .journey_head h3 {
        font-size: 1.2em;
        font-weight: 600;
    }

    .journey_head h4 {
        font-size: 1em;
        font-weight: 400;
    }

.journey_head_data_head {
    width: 100%;
}

    .journey_head_data_head ul {
        margin: 0;
    }

    .journey_head_data_head li {
        width: 30.5%;
        display: block;
        float: left;
        background-color: #EFEFEF;
        text-align: center;
        padding: 5px 0 5px 0;
        font-size: 1.2em;
        font-weight: 600;
        border: 1px solid #E0E0E0;
    }

.journey_head_data {
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
}

    .journey_head_data .col1 {
        width: 25%;
        display: block;
        float: left;
        background-color: #FFFFFF;
        text-align: center;
        padding: 5px 0 5px 0;
        font-size: 1.1em;
        font-weight: 400;
    }

    .journey_head_data ._newjournewrow
    {
        width: 33%!important;
    }

    .journey_head_data ._newwidth
    {
        width: 33% !important;
    }

.dep {
    padding-bottom: 2px;
    border-bottom: 1px dashed #666666;
    margin-right: 5px;
}

.ret_list {
    width: 100%;
    float: left;
}

    .ret_list .ret_list_lt {
        width: 68%;
        float: left;
        padding: 1% 1% 1% 1%;
    }

    .ret_list .ret_list_rt {
        width: 27%;
        float: right;
        background-color: #F9F9F9;
        padding: 0 10px 10px 10px;
        margin: 1% 1% 0 0;
        border: 1px solid #E0E0E0;
        border-radius: 8px;
    }

        .ret_list .ret_list_rt h3 {
            font-size: 1.4em;
            font-weight: 400;
            padding-bottom: 0;
            border-bottom: 1px solid #E0E0E0;
        }

.ret_list_lt ul {
    width: 100%;
}

.ret_list_lt li {
    width: 33%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
    background-color: #EFEFEF;
    padding: 10px 10px 10px 10px;
    border: 1px solid #E0E0E0;
    margin-bottom: 10px;
}

    .ret_list_lt li.active {
        background-color: #FFFFFF;
        color: #0062A7;
        font-size: 1.2em;
        font-weight: 400;
    }

    .ret_list_lt li a {
        color: #000000;
        font-weight: 600;
    }

    .ret_list_lt li.active a {
        color: #0062A7;
        font-weight: 600;
    }

    .ret_list_lt li a:hover {
        text-decoration: none;
    }

.ret_list_lt .ret_list_lt_data {
    width: 100%;
    float: left;
}

.ret_tot {
    width: 100%;
    float: left;
    font-weight: 300;
    padding-top: 10px;
    border-bottom: 1px solid #E0E0E0;
}

    .ret_tot h5 {
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

    .ret_tot table {
        margin: 0;
        padding: 0;
    }

.mybooking_header {
    width: 95%;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;
}

    .mybooking_header h4 {
        float: left;
    }

    .mybooking_header .head_data {
        float: right;
        font-weight: 300;
    }

        .mybooking_header .head_data li {
            display: block;
            float: left;
            list-style-type: none;
        }

            .mybooking_header .head_data li span {
                height: 13px;
                width: 1px;
                background: #FFFFFF;
                display: inline-block;
                margin: 0 0.2em 0 0.2em;
                vertical-align: middle;
            }

.mybooking_data {
    width: 98%;
    float: left;
    padding: 0 10px 30px 10px;
    margin: 0;
    background-color: #F7F7F7;
    overflow: auto;
}

    .mybooking_data h2 {
        font-weight: 100;
        text-align: center;
    }

    .mybooking_data .booking_review {
        padding-right: 10px;
        border-right: 1px solid #E0E0E0;
    }

    .mybooking_data .mybooking_data_wrapper {
        width: 80%;
        margin: 2% auto;
        border: 0px solid #E0E0E0;
    }


/* The Modal (background) */
/*.popup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}*/

/* Modal Content */
/*.popup-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-shadow: 0 0 0 #DFDFDF;
    color: #000000;
}*/

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*.popup-header {
    padding: 6px 16px;
    background-color: #68BBE8;
    color: #FFFFFF;
    text-align: left;
}

    .popup-header h2 {
        font-size: 1.4em;
        font-weight: 100;
        color: #FFFFFF;
        text-transform: capitalize;
        margin: 3px;
    }

.popup-body {
    padding: 20px 16px;
    width: 95%;
    background-color: #FFFFFF;
    text-align: left;
}

    .popup-body .col-lg-3 {
        text-align: right;
    }

    .popup-body .input, select {
        border: 1px solid #E0E0E0;
    }

.popup-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}*/

.bg_no_mask {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding: 1% 0 0% 0;
}

.bg_mask {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(2, 2, 2, 0.4) url(../images/pattern.png) repeat top left;
    z-index: 2;
    padding: 5% 0 5% 0;
}

.bg_mask1 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
    z-index: 2;
}

.bg_mask2 {
    background: rgba(84, 95, 146, 0.37) url(../images/pattern.png) repeat top left;
    padding: 1.2em 0em 1em 0em;
    text-align: center;
    margin-top: 0em;
}

.bg_mask3 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(40, 95, 152, 0.34) url(../images/pattern.png) repeat top left;
    z-index: 2;
}

.about-bg {
    background-image: url('../images/about-us.jpg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.reviews-bg {
    /*background-image: url('../images/reviews.jpg');*/
    background-image:url('../images/Reviews21800×1200.jpeg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews-bg1 {
    /*background-image: url('../images/reviews.jpg');*/
    background-image:url('../images/Blog22400x1600.jpeg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-bg {
    /*background-image: url('../images/offer-Banner1.jpg');*/
    /* background-image: url('../images/Accommodation2048×1024.jpeg'); */
	background-image: url('../images/Accommodation2048×1024_new.jpeg');
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-bg-wrap {
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 19px;
    line-height: 28px;
}

    .offer-bg-wrap h2 {
        font-size: 2em;
        font-weight: 100;
        padding-bottom: 1%;
        text-align: center;
        color: #FFFFFF;
    }

    .offer-bg-wrap p {
        font-size: 1em;
        font-weight: 100;
        padding-bottom: 5%;
        text-align: center;
        color: #FFFFFF;
    }

.hotel_book_api {
    width: 60%;
    margin: 1% auto;
    text-align: center;
}

    .hotel_book_api h2 {
        font-weight: 100;
    }

        .hotel_book_api h2 i {
            text-align: center;
        }

.bookingaff {
    font-family: 'Open Sans', sans-serif;
    width: 50%;
}

.offer_list_wrap {
    padding: 2% 0 2% 0;
    border: 1px solid #E0E0E0;
    border-right-width: 0;
    border-right-width: 0;
    margin: 2% 0 2% 0;
}

    .offer_list_wrap h2 {
        font-weight: 100;
        text-align: center;
    }

.offer_list {
    height: 300px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    margin: 10px 10px 10px 10px;
}

    .offer_list:hover {
        height: 300px;
        overflow: hidden;
        border: 1px solid #E0E0E0;
        margin: 10px 10px 10px 10px;
        box-shadow: 0 0 10px #DFDFDF;
    }

.reviews {
    margin: 2% 0 2% 0;
}

    .reviews h2 {
        margin: 0;
        padding: 0;
    }

    .reviews .reviews_list {
        padding-bottom: 2%;
        border-bottom: 1px solid #E0E0E0;
    }

        .reviews .reviews_list .reviews_list_ctr {
            position: absolute;
            top: 10px;
            right: 40px;
            z-index: 9999;
        }

.user-dashboard {
    margin: 20px 0 20px 0;
    background-color: #EFEFEF;
    padding: 10px 10px 10px 10px;
}

    .user-dashboard li {
        display: block;
        float: left;
        list-style-type: none;
        padding: 10px 20px 10px 20px;
        background-color: #EFEFEF;
        text-decoration: none;
        font-weight: 600;
    }

        .user-dashboard li.last {
            display: block;
            float: right;
            text-align: right;
            list-style-type: none;
            padding: 10px 10px 10px 10px;
            background-color: #FFFFFF;
            text-decoration: none;
            font-weight: 600;
        }

.user-profile {
    width: 50%;
    margin: 20px auto;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 10px #DFDFDF;
    border-radius: 8px;
}

.user-profile-lg {
    margin: 20px auto;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 10px #DFDFDF;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
}


@media (max-width:1200px) {
    .slider_text {
        padding-top: 20px;
    }
}

@media(min-width:980px) and (max-width:1160px) {
    #mainmenu a {
        width: 60px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .slider_text {
        padding-top: 0px;
    }

    .mainmenu {
        display: none;
    }

    #mainmenu {
        display: none;
    }

    .mainmenu {
        display: none;
    }

    .selectnav {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        float: right;
        margin-top: 35px;
    }
}

@media only screen and (max-width:767px) {
    .pricing-2-col .pricing-box, .pricing-3-col .pricing-box, .pricing-4-col .pricing-box, .pricing-5-col .pricing-box {
        width: 100%;
    }

    header .info {
        display: none;
    }

    .sticky-1 {
        position: relative;
        display: block;
    }

    .sticky-2 {
        margin-top: 0;
    }

    .h_info_hide {
        display: none;
    }

    .slider_text h1 {
        font-size: 32px;
    }

    .slider_text .description {
        display: none;
    }

    #mainmenu {
        display: none;
    }

    .mainmenu {
        display: none;
    }

    #logo, #logo .inner {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 0 10px 0;
        margin: 0;
        text-align: center;
    }

    .selectnav {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        float: right;
        width: 100%;
    }

    .container {
        padding: 0 20px 0 20px;
    }

    #domain-check .text, #domain-check .button {
        width: 100%;
    }

    #subheader span {
        display: none;
    }

    #testimonial-full blockquote {
        padding: 20px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
}

@media only screen and (max-width:479px) {
    .fullwidthbanner-container .btn {
        display: none;
    }

    .de_tab .de_nav li {
        display: block;
        width: 100%;
    }
}

.paragraph {
    margin: 0px !important;
}

.reviews .reviews_listDesktop {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #E0E0E0;
}

* {
    margin: 0;
    padding: 0;
}

label {
    font-weight: normal;
}

img {
    max-width: 100%;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 25px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.btn-primary {
    background: #0062a7;
    background: -moz-linear-gradient(top, #0062a7 0%, #004b7f 100%);
    background: -webkit-linear-gradient(top, #0062a7 0%,#004b7f 100%);
    background: linear-gradient(to bottom, #0062a7 0%,#004b7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062a7', endColorstr='#004b7f',GradientType=0 );
    min-width: 150px;
}

    .btn-primary:hover, .btn-primary:focus {
        background: #004b7f;
        background: -moz-linear-gradient(top, #004b7f 0%, #0062a7 100%);
        background: -webkit-linear-gradient(top, #004b7f 0%,#0062a7 100%);
        background: linear-gradient(to bottom, #004b7f 0%,#0062a7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b7f', endColorstr='#0062a7',GradientType=0 );
    }

.btn-danger {
    background: blue;
background: -webkit-linear-gradient(-90deg, #2EBAFF, #0566C1);
background: -o-linear-gradient(-90deg, #2EBAFF, #0566C1);
background: -moz-linear-gradient(-90deg, #2EBAFF, #0566C1);
background: linear-gradient(-90deg, #2EBAFF, #0566C1);
border: solid 1px #7ABAE0;
    /*background: #ec152f;
    background: -moz-linear-gradient(top, #ec152f 0%, #c1081e 100%);
    background: -webkit-linear-gradient(top, #ec152f 0%,#c1081e 100%);
    background: linear-gradient(to bottom, #ec152f 0%,#c1081e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec152f', endColorstr='#c1081e',GradientType=0 );*/
}

    /*.btn-danger:hover, .btn-danger:focus {
        background: #c1081e;
        background: -moz-linear-gradient(top, #c1081e 0%, #ec152f 100%);
        background: -webkit-linear-gradient(top, #c1081e 0%,#ec152f 100%);
        background: linear-gradient(to bottom, #c1081e 0%,#ec152f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1081e', endColorstr='#ec152f',GradientType=0 );
    }*/

.navbar-brand img {
    max-width: 380px;
}

.navbar {
    min-height: 65px;
}

.navbar-brand {
    height: 65px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.navbar-default {
    background: #fff;
}

    .navbar-default .navbar-nav > li > a {
        color: #333;
    }



.pageHeading {
    float: left;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
    position: relative;
    margin-top: 15px;
}

    .pageHeading:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 100px;
        margin: 0 0 0 -50px;
        height: 1px;
        background: #0062a7;
    }

.control {
    font-size: 15px;
    position: relative;
    padding: 2px 15px 0 25px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    display:none;
}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control:hover input ~ .control_indicator, .control input:focus ~ .control_indicator {
    background: #ccc;
}

.control input:checked ~ .control_indicator {
    background: #0062a7;
}

.control:hover input:not([disabled]):checked ~ .control_indicator, .control input:checked:focus ~ .control_indicator {
    background: #004b7f;
}

.control input:disabled ~ .control_indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

.control_indicator:after {
    position: absolute;
    display: none;
    content: '';
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.control-radio .control_indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.owl-carousel {
    margin: 15px 0 0;
}

#owl-demo .item img {
    width: 100%;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select select {
        cursor: pointer;
        outline: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover,
        .select select:focus {
            color: #000;
            background: #f8f8f8;
        }

        .select select:disabled {
            pointer-events: none;
            opacity: .5;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow { border-top-color: #000; }
.select select:disabled ~ .select__arrow { border-top-color: #ccc; }
.selectLang { float: left;width: auto;font-size: 13px;line-height: 15px;color: #333;padding-right: 15px;font-size: 16px !important;visibility:hidden; }
.offer-btn { width: 80%;margin-bottom: 20px; padding:20px 0; }
.subfooter .span6 { float: left;width: auto; }
.subfooter .span5 { float: right;padding-left: 15px;width: auto; }
#google_translate_element { float: left;width: auto; }
.topHeaderMenu { float: left;width: auto;padding-left: 15px; }
.topHeader { float: right;width: auto;padding: 8px 0 0 5px; }
.navbar .container-fluid { padding-left: 40px;padding-right: 55px; }
   
@media screen and (max-width:991px) {
    .info, .navbar { width: 100%; float: left; }
    .navbar .container-fluid { padding-left: 15px;padding-right: 15px; }
    .navbar-brand img { max-width: 270px; }
}
@media (max-width: 767px) {
    .navbar-header { padding-left: 30px; }
    .navbar { min-height: 50px; }
    .navbar-brand { height: 50px; }
    .navbar-collapse { padding-left: 50px; }
}
.ui-widget-overlay{
    height:0px !important;
}

.date_btn{margin: 2.3em 0 0 0;}
.date_btn {
	text-transform:capitalize;
	width: 90% !important;
	background: #0199e6;
	border: 1px solid #0199e6;
	color: #FFF;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	font-weight:600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.date_btn:hover{
	  background: rgba(0, 204, 255, 0);
	  border: 1px solid #0199e6;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #E74C3C !important;
}

.date_btn a:hover
{	
	color: #E74C3C !important;
    text-decoration: underline;
}
.user-profile h2,.user-profile-lg h2,.user-profile h3{font-size:22px;line-height:normal;}
.modalPopup .form-control {
height:34px !important;
}
.modalPopup .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.facebook-btn{background:#3C5A99;color:#fff;padding:8px 30px;}
.facebook-btn:hover{background:#2a457d;color:#fff;}

/*Setblue Css Start*/
.login-box-design {
    border: 1px solid #d7d7d7;
    padding: 15px 30px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #d7d7d7;
    border-radius: 8px;
}
.login-box-design h3 {
        border-bottom: 1px solid #d7d7d7;
    text-align: center;
    text-transform: uppercase;
        margin-bottom: 0;
    padding-bottom: 10px;

}
.login-box-design input {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: none;
}
.login-box-design input:hover {
        box-shadow: none;
    border: none;
    border-bottom: 1px solid #000000;
}
.login-box-design input[type="submit"] {
    max-width: 150px;
    font-weight: bold;
    text-transform: uppercase;
        margin-top: 10px;
        float: left;
        cursor: pointer;
}
.login-box-design .login-with-fb {
    margin: 35px 0px 20px 0;    
}
.login-box-design .login-with-fb span {
    border-radius: 0;
}
.register-box-design {
    border: 1px solid #d7d7d7;
    padding: 15px 30px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #d7d7d7;
    border-radius: 8px;
}
.register-box-design h3 {
        border-bottom: 1px solid #d7d7d7;
    text-align: center;
    text-transform: uppercase;
        margin-bottom: 0;
    padding-bottom: 10px;

}
.register-box-design input {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    box-shadow: none;
}
.register-box-design input:hover {
        box-shadow: none;
    border: none;
    border-bottom: 1px solid #000000;
}
.register-box-design input#chkUpdate {
    width: auto;
    height: auto;
}
.register-box-design input[type="submit"] {
    max-width: 150px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
.next-task {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.signup-button-design a {
    background: #0062a8;
    color: #fff !important;
        padding: 8px 13px;
        text-decoration:none;
        cursor: pointer;
}
.signup-button-design {
        padding-bottom: 10px;
    padding-top: 10px;
}
.login-button-design {
        margin-top: 16px;
    float: right;
}
.login-button-design a {
    background: #0062a8;
    color: #fff !important;
        padding: 8px 13px;
        text-decoration:none;
        cursor: pointer;
}
.top-nav-logo {
    height: 110px;
    padding-top: 10px;
}
.top-menu-padd {
    padding-top: 30px;
}

/*New Css Start*/
.assistance-text {
    font-size: 12pt;
    letter-spacing: 0;
}
.menu_links_padd {
    padding-top: 25px !important;
}
/*New Css End*/
/*Setblue Css End*/
