
body { background-color:#006884;overflow-x:hidden;}

#container_page {
	width:100%;
	overflow-x:hidden!important;
	}

/* ========== Delay ========== */

.hover_delay {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	}

/* ========== Animate ========== */

.animate_linear1  {
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	}

.animate_easing {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}

/* ========== Border Radius ========== */

.radius_3 {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}

/* ========== Box Sizing ========== */

.box_sizing {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

/* ========== Desaturate ========== */

.grayScale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}

/* ========== 2x Columns ========== */

.colx2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	}

/* ========== iframe Video ========== */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* ========== Zoom Scale ========== */

.zoom_scale img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.zoom_scale:hover img {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	}

/* ========== BG Cover ========== */

.bg_cover_fixed {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.bg_cover_scroll {
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}

/* ========== Boxes ========== */

.box_fluid,
.box_med,
.box_small {
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.box_fluid { max-width:1140px; }
.box_med { max-width:900px;	}
.box_small { max-width:700px; }

.desktop_view_menu,
.desktop_view {display:block;}

.mobile_view_menu,
.mobile_view {display:none;}

/* ========== Custom ========== */

.bgWhite { background-color: #FFF; }
.bgBLu { background-color: #006884; }

/* ========== Text ========== */
#fake_h1 a{
	text-decoration: underline;
	color: #fff;
}
#fake_h1 img{
	width: 100%;
	max-width: 111px;
	margin-top: 84px;
}
.txtish {text-align: left;

	    font-family: 'Open Sans', sans-serif;
	    font-size: 1.42em;
	    font-weight: 300;
	    letter-spacing: 0.11em;
	    max-width: 742px;
}
.txtish i{font-style: italic;
}
.txtish strong{font-size: 1.63em;
}


.gridTesto .divider {
	height:2px;
	background-color:#333132;
	width:90px;
	}

.gridTesto .divider2 {
	height:2px;
	background-color:#666;
	width:90px;
	}

.gridTesto h2 {
	font-family: 'Open Sans', sans-serif;
  color:#6aca0a;
	font-size:32px;
	line-height:1.4em;
	font-weight: 700;
	text-transform: uppercase;
	}

.gridTesto h3 {
	color:#666;
	font-size:20px;
	line-height:1.4em;
	}

.gridTesto h4 {
	color:#000;
	font-size:33px;
	line-height:1.4em;
	}

.gridTesto h5 {
	color:#666;
	font-size:17px;
	line-height:1.4em;
	}
.uptwn h3 {
	font-size:16px;
	color: #EDF3E9;

	}
.uptwn p {

	color: #EDF3E9;

}


.gridTesto p strong,
.gridTesto p b {font-weight:bold}

.gridTesto,
.gridTesto li,
.gridTesto p {
	font-size:16px;
	color: #727272;
	line-height: 1.9em;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
	}

.gridTesto i,
.gridTesto em {
	font-style: italic;
}




.gridTesto a {
	text-decoration: underline;
	color:#006738;

	}

.gridTesto a.rem {
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	}

.gridTesto a.btn {
	display:inline-block;
	padding:7px 30px 9px;
	border:2px solid #006738;
	color:#006738;
	margin:0 5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	transition:all 0.1s linear;
	margin-bottom: 30px;
	}

.gridTesto a.btn:hover {
	background-color:#000;
  border:2px solid #000;
  color:#4FE70B;
  -webkit-transition:all 0.1s linear;
  -moz-transition:all 0.1s linear;
  transition:all 0.1s linear;
	}

.gridTesto .ulRow {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow: hidden;
	}

.gridTesto .ulRow li { padding:5px 15px 5px 15px; }
.gridTesto .ulRow li:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .ulRow li:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid {
	border-collapse:collapse;
	width:100%;
	}

.gridTesto .table_grid thead { background-color:rgba(0,0,0,0.8); }
.gridTesto .table_grid thead p { color:#FFF; }

.gridTesto .table_grid thead th {
	padding:6px 0;
	border-spacing:0;
  border-collapse:collapse;
	border:1px solid rgba(255,255,255,0.2);
	}

.gridTesto .table_grid tr:nth-child(odd) {	background-color:rgba(0,0,0,0.1); }
.gridTesto .table_grid tr:nth-child(even) { background-color:rgba(0,0,0,0.05); }

.gridTesto .table_grid td {
	border-spacing:0;
  border-collapse:collapse;
  border-right:1px solid rgba(0,0,0,0.2);
	border:1px solid rgba(0,0,0,0.2);
	padding:13px 13px;
	}

.gridTesto .table_grid td p {
	text-align:center;
	display:block;
	}















/* ======= Columns ======= */


	.columns { background-color: #FFF; }

	.columns .vertical-center-container {
	  display:table;
	  width:100%;
	  }

	.columns .vertical-center-table-cell {
	  display: table-cell;
	  vertical-align: middle;
	  }

	.columns .th .p_int {
	  padding:8%;
	  -webkit-box-sizing:border-box;
	  -moz-box-sizing:border-box;
	  box-sizing:border-box;
	  }

	.columns .th { min-height:470px; }

	.columns .cover {
	  display: block;
	  text-align:center;
	  position:absolute;
	  left:0;
	  top:0;
	  width:100%;
	  height:100%;
	  z-index:2;
	  background:#4FE70B;
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  filter: alpha(opacity=0);
	  opacity:0;
	  -webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		transition:all 0.2s linear;
	  cursor:pointer;
	  }

	.bg_cover_scroll.th:hover .cover {
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  filter: alpha(opacity=50);
	  opacity:0.5;
	  -webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		transition:all 0.2s linear;
	  }

	.columns .col_img .ico_zoom {
	  position:relative;
	  display:block;
	  text-align:center;
	  width: 100%;
	  max-width: 300px;
	  overflow:hidden;
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity:0;
	  -webkit-transition:all 0.3s ease-in-out;
	  -moz-transition:all 0.3s ease-in-out;
	  transition:all 0.3s ease-in-out;
	  z-index:3;
	  }

	.columns .col_img .ico_zoom .txt {
	  display:block;
	  color:#FFF;
	  text-shadow:2px 2px 3px rgba(0,0,0,0.2);
	  }

	.columns .col_img .ico_zoom .txt h4 {
	  font-size:27px;
	  font-weight: 900;
	  }

	.columns .col_img .ico_zoom .txt h5 { font-size:17px; }

	.columns a.btn1 {
	  text-decoration:none;
	  display:inline-block;
	  padding:7px 30px 9px;
	  border:2px solid #222;
	  color:#222;
	  margin:0 5px;
	  -webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
	  -webkit-transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		transition:all 0.1s linear;
	  }

	.columns a.btn1:hover {
	  background-color:#000;
	  border:2px solid #000;
	  color:#4FE70B;
	  -webkit-transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		transition:all 0.1s linear;
	  }

	.columns .col_img:hover .ico_zoom  {
	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  opacity:1;
	  -webkit-transition:all 0.3s ease-in-out;
	  -moz-transition:all 0.3s ease-in-out;
	  transition:all 0.3s ease-in-out;
	  -webkit-transition-delay: 300ms;
	  -moz-transition-delay: 300ms;
	  -o-transition-delay: 300ms;
	  transition-delay: 300ms;
	  }




/* LightBox box */

		.lightbox1 a {
		  display:block;
		  overflow:hidden;
		  width:100%;
		  position:relative;
		  }

		.lightbox1 a img {
		  display:block;
		  width:100%;
			-webkit-transition: all 0.4s ease-in-out;
			-moz-transition: all 0.4s ease-in-out;
			-ms-transition: all 0.4s ease-in-out;
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			}

		.lightbox1 a:hover img {
			-webkit-transition:all 0.4s ease-in-out;
			-moz-transition:all 0.4s ease-in-out;
			-ms-transition:all 0.4s ease-in-out;
			-o-transition:all 0.4s ease-in-out;
			transition:all 0.4s ease-in-out;
		  -moz-transform:scale(1.1);
			-webkit-transform:scale(1.1);
			-o-transform:scale(1.1);
			-ms-transform:scale(1.1);
			transform:scale(1.1);
			}

		.lightbox1 .cover_hover hgroup,
		.lightbox1 .cover_hover,
		.lightbox1 .cover_hover:hover {
		  -webkit-transition:all 0.3s ease-in-out;
		  -moz-transition:all 0.3s ease-in-out;
		  transition:all 0.3s ease-in-out;
		  }

		.lightbox1 .box { margin-bottom:30px; }

		.lightbox1 .cover_hover {
		  display:block;
			position: absolute;
			left:0;
			top:0;
		  background-color:#000;
			background-color:rgba(0,0,0,0);
			background-position: center 47%;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			z-index: 2;
			overflow: hidden;
			}

		.lightbox1 .cover_hover hgroup {
			position: absolute;
			left: 0;
			bottom: -100px;
			width: 100%;
			text-align: center;
			}

		.lightbox1 .cover_hover:hover hgroup {
			bottom:30px;
			}

		.lightbox1 .cover_hover:hover {
			background-color: rgba(0,0,0,0.6);
			}

		.lightbox1 .cover_hover hgroup h5 {
			font-size: 0.7em;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			color: #FFF;
			}

		.lightbox1 .cover_hover .ico_zoom {
		  position:relative;
		  display:block;
		  text-align:center;
		  color:#6aca0a;
		  width:50px;
		  height:50px;
		  overflow:hidden;
		  border:2px solid #6aca0a;
		  -webkit-border-radius:50%;
			-moz-border-radius:50%;
			border-radius:50%;
		  font-size:17px;
		  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity:0;
		  -webkit-transition:all 0.3s ease-in-out;
		  -moz-transition:all 0.3s ease-in-out;
		  transition:all 0.3s ease-in-out;
		  }

		.lightbox1 .ico_zoom i {
		  display:inline-block;
		  padding-bottom:3px;
		  }

		.lightbox1 .cover_hover:hover .ico_zoom  {
		  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		  filter: alpha(opacity=100);
		  opacity:1;

		  -webkit-transition:all 0.3s ease-in-out;
		  -moz-transition:all 0.3s ease-in-out;
		  transition:all 0.3s ease-in-out;

		  -webkit-transition-delay: 300ms;
		   -moz-transition-delay: 300ms;
		   -o-transition-delay: 300ms;
		   transition-delay: 300ms;
		  }

			.tit_proposte {
			  width: 100%;
			  text-align: center;
			  text-transform: uppercase;
			  padding-bottom: 30px;
			color: #333132;
			font-size: 0.84em;

			}




/* =============
Media Queries
============= */

/* ====== Switch Menu ======  */
@media only screen and (min-width : 0) and (max-width : 768px),
only screen and (min-device-width : 0) and (max-device-width : 768px),
only screen and (min-device-width : 0) and (max-device-width : 768px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 768px) and (-webkit-device-pixel-ratio: 3) {

  .desktop_view_menu {display:none;}
  .mobile_view_menu {display:block;}
 a .columns .th { min-height:inherit; }
	.columns .th .p_int { padding:0; }

	.columns h4,
	.columns h5 { text-align:center; }

}




/* ====== Small ======  */
@media only screen and (min-width : 0) and (max-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px),
only screen and (min-device-width : 0) and (max-device-width : 767px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 0) and (max-device-height: 767px) and (-webkit-device-pixel-ratio: 3) {

.gridTesto .table_grid { width:auto; }

.gridTesto .table_grid td {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}

.gridTesto h2 {
	font-size:32px;
	}

.gridTesto h3 {
	color:#666;
	font-size:17px;
	line-height:1.4em;
	}

.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }

.box_fluid,
.box_med,
.box_small { width:100%; }

.colx2 {
	-moz-column-count:1;
	-moz-column-gap:0;
	-webkit-column-count:1;
	-webkit-column-gap:0;
	}

.desktop_view {display:none;}
.mobile_view {display:block;}

.gridTesto a.btn {
	display:block;
	}
	#fake_h1 img {
	    margin-top: 0;
	}

.txtish {

	    font-size: 1.21em;

	    letter-spacing: 0.02em;
	}
}


/* ====== Med ======  */
@media only screen and (min-width : 767px) and (max-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px),
only screen and (min-device-width : 767px) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 767px) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {
.center_med,
.box_fluid {width:100%;}
.bg_cover_fixed { background-attachment: scroll; }
.pad0x20 { padding:0 20px; }
}

/* ====== Big ======  */
@media only screen and (min-width : 960px) and (max-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px),
only screen and (min-device-width : 960px) and (max-device-width : 1299px) and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-width: 960px) and (max-device-height: 1299px) and (-webkit-device-pixel-ratio: 3) {
.box_fluid {width:960px;}
}
#header_mobile {
width:100%;
position:relative;
background-color: #006884;
}
#header_mobile a {
display: block;
position: relative;
width: 100%;
max-width: 221px;
margin: 0 auto;
padding: 20px 0;
}
#header_mobile a img {
display:block;
width:100%;
}
#btn_menu {
display: block;
z-index: 5;
font-size: 15px;
font-weight: bold;
text-align: right;
padding: 13px 0;
text-transform: uppercase;
color: #edf3e9;
background-color: #006884;
}
#navmenu {
background-color:#FFF;
display:none;
text-align:center;
}
#navmenu ul li {
display:block;
position:relative;
font-size:15px;
}
#navmenu ul li a {
display:block;
padding:10px 0;
color:#000;
text-transform: uppercase;
position:relative;
}
#navmenu ul li i {
color:rgba(0,0,0,0.3);
position:absolute;
right:10px;
top:14px;
}
#navmenu ul > li {
border-bottom:1px solid rgba(0,0,0,0.1);
}
#navmenu ul ul {
display:none;
background-color:rgba(0,0,0,0.1);
}
#navmenu ul ul li {
font-size:13px;
border-bottom:1px solid #FFF;
}
/* #navmenu ul > li:last-child, */
#navmenu ul ul li:last-child {
border-bottom:none;
}
#navmenu ul li a.active {
background-color:#6aca0a;
color:#FFF;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
/* ====== Info ====== */
#contact_info_mobile {
padding:20px 0;
background-color: #98BCC7;
}
#contact_info_mobile td {
width:25%;
text-align:center;
}
#contact_info_mobile a {
display: inline-block;
text-align: center;
position: relative;
padding: 10px;
color: #006884;
border: 2px solid #edf3e9;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 60px;
height: 60px;
background-color: #edf3e9;
}
#contact_info_mobile a i {
font-size:27px;
}
/* ====== Menu ====== */
#menu_lang_mobile td {
width:50%;
text-align:center;
}
#menu_lang_mobile a {
color:#777;
font-size:12px;
font-weight:bold;
background-color:#EEE;
display:block;
padding:10px 0;
}
#menu_lang_mobile a.current {
background-color:#6aca0a;
color:#FFF;
}
#btn_menu i{
padding: 10px;
border: 1px solid #edf3e9;
border-radius: 0px 0px 10px 0px;
-webkit-border-radius: 0px 0px 10px 0px;
-moz-border-radius: 0px 0px 10px 0px;
margin-right: 4%;
background-color: #edf3e9;
color: #006884;
}

