@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

.button-oval {
    background-color: #990000;
    border-radius: 10px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-family: Noto Sans, Helvetica, sans-serif;
    font-size: 10pt;
    height: auto;
    line-height: 35px;
    margin: 2pt;
    text-align: center;
    text-decoration: none;
    width: 340px;
}

.button-oval:before {
	background-color: #f6f6f6;
	border-color: #474a69;
	color: #474a69;
    border-radius: 10px;
	border-style: solid;
    border-width: 2pt;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 14pt;
    height: auto;
    margin-left: 0pt;
    margin-top: -0.6pt;
    text-align: center;
    width: 45px;
}

.button-a {
    background-color: #990000;
    border-radius: 10px 10px 10px 10px;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-family: Noto Sans, Helvetica, sans-serif;
    font-size: 10pt;
    height: auto;
    line-height: 35px;
    margin: 2pt;
    text-align: center;
    text-decoration: none;
    width: 130px;
}

.button-b {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #38761d;
    color: #38761d;
    font-weight: bold;
    display: inline-block;
    font-family: Noto Sans, Helvetica, sans-serif;
    font-size: 10pt;
    height: auto;
    line-height: 35px;
    margin: 2pt;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.button-call:before {
    content: "\f095";
}
.button-phone:before {
    content: "\f2a0";
}
.button-viber:before {
    content: "\f232";
}
.button-chat:before {
    content: "\f0e6";
}
.button-envelope:before {
    content: "\f003";
}
.button-send:before {
    content: "\f1d8";
}
.button-pencil:before {
    content: "\f040";
}
.button-check:before {
    content: "\f00c";
}
.button-extlink:before {
    content: "\f08e";
}
.button-local:before {
    content: "\f041";
}
.button-about:before {
	content: "\f129";
}
.button-contact:before {
	content: "\f0a2";
}
.button-deal:before {
	content: "\f2b5";
}
.button-calculator:before {
	content: "\f1ec";
}
.button-gbp:before {
	content: "\f154";
}
.button-eur:before {
	content: "\f153";
}
.button-usd:before {
	content: "\f155";
}
.button-copyright:before {
	content: "\f1f9";
}
.button-terms:before {
	content: "\f24e";
}
.button-cpolicy:before {
	content: "\f06e";
}
.button-ppolicy:before {
	content: "\f023";
}
.button-review:before {
	content: "\f1e8";
}
.button-job:before {
	content: "\f044";
}
.button-franchise:before {
	content: "\f0b1";
}
.button-lead:before {
	content: "\f0b0";
}
.button-instgram:before {
	content: "\f16d";
}
.button-youtube:before {
	content: "\f167";
}
.button-twitter:before {
	content: "\f099";
}
.button-linkedin:before {
	content: "\f0e1";
}
.button-facebook:before {
	content: "\f09a";
}
.button-pinterest:before {
	content: "\f231";
}
.button-google:before {
	content: "\f1a0";
}
.button-googleplus:before {
	content: "\f0d5";
}
.button-skype:before {
	content: "\f17e";
}
.button-link:before {
	content: "\f0c1";
}
.button-shopping:before {
	content: "\f07a";
}
.button-road:before {
	content: "\f018";
}
.button-ambulance:before {
	content: "\f0f9";
}
.button-car:before {
	content: "\f1b9";
}
.button-thumbsoup:before {
	content: "\f087";
}
.button-searchplus:before {
	content: "\f00e";
}
.button-plus:before {
	content: "\f067";
}
.button-heart:before {
	content: "\f08a";
}
.button-list:before {
	content: "\f0cb";
}
.button-drone:before {
	content: "\f05b";
}
.button-users:before {
	content: "\f0c0";
}

.button-1 {
    display: inline-block;
    margin: 2pt;
    text-align: center;
    width: 150px;
    height: 34px;
    color: white;
    background-color: #56B0D1;
    border-radius: 7px;
    text-decoration: none;
    line-height: 34px;
    font-size: 11pt;
}

.button-2 {
    display: inline-block;
    margin: 2pt;
    text-align: center;
    width: 150px;
    height: 34px;
    color: white;
    background-color: #56B0D1;
    border-radius: 7px;
    text-decoration: none;
    line-height: 34px;
    font-size: 13pt;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 14px; line-height: 1.231;}

body { font-family: 'Noto Sans', Helvetica, sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: red; color: #fff; text-shadow: none; }
::selection { background: red; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #56a3d4; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
/*a:hover, a:active { outline: 0; }*/


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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 1em 0; padding: 0 0 0 20px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; width: 342px; height: 180px; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* =============================================================================
   Tables
   ========================================================================== */

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


/* =============================================================================
   Primary styles
   Author: Ted Tomoff
   ========================================================================== */

/*a, a:visited {
    color: black;
    font-weight: bold;
}
a:hover {
    color: red;
}*/

#pullDown {
    position: fixed;
    margin-top: -420px;
    height: 424px;
    background: #000;
    width: 100%;
    color: #000;
    z-index: 100000;
}

#pullDown .checkbox {
	border: 2px solid #ccc; margin: 5px 5px 2px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    float: left; width: 16px; height: 16px;
}
#pullDown .checked {
	background-image: url(http://cdn1.iconfinder.com/data/icons/ledicons/accept.png);
	border: 1px solid #000;
    padding: 1px;
}
#pullDown .checkbox:hover {
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    -ms-box-shadow: 1px 1px 2px #000;
    -o-box-shadow: 1px 1px 2px #000;
}

#bottom_contact label {
    float: left;
	padding-top: 6px;
	font-size: 14px;
}
#pullDown textarea {
    resize: none;
}

