<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #FFFFFF;
    min-height : 100%;
}

body {
    background : #FFFFFF;
    height     : auto;
    position   : relative;
}

#container {
}

#popupWindowCaller {
    display : none;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* ================================= */
/* Defaults */
/* ================================= */

.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}
.vert_align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    background: url("/images/backgrounds/header-bg.png") no-repeat bottom center;
    border-top: 3px solid #749ABC;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 10px 0 0px;
    border-bottom: 1px solid #E1E1E1;
    position         : relative;
}

#header a.logo {
    margin      : 6px 0px 7px 2px;
    padding     : 0px;
    text-indent : -9999px;
    z-index     : 2;
    height      : 100px;
    width       : 200px;
    display     : block;
    position    : relative;
    background  : url(images/backgrounds/cvt-logo.png) top left no-repeat;
}


/* Free Quote - Header */

#header .header_ctas {
    float       : right;
    text-align  : right;
    padding-top : 18px;
}

#header #free_quote, #header #phone_number {
    padding: 19px 20px;
    color: #fff;
    float: left;
    position: relative;
}
#header #free_quote i, #header #phone_number i{
    font-size : 23px;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
#header #free_quote .header_details_text, #header #free_quote i{
    display: block;
    color: #FFFFFF;
}
#header #free_quote .header_details_text, #header #phone_number .header_details_text{
    font-size : 19px;
    line-height: 24px;
    float: left;
    font-weight: 700;
}
#header #phone_number .header_details_text {
    display: block;
}
.header_phone_number span {
    padding: 10px 2px 10px 5px;
    font-size: 25px;
}
.phone_hidden, .phone_on {
    color: #fff;
    position: absolute;
    top: -200px;
    -webkit-transition: linear top 0.2s;
    -moz-transition: linear top 0.2s;
    -o-transition: linear top 0.2s;
    transition: linear top 0.2s;
    right: 26px;
}
.phone_on {
    top: 19px;
}
#header #free_quote {
    background: #9AABBC;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#header #phone_number {
    background: #749ABC;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 163px;
    overflow: hidden;
    height: 25px;
    color: #fff;
}
#header #free_quote .close_apply_online_active {
    display: none;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    top: -20px;
    right: -18px;
    color: #4C5B69;
    z-index: 99;
}

#header #free_quote .header_quote_hover_container {
    background: #9AABBC;
    width: 263px;
    display: none;
    padding: 4px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 9999;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 120%;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -ms-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.header_quote_hover_container .button {
    margin-top: 15px;
}
.header_quote_hover_container label {
    padding:  5px 0;
    display: block;
}

/* ================================= */
/* Main Navigation */
/* ================================= */

#mainNav {
    height           : 56px;
    background: #526372; /* Old browsers */
    background: -moz-linear-gradient(top,  #526372 0%, #4a5866 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526372), color-stop(100%,#4a5866)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #526372 0%,#4a5866 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #526372 0%,#4a5866 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #526372 0%,#4a5866 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #526372 0%,#4a5866 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526372', endColorstr='#4a5866',GradientType=0 ); /* IE6-9 */
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
}

#mainNav &gt; li {
    margin : 0 0 0 0px;
}


#mainNav li a {
    padding     : 17px 23px 19px;
    background: #526372; /* Old browsers */
    background: -moz-linear-gradient(top,  #526372 0%, #4a5866 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526372), color-stop(100%,#4a5866)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #526372 0%,#4a5866 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #526372 0%,#4a5866 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #526372 0%,#4a5866 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #526372 0%,#4a5866 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526372', endColorstr='#4a5866',GradientType=0 ); /* IE6-9 */
    font-size   : 16px;
    margin      : 0px 0px;
    font-weight : bold;
    text-shadow : 0px -1px 0px rgba(0, 0, 0, 0.3);
    color       : #FDFDFD;
    display     : block;
    border-right: 1px solid #43515D;
    border-left: 1px solid #596977;
}

#mainNav &gt; li.first {
    margin-left : 0;
}
#mainNav &gt; li.first a{
    padding     : 17px 34px 19px;
    border-left: 0;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
}
#mainNav &gt; li.last a{
    border-right: 0;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
}

#mainNav &gt; li &gt; a {
    height : 20px;
}

#mainNav li a:hover {
    background: #606f7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #606f7d 0%, #495866 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606f7d), color-stop(100%,#495866)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #606f7d 0%,#495866 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606f7d 0%,#495866 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606f7d 0%,#495866 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #606f7d 0%,#495866 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606f7d', endColorstr='#495866',GradientType=0 ); /* IE6-9 */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#f17c5b', endColorstr='#ed5d34', GradientType=0); /* IE6-9 */
    color      : #fff;
}

#mainNav li a:active, #mainNav li.current &gt; a {
    background: #495865; /* Old browsers */
    background: -moz-linear-gradient(top,  #495865 0%, #495866 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#495865), color-stop(100%,#495866)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #495865 0%,#495866 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #495865 0%,#495866 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #495865 0%,#495866 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #495865 0%,#495866 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495865', endColorstr='#495866',GradientType=0 ); /* IE6-9 */
    color              : #D7E2E8;
}

#mainNav ul {
    position           : absolute;
    background-image: none!important;
    background: #fff!important;
    width              : 230px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border: 1px solid #E1E1E1;
    -webkit-box-shadow : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 1px 6px rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

