@import url(https://fonts.googleapis.com/css?family=Poppins|Alex+Brush);

body .visible-hammersmith { display:none !important; } 
body .hidden-hammersmith { display:inherit !important; } 
body.shop_hammersmith .hidden-hammersmith { display:none !important; }
body.shop_hammersmith .visible-hammersmith { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
	color: #ffffff;
	font-family: 'Poppins';
}
h1 {
}
h2 {
}
h3 {
}
h4 {
	font-family: 'Alex Brush';
}
body {
	background-color: #000000;

	/*background-image: url("/myimages/432/zpos-bg-body_bg.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/432/images/zpos-bg-body_bg.jpg?auto=compress");

	background-repeat: repeat;
	background-attachment: scroll;
}

header, #mobile-header {

	background-image:none;
	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

.fifty img {
    position: relative;
    z-index: 3;
}
.carousel-control {
    background: none;
    border: none;
    font-size: 10em;
    top: 50%;
}

/* ------ CONTACT US ------ */

.box-contact-information, .box-delivery-information {
    margin-bottom: 20px;
}

.box-delivery-information {
    display: none;
}

/*---------------------resets/ display nones/ global---------------------*/

* {
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
    line-height: normal;
    border-radius: 0 !important;
}
.home h1, .contact-us h1, .home-about, #body-bottom-hr{
    display: none;
}
#container, body {
    padding: 0;
}
footer {
    margin-top: 0;
}
body{
    background-attachment: fixed;
    background-size: cover;
}
body.home{
 	background-attachment: scroll; 
    background-size: initial;
}
/*---------------------fonts---------------------*/
a, a:hover, a:focus{
    color: #bdbcbc;
}	
.navbar .brand, legend, .ctrl-offcanvas_productmenu_toggle .text-info,
.help-block, .section-.well .muted, .alert-info.well-login, .voucher_box h5,
.voucher_box .success span, .text-warning, h2 small, em {
    color: #fff;
}
.popover, .gm-style-iw, .trigger-paymentmethod .muted, .well-white {
    color: #000;
}
h4, .btn,
.mod_postcode_box input{
 	font-family: 'Poppins', sans-serif;   
}
.menu h1 {
    text-align: center;
    font-size: 75px;
    line-height: 150%;
    text-transform: uppercase;
}
/*---------------------containers---------------------*/
header{
    background: none;
    margin-bottom: 10px;
    border-bottom: 4px solid #bcbbbb;
    border-image: linear-gradient(22deg, #bcbbbb, #fff) 10;
}
.home header{
    margin-bottom: 0;   
}
#container {
    border-radius: 0;
    width: 100%;
    background: none;
}
#body, #responsive-food-menu {
    max-width: 1170px;
    margin: 0 auto;
}
.home #body{
    max-width: 1920px;   
}
.ct_header_row, header .navbar-inner, footer .row-fluid {
    max-width: 1600px;
    margin: 0 auto;
}
.ct_header_row{
    padding: 20px 0;
}
.well {
    background: #730b00;
    border-radius: 0;
    border: none;
}
.hero-unit {
    background: rgb(24,24,24);
    background: -moz-linear-gradient(top, rgba(24,24,24,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(24,24,24,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,1) 0%,rgba(0,0,0,1) 100%);
}
/*---------------------nav styles---------------------*/
.navbar {
    margin-bottom: 0 !important;
}
.navbar-inner {
    background: none;
    border: none;
    padding: 0;
}
.navbar .nav {
    float: right;
    margin-right: 0;
}
.navbar .nav>li>a {
    background: none;
    color: #fff;
    font-size: 27px;
    padding: 10px 20px 10px;
}
.navbar .nav>li:last-child a{
    padding-right: 0;   
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover, .navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #bdbcbc;
    background: none;
}
/*---------------------caret colour---------------------*/

.navbar .nav li.dropdown > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top: 6px solid #fff;
    margin-top: 20px;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover > .caret, 
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret {
    border-top: 6px solid #bdbcbc;
}

.caret {
    margin-top: 0 !important;
    vertical-align: middle !important;
}
/*---------------------nav list---------------------*/
.nav-header{
    color: #fff;
}
.nav-list>li>a{
    color: #fff
}
.nav-list>li>a:hover, .nav-list>li>a:focus {
    background: #000;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    background: #000;
}

/*---------------------nav button---------------------*/

.navbar .btn-navbar {
    background: none;
    text-shadow: none;
    border-color: white;
    border-radius: 0;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, 
.navbar .btn-navbar:active, .navbar .btn-navbar.active,
.navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background: #730b00;
}

/*---------------------dropdown menu---------------------*/
.dropdown-menu{
    min-width: initial;
}	
header .dropdown-menu {
    background: #730b00;
}
header .dropdown-menu>li{
    padding: 3px 20px;
}
header .dropdown-menu>li>a{
    font-size: 18px;   
}
header .dropdown-menu>li>a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}
header .dropdown-menu>li:hover {
    background: #000;
}
header .dropdown-menu>li>a:hover{
    background: none;   
}

