/* Minification failed. Returning unminified contents.
(54,16): run-time error CSS1030: Expected identifier, found ' '
(54,36): run-time error CSS1030: Expected identifier, found ' '
(55,7): run-time error CSS1030: Expected identifier, found ' '
(55,18): run-time error CSS1030: Expected identifier, found ' '
 */
/* browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, #wrapper {
    height: 100%;
}

#body-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -212px; /* the bottom margin is the negative value of the footer's height */
}

#footer-container, .push {
    height: 212px; /* .push must be the same height as .footer */
}



nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote: before, blockquote: after,
    q: before, q: after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    color: #c0c0c0;
    text-decoration: none;
}

    a:hover {
        color: #969696;
        text-decoration: none;
    }

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.clear {
    clear: both;
}
/* floating */

.left {
    float: left !important;
}

.right {
    float: right !important;
}

/* text aligments */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/* go structure */

/*#wrapper {  
}*/
.inner {
    width: 984px;
    margin: 0 auto;
}

/* start header */
#header {
    height: 322px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.home #header {
    height: 652px;
    margin-bottom: 20px;
}

.page-list #header {
    margin-bottom: 0;
}

.header-bg {
    width: 100%;
    height: auto;
    min-height: 652px;
    min-width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#header #logo a {
    display: block;
    margin: 0 auto;
    background: url(/images/logo.png) no-repeat 0 0;
    width: 404px;
    height: 106px;
    position: relative;
    z-index: 2;
}

.carousel {
    width: 500px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}

    .carousel li {
        text-align: center;
        width: 273px;
        top: 0;
    }

#sample-roundabout {
    height: 400px;
}

.carousel li img {
    width: 100%;
}
/* start navigation */

#navi {
    position: relative;
    z-index: 1;
    margin-top: -3px;
    margin-bottom: 30px;
}

    #navi ul {
        list-style-type: none;
        background: #333333 url(/images/navi.png) no-repeat 0 0;
        overflow: hidden;
        width: 458px;
        margin: 0 auto;
    }

    #navi li {
        float: left;
        font: normal 15px/28px Georgia, sans-serif;
        margin: 0 20px;
    }

        #navi li a {
            text-decoration: none;
            color: #fff;
        }

            #navi li a:hover {
                text-decoration: underline;
            }

/*flexi*/
.content-top {
    overflow: hidden;
    margin-bottom: 35px;
}

.flexslider .slides,
.slides {
    list-style-type: none;
    display: block;
}

#slider .slider {
    margin: 0;
    padding: 0;
}

.flexslider {
    height: 250px;
}

    .flexslider table td {
        vertical-align: middle;
        height: 250px;
        width: 320px;
        text-align: center;
    }

    .flexslider .slide {
        font: normal 23px/27px Georgia, Arial, sans-serif;
        background: #fff;
        height: 250px;
        display: none;
    }

        .flexslider .slide .author {
            font-size: 15px;
            display: block;
            font-style: italic;
        }

        .flexslider .slide a {
            color: #333333;
            text-decoration: none;
        }

.column {
    width: 300px;
    float: left;
}

    .column:first-child .article {
        margin-left: 30px;
    }

.column-center {
    float: left;
    width: 320px;
    margin: 0 20px 0 30px;
}

.article {
    margin: 25px 0 0 0;
}

.column .article {
    width: 267px;
}

.article p {
    font: normal 15px/23px Georgia, Arial, sans-serif;
    color: #333333;
}
/* start content */

#container {
    position: relative;
    z-index: 2;
}

.faq {
    font-size: 12px !important;
}

#container .inner {
    width: 984px;
}

.row {
    overflow: hidden;
    padding: 0 0 30px 0;
    min-height: 430px;
}

.col {
    float: left;
    width: 267px;
    margin: 0 30px;
}

/*.col ul {
    margin-left: 20px;
}

.col ul li {
    padding-left: 20px;
    font: normal 14px/23px Georgia, Arial, sans-serif;
}*/
/*.col ul li  span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}*/
/*.col ul li {
  padding-left: 20px;
  font: bold 14px/23px Georgia, Arial, sans-serif;
}
.col ul li  span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}*/
.keyb {
    margin-bottom: 30px;
}

.content h1 {
    font: normal 51px/60px Georgia, Arial, sans-serif;
    color: #333333;
}

.content .content-entry h1.page-title {
    margin-left: 30px;
    padding-top: 70px;
}

.content .content-entry h1.page-title-details {
    /*margin-left: 30px;*/
    padding-top: 70px;
    text-align: center;
}

.content h2 {
    font: italic 23px/27px Georgia, Arial, sans-serif;
    color: #333333;
}

.content h2.page-description-details { 
    /*margin: 0 0 105px 205px;*/
    margin: 0 0 105px 0;
    text-align: center;
}

.content h2.page-description {
    margin: 0 0 105px 205px;
}

.content-entry {
    overflow: hidden;
    margin-bottom: 35px;
    margin: 0 auto;
    
}

.column-all {
    width: 670px;
    margin: 0 auto;
    border: 0px solid #e80c4d;
    display: block;
}

