/*@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Quintessential);*/
/*@import url(http://fonts.googleapis.com/css?family=Cinzel);*/
/*@import url(http://fonts.googleapis.com/css?family=Port+Lligat+Sans);
@import url(http://fonts.googleapis.com/css?family=News+Cycle:700);*/
@import url(http://fonts.googleapis.com/css?family=Noticia+Text);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/*
	Minimaxing 1.0 by nodethirtythree design
	http://nodethirtythree.com | @nodethirtythree
	Released under the Creative Commons Attribution 3.0 license (nodethirtythree.com/license)
*/
/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
.box-c2Heigth{
height: 100px;
}
form,button {
	border: 0;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 1px;
}

/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 900px;
	padding: 14px;
}

/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 280px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 280px;
}

#stylized input {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 400px;
	margin: 2px 0 20px 10px;
}

#stylized textarea {
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 600px;
	height: 200px;
	margin: 2px 0 20px 10px;
}

#stylized select {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 400px;
	margin: 2px 0 20px 10px;	
}

#stylized #arhives  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #status  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #submit {
	clear: both;
	margin-left: 300px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

table {
	
	padding: 0;
	margin: 0 auto 0 auto;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

tr.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

tr.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;	
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
	
}

.demo-wrap .left {
	width: 205px;
	float: left;
}

.demo-wrap .right {
	width: 320px;
	float: left;
}

.demo-wrap .right .album {
	margin-top: 60px;
	font-size: 16px;
}

.demo-wrap .right .band {
	font-size: 14px;
	color: #838383;
}

.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	margin: 32px auto 0 auto;
	max-height: 280px;
	max-width: 300px;
		padding: 6px;
		-moz-box-shadow: 0 0 8px #ccc;		
		-webkit-box-shadow: 0 0 8px #ccc;		
		box-shadow: 0 0 8px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
.demo-wrap .bx-wrapper img{
	max-height: 280px;
	max-width: 300px;
}
.delete {
	position: relative;
	top: -400px;
	left: 570px;	
	padding-left:20px;
	width: 10px;
	height: 31px;
	
	background: url(/dih/public/images/resource/delete.png) no-repeat;
	
}
.demo-wrap .bx-captions{
	background: rgba(80,80,80,0.75);
	color:#FFF;
	padding: 3% 0 0 2%;
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height:15%;
	z-index: 100;
	overflow: hidden;
}
.demo-wrap .bx-prev {
	position: absolute;
	z-index:100;
	top: 78px;
	left: 10px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/dih/public/images/resource/icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 78px;
	z-index:100;
	right: 10px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/dih/public/images/resource/icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover 
	{
	background-position: 0 0;
}
body {
	font: 100.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	/*
	font-size: 13.5pt;
	font-family: sans-serif;
	*/
	
	/*background: #C7DAE4 url("/dih/public/images/resource/background_01.png") repeat-x;*/
	background: url('/dih/public/images/resource/back_top.jpg') top center repeat-x, url('/dih/public/images/resource/back.jpg');

	font-family:
		/*'Ubuntu Condensed',"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica,*/
		sans-serif ;
	color: #300000;
	letter-spacing: -0.5px;
}

h1,h2,h3,h4 {
	color: #34779E;
	font-weight: normal;
	padding-left: 8px;	
}

/*	h1,h2 {
		text-transform: lowercase;
	}
*/
h2 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 1em;
}

