/*
Theme Name: Unitel Direct New FT10 Theme Version 1.1
Theme URL: www.uniteldirect.co.uk
Description: Unitel Direct New FT10 Theme
Author: David Morris - Unitel Direct
Author URL: http://www.uniteldirect.co.uk/
*/

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

body {
    font-family:'Lato', sans-serif !important;
    background-color: #efefef;
}

p {
    font-size:14px;
    font-weight:400;
    line-height:1.8em;
    margin-bottom:20px;
}

#top-bar {
    padding-top:10px;
    padding-left:25px !important;
    background-color:#444345;
    color:#FFF !important;
}

#top-bar a {
    color: #fff !important;
}

#top-bar p {
    color:#FFF;
    letter-spacing: 0.5px!important;
    text-align: center;
}

#top-bar i {
    color:#FFF;
    font-size:24px;
    border-radius: 0px !important;
    padding-top: 5px;
}

.no-padding {
    padding:0 !important;
}

header {
    background-color:#FFF;
}

#logo {
    padding:0px 30px !important;
}

#logo h1 {
    font-weight:700;
    padding-bottom:10px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
}

#logo h1 strong {
    font-size:50px;
    color:#1990e6;
}

#logo p {
    font-weight:700;
    font-size:16px;
    letter-spacing:3pt;
    text-align: center;
}

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

nav, nav a {
        background-color:#fff !important;
        color:#939598;
        font-weight:600;
        font-size:16px;
        border: none !important;
        letter-spacing: 0.5px !important;
}

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

@media (min-width:992px) {
    .navbar-collapse {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    nav a {
        padding-top:90px !important;
        padding-bottom:90px !important;
    }
    .container {
        width:100% !important;
    }
    .navbar-inverse {
        margin-left:1px !important;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #555;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:hover {
    background-color: #333;
}

.camera_caption > div {
    background: rgba(000,000,000,0.5) !important;
    padding: 25px !important;
}

.camera_caption {
    bottom: 30%;
    display: block;
    position: absolute;
    width: 40%;
    left: 30%;
}

.camera_wrap h3 {
    font-weight:700 !important;
    font-size:60px !important;
    margin-top:5px !important;
    text-align: center;
    letter-spacing: 0.5px;
}

.camera_wrap p {
    margin-bottom:10px !important;
    text-align: center;
}

#content {
    padding-top:40px;
    padding-bottom:20px;
    background:#FFF;
    padding-left:30px;
    padding-right: 30px !important;
    color:#000;
}

#content p {
    margin-bottom:20px;
}

#content h1 {
    text-transform: uppercase;
    padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:2px solid #CCC;
    font-size:30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}

#content h1 strong {
    color:#444345;
    font-weight: bold;
}

#content ul {
    padding-left:15px;
    margin-bottom:30px !important;
}

#content li {
    margin-bottom:8px;
    font-size:13px;
    font-weight:400;
    list-style: none;
}

#content li:before {
    content:'●';
    margin-right:10px;
    color:#444345;
}

#content h2 {
    font-size:22px;
    color:#444345;
    font-weight:bold;
    margin-bottom:8px;
    letter-spacing: 1px;
}

#content h3 {
    font-size:18px;
    color:#444345;
    font-weight:bold;
    margin-bottom:8px;
    letter-spacing: 1px;
}

#content input, #content textarea {
    width:100%;
    max-height:150px;
    padding:10px;
}

#content hr {
    border-top:1px solid #444345;
    width:50%;
    margin:40px auto;
}

#content a {
    color:#444345;
    font-weight: bold;
}

input[type="submit"] {
    width:120px !important;
    padding:10px;
    background:#444345 !important;
    color:#FFF;
    border:none !important;
    margin-bottom:40px;
    text-transform: center;
}

.text-center {
    
    color: #000;
    font-weight: bold;
}

footer {
    background:#434343;
    padding:30px !important;
    color:#FFF !important;
}

footer h4 {
    text-transform: uppercase;
    font-size:22px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}

h1.footer-keywords {
    font-size:12px;
    text-align: center;
    font-weight:400;
    padding-top:20px;
    letter-spacing: 2px;
}

#unitel {
    padding-top:10px;
    background-color:#222;
    color:#FFF;
}

#unitel p {
    font-size:11px;
    font-weight:500;
    letter-spacing: 0.5px;
}

#unitel a {
    color:#fff;
    font-weight: bold;
}