@charset "utf-8";

#callus{

	--call-us-form-header-background: #007bc7;
	--call-us-header-text-color: #ffffff;   
	
	position: fixed;
	
	bottom: 20px;
	
	right: 6px;
	
	} 

body {
	background:#f2f2f2;
	font-family: 'Titillium Web', sans-serif;
}

h1 {
	font-family: 'Titillium Web', sans-serif;
	font-size:24px;
	font-weight:bold;
	font-weight: 800;
	text-transform: uppercase;
}
h2 {
	font-size:22px;
	margin-top:10px ;
	font-weight:800;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
}

.col-md-8, .col-md-12 {
    padding-right: 30px;
    padding-left: 30px;
}

.internalbck{
	background:url(/images/sfondo-interno.gif) repeat-y;
}
.internalpage h2 {
	text-transform:none;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	margin:20px 0 10px 0;
}
h2.title {
	font-size:18px;
	/*font-style:italic;*/
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
}

h3 {
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	font-weight:normal;
}
h4 {
	font-size:15px;
}

a {
	color:#006BAA;
}

.clearfix {
	clear:both;
}
.container {
	background:#fff;
}

.colnopadding {
	padding:0px !important;
}

.panel-title {
    font-size: 18px;
}

.imghome100 {
	width:100%;
}
.last-work {
	
}
.last-work  .workimg{
	float:left;
	width:45%;
    transition: all 1s ease 0s;
	height:209px;
	overflow:hidden;
}
.last-work .workimg img {
	transition: all 1s ease 0s;
    width:100%;
}

.last-work .workimg img:hover {
    width:110% !important;
}
.last-work  .worktext{
	height:209px;
	float:left;
	width:50%;
	padding:0 2% 0 3%;
}
.last-work  .worktext h3{
	margin-top:30px;
	color:#006BAA;
	font-size:16px;
}
.last-work  .worktext a{
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-style:italic;
}
.lastworkpagine {
	text-align:center;
	width:100%;
	font-size:50px;
	margin-top:30px;
}
.lastworkpagine  a .fa{
	color:#006BAA !important;
}

.lastworkpagine  .fa{
	color: #f2f2f2 !important ;
}

.topbar {
	background:#b2b2b2;
	min-height:36px;
}
.topbar .social {
	padding:7px 20px 0 0px;
	float:right;
}
.topbar .menu {
	padding:7px 0 0 30px;
	float:left;
}
.socialclear { float:left; }

.search-form{
	float:right;
}
.social a i, .menu a i{
	font-size:18px;
}
.social a, .menu a {
	font-size:12px;
	color:#fff;
	margin-right:5px;
}
.social .dividi, .menu .dividi {
	padding-left:10px;
	border-left:1px dashed #fff;
}
.social a:hover, .menu a:hover {
	color:#006BAA !important;
}
/* MENU */
.menubar {
	background:#454545;
	height:79px;
}
.menubar .logo{
	width:350px;
	background:#fff;
	text-align:center;
	height:79px;
	float:left;
}
.menubar .logo img{
	margin-top:15px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}
.navbar-default {
	background-color:transparent;
}
.navbar-default .navbar-nav a {
/*    padding: 15px 18px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;*/
    transition: all 1s ease 0s;
}
.nav > li > ul {
    transition: all 1s ease 0s !important;
}

.navbar-static-top {
    border-width: 0px;
}
.navbar {
	float:left;
	margin-bottom:0px;
}
.navbar-nav {
	margin-top:0 /*18px*/;
}
.nav > li > a {
	color:#fff !important;
	text-transform:uppercase;
	font-size:15px;
	padding: 30px 9px 29px 9px;
}
.nav > li > a:hover, .nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
 {
	background:#63c2d0;
}

.nav .active {
	background:#63c2d0 !important;
	/*text-decoration:underline;*/
}
 .dropdown-menu .active {
    background: transparent;
	font-weight:bold;
}
/*fine MENU */

