html { height:100%; }
html,
body {
    min-height:100%;
    font-family:'Open Sans', sans-serif;
    background:#fff;
    overflow:hidden;
    position:relative;
    font-size: 14px;
    line-height: 16px;
}

html.ready,
html.ready body { overflow:auto; }

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

img {
    max-width:100%;
}

figure img,
img.logo {
    display:block;
    margin:0 auto;
}

a {
    color:inherit;
    text-decoration:none;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
}

figure { position:relative; }

body,
h1,
h4,
h5,
h6,
p,
li {
    color:#8B8B8B;
    line-height: 20px;
}

table td {
    padding: 10px;
}

p { margin-bottom:10px; }

h2,
h3,
.dot:hover,
.dot.selected,
i.icon,
select + i,
.box h4 {
    color:#1E9DD2;
}

h3,
.box h4 {
    font-size: 23px;
    margin: 12px 0 24px 0;
}

strong { font-weight:800; }
.bolder { font-weight:600; }
.darker { color:#6F6F6F; }

input,
textarea,
button {
    border: 0 none;
    background: transparent;
    color: inherit;
    font-size:inherit;
    font-family:inherit;
    outline:none;
    margin: 0;
    padding: 0;
    max-width:100%;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
    background:#FCFCFC;
    padding: 6px 26px 6px 5px;
    border-bottom: 2px solid #F0F0F0;
    font-size: 19px;
    color: #A0A0A0;
    margin-bottom:30px;
}
input[type="button"],
input[type="submit"],
button {
    padding: 10px 20px;
    background: #F0F0F0;
    color: #029BD7;
    cursor:pointer;
}
input[disabled] {
    cursor: not-allowed!important;
}

.aMap * {
    max-width:none!important;
}
.aMap { min-height:120px; }
#theMap { height:520px; }

.page-template-contact-php input[type="search"],
.page-template-contact-php input[type="text"],
.page-template-contact-php input[type="password"],
.page-template-contact-php input[type="email"],
.page-template-contact-php input[type="search"],
.page-template-contact-php textarea { width:100%; }

.carousel hgroup *,
.hover a { color:#fff; }

#preloader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:11;
    background:#fff;
    transition: visibility 0s linear  0s,
        opacity .4s linear  0s;
    -webkit-transition: visibility 0s linear  0s,
        opacity .4s linear  0s;
    -moz-transition: visibility 0s linear  0s,
        opacity .4s linear  0s;
    -ms-transition: visibility 0s linear  0s,
        opacity .4s linear  0s;
    -o-transition: visibility 0s linear  0s,
        opacity .4s linear  0s;
    visibility:visible;
    opacity:1;
}

.ready #preloader {
    transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -webkit-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -moz-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -ms-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -o-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    visibility:hidden;
    opacity:0;
}

#header,
#footer,
#middle {
    position:relative;
    overflow:hidden;
    z-index:9;
}

#header,
#footer { }

#middle {
    min-height:100%;
    position:relative;
}
#middle {
    margin-top:95px;
}
#header {
    background:#fff;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:10;
}
#logo { width:240px;}
#header { min-height:95px; }
#menu li a,
#logo {
    display:block;
    height:95px;
}
#menu {
    width:74%;
}
#menu li > ul { display:none!important; }
#menu li {
    display:block;
    float:left;
    margin:0 2px;
    width: 19%;
}
#menu li a {
    line-height:1;
    display:block;
}
#menu li a .tableCell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#menu a .ttl,
#menu a .dscr {
    display:inline;
}
#menu li a i {
    display:block;
    width:50px;
    height:50px;
    float:left;
    position:relative;
    margin:0 10px 0 0;
    background:#1E9DD2;
}
#menu li a i:after {
    content: ' ';
    display:block;
    width:100%;
    height:100%;
    bottom:0;
    position:absolute;
    background:inherit;
    transition: bottom .4s ease;
    -webkit-transition: bottom .4s ease;
    -moz-transition: bottom .4s ease;
    -ms-transition: bottom .4s ease;
    -o-transition: bottom .4s ease;
    z-index:8;
}
#menu li a i img {
    z-index:9;
    position:relative;
}
#menu li a .ttl {
    font-size:12px;
    font-weight:600;
    color:#636677;
    text-transform:uppercase;
}
#menu li a .dscr {
    font-size:12px;
}
#menu li.open a i:after,
#menu li a:hover i:after {
    bottom:100%;
}