h3,h4 {
	color: #283121;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

h4 {
	font-size: 1em;
}

p,ul {
	margin-bottom: 1.25em;
}

p {
	
	line-height: 1.3em;
	margin: 0.625em;
	text-align: left;
	text-indent: 1.5em;
}
	#hWrapper2 {
	}	
	#ordine,#sindicate{
	background: #00AEEF url('/dih/public/images/resource/ordine_menu.png') repeat-x;
		background-size:1px 36px;
	}
	#noutati,#achizitiPub{
	background: #70A63A url('/dih/public/images/resource/noutati_menu.png') repeat-x;
		background-size:1px 36px;
	}
	#foto{
	background: #F7901E url('/dih/public/images/resource/foto_menu.png') repeat-x;
		background-size:1px 36px;
	}
	#activitati{
	background: #f32222 url('/dih/public/images/resource/menu_activitati.png') repeat-x;
		background-size:1px 36px;
	}
	#activCabMet{
	background: #F7901E url('/dih/public/images/resource/foto_menu.png') repeat-x;
		background-size:1px 36px;
	}
	.box-h{
		border-radius: 10px 10px 0 0;		
		text-align: center;
		padding: 5px;
		text-transform: uppercase;
		color: #FFF;
		font-size: 20px;
		font-weight: bolder; 
	}
	.box-c{		
		position:relative;		
		background: #FFF;
		padding: 5px;			
	}
	.box-c{
	height:100px;
	overflow: hidden;
	
	}
	.box-c ul{
		margin: 0;
		padding:0;
		list-style-type:none;
		list-style-position: inside;			
	}
	.box-c li:BEFORE{		
		padding:  0 0 2px 0;
		color: #000;	
	}
	.box-f, .box-h2{
		position:relative;
		background: #D1D3D4 url('/dih/public/images/resource/alte_menu.png') repeat-x;
		background-size:1px 36px;		
		text-align: center;
		padding:  5px 0;
		height: 20px;
	}
	.box-h2{
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
		color: #FFF;
		font-size: 20px;
	}

.box-c p{
	
	line-height: 1.2em;
	margin:0 0.325em 0.325em 0.325em;
	text-align: justify;
	text-indent: 0;
	}
.box-c a{
	/*font-family: 'Quintessential', cursive;
	font-family: 'Cinzel', serif;
	font-family: 'Port Lligat Sans', sans-serif;
	font-family: 'News Cycle', sans-serif;*/
	font-family: 'Noticia Text', serif;
	color:#000;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 1.5em;
	}

.box-c2 {
	font-family: 'Droid Sans', sans-serif;
	color:#FFF;
	position:absolute;
	background: rgba(80,80,80,0.80);
	padding: 0;
	bottom:0;
	margin: 0;
	width: 100%;
}
.box-c2  li{
	width:90%;
	float:left;
}
.box-c2  a{
	color: inherit;
}
.box2arrow{
cursor:pointer;
float:right;
width: 30px;
height: 120px;
background: url('/dih/public/images/resource/box2arrow.png') no-repeat;
        
}

.box-h2 a{
	color: #fff;
	text-shadow: #D1D3D4 1px 1px 2px, 
                 #777777 -1px -1px 0;
	}
		
.box-c div img{
		float:left;
		width:65px;		    
		padding: 2px 4px;	
		margin:  2px 12px 0 0;
		-moz-box-shadow: 3px 3px 4px #ccc;		
		-webkit-box-shadow: 3px 3px 4px #ccc;		
		box-shadow: 3px 3px 4px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	}
