/*==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Shortcodes
- Home Page
- Pages
- Portfolio Section and Pages
- Testimonial Section
- Blog/News
- About Us Page
- Contact Us Page
- Sidebar
- Footer Area
- Calendario
/*===========================================*/
/*===========================================*/
/* Imports
===========================================*/
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic|Montserrat:700,400|Montserrat+Subrayada:400,700);
/*===========================================*/
/* General
===========================================*/
body,
html {
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
	 /*background-color: rgb(242,242,242);*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
     /*color:rgb(64, 64, 64) !important;*/
	  text-transform: uppercase;
}

.featured-img {
	
}

@media (min-width: 1200px) {
  .container {
    width: 1040px;
  }
  
  .colonnaLat {
	  	padding:0 5px;
	}
}

.innerContent {
	background-color: rgb(242,242,242);
}

.whiteContent {
	background-color: rgb(255,255,255);
}

h1 {
    
	 
	 color: #343434;
    font-family: 'Fjalla One',sans-serif;
    font-size: 34px !important;
font-weight: 400;
letter-spacing: 1px;
line-height: 32px;
    margin-bottom: 22px;
    margin-top: 0;
    padding: 0 30px;
    /*text-align: center;*/
    text-transform: uppercase
	 
	 
}
h2 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
	 font-size: 25px;
	 color: rgb(81,81,81);
}
h3 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
	 font-size: 22px;
	 color: rgb(86,86,86);
}
h4 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
	 font-size: 22px;
}
h5 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
	 font-size: 20px;
}

.titoloHome h2 {
	font-size: 60px;
	line-height: 65px;
	text-align: center;
	color: rgb(254,23,33);
}

p { font-size: 16px }
a {
    color: #0084ff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #52b3ec;
}

.pr5 {
	padding-right: 5px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
.noradius { border-radius: 0 }
.nopadding { padding: 0 }
.nopaddingleft { padding-left: 0 }
.nopaddingright { padding-right: 0 }
.nomargin { margin: 0 }
.spacer { padding: 40px 0 }
.smallspacer { padding: 20px 0 }
.minispacer { padding: 10px 0 }

.formBlockBtn {
	margin:20px 0;
	text-align: center;
}

.formBlockBtnCaptcha {
	margin: 0 auto;
	width:50px;

}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.bannerTitolo {
    position: relative;
    z-index: 0;
}
.bannerTitolo::before {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#title-wrapper {
    /*min-height: 150px;*/
    position: relative;
}

#title-wrapper .page-title {
    
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    z-index: 5;
}

#title-wrapper .page-title h1 {
    color: #fff;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 3.157em;
    margin-bottom: 0;
    margin-top: 0;
	 background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    padding: 10px;
}

.views-field-type-image img, #banner img {
    height: auto;
    max-width: 100%;
}

/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#top-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
	 
    height: auto;
    color: #fff;
	 font-family: "Fjalla One",sans-serif;
	 font-weight: 300;
   
}
#top-menu.navbar { min-height: 35px !important }
#top-menu p.text-right span { margin-left: 15px }
a.logo.navbar-brand { color: rgb(64,64,64) }


.logo img {
	width: 100%;
}

.navbar-brand {
    height: auto;
    padding: 15px 5px;
}

#top-menu .navbar-header small {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-top: -50px;
}


.btn-navabar-toggle {
	position: absolute;
	right: 5px;
   top: 5px;
}

.navbar-toggle {
	margin:0 !important;
}


ul.top-links li { padding: 5px 0 }

.top-contact ol li:first-child {
    margin-left: 3px;
}

.top-contact ol li {
    margin-left: 20px;
    font-weight: 400;
}

.top-contact a {
	color: #fff;
}

.top-contact a:hover {
	color: #dddddd;
}

#main-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #f1f1f1;
    min-height: 30px;
}
#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}
#main-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.navbar-collapse { padding: 0 }
#main-menu .nav > li > a { padding: 10px 10px }
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-toggle {
    float: none !important;
    color: #fff;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: inherit;
}



.navbar-toggle i { text-align: center }

#main-menu #myMenu {
	background: url(/images/blu_menu_center.png) repeat-x;
}