.internalsidebar .blogtop {
	min-height:401px !important;
}
.img-container{
    position: relative;
	z-index:1;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
	height:200px;
}
.img-container img {
    transition: all 1s ease 0s;
}
.img-container img:hover {
    width:110% !important;
}

.blogtop {
	background:#e8e8e8;
	min-height:400px;
}
.blogtop .elenco{
	list-style-type: none;
	margin:0px;
	padding:0px;
	position:relative;
}
.blogtop .elenco li{
	height:100px;
	position:relative;
	margin:0px;
}
.blogtop .elenco li:hover{
	background:#404040;
}
.blogtop .elenco li:hover a{
	color:#fff;
}
.blogtop .elenco li .img{
	float:left;
	width:150px;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	/*margin:auto;*/
	margin:0px;
	position:relative;
	background:#dadada;
}
.blogtop .elenco li .img img{
	width:150px;
	height:99px;
	border-bottom:1px solid #E8E8E8 !important;
	margin:0px;
}
.blogtop .elenco li .testo{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: 300;
	width:239px;
	height:100px;
	padding:5px 10px 0 10px;
	margin:0px;
	float:left;
	/*text-wrap: normal;*/
	position:relative;
	border-bottom:2px solid #006BAA;
}
.blogtop .elenco li:last-child .testo{
	border-bottom:0px;
}
.blogtop .elenco li .more{
	position:absolute;
	right:-1px;
	bottom:0px;
	padding:5px 10px 5px 10px;
	background:#006BAA;
	color:#fff;
}

.bianco {
	background:#fff;
	color:#000;
}
.blu {
	background:#006baa;
	color:#fff;
}
.azzurro {
	background:#63c2d0;
	color:#fff;
}
.grigio {
	background:#eeeeee; /*B2B2B2;*/
	color:#fff;
}
.grigiomedio {
	background:#999999; /*B2B2B2;*/
	color:#fff;
}
.grigioscuro {
	background:#333333;
	color:#fff;
}
.azzurroscuro {
	background:#70a3d0;
	color:#fff;
}

.colnopadding {
	padding:0px !important;
}

.boxtophome {
	padding:5px 25px 15px 25px;
	width:100%;
}
.boxtophome h2{ 
	height:60px;
}
.boxtophome span {
	font-size:18px;
	/*font-style:italic;*/
	font-family: 'Titillium Web', sans-serif;
}
.boxtophome strong {
	color:#006BAA;
}
.boxtophome p {
	margin-top:10px;
	text-align:justify;
}	
.boxcentrohome {
	padding:5px 25px 15px 25px;
	width:100%;
}
.boxcentrohome h3{
	text-align:center;
	font-size:24px;
	font-weight:800;
	font-family: 'Titillium Web', sans-serif;
}
.boxcentrohome p{
	text-align:justify;
}
.boxcentrohome p.sottotitolo {
	font-size:18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	line-height: 1.4;
	text-align:center;
}
.boxcentrohome span p{
	text-align:center;
}
.titolohome {
	font-weight:bold;
	font-size:22px;
	width:100%;
	text-align:center;
	margin:0px auto;
	padding:5px 0;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
}
.titolohome strong{
	color:#fff;
}
.readmore, .readmore:hover, .readmore:visited {
	padding:8px 10px 6px 10px !important;
	color:#fff !important;
	margin-left:auto !important;
	margin-right:auto !important;
	float:left;
}
.readmore a {
	color:#fff !important;
}
.readmoreplus, .readmoreplus:hover, .readmoreplus:visited{
	padding:0px 10px 0px 10px !important;
	font-size:24px;
	color:#fff;
	float:right;
}

