/* CSS Document */

body {
background-color: #bbbbbb;
/*background-image:url(Images/bg2.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat:repeat;*/
}

@font-face {
    font-family: 'FontCustom-Regular';
    src: url('Fonts/SourceSans3-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'FontCustom-Bold';
    src: url('Fonts/SourceSans3-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FontCustom-Bold-Italic';
    src: url('Fonts/SourceSans3-Bold-italic.ttf') format('truetype');
}

body, table {
    /*font-family: 'FontCustom-Regular', Arial, Helvetica, Sans-Serif;*/
    font-family: "FontCustom-Regular", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.font_custom {
    /*font-family: 'FontCustom-Regular', Arial, Helvetica, Sans-Serif;*/
    font-family: "FontCustom-Regular", sans-serif;
}

a.anchor {display: block;position: relative;top: -125px;visibility: hidden;}

#showLeftPush {font-size:24px;margin-top:7px;margin-left:15px;display:block;color:#777}
@media (min-width: 768px) {#showLeftPush {margin-left:0;}}

/*white theme*/
.white{background-color:#fff;}
.white_transparent {background-color: rgba(255,255,255,0.5);overflow:hidden;display:none;}
@media (min-width:768px){.white_transparent {display:block;}}

/* CALLOUT */
.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}
.bs-callout h4, .bs-callout h5 {margin-top: 0;margin-bottom: 5px}
.bs-callout p:last-child{margin-bottom:0}
.bs-callout code{border-radius:3px}
.bs-callout+.bs-callout{margin-top:-5px}
.bs-callout-danger{border-left-color:#d9534f}
.bs-callout-danger h4, .bs-callout-danger h5 {color: #d9534f}
.bs-callout-warning{border-left-color: #f0ad4e;}
.bs-callout-warning h4, .bs-callout-warning h5 {color: #f0ad4e}
.bs-callout-info{border-left-color:#1b809e}
.bs-callout-info h4, .bs-callout-info h5 {color: #1b809e}
.bs-callout-success {border-left-color:#4cae4c;}
.bs-callout-success h4, .bs-callout-success h5 {color: #4cae4c}
@media (min-width:768px){.bs-callout h4{margin-top:0;margin-bottom:5px}}

a.close, a.next, a.prev, a.play-pause{background-color:transparent !important;}

.overbox {z-index:50;position:absolute;left:6px;top:2px}

input.search-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  -moz-border-radius: 4px;
  border-radius: 4px;
    border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

.btn-readmore{
	background-color: #383838;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-readmore:hover{
	background-color: #000;
	color: #fff;	
}

.btn-navigation {
    border-radius: 0;
    border: 0;
    border-left: 10px solid rgb(1, 50, 76);
    border-bottom: 1px solid rgb(1, 50, 76);
    color: #383838;
    padding: 5px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    max-width: 100%;
}

.btn-navigation:hover {
    background-color: #ffed00;
    color: rgb(1, 50, 76);
}

.square {
   width: 100%;
   height: 0;
   padding-bottom: 100%;
}

/* ABOUT US */

#about-us .about-us {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 15%;
}

#about-us .about-us h4 {
    margin-top: 0;
    margin-bottom: 30px;
}

#about-us .about-us .btn-send {
    margin-top: 30px;
}

#about-us .our-office {
    padding-right: 0px;
}

.office-carousel-left,
.office-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.office-carousel-left {
    left: -32px;
}

.office-carousel-right {
    right: -32px;
}

#card-1-carousel:hover .office-carousel-left, #card-2-carousel:hover .office-carousel-left, #office-carousel:hover .office-carousel-left {
    left: 0;
}

#card-1-carousel:hover .office-carousel-right, #card-2-carousel:hover .office-carousel-right, #office-carousel:hover .office-carousel-right {
    right: 0;
}

#card-1-carousel .carousel-item img, #card-2-carousel .carousel-item img, #office-carousel .carousel-item img {
    width: 100%;
}

.flag-logo {
    max-height: 120px;
    margin-top: 5px;
    margin-left: -20px;
    width: 84px;
}

@media (min-width: 576px) {
    .flag-logo {
        margin-left: -50px
    }
}

.cd-auto-hide-header .nav-link {
    font-family: "FontCustom-Regular", sans-serif;
    font-size: 1em !important;
}

@media (min-width: 1200px) {
    .cd-auto-hide-header .nav-link {
        font-size: 1.3em !important;
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #6B99E4;
}

a.navbar-brand.logo-nav img {
    height: 80px !important;
}

#navbarTogglerMain {
    margin-top:4px;
}

.shadow {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

.jscroll-inner {
    overflow: hidden;
    margin-left: -15px;
    width: 100%;
}

.jscroll-added {
    margin: 0;
    width:100%;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    padding: 0.8em;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 1;
	border-radius: 0.25rem;
}

    .caption h4 {
        height: 30px;
        overflow: hidden
    }

    .caption p {
        font-size: 16px;
        text-align:left;
        line-height:normal;
    }

.wishItem {
    margin-bottom:10px;
}

.thumbnail input[name="checkphoto"] {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
}

.caption .close {
    line-height: 0.5rem;
}

/* PANEL CUSTOM*/
.card.with-nav-tabs .card-heading {
    padding: 5px 5px 0 5px;
}

.card.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.card.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.card.with-nav-tabs .nav-link {
    color: initial;
    text-transform: initial;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

a .with-nav-tabs .nav-tabs {
    display: inline-block
}

.dropdown-menu a.nav-link.dropdown-item {
    border: none
}

.dropdown-item.text-white:hover {
    background-color: #ff1100 !important;
}

.fancybox-caption-wrap {
    pointer-events: auto !important
}

.fancyleftopen { width: 75%; }
.fancyrightopen { width: 25%; }
.fancyleftclose { width: 100%; }
.fancyrightclose { width: 0%; }

@media (max-width: 991px) {
    .fancyleftopen { width: 65%; }
    .fancyrightopen { width: 35%; }
}

@media (max-width: 768px) {
    .fancyleftopen { width: 55%; }
    .fancyrightopen { width: 45%; }
}

@media (max-width: 576px) {
    .fancyleftopen { width: 10%; }
    .fancyrightopen { width: 90%; }
}

/***** Footer *****/

.footer-top {
    padding: 10px 0;
    text-align: left;
}

    .footer-top h3 {
        padding-bottom: 10px;
    }

.footer-contact p {
    word-wrap: break-word;
}

.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #ddd;
}

.footer-contact p a {
    border-bottom: 1px dashed #ccc;
}

    .footer-contact p a:hover, .footer-contact p a:focus {
        border-bottom: 1px dashed #856dc0;
    }

.footer-links a {
    color: #888;
    border: 0;
}

    .footer-links a:hover, .footer-links a:focus {
        color: #555;
        margin-left: 3px;
    }

.footer-bottom {
    padding: 0 0 60px 0;
}

.footer-social a {
    margin: 0 10px;
    color: #bbb;
    border: 0;
}

    .footer-social a:hover, .footer-social a:focus {
        color: #856dc0;
        border: 0;
    }

.footer-social i {
    font-size: 24px;
    vertical-align: middle;
}

/* Wishlist */
.addToWish:after {
    content: "+";
    color: #ffc107;
    margin-left: -13px;
    margin-top: -2px;
    position: absolute;
    font-size: 1em;
}

.removeToWish:after {
    content: "-";
    color: #ff0000;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    font-size: 1em;
}
/* fine wishlist */

#loginModal .modal-dialog {
    position: fixed;
    margin: auto;
    top: 100px;
    height: 100%;
    right: 9px;
}

#searchModal .modal-dialog {
    position: fixed;
    margin: auto;
    top: 103px;
    height: 100%;
    right: 9px;
}

#loginModal .modal-content, #searchModal .modal-content {
    height: auto;
    background: none;
    border: none;
    color: #ffffff;
}

#loginModal .modal-header, #loginModal .modal-footer, #searchModal .modal-header, #searchModal .modal-footer {
    display: none;
}

@media (min-width: 576px) {
    #loginModal .modal-dialog {
        max-width: 537px;
    }
    #loginModal .modal-body {
        padding: 0;
    }
    #searchModal .modal-dialog {
        min-width: 587px;
    }
}

@media (max-width: 991px) {
    #searchModal .modal-dialog {
        max-width: 100%;
        margin: 0 10px;
        position: relative;
        right: 0;
    }
}

@media (max-width: 991px) {
    #searchInPage, #searchInPage_mobile {
        left: 0px !important;
        right: 0px !important;
    }

    #searchInPage .input-group, #searchInPage_mobile .input-group {
        width: 100% !important;
    }

    #parole_welcome, #parole_welcome_mobile {
        min-width:auto !important;
    }
}