#main-menu i.fa.fa-bars { font-size: 20px }
#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand { color: rgb(64,64,64) }
.dropdown-menu > li > a,
#main-menu.navbar-default .navbar-nav > li > a {
	font-family: "Fjalla One",Arial,Helvetica,Verdana,sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	padding: 2px 8px;
	font-size: 12px;
	text-align: left;
	letter-spacing: -0.2px;
	border-left:1px solid #ccc;
	margin:5px 0;
}

.dropdown-menu > li > a {
	margin:0;
}

#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus {
    color: #385468 !important;
}
#main-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 13px;
    border-bottom: 2px solid transparent;
    margin-right: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	
}

ol.social-icons {
	
	 clear: both;
}

ol.social-icons li {
    min-width: 20px;
    height: 20px;
	 margin-left: 0;
}
ol.social-icons li a:hover,
ol.social-icons li a:focus { color: #222222 !important }
ol.social-icons li a {
    
}

ol.social-icons li img {
	  width: 20px;    
}
ol.social-icons li:hover a {
	/*background: rgb(64,64,64);
	color: #222222;*/
}

ol.social-icons .gPlus iframe{
	top: 6px !important;
	position: relative !important;
}

.fb-like, .gPlus {
	padding-right: 10px;
}


#main-menu .navbar-form {
    padding: 10px 0 5px 0;
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-menu .form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #656565;
    background: transparent;
    border-right-color: transparent;
    color: #f1f1f1;
}
#main-menu .input-group-btn button.btn.btn-default {
    background: transparent;
    border-color: #656565;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #222 !important;
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus { background-color: transparent }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgb(68,160,222);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
	 /*width: 100%;*/
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fafafa;
    white-space: nowrap;
	 
	 font-size: 13px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #262262;
    text-decoration: none;
}

/*===========================================*/
/* Shortcodes
/*===========================================*/

.bordoLight {
	border:1px solid #cccccc;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.bordoLight:hover {
	border:1px solid #fff;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.featured-img img {
	width: 100% !important;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid rgb(64,64,64);
    background-color: #FAFAFA;
}
blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}
.blockquote-reverse {
    border-right: 5px solid rgb(64,64,64);
    padding: 20px;
}
blockquote.dark {
    background-image: url(../images/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
blockquote.dark .lead { color: #ffffff }
blockquote.color { background-color: rgba(189, 59, 36, 0.15) }
/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}
ul.list-block i { margin-right: 10px }
/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}
.tab-style1 .nav-tabs > li > a { border-radius: 0 }
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: rgb(64,64,64);
    border: 1px solid rgb(64,64,64);
    border-bottom-color: transparent;
    font-weight: 700;
}
.tab-style1 .nav-tabs { border-bottom: 1px solid rgb(254,23,33) }
.tab-style2 .nav-pills > li.active > a,
.tab-style2 .nav-pills > li.active > a:hover,
.tab-style2 .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: rgb(64,64,64);
}
.tab-style2 .nav-pills > li > a { border-radius: 0 }
.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: rgb(64,64,64);
}
/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #777;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading.active { background: #ddd }
.panel-default {
    border-color: transparent;
    background: #fbfbfb;
    border-radius: 0;
    border: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}
*:focus { outline: none !important }
.panel-title > a { color: #777 }
h4.panel-title { font-weight: 400 }
/* Accordion Style 2 */
#accordion2 .panel-default > .panel-heading {
    background-color: rgb(64,64,64);
    border: 2px solid rgb(64,64,64);
    color: #f1f1f1;
}
#accordion2 .panel-title > a { color: #222222 }
/* Accordion Style 3 */
#accordion3>.panel-default > .panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}
#accordion3>.panel-default > .panel-heading:hover,
#accordion3>.panel-default > .panel-heading.active { background-color: #ddd }
/* Accordion Style 4 */
#accordion4>.panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid rgb(64,64,64);
}
#accordion4>.panel-default > .panel-heading:hover,
#accordion4>.panel-default > .panel-heading.active { background-color: rgb(64,64,64) }
#accordion4>.panel-default > .panel-heading.active .panel-title > a,
#accordion4>.panel-default > .panel-heading:hover .panel-title > a,
#accordion4>.panel-default > .panel-heading .panel-title > a:focus { color: #f1f1f1 }
/*===========================================*/
/* Home Page
/*===========================================*/
#header-slider .carousel-inner .item img {
height: auto;
width: 100%;
}
#header-slider .carousel-caption {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#header-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#header-slider .carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 1px;
    background-color: rgb(64,64,64);
    border-color: rgb(64,64,64);
    border: 0;
    border-radius: 0;
}
#header-slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
}
.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}
a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: -20px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 20 }
button.en-btn,
a.en-btn {
    background-color: rgba(38,38,38,0.9);
    /*background: transparent;*/
    color: #f1f1f1;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    border: 4px solid #ffffff;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
	 font-weight: bold;
	 margin-top: 20px;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
   /* background-color: #fe1721;*/
   /* color: #ffffff;*/
    border: 0;
}
a.read-more,
a.read-more>span {
    color: rgb(254,23,33);
    font-style: normal;
    font-weight: 900;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
a.read-more:hover { font-weight: 900 }
a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}
/*===========================================*/
/* Pages 
/*===========================================*/
/* Page Content */
#en-content { padding: 0 }
#en-content .img,
.img { margin: 15px 0 }
/* Page Header */
#en-header {
    background-color: #f8f8f8;
	 background-image: url('../images/pattern/bgTitle.jpg');
	 background-position: 0 0;
	 background-repeat: repeat-x;
    padding: 1%;
    color: #ffffff;
}