.loginform  label {
	width:80px;
}
.loginform  input[type="text"], .loginform  input[type="password"]{
	border:1px solid #006BAA;
	background-color:transparent;
	color: #707070 !important;
}
.loginform button {
	border:0px;
	background:#006BAA;
	color:#fff;
	padding:5px 10px 5px 10px;
}
.registradominio {
	height:140px;
	text-align:center;
}
.registradominio .titolohome{
	margin:0px 0 15px 0 !important;	
}
.programmapartner {
	height:100px;
}
.programmapartner .titolohome {
	margin-top:5px;
}
.programmapartner p {
	padding:5px 5px 0 5px;
	margin-bottom:0px;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
}
.partner {
	text-align:center;
	height:110px;
}
.partner ul{
	padding:20px 10px;
	list-style-type:none;
	width:980px;
	margin:0 auto;
}
.partner ul li{
	list-style-type:none;
	float:left;
	padding:0 20px 0 20px;
}
.partnertitolo{
	text-align:center;
	background:#3d3d3d;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:8px 0 !important;
	height:40px;
}
.footer1 {
	background:#282a2d;
	color:#fff;
}
.pagamenti img {
	margin:10px;
}
.footer1-wrapper {
	width:90%;
	margin:0 auto;
	padding:0px;
}
.footer1 .col-md-3 {
	margin-bottom:30px;
}
.footer1 .titolo{
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin:30px 0 30px 0;
}
.footer1 a{
	color:#fff;
}
.footer1 ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.footer1 li{
	margin-bottom:7px;
}
.footer1 .list2 a{
	color:#fff;
}

.footer2{
	background:#b2b2b2;
	color:#fff;
	padding:7px;
}
.footer2 .social{
	text-align:right;
}
.footer2 a, .footer2 a:visited, .footer2 a:hover{
	color:#fff;
}

.list2 {
	list-style-type:none;
	padding-left:0px;
}

.imageSub { position: relative;  height:400px; overflow:hidden; /*background:url(/images/lakeweb-provider.jpg);*/ transition: all 1s ease 0s;}
.imageSub img { z-index: 1; transition: all 1s ease 0s; width:100%;}
.imageSub img:hover{ width:110%; }
/*
div.imageSub div {
}
div.imageSub div.blackbg {
z-index: 2;
background-color: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: 0.5;
}
*/
div.imageSub div.labeltit {
background:#037CA3;
position: absolute;
right: 0;
bottom: 130px;
padding: 10px;
width:50%;
height: 20px;
line-height: 16px;
text-align: right;
overflow: hidden;
z-index: 3;
color: white;
font-weight:bold;
font-size:16px;
}
div.imageSub div.labeltesto {
	background-color: #000;
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70); /* For IE8 and earlier */
	opacity: 0.7;
	position: absolute;
	left: 0;
	bottom: 0px;
	padding: 15px 10px;
	width:75%;
	height: 180px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	z-index: 3;
	font-weight:normal;
	font-size:15px;
	
    animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}
