@import url(https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto+Slab|Roboto+Slab|Roboto+Slab|Roboto+Slab);

body .visible-lincoln { display:none !important; } 
body .hidden-lincoln { display:inherit !important; } 
body.shop_lincoln .hidden-lincoln { display:none !important; }
body.shop_lincoln .visible-lincoln { 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: 'Roboto Slab';
}
h1 {
	color: #ffffff;
	font-family: 'Roboto Slab';
}
h2 {
	color: #ffffff;
	font-family: 'Roboto Slab';
}
h3 {
	color: #ffffff;
	font-family: 'Roboto Slab';
}
h4 {
	color: #ffffff;
	font-family: 'Roboto Slab';
}
body {
	background-color: #10161f;

	background-image:none;

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

header, #mobile-header {
	background-color: #10161f;

	background-attachment: scroll;
}

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

/* Star Background CSS on Static CDN */

/**-------------------- GLOBAL --------------------------**/
body {
    padding-bottom:0;
}
#container {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

header {
    background:none;
}

.well {
    background-color:#192431;
    color:#fff;
    border:none;
    box-shadow:none;
    /*position:relative;*/
}

a, a:hover{
    color:#ff6633;
    text-decoration:none;
}

.ct_details_bar,
header nav a,
header nav .dropdown-menu a,
.home .navbar .nav>li>a,
.welcome h2,
.mod_postcode_box .lead,
.mod_postcode_box input, .mod_postcode_box .btn,
.btmbanners .span3 h2,
legend{
    text-transform:uppercase;
}

.home .navbar .nav>li>a , .navbar .nav>li>a,
.ct_details_bar,
.welcome h2,
.mod_postcode_box .lead{
    font-weight:bold !important;
}

.home .home_discount.website-image {
    margin: 20px !important;
}

#logo, .ct_details_bar, .website-image, .alert {
    position: relative;
}
/**-------------------- DISPLAY NONE --------------------------**/
.ct_phone,
.home h1,
#body-bottom-hr,
.home .well-small, 
.home-about, 
.home .bgbar,
.bgsmall, .menu-selection h1,
.contact-us h1, .checkout h2,
.information .page-header{
    display:none;
}

/**-------------------- NAV --------------------------**/

header .navbar {
    margin-bottom:0 !important;
    float:right !important;
}

.navbar .nav {
    width:100% !important;
}

header .navbar .nav {
    font-size:18px;
    margin:0px;
}

.navbar-inner, header .dropdown-menu {
    background: none;
    padding:0;
    border:0;
}

.btn-navbar {
 	background: none!important;
 	text-shadow: none!important;
    border:2px solid #fff !important;

}

/**---------------- NAV EFFECT ------------------**/
header nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff !important;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight:normal !important;
	text-shadow:none;
	font-size: 22px;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
    top: 32px;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #ff6633;
}
.dropdown-menu .cl-effect-13 a:hover::before,
.dropdown-menu .cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: none;
}

/**---------------- NAV DROPDOWN ------------------**/
header nav .dropdown-menu a {
	position: relative;
	display: block;
    height: 100%;
	margin: 0px;
	outline: none;
	color: #fff !important;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight:normal !important;
	text-shadow:none;
	font-size: 17px;
}

.cl-effect-13 .dropdown-menu a::before {
    top: 0 !important;
	left: 0 !important;
    opacity:0 !important;
}
header nav .dropdown-menu {
    padding:10px 0px;
    background:#192431;
}
header ul.dropdown-menu {
    width: 100%;
    text-align: center;
}

/*dropdown large nav hover*/
header .dropdown-menu {
    color:#fff;
    border:0;
    padding:8px 0px;
}

header .dropdown-menu>li>a:hover,
header .dropdown-menu>li>a:focus{
    color:#ff6633 !important;
    background:none;
}

/*current page*/
.menu .navbar .nav li.dropdown.active>.dropdown-toggle,
header .navbar .nav>.active>a,
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
    background:none;
    box-shadow:none;
}