#en-header h2{
	color: #5c5c5c;
}
	 
#en-header .breadcrumb {
    padding: 5px 15px 0px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #333333;
}
#en-header .breadcrumb a { text-decoration: underline; color: #777777 !important }

#en-header .breadcrumb a:hover { text-decoration: none; color: #e69d27 !important }

#en-header .breadcrumb > .active {
    color: #333333;
    font-weight: 900;
}
.breadcrumb > li + li:before { color: #333333 }
/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #FAFAFA;
}
/* Intro */
#en-intro {
    padding: 80px 0;
    background: #ffffff;
}
/* Services */
#en-services {
    padding: 80px 0;
    background: #fafafa;
    /*background-image: url(../images/pattern/04.png);
    background-repeat: repeat;*/
    color: #ffffff;
}
.section-title.text-left hr { margin-left: 0 }
.section-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}
.section-title h2 { line-height: 26px }
.section-title hr {
    width: 60px;
    border-color: #777777;
}
.service h4 { margin-top: 20px; size: 15px; }
.service>div a h4,
.service>div a img {
    transition: all 0.5s;
}


.service>div a img {
    width: 100%;
}


.service:hover>div a h4 { color: rgb(254,23,33) }
.service:hover>div a img { opacity: 1 }
/* CTA */
.en-cta { background-image: url(../images/bg-riga-bottom.jpg) }
.en-cta .overlay {
    padding: 2%;
    /*color: #ffffff;*/
	 color: #fff;
}

.en-cta h2 {
	font-family: 'Fjalla One', sans-serif;
   font-size: 3em;
	text-transform: uppercase;
}

.overlay.dark { background-color: rgba(0, 0, 0, 0.60) }
/*.overlay.color { background-color: rgba(255, 182, 66, 0.85) }*/
.overlay.color { background-color: rgba(231,106,168, 0.85) }
.overlay.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #222222 !important;
}

.overlay h2{
	color: #fff !important;
}

.en-cta2 {
    padding: 3%;
    color: #ffffff;
}
.en-cta-solid {
    padding: 3%;
    background-color: #f1f1f1;
    margin: 20px 0;
}
.en-cta-solid.dark {
    background-image: url(../images/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.en-cta-solid.color {
    background-color: rgb(64,64,64);
    color: #f1f1f1;
}
/* Single Blog Posts */
ul.share {
    margin: 20px 0;
    border-top: 2px solid rgb(64,64,64);
    padding: 10px;
    background: #FBFBFB;
}
ul.share li {
    margin-right: 10px;
    font-size: 20px;
}
.author {
    border-top: 2px solid rgb(64,64,64);
    margin-top: 60px;
    background: #FBFBFB;
    padding: 20px;
}
.media.comment {
    padding: 20px 0;
    border-top: 2px solid rgb(64,64,64);
}
.media.reply-comment { padding: 20px 0 }
/* Comment Form */
#comment-form { margin-bottom: 30px }
/* Team Page */
#en-team {
    background: #fafafa;
    background-image: url(../images/pattern/03.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 80px 0;
}
.team .hover-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team .hover-bg .hover-text.on { opacity: 1 }
.team .hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.team .hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.team h5,
.career-position h5 { margin-bottom: 0px }
.career-position h6 {
    color: rgb(64,64,64);
    text-decoration: underline;
}
#en-career {
    padding: 80px 0;
    background: #ffffff;
}
/* Error Page */
.error i { font-size: 200px }
/* Career Page */
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}