#mainNav ul li a.last, #mainNav ul li a.last:hover, #mainNav ul li a.last:active {
    border-bottom      : solid 2px #9AABBC;
}
#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 57px; /* match top ul list item height */
    z-index : 999;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 230px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 230px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li a {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    background-image: none;
    margin           : 0;
    padding          : 7px 11px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background : #FFFFFF;
    border           : none;
    text-shadow      : none;
    filter: none; /* IE6-9 */
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #9aabbc !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current &gt; a {
    color              : #D1DCE8;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    width    : 40%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #516170;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 50px !important;
    width           : 67px !important;
    line-height     : 21px;
    position        : relative;
    top             : 11px;
    right           : 0;
    border-radius   : 0;
    background      : url(images/icons/nav.png) 45% center no-repeat;
    background-size : 60% 60%;
    text-indent     : -9999px;
    float           : right;

    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position   : fixed;
    width      : 80%;
    float      : left;
    right      : -80%;
    -moz-box-shadow : inset 3px 0px 6px #111;
    -o-box-shadow : inset 3px 0px 6px #111;
    -webkit-box-shadow : inset 3px 0px 6px #111;
    box-shadow : inset 3px 0px 6px #111;
    height     : 100%;
    z-index    : 98;
    overflow   : auto;
    display    : block;
    padding-left: 5px;
    -webkit-overflow-scrolling: touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    /* overflow : hidden; */
    position : relative;
    height   : 100%;
}

#mobile_nav ul {
    float         : left;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 5px 0 0 !important;
    border-bottom : 5px solid #5A6C7D;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    width         : 100%;
    border-bottom : 1px solid #5A6C7D;
}

#mobile_nav ul li a {
    color       : #fff;
    font-size   : 18px;
    display     : block;
    float       : left;
    width       : 100%;
    font-weight : bold;
    padding     : 12px 20% 12px 0;
    position: relative;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap &gt; ul &gt; li &gt; ul {
    display: none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom: 0;
    padding: 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight  : normal;
    font-size    : 13px;
}

span.mobile_nav_down_more {
    position: absolute;
    height: 100%;
    width: 20%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 999;
    right: 0;
    top: 0;
    padding: 10px 0 0;
    outline: none;
}

/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
    float: right;
    margin-top : -148px;
}
#sidebar .widget.home_widget_banner .widget_content {
    width: 81%;
    color: #506170;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#subNav {
    border-bottom : solid 1px #E6E6E6;
}

#sidebar #subNav li.subNavHeading a {
    color           : #FFFFFF;
    padding         : 5px 0px 5px 0px;
    margin          : 0px;
    text-transform  : capitalize;
    text-decoration : none;
    font-size       : 21px;
}

#sidebar #subNav li.subNavHeading a:hover {
    color : #FFFFFF;
}

#content #sidebar #subNav li.subNavHeading {
    padding      : 18px 0px 17px 17px;
    margin       : 0px;
    text-indent  : 0px;
    text-align   : left;
    background: #acbac8; /* Old browsers */
    background: -moz-linear-gradient(top,  #acbac8 0%, #9aabbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbac8), color-stop(100%,#9aabbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #acbac8 0%,#9aabbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #acbac8 0%,#9aabbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #acbac8 0%,#9aabbc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #acbac8 0%,#9aabbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbac8', endColorstr='#9aabbc',GradientType=0 ); /* IE6-9 */
    border-top   : 1px solid #9AABBC;
    border-left  : 1px solid #8BA3BA;
    border-right : 1px solid #7A99B5;
}

#content #sidebar #subNav li.subNavHeading:before {
    content : none;
}

#sidebar #subNav {
    background-color : #FFFFFF;
}

#content #sidebar ul#subNav li.subNavHeading + li {
    border-top   : solid 1px #A2B2C1;
}
#content #sidebar ul#subNav li {
    padding      : 8px 0px 8px 32px;
    text-indent  : -15px;
    margin       : 0px;
    border-top   : solid 1px #E1E1E1;
    border-left  : solid 1px #BEC9D4;
    border-right : solid 1px #ACBAC8;
}

#sidebar #subNav li a {
    color           : #000;
    padding         : 5px 0px;
    text-decoration : none;
    font-size: 13px;
}

#sidebar #subNav li a:hover {
    color : #A1A1A1;
}

#content #sidebar #subNav li:before {
    content      : "\203A \00a0";
    color        : #94B0CA;
    font-size    : 15px;
    margin-right : 5px;
    line-height  : 15px;
}

#content #sidebar ul#subNav {
    padding : 0;
    margin  : 0px 0px 9px 0px;
}

#content #sidebar #subNav li.down a {
    color       : #B0C4D7;
}

#content #sidebar #subNav li.down:before {
    color       : #B0C4D7;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
    border-top   : none;
    padding-top  : 4px;
    padding-left : 32px;
}

#content #sidebar #subNav li.childChild {
    font-size    : 11px;
    border-top   : none;
    padding-top  : 4px;
    padding-left : 50px;
}

#content #sidebar #subNav li.childChild:before {
    font-size   : 11px;
    margin-left : 28px;
}

#sidebar #subNav li.child:before {
    font-size   : 11px;
    margin-left : 14px;
}

/* ================================= */
/* Content */
/* ================================= */

#content {
    padding-top    : 10px;
    padding-bottom : 0px;
    width          : 100%;
    display        : block;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}

/* ================================= */
/* Home */
/* ================================= */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* Home Page Banner */


