
body{
	font-family: 'Raleway', sans-serif;color: #03342c;
}

::selection {
    background: #93be0f;
	color:#fff;
    }
::-moz-selection {
    background: #93be0f;
	color:#fff;
}
.footer{
	background-image: url('../img/footer-bg.png');
	background-color: #000;
	width: 100%;
	min-height: 80px;
}

h1 { font-family: 'Raleway', sans-serif; font-weight: 400; color:#03342c; }
h2, h3, { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 25px; color: #03342c; }
h4 { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 20px; color: #03342c; }

p{font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 15px; text-align: justify;padding: 8px; line-height: 22px; color: #000 }

.bold{color:#03342c; font-weight: bold;}

.comunicare{color:#0f8263;font-weight: bold; font-size: 25px;}
.fidelizzare{color:#93be0f;font-weight: bold; font-size: 25px;}
.promuovere{color:#cbd300;font-weight: bold; font-size: 25px;}

.box_shadow {
		background-color: #fff;
  			-webkit-box-shadow: 0px 0px 50px 0px #ccc; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 50px 0px #ccc; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
            -webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 15px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
          border:1px solid #ccc;
          padding: 0;
          margin: 0;
}
.box_shadow2 {
	padding: 10px;
	
		background-color: #fff;
  			-webkit-box-shadow: 0px 0px 50px 0px #ccc; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
          box-shadow: 0px 0px 50px 0px #ccc; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
            -webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 15px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
          border:1px solid #ccc;
          padding: 0;
          margin: 0;
}

.bg-linea{ width: 100%; border-bottom: 1px dotted #ccc; padding-top: 15px;}

.box-title-dmm{
	background-color:#0f8263;
	border-radius: 15px 15px 0 0 ;
	border:1px solid #ccc; 
	text-align:center;
}
.box-title-dmm h3 {
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.box-title-mlp{
	background-color:#93be0f;
	border-radius: 15px 15px 0 0 ;
	border:1px solid #ccc; 
	text-align:center;
}
.box-title-mlp h3 {
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
.box-title-mdw{
	background-color:#cbd300;
	border-radius: 15px 15px 0 0 ;
	border:1px solid #ccc; 
	text-align:center;
}
.box-title-mdw h3 {
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
.box-title-mlp h3 {
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.05em #333;
}




.center {
	text-align: center;
}

.right{text-align: right}
.open-the-box {
	margin-bottom: 10px;
}

.open-the-box img {
	cursor: pointer;
}

.contacts input {
	font-size:25px;
	line-height:30px;
	width:300px;
	height:30px;
	padding:5px;
}

.contacts .btn {
	font-size:25px;
	line-height:0px;
	height:40px;
	padding:0px;
	width:90px;
}

/*.footer{
	height:20px;
	background-color:#f2f2f2;
	padding:5px;
	font-size:11px;
	border-top: 1px solid #188669;
	border-left: 1px solid #188669;
	border-right: 1px solid #188669;
}/*


.box_round {

  -webkit-border-top-left-radius: 8px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-top-left-radius: 8px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
	-webkit-border-top-right-radius: 8px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
    border-top-right-radius: 8px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; background-clip: padding-box;
}

a{
	color:#93be0f;
}


a:hover{
color:#99c41c;
	
}


ul a{color:#99c41c;}
