/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www#colffeecup#colm */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clearfix {
  *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
}

body {
background:#1a1114 url('http://cdn.dcodes.net/2/bg_images/color/c23.jpg') no-repeat center top;
color: #464F5C;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 1.6;
}

 
.clear {
  clear: both;
  font-size: 0;
  line-height: 1;
  margin-bottom:10px;
  padding: 0;
  width: 100%;
}

.img-responsive {
 display: block;
 height: auto;
 max-width: 100%;
}

.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

.row-fluid {
  width: 100%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span6 {
  width: 48.7179%;
  float:left;
}

.row-fluid .offset1 {
  margin-left: 11.1111%;
}

.row-fluid .span5 {
  width: 40.1709%;
  float:left;
}
 
ol, ul {
list-style: none;
}

.col5  #contento {
position:relative;
}

#contento p {
  color: #4D6077;
  font-size: 16px;
  left: 20px;
  line-height: 22px;
  position: absolute;
  top: 75px;
}


/***********************************************************************/
/************ Typography ***********************************************/
/***********************************************************************/

a {
  color: #15ADFF;
  text-decoration: none;
}

 a:hover {
  color: #39B54A;
}

p {
  font-family: verdana,sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}

hr.tall {
  background: url("../images/divider.png") no-repeat scroll center 0 transparent;
  border: 0 none;
  height: 6px;
  margin: 44px;
}

h4 {
  color: #2B363C;
  font-family: 'agendablack','arial';
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  margin:15px 0 15px 0;
}

h5 {
  font-family: 'arial';
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin:15px 0 15px 0;
}

 
img, div, input, textarea, nav {
-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
-o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

#organic-tabs a:hover {
color:#0099FF;
}
	
#organic-tabs .nav { 
overflow: hidden; 
border-radius:5px 5px 0px 0px;  
margin:0px;
padding:0px;
}
	
#organic-tabs .nav li { 
float: left;
margin: 0 6px 0 0; 
}
#organic-tabs .nav li.last { 
margin-right: 0; 
}
	
#organic-tabs .nav li a { 
display: block; 
padding: 5px; 
background: #c6c6c6; 
color: white; 
text-align: center; 
border: 0; 
padding:10px 20px; 
font-weight:bold;
}
	
#organic-tabs .nav li a:hover { 
background-color: #0099FF; 
}
	
#organic-tabs ul li.nav a.current { 
background-color: #F2F2F2; 
color: #2B363C; 
}

a, li {
  color: #555555;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s, outline 0.3s ease 0s;
}

.list-wrap {
background-color: #FAFAFA;
padding: 20px 20px 35px;
}

.list-wrap img {
  float: right;
  margin: 0 0 20px 20px;
  width: 25%;
}

/*  _______________________________________

	5. FULL OVERLAY
    _______________________________________  */