.floating-tip {
	background-color: black;
	padding: 4px 5px;
	color: #dddddd;
	font-weight: bold;
	font-size: 11px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.shadowy {
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    -ms-box-shadow: 1px 1px 2px #000;
    -o-box-shadow: 1px 1px 2px #000;
}

.inshadow {
    -moz-box-shadow: inset 1px 1px 5px #000;
    -webkit-box-shadow: inset 1px 1px 15px #000;
    -ms-box-shadow: inset 1px 1px 15px #000;
    box-shadow: inset 1px 1px 5px #000;
    -o-box-shadow: 1px 1px 2px #000;
}
.farShadow {
    -moz-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -ms-box-shadow: 8px 8px 8px rgba(0,0,0,.7);
    box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -o-box-shadow: 8px 8px 8px rgba(0,0,0,.7);
}
.boxShadow {
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}
.cur {
    _cursor: hand;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
.tcenter {
    text-align: center;
}
tright {
    text-align: right;
}
.clear {
    clear:both;
}
.hide, .none {
    display: none;
}
.visibilityHidden {
    visibility: hidden;
}
body, html {
    /* background: #fff url(/images/bodybg.png) repeat-x left 90px;
    background: url(http://static.tumblr.com/xcxngn2/Iz0ld1v2h/bg.png); */
    height: 100%;
    background: #fff;
}
div#content {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#fff;
}

.middle {
    width: 800px;
    margin: 9px auto auto;
}
header {
	position: relative;
}
header > div.middle {
    background: 0px;
}
header div.socialIcons {
    margin-right: 88px;
    margin-top: 34px;
}
header .contact {
    margin: 0 auto auto;
    width: 344px;
    color: #555;
}

@keyframes slide-left {
	from { left: 140px; transform: scale(0.1) translateY(32px); }
	to { left: 6px; transform: scale(1) translateY(0); }
}

header .phone {
	position: absolute;
	top: -10px;
	left: 6px;
	padding: 9px 0 0 68px;
	width: 252px;
	height: 65px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: rgba(86, 176, 209, 0.8);
    text-shadow: 1px 4px 6px #def, 0 0 0 #000, 1px 4px 6px #def;
	animation-duration: 1s;
	animation-name: slide-left;
	z-index: 1000000;
}

header .shadowed {
	text-shadow: 1px 1px 1px #033152, -1px -1px 1px #033152, 1px 0 1px #033152, 0 1px 1px #033152, -1px 0 1px #033152, 0 -1px 1px #033152, 1px -1px 1px #033152, -1px 1px 1px #033152, 2px 2px 4px #000;
}

header .slogan {
	font-weight: bold;
	font-size: 17px;
	color: #FFED00;
}

header .ldomain {
	font-weight: bold;
	font-size: 20px;
	color: #A4DDF6;
}

.push {
    /*height: 20px;*/
}

#leftcolumn { width: 300px;  float: left}
#rightcolumn { width: 400px;  float: right; margin-left:50px; font-size:12px; margin-top:-46px;}
#leftercolumn { width: 200px;  float: left}
#rightercolumn { width: 190px;  float: right; margin-left:5px; font-size:12px;}

footer div.backToTop {
    position: absolute;
    text-align: right;
	margin:-10px -20px;
}

footer div.seals {
    margin-top: 26px;
}
#talk2us {
    z-index: 100000;
    position: absolute;
    position: fixed;
    top: 2px;
    margin-left: -90px;
}

header div.c4u-logo {
    margin-top:  0px;
    height: 100px;
}

header div.logo {
    margin-top:  26px;
    height: 74px;
	width: 200px;
	overflow: visible;
}

footer div.logo {
    margin-top: -5px;
    font-size: 18px;
    font-weight: bold;
	margin-left:25px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0 0 0 /50%);
}

