@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
}

* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Open Sans Hebrew', arial, verdana, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */;
}

.trans,.transDiv a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

b,strong {
    font-family: 'Open Sans Hebrew Bold', arial, verdana, sans-serif;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('/css/fonts/opensans/opensanshebrew-regular-webfont.eot');
    src: url('/css/fonts/opensans/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/opensans/opensanshebrew-regular-webfont.woff') format('woff'),
        url('/css/fonts/opensans/opensanshebrew-regular-webfont.ttf') format('truetype'),
        url('/css/fonts/opensans/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Hebrew Light';
    src: url('/css/fonts/opensans/opensanshebrew-light-webfont.eot');
    src: url('/css/fonts/opensans/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/opensans/opensanshebrew-light-webfont.woff') format('woff'),
        url('/css/fonts/opensans/opensanshebrew-light-webfont.ttf') format('truetype'),
        url('/css/fonts/opensans/opensanshebrew-light-webfont.svg#open_sans_hebrewlight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Hebrew Italic';
    src: url('/css/fonts/opensans/opensanshebrew-italic-webfont.eot');
    src: url('/css/fonts/opensans/opensanshebrew-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/opensans/opensanshebrew-italic-webfont.woff') format('woff'),
        url('/css/fonts/opensans/opensanshebrew-italic-webfont.ttf') format('truetype'),
        url('/css/fonts/opensans/opensanshebrew-italic-webfont.svg#open_sans_hebrewitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans Hebrew Bold';
    src: url('/css/fonts/opensans/opensanshebrew-bold-webfont.eot');
    src: url('/css/fonts/opensans/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/opensans/opensanshebrew-bold-webfont.woff') format('woff'),
        url('/css/fonts/opensans/opensanshebrew-bold-webfont.ttf') format('truetype'),
        url('/css/fonts/opensans/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew ExtraBold';
    src: url('/css/fonts/opensans/opensanshebrew-extrabold-webfont.eot');
    src: url('/css/fonts/opensans/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/opensans/opensanshebrew-extrabold-webfont.woff') format('woff'),
        url('/css/fonts/opensans/opensanshebrew-extrabold-webfont.ttf') format('truetype'),
        url('/css/fonts/opensans/opensanshebrew-extrabold-webfont.svg#open_sans_hebrewextra_bold') format('svg');
    font-weight: 800;
    font-style: normal;

}

.myformPop {
    display: none;
    width: 320px;
    min-height: 189px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#10000000);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background: rgba(0,0,0,0.1);
}

.myformPop *, .myformPop {
    box-sizing: border-box;
}

.myformPop i.close,
.myformPop .cancelButton,
.myformPop .acceptButton{
    position: absolute;
    bottom: 15px;
    font-family: arial;
    font-size: 12px;
    left: 15px;
    display: block;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #a95151;
    box-shadow: 0 1px 2px 0 #cd8787 inset;
    -webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
    -moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
    background: #c57979;
    background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c57979), color-stop(100%,#a34c4c));
    background: -webkit-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -o-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: -ms-linear-gradient(top, #c57979 0%,#a34c4c 100%);
    background: linear-gradient(top, #c57979 0%,#a34c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c57979', endColorstr='#a34c4c',GradientType=0 );
    border: 0px;
    outline: none;
    text-shadow: 0 -1px #6f6f6f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.myformPop .confirmButtons {
    width: 193px;
    margin: 0 auto;
    margin-top: 81px;
}
.myformPop .confirmButtons button {
    float: right;
    margin-right: 10px;
    padding: 12px 25px 12px 25px;
    position: relative;
    left: auto;
    bottom: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
}

.myformPop .cancelButton {
    border: 1px solid #6F3333;
}

.myformPop .acceptButton {
    margin-right: 0px;
    background: #a9ca7b; /* Old browsers */
    background: -moz-linear-gradient(top, #a9ca7b 0%, #84ab58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9ca7b), color-stop(100%,#84ab58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9ca7b 0%,#84ab58 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9ca7b 0%,#84ab58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9ca7b', endColorstr='#84ab58',GradientType=0 ); /* IE6-9 */
    border: 1px solid #567A34;
}

.myformPop i.close:hover,
.myformPop .confirmButtons button{
    opacity: 0.95;
    filter: alpha(opacity=95);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.myformPop i.close:active,
.myformPop .confirmButtons button:active {
    background: #b15e5e;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 #fff;
}

.myformPop .confirmButtons .acceptButton:active {
    background: #a9ca7b;
}

.myformPop .heading {
    width: 100%;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
}

.myformPop .output {
    font-family: arial;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    min-height: 114px;
    background: #efefef;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    padding-bottom: 65px;
}

.myformPop .output.delete {
    color: #A70505;
}

.myformPop .output span.success {
    color: #4F8A10;
    border: 1px solid #4F8A10;
    background: #DFF2BF;
    display: block;
    padding: 3%;
    width: 94%;
    text-align: center;
}
.myformPop .output span.error {
    color: #A70505;
}

.myformPop .output ul {
    list-style-type: disc;
    color: #D8000C;
    background-color: #FFBABA;
    padding: 3%;
    width: 94%;
    margin: 0;
    border: 1px solid #D8000C;
}

.myformPop .output ul li {
    margin-right: 20px;
}

/*******************START ADMIN PAGE*******************/

html {
    min-height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
    height: 100%;
}

.wrap {
    max-width: 892px;
    width: 100%;
    margin: 0 auto;
}

h3.pageTitle {
    font-size: 48px;
    color: #4a93e4;
}

sub {
    color: #fff;
    font-size: 24px;
}

.col3 {
    float: right;
    width: 33.333333%;
}

.page-nav {
    float: left;
    margin-bottom: 10px;
}

.page-nav span,
.page-nav a {
    display: block;
    float: right;
    margin-left: 5px;
    border: 1px solid #4a93e4;
    padding: 5px;
    color: #4a93e4;
    font-size: 12px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.page-nav a:hover,
.page-nav span:hover{
    background: #4a93e4;
    color: #fff;
}

.textArea a {
    color: #4a93e4;
    text-decoration: underline;
}

.textArea ul {
    list-style: disc;
    margin: 20px;
}

.myform {
    border: 1px solid #4a93e4;
    display: block;
    overflow: hidden;
    padding: 12px;
}

.myform fieldset {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.myform fieldset input,
.myform fieldset textarea{
    width: 100%;
    display: block;
    border: 1px solid #4a93e4;
    height: 38px;
    line-height: 38px;
    font-family: 'Open Sans Hebrew', arial, verdana, sans-serif;
    font-size: 14px;
    background: transparent;
    outline: 0;
    padding-right: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

footer .myform fieldset input,
footer .myform fieldset textarea{
    color: #fff;
}

.myform fieldset .errorField,
.myform fieldset input.errorField:focus,
.myform fieldset textarea.errorField:focus{
    background: #FFBABA;
    border: 1px solid #D8000C;
    color: #000;
}

.myform fieldset input:focus,
.myform fieldset textarea:focus{
    background: #4a93e4;
}

.myform fieldset textarea {
    height: 86px;
    line-height: normal;
    padding-top: 10px;
}
.myform fieldset input::-webkit-input-placeholder,
.myform fieldset textarea::-webkit-input-placeholder { 
    color:    #fff;
}
.myform fieldset input::-moz-placeholder,
.myform fieldset textarea::-moz-placeholder { 
    color:    #fff;
}
.myform fieldset input::-ms-input-placeholder,
.myform fieldset textarea::-ms-input-placeholder { 
    color:    #fff;
}

.myform input[type="submit"] {
    display: block;
    background: #4a93e4;
    color: #fff;
    width: 100%;
    line-height: 38px;
    height: 38px;
    border: 1px solid #4a93e4;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.myform input[type="submit"]:hover {
    background: transparent;
    color: #4a93e4;
}

.pagination{
    float: right;
    margin-top: 20px;
}
.pagination li {
    font-size: 14px;        
}

.pagination li{
    float:right;
}
.pagination li a,.pagination li.dot{
    display:block;
    padding: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #4a93e4;
    margin-left: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #4a93e4;
    position: relative;
}

.pagination li.active a, .pagination li:hover a {
    background: #4a93e4;
    color: #fff; 
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

header {
    height: 189px;
    width: 100%;
    background: #05192b;
}

header i {
    background: url('/img/header-bg.png') 85% 0px;
    width: 100%;
    height: 189px;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
}

header section {
    height: 41px;
    font-size: 13px;
    line-height: 41px;
    color: #fff;
    position: relative;
    z-index: 2;
    background: rgba(14,70,118,0.6);
}

a.phone {
    background: url('/img/sprite.png') -27px 0px;
    width: 19px;
    height: 14px;
    margin-left: 6px;
    float: right;
    display: block;
    margin-top: 12px;
}

a.facebook {
    background: url('/img/sprite.png') 0px 0px;
    width: 26px;
    height: 25px;
    margin-left: 16px;
    float: right;
    display: block;
    top: 50%;
    margin-top: 6px;
}

#topArea {
    height: 85px;
    margin-top: 27px;
    position: relative;
    z-index: 2;
}

a#logo {
    background: url('/img/logo.png');
    width: 219px;
    height: 85px;
    float: left;
}

ul#navigator {
    position: absolute;
    bottom: 0;
    right: 0;
}

ul#navigator > li {
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

ul#navigator > li:last-child {
    margin-left: 0;
}

ul#navigator > li > a {
    color: #fff;
    padding: 5px 12px;
    border: 1px solid transparent;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

ul#navigator > li:hover > a {
    border-color: #4a93e4;
}

ul#navigator > li > ul {
    position: absolute;
    border:1px solid #4a93e4;
    background: #05192b;
    display: block;
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    display: none;
}

ul#navigator > li > ul > li > a {
    display: block;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border: 1px solid transparent;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

ul#navigator > li > ul > li > a:hover {
    border-color: #4a93e4;
}

#container {
    padding-bottom: 330px;
    overflow: hidden;
}

.index #container {
    padding-bottom: 630px;
}

footer {
    width: 100%;
    height: 295px;
    background: #07233c;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding-top: 20px;
    color: #fff;
}

.index footer {
    height: 600px;
}

footer .rightArea {
    float: right;
    width: 72%;
    margin-left: 2%;
}

footer .leftArea {
    float: right;
    width: 26%;
}

footer .foot {
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
}

.index footer .foot {
    border-top: 1px solid #094479; 
}

footer .foot sub {
    margin-bottom: 15px;
    display: block;
}

footer .foot .col3 p,
footer .foot .col3 i {
    float: right;
    display: block;
}

footer .foot .col3 i.mappin {
    background: url('/img/sprite.png') -156px -32px;
    width: 49px;
    height: 69px;
    margin-left: 30px;
}
footer .foot .col3 i.contact {
    background: url('/img/sprite.png') -278px -30px;
    width: 82px;
    height: 63px;
    margin-left: 30px;
}
footer .foot .col3 i.times {
    background: url('/img/sprite.png') -205px -30px;
    width: 71px;
    height: 71px;
    margin-left: 30px;
}

footer .cp {
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px solid #0f2a42;
    padding-top: 15px;
}

footer .cp a {
    float: left;
    color: #fff;
}

footer .cp a:hover {
    text-decoration: underline;
}

.bigImgArea {
    background: url('/img/mini-slider-bg.png') 5%;
    width: 100%;
    height: 117px;
    margin-top: 1px;
    margin-bottom: 4px;
    font-family: 'Open Sans Hebrew Light', arial;
    color: #fff;
    overflow: hidden;
}

.index .bigImgArea {
    background: url('/img/slider-bg.jpg') 25%;
    height: 373px;
}

.index .bigImgArea .wrap {
    width: 440px;
    text-align: center;
}

.bigImgArea h1 {
    display: block;
    line-height: 117px;
    font-size: 42px;
}

.index .bigImgArea h1 {
    font-size: 60px;
    line-height: normal;
    margin-top: 40px;
}

.index .bigImgArea h2 {
    font-size: 36px;
    margin-top: 5px;
}

.index .bigImgArea a.contactButton {
    display: block;
    width: 391px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    background: #4a93e4;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 15px;
}

.index .bigImgArea a.contactButton:hover {
    background: #4587d0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a.box {
    display: block;
    float: right;
    width: 200px;
    margin-left: 30px;
    height: 150px;
    margin-top: 25px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a.box:hover {
    border-color: #4a93e4;
}

a.box.last {
    margin-left: 0px;
}

a.box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

a.box:hover img {
    border-color: #4a93e4;
}

a.box span {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 52px;
    line-height: 52px;
    background: rgba(74,147,228, 0.8);
    width: 100%;
    right: 0px;
    left: 0px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans Hebrew Bold', arial, verdana, sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
}

a.box.desc span {
    line-height: 14px;
    padding: 3px;
}

a.box.desc span small {
    text-shadow: none;
    font-size: 12px;
    font-family: 'Open Sans Hebrew', arial, verdana, sans-serif;
}

a.box:hover span {
    background: rgba(74,147,228, 1);
}

/****************ACCORDION***************/
.ui-accordion-content{ zoom: 1; }
#accordion .accordion-title {
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight: bold;
    margin-bottom: 10px;
}

#accordion .accordion-title a {
    display: block;
    padding: 10px 55px 10px 15px;
    background: url(/img/accordion-open.png) no-repeat right center;
    color: #999999 !important;
    text-decoration: none;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#accordion .accordion-title.active a {
    color: #333333 !important;
    background: url(/img/accordion-close.png) no-repeat right center;
}

#accordion .accordion-inner {
    padding: 0 12px 10px 12px;
}

/*****************ERROR******************/
#errorpage h4 {
    color: #311413;
    font-size: 46px;
    font-weight: bold;
}

