/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
body {
    overflow-x: hidden;
}
#nav2 {
    width: 250px;
    height: 115px;
    position: absolute;
    opacity:0;
    background: RGBa(99, 159, 217, 0.1);
    display: block;
}

#arrow_container {
    width: 250px;
    height: 15px;
    margin: -5px 0px 0px 0px;
    position: absolute;
    cursor: pointer;
}

a {
    outline: 0 !important;
    color:#000;
    text-decoration: none;
}

#down {
    background: url(http://i.imgur.com/JTxva6m.png) no-repeat 0px -45px;
}

.button {
    background-color: #fff000;
    color: #007fb5;
    text-transform: uppercase;
    font-family: GothamMedium;
    margin-top: 20px;
    border: none;
    width: 175px;
    height: 35px;
    float: right;
    text-align: center;
    line-height: 35px;
    position: relative;
    top: -25px;
    border-radius: 10px;
}

#button {
    width: 240px;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #999999;
}

#button:hover {
    background: RGBa(99, 159, 217, 0.4);
}

.scroll {
    height: 20px;
    margin: 0px 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    text-align: left;
}

.arrow {
    width: 10px;
    height: 5px;
    margin: 5px 0px 0px -webkit-calc(50% - 5px);
    position: relative;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

input:-webkit-autofill, textarea:-webkit-autofill {
background-color: #fff !important;
background-image: none !important;
color: #000 !important;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

p {
    margin:0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/_fonts/gotham-book.eot');
    src: url('/_fonts/gotham-book.eot') format('embedded-opentype'),
         url('/_fonts/gotham-book.woff') format('woff'),
         url('/_fonts/gotham-book.ttf') format('truetype'),
         url('/_fonts/gotham-book.svg#GothamBook') format('svg');
    font-weight:300;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/_fonts/gotham-medium.eot');
    src: url('/_fonts/gotham-medium.eot') format('embedded-opentype'),
         url('/_fonts/gotham-medium.woff') format('woff'),
         url('/_fonts/gotham-medium.ttf') format('truetype'),
         url('/_fonts/gotham-medium.svg#GothamMedium') format('svg');
    font-weight:300;
}

@font-face {
    font-family: 'GothamLight';
    src: url('/_fonts/gotham-light.eot');
    src: url('/_fonts/gotham-light.eot') format('embedded-opentype'),
         url('/_fonts/gotham-light.woff') format('woff'),
         url('/_fonts/gotham-light.ttf') format('truetype'),
         url('/_fonts/gotham-light.svg#GothamLight') format('svg');
    font-weight:300;
}

@font-face {
    font-family: 'metaplus';
    src: url('/_fonts/metaplus-webfont.eot');
    src: url('/_fonts/metaplus-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/metaplus-webfont.woff') format('woff'),
         url('/_fonts/metaplus-webfont.ttf') format('truetype'),
         url('/_fonts/metaplus-webfont.svg#metaplusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metaplusbold';
    src: url('/_fonts/metaplus-bold-webfont.eot');
    src: url('/_fonts/metaplus-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/metaplus-bold-webfont.woff') format('woff'),
         url('/_fonts/metaplus-bold-webfont.ttf') format('truetype'),
         url('/_fonts/metaplus-bold-webfont.svg#metaplusbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bankgothic';
    src: url('/_fonts/bankgthd-webfont.eot');
    src: url('/_fonts/bankgthd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/bankgthd-webfont.woff2') format('woff2'),
         url('/_fonts/bankgthd-webfont.woff') format('woff'),
         url('/_fonts/bankgthd-webfont.ttf') format('truetype'),
         url('/_fonts/bankgthd-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header {
    width:100%;
    margin:auto;
    z-index:999;
    min-width:1100px;
    height:115px;
    position: fixed;
}
.logo {
    float: right;
    position: relative;
    top: -32px;
}

#enquiries {
    font-family: GothamBook;
    color:#007fb5;
    background:#fff;
    height:55px;
    line-height: 55px;
    min-width: 1100px;
}

.uppercase {
    text-transform: uppercase;
}

#enquiries a {
    color:#007fb5;
}


strong {
    font-family: GothamMedium;
    letter-spacing: -1px;
    font-weight: 300;
}



#top-menu {
    margin: 0;
    padding: 18px 0;
    display: block;
    width: 540px;
    float: left;
}

#top-menu li{
    display: block;
    float:left;
    margin-right:35px;
    color:#fff;
    font-family: GothamLight;
    font-size: 15px;
    height:70px;
}

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

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

.wrapper {
    width:1070px;
    display: block;
    margin:auto;
    position:  relative;
}

.small-wrapper {
    width:970px;
    display: block;
    margin:auto;
}

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

.top-banner {
    background: #007fb5;
    padding: 10px 0;
}

.contact-details {
    float: right;
    color: #fff;
    line-height: 46px;
}

.nav {
    background: #919295;
}

    .nav__list {
        padding: 0;
        margin: 0;
    }

        .nav__list-item {
            display: block;
            float: left;
            text-transform: uppercase;
            font-family: GothamMedium;
            width: 16.666%;
            text-align: center;
        }

            .nav__list-item.active,
            .nav__list-item:hover {
                background: #edecec;
            }

            .nav__list-item:hover a,
            .nav__list-item.active a {
                color: #007fb5;
            }

.nav__list-link {
    width: 100%;
    display: block;
    color: #fff;
    padding: 12px 0;
    -webkit-transition:all 0.2s linear;
            -moz-transition:all 0.2s linear;
            -o-transition:all 0.2s  linear;
            transition:all 0.2s  linear;
}

.nav__list-link.active {
    background: #fff;
    color: #007fb5;
}

.phone {
    background: url(/_img/phone-icon.png) no-repeat left center;
    float: left;
    margin-right: 30px;
    padding: 20px 0 20px 35px;
    color: #fff;
    font-size: 18px;
    font-family:GothamLight;
}

.email {
    padding-left: ;
    background: url(/_img/mail-icon.png) no-repeat left center;
    float: left;
    padding: 20px 0 20px 35px;
    color: #fff;
    font-family:GothamLight;
    font-size: 18px;
}


/* ==========================================================================
    Fonts
   ========================================================================== */

h1 {
    text-indent: -9999px;
    height: 1px;
    width:1px;
    display: block;
}

h2 {
    font-family: bankgothic;
    text-transform: uppercase;
    font-size:45px;
    color:#007fb5;
    letter-spacing: -1px;
    text-align: center;
    margin:0;
}

h3 {
    font-family: GothamMedium;
    color:#007fb5;
    text-align: center;
    font-size: 20px;
    margin:50px auto 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#company h3 {
    width:650px;
}

.white {
    color: #fff;
}

#company p {
    font-family: GothamBook;
    color:#000;
    text-align: center;
    width:700px;
    font-size:15px;
    margin:20px auto 0;
    line-height: 1.6;
}