footer div.bottomLinks {
    width: 440px;
    padding-top: 12px;
	font-size:12px;
}
.footerlinkz {
font-size:10px;
color:#FFF;
margin-left:10px;
}
.footerlinkzz {
font-size:10px;
color:#FFF;
margin-left:10px;
font-size:12px;
margin-top:5px;
margin-left:200px;
}
footer div.bottomLinks a {
    font-size: 12px;
}

    nav li {
        float: left;
        width: 155px;
		    -webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li:last-child {
        width: 155px;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav .menuItem {
        padding: 2px 4px 12px 4px;
        line-height: 1;
		background-color:#FFF;
		color:#c5c5c5;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li.current .menuItem {
        padding-bottom: 2px;
		background-color:#FFF;
		-webkit-border-radius: 4px 4px 4px 4px;

    }

    nav li:hover .menuItem {
        background-image: -moz-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -o-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -ms-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -webkit-linear-gradient(top, #fff,#fff,#9ddcf3);
        padding-bottom: 6px;
        border-bottom: 4px solid #33b7e8;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li.current:hover .menuItem {
        padding-bottom: 2px;
        border-bottom: 10px solid #000;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li a {
        color: #1b6f8e !important;
        font-weight: normal;
        display: inline;
        text-decoration: none;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        position: relative;
    }
    nav span.primary {
        font-size: 22px;
        letter-spacing: -1px;
        display: inline-block;
    }
    nav span.secondary {
        color: #000;
        display: inline-block;
        font-size: 12px;
        height: 12px;
        letter-spacing: 0px;
        text-decoration: none;
    }

    .ie7 nav span {
        cursor: hand;
    }

    .searchBox {
        position: absolute;
        top: 0;
        left: 0;
        margin: 2px;
        width: 791px;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #a9e0f4;
        background: rgba(1, 1, 1, 0);
        font-size: large;
    }

    div.foldOut {
        position: absolute;
        width: 795px;
        height: auto;
        padding: 28px 0 0 0;
        background: #fff;
        border: 1px solid #a9e0f4;
        border-top: 0;
        margin: 0;
        display: none;
        z-index: 20000001;
    }

    div.foldOut ul.left {
		display: block;
        float: left;
        width:265px;
    }
    div.foldOut li.itm {
        float: left;
        width: 258px;
        margin-left: 0px;
        font-size: 14px;
        color: #777;
        height: 50px;
        padding-left: 2px;
        border-left: 4px solid #fff;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        cursor: pointer;
        _cursor: hand;
        font-weight: bold;
    }
    div.foldOut li.itm:last-child {
        /*border-right: 0;*/
    }
    div.foldOut li.itm:hover {
        background-image: -moz-linear-gradient(top, #fff,#fff,#cef);
        background-image: -o-linear-gradient(top, #fff,#fff,#cef);
        background-image: -ms-linear-gradient(top, #fff,#fff,#cef);
        background-image: -webkit-linear-gradient(top, #fff,#fff,#cef);
        border-left: 4px solid red;
    }

    div.foldOut li.itm:hover a {
        color: #000;
    }

    div.foldOut a {
        /*font-size: 12px;*/
        color: #777;
        text-decoration: none;
    }
    div.foldOut a:hover {
        color: #000;
    }

section.rotator h2 {
    line-height: 20px;
    padding: 7px;
    margin: 3px;
    display: block;
}

section.rotator {
	position: relative;
    width: 800px !important;
    height: 280px !important;
    overflow: hidden;
}

section.rotator div.pane {
    position: absolute;
    width: 800px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: left top;
}

div.info {
    background: #f6f6f6;
    color: #222;
    padding: 5px;
    width: 790px;
	margin:190px 0px 0px 0px;
	border-width:0px 0px 0px 3px;
    border-style: groove;
    border-color: #395f7e;
	-moz-border-radius: 10px 20px 30px 0;
	border-radius: 0 0 0 0;
}
div.info:hover {
    background: #FFF;
    -moz-box-shadow: 0 0 0 rgba(0,0,0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0, 0);
    -o-box-shadow: 0 0 0 rgba(0,0,0,0);
    -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
}
div.info a {
    color: #b52e2b;
}

img.contentControl {
    position: absolute;
}

#moveLeft {
    margin-left: 0;
    width: 0;
    height: 0;
}

#moveRight {
    margin-left: 0;
    width: 0;
    height: 0;
}

input::-webkit-input-placeholder {
    /*-webkit-appearance: textfield;*/
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.transition {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.divider {
    background: url(/images/divider-bg.png) no-repeat center top;
    margin-top:40px;
}
section.homeSections {
    margin-bottom: 20px;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 12px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
	padding-left: 0px;
}
h3 {
	font-size: 18px;
	position: relative;
}

h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
section.divider h2, section.divider h1 {
    display: inline-block;
    border-bottom: 2px solid #1da8dc;
}

div.third {
    width: 250px;
    margin-right: 18px;
}
div.third.last {
    margin: 0;
}
div.homeSection {
	margin-left: 20px;
    margin-top: 30px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left top;
    width: 202px;
    height: 135px;
    border: 1px solid #C5C5C5;
    padding-bottom: 8px;
}

div.homeSection:hover {
    background-color: #f00;
}

#areaLookup {
    margin: 10px;
    padding: 5px;
    border: 1px solid #000;
    font-size: 16px;
    border-left: 4px solid #000;
}
#areaLookup:focus, #areaLookup:hover {
    border-left: 4px solid red;
    background-image: -moz-linear-gradient(top, #92cce2,#92cce2,#e8ecec);
    background-image: -o-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    background-image: -ms-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    background-image: -webkit-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
}

blockquote	{color:#b52e2b; font-style: italic;}

blockquote, pre {
	/*background: url(/img/icons/quote.png) 3px 3px no-repeat;*/
	/*padding-left: 70px;*/
	/*margin-right: 75px;*/
	margin-bottom: 20px;
    line-height: 1.3;
}
#scr {
	height: 105px;;
}

section.tags h2, section.tags h3, section.tags h4, section.tags h5, section.tags h6  {
    display: inline;
}
section.tags a {
    color: #444;
    text-decoration: none;
}
section.tags a:hover {
    color: #000;
}

/* modal */

.modal {
    z-index: 1000000;
}

.overlay {
    background-repeat: repeat;
    background-scroll: scroll;
    background-position: 0 0;
    background-color: rgb(241,210,194);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}

.modal-box {
    min-width: 250px;
    width: 70%;
    max-width: 750px;
    border: 1px solid;
    border-color: #afafaf #a0a0a0 #909090;
    border-radius: 6px 6px 6px 6px;
    margin-top: 30px;
    opacity: 0;
    left: 100%;
    visibility: hidden;
    text-align: left;
    border-collapse:separate;
}

.autoWidth {
    width: auto;
    max-width: none;
    display: inline-block;
}

.modal-box-initial {
    margin-top: 30px !important
}

.modal-visible {
    opacity: 1 !important;
    margin-top: 0 !important;
}

span.modal-close {
    position: absolute;
    z-index: 1000001;
    right: 6px;
    top: 6px;
    background: url(../img/icons/gtk-close.png) no-repeat right center;
    height: 20px;
    padding-right: 30px;
    padding-top: 4px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
}
.simple-modal .modal-box {
    overflow: auto;
}


.modal-content {
    background:  #bcedff;
}
    .modal-header, .modal-footer {
        background-color: #fff;
        padding: 10px;
        text-shadow: 0 1px 0 #fff;
    }

        .modal-header {
            border-radius: 6px 6px 0 0;
            height: 23px;
            color: #333;
            font-weight: bold;
            font-size: 18px;
            text-shadow: 1px 1px 1px rgba(255,255,255,.8);
            border-bottom: 1px solid #fff;
            background: #fff
        }

        .modal-header:hover {
            background-color: #f5f5f5;
        }

        .modal-footer {
            border-radius: 0 0 6px 6px;
            background-color: #f5f5f5;
            min-height: 2px;
            border-top: 1px solid #fff;
        }

    .modal-body {
        background: #fff;
        padding: 6px;
        border-bottom: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
    }


    .simple-modal .modal-box {
        overflow: auto;
    }

    .simple-modal .modal-content {
        max-height: none !important;
    }

    .simple-modal .modal-body {
        overflow: hidden;
    }

.modal p {
    margin:  0;
    margin-bottom: 12px;
}


.boxShadow {
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.modal-footer button, button.black {
    background-color: #444;
    border: 1px solid transparent;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #ccc;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    _cursor: hand;
    cursor: pointer;
}

.modal-footer button:hover, button.black:hover {
    background: #000;
    color: #fff;
    -moz-box-shadow: inset 0px 0px 5px rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,.5);
    -ms-box-shadow: inset 0px 0px 10px #555;
    -o-box-shadow: inset 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: inset 0px 0px 2px rgba(255,255,255,.7);
}

/* end modal */

#top_contact label, .mlabel {
    color: #444;
    display: block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}
input.plain, textarea.plain {
    margin: 5px;
    padding: 9px;
    border: 1px solid #000;
    font-size: 10px;
    width: 310px;
}
input.plain:focus, input.plain:hover, textarea.plain:hover {
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
}

input.plainSmall {
    width: 190px;
}
input.validation-failed {
    border-color: red !important;
}

/*autocompleter*/

#ajaxSearchWrap {
    margin-top: 10px;
}
div.autocompleteWrapper {
    border: 1px solid #000;
    border-top: 0;
    width: 323px;
    position: absolute;
    z-index: 10000;
    background: #ccc;
    margin-top: -5px;
    margin-left: 5px;
    overflow: hidden;
    overflow-y: auto;
}
div.autocompleteOption {
    padding: 4px;
    background: white;
    margin-bottom: 1px;
    clear: both;
    cursor: pointer;
    _cursor: hand;
}
div.autocompleteOption a {
    text-decoration: none;
}

div.autocompleteOptionSelected, div.autocompleteOption:hover {
    background: #CFDAE7;
    border-color: #000;
}

/*end autocompleter*/
/* from bootstrap */
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 4px;
  color: #222;
  background-color: #f6f6f6;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));
  background-image: -moz-linear-gradient(top, #FFF, #f6f6f6);
  background-image: -ms-linear-gradient(top, #FFF, #f6f6f6);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #f6f6f6));
  background-image: -webkit-linear-gradient(top, #FFF, #f6f6f6);
  background-image: -o-linear-gradient(top, #FFF, #f6f6f6);
  background-image: linear-gradient(top, #FFF, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#f6f6f6', GradientType=0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-color: #76a56e #76a56e #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}

.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}


/*compatibility*/
#ajaxSearchWrap h2, #ajaxSearchWrap h1, #breadcrumb h2 {
    display: inline;
}

/***********************************/

#breadcrumb {
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  margin: -2px -12px 12px -28px;
}
#breadcrumb li {
  float: left;
  cursor: pointer;
}
#breadcrumb li a {
  color: #222;
  display: block;
  background: #f6f6f6;
  text-decoration: none;
 
  height: auto;
  line-height: 17px;
  padding: 5px 5px 5px 5px;
  text-align: left;
  margin-right: 25px;
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
#breadcrumb li:nth-child(even) a {
  background-color: #f6f6f6;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #f6f6f6;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #f6f6f6;
}
#breadcrumb li:first-child a {
  padding-left: 8px;
  -moz-border-top-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child {
  flex-grow: 1;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #f6f6f6;
}
#breadcrumb li a:hover {
  background-color: #FFF;
}
#breadcrumb li a:hover:before {
  border-color: #FFF;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #FFF;
}
#breadcrumb li a:active {
  background-color: #FFF;
}
#breadcrumb li a:active:before {
  border-color: #b52e2b;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #b52e2b;
}