#homeBanner {
    width:      100%;
    float:      left;
    min-height: 300px;
    margin-top: 0;
    padding-bottom: 1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
    z-index:    99;
    background: url(images/icons/ajax-loader-alt.gif) no-repeat center center;
}

#homeBanner a.only_image {
    display: block;
    height: 377px;
    width: 100%;
}

#homeBanner .slides &gt; li {
    background-repeat:   repeat-x;
    background-position: center;
}

#homeBanner .banner_text_container {
    height:     377px;
    display:    table;
    text-align: left;
}

#homeBanner .banner_text {
    text-align:     left;
    display:        table-cell;
    vertical-align: text-top;
    padding-top: 5%;
    padding-left: 28px;
    color:          #506170;
    float:          none;
    position:       static;
    /*    top: 17%;*/
    left:           auto;
}

#homeBanner .banner_text h2, #homeBanner .banner_link_container, #homeBanner .banner_text p {
    width: 50%;
}

#homeBanner .banner_text h2 {
    float:         left;
    font-size: 29px;
    font-weight: 400;
    clear: right;
    margin-bottom: 0px;
    line-height:   40px;
    color:         #506170;
}

#homeBanner .banner_text p strong{
    font-style: normal;
    display: block;
    line-height: 46px;
    font-size: 40px;
    margin-bottom: 4px;
}
#homeBanner .banner_text p {
    color: #506170;
    float: left;
    font-style: italic;
    line-height: 40px;
    font-size: 56px;
    font-weight: 400;
}


#homeBanner .banner_link_container {
    float:      left;
    margin-top: 5px;
}

#homeBanner .flex-control-nav {
    display: none;
}
#homeBanner .banner_arrows_container .banner_arrows {
    position: absolute;
    height: 377px;
    left: 0;
    right: 0;
}
#homeBanner .banner_arrows_container .banner_arrows .flex-direction-nav .flex-prev {
    left: -45px;
}
#homeBanner .banner_arrows_container .banner_arrows .flex-direction-nav .flex-next {
    right: -45px;
}



.home_content_borders {
    text-align: center;
    margin-top: 40px;
    padding-top: 1px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 1px;
    margin-bottom: 30px;
}

.home_content {
    text-align: center;
    background: #ced6e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #ced6e0 0%, #e3e9ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6e0), color-stop(100%,#e3e9ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ced6e0 0%,#e3e9ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ced6e0 0%,#e3e9ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ced6e0 0%,#e3e9ef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ced6e0 0%,#e3e9ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6e0', endColorstr='#e3e9ef',GradientType=0 ); /* IE6-9 */
}
.home_content_bg_overlay {
    background: url('/images/backgrounds/home_content_bg.png') no-repeat right center;
    padding: 50px 0 40px;
    background-position: 78% center;
}
.home_content .padding {
    width: 80%;
    margin: 0 auto;
}

.home_content strong {
    font-size: 14px;
    line-height: 20px;
}
.home_content h1{
    font-weight: 400;
    margin-bottom: 10px;
}
.home_content h1 strong{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
}


/* ================================= */
/* Default Template */
/* ================================= */