#company ul {
    margin: 20px auto 0px;
    width:720px;
    padding: 0;

}

#company li {
    font-family: GothamBook;
    color: #000;
    text-align: center;
    font-size: 15px;
    list-style-position: inside;
}

hr.title {
    border:0;
    color:#007fb5;
    background:#007fb5;
    height:1px;
    width:250px;
    margin:auto;
    clear:both;
}

hr.title.white {
    color:#fff;
    background: #fff;
}

/* ==========================================================================
   Sections
   ========================================================================== */

body {

}

.first-section {
    width:715px;
    float:left;
}

.second-section {
    width: 310px;
    float: left;
    margin-left: 45px;
    display: block;
    margin-top:75px;
}

.second-section h3 {
    text-transform: uppercase;
    font-family: GothamMedium;
    font-size: 20px;
    border-bottom: 1px dotted #dddddd;
    padding-bottom:15px;
    color:#007fb5;
    margin: 0;
    text-align: left;
    padding-bottom: 20px;
    margin:10px 0 20px;
}

#materials .half {
    width: 485px;
    float:left;
    color:#fff;
    margin-right:50px;
    padding-right:50px;
    border-right:1px solid #fff;
    height:430px;
}
.half ul {
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}
.half li {
  font-family: GothamLight;
  font-weight: 300;
  padding-bottom:5px;
}

.half {
    width: 490px;
    float: left;
    margin-right: 40px;
}

.half.two {
    width: 450px;
    margin-left: 40px;
    margin-right: 0;
}

#materials .half.two {
    width: 475px;
    float:right;
    margin-right:0;
    padding-right:0;
    margin-left: 0;
    border:none;
}

.half.second img {
    margin:auto;
    display: block;

}

.half strong {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}

.half p {
    margin-top:15px;
    font-family: GothamLight;
    font-weight: 300;
}

.third {
    margin-right:25px;
    float:left;
    font-family: GothamBook;
}


.third.last {
    margin-right:0;
    padding-right:0;
}

.third p {
    margin: 0;
    float: left;
    width: 180px;
    font-size: 14px;
}

.social {
    margin: 5px 10px 0 0;
}