.content-bottom {
    min-height: 91px;
    border-bottom: 1px solid #fff;
    background: #e1e1e1;
    padding: 35px 0;
}

    .content-bottom p {
        font: normal 12px/23px Georgia, Arial, sans-serif;
        color: #333333;
        text-align: center;
    }

.container h1 {
}
 
.content .content-entry p {
    font: normal 15px/23px Georgia, Arial, sans-serif;
    color: #333333;
}

/*.content .content-entry ul li {
}*/

.content ul {
   
    color: #333333;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: disc;
    padding: 6px  6px  6px 0;
    font: normal 15px/23px Georgia, Arial, sans-serif;
    overflow: hidden; 
}

.content ol {
    color: #333333;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: decimal;
    padding: 6px  6px  6px 0;
    font: normal 15px/23px Georgia, Arial, sans-serif;
    overflow: hidden; 
}

.content ul li, .content ol li {
    /*position: relative; left: 30px;*/
    margin-left: 30px;
}
 

.navigation {
    height: 200px;
    position: relative;
    clear: both;
}

.prev span,
.next span {
    background: url(/images/prev-next.png) no-repeat;
    height: 39px;
    width: 39px;
    display: inline-block;
}

.prev:hover span {
    background-position: 0 -39px;
}

.prev span {
    margin-right: 30px;
    float: left;
}

.next span {
    background-position: -39px 0;
    margin-left: 30px;
    float: right;
}

.next:hover span {
    background-position: -39px -39px;
}

.prev,
.next {
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    width: 125px;
    font: bold italic 15px/39px Georgia, Arial, sans-serif;
    color: #c0c0c0;
}

    .prev:hover,
    .next:hover {
        color: #969696;
    }

.prev {
    left: 260px;
}

.next {
    right: 260px;
}

.prev-i,
.next-i {
    background: url(/images/prev-next.png) no-repeat;
    height: 39px;
    width: 39px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.prev-i {
    left: -120px;
}

    .prev-i:hover {
        background-position: 0-39px;
    }

.next-i {
    background-position: -39px 0;
    right: -120px;
}

    .next-i:hover {
        background-position: -39px -39px;
    }

.first,
.last {
    background: url(/images/first-last.png) no-repeat;
    height: 39px;
    width: 39px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.first {
    left: 190px;
}

    .first:hover {
        background-position: 0 -39px;
    }

.last {
    right: 190px;
    background-position: -39px 0;
}

    .last:hover {
        right: 190px;
        background-position: -39px -39px;
    }

.blog img {
    float: left;
    padding-right: 15px;
}

.blog h3 {
    font: bold 19px/23px Georgia, Arial, sans-serif;
    color: #333333;
    margin-bottom: 30px;
}

.blog p {
    color: #333333;
    font: normal 15px/23px Georgia, Arial, sans-serif;
}

.blog {
    margin-bottom: 35px;
    overflow: hidden;
    padding-right: 35px;
}

    .blog a {
        color: #333333;
    }

        .blog a:hover {
            text-decoration: none;
        }

.head-list {
    padding: 75px 0;
    overflow: hidden;
    text-align: center;
}

#slider {
    min-height: 75px;
    width: 918px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 30px;
}

    #slider li {
        overflow: hidden;
        height: 135px;
        display: none;
        font: normal 23px/27px Georgia, Arial, sans-serif;
        text-align: center;
    }

        #slider li table {
            width: 100%;
        }

        #slider li a {
            color: #333333;
            text-decoration: none;
        }

        #slider li .author {
            display: block;
            font-style: italic;
            font-size: 15px;
        }

.caption {
    display: block;
    font: italic 15px/23px Georgia, Arial, sans-serif;
    color: #333333;
}

.paddingtop-160 {
    padding-top: 160px;
}

/* start sidebar */

.side {
    /*float: left;
    width: 300px;*/
    width: 300px;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    display: block;
     
}
 

.slideItem {
    height: 400px;
}

/* start footer */

#footer {
    background: url(/images/footer.png) repeat-x 0 0;
    height: 50px;
    padding-top: 22px;
    overflow: hidden;
}

.logo-footer a {
    float: left;
    background: url(/images/logo-footer.png) no-repeat 0 0;
    width: 184px;
    height: 42px;
    margin-left: 10px;
}

#footer .copyright {
    float: right;
    padding-right: 40px;
}

    #footer .copyright p {
        font: normal 9px Arial, sans-serif;
        color: #fff;
    }

.carousel li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 400px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/*Custom stylw*/
.img-center {
    display: block;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}
/*
.prev-focus{
  -webkit-transform: perspective(150px) rotateY(-15deg);
  -moz-transform: perspective(150px) rotateY(-15deg);
  -ms-transform: perspective(150px) rotateY(-15deg);
  -o-transform: perspective(150px) rotateY(-15deg);
  transform: perspective(150px) rotateY(-15deg);

}
.next-focus {
  -webkit-transform: perspective(150px) rotateY(15deg);
  -moz-transform: perspective(150px) rotateY(15deg);
  -ms-transform: perspective(150px) rotateY(15deg);
  -o-transform: perspective(150px) rotateY(15deg);
  transform: perspective(150px) rotateY(15deg);

}*/

