﻿/*************************
*          Theme         *
**************************/
a,
#home-slider .caption h1 span, 
#twitter-carousel .item span,
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary {
  color: #2d47af;
}

.contact-info ul li a:hover {
  color: white;
  text-decoration:underline;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #2d47af;
}

.btn-submit:disabled {
  background-color: #ccc;
}

a:hover, a:focus {
	color: #2d47af;
}

.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
.btn-submit a,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  background-color:#2d47af;
  border: solid 1px #2d47af;
  color: #ffffff;
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
	border: 1px solid #2d47af;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #2d47af;
}

.twitter-icon .fa-twitter:after {
	border-color: #2d47af transparent transparent;
}

/*************************
*        General         *
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.visible {
    display:inline-block !important;
}

.invisible {
    display:none !important;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="tel"],
.parallax input[type="tel"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover  {
  background-color:rgba(255, 255, 255, 0.1);
  font-weight: 300;
  color: #fff;
}

.parallax select,
.parallax select:hover  {
  -webkit-appearance: none;
  background: url(../images/select-arrow.png) no-repeat right rgba(255, 255, 255, 0.1);
  font-weight: 300;
  color: #aaa;
}

.parallax .form-control::-moz-placeholder{color:#aaa !important;}
.parallax .form-control:-ms-input-placeholder{color:#aaa !important;}
.parallax .form-control::-webkit-input-placeholder{color:#aaa !important;}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #013e9b;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:50px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  text-align: center;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  color:#24398c;
}

.preloader > div {
    position: absolute;
    width: 100%;
    top: 30%;
    left:0px;
    text-align:center;
}

.preloader > div img {
    width:30%;
    height: auto;
}

/*************************
*         Header         *
**************************/
.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active > a {
  background-color: rgba(0,0,0,.2);
}

.address li.active a {
  background-color: white;
  text-decoration:underline;
}

.navbar-brand h1 {
  margin-top: 5px;
}

.main-nav {
    left:0;
    right:0;
}

.main-nav-fixed-default {
    position:absolute;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

.navbar-nav .dropdown-menu {
    border:none;
    margin:0;
    top: auto;
    padding: 10px;
    border-radius:0;
    text-align: center;
    overflow-y: auto;
    min-width: 260px;
    background-color: #24398c !important;
}

.navbar-nav .dropdown-menu li {
    padding: 5px 0px;
}

.navbar-nav .dropdown-menu li:hover,
.navbar-nav .dropdown-menu li:hover a {
    background-color: #2d47af !important;
}

.navbar-nav .dropdown-menu li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
    padding-left: 5px;
    padding-bottom: 0px;
    text-align: left;
}

.navbar-nav .dropdown-menu li a:hover, 
.navbar-nav .dropdown-menu li a:focus {
    background-color: #2d47af !important;
}

.main-nav .container {
    z-index:1;
}

.main-nav-search {
    background-color: #2d47af;
    border: solid 2px #24398c;
    width: 100%;
    height: 75px;
    display: none;
    padding: 15px 0;
    z-index:0;
}

.main-nav-search > form {
    margin: 0 auto;
    width: 85%;
    max-width: 1340px;
}

.main-nav-search > form .input-box {
    position: relative;
    padding-top: 0;
}

.main-nav-search > form label {
    display: none;
}

.main-nav-search > form #search {
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    font-style: normal;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
    font-family: "noto_sansregular", Arial, sans-serif;
}

.main-nav-search > form .search-button {
    position: absolute;
    height: 25px;
    right: 5px;
    top: 7px;
    width: 25px;
    background: none;
    border: none;
    padding: 0;
}

.main-menu {
    position:fixed;
    top:0px;
    width:100%;
    height:30px;
    text-align:right;
    Z-index:10000;
}

.main-menu a {
    color:white;
    float:right;
    margin:0;
    padding:5px 10px;
}

.main-menu a:focus {
    color:white;
}

.main-menu-icon {
    font-size:20px;
    margin-top:-5px;
    margin-right:5px;
}

.main-menu-label {
    display:inline-block;
    cursor: pointer;
}

.main-menu-opaque {
    background-color:#24398c;
}

.main-menu a:hover {
    color:lightgray;
}

.main-menu a:hover .fa {
    color:lightgray;
}

.main-menu-cart .dropdown-menu p,
.main-menu-account .dropdown-menu p {
    margin:auto;
}

.main-menu .main-menu-cart a:hover,
.main-menu .main-menu-account a:hover {
    color:#333;
}

.main-menu-cart:hover a,
.main-menu-account:hover a {
    background-color:white;
    color:#333;
}

.main-menu-cart:hover a .fa,
.main-menu-account:hover a .fa {
    color:#333;
}

.main-menu-cart:hover .dropdown-menu,
.main-menu-account:hover .dropdown-menu {
    display: block;
}