#fake_h1 h1{
  display: none;
}
#primary_header {
background-color:#006884;
height:auto;
width:100%;
z-index:30;
position:absolute;
left:0;
top:0;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
#primary_header.bgBlack {
height:auto;
background-color:rgba(0,0,0,1);
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
box-shadow:2px 2px 20px rgba(0,0,0,0.4);
}
.primary_nav .nav {
margin:0 auto;
width:auto;
}
#logo_img {
display:block;
width:221px;
padding:15px 0;
margin:0 30px 0 0;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
#logo_img.tiny {
padding:8px 0 10px;
width:152px;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
/* =========== Animazioni =========== */
.primary_nav .nav li ul {
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.primary_nav a, .primary_nav a:hover {
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
.primary_nav .nav > li > a:first-child:nth-last-child(2):before,
.primary_nav .nav > li:hover > a:first-child:nth-last-child(2):before,
.primary_nav .nav li li > a:first-child:nth-last-child(2):before,
.primary_nav .nav li li:hover > a:first-child:nth-last-child(2):before {
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
transition:all 0.3s linear;
}
/* =========== Costruzione =========== */
.primary_nav {
display:block;
text-align:right;
}
.primary_nav ul {
margin: 0;
padding:0;
list-style:none;
}
.primary_nav .nav {
vertical-align:top;
display: inline-block;
}
.primary_nav .nav li ul {
opacity:0;
visibility:hidden;
text-align:left;
}
.primary_nav .nav li:hover ul {
opacity:1;
visibility:visible;
}
.primary_nav .nav li {
position:relative;
}
.primary_nav .nav > li {
float:left;
}
.primary_nav .nav > li > a,
.primary_nav .nav > li > p {
font-family: 'Open Sans', sans-serif;
display:block;
color:#EDF3E9;
text-decoration:none;
font-weight:300;
font-size:15px;
padding:21px 0 21px;
margin:0 0.8vw -2px;
text-transform:uppercase;
position:relative;
letter-spacing: 0.1em;
border-bottom:2px solid transparent;
}
.primary_nav .nav > li > a:hover {
border-bottom:2px solid #98BCC7;
color:#FFF;
}
.primary_nav .nav li a:first-child:nth-last-child(2):before {
content:"";
position: absolute;
height:0;
width:0;
border:5px solid transparent;
top:45%;
right:5px;
}
.primary_nav .nav ul {
position: absolute;
white-space: nowrap;
z-index: 1;
left:-99999em;
box-shadow:2px 2px 20px rgba(0,0,0,0.4);
background-color:#FFF;
}
.primary_nav .nav ul li {
background-color:#6aca0a;
display:block;
padding: 10px;
border-bottom: 2px solid #006738;
}
.primary_nav .nav ul li a {
color:#fff;
display:block;
font-size:12px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: 'Open Sans', sans-serif;
}
.primary_nav .nav ul li a:hover {
color:#333132;
}
.primary_nav .nav > li:hover > ul {
left:auto;
min-width:100%;
}
/* ===== First Line ===== */
.line1 {
font-family: 'Open Sans', sans-serif;
float: right;
display: block;
width:100%;
max-width:980px;
font-size:11px;
color:#ccc;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin-bottom:10px;
margin-top:10px;
letter-spacing: 0.1em;
}
.line1 .fa{
font-size:1.2em;
}

.line1 .bx a {
color:#fff;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
.line1 .bx a:hover {
color:#6aca0a;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
#select_lang {
margin-right:15px;
}
#select_lang a {
color:#CCC;
display:inline-block;
padding:3px 8px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-weight:bold;
text-transform:uppercase;
}
#select_lang a:hover {
background-color:#777;
color:#FFF;
}
#select_lang a.active {
background-color:#6aca0a;
color:#FFF;
}
/* ====== Med ====== */
@media only screen and (min-width : 0) and (max-width : 959px), only screen and (min-device-width : 0) and (max-device-width : 959px), only screen and (min-device-width : 0) and (max-device-width : 959px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width: 0) and (max-device-height: 959px) and (-webkit-device-pixel-ratio: 3) {
#primary_nav .nav > li > a {
padding:10px 1.9em;
}
}
footer {
background-position: center center;
background-repeat: no-repeat;
color:#FFF;
}
footer h5 {
font-size:14px;
line-height:1.7em;
}
footer h5 a {
color:#FFF;
}
footer h5 i {
color:#6aca0a;
display:inline-block;
width:20px;
}
footer h4 {
text-transform:uppercase;
font-size:22px;
font-weight:900;
line-height:1.2em;
}
footer .line-bottom {
background-color:#EDF3E9;
padding:15px 0;
font-family: 'Open Sans', sans-serif;
}
footer .line-bottom .bx_left p {
color:#006884;
font-size:12px;
}
footer .line-bottom .bx_left p a {
color:#006884;
}
footer .line-bottom .bx_left p a {
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
footer .line-bottom .bx_left p a:hover {
color:#98BCC7;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
transition:all 0.1s linear;
}
.signed {background-color: #006884;
width: 100%;
text-align:right;
padding: 10px 0;
}
.signed p, .signed a {
font-size: 8px;
letter-spacing: 0.02em;
color: #fcfcfc;
}