.inner_template_header {
    background: url("/images/backgrounds/inner_page_header_bg.png") repeat #688EB0;
    margin-bottom: 20px;
}
.inner_header_overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/backgrounds/inner_page_header_overlay.png") no-repeat 75% top;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
}
.inner_template_heading_container {
    height: 121px;
    position: relative;
}
.inner_template_heading_container h1{
    color: #fff;
    font-weight: normal;
    font-size   : 34px;
    line-height: 40px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.bread_crumbs_container {
    background: #506170;
    position: relative;

}
.inner_banner_container {
    margin-top: 3px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.inner_banner_container img{
    width: 100%;
}

.inner_banner_container .bottom_line {
    height: 4px;
    width: 100%;
    background: #749abc; /* Old browsers */
    background: -moz-linear-gradient(left,  #749abc 0%, #749abc 13%, #7f9fbc 37%, #7f9fbc 37%, #9aabbc 63%, #9aabbc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#749abc), color-stop(13%,#749abc), color-stop(37%,#7f9fbc), color-stop(37%,#7f9fbc), color-stop(63%,#9aabbc), color-stop(100%,#9aabbc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #749abc 0%,#749abc 13%,#7f9fbc 37%,#7f9fbc 37%,#9aabbc 63%,#9aabbc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #749abc 0%,#749abc 13%,#7f9fbc 37%,#7f9fbc 37%,#9aabbc 63%,#9aabbc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #749abc 0%,#749abc 13%,#7f9fbc 37%,#7f9fbc 37%,#9aabbc 63%,#9aabbc 100%); /* IE10+ */
    background: linear-gradient(to right,  #749abc 0%,#749abc 13%,#7f9fbc 37%,#7f9fbc 37%,#9aabbc 63%,#9aabbc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749abc', endColorstr='#9aabbc',GradientType=1 ); /* IE6-9 */\s
}

/* ================================= */
/* Seo Pages */
/* ================================= */

.bottom_space{
    margin: 30px 0 50px 0;
    float: left;
}

.red{
    color: red;
}

.seo_cta{
    background: url(/images/backgrounds/phone.png) no-repeat 10% 50% #f5f5f5;
    text-align: center;
    padding: 99px 0;
}

.seo_cta .sml, .seo_cta .med, .seo_cta .lrg{
    padding: 0;
}

.seo_cta .sml, .seo_cta .med{
    margin: 0;
}

.seo_cta .sml{
    font-size: 24px;
    font-style: italic;
    color: #506170;
}

.seo_cta .med{
    font-size: 18px;
    font-weight: 900;
    color: #272727;
}

.seo_cta .lrg{
    font-size: 60px;
    font-weight: 900;
    color: #749abc;
    margin: 15px 0 20px 0;
}

.seo_form input[type="text"],
.seo_form textarea,
.seo_form input[type="email"],
.seo_form .imageVerification{
    margin: 10px 0 0 0;
}

.seo_form input[type="text"],
.seo_form textarea,
.seo_form input[type="email"],
.seo_form .full_width,
.seo_form .half_width,
.seo_form .three_quarter_width,
.seo_form .quarter_width{
    float: left;
}

.seo_form input[type="text"],
.seo_form textarea,
.seo_form .full_width{
    width: 100%;
}

.imageVerification input[type="text"]{
    margin: 0 10px 0 0;
}

.seo_form textarea{
    height: 98px;
}

.seo_form .half_width,
.seo_form .imageVerification input, 
.seo_form .imageVerification input[type="text"]{
    width: 48%;
}

.seo_form .three_quarter_width{
    width: 73%;
}

.seo_form .quarter_width{
    width: 23%;
}

.seo_form .space{
    padding-right: 4%;
}


@media only screen and (max-width: 1023px) and (min-width: 768px){ 

    .seo_cta .lrg{
        font-size: 50px;
    }

    .seo_form .imageVerification input[type="text"] {
        width: 35%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px){

    .seo_cta{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px){
    .seo_cta .lrg{
        font-size: 40px;
    }

    .seo_cta{
        margin-bottom: 20px;
    }
}


/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}


.widget_title {
    padding    : 10px 15px 10px 20px;
    padding: 0 5px 5px 0;
    background: url("/images/backgrounds/widget_title_bg.png") no-repeat bottom center;
    border-bottom: 1px solid #9AABBC;
}

.widget_title.no_bg {
    background: none;
}

.widget_title h2 {
    color  : #506170;
    margin : 0;
}

.widget_content h2 a, .widget_content h2 {
    font-size     : 13px;
    line-height   : 17px;
    color         : #000;
    margin-bottom : 0;
}

.widget_content {
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 100%;
    text-align   : left;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 100%;
    display       : inline-block;
}

.widget_form_button {
    margin-top    : 5px;
    padding-right : 1%;
    text-align    : right;
}

/* Widget Home Banner Small */


.widget.home_widget_banner {
    background: url("/images/backgrounds/home-widget-banner-bg.png") no-repeat -87px -32px #E4E8EB;
    border-bottom: 3px solid #7BA0BC;
    min-height: 253px;
}
.widget.home_widget_banner .widget_content {
    background: none;
    position: relative;
    text-align: right;
    width: 58%;
    float: right;
    padding-top: 15px;
}
.widget.home_widget_banner h2{
    color: #506170;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 15px;
}

#copy .widget.home_widget_banner p{
    color: #506170;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px!important;
}

/* Widget Quick Quote */

.widget.quick_quote, .special_box {
    background: url('/images/backgrounds/widget_quote_bg.png') #506170 no-repeat 118px center;
    color: #fff;
    min-height: 256px;
}
.widget.quick_quote.sidebar {
    background: url('/images/backgrounds/widget_quote_bg_sidebar.png') #9AABBC no-repeat -5px -74px;;
}
.widget.quick_quote.sidebar h2{
    margin-bottom: 10px;
}
.widget.quick_quote .widget_content{
    padding-top: 15px;
    background: none;
    padding-right: 20px;
}
.widget.quick_quote h2{
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.widget.quick_quote p{
    margin-bottom: 13px!important;
}

.widget.quick_quote .widget_form_input{
    margin-bottom: 5px;
}

.widget.quick_quote .widget_form_input input[type="text"]{
    border-color: #7B8996!important;
    -webkit-box-shadow: inset 3px 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: inset 3px 3px 3px 0 rgba(0,0,0,0.1);
}

/* Featured Products */

.widget.featured_products {
    margin-top: 6px;
}
.widget.featured_products .widget_title{
    padding: 0 5px 5px 0;
    background: url("/images/backgrounds/widget_title_bg.png") no-repeat bottom center;
    border-bottom: 1px solid #9AABBC;
}
.widget.featured_products .widget_content{
    padding: 0px 0 0 0;
}
a.product_thumb {
    text-decoration: none!important;
    display: block;
    width: 47.5%;
    height: 98px;
    text-align: center;
    float: left;
    margin-right: 5%;
    margin-top: 18px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.product_thumb.five_thumbs {
    width: 17.6%;
    margin-right: 3%;
}
a.product_thumb.five_thumbs.last_five{
    margin-right: 0%;
}
a.product_thumb.five_thumbs h3{
    font-size: 18px;
}
.product_thumb:hover {
    opacity: 0.8;
}
.product_thumb.last{
    margin-right: 0;
}
.product_thumb h3{
    color: #fff;
}
.diamond_icon {
    margin-right: 10px;
}
.diamond_icon.right{
    margin-right: 0;
    margin-left: 10px;
}
.product_thumb .arrow_overlay {
    background: url("/images/backgrounds/products_arrow_overlay.png") no-repeat right bottom;
    height: 41px;
    width: 41px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 99;
}

/*********************************************************** */
/* Editor Product styles - for displaying products in the editor */
/*********************************************************** */

#content ul.product_image {
    float: left;
    margin: 0;
    width: 100%;
}

.product_image li {
    list-style: none;
    position: relative;
    float: left;
    width: 33%;
    text-align: right;
    margin-right: 0%;
    max-height: 153px;
}

#copy .product_image li:before {
    content: '';
    display: none!important;
}

#copy .product_image li {
    text-indent: 0;
    margin-left: 0;
    padding: 0;
    margin-bottom: 5px;
}
#copy .product_image li:nth-child(4n) {
    clear: both;
    float: none;
    width: 100%;
}

.product_image li img {
    width: 100%;
    max-width: 230px;
    height: auto;
}

.product_image li h2 {
    right: 0;
    display: block;
    max-width: 230px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-transform: capitalize;
    min-height: 30px;
    background: rgba(255,255,255,0.3);
    text-shadow: 1px 1px 3px #000000;
    color: #fff;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************************************** */
/* Editor Special box styles - for displaying products in the editor */
/*********************************************************** */
.special_box {
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    background-position: right center;
    margin: 10px 0;
    min-height: 0;
}
.special_box h2{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}

.blogListingContainerWImage {
    float : left;
    width : 79%;
}
#copy .blogListingContainer &gt; h2 a {
    text-decoration: none;
}
#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
    background-color : #F5F5F5;
    margin           : 10px 0;
    overflow         : hidden;
    padding          : 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
    color : #999;
}

/* ================================= */
/* Gallery  */
/* ================================= */

/* General Gallery Styles &amp; Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
    margin: 21px 0 10px;
}
#content .gallery_cat_list li, #content .gallery_thumbs li {
    text-indent: 0;
    margin-left: 0;
    padding: 0;
}
#content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
    display: none;
}

/* Category Styles  */

.gallery_cat_list li {
    float: left;
    width: 48%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

#content .gallery_cat_list li.gallery_middle {
    margin-left: 4%;
}

.gallery_cat_list li &gt; a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    display: block;
    -moz-transition: all linear 100ms;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3);
}

