/* Personalizzazione CSS Campania Incoming */

html {
    font-size: 16px !important;
}
body { font-family: 'Open Sans', sans-serif; }
.action-bar { background-color: #15427d; }
.nav > li > a {
	text-transform: uppercase;
	font-size: 14px;
}
.action-bar .nav.navbar-left > li > a,
.action-bar .nav.navbar-right > li > a {
    font-size: 12px;
	color: #fff;
}
.nav.navbar-left > li > a:hover,
.nav.navbar-left > li > a:focus,
.nav.navbar-right > li > a:hover,
.nav.navbar-right > li > a:focus{
    text-decoration: none;
    background-color: transparent;
	color: #dd3f64;
}
.nav.navbar-right > li > a > img {
    max-width: 24px;
}
.nav.navbar-right > li > a {
    padding: 15px 10px 5px 10px;
}
.nav.navbar-nav span.facebook,
.nav.navbar-nav span.instagram,
.nav.navbar-nav span.email,
.nav.navbar-nav span.whatsapp {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: top left;
	background-repeat: no-repeat;
}
.nav.navbar-nav span.facebook {
	background-image: url(../images/icona-Facebook.png);
}
.nav.navbar-nav span.instagram {
	background-image: url(../images/icona-Instagram.png);
}
.nav.navbar-nav span.email {
    background-image: url(../images/icona-Email.png);
}
.nav.navbar-nav span.whatsapp {
	background-image: url(../images/icona_WhatsApp.png);
}

.nav.navbar-nav span.facebook:hover,
.nav.navbar-nav span.instagram:hover,
.nav.navbar-nav span.email:hover,
.nav.navbar-nav span.whatsapp:hover {
	background-position: bottom left;
}
.main-navigation {
	margin-top: 30px;
}

.slider-wrap .col-xs-12,
.slider-wrap .col-sm-12,
.slider-wrap .col-md-12,
.slider-wrap .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}
nav, .carousel {
	border-bottom: solid 5px #366093;
	border-top: solid 5px #366093;
}
.navbar-brand img {
    max-height: 100px;
}
section { padding-bottom: 30px; }
footer { 
	background-color: #15427d;
	color: #fff;
    padding: 25px 0 10px 0;
	font-size: 12px;
}

.tours-home .post-content {
    bottom: 0;
    left: 0;
    position: absolute;
	width: 100%;
}
.tours-home .post-content-bg {
    background: none repeat scroll 0 0 #000;
    opacity: 0.3;
    bottom: 0;
    left: 0;
    position: absolute;
	width: 100%;
	height: 25%;
}
.tours-home .poker-tours .post-content-bg {
	height: 40%;
}
.tours-home .post-content h3,
.tours-home .post-content p { opacity: 1; color: #fff; }
.tours-home .thumbnail {
    position: relative;
    border: none;
    padding: 0;
    background-color: transparent;
}
.menu-footer {
	list-style: none;
}
.menu-footer li {
	display: inline-block;
	margin: 0 10px;
}
.menu-footer a {
	color: #fff;
}
.menu-footer a:hover {
	color: #dd3f64;
}
.box-location {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	margin-bottom: 20px;
}
.box-location h3 {
	font-size: 16px;
}

.pagina-interna h1 {
	color: #15427d;
	text-transform: uppercase;
	font-size: 26px;
	margin: 30px 0 0 0;
}
.pagina-interna h2 {
	color: #339cd5;
	text-transform: uppercase;
	font-size: 20px;
	margin: 5px 0 20px 0;
}

.blulogo{
	color:#16437E;
}
p {
    margin: 0 0 -4px;
	color:#15427d;
}
a:hover, a:focus, a:hover, a:focus{
	/*color:#FFFFFF;*/
}
.whitelink{
	color:#FFFFFF;
	text-decoration:none;
}
.whitelinksmall{
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
}
.justifytxt{
	text-align:justify !important;
}


.dropdown-menu > li > a {
    padding: 3px 14px;
}

.cookiebar{
	background-color:#6D6D6D !important;
	color:#FFFFFF !important;
	z-index:99999999 !important;
}
.linkwhite{
	color:#FFFFFF;
}


.icone-chat {
	position: fixed;
	bottom: 15%;
	right: 20px;
	width: 70px;
}
.icone-chat img {
	margin-bottom: 15px; 
}
.boxhomeext {
    padding: 20px 15px;
    display: flex;
    justify-content: space-around;
}

.carousel-caption {
    font-size: 36px;
	text-shadow: 3px 3px 3px #000;
}
.sotslide {
    font-size: 24px;
}

.Re-c-MuiScopedCssBaseline-root{
	font-size: 12px !important;
}

/* Media Queries */ 

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 767px) {
    .boxhomeext {
    padding: 20px 15px;
    display: inherit;
    text-align: center;
    }
    .boxhomeext .btn-lg {
    font-size: 16px;
    margin-bottom: 10px;
}
	.action-bar .nav > li {
    float: left;
	}
	.navbar-brand {
    float: none;
    height: 100%;
	}
	.navbar-toggle .icon-bar {
    background-color: #15427d;
	}
	.menu-bar {
	text-align: center;
	}
	.navbar-brand img {
    margin: auto;
	}
	.navbar-toggle {
	float: none;
	}
	.nav > li > a {
    padding: 10px 12px;
	}
	.poker-tours .col-md-6,
	.poker-tours .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.icone-chat {
		position: fixed;
		top: 1%;
		right: 5px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	nav {
    height: 130px;
	}
	.nav-justified > li > a {
	padding: 50px 0 20px 0;
	}
	li.social-sx-fb,
	li.social-sx-in {
	display: none;
	}
	.nav > li > a:hover, .nav > li > a:focus {
	color: #dd3f64;
    background-color: transparent;
	}
	.navbar-right .dropdown-menu {
    left: -50%;
	}
	.poker-tours .col-md-6,
	.poker-tours .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.poker-tours .col-md-6:nth-child(odd),
	.poker-tours .col-sm-12:nth-child(odd) {
		padding-right: 16px;
	}
	.poker-tours .col-md-6:nth-child(even),
	.poker-tours .col-sm-12:nth-child(even) {
		padding-left: 16px;
	}
	.dropdown-menu li { 
	display: inline-block;
	min-width: 160px;
	}
	.dropdown-menu {
    min-width: 500px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 767px) and (max-width : 991px) {
	.menu-bar .col-sm-12,
	.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
	}
	.menu-bar .col-sm-12 img {
	margin: 0 auto;
	}
	.navbar-brand {
    float: none;
	}
	nav {
    height: 100%;
	}
	.nav-justified > li > a {
    padding: 15px 0 20px 0;
    font-size: 14px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {
	.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
	}
	.nav-justified > li > a {
    font-size: 14px;
	}
	.menu-bar .col-md-9 {
    padding-right: 0;
    padding-left: 15px;
	}
	.nav.navbar-right > li > a {
    padding: 15px 6px 5px 6px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media only screen and (max-width : 400px) {
	.carousel-caption {
		font-size: 25px;
	}
}