.miniDate{
	
	width: 20px; height: 10px; 
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	float:left;
	/*width:10px;
	height:7px;
	font-size: 7px;
	color: #ccc;
	line-height: 7px;
	background-color: #000;
	text-align: center;
	margin: 0 2px 0 0; */
		
	}
	.borderDate{
	float:left;
	margin: 0;
	padding: 0 5px;
	}
	.miniDate p{
	font-family: Helvetica, sans-serif; 
	font-size: 8px; text-align: center; color: #000; 
	margin: 0;
	padding: 0;
	}
	.miniDate p span {
	background: #00cad1; 
	background: linear-gradient(top, #00cad1 0%, #0f097b 100%);
	background: -moz-linear-gradient(top, #00cad1 0%, #0f097b 100%);
	background: -webkit-linear-gradient(top, #00cad1 0%, #0f097b 100%);
	font-size: 8px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #00aed1;
	border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	padding: 0 0 1px 0;
	
}
#adrress img, #phone img, #mail img{
		width: 15px;	
	}	
strong {
	color: #474e43;
}

img.left {
	float: left;
	margin: 2px 1.25em 0 0;
}

img.top {
	margin: 4px 0 2.25em 0;
}

ul {
	padding: 0.25em 0 0 0;
}

a {
	color: #34779E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

*>p:last-child {
	margin-bottom: 0 !important;
}

article.blog-post {
	position: relative;
}

article.blog-post, .comments {
	position: relative;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 24px;
	padding-left: 40px;		
	background: url('/dih/public/images/resource/icon-bubble.png') no-repeat;
}

ul.small-image-list {
	
}

ul.small-image-list li {
	overflow: hidden;
	margin-bottom: 1.5em;
}

ul.big-image-list {
	
}

ul.big-image-list li {
	overflow: hidden;
	margin-bottom: 2em;
}

ul.link-list {
	
}

ul.link-list li {
	border-top: solid 1px #ced0b7;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
}

ul.link-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.button {
	display: inline-block;
	padding: 15px 25px 15px 25px;
	background-color: #7B0008;
	background-image: -moz-linear-gradient(top, #008dad, #7B0008);
	background-image: -webkit-linear-gradient(top, #008dad, #7B0008);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad),
		to(#7B0008) );
	background-image: -ms-linear-gradient(top, #008dad, #7B0008);
	background-image: -o-linear-gradient(top, #008dad, #7B0008);
	background-image: linear-gradient(top, #008dad, #7B0008);
	border-radius: 10px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: -1px;
	border: solid 1px #006e8b;
	box-shadow: inset 0px 0px 0px 1px #18a8c8;
}

.button:hover {
	background-color: #118eb1;
	background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe),
		to(#118eb1) );
	background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: linear-gradient(top, #1b9fbe, #118eb1);
	box-shadow: inset 0px 0px 0px 1px #3ecceb;
}
.box-h a{
	color: inherit;
	}
/*.box-h2 a{
	color: #00749F;
	}
*/
#sus {
		padding: 0 5px;
		position: fixed;
		top:90px;
		right:2px;	
		
	}
	#sus a{
	
	opacity:0.7;
	filter:alpha(opacity=70);
	margin:0 2px 0 0;
	
	}
	#sus a:HOVER{
	font-weight:bolder;
	opacity:1.0;
	filter:alpha(opacity=100);
	}
	.insideContent{
		margin:0 20px;
	}
	#footer {
		background: #005685;	
		text-align: center;
		color: #FFF;
		font-size:14px;
		letter-spacing:1px;
		font-weight:bold;		
		padding: 20px 0 0 0;
		margin: 0;	
		height:20px;
		border-radius:0 0 80% 80%;
		-moz-border-radius: 0 0 80% 80%;
		-webkit-border-radius: 0 0 80% 80%;
	}
	
	#footer a {
			
			color: #FFF;
			text-decoration: none;
		}

/*********************************************************************************/
/* 1200px (>= 1200px)                                                            */
/*********************************************************************************/
@media only screen and (min-width: 1200px) {
	section,article {
		margin: 0 0 60px 0;
	}
	section:last-child,article:last-child {
		margin-bottom: 0;
	}
	section.left-content {
		padding-right: 30px;
	}
	section.right-content {
		padding-left: 30px;
	}
	section.middle-content {
		padding: 0 30px 0 30px;
	}
	ul.small-image-list img {
		width: 78px;
	}
	ul.big-image-list img {
		width: 178px;
	}
	.blog-post-image {
		width: 588px;
	}
	#headerTitle div{
	position: relative;	
	margin: 0 auto;	
	height:120px;
	width: 1300px;	
	}
	#headerTitle a{
		position: relative;	
		height:120px;
		width:800px;				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 160%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#stema{
		float: left;		
		margin-left: 100px;
	}
	#logo{
		float: right;		
		margin-right: 150px;
	}
	
	#header-wrapper {
		/*background-color: #7B0008;*/
		}
	#header {
		color: #FFF;
		padding: 10px 0 0 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	#banner-w {
		/*background: #FFF url('/dih/public/images/resource/colt_1.png') no-repeat;*/
		background:#EDEDED;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		background-size: 30px 27px;		 		
	}
	#carti{
		position: absolute;
		top:165px;		
	
	}
	#bannerContent{
	   float:left;
	   	width:500px;
		border-top: 4px dotted #CCC;
		border-bottom: 4px dotted #CCC;
		
	}
	 #bannerContect div {
		text-align: justify;
		padding:0 10px 0 10px;
		float: left;
		width: 200px;
		
	}
	#bannerContent img{
		float: left;
		width: 200px;
		padding: 2px 2px;	
		margin:  2px 10px 0 0;
		-moz-box-shadow: 3px 3px 4px #ccc;		
		-webkit-box-shadow: 3px 3px 4px #ccc;		
		box-shadow: 3px 3px 4px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');	
	}
	#contact {
	float: left;
	
	}
	#contact  img{
	float: left;
	width: 20px;
	}
	#banner-w h3{
		color: #85B250;
		margin-bottom: 0;
	font-size: 24px;
	}	
	#content1 {
		/*background: #00749F url('/dih/public/images/resource/colt_2.png') no-repeat;*/
		/*background-size: 30px 27px;*/
		border-radius: 20px 20px 0 0;
		-moz-border-radius: 20px 20px 0 0;
		-webkit-border-radius: 20px 20px 0 0;		
		background: #00749F;
	}
	