.gallery_cat_list li a:hover {
    position: relative;
    z-index: 99;
}

.gallery_cat_list li a img {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    border: 5px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery_cat_list li a:hover img {
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li a:active img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position:relative;
}

.gallery_cat_list li .gallery_title_overlay_container {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
    text-align: center;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #9AABBC;;
    opacity: 0;
    -moz-transition: opacity .25s ease;
    -webkit-transition:  opacity .25s ease;
    transition:  opacity .25s ease;
}

.gallery_cat_list li .gallery_title_overlay {
    text-align: center;
    display: inline-block;
    opacity: 0;
    -moz-transition: opacity .25s ease;
    -webkit-transition:  opacity .25s ease;
    transition:  opacity .25s ease;
}

.gallery_cat_list li a:hover .gallery_title_overlay_container {
    opacity: 1;
}

.gallery_cat_list li a:hover .gallery_title_overlay {
    opacity: 1;
}

/****NOTE*** Change the height to the height of the image
- this is so the label will be able to be set at a vertical centered position  */
.gallery_cat_list li a .gallery_title_label {
    color: #fff;
    font-size: 41px;
    line-height: 41px;
    width: 100%;
	height: 237px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -moz-transition: opacity .25s ease;
    -webkit-transition:  opacity .25s ease;
    transition:  opacity .25s ease;
}
.gallery_cat_list li a:hover .gallery_title_label {
    opacity: 1;
}

.gallery_content {
    padding: 25px 15px 20px 15px;
}

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
    margin: 0;
    padding: 0;
}

#content .gallery_thumbs li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

#content .gallery_thumbs li a, .similar_projects a.sim_thumb {
    display: block;
    background: #000;
    border: 4px solid #FEFEFE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3);
    -moz-transition:  border-color .25s ease;
    -webkit-transition:  border-color .25s ease;
    transition:  border-color .25s ease;
    position: relative;
}

#content .gallery_thumbs li a:hover, .similar_projects a.sim_thumb:hover {
    border-color: #9AABBC;
    -webkit-backface-visibility: hidden;

}

#content .gallery_thumbs li a img, .similar_projects a.sim_thumb img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition:  opacity .25s ease;
    -webkit-transition:  opacity .25s ease;
    transition:  opacity .25s ease;
}


#content .gallery_thumbs li a:hover img, .similar_projects a.sim_thumb:hover img {
    opacity: 0.7;
}

#content .gallery_thumbs li a:active img, .similar_projects a.sim_thumb:active img {
    opacity: 0.5;
}

#content .gallery_thumbs li.gallery_last {
    margin-right: 0;
}

.gallery_thumbs .gallery_caption {
    padding: 15px 0 7px;
}