/***********************************/

.toggler {
	background: #f6f6f6;
	color: #222;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 3px;
}

.toggler:before {
	font-family: monospace;
	content: "\00a0+\00a0";
}

.toggler.expand:before {
	font-family: monospace;
	content: "\00a0-\00a0";
}

/***********************************/

@keyframes pulse {
  60% {
    padding-left: 0;
	padding-right: 6px;
  }
  70% {
    padding-left: 6px;
	padding-right: 0;
  }
  75% {
    padding-left: 3px;
	padding-right: 3px;
  }
  85% {
    padding-left: 6px;
	padding-right: 0;
  }
  95% {
    padding-left: 0;
	padding-right: 6px;
  }
}

.bc-next {
	display: inline-block;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
}

.bc-next i {
	padding-left: 0;
	padding-right: 6px;
	animation: pulse 4s 8;
}

.bc-next-span {
	display: inline;
	padding: 2px 4px;
	height: 18px;
	margin-right: 8px;
	color: #395f7e;
	background-color: white;
	text-shadow: none;
	border-radius: 0px;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.3);
}

.bc-book {
	color: white;
	background-color: #E24128;
}

.townList h5 {
    display: inline;
}

.storyImage {
    padding:4px;
    border:1px solid #000;
    background-color:#fff;
    margin-right: 10px;
    margin-bottom: 1px;
    float: left;
}
.livechat {
    position:fixed;
    bottom:0px;
    margin-right:5px;
	width:100%;
	background-color:#ffffff;
	border-top:1px dashed #6de0f2;
}
.livechatbutton {
 margin: 0 auto;
   padding: 0;
   width: 800px;
   height: 50px;
}
.push_left {
float:left;
margin-left:150px;
}
article p {
    width: 750px;
    padding: 0;
    padding: 0 0em 0em 0.5em;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#proto {
background-color:#CCC;
}
ul.b
{
list-style-image: url(/img/home/checklist.png);
}
ul.c
{
list-style-image: url(/img/home/questionmark.png);
}