/*.box-c img {
-webkit-transition: -webkit-transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
 

.box-c img {
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
.box-c img:hover {
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
position: relative;
z-index: 5;
}*/
	.imgVideoSlide{
	
		
	}
	.imgVideoSlide img{
	
	 max-width: 200px;
	 max-height: 300px;
	 
	}
	
	#content2 {
		/*background: #76A5BA url('/dih/public/images/resource/colt_3.png') no-repeat;*/
		background-size: 30px 27px;
		background: #76A5BA;
				
	}
	
	#content3 {
		background: #76AFFA;
	}
	
	#breadcrumbs{
		padding: 10px 20px 0 20px;	
	}
		
	#contentCanvas{
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}
	
	#content{
		background-color: #FFFAFA;
		width: 999px;
		float:right;		 
	}
	.topnav{
		position:relative;
		top:2px;
		width:100%;					
		margin: 0.5% 0 0 0;
		padding:10px 0 0 0;
		
	}
	.topnav ul,.topnav li {
		padding:0 ;
		margin: 0 -6px 0 0;
		display: inline;
						
	}

	.topnav a {
		border-radius: 10px 10px 0 0;
		font-size:13px;
		font-weight:bold;
		
		background: url("/dih/public/images/resource/top_menu_gray.png") repeat-x;
		border-left: 2px solid #8E9092;
		border-right: 2px solid #8E9092;
		background-color: #266F97;
		padding:10px 5px 0 5px;
		color: #FFF;
		/*color: #74AB3C;*/
		text-decoration: none;
		text-transform: uppercase;
		
	}
	.topnav a.current-page-item {
		
		background-color: #74AB3C;
		text-decoration: none;
	}
	.topnav a:HOVER {
		background:#EDEDED url("/dih/public/images/resource/top_menu_green.png") repeat-x;
		border-left: 2px solid #74AB3C;
		border-right: 2px solid #74AB3C;
		
		text-decoration: none;
		color: #74AB3C;
		
	}
	#leftSlider{
		background-color: #005685;
		width: 200px;
		float:left;
	}
	#activeMenu{
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	.leftMenu{
		/* margin: 2.5% 0 2.5% 0; */
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
		
	}
	.leftMenu li {		
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;					
	}

	.leftMenu a {				
	background: #74A3B8;
	border-bottom: 3px solid #005685;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	/*
		color: #EEF3FA;		
		text-decoration: none;
		background-color: #74A3B8;
	background-image: url("/dih/public/images/resource/leftMenuButton_03.gif") x-repeat;
	*/
	}
	.leftMenu a:HOVER, .leftMenu a.activated:HOVER {	
		background: #0A9EC3;
	text-indent: -5px;	
	}
	.leftMenu a.activated{
		background: #007A98;
	}
	
	/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:130px;
		right:0;	
		
	}
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:80px;
	 	border:3px solid #91B303;
	}
	#backLinkIn img{		
		padding-bottom:2px;
		width:50px; 
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/
}