/*open nav on home page*/
.navbar .nav li.dropdown.open>.dropdown-toggle, 
.navbar .nav li.dropdown.active>.dropdown-toggle, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle, 
.menu .navbar .nav li.dropdown.open.active>.dropdown-toggle{
    background:none;
}
.nav-collapse .nav>li>a, 
.nav-collapse .dropdown-menu a {
    color:#fff;
    font-weight:normal;
}
.nav-collapse .nav>li>a:hover, 
.nav-collapse .nav>li>a:focus, 
.nav-collapse .dropdown-menu a:hover, 
.nav-collapse .dropdown-menu a:focus {
    color:#f5dd17;
    background:none;
}

.modal-body > h3 {
    color:#000;
}
.uk-offcanvas-bar {
    background: #0e141c;
}
/**---------------DROPDOWN GENERAL-------------**/
.menu #body .dropdown-menu {
    background:#10171d;
}
.members #body .dropdown-menu, .modal-body 
.dropdown-menu{
    background:#10171d;
}
.dropdown-menu li a {
    color:#fff;
}
.dropdown-menu li a:hover {
    color:#ff6633;
    background:none;
}
/**-------------------- CARET -----------------------**/
/*dropdown arrow*/
.navbar .nav li.dropdown>.dropdown-toggle .caret,
.navbar .nav li.active.dropdown>a .caret,
.navbar .nav li.dropdown>a:hover .caret, 
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}



/**---------FONT SIZING FOR RESP-------------------**/
.home .navbar .nav>li>a {
    padding: 8px 0px 28px 0px;
    text-shadow:none;
    font-size: 30px;
}
.navbar .nav>li>a {
    padding: 8px 6px 20px;
    text-shadow: none;
    font-size: 25px;
}
.home header nav a {
	margin: 45px 0px 10px 50px;
}
.home header nav .dropdown ul a {
	margin: 0px;
}
header nav a {
    margin: 30px 0px 10px 10px;
}
.home .ct_details_bar {    
    font-size: 26px;
    line-height: 60px;
    padding-top:20px;
}
.ct_details_bar {
    font-size: 20px;
    line-height: 40px;
    padding-top: 0px;
}
.home .right_column.span8 {    
    margin-top: 50px;
}
.right_column.span8 {    
    margin-top: 15px;
}
.home img.openicon, .home img.welcomeicon, .home img.findusicon {
    width: 30px;
}
img.openicon, img.welcomeicon, img.findusicon {
    width: 20px;
}
/**-------------------- DETS BAR --------------------------**/
/*underline style*/
.ct_user_status a, .label-copyright a, .hero-unit a, .checkout .btn-link a, .btn-link, .information .well a {
    color: #fff;
    border-bottom: 2px solid #ff6633;
}
.ct_user_status a:hover, .label-copyright a:hover, .hero-unit a:hover, 
.checkout .btn-link a:hover, .btn-link:hover, .btn-link:focus, .information .well a:hover, 
.information .well a:focus, h2 small:hover {
    border-bottom: 2px solid #fff !important;
}
.ct_details_bar {
    text-align:right;
}
.ct_local_branch_details.span12,
.column_modules.span12{
    margin:0px;
}

.home #logo img {
    max-height:none;
    max-width: 480px;
    margin:40px 0px 0px;
}

#logo img{
    max-height: 250px;
    margin: 20px 0px;
}

.status-CLOSED, .status-OPEN {
    color:#fff !important;  
}
img.openicon, img.welcomeicon, img.findusicon {
    margin-left: 10px;
}

/**-------------------- HOMEPAGE --------------------------**/
.space {
    position:absolute;
    right:10%;
    margin:-90px;
}
.home .row-fluid.ct_header_row {
    margin-bottom:60px !important;
}
.well.mod_postcode_box {
    width: 70%;
    margin: 0 auto;
    margin-top: 200px;
    padding: 35px 0px;
    position: relative;
}

