@import url('https://fonts.googleapis.com/css?family=Exo:200,300,400,500,700'); 

* {
    margin: 0;
    padding: 0;
}

a:focus {
    outline-style: none;
}

a {
    color: #fff;
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #191919;
    background: #400D12;
}

#main {
    background: #4FD5D6;
}

img {
    border: 0 none;
    max-width: 100%;
    display: inline-block !important;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

#main-content {
    padding: 0 15px;
}

#header-area {
    background: url(images/header-img.jpg) no-repeat top right transparent;
    padding: 0;
    margin: 0;
    height: 140px;
}

.header {
    padding: 0;
    margin: 0;
}

.logo {
    margin: 7px 0 0 10px;
}

.logo a {
    width: 451px;
}

.header-banner {
    width: 470px;
    float: right;
    margin-top: 20px;
}

#navigation {
    margin-top: 50px;
}

#navigation ul {
    list-style: none;
}

#navigation li {
    list-style: none;
    padding: 0 2px;
}

#navigation li a {
    color: #fff;
    background: #400D12;
    font-family: 'Exo', sans-serif;
    font-size: 10px;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-border-radium: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    margin: 0;
    line-height: 24px;
    font-weight: bold;
}

#navigation li a:hover {
    color: #ccc;
    text-decoration: underline;
}

#contentArea {
}

#top-area {
    width: 970px;
    float: left;
    margin-bottom: 20px;
}

#top-content {
    background: url(images/top-content-bg.jpg) repeat-y;
    width: 970px;
    float: left;
    padding: 0;
    -webkit-border-radium: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.top-content-heading {
    background: url(images/top-head.jpg) repeat-x top;
    width: 970px;
    height: 41px;
    float: left;
    margin: 0 0 15px 0;
}

.top-content-heading h1 {
    width: 928px;
    float: left;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
}

.top-content-heading h1 a {
    color: #fff;
    text-decoration: none;
}

.top-content-heading h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.top-content-heading h2 {
    width: 928px;
    float: left;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
}

.top-content-heading h2 a {
    color: #fff;
    text-decoration: none;
}

.top-content-heading h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.top-content-txt {
    width: 928px;
    float: left;
    padding: 0 20px;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    color: #191919;
    text-align: justify;
    line-height: 18px;
}

.top-content-txt p {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    color: #191919;
    text-align: justify;
    line-height: 18px;
}

.top-content-txt p a {
    text-decoration: none;
    color: #bf001b;
}

.top-content-txt p a:hover {
    text-decoration: none;
    color: #bf001b;
}

.heading-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -4px;
    left: 4px;
}

.content {
    padding: 0;
    -webkit-border-radium: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

.content-heading {
    -webkit-border-radium: 7px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 15px 0;
    position: relative;
    background: #FF0000;
}

.mid-content {
    border: 1px solid #fff;
    border-right: 0;
}

.content-heading h1 {
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 12px 20px 12px 50px;
    line-height: 18px;
    margin-top: 15px;
}

.content-heading h1 a {
    color: #fff;
    text-decoration: none;
}

.content-heading h1 a:hover {
    color: #fff;
    text-decoration: none;
}

.content-heading h2 {
    width: 578px;
    float: left;
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 12px 20px 12px 50px;
    line-height: 18px;
}

.content-heading h2 a {
    color: #fff;
    text-decoration: none;
}

.content-heading h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.content-txt {
    padding: 0 15px;
    color: #000;
    line-height: 18px;
}

.content-txt p {
    color: #191919;
    line-height: 18px;
    padding-top: 15px;
}

.content-txt p a {
}

.content-txt p a:hover {
    text-decoration: none;
    color: #bf001b;
}

/*------------quick-links------*/
.quick-links {
    padding: 0;
    margin: 0;
}

.quick-links ul {
    list-style: none;
}

.quick-links ul li {
    list-style: none;
}

.quick-links ul li h2 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: 'Exo', sans-serif;
    margin: 0;
    padding: 14px 5px 14px 20px;
    background: #FF0000;
    border-radius: 7px;
}

.quick-links ul li h2 a {
    color: #fff;
    text-decoration: none;
}

.quick-links ul li ul {
    list-style: none;
    padding: 0 20px 0 0;
}

.quick-links ul li ul li {
    color: #343434;
    margin: 7px 0;
    padding: 0 0 0 15px;
    font-weight: normal;
}

.quick-links ul li ul li a {
    text-decoration: none;
    color: #343434;
}

.quick-links ul li ul li a:hover {
    color: #bf001b;
    text-decoration: none;
}

/*------------sidebar-banner------*/
.sidebar-banner {
    width: 298px;
    float: left;
    background: url(images/sidebar-bg.jpg) repeat-y;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sidebar-banner ul {
    list-style: none;
}

.sidebar-banner ul li {
    list-style: none;
}

.sidebar-banner ul li h2 {
    background: url(images/sidebar-head.jpg) no-repeat top;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: 'Exo', sans-serif;
    margin: 0;
    padding: 12px 5px 12px 5px;
    text-align: center;
}

.sidebar-banner ul li h2 a {
    color: #fff;
    text-decoration: none;
}

.sidebar-banner ul li p {
    text-align: center;
    padding: 20px 0;
}

/*------------.sidebar-banner2------*/
.sidebar-banner2 {
    margin: 0;
}

.sidebar-banner2 .banner1 {
    margin-bottom: 20px;
    text-align: center;
}

.sidebar-banner2 .banner2 {
    margin-bottom: 20px;
    text-align: center;
}

/*------------sidebar-right------*/
#sidebar-right {
    margin-top: 20px;
    border: 1px solid #fff;
    padding-top: 15px;
}

/*------------content-banner------*/
.content-banner {
    width: 620px;
    float: left;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
}

/* footer sytle */
footer {
    border-top: 1px solid #F4F4F4;
    padding-top: 10px;
}

/* contact form style */
.quick-links form {
    margin-top: 15px;
}

#success_message {
    display: none;
}

.ukcasrev {
    margin: 20px 0 50px;
    border: 1px solid #fff;
    width: 100%;
    background: #400d12;
}

.ukcasrev td,.ukcasrev th {
    font-size: 14px;
    padding: 12px 20px
}

.ukcasrev td {
    color: #fff;
    border: 1px solid #fff
}

.ukcasrev td .icon-img {
    display: inline;
    margin-right: 10px
}

.ukcasrev td:first-child {
    font-weight: 500
}

.ukcasrev td,.ukcasrev th {
    border-bottom: 1px solid #fff;
    padding: 15px
}

.ukcasrevpay:not(:empty):not(:last-child):after {
    content: ", "
}

ul#footernav {
    list-style: none;
    margin-top: 30px;
}

ul#footernav li {
    display: inline-block;
}

ul#footernav li a {
    text-decoration: none;
    margin: 0 5px;
    background: #400d12;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

ul#footernav li a:hover {
    opacity: .7;
}

@media (max-width: 768px) {
    .logo {
        text-align:center;
    }

    .sidebar-banner2 {
        display: none;
    }
}