/*********************************************************************************/
/* 1000px (> 480px && < 1200px)                                                  */
/*********************************************************************************/
@media only screen and (max-width: 1199px) and (min-width: 481px) {
	section,article {
		margin: 0 0 50px 0;
	}
	section:last-child,article:last-child {
		margin-bottom: 0;
	}
	section.left-content {
		padding-right: 15px;
	}
	section.right-content {
		padding-left: 15px;
	}
	section.middle-content {
		padding: 0 15px 0 15px;
	}
	ul.small-image-list img {
		width: 50px;
	}
	ul.big-image-list img {
		width: 75px;
	}
	.blog-post-image {
		width: 490px;
	}
	#headerTitle a{
		position: relative;	
		height:120px;
		width:700px;				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 160%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#stema{
		float: left;		
		margin-left: 100px;
	}
	#logo{
		float: right;		
		margin-right: 100px;
	}
	
	#header-wrapper {
		/*background-color: #7B0008;*/
	}
	#header {
		color: #FFF;
		padding: 10px 0 0 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	#banner-w {
		/*background: #FFF url('/dih/public/images/resource/colt_1.png') no-repeat;
		background-size: 20px 17px;*/
		background: #EDEDED;
		border-radius:20px 20px 0 0;
		-moz-border-radius:20px 20px 0 0;
		-webkit-border-radius:20px 20px 0 0;
	}
	#carti{
		position: absolute;
		top:225px;		
	
	}
	#bannerContent{
	   float:left;
	   	width:500px;
		border-top: 4px dotted #CCC;
		border-bottom: 4px dotted #CCC;
	}
	 #bannerContect div {
		text-align: justify;
		padding:0 10px 0 10px;
		float: left;
		width: 200px;
	}
	#bannerContent img{
		float: left;
		width: 200px;
		padding: 2px 2px;	
		margin:  2px 10px 0 0;
		-moz-box-shadow: 3px 3px 4px #ccc;		
		-webkit-box-shadow: 3px 3px 4px #ccc;		
		box-shadow: 3px 3px 4px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');	
	}
	#contact {
	float: left;
	
	}
	#contact  img{
	float: left;
	width: 20px;
	}
	#banner-w h3{
		color: #85B250;
		margin-bottom: 0;
	font-size: 24px;
	}	
	#content1 {
		/*background: #00749F url('/dih/public/images/resource/colt_2.png') no-repeat;
		background-size: 20px 17px;*/
		background: #00749F;
		border-radius:20px 20px 0 0;
		-moz-border-radius:20px 20px 0 0;
		-webkit-border-radius:20px 20px 0 0;			
	}
/*	.box-h, .box-h2{
	border-radius: 10px 10px 0 0;
		text-align: center;
		padding: 5px;
		text-transform: uppercase;
		color: #FFF;
		font-size: 20px;
		font-weight: bolder; 
	}
	
	.box-c{
		position:relative;		
		background: #FFF;
		padding: 5px;			
	}
/*	.box-c img{
		float:left;
		width:50px;
	    height:50px;
		padding: 0;
		margin:  2px 2px 0 0;	
	}
*/	
/*	.imgVideo, .box-c{
	height:100px;
	overflow: hidden;
	}
	.box-c ul{
		margin: 0;
		padding:0;
		list-style-type:none;
		list-style-position: inside;			
	}
	.box-c li:BEFORE{		
		padding:  0 0 3px 0;
		color: #3477C0;	
	}
	.box-f, .box-h2{
		position:relative;
		background: #D1D3D4 url('/dih/public/images/resource/alte_menu.png') repeat-x;
		background-size:1px 36px;
		text-align: center;
		padding: 0;
		margin:0;
		height: 20px;
	}
	*/
	#content2 {
		/*background: #76A5BA url('/dih/public/images/resource/colt_3.png') no-repeat;
		background-size: 20px 17px;	*/
		background: #76A5BA;
		
				
	}
	#content3 {
	background: #76AFFA
	}
	
	#breadcrumbs{
		padding: 10px 20px 0 20px;	
	}
		
	#contentCanvas{
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}
	
	#content{
	
		background-color: #FFFAFA;
		width: 999px;
		float:right;		 
	}
	.topnav{
		position:relative;
		top:4px;					
		margin: 1.5% 0 0 0;
		padding:10px 0 0 0;	
	}
	.topnav ul,.topnav li {
		padding:0 ;
		margin: 0 -7px 0 0;
		display: inline;
	line-height: 20px;
				
	}

	.topnav a {
	border-radius: 10px 10px 0 0;
		font-size:11px;
		font-weight:bold;
		letter-spacing:-1px;
		/*border-top: 8px solid #8E9092;*/
		background: url("/dih/public/images/resource/top_menu_gray.png") repeat-x;
		border-left: 2px solid #8E9092;
		border-right: 2px solid #8E9092;
		background-color: #266F97;
		padding:10px 5px 0 5px;
		color: #FFF;
		/*color: #74AB3C;*/
		text-decoration: none;
		text-transform: uppercase;
	}
	.topnav a.current-page-item {
		
		background-color: #74AB3C;
		text-decoration: none;
	}
	.topnav a:HOVER {
		/*border-top: 8px solid #74AB3C;*/
		background: #EDEDED url("/dih/public/images/resource/top_menu_green.png") repeat-x;
		border-left: 2px solid #74AB3C;
		border-right: 2px solid #74AB3C;		
		text-decoration: none;
		color: #74AB3C;
	}
	
	/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:130px;
		right:0;	
		
	}
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:80px;
	 	border:3px solid #91B303;
	}
	#backLinkIn img{		
		padding-bottom:2px;
	 width: 50px;
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/
	
}