.well.mod_postcode_box, .alert.how-im-ordering,
.hero-unit {
    background: #f1a21f;
    background: -moz-linear-gradient(top, #f1a21f 0%, #f36e21 100%);
    background: -webkit-linear-gradient(top, #f1a21f 0%,#f36e21 100%);
    background: linear-gradient(to bottom, #f1a21f 0%,#f36e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a21f', endColorstr='#f36e21',GradientType=0 );
    border:2px solid #fff;
    color:#10171d;
}
.welcome h2 {
    text-align:center;
    font-size:50px;
    line-height: 70px;
}
.welcomewrap {
    background:#090d11;
    margin-top: -60px;
}
.welcome{
    margin: 110px 0px 60px;
}
.mod_postcode_box .lead{
    font-size: 40px;
    color: #090d11;
    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  
}
.mod_postcode_box small.muted {
    color:#18324c;
    font-size:14px;
}
.col.col3 {
    margin-bottom: 20px;
}
.input-append.col.col2 {
    width:55%;
}
.mod_postcode_box input, .mod_postcode_box .btn {
    height:35px;
    font-size:17px;
}
.mod_postcode_box input, .mod_postcode_box .btn, .btn {
    font-family:'Roboto Slab', serif;
}


/*----------------POSTCODE -----------------*/
.mod_postcode_box .btn-success, 
.mod_postcode_box .btn-success:hover, 
.mod_postcode_box .btn-success:focus {
    background:#10171d !important;
    box-shadow:none;
    border:0px;
}
.mod_postcode_box .dropdown-menu {
    background:#10171d;
}

.mod_postcode_box .dropdown-menu>li>a {
    color:#fff !important;
}
.mod_postcode_box .dropdown-menu>li>a:hover {
    color:#f36d21 !important;
    background:none;
}

/**-------------------- GOOGLE PLUS --------------------------**/
.social_media_links  { 
   margin:0 auto; 
   padding:10px 0; 
   text-align:center; 
} 
.social_media_links img,
.social_media_links img:hover { 
    max-width:55px;
} 
.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:65px !important; 
}
.social_media_links .btn:hover {
    background:none !important;
}


/**-------------------- BANNERS --------------------------**/
.btmbanners {
    position:relative;
    text-align:center;
}
.btmbanners .span3,
.row1.span12{
    margin:0px;
}
.btmbanners .span3 {
    width:25%;
}
.btmbanners .span3 img {
    width: 100%;
}

.two, .four, .five {
    padding:70px 40px 40px;
}
.btmbanners h2 {
    font-size:38px;
    margin-bottom:20px;
}
.btmbanners p{
    font-size: 26px;
    line-height: 40px;
}
.btmbanners .btn.btn-primary {
    background:#f36d21;
    padding:15px;
    font-size:20px;
    margin-top:20px;
}
.btmbanners .btn.btn-primary:hover,
.btmbanners .btn.btn-primary:focus{
    background:#f1a21f;
}
.btmbanners .btn.btn-primary a{
    color:#fff;
}
p.tr {
    font-size:14px !important;
}
.btmbanners .span3 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}


/**-------------------- MENU & ORDERING --------------------------**/
.btn-navbar .text-info {
    color:#fff !important;
}
hr{
    border:0px;
}
h2 small {
    color:#10171d;
    text-shadow:none;
}


.popover-title {
    background:#10171d;
    color:#fff;
    font-size:20px;
    line-height:30px;
}
.popover {
    background:#fff;
    color:#10171d;
}
.alert {
    text-shadow:none;
    border:0px;
}
.alert h2 {
    font-weight:normal;
}
.alert.sys-message  {
text-align: center;
}

.navbar .brand {
    color:#fff;
    text-shadow:none;
    margin-left:5px;
}
form#navbar-search-menu {
    padding-right: 10px;
}
#responsive-food-menu .navbar-inner {
    background:#10171d;
    border:0px;
}
#responsive-food-menu .text-warning {
    color:#ff0 !important;
}
.text-success {
    color: #64c866;
}
.text-info {
    color: #56c3f8;
}
.text-error {
    color: #f7312d;
}
/**-------------------- MODAL -------------------------**/
.modal-header, .modal-footer {
    background: #10171d;
    color: #fff;
    border-radius:0px;
}
.modal-footer {
    border:0px;
}
.modal-body, .modal h4, .modal .well{
    background: #fff;
    color: #000 !important;
}
.modal small.muted{
    color: #fff;
}
.modal fieldset{
    background: #fff;  
    border: none;
}
h3.price.pull-left {
    font-weight:normal;
}
/**-------------------- CHECKOUT --------------------------**/
.checkout h5, .checkout h4 {
    font-size: 20px;
    line-height: 22px;
}

