
@font-face {
    font-family: RobotoFont;
    src: url( ../fonts/Roboto-font.woff );
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
	margin: 0;
	font-family: RobotoFont;
}

.mainwrapper {
	background-color: #fff;
}

.div1 {
	padding: 0px;
	color: #ff8a65;
}

.div1_5 {
	display: none;
}

.div2 {
	position: relative;
}

.row li {
  width: 25%;
  float: left;
}

.items {
	width: 100%;
}

.div3 {
	margin: 0 auto;
	height: 100%;
	
}
.div4 {
	margin-top: 15px;
}

.div5 {
	background-color: #2d2d2d;
}


a.icon:hover {
	
}

.footer {
	text-decoration: none;
	color: #efefef;
}

.center {
	margin: auto;
	max-width: 1000px;
}

.fixmargin {
	margin-left: 10px;
	margin-right: 10px;
}

.wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
	transition: all 0.2s ease;
}
.header {
	display: flex; 
    justify-content: space-between;
	padding: 12px 0;
	
}

.logo {
	background-image:url('../assets/drz_header_logo.png');
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 0% 50%;
	width:212px;
	height:55px; 
	margin:0; 
	padding:0; 
	border-radius: 3px;
}


.topnav {
	margin-top: 10px;
	height: 38px;
}

.topnav a {
	cursor: pointer; 
	float: left;
	display: block;
	margin-left:5px;
	color: #828282;
	text-align: center;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	-webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
 }