.third {
    padding-bottom: 20px;
    border-right: 1px solid #cccccc;
    width: 316px;
    padding-right: 25px;
    height: 80px;
    padding-top: 20px;
    margin-bottom: 60px;
    margin-right: 35px;
}

.third img {
    float: left;
}

.third.last {
    border-right: none;
}

#brochure, #contact-us {
    position: relative;
    top: -15px;
    margin-right: 20px;
}

.social {
    margin:5px 10px 0 0;
}
.social.fb {
    margin-right:20px;
}

#years {
    width:240px;
    margin:auto;
    display: block;
}

#bureau {
    width:480px;
    margin:50px auto;
}

#bureau1 {
    margin-right:10px;
}

#bureau img {
    margin-right:20px;
}

#city-guilds {
    margin-right:0 !important;
}

#footer {
    width:100%;
    background: #fff;
    padding: 60px 0 20px;
    min-width: 1100px;
}

#footer p {
    display: block;
    color:#007fb5;
    font-family: GothamBook;
    font-size:20px;
}

/* ==========================================================================
   Company Section
   ========================================================================== */

#partners {
    background-image:url(/_img/partners-bg.jpg);
    background-repeat: no-repeat;
    width:340px;
    height:95px;
    margin:auto;
    text-align: center;
    display: block;
    line-height: 55px;
    font-family: GothamMedium;
    text-transform: uppercase;
    color:#007fb5;
    font-size: 20px;
    text-decoration: none;
    margin-top:50px;
}

#company {
    margin-bottom:100px;
    padding-top:208px;
}

#gallery {
    padding-top: 100px;
}

#gallery-inner {
    padding-top:208px;
}

#services {
    padding:100px 0;
    background-image:url(/_img/services/banner.jpg);
    display: block;
    background-position: center;
    min-width: 1100px;
    width:100%;
    overflow: visible;
    margin:0;
}


#services p {
    color:#fff;
    text-align: center;
    padding-top:30px;
}

#materials {
    padding:100px 0;
    background-image:url(/_img/safety-bg.jpg);
    background-position: center;
    min-width: 1100px;
    width:100%;
    overflow:visible;
    margin:0;
}

#materials h2 {
    text-align: left;
}

#machinery {
    padding: 100px 0;
}

#machinery .half {
    height: auto;
}

#machinery h3 {
    text-align: left;
}

#machinery li,
#machinery p {
    color: #000;
    margin: 0;
    font-family: GothamLight;
}

#machinery p {
    margin-top: 20px;
}

#testimonials {
    background:#edecec;
    padding:90px 0 60px;
}

#testimonials-page {
    padding:90px;
}

.testimonial-quote {
    background:#fff;
    background-image: url(/_img/quote-bg.png);
    background-position: 110% 0;
    display: block;
    text-align: left;
    padding:20px 10px;
}

.testimonial-bg {
    background-image: url(/_img/quote-bg.png);
    width: 30px;
    height:30px;
    padding:0;
    margin:0 0 20px 0;
    position: relative;
    left:50px;
}
.testimonial-quote p {
    padding:10px 20px;
    color:#007fb5;
}

#kemira {
    padding-top:20px;
}

#testimonials-page h2 {
    text-align: left;
    margin: 0;
    width: auto;
    padding-right: 20px;
    float: left;
    margin-bottom: 80px;
    text-transform: none;
}

#testimonials-page img {
    position: relative;
    padding:10px 20px 20px;
}

.test-logo {
    float:right;
}


table {
    margin-top:50px;
}
table {
    border-collapse: collapse;
    border-spacing: 0 !important;
    margin-bottom:50px;
}

table img {
    padding:0;
}

td {
    height: 150px;
    width: 225px;
    overflow: hidden;
    padding:0;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

img {
    border:none;
    vertical-align: middle;
}

#contact {
    padding: 100px 0;
}

.wrapper.thirds {
    height:200px;
}

/* ==========================================================================
   Slideshow
   ========================================================================== */