@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/*
@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
*/
.nopdbott {
	padding-bottom:0px !important;
}
.newslettertitolo {
	padding:7px 5px 8px 5px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
form input[type=text]{
	border:0px;
	padding:5px;
	height:36px;
	color:#333;
	margin:0px;
}
form input[type=submit], form input[type=password]{
	background:#428bca;
	color:#fff;
	border:0px;
	padding:5px;
	height:36px;
	margin:0px;
}
.webmail, .arearis {
	padding-left:15px !important;
	height:164px;
	margin:0px !important;
}
.helpdesk {
	height:164px;
	text-align:center;
	margin:0px !important;
}
.helpdesk i {
	font-size:50px;
	margin:0 10px 0 10px;
}
.helpdesk a{
	color:#fff;
}
.helpdesk a:hover{
	color:#006BAA;
}
.arearis {
	text-align:center;
}
.arearis a{
	color:#fff;
}
.arearis i {
	font-size: 50px;
	margin: 0px 10px;
}	
.arearis .icona {
float:left;text-align:center;margin:10px;
}
.arearis .elenco {
	width:250px;margin:8px auto;
}

.tooltip1 { position: relative; z-index:10;	text-decoration:none !important;
}
.tooltip1 a span { display: none; color: #FFFFFF; }
.tooltip1 a:hover span { 
	display: table-cell; 
	vertical-align:middle;
	position: absolute; 
	width: 200px; 
	background: #006BAA; 
	height: 115px; 
	left: 0px; 
	top: 30px; 
	font-family: 'Titillium Web', sans-serif;
	font-size:15px; 
	color: #FFFFFF; 
	padding: 5px 5px; 
	text-decoration:none !important;
	}

.webmail label, .arearis  label{
	width:100px;
}
.webmail  input[type=text] , .webmail  input[type=password], .arearis  input[type=text] , .arearis  input[type=password] {
	color:#fff;
	border:1px solid #fff;
	background:transparent;
	margin:5px;
}
.webmail .wfield {
	width:153px;
}
.arearis input[type=submit] {
	color:#63c2d0;
	background:#fff;
	border:0px;
	padding:7px 20px 10px 20px;
}
.webmail input[type=submit] {
	color:#006BAA;
	background:#fff;
	border:0px;
	padding:7px 20px 10px 20px;
	float:right;
}
.formnewsletter {
	padding:0px;
	margin:0px;
}
.formnewsletter input[type=text] {
	width:32%;
	border-top:1px solid #e8e8e8 !important;	
	float:left;
}
.formnewsletter input[type=submit] {
	width:33%;
	float:right;
}
.formnewsletter input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.formnewsletter input:-moz-placeholder {
  color: #a0a0a0;
}

.ultimilavori {
	padding:20px 0 20px 0;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.section-header .section-preview {
    height: 253px;
    position: relative;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}
.section-header .section-preview img {
    transition: all 1s ease 0s;
}
.section-header .section-preview img:hover {
	width:110% !important;
}
.section-header .section-preview:hover .section-preview-title {
    top: 0px;
}

.section-header .section-preview:hover > img  {
	width:110% !important;
}

.section-header .section-preview .section-preview-title {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    max-width: 70%;
    padding: 15px 40px;
    color: #FFF;
    position: absolute;
    top: -200px;
    z-index: 10;
    transition: all 1s ease 0s;
}
.section-header .section-preview .section-preview-title p {
	text-align:center;
}
.section-header .section-preview .section-preview-title p  a{
	font-size:24px;
	font-family: 'Titillium Web', sans-serif;
	color:#fff;
}
.utilita {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.utilita li {
	float:left;
	padding:1%;
	width:48%;
	
}
.fb_iframe_widget {
	margin:0 auto;
	width:200px;
}
.team {
	min-height:190px;
	z-index:5;
}
.team .foto{
	float:left;
	width:38%;
	margin:0 2% 0;
	z-index:5;
}
.team .foto img{
	border:5px solid #fff;
	width:100%;
	margin-bottom:10px;
}
.team .dati{
	float:left;
	width:58%;
	z-index:5;
}
.team .dati ul{
	margin-top:-25px !important;
	z-index:10 !important;
}
.team .dati ul li {
	line-height:30px !important;
}
.team .dati small p{
	font-size:12px;
}
.team-social{
	z-index:5;
	text-align:center;
	list-style-type:none;
	margin:0 auto;
	padding:0px;
}
.team-social li {
	list-style-type:none;
	float:left;
	padding:5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	color:#fff;  
	width:32px;
	height:32px;
	margin:0 5px 0;
}
.internalheader {
	height:100px;
	background: url(/images/sfondoheader.jpg) /* #006BAA#63c2d0*/ no-repeat;
	color:#fff;
	/*text-align:right;*/
	/*margin-bottom:20px;*/
}
.internalheader .titolo {
    font-size: 24px;
    font-weight: bold;
	margin: 20px 10px 0;
	padding:0px !important;
	float:right;
	clear:both;
	background-color:transparent;
}
.internalheader.blog .titolo {
	background:#fff !important;
}

.internalheader.blog{
	background: #81a800 !important;
	background-image: url(/images/sfondoblog.png) !important;
	color:#454545 !important;
}
.internalheader.blog a, .internalheader.blog .active {
	color:#454545 !important;
}
.breadcrumb {
    /*padding: 8px 15px;*/
	padding:0px !important;
    margin: 10px 0 20px 0;
    list-style: none outside none;
    border-radius: 0px;
	float:right;
	background-color:transparent;
}
.internalheader.blog .breadcrumb {
    background:#fff;
}

.breadcrumb > .active {
    color: #fff;
	font-weight:bold;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb > li + li:before {
    color: #a0a0a0 !important;
}
.mobileheading
{
	display:none;
	background:#000;
	color:#fff;
	text-align:center;
}
#whoisForm input[type=text]{
	border:1px solid #aaa;
	height:36px;
}
#whoisForm select{
	height:36px;
}
#whoisFormHome input[type=text]{
	border:1px solid #fff;
	height:36px;
	background-color:transparent;
	color:#fff;
}
#whoisFormHome select{
	height:36px;
	color:#fff;
	border:1px solid #fff;
	background-color:#999;
}
#whoisFormHome input[type=submit]{
	color: #006BAA;
    background: #FFF !important;
    border: 0px none;
    padding: 7px 20px 10px;
}	
#whoisFormHome .divbutton {
	text-align:right;margin-top:17px;
}