.checkout table#basket.table {
    background: #fff;
    color: #292a2b !important;
    border: 4px solid #f1a11f;
    margin-bottom:15px;
}
.checkout .table#basket th {
    color: #292a2b;
}
.checkout table#basket.table .text-info {
    color:#3a87ad;
}
.help-block, .checkout .muted.note-delivery.text-right small,
.checkout .text-info, .text-warning, .checkout #body .muted, em{
    color:#fff;
}

form .muted {
    color: #fff !important;
}

.btn-link, .btn-link:hover, 
.btn-link:focus {
    color:#fff;
    text-decoration:none;
    text-shadow:none;
}
.btn-warning, .checkout .btn-mini {
    padding: 6px 0px;
}
.checkout .btn-mini {
    font-size: 14px;
}

/**-------------------- MEMBERS --------------------------**/
legend {
    text-align:center;
    font-size:26px;
    line-height:50px;
    color:#fff;
    border-bottom: 2px solid #f1a11f;
}

.members small.muted {
    color:#fff;
}

/**------------ MEMBERS LOGIN ---------------**/
.hero-unit {
    color:#fff;
}
.hero-unit a {
    color:#10171d;
}
.members .sidebar-nav .nav-header {
    font-size:18px;
    line-height: 35px;
    color:#fff;
    text-shadow:none;
    font-weight:normal;
}
.members .sidebar-nav a {
    color:#fff;
    text-shadow:none;
    font-size:14px;
}
.members .sidebar-nav .muted {
    font-size:12px;
}
.members #body .muted {
    color:#fff;
}
.members .nav-list>li>a:hover,
.nav-list>.active>a, 
.nav-list>.active>a:hover, 
.nav-list>.active>a:focus{
    background-color:#10171d;
    color:#fff;
}

.menu-selection .alert {
    margin: 50px 0px 20px !important;
}

/**------------------------- FOOTER-------------------------------**/
.label-copyright {
    color:#fff;
}
.copyright{
    line-height:15px;
    padding:2px 0px 0px 10px;
}
.cards, .tr.vendor a.vendor-zpos img {
    padding-top:2px;
}

.tr.vendor a.vendor-zpos img {
    padding-right:10px;
}
/**-------------------- ALL SITES ------------------------**/
/*--- loyalty points/credit card ----*/
.loyaltypoints_box .lead, 
.loyaltypoints_box .ctl-pointsoptions a, 
.loyaltypoints_box label.checkbox.text-left, 
.loyaltypoints_box p, .checkout button small,
.ui-helper-block .muted{
    color: #000;
}
/*---------- couldnt postcode ------------*/
.bootbox .modal-body {
    background:#000;
    color:#fff !important;
}

.table th {
    font-weight: normal;
}

/*---------- google maps ------------*/
#contact_map_canvas{
    color:#000;
}

/*-------- opening hours box ---------*/
.ui-widget.box-opening-hours {
    margin-top:20px;
}

/*---------- menu table --------------*/
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background:transparent;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th,
.row-product:hover, .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th,
.row-odd,.row-odd:hover{
    background:none;
}

/*----img height fix menu------*/
.row-product .media .media-object {
    height: 100%;
    width: 100px;
}
/*---------------------button styles---------------------*/
.btn{
background-image: none; 
    border-radius: 0;
    box-shadow:none;
    text-shadow:none;
}
.btn-success,
.btn-info,
.btn-danger,
.btn-warning, .btn-inverse, .btn-primary{
    border:0px;
}
/*---------------------flat buttons---------------------*/


