@import "tx_shortcodes.css";
@import "tx_menu.css";
@import "fontello.css";
@import "animate.css";
@import "magnific-popup.css";

/****************************************************************************
    Table of Content
***************************************************************************



SOME BASIC CLASSES
    1- body
    2-container
    3-site
    4-section
    5-grid
    6-width section
    7-headings tag
    8-form elements
    9-parallax section


/* 1- START tx FRAMEWORK*/

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color: #fff;
}

body.tx_boxed_img {
    background-image: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/slide/img1.jpg) !important;
    background-size: cover;
    background-attachment: fixed;
}

body.tx_boxed_pattern {
    background-image: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/patterns/img1.jpg) !important;
    background-attachment: fixed;
}


/* 2 - CONTAINER */

.tx_container {
    width: 1200px;
    margin: auto;
    padding: 0px;
}

.tx_clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 3- START tx_SITE*/

.mar-bottom {
    margin-bottom: 22px;
}

.tx_site {
    float: left;
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.tx_site>.tx_site_fullwidth {
    float: left;
    width: 100%;
    background-color: #fff;
}

.tx_site>.tx_site_boxed {
    width: 1220px;
    margin: auto;
    padding: 0px;
    background-color: #fff;
}


/*START tx_SITE*/


/* 4 - START txSECTION*/

.tx_section {
    width: 100%;
    float: left;
}


/*.tx_section.tx_imgparallax{ background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/img3.jpg) 50% 0 fixed; background-size: cover;}*/


/*END txSECTION*/


/* 5 - START txGRID*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    margin: 10px;
    float: left;
    display: inline;
}

.grid.nomargin {
    margin: 0px;
    padding: 10px;
}

.grid.percentage {
    margin: 0px;
    padding: 0px;
}

.grid_12.percentage {
    width: 100%;
}

.grid_6.percentage {
    width: 50%;
}

.grid_4.percentage {
    width: 33.33%;
}

.grid_3.percentage {
    width: 25%;
}

.grid_8.percentage {
    width: 66.66%;
}

.grid_9.percentage {
    width: 75%;
}


/*size*/

.grid_1 {
    width: 80px;
}

.grid_2 {
    width: 180px;
}

.grid_3 {
    width: 280px;
}

.grid_4 {
    width: 380px;
}

.grid_5 {
    width: 480px;
}

.grid_6 {
    width: 580px;
}

.grid_7 {
    width: 680px;
}

.grid_8 {
    width: 780px;
}

.grid_9 {
    width: 880px;
}

.grid_10 {
    width: 980px;
}

.grid_11 {
    width: 1080px;
}

.grid_12 {
    width: 1180px;
}


/*END txGRID*/


/* 6 - START NIKDARKWIDTHPERCENTAGE*/

.tx_width_percentage1 {
    width: 1% !important;
}

.tx_width_percentage10 {
    width: 10% !important;
}

.tx_width_percentage20 {
    width: 20% !important;
}

.tx_width_percentage25 {
    width: 25% !important;
}

.tx_width_percentage30 {
    width: 30% !important;
}

.tx_width_percentage40 {
    width: 40% !important;
}

.tx_width_percentage45 {
    width: 45% !important;
}

.tx_width_percentage50 {
    width: 50% !important;
}

.tx_width_percentage60 {
    width: 60% !important;
}

.tx_width_percentage70 {
    width: 70% !important;
}

.tx_width_percentage80 {
    width: 80% !important;
}

.tx_width_percentage90 {
    width: 90% !important;
}

.tx_width_percentage100 {
    width: 100% !important;
}


/*END NIKDARKWIDTHPERCENTAGE*/


/* 6.5 - START NIKDARKWIDTHFIX*/

.tx_width_fix_50 {
    width: 50px;
}

.tx_width_fix_100 {
    width: 100px;
}

.tx_width_fix_200 {
    width: 200px;
}

.tx_width_fix_250 {
    width: 250px;
}

.tx_width_fix_300 {
    width: 300px;
}


/*END NIKDARKWIDTHFIX*/


/* 7 - START txTEXT*/

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}