#subMenu {
    position:relative;
    width:100%;
    height:0;
    overflow:hidden;
    transition: height .4s;
    -webkit-transition: height .4s;
    -moz-transition: height .4s;
    -ms-transition: height .4s;
    -o-transition: height .4s;
    background: #fff url(../img/menu_bg.jpg) top left no-repeat;
    background-size:cover;
}

#subMenu * {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
#subMenu li.menu-item {
    padding: 3px;
    list-style-position: inside;
    list-style-type: circle;
    margin: 2px 10px 2px 40px;
}
#subMenu p {
    line-height: 24px;
}
#subMenu h1,
#subMenu h2,
#subMenu h3,
#subMenu h4,
#subMenu h5,
#subMenu h6 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

#subMenu .bg1 { background: rgba(45, 170, 194, 0.6); }
#subMenu .bg2 { background: rgba(41,  78, 192, 0.9); }


#header:hover #subMenu.open,
#subMenu > li .h400 {
    height:400px;
}
#subMenu > li {
    transition: visibility 0s linear .6s,
        opacity .6s linear  0s;
    -webkit-transition: visibility 0s linear .6s,
        opacity .6s linear  0s;
    -moz-transition: visibility 0s linear .6s,
        opacity .6s linear  0s;
    -ms-transition: visibility 0s linear .6s,
        opacity .6s linear  0s;
    -o-transition: visibility 0s linear .6s,
        opacity .6s linear  0s;
    opacity:0;
    visibility:hidden;
}
#subMenu.open > li.open {
    overflow:hidden;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity:1;
    visibility:visible;
}
.page-id-235 div.content span.coverBox {display:none !important}
#theInfos > div {
    background: #f7f7f7;
    padding: 26px;
}
.box,
#stripe,
.archive .sorter li article {
    border-top:1px solid #E6E6E6;
    background:#F7F7F7;
    border-bottom: 2px solid #E6E6E6;
}
article figure {
    position:relative;
}
article figure .date {
    position:absolute;
    bottom:0;
    left:0;
    z-index:9;
    background:#014FA4;
    color:#fff;
    padding:15px 10px;
    display:block;
    width:64px;
    text-align:center;
    line-height: 13px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#stripe {
    position:relative;
    height:180px;
}
#stripe .crop {
    overflow:hidden;
}

.hero,
#hero {
    text-transform: uppercase;
    text-align: center;
    padding: 35px 0;
}
.hero h1,
#hero h1 {
    font-size: 28px;
}
.hero h2,
#hero h2 {
    font-size: 16px;
}
.hero *,
#hero * {
    padding: 5px 0;
    line-height: 1;
    color: inherit;
}

#breadcrumbs li { margin:0 1px;}

.label,
#breadcrumbs li > * {
    display: inline-block;
    padding: 14px;
    background: #80CFF6;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    border-bottom: 2px solid #68B5E1;
    position: relative;
    top: 2px;
    font-weight:600;
    letter-spacing: 1px;
}

#prod .cnt h1,
#prod .cnt h2,
#prod .cnt h3,
#prod .cnt h4,
#prod .cnt h5,
#prod .cnt h6 {
    color:inherit!important;
    font-weight:800;
}

#prod #main .oneThird > div {
    padding-left: 60px;
}
#prod #main .twoThird {
    padding: 20px 40px 20px 0;
    border-right: 1px solid #c1c1c1;
}

#prod #main #ctrls {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
    margin-bottom:25px;
}
#prod #main #ctrls a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #F4F4F4;
    border-radius: 4px;
    font-size: 26px;
}