.full_overlay {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:100%;
	height:100%;
}
.full_overlay p {
	color:#FFFFFF;
	padding:10px;
}
	.full_overlay .content {
		position: absolute;
		left: 0px;
		/* Set the width and the height according to the size of your pictures */
		width: 100%;
		height:100%;
		/* Set a 0 opacity to hide the content */
		filter: alpha(opacity=0);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		/* Semi-transparent background for modern browsers, black for older browsers */
		background:#000000;
		background: rgba(0,0,0,0.8);
		/* CSS3 transitions, creates the fading effect */
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}
	.content h2, .content p {
		/* Text styling */
		padding:10px;
		color:#ffffff;
	}
	.full_overlay:hover .content {
		/* Setting a 100% opacity on mouse hover to show the content */
		filter: alpha(opacity=100);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

.codesOn .i-name {
  display: none;
}
.codesOn .i-code {
  display: inline;
}
.i-code {
  display: none;
}

/****************** SLIDESHOW ********************/ 

#slider-wrapper{background: url(../../images/slider_stripes_bg.png), url(../../images/slider_bg.png);background-color:#464f5c;background-position:center center;background-repeat: repeat, no-repeat;}
/*#slideshow{border-bottom:solid 5px #ff9933;border-top:solid 5px #ff9933; margin:0px auto}
#slideshow h1{ padding: 0px; border-bottom: none;background: none;}
#slideshow h2{ padding: 0px; border-bottom: none;background: none;}
#slideshow h3{ padding: 0px; border-bottom: none;background: none;}
ul#slide-main{height:344px;list-style-type:none;}
ul#slide-title{height:60px;position:relative; margin-left:-1px;list-style-type:none;z-index:100}
ul#slide-title li{border-left:1px solid #56606e;border-right:1px solid #2f353d;  width:24.7%; display:block}
ul#slide-title li:first-child{border-left:1px solid #464F5C;}
ul#slide-title li:last-child{border-right:1px solid #464F5C;}
ul#slide-title a:hover{text-decoration:none}
.activeSlide{background-color:#3d4450 !important}
.title{background:#464f5c;float:left;position:relative;  }
.slide-maintitle{background:#464f5c; text-align:center;}
.slide-maintitle span{background:url('../../images/slide_arrow.png') no-repeat right center; padding:7% 6% 7% 0%; display:inline-block; color:#fff; font-size:1.5em; font-family: 'News Cycle', sans-serif; }
.slide-desc{height:106px; background:url('../../images/slide_desc.png') no-repeat; padding:20px 30px; display:none; position:absolute; left:-10px; bottom:-5px; cursor:pointer; z-index:101; overflow:hidden;}
.slide-desc p{color:#999999; font-style:italic; font-family: 'PT Sans', sans-serif;}
.slide-desc h2{color:#464f5c; font-size:18px;  font-family: 'News Cycle', sans-serif; margin-bottom:10px}
*/
.ei-slider{position: relative;width: 100%;max-width: 980px;height: 340px; margin-left:auto; margin-right:auto;border-top:solid 5px #ff9933; z-index:1}
.ei-slider img{max-width:none}
.ei-slider-loading{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index:999;background: rgba(0,0,0,0.9);color: #fff;text-align: center;line-height: 400px;}
.ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}
.ei-slider-large li{position: absolute;top: 0px;left: 0px;overflow: hidden;height: 100%;width: 100%}
.ei-slider-large li img{width: 100%;}
.slide-maintitle{text-align:center;  background:url('../../images/sliders/slider_separator.png') repeat-y right center #464f5c; min-height: 55px;}
.slide-maintitle span{font-size: 1.4em;color:#fff; background:url('../../images/slide_arrow.png') no-repeat right center; padding:6% 6% 8%; display:inline-block;  font-family: 'News Cycle', sans-serif;}
.ei-slider-thumbs{display:block; margin: 0 auto;position: relative; height: 2px; }
.ei-slider-thumbs li{position: relative;float: left;cursor:pointer;border-bottom:solid 5px #ff9933; display:block}
.ei-slider-thumbs li:last-child .slide-maintitle{background:none #464f5c;}
.ei-slider-thumbs li.ei-slider-element{top: 0px;border: medium none;left: 0px;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #ff9933;}
.slide-desc{overflow:hidden;background:url('../../images/main_content_bg.png') repeat; padding:10px 20px; display:none; position:absolute; bottom:-5px; cursor:pointer;z-index: 999;max-width: 100%; border-bottom:5px solid #464F5C}
.slide-desc p{color:#999999; font-style:italic; font-family: 'PT Sans', sans-serif;}
.slide-desc h2{color:#464f5c; font-size:18px;  font-family: 'News Cycle', sans-serif; margin-bottom:10px; }


/***************************************************************************************/
/******************* Navigation start here *********************************************/
/***************************************************************************************/
.horizontal-nav {
background: #efefef;
border-radius: 6px;
}
.horizontal-nav ul {
background: rgb(181,189,200); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODM0M2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-8 */

float: left;
text-align: center;
border: 1px solid #0e7079;
margin:0px;
}
    .horizontal-nav ul li {
        float: left;
        border-left: 1px solid #0e7079;
        list-style:none;
    }
    .horizontal-nav ul li:first-child {
        border-left: 0 none;
    }
.horizontal-nav ul li a {
display: block;
padding: 10px 20px;
color: #fff;
border-top: 1px solid rgba(255,255,255, 0.25);
border-left: 1px solid rgba(255,255,255, 0.25);
transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s, outline 0.3s ease 0s;
}
    .horizontal-nav ul li:first-child a {
        border-left: 0 none;
    }
    .horizontal-nav ul li a:hover {
        background: #273A4A;
    }
	
	.horizontal-nav li.active a {
	background-color: #273A4A;
}
    .horizontal-nav ul li:first-child a {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    .horizontal-nav ul li:last-child a {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    
 /****************************************************************/
 /************ FOOTER NAV START HERE ****************************/
 
 #footer-nav {
  padding-bottom: 30px;
}

#footer-nav p {
  float: left;
}

#footer-nav ul {
  float: right;
}

#footer-nav ul li {
  display: inline;
  font-size: 12px;
  font-weight: bolder;
  margin-left: 40px;
  text-transform: uppercase;
}

#footer-nav ul li.current a, #footer-nav ul li a:hover {
  color: #FFFFFF;
}

hr.tall {
  background: url("../images/divider.png") no-repeat scroll center 0 transparent;
  border: 0 none;
  height: 6px;
  margin: 44px;
}

/*********************************************************************/
/************ AZIENDA PAGE START HERE ********************************/
/*********************************************************************/
.top-wrapper{
border-bottom: 5px solid #B9C3CC
 }

.html_carousel {
	padding: 0px;
    width: 100%;
}
.html_carousel div.slide1 {
	position: relative;
}
.html_carousel div.slide1 img{
 border-radius: 18px 18px 0px 0px;
}
   

.html_carousel div.slide1 div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
}
.html_carousel div.slide1 h4 {
	font-size: 35px;
	padding: 30px 0 0 50px;
}
.html_carousel div.slide1 p {
	font-size: 16px;
	padding: 0 0 30px 50px;
}
.html_carousel div.slide1 h4, .html_carousel div.slide1 p {
	color: white;
	margin: 10px;
}

hr.tall {
margin: 44px 0;
background: url("../images/divider.png") no-repeat scroll center 0 transparent;
border: 0 none;
height: 6px;
}

ul.timeline {
list-style: none outside none;
margin: 0 0 25px;
padding: 0;
}

ul.timeline li {
clear: both;
margin: 25px 0;
padding: 0;
}

ul.timeline li div.thumb {
background: url("../images/history-thumb.png") no-repeat scroll 0 0 transparent;
float: left;
height: 160px;
margin: 0 0 30px;
padding: 0;
width: 227px;
}

ul.timeline li div.thumb img {
border-radius: 150px 150px 150px 150px;
height: 145px;
margin: 7px 8px;
width: 145px;
}

ul.timeline li div.featured-box {
margin-bottom: 50px;
margin-left: 225px;
min-height: 115px;
text-align: left;
}

div.featured-box div.box-content {
border-radius: 8px 8px 8px 8px;
border-top: 4px solid #33B8FF;
padding: 30px 30px 10px;
}

div.featured-box {
  -moz-box-sizing: border-box;
  background: linear-gradient(to bottom, #FFFFFF 1%, #F9F9F9 98%) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px 8px 8px 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  margin: 20px auto;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.box-content {
border-radius: 8px 8px 8px 8px;
border-top: 4px solid #33B8FF;
padding:  10px;
}

div.featured-box h4 {
font-size: 1.3em;
font-weight: 400;
letter-spacing: -0.7px;
margin-top: 5px;
text-transform: uppercase;
}

ul.timeline li p {
margin-left: 53px;
}

ul.timeline li h4 {
margin: 0 0 -27px;
padding: 0;
}


/********************************************************************/
/******************* lavorazioni page start here ********************/
/********************************************************************/
.port-wrap {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding:20px;
  border-bottom:5px solid #3399FF;
}

#portfolio1 h3 {
  color: #000000;
  font-family: 'Coustard',sans-serif;
  font-size: 30px;
  text-align: center;
  text-shadow: 0 1px 1px #E4EBE9;
  text-transform: uppercase;
}

#slidingDiv, #slidingDiv_2{
	margin-top:10px;
	display:none;
}

/********************************************************************/
/**************  Machine page start here ****************************/
/********************************************************************/

.c4 {
margin-bottom:15px;
 }
 
 .boxshadow img {
	
	/* Setting a black blur effect around ../images */ 
	-moz-box-shadow: 0 0 5px #000000;  
	-webkit-box-shadow: 0 0 5px #000000;   
	box-shadow:0px 0px 5px #000000;
	/* Transitions for modern browsers */
	-webkit-transition: -webkit-box-shadow 0.4s ease;
	-moz-transition: -moz-box-shadow 0.4s ease-in-out;
}
.boxshadow img:hover {
	/* Changing the color of the blur on mouse hover */
	-moz-box-shadow: 0 0 10px #666666;  
	-webkit-box-shadow: 0 0 20px #666666; 
	box-shadow:0px 0px 20px #666666;
}

.tooltip span{font-weight:700;
color:#ffea00;}

.tooltip-image{
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:3px;
}

.tooltip{
position:absolute;
width:250px;
background-image:url("../images/tip-bg.png");
background-position:left center;
color:#FFF;
padding:5px 5px 5px 18px;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
}

.fancybox-custom .fancybox-skin {
box-shadow: 0 0 50px #222;
}

/********************************************************************/
/**************** Products page start here **************************/
/********************************************************************/

.info {
width: auto;
float: left; 
display: inline;
padding: 0;
position: relative;
}
.info:hover {
z-index: 99;
}

.info img {
opacity: 0.6;
position: relative;
}

.info:hover img{
z-index: 999;
	
/* Enabling a 100% opacity on mouse hover */
filter: alpha(opacity=100);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.details {
	position: absolute;
	left: -10px; 
	top: -10px;
	
	/* The top padding is set to 220px because the height of the demo ../images
	   is 200px, so we have an additional 10px on the top and at the bottom of the image */
	padding: 220px 37px 10px 10px;
	/* Set the following width according to the size of your ../images */
	width: 90%;
	/* Hiding the DIV */
	display: none;
	/* Rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.info:hover .details {
	/* Showing on mouse hover */
	display: block;
}

/* Styling for the black variant */
.black {
	background: #000000;
}
.black h2, .black p {
color: #ffffff;
}

/* Styling for the white variant */
.white {
background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s, outline 0.3s ease 0s;
}
.white h2, .white p {
color: #fff;
}
.white p{
font-size:12px;
 }

.white h2 {
  font-size: 22px;
  line-height: 18px;
}


.col3 {
  margin-bottom: 10px;
}


/*******************************************************************/
/********* CONTACT PAGE ********************************************/
/*******************************************************************/

#adress h4 {
    color: #2B363C;
    font-family: 'agendablack','arial';
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 15px 0 25px;
    text-transform: uppercase;
}


p.resalt {
    font-family: verdana,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

label {
  color: #262626;
  cursor: pointer;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  width: 60%;
}

input{
  width: 60%;
  height: 32px;
  margin-bottom: 5px;
}

 textarea {
  height: 230px;
  width: 85%;
}

/* button 
---------------------------------------------- */
.button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

/* blue */
.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

#button, #button2{
	height: 32px;
    margin-bottom: 5px;
    width: 15%;
}

a:link, a:visited, a:hover, a:active, a:focus {
  outline: medium none;
  text-decoration: none;
}

a {
    color: #D93E39;
}

.divisor {
  background-color: #CDCDCD;
  height: 1px;
  margin: 30px 0;
  position: relative;
  width: 100%;
}

.circle_left {
  background-color: #33B8FF;
  border-radius: 50% 50% 50% 50%;
  height: 10px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 10px;
}

.circle_right {
  background-color: #33B8FF;
  border-radius: 50% 50% 50% 50%;
  height: 10px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
}


.onerow .flags img{
	width: 40px;
	height: 25px;
	float: left;
	margin: 0 5px 0 10px;
	padding-top: 10px;
	
}