.ui-autocomplete {
    z-index: 10000;
}

.ui-autocomplete .ui-state-focus {
    background: #dadada;
    color: #2d47af;
    border:none;
}

#dropdownMenuAccount {
    height:90px;
    min-width: 160px;
    width: 160px;
}

#dropdownMenuAccount a {
    float: left;
    padding: 5px 0;
    cursor:pointer;
}

#dropdownMenuAccount a:hover {
    color:#2d47af;
    text-decoration:underline;
}

.dropdown-menu {
    border:none;
    margin:0;
    top: 30px;
    padding: 10px;
    border-radius:0;
    text-align: center;
    overflow-y: auto;
}

.sub-menu {
    margin:15px 20px;
    text-align:center;
    padding-bottom:0;
    height:300px;
}

.sub-menu-background {
    height: 230px;
    margin: 0 -20px;
    padding: 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
 
.sub-menu-background .selected-rubrique {
    
}

.sub-menu h2 {
    display:inline-block;
    float:left;
    padding-right:5px;
    margin-right:5px;
    border-right:2px solid #fff;
    color:#fff;
}

.sub-menu h3 {
    line-height: 42px;
    display:inline-block;
    float:left;
    color:#fff;
}

.sub-menu-overlay {
   position:relative;
   height:50px;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   text-align: center;
   display:inline-block;
   float:right;
}

.sub-menu-overlay li {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin: 15px 5px 5px 5px;
  cursor:pointer;
  color: #24398c;
  border:1px solid #24398c;
  display:none;
}


.sub-menu-overlay li:hover {
  background-color: #24398c;
  color: #fff;
}

.sub-menu-overlay li:hover a {
  color: #fff;
}


.sub-menu-overlay li.selected {
  cursor: default;
  background-color: #24398c !important;
  color: #aaa !important;
}

.wizardButton {
  border: solid 1px #24398c; 
  background-color: #fff;
  color: #24398c;
  padding: 5px;
}

.wizardButton a {
  color: #24398c;
}

.wizardButton:hover {
  background-color: #24398c;
  color: #fff;
}

.wizardButton:hover a {
  color: #fff;
}

.fil-ariane {
    position:relative;
    top:110px;
    background-color:#2d47af;
    padding-left:10px;
    padding-bottom:10px;
    color:#fff;
    z-index: 1;
}

.fil-ariane a {
    cursor:pointer;
    color: #fff;
}

.fil-ariane a:hover {
    text-decoration: underline;
}

.sub-menu .fil-ariane {
    background-color: transparent;
    text-align: left;
    position: absolute;
    top: 300px;
    margin-left: -10px;
}

/*************************
*         Content        *
*************************/

#content {
    position:relative;
    margin: 40px;
}

/*************************
*         Social         *
**************************/

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*************************
*         Footer         *
**************************/

#footer {
  color:#fff;
  font-weight: normal;
}

.footer-top {
  position: relative;
  padding:30px 0
}

.footer-middle {
    position: relative;
    background:#fff;
    margin:0;
    color:#888;
    font-size: 16px;
}

.footer-middle .col-sm-3 {
    min-width: 300px;
}

.footer-middle h3 {
    color:#2d47af;
    font-weight: 600;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-middle a {
    color:#888;
    cursor: pointer;
}

.footer-middle a:hover {
    color: #2d47af;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

.footer-middle .social-icons {
  margin-top: 15px;
  text-align: left;
}

.footer-middle .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-middle .social-icons ul li a {
  background-color: #2d47af;
  border-radius: 4px;
  line-height: 33px;
  opacity:1;
}

.footer-middle .social-icons ul li a:hover {
  color: #fff
}

.footer-middle .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}

.footer-middle .social-icons ul li a.google:hover {
  background-color: #dd4f43;
}

.footer-middle .social-icons ul li a.instagram:hover {
    background-color: #c535a4;
}

.footer-middle .social-icons ul li a.youtube:hover {
    background-color: #c71a1e;
}

.footer-middle .social-icons ul li a.linkedin:hover {
    background-color: #0274b3;
}

.footer-middle .newsletter-form .form-control {
    border-color: rgba(180, 180, 180, .4);
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.footer-middle .newsletter-form .form-control:focus {
    box-shadow: none;
}

.footer-middle .newsletter-form .form-group {
    margin-bottom: 30px;
}

.footer-middle .newsletter-form .btn-submit {
    display: block;
    color: #fff;
    border: none;
    padding: 10px;
    width: 120px;
    margin: 5px 10px 10px 0 !important;
    float: left;
    border-radius: 5px;
}

.footer-middle .newsletter-form .btn-submit:hover {
    background-color: #24398c;
}

.footer-bottom {
    background-color: #2d47af;
    padding: 10px;
}

.footer-bottom a {
    color:#fff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


.footer-bottom .container {
    width:100%;
    font-size:12px;
}
.footer-bottom .col-sm-6 {
    width: 30%;
    height: 25px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-bottom .footer-left {
    text-align:left;
}

.footer-bottom .footer-center {
    text-align:center;
}

.footer-bottom .footer-right {
    text-align:right;
}

/*************************
*         Patners        *
**************************/
#partners {
    text-align:right;
    background-color:white;
    padding:10px 0;
}

#partners .container {
    width:580px;
    text-align:center;
}

#partners .container .item {
    float:right;
    margin:20px 10px;
}

/*************************
*       Checkbox         *
**************************/
input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
input[type=checkbox] {
  display: none !important;
}
.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #aaa;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  margin:0 !important;
}
.checkbox.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    display: inline-flex !important;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type=checkbox]:checked + label:before {
  content: "";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #333333;
  text-align: center;
  line-height: 15px;
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: '✔';
  color: #333333;
  -webkit-transition: all .2s;
          transition: all .2s;
  /* on prévoit une animation */
  display: inline;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
  height: 20px;
  text-align: center;
  width: 20px;
}
input[type="checkbox"][readonly] + label {
  background-color: #f1f1f1 !important;
  cursor: default !important;
}
input[type="checkbox"][readonly] + label:after {
  color: #888888 !important;
}
/* Aspect si "pas cochée" */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* coche invisible */
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  /* mise à l'échelle à 0 */
}
/* Aspect si "cochée" */
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  /* coche opaque */
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  /* mise à l'échelle 1:1 */
}