ol {
    padding: 0 0 0 0;
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list, .rounded-list {
	list-style: none;
	counter-reset: li;
	margin-bottom: 0;
	margin-left: 0.5em;
	font-size: 13px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2em;
    background: #f6f6f6;
    color: #222;
    text-decoration: none;
    transition: all .3s ease-out;
	border-radius: 0 5px 5px 0;
}

.rectangle-list a:hover{
    background: #eee;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #FFF;
    color: #222;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	border-radius: 5px 0 0 5px;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
	border-left-color: #b52e2b;
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0.5em;
    background: #f6f6f6;
    color: #222;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    transition: all .3s ease-out;
}

.rounded-list a:hover{
    background: #f6f6f6;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.rounded-list a:hover:before{
	transform: rotate(360deg);
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #FFF;
    color: #b52e2b;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.phone-block {
	position:relative;
	margin-left: -40px;
	padding: 0 2px 2px 40px;
	width: 196px;
}

.phone-block a {
    text-decoration: none;
	color: #539CB8;
}

.drop-shadow {
	position:relative;
	background:#fff;
	-webkit-box-shadow:0 0px 1px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.curled {
	border:1px solid #b52e2b;
	-moz-border-radius: 0 0 50% 50% / 0 0 15px 15px;
	border-radius: 8px 8px 8px 8px /8px 8px 8px 8px;
	background: #fcfcfc;
	color: #222;
	margin-bottom: 1em;
    text-align: left;
    text-shadow: 0 0 0 #FFF;
}

.padded {
	padding: 0 0em 0em 0.5em;
}

nav li {
	margin-right: 6px;
}

nav li:last-of-type {
	margin-right: 0;
}

/** fonts used for the icons **/
@font-face{
	font-family: 'typicons';
	src: url('fonts/typicons.eot');
	src: url('fonts/typicons.eot?#iefix') format('embedded-opentype'),
		 url('fonts/typicons.woff') format('woff'),
		 url('fonts/typicons.ttf') format('truetype'),
		 url('fonts/typicons.svg#typicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** The wrapper that will contain our two forms **/
#contact_wrapper{
	position: relative;
	right: 0px;
	margin: 32px auto;
	padding: 0;
	width: 500px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}

.contact_wrapper {
	/*min-height: 824px;*/
}

.book_wrapper {
	/*min-height: 1048px;*/
}

/**** Styling the form elements **/

/**** general text styling ****/
#contact_wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#contact_wrapper .form_title{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-family: 'League Gothic','Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
}
/** For the moment only webkit supports the background-clip:text; */
#contact_wrapper .form_title{
    background: -webkit-repeating-linear-gradient(-45deg,
	rgb(18, 83, 93) ,
	rgb(18, 83, 93) 20px,
	rgb(64, 111, 118) 20px,
	rgb(64, 111, 118) 40px,
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#contact_wrapper .form_title:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}

#contact_wrapper p {
	margin-bottom:8px;
	width: 440px;
}
#contact_wrapper p:first-child{
	margin: 0px;
}
#contact_wrapper label{
	color: rgb(64, 92, 96);
	position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  {
	color: rgb(190, 188, 188);
	font-style: italic;
}
#contact_wrapper input:-moz-placeholder,
#contact_wrapper select:-moz-placeholder,
#contact_wrapper textarea:-moz-placeholder{
	color: rgb(190, 188, 188);
	font-style: italic;
}
#contact_wrapper input:invalid, #contact_wrapper select:invalid, #contact_wrapper textarea:invalid {
	background-color: white;
}
#contact_wrapper input, #contact_wrapper select, #contact_wrapper textarea {
  outline: none;
  font-size: 16px;
}

/* all the input except submit and checkbox */
#contact_wrapper input:not([type="checkbox"]), #contact_wrapper textarea, #contact_wrapper select {
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
}
#contact_wrapper input:not([type="checkbox"]):active,
#contact_wrapper input:not([type="checkbox"]):focus,
#contact_wrapper textarea:active,
#contact_wrapper textarea:focus,
#contact_wrapper select:active,
#contact_wrapper select:focus
{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}

/** the magic icon trick ! **/
#contact_wrapper [data-icon]:after {
    content: attr(data-icon);
    font-family: 'typicons';
	font-size: 22px;
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 28px;
	width: 30px;
}

/*styling both submit buttons */
#contact_wrapper p.button input {
	width: auto;
	cursor: pointer;
	background: rgb(61, 157, 179);
	padding: 0 16px;
	font-family: 'League Gothic','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 28px;
	border: 1px solid rgb(28, 108, 122);
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
}
#contact_wrapper p.button input:disabled,
#contact_wrapper p.button input:disabled:hover,
#contact_wrapper p.button input:disabled:active,
#contact_wrapper p.button input:disabled:focus{
	background: rgb(179, 179, 179);
	border: 1px solid rgb(148, 148, 148);
	top: 0;
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
}
#contact_wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#contact_wrapper p.button input:active,
#contact_wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.contact.button{
	text-align: right;
	margin: 5px 0;
}

/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	margin-top: 0;
	font-size: 16px;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
}
#contact_wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
}
#contact_wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#contact_wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/
#contact_form{
	position: relative;
	top: 0px;
	width: 88%;
	padding: 18px 6% 60px 6%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#contact_form{
	z-index: 22;
	opacity: 1;
}
/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #contact_wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #contact_wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #contact_wrapper h1{
	color: #066A75;
}
.lt8 #contact_form{
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}

input {
	outline: none !important;
}

.captcha_mismatch {
	position: absolute;
	left:0;
	top:64px;
	color: red;
}

/* Footer */
footer {
	position: relative;
    clear: both;
	height: 248px;
	width:800px;
	margin-bottom:104px;
	margin-left:auto;
	margin-right:auto;
	padding: 2;
	border-style: none;
}

.footer-top {
	width: 800px;
	height: 30px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	background-color: #f6f6f6;
}

.footer-section {
	float: left;
	height: 212px;
}

.section-middle {
	margin-left: 2px;
	margin-right: 2px;
}

.section-title {
	padding: 0 2px 2px 2px;
    margin-left: 20px;
	text-align: left;
	font-size: 16px;

	color: #222;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.section-content {
	height: 400px;
	color: #222;
	/*background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
	background-image: -moz-linear-gradient(top, #f6f6f6, #f6f6f6);
	background-image: -ms-linear-gradient(top, #f6f6f6, #f6f6f6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #f6f6f6));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #f6f6f6);
	background-image: -o-linear-gradient(top, #f6f6f6, #f6f6f6);
	background-image: linear-gradient(top, #f6f6f6, #f6f6f6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=0);*/
}

.content-left {
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	border: 3px solid #f6f6f6;
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
	overflow: hidden;
}

.content-right {
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	border: 3px solid #f6f6f6;
	text-align: center;
	font-weight: normal;
}

.footer-link {
	position: absolute;
	top: 260px;
	left: 0;
	right: 0;
	text-align: left;
}

.footer-link>a {
	text-decoration: none;
	color: #1A6476;
	font-size: 12px;
}

.footer-link>a:nth-child(2) {
    float: right;
    margin-right: 48px;
}

