p {
    color: #636363;
}
.spinner > div {
	background-color: #2c9ec2;
}
.header-topbar .navbar.navbar-fixed-top {
    top: 0px;
	background-color: #fff;
}
.navbar-nav > li > a {
    color: #222222;
	text-transform: capitalize;
	font-size: 20px;
    font-weight: 700;
    line-height: 130px;
}
	.navbar-nav > li > a > span{
		color: #2c9ec2;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:hover span,
	.navbar-nav > li.active > a,
	.navbar-nav > li.active > a span {
		color: #2c9ec2 !important;
	}
.header-transparent.header-transparent-topbar + .slider {
    margin-top: -44px;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: none;
    z-index: 1000;
}
.slider .slide--headline {
	border-style: solid;
	padding: 7px;
	font-family: 'PT Sans Narrow', sans-serif;
    color: #ffffff;
    font-size: 64px;
    font-weight: 400;
    line-height: 91px;
    margin-bottom: 20px;
    text-transform: inherit;
}
.heading .heading--title {
   font-family: 'PT Sans Narrow', sans-serif;
    color: #222222;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans Narrow', sans-serif;
}
.home_service img{
		 transition: all 350ms ease;
	}

.about_1,
.about_2,
.about_3{
	position: absolute;
	z-index: 3;
}

.about_1{
	margin-top: -35%;
    left: 125%;
	width: 25%;
}
.about_3 {
    margin-top: -27%;
    right: -69%;
    width: 16%;
}
.about_2 {
    left: 142%;
    margin-top: -12%;
    width: 17%;
}

.home_service:hover .about_1{
	transform: rotate(90deg);
}
.home_service:hover .about_2{
	transform: rotate(-120deg);
}
.home_service:hover .about_3{
	transform: rotate(180deg);
}

.appuntamento_1,
.appuntamento_2,
.appuntamento_3{
	position: absolute;
	z-index: 3;
}

.appuntamento_1 {
    margin-top: -12%;
    left: 125%;
    width: 25%;
}

.appuntamento_3 {
    margin-top: -32%;
    right: -38%;
    width: 16%;
}
.appuntamento_2 {
    left: 147%;
    margin-top: -28%;
    width: 17%;
}

.home_service:hover .appuntamento_1{
	transform: rotate(90deg);
}
.home_service:hover .appuntamento_2{
	transform: rotate(-120deg);
}
.home_service:hover .appuntamento_3{
	transform: rotate(180deg);
}

.contatti_1,
.contatti_2,
.contatti_3{
	position: absolute;
	z-index: 3;
}

.contatti_1 {
    margin-top: -18%;
    left: 83%;
    width: 25%;
}

.contatti_3 {
    margin-top: -8%;
    right: 26%;
    width: 16%;
}
.contatti_2 {
    left: 73%;
    margin-top: -34%;
    width: 17%;
}

.home_service:hover .contatti_1{
	transform: rotate(90deg);
}
.home_service:hover .contatti_2{
	transform: rotate(-120deg);
}
.home_service:hover .contatti_3{
	transform: rotate(180deg);
}


.testimonial--author p{
	font-size: 20px;
	color: #000;
}
.chi_siamo h2{
	color: #1296db;
}
.chi_siamo h3{
	color: #0e6897;
}
.about{
	background-color: #ffffffad;
}
.btn--bordered.btn--primary {
    color: #1296db;
    border-color: #b4e2fa;
}
.btn--bordered.btn--primary:active, .btn--bordered.btn--primary:focus, .btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #1296db;
    border-color: #9fd8eb;
}
.dish--img{
	display: block;
    height: 344px;
	    background: #e6e6e6;
}

.dish--img img{
	  display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.modal{
	    padding-top: 20%;
}
.modal-body .content-popup {
    padding: 30px 60px;
}
.modal-body .popup--img .img-popup-overlay h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    color: #042838;
    margin-bottom: 0;
}
.menu .dish-panel .dish--title {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    color: #0e6897;
    margin-bottom: 0;
}
.piccolo p{
	margin-top: -61px;
}
.album a{
	color: #0e6897;
}
.contact--info a.link--styled {
    color: #1296db;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer {
    background: #222222;
     padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
  }
  footer .footer--copyright {
    background-color: #043651;
    padding: 13px 0;
    position: relative;
    padding-bottom: 2px;
}