.btn-danger {
    background-color:#ec131a !important;
}
.btn-danger:hover {
    background-color:#ee2b31 !important;
}
.btn-success, .alert.alert-success {
    background-color:#3cb64b !important;
}
.btn-success:hover {
    background-color:#52c661 !important;
}

.btn-info {
    background-color:#35a4c5 !important;
    border: 1px solid #35a4c5;
}
.btn-info:hover {
    background-color:#4ab0ce !important;
    border: 1px solid #4ab0ce;
}
.btn-inverse{
    background-color:#191919 !important;
}
.btn-inverse:hover{
    background-color:#333333 !important;
}
.btn-primary {
    background-color:#f36d21 !important;
}

.btn-primary:hover {
    background-color:#f1a21f !important;
}
.btn-warning {
    background-color:#f87806 !important;
}

.btn-warning:hover {
    background-color:#f89406 !important;
}

.menu-selection .btn-primary {
    background-color:#f36d21 !important;
    font-size:25px;
    margin-top:30px;
    margin-bottom:30px;
}
.menu-selection .btn-primary:hover {
    background-color:#f1a21f !important;
}

/**---------- BORDER RADIUS -----------------**/
.well,
header .dropdown-menu,
.btn-navbar,
.input-append.col.col2,
.btn, .modal-header, .modal-footer,
.carousel-control,
.navbar-inner,
.input-append input, .input-append select, 
.input-append .uneditable-input,
.input-append .add-on:last-child, 
.input-append .btn:last-child, 
.input-append .btn-group:last-child>.dropdown-toggle,
.mod_postcode_box .dropdown-menu,
.alert, .alert-info,
#responsive-food-menu .navbar-inner,
.ui-tabs-menu,
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a,
select, textarea, 
input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input,
.btn-group>.btn:first-child, .btn-group>.btn:last-child,
.dropdown-menu,
.hero-unit,
#container,
.popover, .popover-title,
.ui-corner-all,.ui-corner-left, .ui-corner-top, .ui-corner-bl,
.table-bordered,
.table-bordered thead:first-child tr:first-child>th:first-child, 
.table-bordered tbody:first-child tr:first-child>td:first-child, 
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:last-child, 
.table-bordered tbody:first-child tr:first-child>td:last-child, 
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:last-child tr:last-child>th:first-child, 
.table-bordered tbody:last-child tr:last-child>td:first-child, 
.table-bordered tbody:last-child tr:last-child>th:first-child, 
.table-bordered tfoot:last-child tr:last-child>td:first-child, 
.table-bordered tfoot:last-child tr:last-child>th:first-child,
.navbar-search .search-query{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/**------------------------- MEDIA QUERIES -------------------------------**/
@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, footer { 
       width:100%;
    } 
    .home footer .row-fluid, .home .ct_details_bar,.home #body, .home .navbar-inner, .home .row-fluid.ct_header_row{ 
        max-width:1500px;
        margin:0 auto; 
    }
    footer .row-fluid, .ct_details_bar, #body, .navbar-inner, .row-fluid.ct_header_row{ 
        max-width:1170px;
        margin:0 auto; 
    }
    button.btn.btn-success.dropdown-toggle {
        padding: 0px 20px;
    }
}

@media (max-width: 1360px) {
    .home .home_discount {
        text-align: center;
    }
    
    .home .mod_postcode_box {
        margin-top: 0 !important;
    }
    
    .space img {
        display: none;
    }
}


@media (max-width:1200px){
    .span4.tr.vendor img {
        padding-right: 10px;
    } 
    #basket-container.ui-widget {
        margin-top:20px;
    }
    .menu #body .website-image,
    .members #body .website-image {
        text-align:center;
    }    
    
}