#footer {
    border-top: 8px solid #029BD7;
    color:#fff;
}
#footer * { color:inherit; }
#footer .bg1,
#footer .bg2 {
    min-height: 510px;
}
#footer,
#footer .bg1 {
    background-color:#16151D;
}
#footer .bg2 {
    background-color:#1C1A25;
}
#footer h4 {
    font-size: 18px;
    padding: 0 0 12px 0;
    font-weight: bold;
}
#footer #infos li {
    font-weight: bold;
    line-height: 27px;
}
#footer #latest li,
#footer #latest li a { display:block; }
#footer #latest li {
    margin: 0 0 10px 0;
}
#latest figure {
    margin: 0 10px 0 0;
}
#footer #latest li a * {
    line-height: 1!important;
}
#footer #latest li a span,
#footer #latest li a p {
    margin: 0;
    font-size: 13px;
}
#footer #latest li a h5 {
    font-weight: bold;
    margin: 0 0 4px 0;
}
#footer #latest li a span {
    color:#029BD7;
    font-weight:bolder;
}

.maxWidth,
.container {
    margin-left:auto;
    margin-right:auto;
}
.container {
    width:1120px;
}

.crop { position:relative; }

.drag.x,
.drag.x ul {
    max-width:100%;
    overflow:hidden;
    cursor: move;
    cursor: -webkit-grab;
}
.drag.x ul {
    margin:0;
    padding:0;
    white-space:nowrap;
    text-align:center;
}
.drag.x li {
    border:2px solid #fff;
    margin:2px;
    display:inline-block;
}
.drag.x li img { display:block; }

.scroller nav {
    width:20%;
    float:left;
    border-left:2px solid #1E9DD2;
}
.scroller nav li,
.scroller nav li a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:hidden;
    -moz-text-overflow:hidden;
    -webkit-text-overflow:hidden;
}
.scroller nav li a {
    background:#1E9DD2;
    color:#fff;
    padding:10px 20px;
    border-bottom:1px solid #43ACD8;
}
.scroller nav li a:hover {
    background:#43ACD8;
}
.scroller nav li.selected a {
    background:#fff;
    color:#1E9DD2;
    border:0 none;
}
.scroller nav + ul {
    width:80%;
    float:left;
    padding-left:40px;
    position:relative;
}
.scroller nav + ul,
.scroller nav + ul li,
.scroller nav + ul li article {
    height:240px;
    position:relative;
}
.scroller nav + ul,
.scroller nav + ul li {
    overflow:hidden;
}
.scroller nav + ul li article { overflow:auto; }

.carousel .aBox.fullWidth {
    height:640px;
}

.carousel hgroup * {
    text-shadow:1px 1px 1px #000;
    font-weight:600;
}

.carousel hgroup h1,
.carousel hgroup h2 { text-transform:uppercase; }
.carousel hgroup h2 {
    font-size:26px;
    line-height:30px;
}
.carousel hgroup h1 {
    font-size: 42px;
    line-height: 35px;
}

.noControls .controls,
.noControls [class*="ontrols"] { display:none; }

.sorter,
.sorter .item {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.carousel.hasSorter .overflower .slidesCollector {
    background: #eee;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16) inset;
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16) inset;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16) inset;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.carousel.hasSorter .sorter {
    overflow:visible;
}
.carousel.hasSorter .sorter .item {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.carousel.hasSorter .aBox,
.carousel.hasSorter .slide,.carousel ul {
    overflow: visible;
}
.carousel.hasSorter {
    position:relative;
    padding-bottom:50px;
}
.carousel.hasSorter .controls {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
}
.carousel.hasSorter .controls .dots {
    display:block;
    width:100%;
}
.carousel.hasSorter .controls .prev,
.carousel.hasSorter .controls .next { display:none; }
.carousel.hasSorter .controls .dots * {
    display:inline-block;
}
.carousel.hasSorter .controls .dots a {
    width:20px;
    height:20px;
    margin:8px;
    border-radius: 9999px;
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border-width:1px;
    border-style:solid;
    color:inherit;
}
.carousel.internal,
.carousel.internal .aBox {
    width:100%;
}
.carousel.internal .controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel.internal {
    position: relative;
}
.carousel.internal .controls .dots {
    display: none;
}
.carousel.internal .controls .prev,
.carousel.internal .controls .next {
    top: 50%;
    position: absolute;
    margin-top: -23px;
    opacity: 0;
    transition: opacity .4s linear  0s;
    -webkit-transition: opacity .4s linear  0s;
    -moz-transition: opacity .4s linear  0s;
    -ms-transition: opacity .4s linear  0s;
    -o-transition: opacity .4s linear  0s;
}
.carousel.internal .controls .prev a,
.carousel.internal .controls .next a {
    width: 46px;
    height: 46px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34);
}
.carousel.internal .controls .prev {
    left: 20px;
}
.carousel.internal .controls .next {
    right: 20px;
}
.carousel.internal .controls:hover .prev,
.carousel.internal .controls:hover .next {
    opacity: 1;
}
.carousel img {
    display: block;
}
.carousel.notEnoughElements .controls {
    display: none;
}