.gallery_thumbs .gallery_caption h2 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.gallery_thumbs_intro {
    margin-bottom: 35px;
    margin-top: 10px;
}
.gallery_thumbs_intro h3{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.gallery_thumbs_intro blockquote {
    margin-left: 15px;
    margin-right: 20px;
    color: #908F8F;
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    padding-left: 35px;
    border-left: 0px;
    position: relative;
}
.gallery_thumbs_intro blockquote:before, .gallery_thumbs_intro blockquote:after {
    position: absolute;
    color: #AAAAAA;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    text-shadow: 1px 1px 0px #edebe8;
}
.gallery_thumbs_intro blockquote:before {
    float: left;
    content: '\201C';
    top: 20px;
    left: -11px;
}
.gallery_thumbs_intro blockquote:after {
    float: right;
    content: '\201D';
    bottom: -10px;
    right: 14px;
}

.similar_projects {
    margin: 20px 0 30px;
}
.similar_projects h2{
    margin-bottom: 15px;
}
.similar_projects a.sim_thumb{
    display: block;
    width: 40%;
    margin-right: 4%;
    float: left;
    overflow: hidden;
}
.similar_projects a.sim_thumb img {
    width: 150%;
    height: 135px;
}
.similar_projects .sim_desc{
    width: 56%;
    float: left;
}
.similar_projects .sim_desc h3{
    margin-bottom: 5px;
}
/* ================================= */
/* Footer Featured */
/* ================================= */
.footer_featured_borders {
    border-top: solid 1px #E1E1E1;
    padding-top: 1px;
}
#footer_featured {
    padding-bottom: 30px;
    background: url("/images/backgrounds/wooden-footer.png") repeat-x left bottom;
    border-bottom: 2px solid #749ABC;
}
.footer_featured_bg {
    padding: 30px 0 0 0;
    background: #e3e9ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3e9ef 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e9ef), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e3e9ef 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e3e9ef 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e3e9ef 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e3e9ef 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e9ef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#footer_featured.inner_template{
    padding-top: 40px;
}
#footer_featured .widget .widget_title h2{
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
}
.footer_featured_bg #footer_featured .our_supplier .widget_title  {
    margin-bottom: 15px;
}
/* ================================= */
/* Our Suppliers Banner */
/* ================================= */

#multiple_image_banner, #multiple_image_banner ul.slides {
    height: 90px;
    position: relative;
}
#multiple_image_banner.flexslider .slides img {
    width:  auto!important;
    margin: 0 auto;
}
#multiple_image_banner.flexslider .slides a { display: block; }
#multiple_image_banner.flexslider .slides a:hover img {
    opacity: 0.8;
}
.widget.our_supplier .widget_title h2{
    float: left;
    width: 70%;
}
.our_supplier .widget_content {
    min-height: 100px;
}
.our_supplier .custom_arrows {
    width: 50px;
    float: right;
    height: 19px;
    margin-top: 5px;
    position: relative;
}

.our_supplier .widget_title {
    padding-right: 0;
}
.our_supplier .custom_arrows .flex-direction-nav .flex-next, .our_supplier .custom_arrows .flex-direction-nav .flex-prev {
    width: 19px;
    height: 19px;
    background: #749ABC;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    text-indent: 0;
    right: 0;
}

/* ================================= */
/*  Testimonials Page */
/* ================================= */

.testimonial_box {
    margin-top: 30px;
}
.testimonial_box.border {
    border-top: 1px solid #E6E6E6;
    margin-top: 40px;
    padding-top: 40px;
}
.testimonial_html_container {
    float: left;
    width: 75%;
    margin-left: 2%;
    background: url("/images/backgrounds/quotes_left.png") no-repeat left top;
    padding-left: 30px;
}
.inner_testimonial_html_container {
    padding-right: 30px;
    background: url("/images/backgrounds/quotes_right.png") no-repeat right bottom;
}
.testimonial_page_image_container {
    float: left!important;
}
/* ================================= */
/* Featured Testimonials */
/* ================================= */
    .testimonial_image_container {
        float: left;
        width: 30%;
        margin-right: 3%;
    }
    .widget.testimonials .widget_content {
        min-height: 0;
        padding-top: 5px;
        color: #6C6C6C;
    }
    a.testimonial_image, .testimonial_page_image_container {
        background: #fff;
        display: block;
        float: right;
        border: solid 4px #fff;
        width: 128px;
        height: 128px;
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px;
        overflow: hidden;
        -webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.2);
        box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.2);
        -webkit-transition  : border-color 0.3s linear;
        -moz-transition     : border-color 0.3s linear;
        -o-transition       : border-color 0.3s linear;
        transition          : border-color 0.3s linear;
        z-index: 99;
        position: relative;
    }
    a.testimonial_image:hover img {
        opacity: 0.8;
    }
    a.testimonial_image:hover {
        border-color: #749ABC;
    }
    .testimonial_image img, .testimonial_page_image_container img{
        margin-left: -25%;
        z-index: 0;
        position: relative;
    }

    .testimonial_content .widget_title {
        padding-right: 0;
        background-size: 100% auto;
    }
    .testimonial_content .widget_title h2 {
        float: left;
    }
    .testimonial_content .widget_title .button {
        text-decoration: none;
        color: #E9EEF3!important;
        float: right;
        padding: 5px 22px !important
    }
    .testimonial_content {
        float: left;
        width: 67%;
        background: url("/images/backgrounds/quotes_left.png") no-repeat left 40px;
        padding-left: 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    .testimonial_content .sidebarTestimonialContent{
        background: url("/images/backgrounds/quotes_right.png") no-repeat right bottom;
        margin-bottom: 10px;
    }
    .testimonial_content .widget_content a{
        color: #80A2C1;
        text-decoration: underline;
    }

    .testimonial_content .byLine {
        color: #6C6C6C;
        font-size: 14px;
    }

/* ================================= */
/* Footer */
/* ================================= */

#footer {
    background: url("/images/backgrounds/footer-pattern.png") repeat;
    clear            : both;
    text-align       : center;
    background-color : #242B31;
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 50px 0 0;
}

#footer a {
    color     : #FFFFFF;
    font-size : 11px;
}

#footer a:hover {
    color : #749ABC;
}

.site_by {
    display : block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_left, #footer .quick_links {
    text-align : left;
}