.mod_postcode_box .dropdown-menu {
    background: #730b00;
}

.mod_postcode_box .dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.mod_postcode_box .dropdown-menu>li>a:hover, .mod_postcode_box .dropdown-menu>li>a:focus {
    background: #000;
    color: #fff;
}
/*---------------------opening status---------------------*/
#opening-status{
    margin-left: 0;
}	
.status-CLOSED {
    color: #d02027 !important;
}
.status-OPEN {
    color: #70d457 !important;
}
/*---------------------details bar---------------------*/	
.ct_details_bar {
    display: none;
}
.ct_details_bar small{
    line-height: 30px;
}
/*---------------------slider---------------------*/
.column_slideshow {
    position: relative;  
    border-bottom: 4px solid #b08527;
    border-image: linear-gradient(22deg, #bcbbbb, #fff) 10;
}
.carousel{
    margin-bottom: 0;
}	
/*---------------------postcode box---------------------*/
.column_modules{
    position: absolute;   
    z-index:999;
    left: 110px;
    top: 170px;
    max-width: 730px;
}
.mod_postcode_box {
    background: none;
    color: #fff !important;
    margin-bottom: 0;
    box-sizing: border-box;
}
.mod_postcode_box h2{
    font-size: 72px;   
    font-family: 'Alex Brush', cursive;
    background-image: -webkit-linear-gradient(0deg,#bcbbbb,#fff);
    color: #73baf0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0;
    margin-bottom: 0;
}
.mod_postcode_box .lead {
    font-size: 67px;
    line-height: 100%;
    margin-top: 25px;
}
.mod_postcode_box .col3 small {
    font-size: 20px;
}
.mod_postcode_box input, .mod_postcode_box .btn {
    height: 60px;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 10px;
    font-size: 24px;
    width: 90%;
    box-sizing: border-box;
}
.mod_postcode_box .btn{
    background: rgb(58,107,51);
    background: -moz-linear-gradient(left, rgba(58,107,51,1) 0%, rgba(86,159,68,1) 100%);
    background: -webkit-linear-gradient(left, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    background: linear-gradient(to right, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    color: #fff;
    text-transform: uppercase;
}
.mod_postcode_box .btn-group{
    display: block;
    width: 100%;
    margin: 0 auto;
}	
.mod_postcode_box > .input-append {
    max-width: 100%;
    width: 100%;
}
.btn-group.open .btn-success.dropdown-toggle, .mod_postcode_box .btn:hover,
.mod_postcode_box .btn-group.open .btn-success.dropdown-toggle,
.mod_postcode_box .dropdown-menu>li:hover {
    background: rgba(58,107,51,1);
}
/*---------------------table stripped fix---------------------*/
#btmGrid {
    position: relative;
    height: 100%;
    width: 100%;
    border-bottom: 4px solid #bcbbbb;
    border-image: linear-gradient(22deg, #bcbbbb, #fff) 10;
    background-image: url(//cdn1.zfood.co.uk/432/images/zpos-bg-body_bg.jpg?auto=compress);
    background-size: cover;
    overflow: hidden;
}
.left-grid,.right-grid, .fifty {
    width: 50%;
    float: left;
}
.left-grid,.top-grid,.bottom-grid {
    position: relative;
    overflow: hidden;
}
.mobile-pizza {
    display: none;
}
.text-box{
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
}
.text-box p{
    font-size: 25px;   
}
.text-box .lead{
    font-family: 'Alex Brush', cursive;   
    font-size: 60px;
}
.text-box .btn{
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 10px;
    background: rgb(188,188,188);
    background: -moz-linear-gradient(left, rgba(188,188,188,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 100%);
}
.text-box .btn:hover{
    background: #fff;
}
.clear{
    clear: both;
    margin: 0;
    padding: 0;
}
/*---------------------table stripped fix---------------------*/

table, .table-striped tbody>tr:nth-child(odd)>td, 
.table-striped tbody>tr:nth-child(odd)>th,.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th, table .muted, .well-basket{
    background: #fff;
    color: #000;
}
.box-delivery-information table, .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.box-delivery-information .table-striped tbody>tr:nth-child(odd)>th, .box-delivery-information .table-hover tbody tr:hover>td,
.box-delivery-information .table-hover tbody tr:hover>th {
    background: none;
    color: #fff;
}
.contact-us .box-delivery-information table, .contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>th, .contact-us .box-delivery-information .table-hover tbody tr:hover>td,
.contact-us .box-delivery-information .table-hover tbody tr:hover>th {
    background: none;
    color: #000;
}

/*---------------------menu page popovers---------------------*/

.popover .popover-title {
    background: #730b00;
    color: #fff;
}

/*---------------------modal---------------------*/

.modal-header {
    background: #730b00;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-body {
    background: #fff;
    color: #000 !important;
}
.modal-footer {
    background: #000;
    color: #fff;
}
.modal fieldset {
    background: #fff;
    border: none;
}

#editProductModal .media-heading .name {
    font-size: 2em;
    font-weight: bold !important;
}

#editProductModal .media-body small {
    font-size: 1.4em;
}

/* ------ MENU PAGE ------ */

.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
    background: #d51919 !important;
}

.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ .text-info {
    color: #fff;
}

.uk-offcanvas-bar-show {
    background: #000;
    background-image: url('/myimages/432/zpos-bg-body_bg_dark.jpg');
    background-size: cover;
}

.uk-offcanvas-bar-show .uk-h2 {
    padding-bottom: 10px;
    border-bottom: 4px solid #bcbbbb;
    border-image: linear-gradient(22deg, #bcbbbb, #fff) 10;
}

.uk-offcanvas-bar-show .uk-nav-offcanvas>li>a:hover, .uk-offcanvas-bar-show .uk-nav-offcanvas>li>a:focus, .uk-offcanvas-bar-show .uk-nav-offcanvas>li>a:active {
    background: linear-gradient(64deg,#bcbbbb,#fff) !important;
    color: #000 !important;
}

/*---------------------alerts & buttons---------------------*/
.alert {
    color: #fff;
    background: #730b00;
    border: none;
}
.btn-link, .btn-link:hover{
 	color: #fff;   
}

.btn.btn-option {
    color: #000;
    box-shadow: none;
    background-image: none
    background: rgb(188,188,188);
    background: -moz-linear-gradient(left, rgba(188,188,188,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(188,188,188,1) 0%,rgba(255,255,255,1) 100%);
    margin-right: 3px !important;
}

.btn.btn-option.btn-success, .btn.btn-option.btn-info {
    background: rgb(58,107,51);
    background: -moz-linear-gradient(left, rgba(58,107,51,1) 0%, rgba(86,159,68,1) 100%);
    background: -webkit-linear-gradient(left, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    background: linear-gradient(to right, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    color: #fff;
}

.btn.btn-option .caret {
    margin-top: 0;
    vertical-align: middle;
}

#editProductModal .dropdown-menu li>a:hover, #editProductModal .dropdown-menu li>a:focus {
    background: #730b00;
    color: #fff;
}

/*--------success--------*/
	
.btn-success {
    background: rgba(86,159,68,1);
}
.btn-success:hover, .btn-success:focus, .btn-group.open .btn-success.dropdown-toggle, .btn-success.order-checkout:hover {
    background: rgba(58,107,51,1);
}
.btn-success.order-checkout{
    background: rgb(58,107,51);
    background: -moz-linear-gradient(left, rgba(58,107,51,1) 0%, rgba(86,159,68,1) 100%);
    background: -webkit-linear-gradient(left, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    background: linear-gradient(to right, rgba(58,107,51,1) 0%,rgba(86,159,68,1) 100%);
    border: none;
}
/*--------primary--------*/

.btn-primary {
    background: rgb(0, 13, 165);
    background: -moz-linear-gradient(left, rgb(0, 13, 165) 0%, rgb(30, 45, 222) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 13, 165) 0%,rgb(30, 45, 222) 100%);
    background: linear-gradient(to right, rgb(0, 13, 165) 0%,rgb(30, 45, 222) 100%));
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    background: rgb(0, 13, 165);
}

/*--------info--------*/

.btn-info {
    background: rgb(112,175,235);
}
.btn-info:hover, .btn-info:focus {
    background: rgb(87,150,210);
}

/*--------danger--------*/

.btn-danger {
    background: rgb(222, 30, 30);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.order-empty:hover {
    background: rgb(165, 0, 0);
}
.btn-danger.order-empty{
    background: rgb(113, 15, 15);
    background: -moz-linear-gradient(left, rgb(165, 0, 0) 0%, rgb(222, 30, 30) 100%);
    background: -webkit-linear-gradient(left, rgb(165, 0, 0) 0%,rgb(222, 30, 30) 100%);
    background: linear-gradient(to right, rgb(165, 0, 0) 0%,rgb(222, 30, 30) 100%);
    border: none;
}	
/*--------warning--------*/

.btn-warning {
    background:  rgb(255,135,26);
}
.btn-warning:hover, .btn-warning:focus {
    background:  rgb(204,84,0);
}

/*---------------------footer---------------------*/

footer .row-fluid{
    background: none;
    padding: 20px 30px;
    box-sizing: border-box;
}
.cards, .vendor {
    padding-top: 5px;
}

/*---------------------fixes---------------------*/

.voucher_box .success>span {
    display: none;
}

#checkoutVouchercode {
    max-width: calc(100% - 80px);
}

.controls {
    width: calc(100% - 14px) !important;
}

.controls .input-append {
    max-width: calc(100% - 123px);
}

.website-image {
    text-align: center;
}

#responsive-food-menu .navbar-inner{
    background: #000;
}	
.row-product:hover {
    background: none;
}

.row-variation {
    margin-top: 10px;
}

.ui-tabs-menu.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#responsive-food-menu.affix {
    left: initial;
}
.nav-list>li>a [class^="icon-"], .nav-list>li>a:hover [class^="icon-"],
.nav-list>li>a:hover[class*=" icon-"], .nav-list>li>a:focus [class^="icon-"],
.nav-list>li>a:focus[class*=" icon-"],#responsive-food-menu [class^="icon-"], 
#responsive-food-menu [class*=" icon-"] {
    background-image: url("https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
#responsive-food-menu .navbar-inner{
    padding: 0 10px;
}
h3.ui-widget-header {
 	font-family: 'Poppins', sans-serif;   
}
.navbar-affix-container{
    height: auto;
}	
.navbar-affix-container .brand{
    padding: 5px 20px;
    margin-left: 0;
}	
.navbar-search{
 	margin-top: 7px;   
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight:hover {
    border: 1px solid #fffdd7;
    background: #fffdd7;
    color: #000;
}
/**-------------------- social media --------------------------**/
.socialmedia-icons {
    float:right;
}
.home .socialmedia-icons {
    font-size:25px;
}
.socialmedia-icons {
    color:#fff;
    font-size:22px;
}
.socialmedia-icons a{ 
    color:#fff !important;
    font-style: italic;
}

.email, .tel, .social {
    float:left;
}

.social {
    margin-left:10px;
} 
.social_media_links {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    margin-top: -8px;
}
.social_media_links img,
.social_media_links img:hover { 
    max-width:35px;
} 
.social_media_links small {
    display:none;
} 
.social_media_links a { 
   background-color: transparent; 
   background: none !important; 
   border: none !important; 
   box-shadow: none; 
   padding:0px; 
   width:45px !important; 
}
.social_media_links .btn:hover {
    background:none !important;
}
.socialmedia-icons p, .socialmedia-icons .btn-group {
    display: inline;
}
/*---------------------media queries---------------------*/

/*---------------------large desktop---------------------*/
@media (max-width: 1979px) {
    .text-box {
        padding: 80px 20px 40px;
    }
    .text-box .lead{
        font-size: 50px;
        line-height: 100%;
    }	
    .text-box p {
        font-size: 18px;
    }
    .text-box .btn {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1790px) {
    .column_modules {
        top: 70px;
    }
    .text-box {
        padding: 40px 20px 40px;
    }
    header{
     	padding: 10px; 
        box-sizing: border-box;
    }
}
@media (max-width: 1600px) {
    .navbar .nav>li>a {
        font-size: 26px;
    }
    .text-box .lead {
        font-size: 47px;
    }
    .text-box p {
        font-size: 14px;
    }
}
@media (max-width: 1460px) {
    .navbar .nav>li>a {
        font-size: 17px;
    }
    .navbar .nav li.dropdown > .dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
        margin-top: 12px;
    }
    .column_modules{
     	top: 0;
        right: 0;
    }
    .mod_postcode_box h2, .mod_postcode_box .lead{
     	font-size: 52px;   
    }
    .mod_postcode_box .lead{
 	   margin-top: 0;
	}	
    .mod_postcode_box .col3 small {
        font-size: 14px;
    }
    .mod_postcode_box > .input-append {
        max-width: 80% !important;
    }
    .mod_postcode_box .col3 {
        width: 80%;
        margin: 0 auto;
    }
    .right-grid{
        display: none;   
    }
    .left-grid{
     	width: 100%;   
    }
    .fifty{
     	text-align: center;   
    }
    .text-box {
        padding: 8% 50px 0;
    }
}
@media (max-width: 1080px) {
    .navbar .nav>li>a {
        font-size: 15px;
    }
    .navbar .nav li.dropdown > .dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
        margin-top: 8px;
    }
}
/*---------------------portrait table and landscape desktop---------------------*/

@media (min-width: 768px) and (max-width: 979px) {
    .ct_header_row .right_column.span8, .ct_header_row .left_column.span4{
     	width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .ct_user_status.tr{
     	text-align: center !important; 
        margin-top: 20px;
    }
    .ct_header_row {
        padding: 20px 0 0;
    }
    #opening-status {
        /* padding-left: 0; */
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .navbar .nav>li>a {
        font-size: 27px;
    }
    .navbar .nav li.dropdown > .dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
     	margin-top: 20px;   
    }
    .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    .dropdown-menu>li:hover{
     	background: none;   
    }
    .nav-collapse .dropdown-menu li:hover>a{
        color: #fff;
        background: #730b00;
    }
    .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
    }
    .column_modules, .mod_postcode_box{
     	position: static;
        max-width: 100%;
        width: 100%;
    }
    .text-box {
        padding: 8% 30px 0;
    }
}
/*---------------------landscape phone and portrait tablet---------------------*/

@media (max-width: 767px) {
    .menu-selection h1 {
        line-height: 1em;
    }
    #logo{
        text-align: center;   
    }
    #body{
        padding: 10px;
        box-sizing: border-box;
    }
    .home #body{
     	padding: 0;   
    }
    .ct_header_row .right_column.span8, .ct_header_row .left_column.span4{
     	width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .ct_user_status.tr{
     	text-align: center !important; 
        margin-top: 20px;
    }
    .ct_header_row {
        padding: 20px 0 0;
    }
    .ct_user_status{
     	margin-bottom: 20px;   
    }
    #opening-status {
        padding-left: 0;
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .navbar .nav>li>a {
        font-size: 27px;
    }
    .navbar .nav li.dropdown > .dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
    .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
     	margin-top: 20px;   
    }
    .dropdown-menu>li:hover{
     	background: none;   
    }
    .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    .nav-collapse .dropdown-menu li:hover>a{
        color: #fff;
        background: #730b00
    }
    .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
    }
    .column_modules, .mod_postcode_box{
     	position: static;
        max-width: 100%;
        width: 100%;
    }
    .mod_postcode_box > .input-append {
        width: 100%;
    }
    .text-box {
        padding: 2% 10px 0;
    }
    .tl, .tr, .copyright {
        text-align: center !important;
    }
    footer>.row-fluid .span4 {
        padding: 10px 0;
    }
}

/*---------------------landscape phone and down---------------------*/
@media (max-width: 660px) {
    .fifty{
        width: 100%;
        margin: 0 0 20px 0;
    }	
    a.fifty{
     	display: none;   
    }
    .top-grid {
        border-bottom: 4px solid #bcbbbb;
        border-image: linear-gradient(22deg, #bcbbbb, #fff) 10;
    }
    .text-box {
        padding: 40px 40px 20px;
    }
}

@media (max-width: 480px) {
    .mod_postcode_box h2, .mod_postcode_box .lead {
        font-size: 32px;
    }
}

.hvr-push {
    transform: perspective(1px) translateZ(0);
    
}
.hvr-push:hover {
    -webkit-animation-name: img-push;
    animation-name: img-push;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes img-push {
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
	}
} 
@keyframes img-push {
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
	}
}