.nav2-items a {
	cursor: pointer; 
	display:block;
	text-align: left;
	margin-top: 10px;
	border-radius: 2px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	border-radius: 3px;
	margin: 4px 12px;
	padding: 10px 10px;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.nav2-item-title {
	
}

.topnav a:last-child {
   color: #fff;
}

label {
	display: none;
}

.topnav a:hover:not(.active) {
	color: #212121;
	background-color: #f4f4f4;
}

.div1_5 a:hover:not(.active){
	color: #212121;
	background-color: #f4f4f4;
}

.topnav .icon {
	cursor: pointer; 
}

@media screen and (max-width: 840px) {
	.div1_5 {
		display: block;
	}
	
	.div1 .center .fixmargin{
		margin-left: 6px;
		margin-right: 6px;
	}
	
	.topnav a:not(:last-child) {
		display: none;
	}
	
	label {
		display: block;
	}
	
	.logo {
		width:190px;
		margin-left: 10px;
	}

	.topnav {
		margin-top: 4px;
	}
	
	.topnav a {
		margin-left: 0px;
	}
	
	.topnav a.icon {
		float: right;
		display: block;
		padding: 10px;
		border-radius: 3px;
	}
	
	.colum-custom-content {
		text-align: center!important;
	}
	
	.colum-custom-title {
		text-align: center!important;
	}

	.img1 {
		width:170px;
		max-height:38px;
		padding: 0;
	}
	
	input:checked + .nav2-items {
		height: 92px;
	}.left-div {
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.box {
		height: 300px!important;
	}
	.slide-text {
		height: 300px!important;
	}
}

.left-text, .right-text{
	font: Arial;
	color: #333;
}

a.active {
	color: white;
	background-color: #ff8a65;
}

.division:first-child {
	height: 30%;
}

.division.image {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.division.image.a {
	background-image:url('../assets/icons/maintenance_logo.png');
}

.division.image.b {
	background-image:url('../assets/icons/internet_logo.png');
}

.division.image.c {
	background-image:url('../assets/icons/printer_logo.png');
}

.division.image.d {
	background-image:url('../assets/icons/cash_register_logo.png');
}
	

.other {
	
}

.division.title {
	color: #707070;
	font-size: 0.9em;
	font-weight: bold;
	padding: 15px 0;
	letter-spacing: 0.5px;
}

.division.content {
	color: #8e8e8e;
	font-size: 0.8em;
	letter-spacing: 0.2px;
	padding: 0 1em 1em 1em;
}


.wrap {
	margin: 30px 0;
}

.wrap .resp.fixed {
    display: block;
	overflow: auto;
    width: 23.50%;
    float: left;
    margin:0 1%;
	text-align: center;
}

.wrap .resp.fixed:first-child {
	margin-left: 0;
}
.wrap .resp.fixed:last-child {
	margin-right: 0;
}

.resp {}

.clear:after {
   content: "";
   display: table;
   clear: both;
}



@media screen and (max-width: 768px) {
	.wrap .resp.fixed {
		width: 48%;
		float: left;
		margin:1% 2%;
		height: 216px;
		margin:0 1%;
	}
	
	.wrap .resp.fixed:first-child {
		margin-top: 0;
		margin-left: 0;
	}
	.wrap .resp.fixed:nth-child(2) {
		margin-top: 0;
		margin-right: 0;
	}
	.wrap .resp.fixed:nth-child(3) {
		margin-left: 0;
		margin-bottom: 0;
		height: 176px;
	}
	.wrap .resp.fixed:last-child {
		margin-right: 0;
		margin-bottom: 0;
		height: 176px;
	}

	.box {
		height: 250px!important;
	}
	
	.slide-text {
		height: 250px!important;
	}
}

@media screen and (max-width: 480px) {
	
	.resp.fixed {
		width: 100%!important;
		height: 156px!important;
		float: left!important;
		margin: 0!important;
		margin-bottom: 50px!important;
	}
	
	.wrap .resp.fixed {
		overflow: visible !important;
	}

	.division.image {
		height: 50%;
		padding: 0;
	}
	
	.slide-text.d {
		justify-content: center!important;
	}
	
	.modal-content-description {
		font-size: 11px;
	}
	
	.resp .title {
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	
	.colum-custom-content {
		text-align: center;
	}
	
	.logo {
		width:160px;
		margin-left: 10px;
	}
	
	.box {
		height: 200px!important;
	}
	
	.slide-text {
		height: 200px!important;
	}
	
	.title-right-x {
		text-align: center;
		font-size: 1.1em!important;
		padding:20px 20px;
	}

	.content-right-x {
		letter-spacing: 0.2px;
		color: #757575;
		padding:20px;
		font-size: 0.8em!important
	}
	
	.wide.a {
		font-size: 12px;
		flex: 1;
		margin-left: 10px;
	}
	
	#narrow-a {
		width: 15px;
	}
	
	.wide.b {
		font-size: 12px;
	}
	
	.wide.d {
		font-size: 12px;
	}
	
	.under-b {
		font-size: 14px!important;
		width: 110px!important;
		padding: 4px!important; 
	}
	
	#narrow-c {
		width: 26px!important;
	}
	
	
	.wide.c {
		font-size: 12px;
		width:170px;
	}
	
	.under-c {
		font-size: 14px!important;
	}
	
	.slide-item {
		height: 48px!important;
	}
	
	
}

.footer-custom {
	color: white;
	font-size: 14px;
	letter-spacing: 0.5px;
}
			
.flexbox {
	display: flex;
	flex-direction: row;
	-ms-flex: 1 0 0px;
	flex: 1; 
	padding: 50px 0 30px 0;
}

.column-custom {
	display: block;
	overflow: auto;
	margin: auto;
	margin-top: 0;
	text-align: center;
}


 br {
	line-height: 100%;
}

.colum-custom-title {
	font-size: 1em;
	margin-bottom: 15px;
	color: #ffffff;
}

.colum-custom-content {
	color: #adadad;
	color: #777;
	font-size: 0.9em;
}

.row-custom {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 0.7em;
	color: #a3a3a3;
}

.row-custom-content {
	text-transform: uppercase;
}


@media screen and (max-width:768px) {
	.flexbox {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		flex-direction: column; 
		margin-bottom: 25px;
		padding: 55px 0 20px 0;
	}
	
	.column-custom{
		
		margin-bottom: 50px;
	}
	
	.column-custom:last-child {
		margin-bottom:0px;
	}

}


input {
  display: none;
}



.nav2-items {
	-webkit-transition: height .2s ease;
	height: 0;
	overflow: hidden;
	width: 100%;
	background: #fff;
}

./*SLIDER */
.section {
	display: block;
	padding: 0;
	margin: 0 auto;
}

.section {
	width: 100%;
}



/* EMAIL */
.colum-custom-content a {
    color: #adadad;
	text-decoration:none !important; 
}

.colum-custom-content {
	
	
}

.column-row {
	margin-bottom: 5px;
	text-decoration: none;
}


.hr { 
	width: 100%;
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #fff, #d8d8d8, #fff);
	background-image: -moz-linear-gradient(left, #fff, #d8d8d8, #fff);
	background-image: -ms-linear-gradient(left, #fff, #d8d8d8, #fff);
	background-image: -o-linear-gradient(left, #fff, #d8d8d8, #fff); 
}

.hr-bottom {
	display: block;
	border: 0;
	border-top: 1px solid #383838;
	margin: 0;
	padding: 0; 
}

.welcome-div {
	margin: 20px 0;
	display: flex;
	height: 300px;
	/*box-shadow: 0px 0px 13px 5px #f8f8f8;*/
}

.welcome-div-left {
	padding: 15px;
	flex-grow: 2;
	letter-spacing: 1px;
	font-size: 25px;
	height: 300px;
}
.welcome-div-right {
	padding: 15px;
	flex-grow: 2;
	font-size: 15px;
	letter-spacing: 1px;
	height: 300px;
	color: #595959;
}

.welcome-div-title {
	font-weight: 500;
	color: #595959;
}


.welcome-div-content {
	border-bottom: 3px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 0;
}


/* welcome-x */
.center {
	margin: 0 auto;
	padding:0;
	max-width: 1000px;
}

.welcome-x {
	margin: 20px 0;
	display: flex;
	height:100%;
	width: 100%;
}

.welcome-title-x {
	margin-top: 50px;
}

.button-x {
	margin: 0 auto;
	background-color: #7986cb;
	color: white;
	padding: 8px 20px;
	border-radius: 3px;
	margin: 20px;
	display: none;
}


.right-x { 
	/*border:2px solid #f9f9f9;*/
	background-color: #fff;
	margin:0;
	text-align: center;
	border-radius: 3px;
}

.title-x {
	display: inline;
}

.title-right-x {
	font-size: 1.5em;
	color: #ff8a65;
	padding:20px 20px;
	letter-spacing: 4px;
	font-weight: 700;
	text-align: center;
}


.content-right-x {
	letter-spacing: 0.3px;
	color: #747474;
	padding:20px;
}

.box {
	background-size: cover;
	background-position: center;
	width:100%;
	margin: 0 auto;
	height: 400px;
}

.line.a {
	border-top:3px solid #ff8a65;
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.line.b {
	border-top: 2px solid #aaa;
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.slide-text{
  display: flex;
  
  width: 100%;
  height: 400px;
}

.slide-text.a {
	justify-content: flex-start;
}

.slide-text.b {
	justify-content: flex-end;
}

.slide-text.c {
	justify-content: center;
}

.slide-text.d {
	justify-content: flex-end;
}

.riquadro {
	color: white;
	background: #ff8a65;
	padding: 5px 10px;
}

.inner {
	letter-spacing: 0.3px; 
	display: flex;
	background: rgba(255, 255, 255, 0.90); 
	color: #424242; 
	padding: 15px 20px 15px 15px;
	align-self: center;
}

.wide.a, .wide.c {
	flex: 1;
	margin-left: 10px;
}


#narrow-a{
	width: 25px;
	background-image:url('../assets/other_icons/light-bulb_4.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: -3px;
}


#narrow-c{
	width: 37px;
	background-image:url('../assets/other_icons/printer-min.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}

/* menu animation */
a.icon div {
    width: 29px;
    height: 4px;
	border-radius: 10px;
    background-color: #ff8a65;
    margin: 4px 0;
	transition: all 0.3s ease;
}


.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
    transform: rotate(-45deg) translate(-5.5px, 5.8px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px) ;
    transform: rotate(45deg) translate(-5.5px, -5.8px) ;
}

.slide.a {
	background-image:url('../assets/slider_images/image_2.jpg');
}
	
.slide.b {
	background-image:url('../assets/slider_images/image_3.jpg');
}

.slide.c {
	background-image:url('../assets/slider_images/image_4.jpg');
}

.slide.d {
	background-image:url('../assets/slider_images/image_5.jpg');
}

.slide-item {
	/*background-color: #efefef;*/
	border-radius: 3px;
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 60px;
}


.customer-logos-div {
	margin-top: 30px;
	margin-bottom: 13px;
}

.customer-logos-div .fixmargin {
	margin-left: 25px;
	margin-right: 25px;
}

.customer-logos-title {
	font-size: 1em;
	color: #777;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
}

.line.b {
	border-top: 3px solid #aaa;
	width: 90px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.customer-logos {
	
}
/* for ie 10 - 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .inner {
		display: inline-block;
	}
}

.lSSlideOuter .lSPager.lSpg > li a {
	display: none!important;
}