.contactform {
	min-height:610px;
	background: #428BCA !important;
}
#contactform {
	list-style-type:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}

#contactform li{
	margin:5px;
}
#contactform input[type=text], #contactform textarea, #contactform select{
	background:#428BCA;
	border:1px solid #fff;
	color:#fff;
	width:90%;
	padding:5px;
}
#contactform input[type=submit]{
	padding:5px 15px 5px 15px;
	background-color: #63c2d0;
}
#contactform .captcha {
	padding:5px 15px 5px 15px;
	background-color: #63c2d0;
	font-size:20px;
	width:100px;
}
.quickForm {
	border:1px solid #dadada;
	padding:20px;
}
.quickForm h3{
 margin-top:0px;
}
.quickForm form{
	margin-top:20px;
}
.quickForm #CODE {
	width:50px;
	background:#428BCA;
	color:#fff;
	font-weight:bold;	
}
.quickForm #CAPTCHA {
	width:70px;
}
.quickForm input[type=text], .quickForm input[type=email] {
	padding:5px;
	border:1px solid #dadada;
	height:36px;
	width:150px;
}
.quickForm input[type=submit]{
	padding:5px 15px 5px 15px;
}
.quickForm input::-webkit-input-placeholder {
  color: #999;
}
.quickForm  input:-moz-placeholder {
  color: #999;
}

.servizi {
	border:1px solid #fff;
}
.servizi h2{
	width:100%;
	text-align:center;
	margin:0px 0px 10px 0;
	padding:10px;
	border-bottom:1px solid #fff;
}
.servizi h2 a{
	color:#fff !important;
	font-size:18px;
}
.servizi .testo {
	padding:10px 15px 10px 15px; 
	height:120px;
}
.servizi .more{
	padding:2px 20px 2px 20px;
	float:right;
	font-size:26px;
	font-weight:bold;
	background:#fff;
	color:#006BAA;
	text-transform:uppercase;
	text-align:center;
}
.servizi .more2{
	padding:2px 20px 2px 20px;
	float:right;
	font-size:26px;
	font-weight:bold;
	background:#E8E8E8;
	color:#006BAA;
	text-transform:uppercase;
	text-align:center;
}

.sitowebcome {
	width:50%;height:440px;float:left;margin:0 15px 0 0;
}

.authorBox {
	background:#D2D2D2;
	padding:15px 10px;
	margin:20px 0;
	min-height:140px;
}
.authorBox a, .authorBox a:visited, .authorBox a:hover{
	color:#505050 !important;
}
.authorBox hr{
	border-width: 2px 0px 0px;
}