.maxheight, .maxheight1, .maxheight2 {
	margin-bottom:30px;
}

/*===========================================*/
/* Portfolio Section and Page
/*===========================================*/

.boxMiniDescr {
	padding-top: 10px;
}

#en-portfolio {
    padding: 0;
    background-color: rgb(242,242,242);
	/*background-image:url(/images/img-pattern.jpg)*/
}
#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}

.item img {
	width: 100%;
}

.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 64%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
}

.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    opacity: 1;
    background: rgba(0,0,0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#portfolio-items .owl-controls i.fa { font-size: 30px }
#en-portfolio .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.5;
}
/* Portfolio Page */
#itemsWork .item { margin-bottom: 30px }
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
ul.list-inline.cat {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
ul.cat li a {
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a:active,
ul.cat li a.active {
    border-top: 2px solid rgb(64,64,64);
    border-bottom: 2px solid rgb(64,64,64);
}
.project-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}
/*===========================================*/
/* Testimonial Section
/*===========================================*/
#testimonial .item {
    width: 80%;
    margin: auto;
}
.testimonial .owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 10px;
    margin: 2px 5px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #777;
}
.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: rgb(64,64,64);
    border-color: transparent;
}
.owl-theme .owl-controls,
.owl-theme .owl-controls { margin-top: 10px }
.testimonial {
    background: url(../images/slider/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.testimonial .overlay { padding: 4% }
.testimonial.light .overlay { background: rgba(255, 255, 255, 0.92) }
.testimonial.dark .overlay {
    background: rgba(40, 47, 53, 0.85);
    color: #ffffff;
}
.testimonial.color .overlay {
    background-color: rgba(255, 182, 66, 0.85);
    color: #ffffff;
}
.testimonial.color blockquote footer { color: #f1f1f1 }
.testimonial.color .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #ffffff;
}
.testimonial.color .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffffff;
    border-color: transparent;
}
.testimonial img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.testimonial blockquote {
    border-left: 0;
    font-style: italic;
    background-color: transparent;
}
.testimonial blockquote footer {
    margin-top: 15px;
    color: rgb(64,64,64);
}

/*===========================================*/
/* Blog/News
/*===========================================*/
#en-news {
    padding: 80px 0;
    background: #fafafa;
    background-image: url(../images/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
.news>a h4 { transition: all 0.8s }
.news:hover>a h4 { color: rgb(64,64,64) }
.news>hr {
    width: 100px;
    border-color: #333333;
    margin-left: 0;
}
span.meta-date,
p.meta { color: #5C5C5C }
.meta-date i,
p.meta span { margin-right: 10px }
/* Partners */
#en-partners {
    padding: 80px 0;
    background: #ffffff;
}
/* News / Blog Page */


#blogposts .news { margin-bottom: 60px }
#blogposts .news hr { border-color: #f1f1f1 }
.news:hover>a h3 { color: rgb(64,64,64) }
.news .featured-img { position: relative }
.featured-img span.meta-date {
    position: absolute;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.48);
    color: #ffffff;
}
/* Pagination */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: rgb(64,64,64);
    border-color: rgb(64,64,64);
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgb(64,64,64);
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgb(64,64,64);
    background-color: #eee;
    border-color: #ddd;
}
.pagination li.active a { color: #fff !important }
/*===========================================*/
/* About Us Page
/*===========================================*/
/* Values */
.values {
    height: 100%;
    width: 100%;
    padding: 60px 50px 40px 50px;
    color: #ffffff;
    overflow: hidden;
    height: 450px;
}
.detail { position: relative }
.values hr {
    width: 80px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.44);
}
.values span.icons { font-size: 38px }
.c1 { background: #D3932A }
.c2 { background: #E69D27 }
.c3 { background: rgb(64,64,64) }
.values span.icons {
    font-size: 238px;
    position: absolute;
    bottom: -200px;
    right: -50px;
    color: rgba(255, 255, 255, 0.16);
}
/* Awards */
#en-awards { padding: 80px 0 }
.awards i.icons,
.career-position i.icons {
    font-size: 60px;
    margin-left: -20px;
}
/* Why Us Section */
#en-why-us,
#en-application,
#en-offices {
    padding: 80px 0;
    background: #fafafa;
}
#en-why-us .section-title.text-left { margin-top: 20px }
/*===========================================*/
/* Contact Us Page
/*===========================================*/
#contact-form .alert-danger {
    color: #262626000;
    background-color: #FFF0D9;
    border-color: rgb(64,64,64);
}
.form input.form-control {
    height: 50px;
    color: #777;
}
.form .form-control { margin-bottom: 20px }
.offices { margin-bottom: 30px }
/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}