.example-pager {
    text-align: center; width: 100%; z-index: 500;  overflow: hidden;
}
.example-pager span {
    font-family: arial; width: 20px; height: 20px;
    display: inline-block; color: #fff; cursor: pointer; background:url(/_img/bullet.png); margin-top:40px;margin-right:10px;
}
.example-pager span.cycle-pager-active {background:url(/_img/active-bullet.png); color: #fff000;}
.example-pager > * { cursor: pointer;}

.pager {
    text-align: center;
    margin-top:20px;
}
.pager a {
    padding: 5px 15px;
    margin-right:5px;
    text-decoration: none;
    background: url(/_img/bullet.png) no-repeat 0 0;
    width:20px;
    height:20px;
}
.pager a.selected {
    background: url(/_img/active-bullet.png) no-repeat 0 0;
    width:20px;
    height:20px;
}
.pager span {
    display: none;
}

.cycle-slideshow {
    color:#fff;
    text-align: center;
    height:370px;
    margin-top:60px;
}

.cycle-slideshow .first {
    width:290px;
    float:left;
    padding-right:30px;
    border-right:1px solid #cccccc;
    margin-left:30px;
    height:545px;
}

.cycle-slideshow .second {
    width:290px;
    float:left;
    padding-right:30px;
    border-right:1px solid #cccccc;
    height:545px;
    margin-left:30px;
}

.cycle-slideshow .last {
    width:290px;
    float:left;
    padding-right:30px;
    margin-left:30px;
}

.cycle-slideshow h2 {
    width:auto;
    color:#fff;
    margin-top:30px;
    padding-bottom:20px;
}

.cycle-slideshow img {
    margin-bottom:0;
    padding:0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ----------------------------------------
  FANCYBOX
---------------------------------------- */


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../_img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../_img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../_img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../_img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../_img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../_img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

#intro-contact {
    padding-top:45px;
    padding-bottom:30px;
    display: block;
    font-family: GothamBook;
}

input {
    width:332px;
    height:36px;
    border:1px solid #dcdcdc;
    border-radius:10px;
    margin:0;
    padding-left:10px;
}

textarea {
    border:1px solid #dcdcdc;
    border-radius:10px;
    width:700px;
    color:#000;
    font-family:GothamLight;
    padding:10px 0 0 10px;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

input[type="checkbox"], input[type="radio"] {
    width:auto;
    height:auto;
}

::-webkit-input-placeholder {
   color: #b3bec6;
   font-family:GothamLight;
   text-transform: lowercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #b3bec6;
   font-family:GothamLight;
   text-transform: lowercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #b3bec6;
   font-family:GothamLight;
   text-transform: lowercase;
}

:-ms-input-placeholder {
   color: #b3bec6;
   font-family:GothamLight;
   text-transform: lowercase;
}

input[type="submit"] {
    background-color: #007fb5;
    color:#fff;
    text-transform: uppercase;
    font-family: GothamMedium;
    margin-top:20px;
    border:none;
    width:215px;
    height:40px;
    float:left;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s  ease;
    transition:all 0.2s  ease;
}

input[type="submit"]:hover {
    background-color: #919295;
    color:#007fb5;
}

.altern {
    float:left;
    padding:25px 0 0 20px;
    display: block;
    font-family: GothamBook;
    color:#007fb5;
    font-size: 20px;
}

.altern a {
    color:#007fb5;
    text-decoration: underline;
}


.second-section div {
    padding-bottom: 10px;
    font-family: GothamLight;
    font-size: 15px;
}

.second-section label {
    padding-left:20px;
}

#jstwitter {
        position: relative;
        width:940px;
        padding-left:75px;
        background-image:url(/_img/twitter-bg.jpg);
        background-repeat: no-repeat;
        height:62px;
        display:block;
        margin: auto;
        padding-bottom:50px;
        font-weight:300;
        font-family: GothamBook;
        font-size:14px;
        line-height: 1.4;
    }


        #jstwitter .item {


        }

            #jstwitter .tweet-wrapper {
               padding: 10px 10px;
                -webkit-box-sizing:border-box;
                -moz-box-sizing:border-box;
                box-sizing:border-box;
            }

        #jstwitter .item a {
            text-decoration: none;
            color: #03a8e5;
        }

        #jstwitter .item img {
            display:none;
        }

        #jstwitter .item a:hover {
            text-decoration: underline;
        }

        #jstwitter .item .twittertext {
            display:block;

        }

        #jstwitter .item .time, #jstwitter .tweet .user {
            font-style: italic;
            color: #666666;
        }


    .partners {
        opacity:0;
        z-index: -1;
        position: relative;
        top:0px;
        background-image:url(/_img/main-partners-bg.png);
        height:233px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    .block {
        width:165px;
        height:164px;
        background:#eeeeee;
        display: block;
        float:left;
        margin-right:2px;
        margin-top:30px;
    }

    .block.first, .block.last {
        width:166px;
    }

    #hovers {
        width:850px;
        margin:auto;
    }

#company-bg {
    width: 100%;
    height: 630px;
    position: absolute;
    display: block;
    background: url(/_img/company-bg.jpg) top center no-repeat;
    z-index:-50;
    top:150px;
}