#footer .footer_left h2, #footer .quick_links h2 {
    width: 80%;
    font-size   : 16px;
    line-height   : 20px;
    font-weight : bold;
    color       : #FFFFFF;
    padding-bottom: 8px;
    border-bottom: 1px solid #749ABC;
}

#footer .footer_left li, #footer .footer_left li a, #footer .quick_links li, #footer .quick_links li a{
    font-size: 12px;
    line-height : 18px;
    margin      : 0;
}

#footer .footer_left li, #footer .quick_links li {
    display    : block;
    list-style : none;
    margin     : 0 12px 0 0;
    text-align : left;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    width      : 100%;
}
#footer .quick_links h2 {
    width: 100%;
}
#footer .quick_links li{
    width: 48%;
    float: left;
    margin-right: 2%;
}
#footer .quick_links.second li{
    width: 100%;
    float: left;
    margin-right: 0;
}
#footer .footer_right {
    font-size   : 11px;
    line-height : 16px;
    padding-top : 8px;
    text-align  : right;
}
#footer .footer_right .footer_logo{
    margin:  0 auto;
    display: block;
}

#footer .footer_right li {
    display    : inline-block;
    list-style : none;
    margin     : 0 0 0 11px;
}

#footer .footer_right ul {
    margin-bottom : 10px;
}
.footer_bottom {
    border-top:  1px solid #2D353C;
    padding: 15px 0 25px;
    margin-top: 50px;
}
.footer_bottom .bottom_footer_menu{
    float: left;
}
.footer_bottom .bottom_footer_copyright{
    float: right;
    color: #CFCBCB;
    font-size: 11px;
}
a.facebook_button{
    max-width: 200px;
    display: block;
    padding: 8px 12px 9px !important;
    margin-top: 25px;
    background: #43609C;
    white-space: nowrap;
    border-color: #2E4472;
}
a.facebook_button:hover {
    background: #5C84D6;
}
a.facebook_button:active {
    background: #375081;
}
a.facebook_button span{
    text-align: left;
    margin-top: 2px;
    font-size: 12px;
    display: block;
}
a.facebook_button i{
    background: #43609C;
    font-size: 20px;
    margin-right: 12px;
    float: left;
}
/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading &gt; a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading &gt; a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 5px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #F1F1F1;
    font-size      : 12px;
    text-transform : capitalize;
}

#content #breadcrumbs ul li a:hover {
    color : #CCE2FC;
}

#content span.breadcrumbDivider {
    color       : #F1F1F1;
    padding     : 0;
    display     : inline-block;
    font-size   : 13px;
    line-height : 12px;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #F1F1F1;
    text-transform : none;
    font-style: italic;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input,
.imageVerification input[type="text"] {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 10px;
    border                : 1px solid #bbb;
    -webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
    -webkit-transition  : border-color 0.3s linear;
    -moz-transition     : border-color 0.3s linear;
    -o-transition       : border-color 0.3s linear;
    transition          : border-color 0.3s linear;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #96B9D4 !important;
}

input[type="checkbox"] {
    margin-right: 10px;
    float: left;
    margin-top: 2px;
    clear: left;
}
input[type="checkbox"] + label{
    display: block;
    clear: right;
    float: left;
    margin-right: 20px;
}
.three_x_checkboxs {
    float: left;
    width: auto;
}
/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button {
    padding               : 9px 21px !important;
    background-color      : #749ABC;
    *background-color     : #749ABC;
    border                : 1px solid #587894;
    *border               : 0;
    border-bottom-color   : #587894;
    display               : inline-block;
    font-size             : 13px;
    line-height           : 20px;
    *line-height          : 17px;
    line-height           : normal !important;
    -webkit-border-radius : 2px; -moz-border-radius : 2px; -o-border-radius : 2px; -ms-border-radius : 2px;
    border-radius         : 2px;
    color                 : #fff !important;
    text-decoration       : none!important;
    font-weight           : normal;
    cursor                : pointer;
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color               : #FFF !important;
    background: #8eadc9; /* Old browsers */
    background: -moz-linear-gradient(top,  #8eadc9 0%, #749abc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eadc9), color-stop(100%,#749abc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8eadc9 0%,#749abc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8eadc9 0%,#749abc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8eadc9 0%,#749abc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8eadc9 0%,#749abc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eadc9', endColorstr='#749abc',GradientType=0 ); /* IE6-9 */
}

input[type="submit"]:active, button:active, .button:active {
    background: #6d8faf; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d8faf 1%, #7ea1c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6d8faf), color-stop(100%,#7ea1c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6d8faf 1%,#7ea1c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6d8faf 1%,#7ea1c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6d8faf 1%,#7ea1c1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6d8faf 1%,#7ea1c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d8faf', endColorstr='#7ea1c1',GradientType=0 ); /* IE6-9 */
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.small {
    padding: 6px 19px !important;
    font-size: 9px;
}
/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #ED5C33;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(/images/buttons/locator_icon.png);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
    width        : 80%;
    padding      : 3px 33px 3px 7px;
    height       : 16px;
    line-height  : 16px;
    background   : #CCCCCC !important;
    border-color : #fff !important;
    color        : #fff;
    font-size    : 11px;
    margin-top   : 4px;
}

::-webkit-input-placeholder {
    color : #9C9C9C;
    font-style: italic;
    font-size: 14px;
}

:-moz-placeholder {
    color : #9C9C9C;
    font-size: 14px;
    font-style: italic;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
}

#location_search_map {
    height : 600px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display       : block;
    border-bottom : 1px solid transparent;
    padding       : 0 0 8px;
    margin        : 0 0 8px;
}