/*********************************************************************************/
/* Mobile (<= 480px)                                                             */
/*********************************************************************************/
@media only screen and (max-width: 480px) {
	section,article {
		margin: 0 0 50px 0;
	}
	section:last-child,article:last-child {
		margin-bottom: 0;
	}
	section.left-content {
		padding-right: 15px;
	}
	section.right-content {
		padding-left: 15px;
	}
	section.middle-content {
		padding: 0 15px 0 15px;
	}
	ul.small-image-list img {
		width: 50px;
	}
	ul.big-image-list img {
		width: 75px;
	}
	.blog-post-image {
		width: 490px;
	}
	#headerTitle a{
		position: relative;	
		height:120px;
		width:700px;				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 160%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#stema{
		float: left;
		width:10%;		
		margin-left: 10%;
	}
	#logo{
		float: right;		
		width:10%;
		margin-right: 10%;
	}
	
	#header-wrapper {
		/*background-color: #7B0008;*/
	}
	#header {
		color: #FFF;
		padding: 10px 0 0 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	#banner-w {
		/*background: #FFF url('/dih/public/images/resource/colt_1.png') no-repeat;
		background-size: 20px 17px;*/
		background: #EDEDED;		
	}
	#carti{
		position: absolute;
		top:185px;		
		display: none;
	}
	#bannerContent{
	   float:left;
	   	width:500px;
		border-top: 4px dotted #CCC;
		border-bottom: 4px dotted #CCC;
	}
	 #bannerContect div {
		text-align: justify;
		padding:0 10px 0 10px;
		float: left;
		width: 200px;
	}
	#bannerContent img{
		float: left;
		width: 100px;
		padding: 2px 2px;	
		margin:  2px 10px 0 0;
		-moz-box-shadow: 3px 3px 4px #ccc;		
		-webkit-box-shadow: 3px 3px 4px #ccc;		
		box-shadow: 3px 3px 4px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');	
	}
	#contact {
	float: left;
	
	}
	#contact  img{
	float: left;
	width: 20px;
	}
	#banner-w h3{
		color: #85B250;
		margin-bottom: 0;
	font-size: 24px;
	}	
	#content1 {
		background: #00749F url('/dih/public/images/resource/colt_2.png') no-repeat;
		background-size: 20px 17px;			
	}
	

	#content2 {
		background: #76A5BA url('/dih/public/images/resource/colt_3.png') no-repeat;
		background-size: 20px 17px;			
	}
	#content3 {
	background: #76AFFA
	}
	
	#breadcrumbs{
		padding: 10px 20px 0 20px;	
	}
		
	#contentCanvas{
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}
	
	#content{
		background-color: #FFFAFA;
		width: 999px;
		float:right;		 
	}
	.topnav{					
		margin: 1.5% 0 0 0;
		padding:10px 0 0 0;	
	}
	.topnav ul,.topnav li {
		padding:0 ;
		margin: 0 0 0 0;
		display: inline-table;
	line-height: 30px;
				
	}

	.topnav a {
	border-radius: 10px 10px 0 0;
		font-size:11px;
		/*border-top: 8px solid #8E9092;*/
		background: url("/dih/public/images/resource/top_menu_gray.png") repeat-x;
		border-left: 2px solid #8E9092;
		border-right: 2px solid #8E9092;
		background-color: #266F97;
		padding:10px 10px 0 10px;
		color: #FFF;
		/*color: #74AB3C;*/
		text-decoration: none;
		text-transform: uppercase;
	}
	.topnav a.current-page-item {
		
		background-color: #74AB3C;
		text-decoration: none;
	}
	.topnav a:HOVER {
		/*border-top: 8px solid #74AB3C;*/
		background: url("/dih/public/images/resource/top_menu_green.png") repeat-x;
		border-left: 2px solid #74AB3C;
		border-right: 2px solid #74AB3C;		
		text-decoration: none;
		color: #74AB3C;
	}
	
	/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:130px;
		right:0;
		display: none;	
		
	}
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:50px;
	 	border:3px solid #91B303;
	}
	#backLinkIn img{		
		padding-bottom:2px;
	 width: 30px;
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/

}