@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat|Andika');
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
/* COMMON */
body {
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: normal;
    color: #555;
    padding-top: 3px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden; 
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
a:hover{
	color: #DF3C0A;
	text-decoration: none;
}
.nopadding{
	padding: 0;
}
.clearfix{
	clear: both;	
}
.row.full-width {
    margin-left: auto;
    margin-right: auto;
}
.table > tr + td {
	white-space: nowrap;
}
.layer {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.grid-item a:hover .layer {
    background-color: transparent;
}
/* BUTTON */
.alert, .form-control, .btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.rc-anchor {
    -webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}    
/* MENU */
#menu-container span a{
	color: #555;
}
.navbar-toggle .icon-bar {
    margin: auto;
    background: #dddddc;
}
.navbar .navbar-toggle:before, .navbar .navbar-toggle:after{
	content: "";
	position: absolute;
	width: 0;
	border-left: 52px solid transparent;
  	border-right: 52px solid transparent;
}
.navmenu-inverse, .navbar .navbar-offcanvas {
    background-color: #fff;
    border-color: #dddddc;
}    	
.dropdown-menu {
    z-index: 10000;
}    
#menu-container{
    background-color: #ffffff;
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
    z-index: 11;
}	
#menu-container a{
	color: #555;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #dddddc;
    border-color: transparent;
    color: #fff!important;
}
.navmenu-inverse .navmenu-nav>.open>a, .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a, .navmenu-inverse .navmenu-nav>.open>a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover, .navmenu-inverse .navmenu-nav>.open>a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus {
    background-color: #dddddc;
    color: #fff;
}
#menu-container .dropdown-menu a{
	color: #000;
	-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