#errorpage h3 {
    color: #311413;
    font-size: 36px;
    font-weight: bold;
}

#errorpage p {
    color: #311413;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

#errorpage ul li,
#errorpage ol li{
    color: #311413;
    font-size: 14px;
}

#errorpage ol li a {
    color: #311413;
    text-decoration: underline;
}
/*****************ERROR******************/
/***PAGE***/

@media only screen and (max-width: 800px) {
    .mclearfix:before,
    .mclearfix:after {
        content: "";
        display: table;
    }

    .mclearfix:after {
        clear: both;
    }

    .mclearfix {
        zoom: 1;
        /* For IE 6/7 (trigger hasLayout) */;
    }

    header {
        height: auto;
        overflow: hidden;
    }

    header i {
        background: none;
    }

    header section {
        font-size: 11px;
    }
    a.facebook {
        margin-left: 5px;
        margin-right: 3px;
    }

    a#logo {
        background: url('/img/mobileLogo.png') no-repeat;
        width: 155px;
        height: 60px;
        display: block;
        float: right;
        margin-right: 3%;
        margin-bottom: 10px;
    }

    a#menu {
        display: block;
        background: url('/img/menu.png') no-repeat;
        width: 40px;
        height: 21px;
        margin-top: 12px;
        float: left;
        margin-left: 3%;
    }

    #topArea {
        margin-top: 10px;
        height: auto;
    }

    ul#navigator {
        position: relative;
        display: none;
    }

    ul#navigator > li {
        display: block;
    }

    ul#navigator > li > a {
        display: block;
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #4a93e4;
        margin-bottom: 2px;
        padding: 5px 8px;
    }

    ul#navigator > li.drop > a:after {
        float: left;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #007bff transparent transparent transparent;
        margin-top: 5px;
    }

    ul#navigator > li > ul {
        position: relative;
        border: 0;
        margin: 0;
        padding: 0;
    }

    ul#navigator > li:hover > ul {
        display: none;
    }

    ul#navigator > li > ul > li > a {
        border-bottom: 1px solid #4a93e4;
        padding-right: 7%;
    }

    ul#navigator > li > ul > li > a:before {
        float: right;
        display: block;
        content: "-";
        margin-left: 6px;
        font-weight: bold;
        color: #4a93e4;
        font-size: 20px;
        line-height: 12px;
    }

    ul#navigator > li > ul > li:hover > a {
        border-color: transparent;
        border-bottom: 1px solid #4a93e4;
    }

    .index .bigImgArea {
        background: url('/img/slider-bg.jpg') 56% 31%;
        height: 170px;
    }

    .bigImgArea {
        z-index: 2;
        position: relative;
    }

    .index .bigImgArea .wrap {
        width: 100%;
    }

    .bigImgArea h1 {
        font-size: 33px;
        text-align: center;
    }

    .index .bigImgArea h1 {
        font-size: 36px;
        line-height: normal;
        margin-top: 10px;
    }
    .index .bigImgArea h2 {
        font-size: 20px;
        margin-top: 0px;
    }
    .index .bigImgArea a.contactButton {
        width: 90%;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .index footer {
        height: 572px;
    }

    a.box {
        margin: 0px;
        width: 33%;
        height: 80px;
    }

    a.box span {
        height: 33px;
        font-size: 13px;
        line-height: normal;
    }

    .index #container {
        padding-bottom: 577px;
    }

    h3.pageTitle {
        font-size: 22px;
    }

    footer {
        padding: 5px;
    }

    footer .rightArea {
        width: 48%;
        font-size: 13px;
    }

    footer .leftArea {
        width: 50%;
    }

    .myform fieldset {
        margin-bottom: 8px;
    }

    .myform fieldset input,
    .myform fieldset textarea {
        height: 30px;
        line-height: 30px;
    }

    .myform fieldset textarea {
        height: 56px;
        line-height: normal;
        padding-top: 5px;
    }
    .myform input[type="submit"] {
        line-height: 30px;
        height: 30px;
        font-size: 20px;
    }
    sub {
        font-size: 18px;
    }
    footer .foot {
        padding-top: 7px;
        margin-top: 7px;
    }
    footer .foot sub {
        margin-bottom: 8px;
    }

    .col3 {
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }
    footer .foot .col3 p {
        font-size: 13px;
    }
    footer .foot .col3 i.mappin {
        background: url('/img/mobileSprite.png') -109px 0px;
        width: 37px;
        height: 55px;
        margin-left: 30px;
    }
    footer .foot .col3 i.times {
        background: url('/img/mobileSprite.png') 0px 0px;
        width: 54px;
        height: 55px;
        margin-left: 15px;
    }
    footer .foot .col3 i.contact {
        background: url('/img/mobileSprite.png') -58px 0px;
        width: 49px;
        height: 55px;
        margin-left: 19px;
    }
    footer .cp {
        margin-top: 0px;
        padding-top: 10px;
    }

    .textArea {
        padding: 5px;
    }

    .page-nav span,
    .page-nav a {
        margin-left: 2px;
        padding: 2px;
        margin-bottom: 2px;
    }

    .myformPop{
        width: 100%;
    }
}

@media only screen and (min-width: 800px) {
    ul#navigator > li:hover > ul {
        display: block;
        border-top: 0;
    }
}