.jumbotron.category-header {
    background-repeat: no-repeat; background-size: 100%; padding:0; background-position:center center; margin-bottom:0;
}

.jumbotron.category-header .cover {
    background: rgba(0,0,0,0.5); padding:100px 0 120px; color:#fff;
}

.jumbotron.category-header h1 {
    font-weight:300; font-size:50px; text-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.jumbotron.category-header p {font-family:"Roboto"; font-size:15px; line-height:normal; font-weight: bold;}

.row.transfer-items h3 {margin:5px 0; font-size:18px; font-weight: normal; line-height: 24px;}
.row.transfer-items h3 a {color:#565656;}

#booking-form {border:1px solid #c2c2c2; padding:10px; margin-bottom:50px;}
#booking-form .header {color:#fff; background-color: #ef8303; margin:-10px -10px 10px; padding:10px;}
#booking-form .row > div {margin-bottom:10px;}
#booking-form .message_box {font-size:13px;}

h1 {font-family:Roboto; font-weight: 300; font-size:30px;}
div.breadcrumb {padding-bottom:15px; border-bottom:1px solid #F7F7F7; margin-bottom: 15px;}
.slider {margin-bottom:30px;}

.share.clear {margin:50px 0; border-bottom:1px solid #f7f7f7;}

.types .image {cursor: default; width:200px; height:150px; overflow: hidden; text-align: right;}
.types .image img {height:100%; width:auto !important; max-width:none;}
.types .content h3 {font-size:24px; line-height: 32px;}
.types table tr { background: transparent;}
.types table td {background: transparent; font-size:13px; font-weight:bold; text-align:left; padding:5px 15px; border:none; vertical-align: top;}
.types table th {font-size:12px; font-weight:400; border-top:none; border-left:none; border-right:none; border-bottom:1px solid #e6e6e6; padding:5px 15px;}

@media (max-width: 761px) {
    .jumbotron.category-header {background-size:auto 100%;}
    .types .image img {height:auto; width:100% !important;}
    .types .row {margin:0 0 15px 0;}
    .types .transfer-items {padding: 0 15px !important; width: 100% !important; margin-left: 0 !important;}
    .types .image {cursor: default; width:auto; height:auto; overflow: visible; text-align: center;}
}