@media(max-width:1660px){
    .btmbanners p {
        font-size: 20px;
        line-height: 30px;
    }
    .space {
        margin: -135px;
    }
    .two, .four, .five {
        padding: 20px 30px 40px;
    }
    .left_column {
        padding-left:10px;
    }
    .right_column {
        padding-right:10px;
    }
}
@media (max-width:1500px){
    .home #logo img {
        max-height: 320px;
        margin: 20px 0px 0px;
    }
    .home header nav a {
        margin: 0px 0px 10px 30px;
    }
    .home .navbar .nav>li>a {
        padding: 8px 0px 0px 0px;
        font-size: 28px;
    }
    .home .ct_details_bar {
        font-size: 20px;
        line-height: 45px;
    }
    .home img.openicon, .home img.welcomeicon, .home img.findusicon {
        width: 20px;
    }
    .well.mod_postcode_box {
        width: 60%;
        margin: 0 auto;
        margin-top: 120px;
    }
    .space img {
        width:80%;
    }
    .home .row-fluid.ct_header_row {
        margin-bottom: 20px !important;
    }
    .btmbanners h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .btmbanners .btn.btn-primary {
        padding: 10px;
        font-size: 20px;
        margin-top: 10px;
    }
    .space {
        margin: 0px;
        margin-top: -150px;
        right: 0;
    }
}
@media (max-width:1300px){
    .home #logo img {
        max-height: 260px;
    }
    .home .navbar .nav>li>a {
        font-size: 25px;
    }
    .home .right_column.span8 {
        margin-top: 35px;
    }
    .well.mod_postcode_box {
        width: 70%;
    }
    .btmbanners h2 {
        font-size: 25px;
    }
    .btmbanners p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media (max-width:1200px){
    .home .navbar .nav>li>a, .navbar .nav>li>a {
        font-size: 20px;
    }
    .home header nav a {
        margin: 0px 0px 10px 20px;
    }
    .well.mod_postcode_box {
        width: 80%;
    }
    .two, .four, .five {
        padding: 0px;
    }
    .btmbanners p {
        font-size: 15px;
        line-height: 23px;
    }
}
/* Desktop */
@media (min-width: 979px) {
}

/* Not Desktop */
@media (max-width:979px){
    .space {
        display:none;
    }
    .well.mod_postcode_box {
        width: 90%;
        margin-top:0px;
    }
    .welcome h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .mod_postcode_box .lead {
        font-size: 36px;
    }
    .welcome {
        margin: 90px 0px 20px;
    }
    .btmbanners .span3 {
        width: 50%;
    }
    .span3.three,.span3.four {
        display:none;
    }
    .span3.two,.span3.five {
        padding:40px;
    }
    .btmbanners h2 {
        font-size: 35px;
    }
    .btmbanners p {
        font-size: 22px;
        line-height: 36px;
    }
    .navbar {
        width: 100%;
    }
    .home .navbar .nav>li>a {
        padding: 8px 0px 15px 0px;
    }
    .row-fluid.ct_header_row {
        margin-bottom:20px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, footer { 
       width:100%; 
   }

    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        padding:0px;
    }
    footer {
    	height:100%;
        text-align:center;
        padding-top:8px;
        padding-bottom:8px;
        margin-top:0;
    }
    .copyright, .cards, .tr.vendor a.vendor-zpos img {
    	padding-top:8px;
        padding-bottom:8px;
    }
    .tr, .tl {
        text-align: center !important;
    }
    .menu .alert h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .alert h2 small {
        font-size:16px;
    }
    .input-append.col.col2 {
        width: 100%;
    }
    .btmbanners .span3 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
    }
    .btmbanners .span3 img {
        width: 70%;
    }
    .span3.five, .span3.six, .span3.eight {
        display:none;
    }
    #logo {
        text-align:center;
    }
    .home #logo img, #logo img {
        max-height: 180px;
    }
    .home .right_column.span8, .right_column.span8 {
        margin-top: 0px;
    }
    .mod_postcode_box .lead {
        font-size: 28px;
        line-height: 30px;
    }
