/* CSS Document */

body {
    background-color: #ffed00;
    /*background-image:url(Images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat:repeat;*/
}

@font-face {
    font-family: 'Open Sans';
    src: url('Fonts/opensans-300.woff2') format('woff2'),url('Fonts/opensans-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('Fonts/opensans-400.woff2') format('woff2'),url('Fonts/opensans-400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('Fonts/opensans-600.woff2') format('woff2'),url('Fonts/opensans-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url('Fonts/opensans-700.woff2') format('woff2'),url('Fonts/opensans-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body, table {
    /*font-family: 'Segoe UI', Tahoma, Arial, Helvetica, Sans-Serif;*/
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.shadow {box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);}

.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 {
    max-height: 50px !important;
    height: 50px !important;
    padding: 5px 0 5px 25px;
    margin-top: -2px;
}

a.navbar-brand.logo-nav img {
		width:170px;
}

@media (min-width: 992px) {
	a.navbar-brand {
		padding-left:0;
	}
}

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;
  webkit-border-radius: 4px;
  -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%;
}


.ombra {
    margin-bottom: 1px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.ombra-top {
    margin-top: 1px;
    -webkit-box-shadow: 0 -7px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -7px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -7px 7px 0px rgba(0, 0, 0, 0.2);
}

.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: 5%;
    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;
        margin-top:10px;
    }

.thumbnail input {
    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
}

.fancybox-caption-wrap {
    pointer-events: auto !important
}

/***** Footer *****/

.footer-top {
    padding: 10px 0 5px 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: -14px;
    position: absolute;
    font-size: 1em;
}

.removeToWish:after {
    content: "-";
    color: #ff0000;
    margin-left: -12px;
    margin-top: -2px;
    position: absolute;
    font-size: 1em;
}
/* fine wishlist */

#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 25px;
    display: none;
}