.footer-link>a:hover {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.footer-list {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 1.6em;
	padding: 0;
	font-size: 10pt;
	color: #b52e2b;
}

.footer-list a {
	position: relative;
    display: block;
	text-decoration: none;
	color: #222;
	margin-bottom: 1em;
}

.footer-list a:hover {
	color: #b52e2b;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

table {
  margin-left: 1px;
  -webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
  box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
  border: solid 0 #386180;
  width: 800px!important;
  border-radius: 5px 5px 5px 5px;
}
table th,
table td {
  border: none !important
}
table tr:hover td {
  background-color: #fcfcfc !important
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

select {
	color: #757575;
}

.banners-left, .banners-right {
	position: fixed;
	top: 100px;
}

.banners-left {
	width: 180px;
	left: 50%;
	margin-left: -410px;
	transform: translate(-100%, 0);
}

.banners-right {
	left: 50%;
	margin-left: 410px;
}

.banner-link {
	display: block;
	margin-bottom: 8pt;
	border: none;
}

.banner-link img {
	box-shadow: 0 0 6px rgba(0, 128, 255, 0.5);
}

table.modal {
	transform: translate(-8px, 0);
}

/* New Navigation Menu */

div.tabs {
	position: relative;
    height: 56px;
    width: 100%;
}

.tabs>div, .tabs>a {
    display: block;
	float: left;
	height: 48px;
}

.tabs>div.search {
	width: 348px;
	color: #38761d;
}

.lefticon {
	position: absolute;
	left: 24px;
	top:17px;
	font-size: 18px;
	color:#38761d;
	z-index: 10000;
}

.righticon {
	position: absolute;
	right: 24px;
	top:17px;
	font-size: 18px;
	color:#38761d;
	z-index: 10000;
}

#service_tab {
	outline: 0;
}

#service_tab>i {
	margin-left: 6px;
	padding-left: 6px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	border-left: outset thin white;
}

#service_tab.selected>i {
	border-left: inset thin #38761d;
}

#service_list {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#filter_box {
	width: 798px;
	height: auto;
    background-color: white;
	border-style: solid;
	border-width: 1.5px;
	border-color: #FFF;
	border-top-style: none;
	margin: -16px 0 8px 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 1000000;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#filter_box>ul {
	margin: 8px;
	padding: 0 0 0 8pt;
	list-style: none;
	color: #38761d;
}

#filter_box>ul li:nth-child(2n+1) {
	background-color: white;
}

#filter_box>ul li:nth-child(2n+2) {
	background-color: #f6f6f6;
}

#filter_box>ul li {
	margin: 0;
	padding: 2pt 4pt;
}

#filter_box>ul li:hover {
	list-style: circle;
}

#filter_box>ul a {
	color: #b52e2b;
	font-size: 13px;
	text-decoration: none;
}

nav {
	position: relative;
}

.tabs>div.search>i {
	float: left;
	font-size: 24px;
	line-height: 32px;
	margin: 12px 4px 0 12px;
}