.people_person a:hover {
    border-bottom : 1px solid #ED5C33;
}

.people_person img {
    display    : block;
    text-align : center;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #ED5C33;
}

.people_person a:hover p {
    color : #ED5C33;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}


/* ================================= */
/* FAQs Module */
/* ================================= */

.faq_title {
    cursor: pointer;
}

.faq_content {
	display:none;
}


/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline : none; }

.slides,
.flex-control-nav,
.flex-direction-nav { margin : 0; padding : 0; list-style : none; }

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; }

.flexslider .slides &gt; li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; max-height: none; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text_wrapper { position: absolute; top: 20%; left: 0px; width: 100%; height: 80%; }

.banner_text_wrapper .container_24 { position: relative; }

.banner_text_wrapper .banner_text { position: relative; top : 0px; left: 0px; }

.banner_text { text-align: left; display : block; position : absolute; top : 27%; left : 4%; }

.banner_text h2 { font-size : 35px; line-height : 39px; color : #000 }

.banner_text p { font-weight: bold; margin-bottom: 15px; }

/* Clearfix for the .slides element */
.slides:after { content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0; }

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 0px; background: transparent; position : relative; zoom : 1; overflow : visible; }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.flexslider.multiple .slides li { margin-right: 20px; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Cropped Slides */
/* Requires some tuning depending on the size of the banners you're working with. */

.flexslider.slide_crop li {
    overflow: hidden;
    text-align: center;
}

.flexslider.slide_crop .slide {
    float:             none;
    display:           inline-block;
    height:            auto;
    width:             auto;
    min-width:         100%;
    max-width:         190%; /* Adjust this value to set the cutoff point */

    position:          relative;
    left:              50%;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:     translateX(-50%);
    transform:         translateX(-50%);
}

.no-csstransforms .flexslider.slide_crop  .slide {
    /* Center the banner for older browsers like IE8. */
    width:       1900px; /* Set to the slide width */
    left:        -950px; /* Half of the slide width */
    margin-left: 50%;
}


/* Direction Nav */
.flex-direction-nav li { position: static; height: 0px; }

.flex-direction-nav a { width : 39px; height: 100%; margin: 0; padding: 0px 0px; display: block; position: absolute; z-index: 99; top: 0px; cursor: pointer; text-indent: -9999px; opacity: 1; transition: all .3s ease; }

.flex-direction-nav .flex-next,
.direction_inside .flex-direction-nav .flex-next { background: url(/images/backgrounds/direction_nav_next.png) no-repeat center center; right: 21%; }
.flex-direction-nav .flex-prev,
.direction_inside .flex-direction-nav .flex-prev { background: url(/images/backgrounds/direction_nav_prev.png) no-repeat center center; left: 21%; }

.direction_outside .flex-direction-nav .flex-next { z-index: 99; right: auto; left: 100%; }
.direction_outside .flex-direction-nav .flex-prev { z-index: 99; left: auto; right: 100%; }

.direction_fixed .flex-direction-nav .flex-next,
.direction_fixed .flex-direction-nav .flex-prev { background-size: 12px 24px; width: 12px; height: 24px; top: auto; bottom: 10%; right: 4%; left: auto; opacity: 1; padding: 0px 10px; }
.direction_fixed .flex-direction-nav .flex-prev { margin-right: 30px; }

html.touch .flexslider .flex-next, html.touch .flexslider .flex-prev, /* Show buttons by default if the browser is touch enabled. */
.flexslider:hover .flex-next, .flexslider:hover .flex-prev { opacity: 1; padding: 0px 0px; }

.flex-direction-nav .flex-next:hover { opacity: 0.8; }
.flex-direction-nav .flex-prev:hover { opacity: 0.8; }

.flex-direction-nav .disabled { opacity: 1 !important; filter: alpha(opacity=100); cursor: default; }

/* Control Nav */
.flex-control-nav, #copy .flex-control-nav { position: absolute; z-index: 99; bottom : 10%; left : 4%; text-align : center; margin: 0px 5px; }

.flex-control-nav.container_24, #copy .flex-control-nav.container_24 { position: relative; z-index: 99; top: -50px; bottom: auto; bottom: auto; left: auto; text-align: center; margin: 0px auto; height: 0px; text-align: left; }

.control_outside .flex-control-nav, #copy .control_outside .flex-control-nav { padding: 5px 0px; margin: 0px auto; position: relative; top: auto; right: auto; bottom: auto; left: auto; }

.flex-control-nav li, #copy .flex-control-nav li { display: inline-block; zoom: 1; *display: inline; margin-left: 5px; margin-right: 5px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block; background : #D6D6D6; cursor : pointer; text-indent : -9999px; -webkit-border-radius : 20px; -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background                                 : #ee6c47; /* Old browsers */
    background                                 : -webkit-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Chrome10+,Safari5.1+ */
    background                                 : -moz-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* FF3.6+ */
    background                                 : -ms-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* IE10+ */
    background                                 : -o-linear-gradient(top, #ee6c47 0%, #d75530 100%); /* Opera 11.10+ */
    background                                 : linear-gradient(to bottom, #ee6c47 0%, #d75530 100%); /* W3C */
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }


/* **********************************************************************************
    Tipsy
    ********************************************************************************** */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }

    .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }</pre></body></html>