.hover {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -webkit-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -moz-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -ms-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    -o-transition: visibility 0s linear .4s,
        opacity .4s linear  0s;
    text-align:center;
    background:rgba(30, 157, 210, 0.5);
}

*:hover > .hover {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    opacity:1;
    visibility:visible;
}
i.icon,
.hover a {
    border-width:1px;
    border-style:solid;
    display:inline-block;
    width:65px;
    height:65px;
    line-height:65px;
    text-align:center;
    font-size:24px;
    margin:10px;
}

.adapt1 > .relative { position:relative; }
.adapt1 > .relative > div + div {
    position:absolute;
    right:0;
    height:100%;
}

.hover a {
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
}

.sorter .item { float:left; }
.sorter .item img {
    display:block;
    width:100%;
}

.error404 #middle .container h1 {
    font-size: 30px;
    color: #5F5F5F;
    margin: 0 0 16px 0;
}
.error404 #middle .container h1 strong {
    font-size: 70px;
}

.archive .sorter {
    width:102%;
    margin-left:-1%;
}
.archive .sorter li {
    padding: 2% 1%;
}
.archive .sorter li.oneThird:nth-child(3n+1),
.archive .sorter li.oneFourth:nth-child(4n+1){ clear:left; }

.autoHeight {
    height:auto!important;
}

.list,
.list ul,
.list ol {
    display:block;
}

.list,
.list li,
.list ul,
.list ol {
    margin:0;
    padding:0;
}

.list li { display:inline-block; }

.vertical.list li {
    width:100%;
}

ol + select,
ul + select,
.hasSelect + select,
.hasSelect + select + i { display:none; }

.spin:after { font-family:'fontello'; }
.spin[data-progress="1"]:after { content: '\f031'; }
.spin[data-progress="2"]:after { content: '\f032'; }
.spin[data-progress="3"]:after { content: '\f033'; }
.spin[data-progress="4"]:after { content: '\f034'; }
.spin[data-progress="5"]:after { content: '\f035'; }
.spin[data-progress="6"]:after { content: '\f036'; }
.spin[data-progress="7"]:after { content: '\f037'; }
.spin[data-progress="8"]:after { content: '\f038'; }

.maxWidth  { max-width:1440px; }
.maxWidth2 { max-width:1200px; }
.w720 {
    max-width:720px;
}
.maxWidth, 
.maxWidth2,
.w720 { margin:0 auto; }

a.alignright,
img.alignright,
a.alignleft,
img.alignleft,
a.aligncenter,
img.aligncenter { position:relative; }
a.alignright,
img.alignright,
a.alignleft,
img.alignleft { display:inline-block; }
a.alignright,
img.alignright { float: right; margin: 0 0 1em 1em; }
a.alignleft,
img.alignleft { float: left; margin: 0 1em 1em 0; }
a.aligncenter,
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
a.alignright img,
a.alignleft img { margin:0; }

.content li {
    list-style: initial;
    list-style-type: square;
    list-style-position: inside;
}
.c70 {
    width: 70%;
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
}
select.updateMarkers {
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    border-top:0 none;
    border-right:0 none;
    border-left:0 none;
    font-family: inherit;
}
select.updateMarkers:active,
select.updateMarkers:focus {
    top:4px;
    border-top: 2px solid #68B5E1;
    border-bottom:0 none;
}

