/*
Theme Name: Turners Of Malden
Theme URL: Turners Of Malden
Description: Turners Of Malden
Author: Unitel Direct
Author URL: http://www.uniteldirect.co.uk/
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

body {
    font-family: 'Lato', sans-serif !important;
}

#logo {
    margin-top: 2px;
}

#top-bar {
    background-color:#ebebeb;
    border-top: 3px solid #222;
    padding-top: 3px;
    padding-bottom: 2px;
}

#top-bar p {
    margin:0 !important;
    text-align: center;
    font-weight: 700;
    color: #222;
    font-size: 14px;
}

#top-bar a {
    display: inline-block;
    height:30px;
    width:30px;
    padding-top:6px;
    text-align: center;
    background-color:#222;
    color:#FFF !important;
    margin: 0 auto;
    margin-top: 4px !important;
    font-size: 12px !important;
    border-radius: 3pt;
}

#top-bar a:hover {
    background-color:#111 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#header {
    background-color: #f4f4f4 !important;
    padding-top:25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

#header h1 {
    color:#FFF;
    font-weight:800;
    font-size:48px;
}

#header p {
    font-weight:600;
    color:#FFF;
}

.top-contact {
    text-align: center;
    color:#FFF;
    padding-top:10px;
}

.top-contact p {
    font-weight:600;
    font-size:13px;
    padding-bottom:10px;
}

nav {
    margin-top:30px;
    background-color: transparent !important;
    border:none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

nav a {
    color:#111 !important;
    font-weight:700;
}

nav a:hover {
    background-color: #222 !important;
    color:#fff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav a.current {
    background-color: #222 !important;
    color:#fff !important;
}

.navbar-toggle {
    background-color:transparent !important;
    border: none !important;
}

.navbar-toggle .icon-bar {
    background-color: #222 !important;
    width:50px !important;
    height:4px !important;
    margin-bottom: 7px !important;
}

.camera_wrap {
    border-bottom: 3px solid #222;
    margin-bottom: 0px !important;
}

.camera_caption h3 {
    letter-spacing: 1pt;
    font-size: 22px;
}

.camera_caption {
    width:30% !important;
    background-color: #111 !important; /* caption BG color */
    left: 12% !important;
    padding:10px !important;
    bottom:8% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.camera_caption > div {
    background-color:transparent !important;
}

.camera_pag_ul li {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    cursor: pointer;
    border-radius: 50% !important;
    background: #414869 !important; /* color of slider dots */
    -webkit-transition: 0.3s all ease !important;
    transition: 0.3s all ease !important;
}

.camera_pag_ul span {
    display: none !important;
    visibility: hidden !important;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #D00 !important; /* Color of active dot */
}

.camera_pag {
    position: absolute;
    bottom: 3% !important;
    z-index: 10 !important;
    right: 21.5% !important;
}

@media (max-width:767px) {
    .camera_caption {
        display: none !important;
        visibility: hidden !important;
    }
    .camera_pag {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    nav {
        
    }
    header .container {
        width: 1335px !important;
    }
}

@media (max-width: 991px) {
    header {
        text-align: center !important;
    }
}

#main {
    padding-top:50px;
    padding-bottom:50px;
}

#main h1 {
    margin-bottom: 25px !important;
    color:#111;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1pt;
    text-transform: uppercase;
}

#main h1 strong {
    color: #111;
}

#main h2 {
    color:#111;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

#main p {
    font-weight:400;
    line-height:1.8em;
    color: #111;
    margin-bottom:20px;
}

#main ul {
    margin-bottom:20px;
    color: #111;
}

#main li {
    margin-bottom: 8px;
}

#footer {
    background-image: url(images/footer-bg.jpg);
    background-size:cover;
    border-top: 3px solid #111;
}

#footer .col-md-4 {
    padding:25px !important;
    background-color: #111;
    color:#FFF !important;
    line-height: 1.7em;
}

#footer .col-md-4 p {
    margin-bottom: 20px;
}

#footer .col-md-7 {
    padding:25px !important;    
}

#copyright {
    background-color:#0b0b0b;
    padding-top: 10px;
}

#copyright h1 {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
}

#copyright p {
    color:#FFF !important;
    font-size:11px;
    font-weight:400;
}

#footer h4 {
    font-size:22px !important;
    font-weight:400;
    padding-bottom:3px;
    margin-bottom:20px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color:#FFF;
}

#copyright a {
    color:#FFF !important;
    text-decoration: none !important;
}



    /* Contact Form */

input, textarea {
	padding:15px;
	width:100%;
	max-height:150px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}

input[type="submit"] {
	max-width:150px;
	background-color:#111;
	color:#FFF;
	border: none !important;
}

/* CHANGE SCROLLER VALUES */

::-webkit-scrollbar {
    width: 10px;
    
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
    background-color:#111;    /* CHANGE THE COLOUR OF THE MAIN BAR */
   
}
 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,3); 
    background-color:#444;   /* CHANGE THE COLOUR OF THE MOVING PART OF THE SCROLLER */
}