/*
All Pantone C colors with HEX and RGB codes: http://it.labelpartners.com/pantone_coated_table.html
RGB.to http://rgb.to/hex/006edc

Primary Colors
blue    #005c99
yelow   #F9B516
orange  #FF6600
#9E8D67
#977C61
#FA6400
#F9B516
#F9B516
#FF6600


Secondary Colors

Text colors
blue    #054b7d
*/


/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
    /* polyfill  for IE6 & IE7 - star hack */
}

/* Full Page Background Image  */
html {
    background: #E2E5EE url('../img/backgrounds/bg.wires-1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    background-color: transparent;
    font-family: "Ek Mukta", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: normal;
    line-height: 1.5;
    color: #054B7D;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #005c99;
    padding: 15px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
h2 {
    padding: 15px 0 15px 0;
}
.inline-headings {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5;
}
.date-text {
    color: #474747;
    text-transform: none;
}

p {
    text-align: left;
}
.justify-text {
    text-align: justify;
}
.upper-text {
    text-transform: uppercase;
}
.lower-text {
    text-transform: lowercase;
}
.small-text {
    font-size: 0.9em;
}
.italic {
    font-style: italic;
}
.centered {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.red {
    color: #c21d25;
}
.gray {
    color: #7A7A7A;
}
.bordered-box {
    border: 1px solid black;
    padding: 15px;
    margin: 10px 0;
}
.container-full {
    margin: 0 auto;
    width: 100%;
}
hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    height: 0;
    margin: 20px auto;
    width: 100%;
}
.top5 {
    margin-top: 5px;
}
.top10 {
    margin-top: 10px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top50 {
    margin-top: 50px;
}
.top90 {
    margin-top: 90px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom30 {
    margin-bottom: 30px;
}

::selection {
    color: #FFFFFF;
    background: #EF082E;
    /* CSS3 ::selection Selector, IE9+, Opera, Google Chrome and Safari */
}
::-moz-selection {
    color: #FFFFFF;
    background: #EF082E;
    /* CSS3 Firefox text selection color */
}
.white-bg {
    background: #FFFFFF;
}

/* #Images styles
============================================= */
.bordered {
    margin: 0;
    position: relative;
    border: 1px solid #FFFFFF;
}
.hover-animate-zoom {
    background: #000000 url(../img/zoom-icon-white-2.png) no-repeat center center;
}
.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.inner-shadow img {
    display: block;
}
.inner-shadow {
    display: block;
    position: relative;
}
.inner-shadow::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5) inset;
}

/* #Navbar Styles
============================================= */
.flag-icon {
    margin: 0;
}
#navbrand-logo img {
    margin: 0;
    padding: 0;
}
.navbar-default {
    border-color: transparent;
    background-color: #005c99;
}
.navbar-default .navbar-brand {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 2;
    font-family: "Ek Mukta", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 0px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.navbar-brand {
    margin: -10px 0 0 0;
    padding: 0 0 0 15px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #FF6600;
    outline: none;
    border: 0;
}
.navbar-default .navbar-collapse {
    border-color: #FFFFFF;
}
.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #EE1D20;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #EE1D20;
}
.navbar-default .nav li a {
    font-family: "Ek Mukta", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #FF6600;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #FF6600;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #FF6600;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}
@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: #005c99 ;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-default .navbar-brand {
        font-size: 2.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #005c99 ;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

}
@media(max-width:767px) {
    .navbar-brand img {
        width: 100px;
    }
}

/* #Carousel slider
============================================= */
.carousel {
    margin: 100px 0 0 0;
}
.carousel-caption {
    z-index: 10;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    color: #FFFFFF;
    left: 0;
    right: 0;
}
.carousel-caption img {
    z-index: 10;
    margin: 0 auto 30px auto;
}
#carousel-slider h1 {
    width: 100%;
    font-size: 2.2em;
    margin: 0 auto 200px auto;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.carousel-caption p {
    margin: 0 auto 80px auto;
    font-family: "Ek Mukta", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #E9072D;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-size: 2em;
    line-height: 1.4;
}
.carousel .item {
    height: 540px;
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
}
.carousel .active.left,
.carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel .next,
.carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
.carousel-inner {
    border-bottom: none;
}
.carousel-inner > .item > img {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1170px;
    min-height: 540px;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.carousel .carousel-control {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.carousel:hover .carousel-control {
    visibility: visible;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 40px;
    opacity: 0.35;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 132, 219, 0.3);
    border: 7px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}
.carousel-indicators .active {
    width: 32px;
    height: 32px;
    margin: 0 9px;
    background-color: #fff;
    background-color: rgba(0, 132, 219, 0.8);
}

/* .promo-container
============================================= */
.promo-container {
    margin-top: 0;
}
.promo-text {
    color: #FFFFFF;
    background-color: #005c99 ;
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.6;
    padding: 15px;
}

/* #On-Scroll Animated Header
============================================= */
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 10000;
    height: 230px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em;
}
.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */

.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 230px;
}
.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}
.cbp-af-header nav {
    float: right;
}
.cbp-af-header nav a {
    color: #aaa;
    font-weight: 700;
    margin: 0 0 0 20px;
    font-size: 1.4em;
}
.cbp-af-header nav a:hover {
    color: #333;
}
/* Transitions and class for reduced height */

.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
    height: 90px;
}
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 90px;
}
.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}
/* Example Media Queries */

@media screen and (max-width: 55em) {
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }
    .cbp-af-header h1,
    .cbp-af-header nav {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .cbp-af-header h1,
    .cbp-af-header nav a {
        line-height: 115px;
    }
    .cbp-af-header nav a {
        margin: 0 10px;
    }
    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 45px;
    }
    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }
    .cbp-af-header.cbp-af-header-shrink nav a {
        font-size: 1em;
    }
}
@media screen and (max-width: 32.25em) {
    .cbp-af-header nav a {
        font-size: 1em;
    }
}
@media screen and (max-width: 24em) {
    .cbp-af-header nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}

/* #promo links
============================================= */
.ch-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
.ch-grid:after {
    clear: both;
}
.ch-grid li {
    width: 265px;
    height: 265px;
    display: block;
    margin: 10px auto 0 auto;
}
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.ch-img-1 {
    background-image: url(../img/promo/steel-wire-ropes-2.jpg);
}
.ch-img-2 {
    background-image: url(../img/promo/inox-fence-1.jpg);
}
.ch-img-3 {
    background-image: url(../img/promo/welding-1.jpg);
}
.ch-img-4 {
    background-image: url(../img/promo/mail-1.jpg);
}
.ch-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: inherit;
    height: inherit;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 30px;
    padding: 35px 0 0 0;
    height: 50px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -moz-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    -ms-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
}
.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
    color: rgba(0, 122, 163, 0);
}
.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.ch-item:hover .ch-info p {
    opacity: 1;
}
/* #caption lines
============================================= */

.fancy-line {
    overflow: hidden;
    text-align: center;
}
.fancy-line span {
    position: relative;
}
.fancy-line span:before,
.fancy-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 92, 153, 0.75);
    width: 200em;
}
.fancy-line span:before {
    right: 100%;
    margin-right: .5em;
}
.fancy-line span:after {
    left: 100%;
    margin-left: .5em;
}
/* #Gallery
============================================= */

#image-container .item {
    margin-bottom: 20px;
}
/* Google map
============================================= */
.map {
    width: 100%;
    height: 500px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    z-index: 100;
    overflow: hidden;
    text-align: center;
}
#map:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.gMap-popup {
    width: 300px;
    height: 90px;
    padding: 5px;
}
#map_canvas img,
.google-maps img,
#map img {
    max-width: none;
}

/* #collapse accordion (panel)
============================================= */
.glyphicon, .fa {
    margin-right: 10px;
}
.panel {
    background-color: rgba(255, 255, 255, 0.5);
}
.panel-default {
    border-color: rgba(255, 255, 255, 0.5);
    border-color: #005C99;
}
.panel-default > .panel-heading {
    background-color: #005c99;
    border-color: #ddd;
    color: #FFFFFF;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 20px 15px;
    line-height: 1;
}
.panel-heading:hover {
    background-color: #00406B;
    background-color: #FF6600;
}
.panel-heading h4 {
    padding: 0;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.1px;
}
.panel-heading img {
    margin: 0 10px 0 0;
    padding: 0;
    border: solid 1px green;
    width: 32px;
    height: 32px;
    vertical-align: middle;

}
.panel-title {
    font-family: "Merriweather", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
}
.panel-title a:hover{
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: none;
}