/*************************
*     Accordion          *
**************************/

.ui-accordion-header {
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align:left;
    margin:0 !important;
    outline:none;
}

.ui-accordion-header-active {
    background: #2d47af !important;
    color: #fff !important;
    margin:0 !important;
}

.ui-accordion-header-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
}

.ui-accordion-header .ui-accordion-header-icon {
    border: none !important;
}

.ui-accordion-content {
    background: #e6e6e6 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align:left;
}

.ui-accordion-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-accordion-content ul li {
    margin:6px 0;
    font-size:16px;
}

.ui-accordion-content ul li a {
    color:#888;
}

.ui-accordion-content ul li.active a {
    color:#333;
}

.ui-accordion-content ul .fa {
  color:#2d47af;
}

/*************************
*          Cart          *
**************************/
.cart-table {
    margin-bottom:20px;
}

.cart-table thead {
    font-weight: bold;
}

.cart-table thead tr {
    border-bottom: 1px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
}

.cart-table thead td {
    padding:0 10px;
}

.cart-table tr {
    vertical-align:top;
    border-bottom: 1px solid #e6e6e6;
}

.cart-table td {
    padding: 10px 10px;
    min-width: 100px;
}

.cart-table .photo {
    width:150px;
}

.cart-table .photo .product-special {
    position:absolute;
    text-align:left;
    pointer-events:none;
    top:0;
    width: 128px;
    height: 128px;
}

.cart-table .photo .product-special .promo {
    position:absolute;
    top:-5px;
    right: -5px;
    width:50px;
    height:50px;
    pointer-events:none;
    display:none;
}

.cart-table .photo .product-special .new {
    position:absolute;
    top:0;
    pointer-events:none;
    display:none;
    width: 128px;
    height: 128px;
}

.cart-table .title span {
    margin-left: 10px;
    color: #a61a18;
    font-weight: bold;
}

.cart-table .remise span {
    color: #a61a18;
    font-weight: bold;
}

.cart-table .ref {
    margin: -10px 0px 0px 0px;
    pointer-events: none;
    font-size: 12px;
}

.cart-table .model {
    font-size:14px;
    line-height:15px;
    pointer-events:none;
}

.cart-table .attributs {
    line-height: 16px;
    font-size: 12px;
    margin: 5px 0;
    color: #24398c !important;
    font-weight: bold;
}

.cart-table .price-details h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #666;
}

.cart-table .price-details {
    line-height: 16px;
    font-size: 12px;
    margin: 5px 0;
    color: #24398c !important;
    font-weight: bold;
}

.cart-table .price {
    text-align:right;
    line-height: 31px;
}

.cart-table .count input {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 60px;
    text-align: right;
    outline: none;
}

.cart-table .btn-submit {
    float:left;
    color: #fff !important;
    background-color:#2d47af !important;
    border: none;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 5px;
    margin-right:5px;
    width:160px;
    text-align:center;
}

.cart-table .btn-submit i {
    color: #fff !important;
}

.cart-table .btn-submit:hover {
    background-color:#24398c !important;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
    border-left: 1px solid #e6e6e6;
}

.cart-table .product-add {
    background-color: #e6e6e6;
}

.cart-table .product-add .count-label {
    line-height:32px;
    text-align:right;
}