.authorBox .circular {
	float:left;
	width: 100px;
	height: 100px;
	/*border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;*/
	/* background: url(http://link-to-your/image.jpg) no-repeat; */
	/*box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);*/
	border:2px solid #fff;
	margin-right:20px;
	}

hr {
	margin:10px 0 10px 0;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
	margin:20px auto;
	width:80%;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel-next {
    right: 15px;
}
.jcarousel-prev {
    left: 15px;
}
.jcarousel-prev, .jcarousel-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: none repeat scroll 0% 0% #4E443C;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 0px 1px #000;
    font: 24px/27px Arial,sans-serif;
    border-radius: 30px;
    box-shadow: 0px 0px 4px #F0EFE7;
}

#topcontrol {
    color: #000;
    font-size: 60px;
	margin-right:10px;
}
#topcontrol:hover {color: #70A3D0;}
#topcontrol, #topcontrol:hover {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#cookie-law {
	background:#89A208;
	text-align:left;
	width:100%;
	padding:15px 10px;
	color:#fff;
	margin-bottom:5px;
	box-shadow: 0px 0px 4px #454545;
}
#cookie-law  b{ 
	font-size:18px;
}
#cookie-law a{ 
	color:#006BAA /*63c2d0*/;
}
#cookie-law .butclose{ 
	background:#fff;
	color:#006BAA;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border:1px solid #454545;
}

 /* styles for desktop */
    .tinynav { display: none }
    #nav .selected a, #nav2 .selected a { color: red }
    /* styles for mobile */
@media screen and (max-width: 1140px) {
	.tinynav { 
		display: block;	  
		width:100%;
		margin:20px auto;
		font-size:1.7em;
		clear:both;
	}
	#nav, #nav2 { display: none }
}
	
@media screen and (max-width: 980px) {
	.menubar {
		height:158px !important;
	}
	.logo {
		width:100% !important;
		/*clear:both;*/
		background:#fff;
	}
	.navbar {
		width:100% !important;
		/*clear:both;*/
	}
	.nav > li > a {
		font-size: 14px;
		padding: 30px 5px 29px;
	}	
	.sitowebcome {
		width:100% !important;
	}		
}

@media (max-width: 1024px) {
	.img-container {
		height:160px;
	}
}

@media (min-width: 1170px) {

.nav > li:hover .dropdown-menu {
    display: block;
 }
}
@media (max-width: 320px) {
	.menubar .logo {
		width:100%;
		}
		
	.programmapartner {
		height: 120px !important;
	}		
	
	.section-header .section-preview {
		height: 210px !important;
	}	
	
	.quickForm #CODE {
		clear:both;
		display:block;
	}
	.quickForm input[type="submit"] {
		clear:both;
		display:block;
	}
}
@media (max-width: 480px) {
	.last-work .workimg, .last-work .worktext{
		height:auto !important;
	}
	.last-work .grigiomedio {
		height:100px !important;
	}
}
@media (max-width: 768px) {
	.social {
		width:100%;
		text-align:center;
		font-size:1.5em;
		padding:0px;
	}
	.topbar .menu {
	padding: 7px 0px 0px 0px;
	width:100%;
	text-align:center;
	}
	.socialclear {
		clear:both;
		float:none;
	}
	.search-form{ 
	display:none;
	}
	.img-container {
		height:150px;
	}
	.section-header .section-preview {
		height:300px;
	}
}

@media (max-width: 1140px) {

	.internalheader {
		text-align:center;
	}
	.bottomimage img {
		width:100%;
	}
	.boxtophome {
		min-height:160px;
	}
	.webmail, .arearis, .helpdesk {
		height:164px;
	}

	.homeheading
	{
		display:none;
	}
	.mobileheading
	{
		display:block;
	}
	/*
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
	
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	
    .collapse {
        display: none!important;
    }
	
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	*/
	.homeimg {
		width:100%;
	}
	.footer1-wrapper {
		width:100%;
	}
}