.brands-logos {
    padding-bottom: 20px;
}



/* #price list styles
============================================= */

.price-table {
    font-size: 1em;
}
.price-header {
    background: rgba(246, 246, 246, 0.85);
    padding: 15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one,
.price-body-two {
    background: rgba(246, 246, 246, 0.4);
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.price-body-one {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.price-footer {
    background: rgba(0, 0, 0, 0.8);
    color: #F7F7F7;
    padding: 15px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.price-body-one .circle {
    position: relative;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    margin: 0 auto;
    text-align: center;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
/* #contact styles
============================================= */

img#qr-code {
    width: 200px;
    margin-bottom: 20px;
}
/* #usefull links styles
============================================= */

#links {
    text-transform: uppercase;
}
#links ul {
    list-style-type: none;
    padding-left: 0;
}
#links li {
    list-style-type: none;
    line-height: 4;
    margin-left: 0;
}
#links i {
    margin-right: 7px;
    position: relative;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    background: rgba(205, 0, 0, 1);
    border: 1px solid rgba(205, 0, 0, 1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), 0px -2px 2px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
}
#links i:hover,
#links i:focus {
    background: #00CC00;
    border: 1px solid #00CC00;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#links span {
    margin-right: 5px;
}
/* #Facebook
============================================= */

#fb-box,
.fb-like {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
#facebook {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px 0;
    border-top: 5px solid #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: -30px;
}
/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/

#fb-root {
    display: none;
}
/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.fb-like,
.fb-like-box,
.fb-like-box span,
.fb-comments span,
.fb-comments iframe,
.fb_iframe_widget,
.fb-like-box span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
.pluginLikeboxStream {
    overflow: hidden !important;
}
.fb-like-box {
    background: #FFFFFF;
    padding: 0px;
}
div.fb-like.fb_iframe_widget {
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    white-space: wrap !important;
}
/* #Footer
============================================= */

.footer-top-border {
    height: 50px;
    margin-top: 30px;
    margin-bottom: 0;
    overflow: hidden;
    background-image: url("../img/borders/");
    background-repeat: repeat-x;
}
footer {
    font-family: "Ek Mukta", "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    line-height: 2;
    color: #FFFFFF;
    background: #005c99 ;
    padding: 15px 0 10px 0;
    margin: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.footer-bottom {
    margin-top: 20px;
    text-transform: none;
}
.pixelator-promo {
    float: right !important;
}
@media(max-width:767px) {
    footer {
        line-height: 2em;
    }
}
@media(max-width:480px) {
    .pixelator-promo {
        float: left !important;
    }
}


/* #jssor slider
*  jssor navigation images: ../img/jssor/
======================================================================================= */
.jsslider {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 480px;
    overflow: hidden;
    visibility: hidden;
}
.jsloading_container {
    position: absolute;
    top: 0px;
    left: 0px;
}
.jsloading_box {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jsloading_img {
    position:absolute;
    display:block;
    background:url('../img/jssor/default.gif') no-repeat center center;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.jsslides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 480px;
    overflow: hidden;
    border: 1px solid #005C99;
}



/* #jssor home page boxed slider
======================================================================================= */
#jssor_1_wrapper {
    margin: 80px auto 0 auto;
}
#jssor_1 {
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1140px;
    height:540px;
    overflow:hidden;
    visibility:hidden;
}
.jssor_1_loading {
    position:absolute;
    top:0px;
    left:0px;
    background-color:rgba(0,0,0,0.7);
}
    .jssor_1_box {
        filter: alpha(opacity=70);
        opacity: 0.7;
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .jssor_1_img {
        position:absolute;
        display:block;
        background:url('../img/jssor/loading.gif') no-repeat center center;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
    }
.jssor_1_slides {
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:1140px;
    height:540px;
    overflow:hidden;
}
/* jssor slider text captions
========================================*/

.jssor-caption {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 35%;
    left: 10%;
    right: 10%;
    width: 80%;
    z-index: 20;
}
.jssor-caption-1 {
    font-size: 3.6em;
    text-align: center;
}
.jssor-caption-2 {
    font-size: 3em;
    text-align: center;
}
.jssor-caption-3 {
    font-size: 2em;
    text-align: center;
}

/* jssor slider bullet navigator skin 01 css */
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.jssorb01 {
    position: absolute;
    bottom:15px;
    left:47%;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    position: absolute;
    /* size of bullet elment */
    width: 25px;
    height: 25px;
    filter: alpha(opacity=70);
    opacity: .7;
    overflow: hidden;
    cursor: pointer;
    border: none;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #005C99; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #FFFFFF; }

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
.jssora05l.jssora05lds      (disabled)
.jssora05r.jssora05rds      (disabled)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/jssor/a22.png') no-repeat;
    background: url('../img/jssor/a03.png') no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; top:0px; left:10px; width:40px; height:40px; }
.jssora05r { background-position: -70px -40px; top:0px; right:10px; width:40px; height:40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }

        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('../img/jssor/a03.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }

/* #backtop
============================================= */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */

    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(37, 110, 147, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */

    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #FF6600;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 70px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 70px;
    }
}
/* #Site Links
============================================= */

a:link,
a:active,
a:visited {
    color: #FF6600;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #005c99 ;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
footer a:link,
footer a:active,
footer a:visited {
    color: #FF6600;
    text-decoration: none;
    border: 0;
}
footer a:hover,
footer a:focus {
    color: #FFFFFF;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .top-image {
        margin-top: 100px;
    }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .top-image {
        margin-top: 100px;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .top-image {
        margin-top: 100px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .top-image {
        margin-top: 50px;
    }
    .navbar-brand img {
        padding-top: 10px; 
        width: 100px;
    }
    #navbrand-image {
        padding: 10px 0 0 10px;
    }
    img#qr-code {
        width: auto;
    }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
    .slogan {
        font-size: 10px;
        margin-bottom: 0;
    }
    .header-right img {
        width: 32px;
        height: 32px;
        margin-right: 3px;
        margin-bottom: 30px;
    }
    #carousel-slider h1 {
        font-size: 1.8em;
        line-height: 1.8;
    }
    .carousel-caption p {
        font-size: 1.4em;
        line-height: 1.8;
    }
    .logo-alt-text {
        width: 300px;
    }
}