.gmaps, #gmaps {
    /*margin: 20px 20px 40px 20px;*/
    height: 250px;
	 background-color: #FCAF17;
}

/*===========================================*/
/* Sidebar
/*===========================================*/
.sidebar-widget {
    margin-bottom: 30px;
    border-top: 0;
	 text-align: right;
    /*padding: 30px;
    background: #FBFBFB;*/
}
.sidebar-widget .widget-title h3 { color: rgb(64,64,64) !important}
.recent-posts .media {
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0;
}
.recent-posts .media img,
.recent-posts .media a h5 { transition: all 0.5s }
.recent-posts .media span { margin-right: 5px }
.recent-posts .media:hover img { opacity: 0.7 }
.recent-posts .media:hover a h5 { color: rgb(254,23,33) }
.sidebar-widget ul.list-block li i,
.sidebar-widget ul.list-block li a {
    color: #777;
    transition: all 0.5s;
}
.sidebar-widget ul.list-block li:hover a { color: #262626 }
.sidebar-widget ul.list-block li:hover i {
    margin-left: 10px;
    color: #262626;
}

.bgBoxRed {
	background-color: #fe1721 !important;
	color: #fff !important;
	font-family: 'Fjalla One', sans-serif;
   font-size: 2em;
	text-transform: uppercase;
	text-align: center;
}


.menuLeft_active {
	margin-left: 10px;
}

.menuLeft_active a, .menuLeft_active i{
	color: #262626 !important
}

.tags {
	margin:20px 0;
}

.tags ul {
    margin:20px 0;
	 padding: 0;
}

.tags ul li {
    display: inline-block;
    margin: 0 5px 3px 0;
    transition: all 0.5s;
}
.tags ul li:hover {
}
.tags ul li:hover>a { color: rgb(84,178,239) }


/*===========================================*/
/* Footer Area
/*===========================================*/

#en-footer .footer-content {
    padding: 10px 0;
    color: #dddddd;
	 background-color: #262626;
	 /*background: #262626 url("../images/dot.png") repeat scroll 0 0;*/
}
#en-footer .bottom-footer {
    background: rgb(244,244,244);
    color: #404040;
    padding: 20px 0 10px;
	 font-family: 'Fjalla One', sans-serif;
	 text-transform: uppercase;
}
.bottom-footer a { color: rgb(254,23,33) }
a.footer-logo { margin-bottom: 20px }
.footer-logo {
    font-size: 26px;
    color: #777;
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
    border: 1px solid #777777;
    padding: 2px 7px;
}

address {
	line-height: 24px;
}

/* Footer Widget */
.widget { border-left: 0 solid #333333; margin-top:30px; }
.widget-title.text-left hr { margin-left: 0 }
.widget-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}
.widget-title h4 {
    text-transform: uppercase;
    color: #f1f1f1;
}
.widget-title hr {
    width: 60px;
    border-color: #777777;
}
.widget li i,
.widget a {
    color: #cccccc;
    transition: all 0.5s;
}
.widget li:hover a { color: white }
.widget li:hover i {
    margin-left: 10px;
    color: white;
}
.widget .media a h5 {
    color: #f1f1f1;
    transition: all 0.5s;
}
.widget .media:hover a h5 { color: rgb(254,23,33) }
/* Form */
.widget .form-control {
    height: 50px;
    color: #f1f1f1;
    background-color: transparent;
    border: 1px solid #777;
}

#en-services h4 { color:#ffffff !important;}

.titolo-pagina {
	  color: #5c5c5c;
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 900;
	  letter-spacing: -2px;
	  margin: 0;
	  font-size: 30px;
	  line-height: 1.1;
	  -webkit-margin-before: 0.83em;
	  -webkit-margin-after: 0.83em;
	  -webkit-margin-start: 0px;
	  -webkit-margin-end: 0px;
      text-transform: inherit;
	}