.cart-table .product-add .count input {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    width: 60px;
    text-align: right;
    outline: none;
}

.cart-table .product-add .ref {
    pointer-events:all;
}

.cart-table .product-add .ref-label {
    line-height:32px;
    text-align:center;
}

.cart-table .product-add .btn-submit {
    padding: 4px 5px;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    float:right;
    text-align: center;
}

.btn-submit.btn-dropdown-cart {
    margin-top: 0;
    width: 140px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px;
    text-align: center;
    color:#fff !important;
    background-color:#2d47af !important;
}

.btn-submit.btn-dropdown-cart:hover {
    background-color:#24398c !important;
}

.alert {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    text-align:center;
}

.alert .close {
    margin-top: 3px;
    margin-left: 3px;
}

.alert .btn-submit {
    float: right;
    width: 60px;
    color: white;
    border: none;
    margin: auto 4px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header { padding: 10px; border-bottom: none; }

.modal-body {
    padding: 2px 16px;
}

/****************************
******** products CSS *******
*****************************/

#products {
    padding-top: 20px;
    padding-bottom: 20px;
}

.category-preview-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    margin-top: 10px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.our-products .col-sm-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.our-products .col-sm-3 .category-preview {
    display: inline-block;
    width: 270px;
    height: 320px;
    overflow: hidden;
}

.our-products .col-sm-3 .category-preview:hover {
    background-color:#2d47af;
}

.our-products .col-sm-3 .category-preview:hover h3 {
    color:#fff;
}

.our-products .col-sm-3 .category-preview .category-preview-images {
    position:relative;
    overflow:hidden;
    width:250px;
    height:250px;
}

.our-products .col-sm-3 .category-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width:250px;
    height: 250px;
}

.our-products .overlay {
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.0);
    width:250px;
    height:250px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:0;
}

.our-products .overlay:hover {
    background-color:rgba(0,0,0,0.5);
    color: #fff;
    opacity:1;
}

.our-products .overlay span {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 90px;
    cursor:pointer;
}

.our-products .overlay span:hover {
    background-color: #24398c;
    color: #fff;
}


.our-products .col-sm-4:nth-child(4),
.our-products .col-sm-4:nth-child(5),
.our-products .col-sm-4:nth-child(6) {
    border-bottom:0;
    padding-top: 60px;
}

.our-products .col-sm-4:nth-child(3),
.our-products .col-sm-4:nth-child(6) {
    border-right:0;
}

.category-preview .category-preview-info h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
}

.clickable {
    
}
    
.clickable:HOVER {
    filter: invert(75%);
    cursor: pointer;
}

.doc-item {
    padding:5px;
}

.doc-item a .fa {
    margin-right:10px;
    font-size: 26px;
}

.doc-item p {
    margin-left: 32px;
    color: #666;
    font-size: 12px;
}

#infoContentSection {
    padding-top: 0px;
    position: relative;
    margin: 40px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
} 

/*************************
*     Animations         *
**************************/

.animation-1 {
    animation-name: animation-1;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-iteration-count: infinite; /* infinite */
    animation-direction: alternate; /* normal , reverse , alternate , alternate-reverse */
    animation-timing-function: ease-in; /* ease , linear , ease-in , ease-out , cubic-bezier(n,n,n,n) */
    /* animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); */
    animation-fill-mode: forwards; /* none , forwards , backwards , both */
}



@keyframes animation-1 {
  0% {
        transform: rotate(0);
  }
  3% {
        color: #FFFFFF;
        transform: translate(100px, 0px);
  }
  6% {
        color: #FFFFFF;
        transform: rotateX(180deg);
        font-size: 30px;
  }
  9% {
        color: #FFFFFF;
        transform: rotateX(360deg);
        font-size: 30px;
  }
  100% {
        color: #FFFFFF;
        transform: rotateX(360deg);
        font-size: 30px;
  }
}

.animation-2 {
    animation-name: animation-2;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite; /* infinite */
    animation-direction: normal; /* normal , reverse , alternate , alternate-reverse */
    animation-timing-function: ease-in; /* ease , linear , ease-in , ease-out , cubic-bezier(n,n,n,n) */
    /* animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); */
    animation-fill-mode: both; /* none , forwards , backwards , both */
}




@keyframes animation-2 {
  0% {
        transform: scale(1);
        filter: saturate(1);
  }
  5% {
        transform: scale(0.8,0.8);
        filter: saturate(0.75);
  }
  10% {
        transform: scale(1);
        filter: saturate(1);
  }
  15% {
        transform: scale(0.8,0.8);
        filter: saturate(0.75);
  }
  20% {
        transform: scale(1);
        filter: saturate(1);
  }
  100% {
        transform: scale(1);
        filter: saturate(1);
  }
}






