﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');



.topbar {
    position: relative !important;
}

.searchbus {
    font-family: 'Montserrat', sans-serif;
}

    .searchbus .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: none !important;
        border-bottom: #ddd solid 1px !important;
    }

    .searchbus .table-bordered {
        border: none !important;
    }


    .searchbus h4 {
        font-size: 17px;
        font-weight: 500;
        float: left;
        margin-bottom: 0;
        width: 70%;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .searchbus span.busimage {
        margin-right: 20px;
        height: 90px;
        float: left;
        margin-top: 12px;
    }

    .searchbus span.ac_nonac {
        font-size: 14px;
        font-weight: normal;
        float: left;
        width: 50%;
        margin-top: 3px;
        font-size: 15px;
    }

.mtop20 {
    margin-top: 20px !important;
}

.searchbus .amenities {
    float: left;
    width: 50%;
    margin-top: 4px;
}

.searchbus .table-hover > tbody > tr:hover {
    background: none !important;
}

.searchbus .duration {
    margin-top: 7px;
    float: left;
    font-size: 15px;
}

.arrowright {
    display: inline-block;
    margin: 0 12px;
}

.seats {
    float: left;
    width: 12%;
    height: 60px;
    padding-top: 5px;
}

.window {
    float: left;
}

.seatwidth {
    width: 65%;
    margin-bottom: 8px !important;
    float: left;
}

h4.price {
    font-size: 22px;
    font-weight: 500;
}


.user_details_container {
    width: 100%;
    float: left;
    background: url(../images/details-bg.jpg) repeat-x;
    padding-top: 2em;
    font-family: 'Montserrat', sans-serif;
}

.user_details_container_outer {
    width: 100%;
    float: left;
}

.user_details_left {
    background: #fff;
    width: 100%;
    float: left;
    border: #ddd solid 1px;
}

.user_details_left_inside {
    width: 100%;
    float: left;
}

.user_details_left h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 13px 0;
    background: #F9F9F9;
    padding-left: 15px;
    width: 100%;
    float: left;
    border-bottom: #ddd solid 1px;
    margin-bottom: 1em;
}

.user_details_left h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user_details_left h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    margin-top: 5px;
    line-height: 21px;
    color: #9a9a9a;
}

.user_details_left h5 {
    font-weight: bold;
}

.user_details_left p {
    font-size: 14px;
}

.smallfont {
    font-size: 12px;
}

.user_details_right {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0px 15px;
    padding-bottom: 2em;
    border: #ddd solid 1px;
}

    .user_details_right h2 {
        font-size: 22px;
    }

    .user_details_right p {
        width: 100%;
        float: left;
        border-bottom: #ddd solid 1px;
        padding: 10px 0;
    }

        .user_details_right p span {
            float: right;
            font-size: 16px;
            font-weight: 600;
        }

    .user_details_right .total {
        background: #ebebeb;
        color: #333;
        padding: 10px 5px;
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        .user_details_right .total span {
            float: right;
        }

    .user_details_right a {
        width: 100%;
        float: left;
        background: #e5363b;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 15px 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-top: 2em;
    }

        .user_details_right a:hover {
            background: #d0262a;
            color: #fff;
            text-decoration: none;
        }

        .user_details_right a:visited {
            color: #fff;
            text-decoration: none !important;
        }

.traveller_container {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 1em;
    border: #ddd solid 1px;
}

    .traveller_container h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 13px 0;
        background: #F9F9F9;
        padding-left: 15px;
        width: 100%;
        float: left;
        border-bottom: #ddd solid 1px;
        margin-bottom: 1em;
    }

.information_form {
    width: 100%;
    float: left;
    margin-bottom: 2em;
}

    .information_form h4 {
        font-size: 16px;
        margin-left: 44px;
        margin-bottom: 25px;
        float: left;
        display: block;
    }

    .information_form h5 {
        width: 100%;
        float: left;
        margin-left: 44px;
        font-size: 12px;
        color: #999;
        margin-bottom: 40px;
    }