.tabs>a.item {
	position: relative;
	width: 154px;
	margin-left: -12px;
	/*border-top-left-radius: 48px;
	/*border-top-right-radius: 8px;
	/*border-color: #395f7e;
	/*border-style: solid;
	/*border-width: 1px;
	/*border-bottom-style: none;
	/*box-shadow: -8px 0 5px -5px rgba(0,0,0,0),4px 0 2px -2px rgba(0,0,0,0.4);*/
	z-index: 0;
    line-height: 42px;
    color: #395f7e;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

.tabs>a.item:nth-child(1) {
	margin-left: 0;
	width: 80px;
	padding-left: 8px;
	background-color: #FFF;
	box-shadow: none;
}

.tabs>a.item:nth-child(2) {
	width: 204px;
	background-color: #FFF;
}

.tabs>a.item:nth-child(3) {
	width: 204px;
	background-color: #FFF;
}

.tabs>a.item:nth-child(4) {
	background-color: #FFF;
}

.tabs>a.item.selected {
	color: #b52e2b;
	background-color: white;
	z-index: 100;
}

/*.tabs>div.bottom {
	position: absolute;
	top: 47.8px;
	height: 3px;
	width: 800px;
	background-color: #395f7e;
	z-index: 10;
}*/

a.unavailable {
	color: white !important;
}

a.unavailable:hover {
	color: darkgray !important;
}

div.unavailable {
	color: white;
    background-color: #E24128;
	padding: 4px 16px;
	border-radius: 16px;
    border-width: 3px;
    border-color: white;
    border-style: solid;
	font-weight: bold;
	margin: 0 12px 12px 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.branch, .leaves {
	cursor: pointer;
	color: #395f7e;
	margin-left: 0em;
}

.branch {
	font-size: 17px;
}

.branch i {
	padding: 0.1em 0.35em;
	font-size: 1em;
}

.branch i:hover {
	color: #b52e2b;
}

.branch a {
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

.branch a:hover, .leaves a:hover {
	text-decoration: underline;
	background-color: #f6f6f6;
}

.branch + .leaves {
	margin-left: 1em;
}

.leaves {
	padding: 0 0 0 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	list-style: none;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.leaves a {
	text-decoration: none;
	color: #395f7e;
}

.tree-wrapper {
	margin-top: 0px;
	max-height: 0;
	overflow-y: scroll;
}

.show-anim {
	max-height: 500px;
	transition: max-height 1s;
}

.hide-anim {
	max-height: 0;
	transition: max-height 1s;
}

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:900);

@keyframes slide-tilt-down {
	from {
		top: 0;
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	to {
		top: 50%;
		-moz-transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-o-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}
}

@keyframes slide-tilt-up {
	from {
		top: 100%;
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	to {
		top: 50%;
		-moz-transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-o-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}
}

.slide-down {
	animation-duration: 2s;
	animation-name: slide-tilt-down;
}

.slide-up {
	animation-duration: 2s;
	animation-name: slide-tilt-up;
}

.rent-banner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -324px;
	z-index: 10000000;
	color: rgba(247, 247, 247, 0.);
	font-size: 64px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
	text-decoration: none;
	padding: 8px 16px;
	border: solid 8px rgba(247, 247, 247, 0);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	-webkit-transition: color 0.25s, text-shadow 0.25s;
    transition: color 0.25s, text-shadow 0.25s;
}

.rent-banner:hover {
	color: rgba(255, 64, 64, 1);
	text-shadow: 0px 4px 5px rgb(48, 48, 48);
	-webkit-transition: color 0.25s, text-shadow 0.25s;
    transition: color 0.25s, text-shadow 0.25s;
	text-decoration: none;
}

@keyframes show-msg-up {
	from {
		top: -48px;
	}
	to {
		top: 0;
	}
}

.show-up {
	animation-duration: 1s;
	animation-name: show-msg-up;
}

.rent-message {
	display: none !important;
	position: fixed;
	top: 0;
	left: 18px;
	z-index: 10000000;
	background-color: #c22108;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px 8px 12px;
	border-radius: 0 0 8px 8px;
	color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 #fff, 0 0 0 #000, 1px 1px 0 #300;
	opacity: 0.75;
	transition: opacity 1.5s, text-shadow 0.25s, color 0.25s;
}

.rent-message:hover {
	text-decoration: none;
	text-shadow: 2px 2px 4px black;
	color: white;
	opacity: 1;
	transition: opacity 1.5s, text-shadow 0.25s, color 0.25s;
}

.ac_item {
	text-decoration: none;
	color: black;
}

li.autocompleter-selected a {
	color: white;
}

.demo {
	display: inline;
	padding: 2px 4px;
	margin-left: 4px;
	color: white;
	background-color: darkred;
	text-shadow: none;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

li.new_tab {
	margin-top: 16px;
}

@keyframes lighting {
	0% { opacity:1; }
	25% { opacity:1; }
	30% { opacity:0; }
	35% { opacity:1; }
}
@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
#call_light {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#call_blink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: 8s ease-in-out lighting;
}
#call_blink:hover {
	animation: 1s ease-in-out blink;
}
h3.toggler {
	font-weight: normal;
}
.cover-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 102px;
}

/* Enquiry Form Styles */
.enquiry-form {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.enquiry-form li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.enquiry-form label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    /*font-weight: bold;*/
}
.enquiry-form input[type=text],
.enquiry-form input[type=date],
.enquiry-form input[type=datetime],
.enquiry-form input[type=number],
.enquiry-form input[type=search],
.enquiry-form input[type=time],
.enquiry-form input[type=url],
.enquiry-form input[type=email],
.enquiry-form input[type=tel],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0 0 8pt 0;
	width: 100%;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
.enquiry-form input[type=text]:focus,
.enquiry-form input[type=date]:focus,
.enquiry-form input[type=datetime]:focus,
.enquiry-form input[type=number]:focus,
.enquiry-form input[type=search]:focus,
.enquiry-form input[type=time]:focus,
.enquiry-form input[type=url]:focus,
.enquiry-form input[type=email]:focus,
.enquiry-form input[type=tel]:focus,
.enquiry-form textarea:focus,
.enquiry-form select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.enquiry-form .field-divided{
    width: 49%;
}

.enquiry-form .field-long{
    width: 100%;
}
.enquiry-form .field-select{
    width: 100%;
}
.enquiry-form .field-textarea{
    height: 100px;
}
.enquiry-form input[type=submit], .enquiry-form input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.enquiry-form input[type=submit]:hover, .enquiry-form input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.enquiry-form .required{
    color:red;
}

.form-button-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 10000000;
}

.form-button {
	display: block;
	position: absolute;
	text-align: center;
	width: 2.1em;
	top: 0;
	left: calc(59.0vw - 0.0em);
	padding: 0.30em 0 0.30em 0;
	border-radius: 0 0 8px 8px;
	background: #FFF;
	border-color: #e24128;
	border-style: solid;
    border-width: 1.5pt;
	color: #FFF;
	font-weight: 700;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	font-size: large;
	text-decoration: none;
}

.form-button-1 {
	display: block;
	position: absolute;
	text-align: center;
	width: 2.1em;
	top: 0;
	left: calc(72.0vw - 0.0em);
	padding: 0.30em 0 0.30em 0;
	border-radius:  0 0 8px 8px;
	background: #FFF;
	border-color: #6aa84f;
	border-style: solid;
    border-width: 1.5pt;
	color: #FFF;
	font-weight: 700;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	font-size: large;
	text-decoration: none;
}

#visitor-form-wrapper{
    background-color: #76a56e;
    color: white;
    padding: 15px;
    border-radius: 4px;
    width: 770px;
    margin-bottom: 5px;
}

.visitor-form-field {
    width: 49%;
    display: inline-block;
    margin-left: 6px;
}

.visitor-form-field input, .visitor-form-field select {
    width: 357px;
    border-radius: 2px;
    border-color: black;
    padding: 5px;
    border-bottom-style: none;
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
}

.visitor-form-field select {
    width: 366px;
}

.visitor-form-message, .visitor-form-confirm {
    width: 98%;
    margin-top: 7px;
    margin-bottom: 12px;
}

.visitor-form-confirm span{
    font-size: 11px;
}

.visitor-form-confirm input{
    width: 20px;
}

.visitor-form-error-wrapper{
    width: 98%;
    background: white;
    margin-left: 6px;
    margin-bottom: 7px;
    border: 2px solid white;
    border-radius: 3px;
}

#visitor-form .has-error {
    background: #ffcdcd;
    color: black;
}

.visitor-form-error{
    color: red;
    padding: 4px;
    margin: 0;
    font-style: italic;
    font-size: 11px;
}

.visitor-form-error-message-box-title{
    color: red;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.submit button{
    border: 2px solid #ffffff;
    background: #0088aa;
    border-radius: 3px;
    padding: 5px 82px;
    font-weight: bold;
    color: white;
}

.submit{
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 800px) {
    div#content {
        width: 100%;
        float: left;
        margin: 0;
        overflow: hidden;
    }
    .middle {
        width: 98%;
        margin: 8;
    }
    section.rotator h2 {
    line-height: 15px;
    /*padding: 5px;*/
    /*margin: 2px;*/
    display: block;
    }
    section.rotator {
        width: 100% !important;
    }

    section.rotator div.pane{
        width: 100%;
    }
    
    h1 {
	font-size: 12px;
    }
    h2 {
	font-size: 12px;
    }
    h3 {
	font-size: 15px;
    }
    h4 {
	font-size: 13px;
    }
    h5 {
	font-size: 13px;
    }
    h6 {
	font-size: 12px;
    }
    
    #filter_box>ul a {
	color: #b52e2b;
	font-size: 14px;
	text-decoration: none;
    }
    
