﻿@charset "UTF-8";
@import url(animate.css);
@font-face {
  font-family: 'AlteDin';
  src: url('/site/fonts/din1451alt.ttf')  format('truetype');
}
@font-face {
    font-family: 'D-DIN';
    src: url('/site/fonts/D-DIN.otf')  format('opentype');
}
@font-face {
    font-family: 'PlusJakartaSans';
    src: url('/site/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('opentype');
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #6c707a;
  font-family: PlusJakartaSans, Verdana, Geneva, sans-serif;
  -webkit-text-size-adjust: none;
}
p {
  color: #6c707a;
  font-family: PlusJakartaSans, Verdana, Geneva, sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  /*max-width: 100%;
  height: auto;*/
}

h1, h2, .heading-1, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 {font-family: PlusJakartaSans, Verdana, Geneva, sans-serif;}
h1{font-size:30px;color:#455562;}
.h1cat {
  background-color:#ffffff;color:#ffffff;margin-top:14px;
  padding: 20px;    text-decoration: none;    color: white;    display: block;    /*border-right: 20px solid transparent;*/    height: 0;
    line-height: 80px;
    border-bottom: 44px solid #445562;
    text-transform:uppercase;
}
h2 {font-size: 30px;color: #455562;margin-top:20px}
.heading-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 4px;
}
.h2subtitle {
    font-size: 19px;
    line-height: 27px;
    text-transform: uppercase;
}
.h2cat {
  background-color:#ffffff;color:#ffffff;margin-top:10px;
  padding: 20px;
    text-decoration: none;
    color: white;
    display: block;
    border-right: 20px solid transparent;
    height: 0;
    line-height: 80px;
    border-bottom: 44px solid #445562;
    text-transform:uppercase;
}
h3, .heading-3 {
  font-size: 60px;
  line-height: 80px;
}

h4, .heading-4 {
  font-size: 19px;
  line-height: 27px; text-transform:uppercase;
}


h5, .heading-5 {
  font-size: 30px;
  line-height: 57px;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-left:10px;
}
h6 {
  background-color:#ffffff;color:#ffffff;margin-top:10px;
   text-transform:uppercase;
  padding: 10px;    text-decoration: none;    color: white;    display: block;    border-right: 20px solid transparent;    border-bottom: 30px solid #445562; 
    height: 0;
    line-height: 50px;
}
.button:hover{  opacity: 0.5;
}
.heading-6 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 7px;
}
.button:hover{
  opacity: 0.5;
}
p{
font-size:18px;
  line-height:1.1;
  color:#445562;
}
.accordion {
  width: 100%;
  /*max-width: 1080px;*/
  height: 500px;
  overflow: hidden;
  margin: 0px auto; 
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 500ms ease;
  text-align:left;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.accordion ul li div a {
  display: block;
  width: 100%;
  height:500px;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  transition: all 200ms ease;
   text-align:left;
}

.accordion ul li div a * {
  opacity: 1;
  margin: 0;
  width: 100%;
  height:500px;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1050;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
   text-align:left;
}
.accordion ul li div a img {  top:-3%;
  text-align:left;  left:2%;  z-index:1051;  width:30px;  height:36px;  opacity:1;}
.accordion ul li div a p {
  top:0px;
  font-size: 13.5px; opacity:1;
  display:none; padding-top:20px;padding-left:20px;
}
.accordion ul li div a span {
  top: 0px;
  color:#000; 
  line-height:1;
  font-size: 13.5px;
}
.accordion ul:hover li { width: 8%; }
.accordion ul:hover li:hover { width: 30%; }
.accordion ul li:hover div a {
  display: block;
  height: 500px;
  width: 100%;
  /*position: relative;*/
  z-index: 3;
  vertical-align: bottom;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  transition: all 200ms ease;
  text-align:left;
}

.accordion ul li:hover div a * {
  opacity: 0.5;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;  transition: all 400ms ease;
}



    .accordion ul li:hover div a img {
        z-index: 1051;
        opacity: 1;
        width: 50px;
        height: 55px;
    }

.accordion ul:hover li:hover a { background: rgba(255, 255, 255, 0.4); text-align:left;}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul:hover li:hover div a p { display:block; opacity:1;}

@media screen and (max-width: 768px) {

.accordion {
  width: 100%;
  /*max-width: 1080px;*/
  height: 300px;
  overflow: hidden;
  margin: 0px auto; 
}
}
@media screen and (max-width: 600px) {

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none; margin-top:10px;
}
}


@media (min-width: 1200px) and (max-width: 1439px) {
  h3 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  h5, .heading-5 {
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body, h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, .heading-6 {
    line-height: 1.4;
  }
h6,  {
    line-height: 1;
  }
  body {
    font-size: 18px;
  }

  h1, .heading-1 {
    font-size: 30px;
  }

  h2, .heading-2 {
    font-size: 30px;
  }
 .h2subtitle {font-size: 16px;}
  h3, .heading-3 {
    font-size: 44px;
  }

  h4, .heading-4 {
    font-size: 16px;
  }

  h5, .heading-5 {
    font-size: 28px;
  }

  h6, .heading-6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body, h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, .heading-6 {
    line-height: 1.4;
  }
h6,  {
    line-height: 1;
  }
  body {
    font-size: 16px;
  }

  h1, .heading-1 {
    font-size: 40px;
  }

  h2, .heading-2 {
    font-size: 36px;
  }
  .h2subtitle {font-size: 13px;}
  h3, .heading-3 {
    font-size: 32px;
  }

  h4, .heading-4 {
    font-size: 13px;
  }

  h5, .heading-5 {
    font-size: 22px;
  }

  h6, .heading-6 {
    font-size: 18px;
  }
}
.marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
.marked-list .fa, .list .fa {
  text-decoration: none;
}

h6 a:hover {
  color: #445461;
}

time {
  display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0277bd;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
    a:hover {
        text-decoration: none;
        color: #999;
    }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.big {
  font-size: 24px;
  line-height: 36px;
}
.big + .big {
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .big {
    font-size: 18px;
    line-height: 26px;
  }
}

.topic {
  display: inline-block;
  margin-top: 10px;
}
.topic a {
  font-size: 40px;
  line-height: 50px;
  color: #31353d;
}
.topic a:hover {
  color: #445461;
}
@media (max-width: 1199px) {
  .topic a {
    font-size: 30px;
    line-height: 40px;
  }
}

.border-wrap {
  position: relative;
  z-index: 4;
  padding: 54px 10px 22px 25%;
  height:612px;
}
.border-wrap p{
  width:80%;
  font-size:14px;
  line-height:1.1;
  color:#fff;
  font-style: italic;
}
.border-wrap2 {
  position: relative;
  z-index: 4;
  padding: 44px 10px 12px 32%;
}
.border-wrap3 {
  position: relative;
  z-index: 4;
  padding: 4px 10px 12px 35%;
}
.paddingleft0 {padding:190px 10px 12px 1%}
.paddingleft00 {padding:0px 10px 12px 1%}
.paddingleft000 {padding:0px 10px 12px 32%}
.border-wrap2 p{
  width:90%;
  font-size:14px;
  line-height:1.1;
  color:#445562;
}
.border-wrap h1{
  font-size:60px;color:#fff;
}
.border-wrap--inset-1 {
  margin-top: -60px;
  padding-bottom: 73px;
  padding-right: 62px;
}
.border-wrap--inset-2 {
  margin-top: -60px;
  padding-bottom: 77px;
  padding-top: 61px;
}
.border-wrap--inset-3 {
  margin-top: -60px;
  padding-bottom: 55px;
  padding-right: 80px;
  padding-top: 69px;
}
.color999{color:#999}
.paddingleft-0{padding-left:0px;}

.paddingleft150{padding-left:120px;}
.paddingtop150{padding-top:150px;}
#cellbg{z-index:5;position: relative; height:550px; margin-top:60px;background:url('/site/images/trasp.png') no-repeat top right;}
#cellbg1{z-index:5;position: relative; height:550px; margin-top:0px;background:url('/site/images/trasp.png') no-repeat top right;background-size:cover;}
@media (min-width: 1440px) and (max-width: 1799px) {
  .border-wrap {
    padding: 24px 10px 22px 10%;
  }
  .border-wrap2 {
  padding: 54px 10px 12px 20%;
}
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .border-wrap {
    padding: 34px 10px 22px 10%;
  }
  .border-wrap--inset-1 {
    margin-top: -60px;
    padding-bottom: 73px;
    padding-left: 106px;
  }
  .border-wrap--inset-2 {
    padding-left: 106px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .border-wrap--inset-3 {
    padding-left: 106px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
    .border-wrap2 {
  padding: 44px 10px 12px 20%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .border-wrap {
    padding: 24px 10px 22px 5%;
  }
  .border-wrap p {
        width: 85%;
        font-size: 15px;
        line-height: 1.1;
    }
   .border-wrap h1 {
        font-size: 30px;
    }
  .border-wrap--inset-1 {
    padding: 83px 25px 50px 75px;
  }
  .border-wrap--inset-2 {
    padding: 50px 25px 50px 75px;
  }
  .border-wrap--inset-3 {
    padding: 50px 25px 50px 75px;
  }
    .border-wrap2 {
  padding: 14px 10px 12px 5%;
}
     #cellbg{margin-left:20px;}
     #cellbg1{margin-left:20px;}
}

@media (min-width: 768px) and (max-width: 990px) {
    .border-wrap {
        padding: 10px 10px 22px 12%;
        height: 550px;
    }

    .border-wrap--inset-1 {
        margin-top: 0;
        padding: 50px 25px;
    }

    .border-wrap p {
        width: 85%;
        font-size: 15px;
        line-height: 1.1; 
    }

    .border-wrap h1 {
        font-size: 50px;
    }
       .border-wrap2 {margin-left:0%; width:100%;border:0px solid #ccc;padding: 14px 10px 12px 2%;background-color:#fff; o
}
   .border-wrap2 p{width:100%;font-size: 16px;}
   .paddingleft150{padding-left:10px;}
   #cellbg{height:450px;margin-top:0px;background:url('/site/images/trasp.png') no-repeat top center;}
   #cellbg1{height:450px;margin-top:0px;}
}
@media (min-width: 481px) and (max-width: 767px) {
 .border-wrap {
    padding: 10px 10px 22px 8%;
    height:550px;
  }
  .border-wrap--inset-1 {
    margin-top: 0;
    padding: 50px 25px;
  }
  .border-wrap p{
  width:80%;
  font-size:15px;
  line-height:1.1;
}
.border-wrap h1{
  font-size:50px;
}
   .border-wrap2 {margin-left:0%; width:100%;border:0px solid #ccc;padding: 10px 10px 10px 10px;background-color:#fff;}
   .border-wrap2 p{width:100%;}
   .paddingleft150{padding-left:10px;}
   #cellbg{height:450px;margin-top:0px;background:url('/site/images/trasp.png') no-repeat top center;}
   /*#cellbg1{height:450px;margin-top:0px;background:url('/site/images/trasp.png') no-repeat top center;}*/
}
@media (max-width: 480px) 
{
  .border-wrap {
    padding: 0px 10px 22px 8%;
    height:250px;width:90%;
  }
  .border-wrap--inset-1 {
    margin-top: 0;
    padding: 0px 25px;
  }
  .border-wrap p{
  width:95%;
  font-size:12px;
  line-height:1.1;
}
.border-wrap h1{
  font-size:20px;
}
.border-wrap h5{font-size:14px;line-height:1.1; margin-bottom:-40px;}
h6{margin-top:-1px;}
   .border-wrap2 {margin-left:0%; width:100%;border:0px solid #ccc;padding: 10px 10px 0px 10px;background-color:#fff;}
   .border-wrap2 p{width:100%;font-size:13px;}
   .paddingleft150{padding-left:10px;}
.paddingtop150{padding-top:10px;}
#cellbg{height:250px;margin-top:0px;background:url('/site/images/trasp.png') no-repeat top center; background-size: 100%;}
#cellbg1{height:250px;margin-top:0px;background:url('/site/images/trasp.png') no-repeat top center; background-size: 100%;}
}

/*
* @Text Styles
*/
.text-center {
  text-align: center;
}

@media (max-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-md-center {
    text-align: center;
  }
}

.text-wrap p + p {
  margin-top: 23px;
}
.text-wrap .big {
  margin-top: 12px;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.inline {
  display: inline-block;
}

.text-primary {
  color: #31353d;
}

/*
* @Offsets
*/
.offset {
  margin-top: 172px;
}
@media (max-width: 991px) {
  .offset {
    margin-top: 100px;
  }
}

.offset-1 {
  margin-left: -120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .offset-1 {
    margin-left: -81px;
  }
}
@media (max-width: 991px) {
  .offset-1 {
    margin-left: 0;
  }
}

.offset-2 {
  margin-top: 40px;
}

.offset-3 {
  margin-top: -22px;
}

.offset-4 {
  margin-top: 117px;
}

.offset-5 {
  margin-top: 15px;
}
@media (min-width: 1800px) {
  .offset-5 {
    margin-top: 27px;
  }
}

.offset-6 {
  margin-top: 14px;
}

.offset-7 {
  margin-top: 3px;
}

.offset-8 {
  margin-top: -104px;
}
@media (max-width: 1199px) {
  .offset-8 {
    margin-top: 0;
  }
}

.offset-9 {
  margin-top: 155px;
}

.offset-10 {
  margin-top: -100%;
}
@media (max-width: 1199px) {
  .offset-10 {
    margin-top: 0;
  }
}

.offset-11 {
  margin-top: 80px;
}

.offset-12 {
  margin-top: 34px;
}

@media (max-width: 1199px) {
  .offset-md {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .offset-sm {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .offset-xs {
    margin-top: 50px;
  }
  .offset-sm {
    margin-top: 10px;
    padding-right:25px;
}
}

/*
* @Insets
*/
.inset {
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .inset {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inset-1 {
    padding-bottom: 50px;
  }
}

.inset-2 {
  padding-top: 48px;
}

/*=======================================================
                       Main Layout
=========================================================*/
h2 + .heading-6 {
  margin-top: 28px;
}

* + .nav {
  margin-top: 90px;
}
@media (max-width: 991px) {
  * + .nav {
    margin-top: 50px;
  }
}
@media (min-width: 1800px) {
  * + .nav {
    margin-top: 20px;
  }
}

* + .link {
  margin-top: 60px;
}

* + p {
  margin-top: 15px;
}

* + .copyright {
  margin-top: 15px;
}

h4 + .big {
  margin-top: 21px;
}

* + .term-list {
  margin-top: 10px;
}

.term-list dt + * {
  margin-top: 23px;
}

.term-list * + dt {
  margin-top: 31px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================   Thumbnail    ======================*/
.thumb {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
}
.thumb_overlay:after, .thumb_overlay:before {
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.thumb_overlay:before {
  background: rgba(49, 53, 61, 0.2) none repeat scroll 0 0;
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #445461;
  bottom: 100%;
  left: 0;
  right: 100%;
  top: 0;
}
.thumb_overlay:after {
  border-bottom: 10px solid;
  border-right: 10px solid;
  border-color: #445461;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 100%;
}
.thumb:hover .thumb {
  opacity: 1;
}
.thumb:hover .thumb_overlay:before {
  bottom: 0;
  opacity: 1;
  right: 0;
}
.thumb:hover .thumb_overlay:after {
  left: 0;
  opacity: 1;
  top: 0;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/*==================     Brand     ======================*/
.brand-wrap {
  text-align: center;
}
.brand-wrap .brand {
  display: block;
}
.brand-wrap .brand__name {
  overflow: hidden;
}
.brand-wrap .brand__name a {
  display: inline-block;
}


/*
* @Link
*/
.link {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #31353d;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
  letter-spacing: 2px;
}
.link:after {
  content: '';
  background-color: #31353d;
  height: 4px;
  width: 175%;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link:before {
  content: '';
  background-color: #445461;
  height: 4px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link:hover {
  color: #445461;
}
.link:hover:before {
  width: 175%;
}
.link:hover:after {
  width: 0;
}
.link:active {
  color: #445461;
}
.link:active:before {
  width: 115%;
}
.link:active:after {
  width: 0;
}
.link--inset-1:after {
  width: 115%;
}
.link--inset-1:before {
  width: 0;
}
.link--inset-1:hover {
  color: #445461;
}
.link--inset-1:hover:before {
  width: 115%;
}
.link--inset-1:hover:after {
  width: 0;
}
.link--inset-1:active {
  color: #445461;
}
.link--inset-1:active:before {
  width: 115%;
}
.link--inset-1:active:after {
  width: 0;
}

.image-wrap {
  position: relative;
}
.image-wrap .link-wrap .icon {
  position: absolute;
  line-height: 93px;
  right: 52px;
  top: 2px;
  font-weight: bold;
}
.image-wrap .link-wrap p {
  position: absolute;
  top: 113px;
  right: 20px;
}
.image-wrap .link-wrap p a.link-1 {
  line-height: 36px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.image-wrap .link-wrap p a.link-1:hover {
  color: #445461;
}
@media (max-width: 479px) {
  .image-wrap .link-wrap p a.link-1 {
    display: none;
  }
}

/*
* @Gallery
*/
.gallery {
  margin-top: 33px;
}
.gallery .product {
  width: 100%;
}
.gallery .product__caption a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #31353d;
  padding: 42px 28px 39px;
}
.gallery .product__caption a span {
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .gallery .product__caption a span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .gallery .product {
    width: 100%;
    margin: auto;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .gallery .product + .product {
    margin-left: 0;
    margin-top: 50px;
  }
  .gallery .product:nth-child(2n) {
    margin-left: 0;
  }
}

/*
* @Product
*/
@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }
}

.product {
  width: 22.9%;
  display: inline-block;
}
.product img {
  width: 100%;
}
.product + .product {
  margin-left: 10px;
}
.product__caption {
  background-color: #ececec;
  position: relative;
  margin:10px 0px 10px 0px;
}
.product__caption a {
  display: inline-block;
  padding: 10px 15px 9px;
  width: 100%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__caption a span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #31353d;
}
.product__caption:after {
  content: '';
  background-color: #31353d;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product__caption:hover a {
  position: relative;
  z-index: 99;
  color: #fff;
}
.product__caption:hover a span {
  color: #fff;
}
.product__caption:hover:after {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .product {
    width: 22.9%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product {
    width: 23.7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product {
    width: 48%;
  }
  .product + .product {
    margin-left: 0;
  }
  .product:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product {
    width: 50%;
    margin: auto;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .product + .product {
    margin-left: 0;
    margin-top: 50px;
  }
  .product:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .product {
    width: 70%;
    margin: auto;
    -moz-transform: translateX(22%);
    -ms-transform: translateX(22%);
    -o-transform: translateX(22%);
    -webkit-transform: translateX(22%);
    transform: translateX(22%);
  }
  .product + .product {
    margin-left: 0;
    margin-top: 50px;
  }
  .product:nth-child(2n) {
    margin-left: 0;
  }
}

/*
* @Posts Style
*/
.blog-post time {
  font-family: Verdana, Geneva, sans-serif;
  color: #445461;
  font-size: 17px;
  line-height: 1.6;
}
.blog-post__caption {
  display: inline-block;
  margin-top: 25px;
}
.blog-post__caption span {
  margin-top: 28px;
  margin-left: 5px;
  margin-right: 23px;
  display: inline-block;
}
.blog-post__caption span a {
  display: inline-block;
  margin-left: 5px;
}
.blog-post__caption span a:hover {
  color: #445461;
  text-decoration: none;
}
.blog-post__caption img {
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post__caption:hover img {
  border: 2px solid #445461;
}
.blog-post__meta {
  display: inline-block;
}
.blog-post__meta a {
  display: inline-block;
  position: relative;
  padding: 6px 11px;
  margin-top: 32px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post__meta a:before {
  content: '\f004';
  font-family: 'FontAwesome';
  color: #445461;
  padding-right: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post__meta a:hover {
  background-color: #445461;
  color: #fff;
  text-decoration: none;
}
.blog-post__meta a:hover:before {
  color: #fff;
}

.event-post {
  background-color: #ececec;
  text-align: center;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.event-post__cnt {
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  z-index: 2;
  -moz-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  -o-transform: translateY(-27%);
  -webkit-transform: translateY(-27%);
  transform: translateY(-27%);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-post__cnt h6 {
  text-transform: uppercase;
  color: #31353d;
  line-height: 1.5;
  margin-top: 32px;
}
.event-post__cnt h6 a {
  position: relative;
}
.event-post__cnt p:last-child {
  opacity: 0;
  color: #fff;
}
.event-post__cnt p.icon.fa-desktop, .event-post__cnt p.icon.fa-comments-o, .event-post__cnt p.icon.fa-bullhorn, .event-post__cnt p.icon.fa-pencil-square-o {
  font-size: 24px;
  line-height: 93px;
  font-weight: bold;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .event-post__cnt {
    -moz-transform: translateY(-34%);
    -ms-transform: translateY(-34%);
    -o-transform: translateY(-34%);
    -webkit-transform: translateY(-34%);
    transform: translateY(-34%);
  }
}
.event-post:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #445461;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-post:hover:after {
  height: 100%;
}
.event-post:hover .event-post__cnt {
  top: 0;
  -moz-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  -o-transform: translateY(-17%);
  -webkit-transform: translateY(-17%);
  transform: translateY(-17%);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-post:hover .event-post__cnt h6 a {
  color: #fff;
}
.event-post:hover .event-post__cnt h6 a:hover {
  color: #000;
}
.event-post:hover .event-post__cnt p:last-child {
  opacity: 100;
}
.event-post:hover .event-post__cnt p.icon {
  opacity: 0;
}
@media (max-width: 767px) {
  .event-post:hover .event-post__cnt {
    -moz-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    -o-transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #31353d;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon.fa-facebook, .icon.fa-twitter, .icon.fa-instagram, .icon.fa-google-plus, .icon.fa-rss {
  line-height: 1.3;
}
@media (max-width: 991px) {
  .icon.fa-facebook, .icon.fa-twitter, .icon.fa-instagram, .icon.fa-google-plus, .icon.fa-rss {
    line-height: 1.7;
  }
}

.icon-md {
  font-size: 12px;
  line-height: 1.2;
}

.icon-md {
  font-size: 18px;
  line-height: 1.2;
  width: 16px;
}

.icon-lg {
  border-width: 2px;
  text-transform: uppercase;
  width: 95px;
  height: 95px;
}

.icon-primary {
  color: #31353d;
}
.icon-primary:hover {
  color: #445461;
}

.icon-secondary {
  color: #445461;
  border-style: solid;
  border-color: #445461;
}

/*==================    Buttons    ======================*/
.btn:hover {
  background: #31353d;color:#fff;
}
.btn:active {
  background: #1a1c21;
}

/*==================      Lists      ======================*/
.inline-list {
  display: inline-block;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 35px;
}
.inline-list li:first-child {
  margin-left: 25px;
}

.marked-list li a {
  color: #31353d;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 18px;
  letter-spacing: 1.8px;
  position: relative;
  text-transform: uppercase;
}
.marked-list li a:before {
  content: '\f101';
  color: #31353d;
  font-size: 18px;
  font-family: 'FontAwesome';
  line-height: 40px;
  left: 0;
  position: absolute;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a:hover {
  color: #445461;
  text-decoration: none;
}
.marked-list li a:hover:before {
  left: 2px;
  color: #445461;
}

.index-list {
  counter-reset: num;
}
.index-list li:nth-child(n+1) .event-post {
  min-height: 440px;
}
.index-list li:nth-child(n+1) .event-post__cnt:before {
  color: #445461;
  content: counter(num,decimal) ".";
  counter-increment: num;
  font-size: 24px;
  font-weight: 700;
  left: 48%;
  padding-left: 5px;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: 6px;
}
.index-list li:nth-child(n+1) .event-post:hover .event-post__cnt {
  -moz-transform: translateY(3%);
  -ms-transform: translateY(3%);
  -o-transform: translateY(3%);
  -webkit-transform: translateY(3%);
  transform: translateY(3%);
}
.index-list li:nth-child(n+1) .event-post:hover .event-post__cnt:before {
  opacity: 0;
}
@media (min-height: 768px) and (max-width: 991px) {
  .index-list li:nth-child(n+1) .event-post {
    min-height: 337px;
  }
  .index-list li:nth-child(n+1) .event-post:hover .event-post__cnt {
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .index-list li:nth-child(n+1) .event-post {
    min-height: 337px;
  }
  .index-list li:nth-child(n+1) .event-post:hover .event-post__cnt {
    -moz-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    -o-transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}
@media (max-width: 479px) {
  .index-list li:nth-child(n+1) .event-post {
    min-height: 337px;
  }
  .index-list li:nth-child(n+1) .event-post .event-post__cnt {
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  .index-list li:nth-child(n+1) .event-post:hover .event-post__cnt {
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media (max-width: 767px) {
  .index-list li img {
    width: 100%;
  }
}

.term-list a[href^="mailto:"] {
  color: #445461;
  display: inline-block;
  margin-top: 55px;
}
.term-list a[href^="mailto:"]:hover {
  color: #31353d;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box__aside {
  float: left;
  margin-right: 30px;
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .box__aside {
    float: none;
  }
}
@media (max-width: 990px) {
  .box__aside {
    margin-right: 0;
  }
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_cnt__no-flow .link {
  margin-top: 45px;
}
.box--1 {
  position: relative;
  z-index: 2;
}
.box--1 .box__aside {
  float: none;
  margin-right: 0;
}
.box--1 .box__aside img {
  width: 100%;
  height: auto;
}
.box--1 .box__cnt {
  margin-top: 32px;
}
.box--1 .box__cnt h6 {
  line-height: 1.5;
}

/*========================   Menu   ==========================*/

.sf-menu {
  margin: 0px auto;
  width: 100%;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu li {
  float: left;
  width:11.5%;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu li a {  font-family: PlusJakartaSans, Verdana, Geneva, sans-serif;  display: block;  color: #000;  padding: 18px 6px 18px 6px;  font-size: 15px;  text-align: center;  text-decoration: none;  -webkit-transition:all 0.2s linear;   -moz-transition:all 0.2s linear;     -o-transition:all 0.2s linear;        transition:all 0.2s linear;}
.sf-menu li a:hover {  /*-webkit-filter: brightness(1.3);*/  padding-top: 33px ;}
.sf-menu li.active {padding-top:15px;}
.sf-menu li.active a:hover {padding-top:18px;}
.sf-menu li:hover {    visibility:     inherit; /* fixes IE7 'sticky bug' */}
li a, .dropbtn {    display: inline-block;    /*color: white;*/    text-align: center;    /*padding: 18px 16px;*/    text-decoration: none;}li a:hover, .dropdown:hover .dropbtn {}.sf-menu li ul li { width:160px;}.sf-menu li ul li a {font-family: Verdana, Geneva, sans-serif; font-size: 13px; padding: 10px 3px 10px 20px; text-align: left; color:#455562;width:200px;}.sf-menu li.bandiere {width:auto;padding:10px 15px 7px 15px;background-color:#ffffff; }
.sf-menu li.bandiere a {padding:10px 15px 7px 15px;color:#455562;}
.sf-menu li.bandiere a:hover {color:#ffffff;background-color:#455562;}
.sf-menu li.bandiere a img {max-height:12px;}
.sf-menu li.bandiere.active {padding:10px 15px 7px 15px;color:#ffffff;background-color:#455562;}
.sf-menu li.bandiere.active a{color:#ffffff;}
.sf-menu li.bandiere ul li a {width:155px;}
.sf-menu li.logo {width:200px;padding:0px 0px 0px 0px;background-color:#fff;}
.sf-menu li.logo a {color:#455562;padding:12px;}
.sf-menu li.logo a:hover {padding:12px;color:#ffffff;background-color:#455562;}
#logo{padding:0px;}
#logo img{width:200px;}#ullogo{display:none;list-style:none;margin-left:0px;}#ulbandiere{display:none;list-style:none;margin-left:0px;max-width:155px;}li.dropdown {display: inline-block;}.sf-menu li .dropdown-content a {font-family: Verdana, Geneva, sans-serif;font-size: 13px;padding: 10px 3px 10px 10px;text-align: left;color:#455562;}.sf-menu li .dropdown-content a:hover {color:#ffffff;background-color:#455562;}

.dropdown-content {    display: none;    position: absolute;    min-width: 200px;    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);    z-index: 1055;    background-color:#ffffff;font-size:10px;}
.dropdown-content a {    color: black;    padding: 12px 16px;    text-decoration: none;    display: block;    text-align: left;    color:#000;}
.dropdown-content a:hover {color:#fff;}
.dropdown:hover .dropdown-content {display: block;}
.sf-menu li.bandiere .dropdown-content {min-width:180px;}
.sf-menu li.bandiere .dropdown-content a {padding:12px 16px;}
.sf-menu li.bandiere .dropdown-content a:hover {padding:12px 16px;}

.h2download{padding:100px 150px;color:#fff;text-transform:uppercase;z-index: 1050!important;}
.h2download2{padding:100px 150px;color:#fff;text-transform:uppercase;top:100px;z-index: 1051!important;}


@media (min-width: 1024px) and (max-width: 1440px) {
.sf-menu li {width:10.5%;}
.sf-menu li a {padding: 10px 2px 10px 2px; font-size: 12.5px;}
.sf-menu li a:hover {padding-top: 26px;}
.sf-menu li.bandiere {width: auto; padding: 3px 0px 1px 0px;}
.sf-menu li.bandiere a {padding: 15px 15px 14px 15px;}
.sf-menu li.bandiere a:hover {padding: 15px 15px 14px 15px;}
.sf-menu li.bandiere img {max-height:18px !important;}
.sf-menu li.logo {width:160px;padding:0px 0px 2px 0px;}
#logo img{width:150px;}
 .accordion ul li div a img {top: -12%;left: 5%;}
 .sf-menu li.bandiere.sfHover{width: 120px;}
 .sf-menu li.bandiere.active {padding: 2px 10px 2px 10px;}

}
@media (min-width: 992px) and (max-width: 1023px) {
.sf-menu li {width:7.5%;}
.sf-menu li a {padding: 10px 2px 10px 2px; font-size: 12.5px;}
.sf-menu li a:hover {padding-top: 26px;}
.sf-menu li.bandiere {width: auto;font-size:10px;}
.sf-menu li.bandiere a {padding: 8px 6px;}
.sf-menu li.bandiere a:hover {padding: 8px 6px;}
.sf-menu li.bandiere img {max-height:16px !important;}
.sf-menu li.logo {width:160px;padding:0px 0px 2px 0px;}
#logo img{width:150px;}
.accordion ul li div a img {top: -12%;left: 0%;}
.sf-menu li.bandiere.sfHover{width: 110px;}
}
@media (min-width: 768px) and (max-width: 991px) {
 .sf-menu {display: none;}
 .accordion ul li div a img {top: -12%;left: 13%;}
}
@media (max-width: 767px) {
  .sf-menu {display: none;}
  .h2download{padding:70px 30px;}
  .accordion ul li div a img {top: -12%;left: 11%;}
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 370px;
  padding: 132px 0 76px;
  color: #666;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.08);
  -moz-transform: translateX(-370px);
  -ms-transform: translateX(-370px);
  -o-transform: translateX(-370px);
  -webkit-transform: translateX(-370px);
  transform: translateX(-370px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  margin-left:0;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li a{
  /*color: #455562;
  background: #fff;*/
  border-bottom:1px solid #F3F3F3;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  
}
.rd-mobilemenu_ul li.active {
  background: #455562;
  color: #fff;
}
.rd-mobilemenu_ul a.active {
  background: #455562;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #fff;
  color: #455562;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: #c4dce0;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
@media (min-width: 768px) and (max-width: 991px) {
   body {
    padding-top: 56px;
  }
  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #FFF;
  z-index: 999;
}
.isStuck:after {
  content: '';
  background: url("../images/divider.png") repeat-x 0 0;
  height: 5px;
  display: block;
}
.isStuck .brand-wrap {
  display: none;
}
.isStuck h2, .isStuck h6 {
  display: none;
}
.isStuck .nav {
  margin-top: 0px;
}
.isStuck .nav:after {
  display: none;
}
.isStuck .nav .sf-menu > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #445461;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop.fa.fa-angle-up {
  font-size: 24px;
  line-height: 46px;
  color:#fff;
}
.toTop:hover {
  color: #fff;
  background: #31353d;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header{position: fixed; z-index:999999; text-align:center;width:100%;height:54px; background-color:#fff;box-shadow: 0px 1px 10px #888888;}
header .nav {position: relative; margin-top:-12px; }
header .nav:after {content: '';display: block;}
@media (min-width: 992px) and (max-width: 1200px) {header{height:47px}}
 
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  
/*  border-top:1px solid #ccc;*/
}

/*==================      Well     ======================*/
.well-xs {
  padding-top: 35px;
}
.well-xs--inset-1 {
  padding-top: 46px;
}

.well-md {
  padding-top: 95px;
}
.well-md--inset-1 {
  padding-top: 143px;
}

.well-lg {
  padding-top: 155px;
}
.well-lg--inset-1 {
  padding-top: 48px;
}


/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  margin-top:10px;
  padding-top: 29px;
  padding-bottom: 10px;
  text-align: LEFT;
  border-top:1px solid #ccc;
  z-index:1000;
  background-color:#455562;
  min-height:250px;
}
footer .footer-separator {
  position: relative;
}
footer .footer-separator:before {
  content: '';
  
  display: block;
}
footer .footer-separator .brand__footer a {
  display: inline-block;
  margin-top: 15px;
}
footer .footer-separator .brand__footer h2 {
  margin-top: 20px;
}
footer .footer-separator .brand__footer h2, footer .footer-separator .brand__footer h6 {
  color: #31353d;
  opacity: 0.5;
}
footer .footer-separator .contact-info {
  color: #31353d;
  margin-top: 147px;
}
footer .footer-separator .contact-info p {
  font-size: 30px;
  line-height: 60px;
  
}
footer .footer-separator .contact-info a {
  font-size: 40px;
  line-height: 50px;
}
footer .footer-separator .contact-info a:hover {
  color: #445461;
}
footer .footer-separator .copyright {
  border: 1px solid #455562;
  display: inline-block;
  padding: 6px 30px;
  font-weight: bold;
}
footer .footer-separator p {
  color: #ffffff;
  font-size:14px;
}
footer .footer-separator p a {
  line-height:1.5;
}
footer .footer-separator p a:hover {
  color:#000;
}
footer .footer-separator .copyright p span {
  color: #455562;
  margin-right: 7px;
}
footer .footer-separator .copyright p a {
  color: #455562;
  margin-left: 7px;
  
}
footer .footer-separator .copyright p a:hover {
  color: #31353d;
  text-decoration: none;
}
footer a{color:#fff}
@media (max-width: 480px) {
  footer .footer-separator .contact-info a {
    font-size: 30px;
    line-height: 50px;
    
  }
}
#footerCk {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #F3F3F3;
    opacity: 0.95;
    filter: alpha(opacity=95);
    text-align: center;
    color: #999999;
    padding-top: 10px 1% 5px 1%;
    z-index: 100000000;
    border-top: 1px solid #999999;
    font-size: 12px;
}#stampFooter{color:#999999; float:left; top: 5px; right: 5px; width: 20px; height: 20px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 1px solid; background-color: #fff; line-height: 20px; font-size: 20px; text-align: center;  }#footerCk a {text-decoration: underline;color: #a5a0ac;}

#cellfoto{}
@media (min-width: 992px) and (max-width: 1200px) {
 #cellfoto{margin-left:-140px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  #cellfoto{margin-top:-120px;margin-left:0px;}
  header{background-color:transparent;box-shadow: 0px 0px 0px #fff;}
  .well-lg--inset-1 {padding-top: 0px;}
  #footerCk {height: 35px;padding-top:10px;font-size:11px; width:100%}
}
@media (max-width: 767px) {
  #cellfoto{margin-top:-10px;margin-left:20px; margin-bottom:20px;}
  .well-lg--inset-1 {padding-top: 0px;}
  header{background-color:transparent;box-shadow: 0px 0px 0px #fff;}
  #footerCk {height: 25px;padding-top:10px;font-size:11px; width:100%}
}
@media (max-width: 480px) {
  #cellfoto{margin-top:-40px;margin-left:0px;}
  .well-lg--inset-1 {padding-top: 0px;}
  header{background-color:transparent;box-shadow: 0px 0px 0px #fff;}
  #footerCk {height: 60px;padding-top:3px;font-size:11px; width:100%}
  
}