/*font*/

h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
textarea,
select {
    font-family: 'Open Sans', sans-serif;
    color: #6B7671;
}

h1.subtitle,
h2.subtitle,
h3.subtitle,
h4.subtitle,
h5.subtitle,
h6.subtitle,
input[type="text"].subtitle,
textarea.subtitle,
select.subtitle,
span.subtitle {
    font-family: 'Lato', sans-serif;
    color: #a4a4a4;
}

h1.signature,
h2.signature,
h3.signature,
h4.signature,
h5.signature,
h6.signature,
span.signature {
    font-family: 'Montez', cursive;
}


/*color*/

p.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
a.white,
i.white,
span.white,
input[type="text"].white,
textarea.white,
input[type="submit"].white,
select.white {
    color: #ffffff;
}

p.grey,
h1.grey,
h2.grey,
h3.grey,
h4.grey,
h5.grey,
h6.grey,
a.grey,
i.grey,
span.grey,
input[type="text"].grey,
textarea.grey,
input[type="submit"].grey,
select.grey,
pre.grey {
    color: #7d7d7d;
}

p.grey2,
h1.grey2,
h2.grey2,
h3.grey2,
h4.grey2,
h5.grey2,
h6.grey2,
a.grey2,
i.grey2,
span.grey2,
input[type="text"].grey2,
textarea.grey2,
input[type="submit"].grey2,
select.grey2,
pre.grey2 {
    color: #f1f1f1;
}

p.greydark,
h1.greydark,
h2.greydark,
h3.greydark,
h4.greydark,
h5.greydark,
h6.greydark,
a.greydark,
i.greydark,
span.greydark,
input[type="text"].greydark,
textarea.greydark,
input[type="submit"].greydark,
select.greydark {
    color: #6B7671;
}

p.greydark2,
h1.greydark2,
h2.greydark2,
h3.greydark2,
h4.greydark2,
h5.greydark2,
h6.greydark2,
a.greydark2,
i.greydark2,
span.greydark2,
input[type="text"].greydark2,
textarea.greydark2,
input[type="submit"].greydark2,
select.greydark2 {
    color: #353b3d;
}

p.green,
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
a.green,
i.green,
span.green,
input[type="text"].green,
textarea.green,
input[type="submit"].green,
select.green {
    color: #76b38f;
}

p.blue,
h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
a.blue,
i.blue,
span.blue,
input[type="text"].blue,
textarea.blue,
input[type="submit"].blue,
select.blue {
    color: #6088a4;
}

p.violet,
h1.violet,
h2.violet,
h3.violet,
h4.violet,
h5.violet,
h6.violet,
a.violet,
i.violet,
span.violet,
input[type="text"].violet,
textarea.violet,
input[type="submit"].violet,
select.violet {
    color: #8784a0;
}

p.yellow,
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow,
h5.yellow,
h6.yellow,
a.yellow,
i.yellow,
span.yellow,
input[type="text"].yellow,
textarea.yellow,
input[type="submit"].yellow,
select.yellow {
    color: #d0c28d;
}

p.orange,
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
a.orange,
i.orange,
span.orange,
input[type="text"].orange,
textarea.orange,
input[type="submit"].orange,
select.orange {
    color: #d3b49d;
}

p.red,
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red,
a.red,
i.red,
span.red,
input[type="text"].red,
textarea.red,
input[type="submit"].red,
select.red {
    color: #bd7880;
}


/*align*/

p.center,
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
    text-align: center;
}

p.right,
h1.right,
h2.right,
h3.right,
h4.right,
h5.right,
h6.right,
span.right {
    float: right;
}


/*size*/

p {
    font-size: 15px;
    line-height: 22px;
    color: #a4a4a4;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 30px;
}

h1.extrasize {
    font-size: 45px;
    line-height: 45px;
}

h2 {
    font-size: 25px;
    line-height: 25px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 17px;
    line-height: 17px;
}