#menu-container .dropdown-menu a:hover{
	color: #004a84;
}
#menu-container .navbar{
	margin: 0;
}
#menu-container .nav.navmenu-nav a,
.navmenu-inverse .navmenu-nav>.dropdown>a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{
	color: #666;
}
.navmenu-inverse .navmenu-nav>.active>a, 
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a, 
.navmenu-inverse .navmenu-nav>.active>a:hover, 
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover, 
.navmenu-inverse .navmenu-nav>.active>a:focus, 
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus{
	color: #fff !important;
	background-color: #dddddc;
}
#menu-container .dropdown-menu a{
	color: #000 !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: transparent;
    color: #000!important;
}    
.nav>li>a:focus, .nav>li>a:hover {
	color: #22304b;
    background-color: #eaebeb;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.navbar {
    background-color: #fff;
}
/*MENU */
.container-fluid.container-menu{
	padding-left: 0px !important;	
	padding-right: 0px !important;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(34,48,75,1) 39%, rgba(34,48,75,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(39%, rgba(34,48,75,1)), color-stop(100%, rgba(34,48,75,1)));
	background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(34,48,75,1) 39%, rgba(34,48,75,1) 100%);
	background: -o-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(34,48,75,1) 39%, rgba(34,48,75,1) 100%);
	background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(34,48,75,1) 39%, rgba(34,48,75,1) 100%);
	background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(34,48,75,1) 39%, rgba(34,48,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#22304b', GradientType=1 );
}
.rd-navbar-static,
.rd-navbar-outer {
    color: #999;
   /*	background: #22304b;*/
   background: transparent;
}
.rd-navbar-static.rd-navbar--is-stuck{
	 background: #22304b;
}
.rd-navbar.rd-navbar-original.rd-navbar-static  .small-logo{	
	display: none;
}
.rd-navbar.rd-navbar-original.rd-navbar-static.rd-navbar--is-stuck  .small-logo{	
	display: inline;
}
.small-logo img{	
	position: absolute;
	top: 5px;
	width: 110px !important;
	max-width: 200%
}
.rd-navbar-static .rd-navbar-subpanel{
	margin: auto !important;
}
.rd-navbar-static .rd-navbar-nav {
	text-align: right;
	margin: 8px auto;
}
.rd-navbar-static .rd-navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.rd-navbar-static .rd-navbar-nav > li{
	margin-top: 0px;
	margin-right: 20px;
	list-style: none;	
} 
@media (min-width: 992px) and (max-width: 1200px) { 	
	.rd-navbar-static .rd-navbar-nav > li{
		margin-top: 0px;
		margin-right: 0px;
		list-style: none;	
	} 
	
}
.rd-navbar-static .rd-navbar-nav > li:last-child{
	margin-right: 0 !important;
}
.rd-navbar-static .rd-navbar-nav > li > a {
    text-transform: inherit;
    font-weight: 600;    
    font-size: .9em;
    padding: 8px 5px;
	color: #dedbd8 !important;
	text-transform: uppercase;
}
.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    background: #ffffff;
    text-align: left;
    opacity: 0;
    visibility: hidden;   
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
}
.rd-navbar-dropdown > li{
	list-style: none;
}
.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li > a:hover{
	color: #dedede !important;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
	background: #22304b;	
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown a{
	color:#fff; 
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown a:hover{
	background: #fff;
	color: #22304b;	
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
 	margin-left: 0;
}
.rd-navbar-static .rd-navbar-panel {
    padding: 10px 0;
    position: relative;
}
.rd-navbar-static .rd-navbar-collapse {
    margin-top: 25px;
}
/* STICKUP */
.menuwrap.isStuck{
	z-index: 10000;
	background: #dddddc;
	width: 100%;
}	
/* HEADER */
.direct-contact a.btn{
	padding: 8px 15px !important;
}
.direct-contact a:hover{
    color: #555;    
}
.direct-contact {
    font-weight: 300;
    text-align: center;
}
.direct-contact ul {
    list-style-type: none;
    margin: 15px 0 10px;
    padding: 0;
}
.direct-contact ul li {
    display: inline;
    margin: auto 5px;
}
@media screen and (max-width: 768px) {
	.direct-contact ul li {
	    margin: 0 5px;
	}
}
.navbar .direct-contact ul li {
    display: inline;
}
.direct-contact .col-lg-7  ul li {
 	margin: 0 5px;
}
.direct-contact a{
    padding: 0 !important;
    color: #22304b;
    font-size: .9em
}
.navbar-brand{
	padding: 0 !important;
}
img.logo{
	width: 170px;
    height: auto;
	padding: 5px;
	margin: auto;
}
.rd-navbar--is-stuck img.logo{
	margin: 0 auto !important;
	width: 70%;
}
@media (min-width: 992px) and (max-width: 1200px) { 		
	img.logo{
		padding: 0px;
		margin: -15px auto;
		max-width: 120%;
	}
	.rd-navbar--is-stuck img.logo{
		margin: 0 auto !important;
		width: 100%;
	}
}
.info {
    margin-top: 60px;
}
.location {
    width: 100%;
    white-space: nowrap;
}
.map{
	float: left;
}
.title-parallax-section {
    padding: 20px 0;
    line-height: 1em;
    font-weight: 500;
    font: bold 45px/46px "Nunito",sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-align: center;
}
.title-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    top: 0;
    left: 0;
    bottom: 12px;
}  
.btn{
	padding: 8px 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
}
.btn-chocolate{
	background: transparent;
	border: 1px solid #22304b;
	color: rgba(78, 64, 6, .5);
}
.btn:hover, 
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
    background: transparent;
    border: 1px solid #555;
   	color: #555
}
/* SLIDER STYLES */
.loading {
    min-height: 563px;
    background: url(/template/images/loader.gif) no-repeat center center !important;
}
#slider{
	margin-top: 0;
	position: relative;
}
.flexslider{
	border: none!important;
	margin: 0!important;
}
.flexslider-standard{
	background-image: url('/template/images/flexslider-standard.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px
}
.flex-title {
    font-size: 2.5em;
    font-family: 'Andika', sans-serif;
    color: #fff;   
    padding: 20px 0 ;
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    text-align: center;
   background: rgba(34,48,75, .5);
}
@media screen and (max-width: 768px) {	
	.flex-title {
	 	top: 10%;
    	left: 0;
    	width: 100%;
	}
}
.flex-title h1{
	font-size: 1.2em; 
}
.flex-title h2{
	font-size: 1.1em;
	font-weight: 800;
	color: #042075; 
}
.flex-title h3{
	font-size: .9em;
	font-weight: bold;
	color: #015E6B !important;
	text-transform: lowercase; 
}
ol.flex-control-nav.flex-control-paging{
	display: none;
}
.full-width{
	position: relative;
}
#slider + .social-layout {
    position: absolute;
    top: 27%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    margin: 0;
}
.social-layout {
    width: auto;
    padding: 0;
    margin-right: -5px;
    position: absolute;
    top: 15%;
    right: 0;
}
.homeslider-counter {
    width: auto;
    padding: 0;
    margin: 0 0%;
    position: absolute;
    top: 35%;
    right: 0;
    font-size: 39px;
    line-height: 35px;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    white-space: normal;
    text-align: center;
    width: 104px;
}
.homeslider-counter span {
    letter-spacing: 0.1em;
    color: #2e2e2e;
    display: block;
}
.homeslider-counter .current-slide {
    margin-right: 15px;
}
.homeslider-counter .total-slides {
    margin-left: 15px;
    margin-top: -15%;
}
.homeslider-counter .slash {
    margin-top: 0;
    margin-right: 5px;
}
.social-layout ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.social-layout ul > li + li {
    margin-top: 15px;
}    
.social-layout i{
	font-size: 20px;
    line-height: 20px;
}    	
#top_column_social_block {
    width: 110px;
    text-align: center;
    display: block;
}
/* EXTRA HOME */
.title-box .nav-title{
	font-size: 20px;
}
.grid-item{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.grid-item img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.7s ease; 
   	transition: all 0.7s ease;
}
.grid-item a:hover img{
	-webkit-transform:scale(1.2); 
	transform:scale(1.2);
}  		
.grid-item-5{
	height: 100%;
}
.grid-item .item-html{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px #000;
}
/* HOME */
.container-fluid.container-bar{
	/*background: #dddddc;*/	
}
.container_home{
	padding: 10px;
	margin-right: 20px;
}
.title_home p {
    border-bottom: 3px solid #023E72;
    margin: 40px 30%;
    padding-bottom: 20px;
    line-height: 1.1em;
    font-weight: 500;
    color: brown;
    font-size: 36px;
}
.title_extra_home p {
    border-bottom: 3px solid #023E72;
    margin: 40px 30%;
    padding-bottom: 20px;
    line-height: 1.1em;
    font-weight: 500;
    color: brown;
    font-size: 36px;
}
.title_home h1 {
	background: rgba(34,48,75,1);
	background: -moz-linear-gradient(left, rgba(34,48,75,1) 0%, rgba(34,48,75,1) 66%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34,48,75,1)), color-stop(66%, rgba(34,48,75,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(left, rgba(34,48,75,1) 0%, rgba(34,48,75,1) 66%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(left, rgba(34,48,75,1) 0%, rgba(34,48,75,1) 66%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(left, rgba(34,48,75,1) 0%, rgba(34,48,75,1) 66%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to right, rgba(34,48,75,1) 0%, rgba(34,48,75,1) 66%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22304b', endColorstr='#fefefe', GradientType=1 );
    margin: 25px 5px;
    padding: 15px;
    text-align: center;
    font: bold 44px/56px "Andika",sans-serif;
    color: #fff;
    text-transform: capitalize;  
}
.title_home h2{
	color: #333;
    text-transform: capitalize;
	margin: 20px 0;
	line-height: 1.5em;
	font-weight: 300;
}
.title_home h3{
	margin: 20px 0;
	line-height: 1em;
	font-weight: 300;
}
.parallax-box {
    position: relative;
}
.parallax-bg {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax_content_box {
    margin: 0 0 0 -30px;
    padding-left: 81px;
    padding-right: 80px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.product-box h1{
	color: #fff;
}
.extra_home_thumb{
	-webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    margin-bottom: 35px; 
}
.extra_home_thumb:hover{
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%);
	filter: grayscale(100%);  
	
}
.extra_home_thumb img{
	border: 1px solid #000;
}	
.product-box h3{
    margin-bottom: 0;
    font-weight: 100;
    font-size: 25px;
}
.product-box h3 a{
    color: #fff;
}
.parallax-content{
	padding-bottom: 20px;
}
#home_content {
    text-align: left;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 10;
}
.product_title h2 {
    font-size: 1.1em;
    padding: 0;
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 80px;
}
.product_title {
    float: right;
    width: 75%;
    height: 80px;
}
#home-contact {
    padding: 45px 0;
}
#home-contact .btn{
	margin: 0 auto 5px;
}
.service, .insights{
	margin: 40px 0;
}
.container-balls{    
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(37%, rgba(219,219,219,1)), color-stop(100%, rgba(209,209,209,1)));
	background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType=1 );
}
.service_block {	
    border: 5px solid #fff;
    min-height: 300px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}