.slide-home {
	  font-family: 'Raleway', sans-serif;
	  font-size: 65px;
	  font-weight: 900;
	  letter-spacing: -4px;
	  text-transform: uppercase;
	  line-height: 60px;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  margin: .67em 0;
	  -webkit-margin-before: 0.67em;
	  -webkit-margin-after: 0.67em;
	  -webkit-margin-start: 0px;
	  -webkit-margin-end: 0px;
	  text-align: center;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	
}


/*===========================================*/
/* Calendario
/*===========================================*/

.owl-item .itemBoxCalendar{
  background: #eeeeee;
  padding: 30px 0px;
  margin: 0;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position:relative;
  font-family: "Fjalla One",sans-serif;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.timeline_daynum {
	color: rgb(64,64,64);
    font-size: 55px;
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
}

.timeline_mese {
	color: rgb(64,64,64);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.timeline_items a {
    color: #666b6e !important;
    text-shadow: none;
}
.timeline_giorno {
    float: right;
    font-size: 17px;
    padding: 5px;
    text-transform: uppercase;
	color:rgb(254,23,33);
	
	margin-top: 20px;
    overflow: hidden;
    position: absolute;
    right: 55px;
}
.timeline_data_big {
    display: block;
    margin-left: 0;
    padding-top: 0;
    text-align: left;
}

.timeline_titolo {
	
	color:rgb(254,23,33);
}

.evidenzaBox {
	background-color: rgb(254,23,33) !important;
}

.evidenzaBox .timeline_titolo, .evidenzaBox .timeline_giorno {
	color: #fff !important;
}

.modal-dialog {
	top:30%;
}

.pad1 {
	padding-top:20px;
}
.pad2 {
	padding-top:40px;
}

.sy-pager li.sy-active a {
    background-color: rgb(254,23,33) !important;
}

.box_fotogallery_pagina {
    padding: 0 !important;
}

.boxGallThumb {
    margin: 0px !important;
}

.boxhome h4 { margin-top: -4px !important;}

@media (max-width: 640px) {
     #calcola {margin-top: 18px !important;}
	 .formBlockBtnCaptcha {width:inherit}
	 
	 
	 .titolo_mini_link {
	 
	    float: none !important;
		 
	    margin-bottom: 5px!important;
		 
	    text-align: left!important;
	}
	 
}







@media (max-width: 979px) {
	 
	 .sf-menu > li.sfHover > a, .sf-menu > li.current > a, .sf-menu > li > a:hover {
	    color: #eaeaea;
		 background: none repeat scroll 0 0 #3e4656;
	}
	.sf-menu > li {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    text-align:left !important;
		font-size:13px !important;
	    font-weight: 400;
	    text-transform: uppercase !important;
	}
	.sf-menu > li + li {
	    margin-left: inherit !important;
	}
	.sf-menu > li > a {
	    color: #aaabae;
	    font-family: 'Oswald', sans-serif !important;
	    font-weight: 400;
	}
	.sf-menu a {
		color: #fff;
		border:0;
	   padding: 0.75em 1em !important;
	}
	
	.sf-menu a:hover {
	    color: rgb(42,76,108);
	}
	.sf-menu, .sf-menu * {
	    margin: 0;
	}
	.sf-menu li {
	    transition: none 0s ease 0s ;
	    white-space: nowrap;
		 text-align: center;
	}
	.sf-menu li:hover, .sf-menu li.sfHover {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    transition: none 0s ease 0s ;
	}
	.sub-menu {
	    background-color: #fff;
	}
	.sub-menu > li {
	    font-family: 'Oswald', sans-serif !important;
		font-size: 13px;
	}
	.sub-menu li:hover {
	    background: none repeat scroll 0 0 white;
	}
	
	
	.sf-menu ul {
	    box-shadow: none;
	    padding: 0 1px;
		 background-color: transparent;
	}
	
	.sf-menu ul li {
	    /*background: none repeat scroll 0 0 #3e4656;*/
		 text-align: left;
	}
	
	.sf-menu ul li a{
	    color: #f1f1f1;
	}
	
	.sf-menu ul li a:hover{
	    color: rgb(254,23,33);
	}
	
	.select-menu {
	    display: none !important;
	}
	
	.dropdown-menu {
		float: none !important;
	}
	
	#paginaInterna {
	 	padding-bottom:30px;
		border-bottom:5px solid #54b2ef;
	 }
	 
	 .colonnaLat {
	 	padding-top:30px;
	 }




@media only screen and (max-width: 767px) {
	#title-wrapper .page-title {
	    position: relative;
	    transform: none;
	}
	
	#title-wrapper .page-title h1 {
	    background: transparent;
	    color: rgb(64,64,64);
	}
	
	
	 
	 .dropdown-menu > li > a, #main-menu.navbar-default .navbar-nav > li > a {
	   font-size: 11px;
	}
}
	
}