div.info {
    background: #f6f6f6;
    color: #222;
    /*padding: 0px 5px 20px;*/
    width: 790px;
	margin:188px 0px 0px 0px;
	border-width:0px 0px 0px 3px;
    border-style: groove;
    border-color: #395f7e;
	-moz-border-radius: 10px 20px 30px 0;
	border-radius: 0 0 0 0;
}

    div.info {
        width: 97.9%;
    }

    header .phone{
        width: 100px;
        height: 40px;
        z-index: 499;
    }

    .cc_container{
        width: 100% !important;
        margin: 0 !important;
        left: 0 !important;
    }

    footer, .footer-top {
        width: 100%;
    }

    footer :nth-child(1 of .footer-section) {
        width: 25% !important;
    }

    footer :nth-child(2 of .footer-section){
        width: 41.75% !important;
    }

    footer :nth-child(3 of .footer-section){
        width: 33.25% !important;
    }

    article p{
        width: 99%;
        padding-left: 2px;
    }

    .tabs>div.bottom {
        width: 100%;
        left: 0;
    }

    #moveRight{
        margin-left: 90%;
    }

    .trc_container .form_container{
        width: 99% !important;
    }

    nav .tabs{
        z-index: 500;
    }

    nav .tabs>a{
        /*float: right;*/
    }
    #service_tab{
        margin-left: 0;
    }
    .tabs > div.bottom {
    /*background-color: #395f7e;
    width: 100%;
    left: 0;*/
    height: 5px;
  }

    #breadcrumb{
        width: 100%;
        padding: 0;
        margin: -3px 0 3px 0;
        font-size: 10px;
    }

    #breadcrumb ul{
        margin: 2px;
    }

    #breadcrumb li a{
        margin-right: 0;
        height: auto;
    }

    #filter_box{
        width: 99%;
        margin-left: 0;
    }

    #visitor-form-wrapper{
        width: 100%;
    }

    .visitor-form-field{
        width: 44%;
        margin-left: 15px;
    }
    .visitor-form-field input{
        width: 100%;
    }
    .visitor-form-field select{
        width: 103.5%;
    }
    .visitor-form-confirm input{
        width: 3%;
        vertical-align: top;
    }
    .visitor-form-confirm span{
        width: 92%;
        display: inline-block;
    }
    
        table {
	margin-left: 1px;
	-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
	box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
	border: solid 0.5px #386180;
	width: 668px!important;
   }

@media screen and (max-width: 750px) {
    footer :nth-child(1 of .footer-section) {
        width: 100% !important;
        height: auto;
        border-bottom: 25px solid #f6f6f6;
    }
    footer :nth-child(1 of .footer-section) .section-content{
        height: auto !important;
        border-radius: 0;
        padding-bottom: 18px;
    }
    footer :nth-child(1 of .footer-section) .section-title{
        height: auto !important;
        height: auto;
        border-radius: 0;
        font-size: 18px;
    }
    footer :nth-child(1 of .footer-section) .section-title h6{
        margin: 10px 0;
    }
    footer .footer-top{
        border-radius: 0;
        height: 20px;
    }
    footer :nth-child(1 of .footer-section) .section-title p{
        margin: 0;
    }
    footer :nth-child(1 of .footer-section) .footer-list {
    }
    footer :nth-child(1 of .footer-section) .footer-list li{
        float: left;
        list-style-type: 0;
        margin-left: 25px;
    }
    footer :nth-child(2 of .footer-section){
        height: 212px !important;
        width: 100% !important;
    }
    footer :nth-child(2 of .footer-section) .section-content{
        height: auto !important;
        width: 100% !important;
    }
    footer :nth-child(2 of .footer-section) .section-content iframe{
        height: 212px !important;
        width: 100% !important;
    }
    footer :nth-child(3 of .footer-section){
        height: auto !important;
        width: 100% !important;
    }
    footer :nth-child(3 of .footer-section) .section-content{
        height: auto !important;
        width: 100% !important;
        border-radius: 0 0 0 0;
        border: 0 solid #FFF;
    }
    /*.tabs>a.item:nth-child(3){*/
    /*    width: 120px;*/
    /*}*/
}

@media screen and (max-width: 700px) {
    header .phone{
        top: -40px;
    }
}

@media screen and (max-width: 630px) {
    .visitor-form-field{
        width: 94%;
        margin-left: 0;
    }
    .visitor-form-field select{
        width: 101.7%;
    }
    .visitor-form-message{
        width: 95.5%;
    }
}
@media screen and (max-width: 600px) {
    div.tabs{
        height: 33px;
        /*background-color: #76a56e;*/
    }
    
        .tabs>a.item{
        width: 30% !important;
        height: 30px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 3px;
        vertical-align: middle;
        border-radius: 1;
        border: none;
        text-shadow: none;
        box-shadow: none;
        line-height: 28px;
    }

    .tabs>div.bottom{
        top: 33px;
    }
    
        table {
	margin-left: 1px;
	-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
	box-shadow:inset 0 0 0 0 rgba(0,0,0,0);
	border: solid 0.5px #386180;
	width: auto!important;
   }
    
@media screen and (max-width: 500px) {
    div.tabs{
        height: 33px;
        background-color: #FFF;
    }

    .tabs>a.item{
        width: 34.7% !important;
        height: 30px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 3px;
        vertical-align: middle;
        border-radius: 1;
        border: none;
        text-shadow: none;
        box-shadow: none;
        line-height: 28px;
    }

    .tabs>div.bottom{
        top: 33px;
    }

    .footer-list{
        font-size: 12px;
    }

    .right-footer {
        font-size: 13px !important;
    }
}