@media screen and (max-width:1119px){
    .container {
        width:960px;
    }
    .carousel .aBox.fullWidth { height:420px; }
}

@media screen and (max-width:959px){
    #dealers #theMap {
        height:400px;
    }
    #logo { width:175px; }
    #menu li {
        text-align:center;
        width:15%;
        margin:0 14px!important;
    }
    #menu i { display:none!important; }
    .container {
        width:768px;
    }
    #header > .container { width:100%; }
}

@media only screen and (max-width: 767px){
    #dealers #theMap {

    }
    #boxes > div,
    .archive .sorter li {
        width:50%;
        clear:none;
        padding-top:6%;
        margin:0;
    }
    #boxes > div:nth-child(2n+1),
    .archive .sorter li:nth-child(2n+1){ clear:left; }
    #footer .oneThird .twoThird { padding-left:50px; }
    #footer .bg1,
    #footer .bg2 {
        height:auto;
        min-height:0;
    }
    #stripe .rFloat { float:none; }
    #breadcrumbs {
        text-align:center;
    }
    .adapt1 > .relative > div + div {
        position:static;
    }
    .container {
        width:480px;
    }

    #logo { width:auto; }

    #subMenu,
    .hasSelect { display:none!important; }

    ol + select,
    ul + select,
    .hasSelect + select { display:block; }

    .carousel .aBox.fullWidth { height:320px; }
    #header select {
        width: 100px;
        height: 95px;
        border: 0;
        background: transparent;
        opacity: 0;
        /* 
        float: right;
        position:relative; */
        position: absolute;
        top: 0;
        right: 0;
        z-index:8;
    }
    #header select + i {
        display:block;
        position:absolute;
        top:0;
        z-index:1;
        right:0;
        width:100px;
        height:95px;
        line-height:95px;
        text-align:center;
        font-size:40px;

    }
    #prod #main .twoThird { padding-right:0; border:0 none;}
    #prod #main .oneThird > div,
    .scroller nav + ul { padding-left:0; }
    .page-template-contact-php [class*="Half"],
    .page-template-contact-php [class*="Third"],
    .page-template-contact-php [class*="Fourth"],
    .page-template-contact-php [class*="Fifth"],
    .scroller nav,
    .scroller nav + ul,
    #prod #main > div {
        float:none;
        width:auto;
        margin-left:auto;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px){
    [class*="Half"] [class*="Half"],
    [class*="Half"] [class*="Third"],
    [class*="Half"] [class*="Fourth"],
    [class*="Half"] [class*="Fifth"],
    [class*="Third"] [class*="Half"],
    [class*="Third"] [class*="Third"],
    [class*="Third"] [class*="Fourth"],
    [class*="Third"] [class*="Fifth"],
    [class*="Fourth"] [class*="Half"],
    [class*="Fourth"] [class*="Third"],
    [class*="Fourth"] [class*="Fourth"],
    [class*="Fourth"] [class*="Fifth"],
    [class*="Fifth"] [class*="Half"],
    [class*="Fifth"] [class*="Third"],
    [class*="Fifth"] [class*="Fourth"],
    [class*="Fifth"] [class*="Fifth"] {
        float:none;
        width:auto;
        margin-left:auto;
    }
}

@media only screen and (max-width: 479px){
    #dealers #theMap {
        height:280px;
    }
    .adapt1 > .relative > div + div {
        margin-top:20px;
    }
    .carousel .aBox.fullWidth { height:220px; }
    .container {
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }
    #boxes > div {
        margin:0 auto;
    }
    .archive .sorter li,
    #footer [class*="Half"],
    #footer [class*="Third"],
    #footer [class*="Fourth"],
    #footer [class*="Fifth"],
    [class*="Half"],
    [class*="Third"],
    [class*="Fourth"],
    [class*="Fifth"] {
        float:none;
        width:auto;
        margin-left:auto;
    }
    .archive .sorter li {
        width:100%;
        padding: 5% 8%;
    }
}
#middle .content a:hover { color: #029bd7 }