.owl-carousel .owl-item {
    -moz-user-select: none;
    float: left;
    min-height: 1px;
    position: relative;
}

#owl-demo div img {
	margin-top: 72px;
	padding-left:2px;
	margin-bottom: 72px;
	min-height: 326px;
	object-fit: cover;
	width: 100%;
}


span.titleEv::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 1);
    bottom: -14px;
    content: "";
    float: left;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}
#owl-demo div span.titleEv {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #333;
    font-family: "Fjalla One",Arial,Helvetica,Verdana,sans-serif;
	 text-transform: uppercase;
    font-size: 20px;
    left: 0;
    line-height: 22px;
    margin: 0;
    padding: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

span.dataEv::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, 1);
    top: -14px;
    content: "";
    float: left;
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}
#owl-demo div span.dataEv {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #333;
    font-family: "Fjalla One",Arial,Helvetica,Verdana,sans-serif;
	 text-transform: uppercase;
    font-size: 20px;
    left: 0;
    line-height: 22px;
    margin: 0;
    padding: 25px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}


.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer;
}


.owl-nav {
    position: relative;
}

.owl-next {
    right: 15px;
}
.owl-prev {
    left: 15px;
}
.owl-prev, .owl-next {
    background-color: #fff;
    border-radius: 20%;
    color: #292929;
    cursor: pointer;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    top: -270px;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 3;
}

div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
    background-color: rgb(254, 23, 33) !important;
    color: #fff;
	 border-radius:5px;
}

div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
    background-color: #404040 !important;
    color: #fff;
    text-shadow: none;
	 border-radius:3px;
}


.sezioneInterna {
	background-color:#FFF;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}

.paddingInterno {
	padding: 5px;
	position: relative;
}

.claim {
	 font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
	 font-size: 14px;
	 color: #aaabae;
	 text-transform: uppercase;
}

.media img {
	width: 100%;
}

.img-responsive {
	width: 100% !important
}

.titoloBoxEv {
	font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-bottom: 10px;
	 font-size: 17px;
	 color: rgb(86,86,86);
	 text-transform: uppercase;
}

.databoxEv {
	font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
	 font-size: 18px;
	 color: rgb(41,41,41);
	 text-transform: uppercase;
	 padding-top:15px;
}

.titolo_mini_link {
	font-size: 9pt !important;
	font-family:Arial, Helvetica, sans-serif, 'Century Gothic';
	margin-bottom:20px;
	color: #000 !important;
   margin-top: 0;
	text-decoration: underline;
	line-height: 18px;
   text-align: right;
   text-transform: none;
	float: right;
	padding: 0; 
	padding-right: 35px;
	letter-spacing: 0 !important;
	font-weight: 400;
}

.titolo_mini_link a, .titolo_mini_link a:hover {
	color: #000;
}

.titolo_mini {
	font-size: 9pt !important;
	font-family:Arial, Helvetica, sans-serif, 'Century Gothic';
	margin-bottom:20px;
	color: #000 !important;
   margin-top: 10px;
	text-decoration: underline;
	line-height: 24px;
   text-align: left;
   text-transform: none;
	float: left;
	padding: 0; 
	letter-spacing: 0 !important;
	font-weight: 400;
}

.adsTxtTop {
	margin-bottom:20px;
	margin-top: 13px;
}

.bannerInner {
	width: 100%;
	margin-bottom:20px;
	margin-top: 13px;
}

.bannerInner img {
	width: 100%;
}

.colonnaLat .bannerInner img {
	max-width: 336px;
}


/*CAMPO DI RICERCA DI GOOGLE*/
.styleGgl {
    width: 290px;
}


@media (min-width: 990px) {
  .navbar-collapse {
    display:none !important;
  }
}

.bannerLatTesto {
		display: block;
		text-align:center;
		float: none;
	}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
	.bannerLatTesto {
		display: block;
		text-align:center;
		float: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px){
	.bannerLatTesto {
		display:inline;
		padding:0px;
		float:right;
	}
}