h5 {
    font-size: 15px;
    line-height: 15px;
}

h6 {
    font-size: 16px;
    line-height: 8px;
}

a {
    text-decoration: none;
    color: #6B7671;
}


/*pre*/

pre {
    overflow: auto;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

pre p {
    font-family: monospace;
    font-size: 13px;
    line-height: 22px;
}


/*END txTEXT*/


/* 8 - START txFORMELEMENTS*/

input[type="text"] {
    border: 1px solid #eecdd8 !important;
    /* float: left;*/
    outline: 1px none;
}

textarea {
    float: left;
    border: 0;
    outline: 0;
}

select {
    float: left;
    border: 0;
    outline: 0;
    width: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
}

input[type="submit"] {
    cursor: pointer;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}


/*size*/

input[type="text"].small,
textarea.small {
    font-size: 15px;
    width: 90%;
    padding: 10px 5%;
}

input[type="text"].small2,
textarea.small2 {
    font-size: 15px;
    width: 95%;
    padding: 10px 5%;
    margin-bottom: 1%;
}

input[type="text"].medium,
textarea.medium {
    font-size: 17px;
    width: 95%;
    padding: 10px 5%;
}

input[type="text"].big,
textarea.big {
    font-size: 17px;
    width: 80%;
    padding: 15px 10%;
}


/*size select*/

select.small {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 5%;
}

select.medium {
    font-size: 17px;
    padding: 10px 5%;
}

select.big {
    font-size: 17px;
    padding: 15px 10%;
}


/*icon*/

.tx_icon_select:after {
    content: '\e8c9';
    font-family: 'fontello';
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 20px;
    color: #a4a4a4;
    cursor: none;
}

.tx_icon_text:after {
    content: '\e873';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 23px;
    right: 30px;
    color: #a4a4a4;
    cursor: none;
}

.tx_icon_text2:after {
    content: '\e873';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 19px;
    right: 50px;
    color: #888;
    cursor: none;
}

.tx_icon_date:after {
    content: '\eb24';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 14px;
    right: 30px;
    color: #a4a4a4;
    cursor: none;
}

.tx_icon_select:after {
    content: '\e8c9';
    font-family: 'fontello';
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 20px;
    color: #a4a4a4;
    cursor: none;
}

.tx_icon_msg:after {
    content: '\e915';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 13px;
    right: 20px;
    color: #a4a4a4;
    cursor: none;
}

.tx_icon_mail:after {
    content: '\e826';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 19px;
    right: 50px;
    color: #888;
    cursor: none;
}

.tx_icon_money:after {
    content: '\e950';
    font-family: 'fontello';
    position: absolute;
    font-size: 15px;
    top: 13px;
    right: 20px;
    color: #a4a4a4;
    cursor: none;
}


/*END txFORMELEMENTS*/


/*********************************************CUSTOM FOR CAMPING*************************************************************/


/* 9 - START CLASS FOR PARALLAX SECTION*/

.tx_parallax_img2 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/slide/img2.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallax_img3 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/slide/img3.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallax_img1 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/slide/img1.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img1 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img1.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img2 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img2.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img3 {
    background: url(map_blue1.png) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img4 {
    background: rgba(0, 0, 0, 0) url("../img/bus.jpg") repeat fixed 50% 0/cover;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tx_parallaxx_img5 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img5.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img6 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img6.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img7 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img7.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img8 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img8.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img9 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img9.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img10 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img10.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img11 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img11.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img12 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img12.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img13 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img13.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img14 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img14.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-teachers-1 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-teachers-1.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-single-teacher-1 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-single-teacher-1.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-single-teacher-2 {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-single-teacher-2.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-excursions {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-excursions.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-single-excursion {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-single-excursion.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-courses {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-courses.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-events {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-events.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_parallaxx_img-single-event {
    background: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/parallax/img-single-event.jpg) 50% 0 fixed;
    background-size: cover;
}

.tx_img_blog2 {
    background-image: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/blog/img2-home.jpg);
}

.tx_img_blog3 {
    background-image: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/blog/img3-home.jpg);
}


/*END CLASS FOR PARALLAX SECTION*/


/*START CUSTOM CLASS TO AVOID INLINE CSS*/

.tx_width60 {
    width: 60px;
}

.tx_width50 {
    width: 50px;
}

.tx_width100 {
    width: 100px !important;
}

.tx_width200 {
    width: 200px;
}

.tx_width_initial {
    width: initial !important;
}

.tx_copyrightlogo {
    background-image: url(http://myrunnerbuses.com/protected/themes/base/other/other/img/footer/copyright.jpg);
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: left;
}

.tx_facebook {
    background-color: #5977b8;
    box-shadow: 0px 0px 0px 0px #4c67a1;
}

.tx_oblique45_negative.tx_margintop20.tx_marginleft100_negative.tx_bg_greydark {
    width: 100px !important;
    margin-left: -30px !important;
    margin-top: 10px !important;
}


/*END CUSTOM CLASS TO AVOID INLINE CSS*/

.sd {
    float: none !important;
}

.input-bg {
    background: #f5f5f5;
    border: 1px solid #000 !important;
}

.container.mars {
    margin-top: 240px;
}

.no-margin {
    margin: 0px !important;
}

.about-img {
    background-position: 50% -215px;
}

.text1 {
    color: #444;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.pad-sm-2 {
    padding-top: 22px;
}

.dropdown-menu.dropdown-usermenu.purple.pull-right.pad0 a {
    padding: 10px 12px;
}

.dropdown-menu.dropdown-usermenu.purple.pull-right.pad0 {
    top: 32px;
    left: 0;
}

.text11 {
    padding: 2%;
}

.container.mars1 {
    margin-top: 107px;
}

.textcenter1 {
    text-align: center;
}

.color11 {
    background: #f3f3f3;
    padding-bottom: 3%;
}

.mar-tp-1 {
    margin-top: 10%;
}

.mar-bus {
    padding: 1% 0%;
}

.bg-img {
    background: #218bd7;
}

.colW {
    color: #fff;
}

.mar-bus-tab {
    margin-top: 6%;
}

.tabbing_bus {
    width: 33.33%;
    text-align: center;
    font-size: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ff7bad;
    border-color: #ff7bad transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

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

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

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #ff7bad;
    text-decoration: none;
}

.bg-back {
    background: #f3f3f3;
}

.bus_list {
    font-size: 18px;
    margin-top: 2.3%;
}

.panel.panel_bus {
    margin: 0px;
}

.br-radi {
    border-radius: 50%;
    width: 75%;
    padding: 8%;
}

.font1 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-top: 3%;
}

.color_icon {
    color: #FFD203;
}

.fa.fa-star.size_icon {
    font-size: 16px;
    margin-top: 1.5%;
}

.pad-sm-1 {
    padding: 2%;
}

.hr-width {
    margin: 1%;
}

.btn.btn-primary.rating {
    margin: 1.5%;
}

.tabbing_bus.tabbing_bus>a {
    margin-right: 0;
}

.mar-bus-tab.details {
    padding: 0% 0% 0% 2%;
}

.bus_list1 {
    padding-bottom: 5%;
}

a:focus {
    outline: none;
}

.modal-header {
    background: #3fa9f5 none repeat scroll 0 0;
}

.modal-title {
    color: #fff;
}

.modal-header .close {
    border-radius: 50%;
    color: #fff !important;
    font-size: 34px;
    margin-right: -8px;
    margin-top: -9px;
    opacity: 1;
}

.fa.fa-star.size_modal {
    font-size: 36px;
    margin: 2% 0 2% 2%;
}

.col_modal {
    background: #43A7F1;
    color: #fff;
    margin-bottom: 3%;
    margin-top: 2%;
    padding: 2%;
}

.pad0 {
    padding: 0px;
}

.pad-sm-2 {
    padding: 2%;
}

.btn.btn-default.btn-block.modal_btn {
    background: #ff7bad none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    padding: 4%;
    border: 1px solid #ff7bad;
    border-radius: 0 0 5px 0px;
}

.btn.btn-default.btn-block.modal_btn.modal_btn1 {
    border-right: 1px solid #fff;
    border-radius: 0px 0px 0px 5px;
}

.modal-header {
    border-radius: 5px 5px 0 0;
}

.nav-tabs>li>a {
    border-radius: 0px;
}

.passenger_head {
    padding: 5%;
    color: #fff;
}

.mar-tp-3 {
    margin-top: 6%;
}

.passenger_form {
    background: #fff none repeat scroll 0 0;
    margin-top: 3%;
    padding: 3%;
    border-top: 6px solid #3FA9F5;
}

.form-control.form-control1 {
    border: 1px solid #c4c4c4 !important;
    margin-bottom: 2%;
    margin-top: 2%;
    border-radius: 5px !important;
    border-radius: 3px !important;
    height: 44px;
}

.passenger_legend {
    padding: 0 0 2%;
    color: #218BD7;
}

.passenger_label {
    padding-right: 17% !important;
}

.passenger_label1>input {
    margin-top: 1px;
}

.btn.btn-primary.btn-block.passenger_btn {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 0;
    padding: 3.5%;
    border-radius: 0;
}

.pad-sm-4 {
    padding-bottom: 2%;
}

.btn.btn-primary.btn-block.passenger_btn.passenger_btn1 {
    border-right: 1px solid #fff;
}

.col-md-6.pad0.pad01 {
    padding-right: 0.5%;
}

.booking_head {
    background: #ff7bad none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

.booking_content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.booking_top {
    padding-top: 3%;
}

.booking_p {
    color: #218bd7;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.fa.fa-share-alt.icon_my {
    padding-top: 11px;
    color: #FF7BAD;
}

.booking_volvo {
    color: #333;
    padding: 3px 0px 6px 0px;
}

.booking_volvo1 {
    padding-bottom: 2%;
    padding-top: 5px;
}

.my_color {
    color: #ff7bad;
}

.my_color1 {
    color: #333;
}

.my_hr {
    margin: 14px;
}

.my_color2 {
    color: #218bd7;
}

.col-md-12.padding_my {
    padding: 36px 0px 0px 0px;
}

.btn.btn-primary.btn-block.passenger_btn3 {
    padding: 13px;
    border-radius: 0px;
    background-color: #3DA7F0;
    border: 0px;
}

.col-md-4.pad0.pad01.pad-rt-1 {
    padding-right: 2px;
}

.col-md-4.pad0.pad-rt-1 {
    padding-right: 2px;
}

.amenities {
    font-size: 16px;
    font-weight: 700;
    padding: 3%;
}

.btn.btn-default.booking {
    background: #FF7BAD none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    padding: 4%;
}

.seat {
    color: #7a7a7a;
}

.nav-fixed {
    display: none;
}

.nav-fixed .navbar-brand {
    float: none;
    font-size: 18px;
    height: auto;
    line-height: 1;
    padding: 0;
}

.contact {
    word-break: break-all;
}

.dont-text {
    padding-bottom: 10px;
    padding-top: 10px;
}

.sign_up {
    color: #33B5E5;
}

.content_bus > p {
    color: #444;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6;
}

.margin-tp-seats {
    margin-top: 10px;
}
h2.modal-seat-title {
    color: #444;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 13px;
    margin-top: 13px;
}
.btn-margin {
  margin-top: 2px !important;
}
.btn.btn-default.btn-block.modal_btn.modal_btn2 {
  border-radius: 0 0 0 5px;
  border-right: 1px solid #fff;
}
.btn.btn-default.btn-block.modal_btn1 {
  background: #c2c2c2 none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 0 0 5px;
  color: #fff;
  font-size: 20px;
  padding: 4%;
}
input.tx_border_grey[type="text"] {
  border: 1px solid #dcdcdc !important;
}