.insights .service_block{	
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	position: relative;
}
.service_block h3{	
	background: rgba(34,48,75, .8);
	color: #fff;
	padding: 10px;
	cursor: pointer;
	position: absolute;
	margin:0;
	width: 100%;
	bottom: 0;
	overflow: hidden;
}
.insights .service_block h3{	
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;	
	margin: 0px;
	position: absolute;	
	bottom: 15%;
	left: 15%;	
	width: 70%;
}
.service_block a h3{
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
.service_block a h3:hover{
	color: #ccc;
}
.service_block img{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;	
}
.service h2, .insights h2{
	border-bottom: 3px solid #22304b;
	padding-bottom: 10px;
	margin: 20px 30%;
}	
/* MAP */
#map-canvas {
    width: 100%;
    height: 400px;
    background-color: #CCC;
}
/* QR CODE */
.qrcode{
	width: 50%;
}
/* BOTTOM */
.bottom{
	text-align: center;
	padding: 20px;
	border-top: 1px dotted #999
}
/* NAVIGATOR */
.nav-title h3{
	background: rgba(221,221,220,1);
	background: -moz-linear-gradient(left, rgba(221,221,220,1) 0%, rgba(221,221,220,1) 66%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,221,220,1)), color-stop(66%, rgba(221,221,220,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(left, rgba(221,221,220,1) 0%, rgba(221,221,220,1) 66%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(left, rgba(221,221,220,1) 0%, rgba(221,221,220,1) 66%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(left, rgba(221,221,220,1) 0%, rgba(221,221,220,1) 66%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to right, rgba(221,221,220,1) 0%, rgba(221,221,220,1) 66%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddc', endColorstr='#fefefe', GradientType=1 );
	color: #22304b;
	font-weight: 300;
    text-align: left;
    padding: 10px;
}	
.nav-stacked li{
	border-bottom: 2px solid #dddddc;
}
.nav-stacked li:nth-child(1){
	border-bottom: none;
}
/* PAGE */
.page-header {
    border-bottom: 1px solid #dddddc;
}
.title-section{}
.breadcrumb {    
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,254,254,1)), color-stop(37%, rgba(219,219,219,1)), color-stop(100%, rgba(209,209,209,1)));
	background: -webkit-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(left, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(219,219,219,1) 37%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType=1 );
    color: #fff;
    text-align: center;
    border-radius: 0;
}
.breadcrumb>li+li:before {
   color:#fff;
}
.title-section h1{
	margin-top: 0;
}
.breadcrumb a{
	color: #fff;	
}	
.breadcrumb a:hover{
	color: #22304b;
	text-decoration: underline; 	
}
.title-header{	
	margin-bottom: 10px;
    font-weight: 300;
    text-align: center;    
}
table {
    border-color: #000;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #000;
}
/* PAGINATION */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #dddddc;
    border-color: #dddddc;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #dddddc;
}
.pagination>li>a, .pagination>li>span {
    color: #dddddc;
}
/* GALLERY */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #dddddc;
}
/* LISTA CON FOTO */
.lista-contenuti>ul>li{
	border-bottom: 1px dotted #000;
	padding: 20px;
}
/* SOCIAL */
#social ul ,#social a{
	margin: 0;
	padding: 10px 0;
}
.facebook-btn div span {
    height: 27px !important;
}
/* TESTIMONIALS */
.testimonials_bg{
	background: url("/template/images/testimonials.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 398px;
	position: relative;
	
}
.testimonials_bg:before{
	content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(25,53,75,0.5);
    transition: all 0.6s ease 0s;
    pointer-events: none;
}
.owl-carousel{
		z-index: 3;
	position: relative;
}
#testimonials .title-box {
	z-index: 3;
	position: relative;
}
#testimonials .title-box h2{
	color: #fff !important;
	text-align: center;
}
#testimonials .testi-item p, #testimonials .testi-meta {
    color: #fff;
    text-align: center;
    margin: 65px 30%;
}
#testimonials img {
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #409e50;
    position: relative;
    z-index: 3;
}
/* FOOTER */

#footer{
	border-top: 25px solid #dddddc;
	
	background: #fff;
	/*color: #fff;*/
	text-align: left;
	position: relative;
}
#footer h3{
	font-weight: 700;
	color: #22304b;
	font-size: 1.1em !important;	
}
#footer h4{
	font-style:italic;
	font-size: 1em !important;	
}
#footer h5{
	font-size: .8em !important;	
}
#footer a:hover{
	text-decoration: underline;
	color: #555;
}
#footer .bottom{
	background: #22304b;
	color: #fff;
}
#footer .bottom a{
	color: #fff;
}
#footer .fa.fa-facebook-square{
	color: #1a5ca6;
}
#footer .fa.fa-google-plus-square{
	color:  #dddddc;
}
#footer .fa.fa-google-plus-square{
	color:  #dddddc;
}
/* COOKIE DIRECTIVE */
.cookiedirective{
	margin: 0 auto;
} 	
.content-lista-disolvenza {
	max-height: 450px;
	overflow: hidden;	
	background: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* SOCIAL */
.pinterest-btn{
	vertical-align: super;
}