ul.infor_form {
    width: 100%;
    float: left;
    list-style: none;
}

    ul.infor_form li {
        display: inline-block;
        margin-right: 1em;
        padding-bottom: 5px;
        width: 23%;
        border-bottom: #ddd solid 1px;
    }

        ul.infor_form li input, select {
            border: none;
        }

        ul.infor_form li:first-child {
            width: 15%;
        }

        ul.infor_form li:last-child {
            width: 15%;
        }

        ul.infor_form li select {
            width: 100%;
        }

        ul.infor_form li input:focus {
            outline: none;
        }

        ul.infor_form li input::placeholder {
            font-size: 12px;
        }

.cont_info li:first-child {
    width: 25% !important;
}

    .cont_info li:first-child input {
        width: 100%;
    }

.cont_info li:last-child {
    width: 20% !important;
}

    .cont_info li:last-child input {
        width: 100%;
    }



.profilemain {
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
}

    .profilemain ul.profile {
        width: 100%;
        float: left;
        list-style: none;
        border-right: #ddd solid 2px;
        padding-left: 0;
        height: 600px;
        margin-bottom: 0;
    }

        .profilemain ul.profile h3 {
            padding-left: 5px;
            padding-top: 6px;
            height: 43px;
        }

        .profilemain ul.profile li {
            width: 100%;
            float: left;
            padding: 15px 0;
            border-bottom: #ddd solid 1px;
            font-weight: 500;
        }

            .profilemain ul.profile li.trip {
                background: url(../images/trip-icon.png) no-repeat;
                background-position: 5px 13px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.wallet {
                background: url(../images/wallet.png) no-repeat;
                background-position: 5px 16px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.profile {
                background: url(../images/profile.png) no-repeat;
                background-position: 5px 14px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.password {
                background: url(../images/password.png) no-repeat;
                background-position: 5px 14px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li a {
                color: #333;
            }

            .profilemain ul.profile li:hover {
                background: #d8d8d8;
            }

            .profilemain ul.profile li.trip:hover {
                background: url(../images/trip-icon.png) no-repeat,#d8d8d8;
                background-position: 5px 13px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.wallet:hover {
                background: url(../images/wallet.png) no-repeat,#d8d8d8;
                background-position: 5px 16px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.profile:hover {
                background: url(../images/profile.png) no-repeat,#d8d8d8;
                background-position: 5px 14px;
                float: left;
                padding-left: 35px;
            }

            .profilemain ul.profile li.password:hover {
                background: url(../images/password.png) no-repeat,#d8d8d8;
                background-position: 5px 14px;
                float: left;
                padding-left: 35px;
            }


.headingfour h4 {
    width: 100%;
    float: left;
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
}

.myprofile {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 1em;
    padding: 30px 40px !important;
    box-shadow: 0 0 10px #bdbcbc;
    border-radius: .5em;
}

.profile_box {
    width: 100%;
    float: left;
}

    .profile_box a.editbuttons {
        float: right;
        background: #333;
        padding: 5px 10px;
        border-radius: 3px;
        color: #fff;
        margin-left: 10px;
        font-size: 13px;
        font-weight: 500;
    }

        .profile_box a.editbuttons.save {
            background: #d5263b;
        }

            .profile_box a.editbuttons.save:hover {
                color: #fff;
                background: #b4192c;
            }

        .profile_box a.editbuttons:hover {
            text-decoration: none;
        }



ul.profileform {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-top: 1em;
}

    ul.profileform li {
        width: 50%;
        float: left;
        margin-bottom: 2em;
    }

        ul.profileform li span {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

        ul.profileform li input {
            width: 80%;
            float: left;
            border: none;
            border-bottom: #2b2b2b solid 1px;
        }

            ul.profileform li input:focus {
                outline: none;
            }

            ul.profileform li input::placeholder {
                font-size: 12px;
            }

            ul.profileform li input.radiocircle {
                float: left;
                width: auto;
                margin-right: 5px;
            }

        ul.profileform li .gender {
            width: auto;
            float: none;
            font-weight: 500;
        }

        ul.profileform li .radiofield {
            width: 35%;
            float: left;
        }


.profile_cont_details {
    width: 100%;
    float: left;
    text-align: center;
}

.headingthree {
    width: 100%;
    float: left;
}

.profile_cont_details h3 {
    display: inline-block;
    background: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    z-index: 99999;
    padding: 0 15px;
    margin-top: 0;
}

.profile_cont_details .border1 {
    border-bottom: #ddd solid 1px;
    width: 100%;
    float: left;
    margin-top: -41px;
}

.leftcontdetails {
    width: 100%;
    float: left;
    padding-left: 0 !important;
}

    .leftcontdetails span {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 13px;
    }

    .leftcontdetails h4 {
        width: 100%;
        float: left;
        margin: 0;
        font-size: 16px;
        margin-top: 10px;
        font-weight: 600;
        float: left;
        text-align: left;
    }


.rightcontdetails {
    width: 100%;
    float: left;
    padding-right: 0 !important;
}

    .rightcontdetails span {
        width: 50%;
        float: left;
    }

        .rightcontdetails span.field {
            width: 80%;
            float: left;
        }


.calldiv {
    width: 50%;
    float: left;
}

    .calldiv span {
        width: 100%;
        float: left;
        list-style: none;
        text-align: left;
        margin-bottom: 5px;
        font-size: 13px;
    }

        .calldiv span.field {
            font-size: 16px;
        }

            .calldiv span.field input {
                border: none;
                border-bottom: #2b2b2b solid 1px;
                width: 80%;
                float: left;
            }

            .calldiv span.field select {
                border: none;
                border-bottom: #2b2b2b solid 1px;
                width: 64%;
            }

            .calldiv span.field input:focus {
                outline: none;
            }



ul.change_pass1 {
    width: 100%;
    float: left;
    list-style: none;
}

    ul.change_pass1 li {
        text-align: right;
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 25px;
    }


ul.change_pass2 {
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
}

    ul.change_pass2 li {
        text-align: left;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        line-height: 23.5px;
    }

        ul.change_pass2 li input {
            border: none;
            border-bottom: #ddd solid 1px;
        }

            ul.change_pass2 li input:focus {
                outline: none;
            }

    ul.change_pass2 input[type="button"] {
        background: #d5263b;
        color: #fff;
    }




@media screen and (max-width:62em) {

    .rightcontdetails {
        padding-left: 0 !important;
        margin-top: 2em;
    }

    .profilemain ul.profile {
        height: auto;
    }
}






.BusDiv {
    background-color: #fff;
    left: 17%;
    top: -60px;
    position: absolute;
    width: 300px;
    padding: 10px 20PX 30PX 20px;
    transform: rotate(-90deg);
}

.Price {
    border: solid 10px #3cb878;
    float: right;
    height: 300px;
    padding: 0px 20px; 
    z-index: 11;
    margin-right: 10%;
    width: 38%;
    margin-top: 40px;
    background-color: #fff;
        margin-bottom: 40px;
}

hr {
    margin-top: 20px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}

.tooltip{transform: rotate(90deg);}


.divBtnProces {
    width: 100%;
    text-align: center;
    float: left;
   margin-top: 15px;
}

.Price p {
    line-height: 16px;
}

.Proceedbtn {
    width: 100%;
    float: left;
    border: none;
    background: #3cb878;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 44px;
    line-height: 42px;
    cursor: pointer;
}

.topbar {
    position: relative !important;
}

.searchbus {
    font-family: 'Montserrat', sans-serif;
}

    .searchbus .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: none !important;
        border-bottom: #ddd solid 1px !important;
    }

    .searchbus .table-bordered {
        border: none !important;
    }



    .searchbus h4 {
        font-size: 17px;
        font-weight: 500;
        float: left;
        margin-bottom: 0;
        width: 70%;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .searchbus span.busimage {
        margin-right: 20px;
        height: 90px;
        float: left;
        margin-top: 12px;
    }

    .searchbus span.ac_nonac {
        font-size: 14px;
        font-weight: normal;
        float: left;
        width: 50%;
        margin-top: 3px;
        font-size: 15px;
    }

.mtop20 {
    margin-top: 20px !important;
}

.searchbus .amenities {
    float: left;
    width: 50%;
    margin-top: 4px;
}

.searchbus .table-hover > tbody > tr:hover {
    background: none !important;
}

.searchbus .duration {
    margin-top: 7px;
    float: left;
    font-size: 15px;
}

.arrowright {
    display: inline-block;
    margin: 0 12px;
}

.seats {
    float: left;
    width: 12%;
    height: 60px;
    padding-top: 5px;
}

.window {
    float: left;
}

.seatwidth {
    width: 65%;
    margin-bottom: 8px !important;
    float: left;
}

h4.price {
    font-size: 22px;
    font-weight: 500;
}


.user_details_container {
    width: 100%;
    float: left;
    padding-top: 2em;
    font-family: 'Montserrat', sans-serif;
}

.user_details_container_outer {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.user_details_left {
    background: #fff;
    width: 100%;
    float: left;
    border: #ddd solid 1px;
}

.user_details_left_inside {
    width: 100%;
    float: left;
}

.user_details_left h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 13px 0;
    background: #F9F9F9;
    padding-left: 15px;
    width: 100%;
    float: left;
    border-bottom: #ddd solid 1px;
    margin-bottom: 1em;
}

.user_details_left h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user_details_left h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    margin-top: 5px;
    line-height: 21px;
    color: #9a9a9a;
}

.user_details_left h5 {
    font-weight: bold;
}

.user_details_left p {
    font-size: 14px;
}

.smallfont {
    font-size: 12px;
}

.user_details_right {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0px 15px;
    padding-bottom: 2em;
    border: #ddd solid 1px;
}

    .user_details_right h2 {
        font-size: 22px;
    }

    .user_details_right p {
        width: 100%;
        float: left;
        border-bottom: #ddd solid 1px;
        padding: 10px 0;
    }

        .user_details_right p span {
            float: right;
            font-size: 16px;
            font-weight: 600;
        }

    .user_details_right .total {
        background: #ebebeb;
        color: #333;
        padding: 10px 5px;
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        .user_details_right .total span {
            float: right;
        }

    .user_details_right a {
        width: 100%;
        float: left;
        background: #e5363b;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        padding: 15px 15px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-top: 2em;
    }

        .user_details_right a:hover {
            background: #d0262a;
            color: #fff;
            text-decoration: none;
        }

        .user_details_right a:visited {
            color: #fff;
            text-decoration: none !important;
        }

.Proceedsbtn {
    width: 100%;
    float: left;
    background: linear-gradient(#3cb878, #3cb878);
    border: solid 1px #3cb878;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2em;
}

    .Proceedsbtn:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }

.traveller_container {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 1em;
    border: #ddd solid 1px;
}

    .traveller_container h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 13px 0;
        background: #F9F9F9;
        padding-left: 15px;
        width: 100%;
        float: left;
        border-bottom: #ddd solid 1px;
        margin-bottom: 1em;
    }

.information_form {
    width: 100%;
    float: left;
  
}

    .information_form h4 {
        font-size: 16px;
        margin-left: 44px;
        
        float: left;
        display: block;
    }

    .information_form h5 {
        width: 100%;
        float: left;
        margin-left: 44px;
        font-size: 12px;
        color: #999;
      
    }



        ul.infor_form li:first-child{ width:23%;}
.information_form{ border-bottom:#969696 dashed 1px; padding-bottom:20px; font-size: !important; font-weight:normal !important;}
.information_form li.age{ width:10%; text-align:center;}
ul.infor_form li.age{ width:5%; text-align:center;}
ul.infor_form li input::placeholder{ font-size:13px; }
.genderstyle{ border-bottom:none !important; padding-top:10px; position:relative; margin-left:20px;}
.radiofield{ float:left; margin-right:10px; position:absolute; top:13px; font-size:14px;}
.radiofield input{ margin-top:0 !important; margin-right:2px !important;}
    .radiofield label { margin-right:15px; font-weight:400;
    }
.radiofield.radiofield1{ position:inherit !important; margin-right:0; top:16px; left:65px;}
.radiofield.radiofield1 li{ font-weight:normal;}
.formtext{ font-size:12px; border-bottom:none !important; width:15% !important; font-size:14px; position:relative; top:5px; font-weight:400;}

.m-top20 { margin-top:20px; float:left;}





.mygrd th
{
	background: #3cb878;
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.mygrd td
{
	text-align: left;
	padding-left: 2px;
	border: #dddddd 1px solid;
}
.mygrd
{
	text-align: left;
	width: 100%;
	 
}
.odd
{
	background: #f8f4eb;
	color: #111;
	border: #dddddd 1px solid;
}
.even
{
	background: #fff;
	color: #000;
	border: #dddddd 1px solid;
}
.grdfott
{
	
	color: Black; background: #fff !important; 
	
}
.grdfott table td
{
	
	text-align: left;
}
.grdfott a:link, .grdfott a:visited
{
	text-decoration: none; background: #b42721 !important;
	font-size: 11px;
	font-family: Tahoma; color:#fff !important;
}
.grdfott a:hover, .grdfott a:active
{
	text-decoration: underline;
}
.mygrd table
{
}

.mygrd table a:link, .mygrd table a:visited
{
	color: black;
	text-decoration: none;
	font-size: 11px;
	
	border: solid 1px #81964e;
	font-family: Tahoma;
}
.mygrd table a:hover, .mygrd table a:active
{
	color: #fff;
	text-decoration: underline;
}
.mygrd .ingrd table
{
	background: none !important;
	color: #000 !important;
	width: 100px;
}
.bgnone
{
	background: none !important;
}
/*grids ends here*/

.results				{float:left;width:100%;margin:10px 0 5px;}
.result					{float:left;width:100%;background: #fff;color:#34394A;overflow:hidden; border: solid 1px #DFDFD0; margin:0 0 30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.result:hover           {-webkit-box-shadow:0 16px 30px 1px rgba(0,0,0,.1);-moz-box-shadow:0 16px 30px 1px rgba(0,0,0,.1);box-shadow:0 16px 30px 1px rgba(0,0,0,.1);}
.result > div 			{padding:0;}
.result .one-fourth		{width:23%;position:relative;}
.result img 				{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;padding:1px 0 0 1px;max-height:99%;}
.result .one-half 		{width:54%;-webkit-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;-moz-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;}
.result .one-half h3		{font-weight:bold;text-transform:uppercase;border-bottom:1px solid #DFDFD0;width:100%;padding:22px 30px 20px;margin: 0;font-size:20px; position:relative;}
.result .trigger			{width:20px;height:20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;color:#fff;font-size:15px;text-align:center;line-height:20px;font-weight:bold;position:absolute;top:35%;right:25px;z-index:2;}
.result ul 				{margin:0;display:table;width:100%;height:132px;}
.result li:before			{display:none;}
.result li 				{width:33.333%;text-align:center;display:table-cell;vertical-align:middle;padding:0;}
.result li:nth-child(2n)	{-webkit-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;-moz-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;}	
.result li .icon 			{margin:0 0 0px;}
.result li p 				{padding:0;line-height:1.9;}

.result .one-fourth > div	 {padding:25px 30px 0 30px;height:100%;display:inline-block;width:100%;position:relative;}
.result .price		{font-size:37px;line-height:1.2;}
.result .price small 	{font-size:20px;}
.result .meta 		{font-size:15px;color:#34394A;}
.result .btn			{width:100%;float:left;margin:27px 0 0;}

.result .full-width 	{border-top:1px solid #DFDFD0;padding:25px 50px 15px 30px;position:relative;background:#fff;border-bottom:1px solid #DFDFD0;-webkit-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;-moz-box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;box-shadow:1px 0 0 0 #DFDFD0 inset,-1px 0 0 0 #DFDFD0 inset;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}
.result .close		{width:20px;height:20px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;color:#fff;font-size:15px;text-align:center;line-height:17px;text-indent:0.04em;font-weight:bold;position:absolute;top:30px;right:30px;z-index:2;}
img {max-width: 100%;}
.one-half		{float:left;width:50%;padding:0 15px 30px;max-width:100%;}
.one-third 		{float:left;width:33.33%;padding:0 15px 30px;max-width:100%;}
.two-third 		{float:left;width:66.66%;padding:0 15px 30px;max-width:100%;}
.one-fourth 		{float:left;width:25%;padding:0 15px 30px;max-width:100%;}
.one-fifth 		{float:left;width:20%;padding:0 15px 30px;max-width:100%;}
.one-sixth 		{float:left;width:16.66%;padding:0 15px 30px;max-width:100%;}

.icon {
    font-size: 36px;
    display: inline-block;
    background: none !important;
    color: #16864c;
}

.btn.large {
    font-size: 17px;
    width: 200px;
    height: 54px;
    line-height: 54px;
    padding: 0 14px;
}

.green {
    background-color: #2bb46d !important;
}

.btn {
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    max-width: 100%;
}

.btn:hover {
    background:#9a9a9a !important;
}

@media screen and (max-width: 1200px) {

.result .one-fourth:first-of-type 	{width:25%;}
.result .one-fourth 	{width:25%;}
.result .one-half 	{width:50%;}

.one-fourth	 {width:50%;}
}
@media screen and (max-width: 1040px) {

.result {position:relative;}
.result .one-fourth:first-of-type 	{width:50%;left:0;top:0;overflow:hidden;}
.result .one-fourth 					{width:50%;position:absolute;top:60px;left:50%;height:auto !important;}
.result .one-fourth > div				{padding:41px 30px 34px;border-bottom:1px solid #dfdfd0;}
.result .one-half					{float:right;width:50%;margin-top:180px; height:auto !important;position:relative;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.result .one-half h3					{position:absolute;top:-180px;}

.result .price, .result .meta 		{float:left;}
.result .meta 						{padding:19px 10px 0;}
.result .btn 						{margin-top:0;position:absolute;top:-20px;left:-92.5%;width:86%;}
}


@media screen and (max-width: 980px) {


.result .one-fourth,
.result .one-half 			{width:100%;position:relative;top:0;left:0;height:auto;margin:0;}
.result .one-fourth:first-of-type 	{width:100%;text-align:center;}
.result .one-fourth:first-of-type img {margin:0 auto;max-width:99%;}
.result .one-half 			{border-bottom:1px solid #dfdfd0;}
.result .one-half h3			{position:relative;top:0;text-align: center;}
.result .one-fourth > div		{padding:25px 30px 20px;border-bottom:none;}
.result .price 				{padding-top:5px; font-size:30px}
.result .meta				{padding-top:20px;}
.result .btn 				{position:static;top:0;left:0;float:right;width:33.3333%;font-size: 12px;}

}

@media screen and (max-width: 767px) {
.table-responsive {border: none; }
}

.eyes {float: left;
    margin-top: 15px;color: #fff;
    font-size: 20px;}