.page-title .title {
    padding: 200px 0 50px;
}
.title .title--heading h1 {
    font-family: 'Poppins', sans-serif;
}
.btn--primary {
    background-color: #cee4f0;
}
.page-title .breadcrumb .active {
    color: #85d4e3;
}
.boxPromozioni{
	padding: 25px;
	border: 1px solid #CCC;
}
.owl-promozioni {
	/*border: 1px solid #CCC;*/
	margin-bottom: 20px;
}
	.owl-promozioni .wrapImg{
		position: relative;
		display: block;
		height: 391px;
		background-color: #CCCCCC;
		margin-bottom: 10px;
	}
		.owl-promozioni .wrapImg img{
				display: inline-block;
				width: auto;
				height: auto;
				max-width: 100%;
				max-height: 100%;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
		}
		
		
.modal-body .popup--img .img-popup-overlay {
     position: inherit; 
     width: 100%; 
     bottom: inherit; 
     left: inherit; 
	
    padding: 10px 50px;
    text-align: center;
    z-index: 2;
}		
.modal-body .popup--img:before{
	display: none;
}
.modal .modal-content{
	background-repeat: no-repeat; background-position: center center; background-size: cover;
}

.tiny_table, .content_text table{
	width: 100% !important;
	margin-bottom: 15px;
}
 .tiny_table tbody tr td,
 .content_text table tbody tr td{
    padding: 7px;
 }
	table.tiny_table tbody tr td, 
	.content_text table tbody tr td {
		font-size: 12px;
		line-height: 14px;
		color: #333333;
		text-align: center;
	}
	.tiny_table th, 
	.tiny_table td,
	.content_text table th,
	.content_text table td {
		border: 1px solid darkgrey;
	}
	
	.slick-slider .slick-slide > a ,
	.slider-nav .slick-slide,
	.portfolio-wrapperItem{
    	background: #ffffff !important;
	}
	 
	
	
@media only screen (max-width: 768px){
	.navbar-toggle {
		border-color: #222222;
		margin-right: 0px;
	}
		.navbar-toggle .icon-bar {
			background-color: #222222;
		}
	.header .navbar {
		margin: 0 0px;
		min-height: 114px;
		padding: 0 30px;

	}
	.header .navbar .container {
		width: inherit;
	}
}
@media only screen and (max-width: 767px) and (min-width: 320px){
	.navbar-toggle {
		border-color: #222222;
		margin-right: 0px;
	}
		.navbar-toggle .icon-bar {
			background-color: #222222;
		}
	.header .navbar {
		margin: 0 0px;
		min-height: 114px;
		padding: 0 30px;

	}
	.navbar-nav li a {
		line-height: 36px;
		color: #ffffff;
		padding-right: 0;
		padding-left: 10px;
		padding-top: 0;
	}
	.header .navbar .container {
		width: inherit;
	}
	.header .navbar .logo img{
		width: 160px;
	}
	.slider .slide--headline {
		font-size: 38px;
		line-height: 44px;
	}
	
}

.banner-2 .banner-img:after, .banner-1 .banner--img:after {
    position: absolute;
    display: none;
    content: "";
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed #bb9356;
    opacity: 0.45;
    z-index: 1;
}
section {
    padding-top: 48px;
    padding-bottom: 27px;
    overflow: hidden;
}
.contact--info p{
    color: #fff;
}
.contact--info h3{
    color: #cee4f0;
}
.content_text{
  overflow: auto;

}

.content_text p{
	margin-bottom: 5px !important;
}
table tbody tr td {
    padding: 5px !important;
	color: #000 !important;
	font-weight: 100 !important;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 425px) {
	.tiny_table tbody tr td,
	.content_text table tbody tr td {
    padding: 3px;
 }
	}
@media screen and (max-width: 320px) {}
@media screen and (min-width: 320px) and (max-width: 1024px) {
    .slotholder{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 28%;
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.tp-bgimg .defaultimg{
    background-size: contain;
}
}

.footer--copyright *{
	color: #fff;
}