/*
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #003A61;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: #005c99 ;
  background-image:  url('../img/backgrounds/old-mettal-pattern-3.jpg');
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
}
[class^='imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h6 {
  color: #ffffff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption,
[class*=' imghvr-fade'] figcaption {
  opacity: 0;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img {
  opacity: 0;
}
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}
[class^='imghvr-fade']:hover > img,
[class*=' imghvr-fade']:hover > img,
[class^='imghvr-fade']:hover figcaption,
[class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-zoom-out-flip-horiz
   ----------------------------- */
.imghvr-zoom-out-flip-horiz {
  -webkit-perspective: 50em;
  perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
  opacity: 0;
  -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
  transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img,
.imghvr-zoom-out-flip-horiz.hover > img {
  -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
  transform: rotateX(-100deg) translateY(50%) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption,
.imghvr-zoom-out-flip-horiz.hover figcaption {
  -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
  transform: rotateX(0deg) translateY(0%) scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
/* custom styles
   ----------------------------- */
figcaption h4 {
    text-shadow: none;
    text-align: center;
    margin: 0;
}
figcaption p {
    text-shadow: none;
    text-align: center;
    margin-top: 0.7em;
}
.promo-img {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}
figcaption h5 {
    text-shadow: none;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}
.reference-img {
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

/* ==========================================================================
    COOKIECONSENT  https://cookieconsent.insites.com
   ========================================================================== */
.cc-window{
    opacity:1;
    transition:opacity 1s ease
}
 .cc-window.cc-invisible{
    opacity:0
}
 .cc-animate.cc-revoke{
    transition:transform 1s ease
}
 .cc-animate.cc-revoke.cc-top{
    transform:translateY(-2em)
}
 .cc-animate.cc-revoke.cc-bottom{
    transform:translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{
    transform:translateY(0)
}
.cc-grower{
    max-height:0;
    overflow:hidden;
    transition:max-height 1s
}
 .cc-link,.cc-revoke:hover{
    text-decoration:underline
}
.cc-revoke,.cc-window{
    position:fixed;
    overflow:hidden;
    box-sizing:border-box;
    font-family:inherit,sans-serif;
    font-size:16px;
    line-height:1.5em;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    z-index:9999
}
.cc-window.cc-static{
    position:static
}
.cc-window.cc-floating{
    padding:2em;
    max-width:24em;
    -ms-flex-direction:column;
    flex-direction:column
}
.cc-window.cc-banner{
    padding:0.4em 1.8em;
    width:100%;
    -ms-flex-direction:row;
    flex-direction:row
}
.cc-revoke{
    padding:.5em
}
.cc-header{
    font-size:18px;
    font-weight:700
}
.cc-btn,.cc-close,.cc-link,.cc-revoke{
    cursor:pointer
}
.cc-link:link,
.cc-link:active,
.cc-link:visited {
    color: #295d8d;
    display:inline-block;
    padding:.2em;
    text-decoration: underline;
}
.cc-link:hover,
.cc-link:focus {
    display:inline-block;
    padding:.2em;
    text-decoration: underline;
}
.cc-btn{
    display:block;
    padding:.4em .8em;
    font-size:.9em;
    font-weight:700;
    border-width:2px;
    border-style:solid;
    text-align:center;
    white-space:nowrap
}
.cc-banner .cc-btn:last-child{
    min-width:140px
}
.cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
}
.cc-close{
    display:block;
    position:absolute;
    top:.5em;
    right:.5em;
    font-size:1.6em;
    opacity:.9;
    line-height:.75
}
.cc-close:focus,.cc-close:hover{
    opacity:1
}
 .cc-revoke.cc-top{
    top:0;
    left:3em;
    border-bottom-left-radius:.5em;
    border-bottom-right-radius:.5em
}
.cc-revoke.cc-bottom{
    bottom:0;
    left:3em;
    border-top-left-radius:.5em;
    border-top-right-radius:.5em
}
.cc-revoke.cc-left{
    left:3em;
    right:unset
}
.cc-revoke.cc-right{
    right:3em;
    left:unset
}
.cc-top{
    top:1em
}
.cc-left{
    left:1em
}
.cc-right{
    right:1em
}
.cc-bottom{
    bottom:1em
}
.cc-floating>.cc-link{
    margin-bottom:1em
}
.cc-floating .cc-message{
    display:block;
    margin-bottom:1em
}
.cc-window.cc-floating .cc-compliance{
    -ms-flex:1;
    flex:1
}
.cc-window.cc-banner{
    -ms-flex-align:center;
    align-items:center
}
.cc-banner.cc-top{
    left:0;
    right:0;
    top:0
}
.cc-banner.cc-bottom{
    left:0;
    right:0;
    bottom:0
}
.cc-banner .cc-message{
    -ms-flex:1;
    flex:1
}
.cc-compliance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.cc-compliance>.cc-btn{
    -ms-flex:1;
    flex:1
}
.cc-btn+.cc-btn{
    margin-left:.5em
}
 @media print{
    .cc-revoke,.cc-window{
        display:none
    }
}
@media screen and (max-width:900px){
    .cc-btn{
        white-space:normal
    }
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
    .cc-window.cc-top{
        top:0
    }
    .cc-window.cc-bottom{
        bottom:0
    }
    .cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{
        left:0;
        right:0
    }
    .cc-window.cc-banner{
        -ms-flex-direction:column;
        flex-direction:column
    }
    .cc-window.cc-banner .cc-compliance{
        -ms-flex:1;
        flex:1
    }
    .cc-window.cc-floating{
        max-width:none
    }
    .cc-window .cc-message{
        margin-bottom:1em
    }
    .cc-window.cc-banner{
        -ms-flex-align:unset;
        align-items:unset
    }
}
 .cc-floating.cc-theme-classic{
    padding:1.2em;
    border-radius:5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{
    text-align:center;
    display:inline;
    -ms-flex:none;
    flex:none
}
.cc-theme-classic .cc-btn{
    border-radius:5px
}
.cc-theme-classic .cc-btn:last-child{
    min-width:140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{
    display:inline-block
}
 .cc-theme-edgeless.cc-window{
    padding:0
}
.cc-floating.cc-theme-edgeless .cc-message{
    margin:2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn{
    margin:0;
    padding:.8em 1.8em;
    height:100%
}
.cc-banner.cc-theme-edgeless .cc-message{
    margin-left:1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{
    margin-left:0
}