#company-bg-left {
    background: url(/_img/left-banner.png) top center no-repeat;
    position: absolute;
    height: 630px;
    width: 382px;
    display: block;
    z-index: -10;
    left:-500px;
}

#company-bg-right {
    background: url(/_img/right-banner.png) top center no-repeat;
    position: absolute;
    right:-500px;
    height: 630px;
    width: 382px;
    display: block;
    z-index: -10;
}

@media screen and (max-width: 1160px)

{

#company-bg-left  { display: none; }
#company-bg-right { display: none; }
 input {width:325px;}
}

img.a {
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 166px;
    height:164px;

        }

img.b {
    width: 166px;
    height:164px;
    margin-top:-187px;
    }

    input[type="radio"] + label {
    color:#424950;
    font-family: "GothamLight", Helvetica, Arial, sans-serif;
    font-size: 1em;
    width:100%;
}
input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(/_img/form-bullet.png) no-repeat;
    cursor:pointer;
    float: left;
}

input[type="radio"]:checked + label span {
    background:url(/_img/active-bullet.png) no-repeat;
}

input[type="radio"] + label em {
    float:left;
    width: 80%;
    margin-left: 14px;
    line-height: 1.35em;
}

/*img.a {
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 178px;
    height:147px;

        }

img.b {
    width: 178px;
    height:147px;
    margin-top:-167px;
    }

#hovers a {
    display: block;
    height:147px;
    width:178px;
    float:left;
    margin-right:2px;
}

#hovers {
    margin: 20px auto;
    width: 95% ;
}*/




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider li {
    text-align: center;
    display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -80px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../_img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    font-family: arial; width: 20px; height: 20px;
    display: inline-block; color: #fff; cursor: pointer; background:url(/_img/bullet.png); margin-top:40px;margin-right:10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:url(/_img/active-bullet.png); color: #fff000;
}

.bx-viewport {
    height:102px !important;
    width:770px !important;
    margin:30px auto;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    background: url(../_img/prev2.png) no-repeat;
}

.bx-wrapper .bx-next {
    right: 0;
    height:35px;
    width:35px;
    display: block;
    background: url(../_img/next2.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
    background: url(../_img/next-hover.png);
}

.bx-wrapper .bx-prev:hover {
    background-image: url(../_img/prev-hover.png);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../_img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../_img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

#header {
    display: block;
    height:115px;
}
.caroufredsel_wrapper {
    width:1070px !important;
    margin: 50px 0px 0px !important;
}
#carousel {
    width:1070px;
    margin: 50px auto;
    display: block;
    position: relative;
}

#carousel div {
    float:left;
    width:310px;
    text-align: center;
    padding-right:34px;
    border-right:1px solid #7a8d99;
    margin-right:35px;
    height:500px;
}

#carousel div p {
    font-size: 16px;
    padding-top: 20px;
}

#carousel h2 {
    text-align: center;
    width: auto;
    color:#fff;
    margin: 30px auto 0;
}


.prev.disabled span, .next.disabled span {
    opacity: 0.5;
}


.next span {
    width: 40px;
    height: 60px;
    background: url(/_img/next.png) no-repeat;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: -120px;
    top: 40%;
}
.prev span {
    width: 40px;
    height: 60px;
    background: url(/_img/prev.png) no-repeat;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: -120px;
    top: 40%;
    margin-top: -20px;
}

#map {
      height: 600px;
      text-align: center;
      vertical-align: middle;
      background-size: cover;
      position: relative;
    }

#map .actual-map {
  width: 100%;
  height: 600px;
  position: relative;
  top: 0;

  z-index: 20;
}

.map__image {
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('/_img/jetmetal__map.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.address {
    float: left;
    max-width: 520px;
}

.copy {
    float: right;
    max-width: 500px;
}

.clearfix {
  zoom:1;
}
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

.clearfix:after {
    clear: both;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.popup-gallery {
    margin-top: 60px;
    margin-bottom:50px;
}

.popup-gallery a {
    float:left;
    display: block;
    margin: 6px;
}

.btn {
    display: block;
    max-width: 215px;
    margin: auto;
    background-color: #007fb5;
    color:#fff;
    text-transform: uppercase;
    font-family: GothamMedium;
    border:none;
    height:40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s  ease;
    transition:all 0.2s  ease;
    margin-bottom: 100px;
}

.btn:hover {
    background: #919295;
}

@media screen and (max-width: 900px) {
    header, .header {
        position:relative;
    }
    #company {
        padding-top: 100px;
    }
}

.grey {
    background: #edecec;
}