/*!
 *
 * File specifico per sito 
 *
 * Copyright 2014 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

* {
	box-sizing: border-box;
}
html, body {
	height: 100%
}
html {
	box-sizing: border-box;
	font-size: 100%;
	background: #FFF;
}
body, td, li  {
	font: 1.15rem/1.6rem 'Rajdhani', sans-serif;
}

label, input, select {
	font-size: 1.15rem !important;
	font-family: 'Rajdhani', sans-serif;
}

@font-face {
    font-family: Rajdhani;
    src: url("../fonts/rajdhani_regular.woff");
}
@font-face {
    font-family: Rajdhani;
    font-weight: bold;
    src: url("../fonts/rajdhani_bold.woff");
}

a {
	color: #000;
	text-decoration: underline;
	background: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	background: none;
}
h1, h2 {
	font: bold 2.3rem/2.5rem Rajdhani, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h3, h4 {
	font: bold 1.1rem/1.4rem Rajdhani, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

@media (max-width: 700px) {
	h1, h2 {
		font-size: 1.9rem;
	}
	h3, h4 {
		font-size: 1rem;
	}
}

/* CONTENITORI */

.sdgrid {
	width: 93%;
	margin: 0 auto;
	clear: both;
}
.sdfull {
	width: 100%;
	clear: both;
}

@media (min-width: 1050px) {
	.sdgrid {
		width: 95%;
		max-width: 1500px;
	}
}

/* GENERAL */

.center {
	text-align: center;
}
.tagline {
	color: #ffaa17;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1.6;
}
[data-sdtitle]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-sdtitle]:after {
    content: attr(data-sdtitle);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 10px;
    white-space: nowrap; 
    border-radius: 5px;  
    background: #1D2122;
    color: #FFF;
    font-size: 1rem;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
[data-sdtitle] {
    position: relative;
}
.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.callout_info {
	border-left-color: #ffaa17;
}
.callout_info h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

@media (max-width: 850px) {
	.callout h4 {
		text-align: left;
	}
}

/* TOP */

.top {
	position: relative;
	margin-bottom: 1.5%;
}
.top .slider img {
	filter: brightness(50%);
}
.top .splash {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1000;
	text-align: center;
}
.top .splash h2.row1 {
	font-size: 7rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #fff;
}
.top .splash.title h2.row1, .top .splash.title h2.row2 {
	font-size: 4.5rem;
}
.top .splash h2.row2 {
	font-size: 7rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.9;
	letter-spacing: -1px;
	color: transparent;
	stroke-width: 2px;
	-webkit-text-stroke: 2px rgba(255,255,255,.5);
}
.splash .links {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.splash .links a {
	margin: 10px;
	padding: 18px 45px;
	font-size: 1.1rem;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffaa17;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
}
.splash .links a:hover {
	background: #000;
	color: #FFF;
}

header {
	position: fixed;
	top: 0;
	z-index: 1000;
}
header .sdgrid {
	display: flex;
}
header .nav {
	width: calc(100% - 300px);
	height: 100px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	font-weight: bold;
}
header .nav_logo img {
	width: 270px;
}
header .nav_icons {
	font-size: 25px;
}
header .contact {
	width: 270px;
	height: 100px;
	margin-left: auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #ffaa17;
	color: #000;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
header .contact i {
	font-size: 25px;
}
header .contact .method {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 5px;
}
header .contact .method a {
    color: #000;
    text-decoration: none;
}

@media (min-width: 1451px) {
	.inside .top .slider img {
		width: 100%;
	}

	header .dj-megamenu li a {
		font-size: 1.05rem !important;
	}
	header .dj-megamenu li a.special, header .dj-megamenu li a.special.active {
		border-radius: 5px;
		background: #ffaa17 !important;
		color: #000 !important;
	}
	header .dj-megamenu li a.special:hover {
		background-color: #000 !important;
		color: #FFF !important;
	}
	header .dj-megamenu li div.dj-subwrap {
	    margin-top: 14px;
	}
	header .dj-megamenu li ul.dj-submenu > li > a em {
		width: 0.7rem;
	    padding-top: 0.1rem;
		text-align: center;
	}
	header .dj-megamenu li ul.dj-submenu > li > a small.subtitle {
	    font-size: 0.8rem;
	    margin-top: 0.5rem;
	    margin-left: 1.6rem;
	    line-height: 1rem;
	}
}

@media (max-width: 1450px) {
	.inside .top .slider img {
		object-fit: cover;
		width: auto;
		height: 500px;
	}

	.top .splash h2.row1, .top .splash h2.row2 {
		font-size: 80px;
	}
	.top .splash .tagline {
		font-size: 18px;
		line-height: 1.3;
	}

	header .nav_logo {
		order: 1;
	}
	header .nav_icons {
		order: 2;
		margin-left: auto;
	}
	header .nav_menu {
		order: 3;
		border: 1px solid #000;
		border-radius: 5px;
		margin-left: 15px;
	}
	header .dj-mobile-open-btn:focus, header .dj-mobile-open-btn, header .dj-mobile-open-btn:hover,
	header .dj-mobile-open-btn:focus, header .dj-mobile-open-btn:hover, header .dj-mobile-open-btn:focus {
		outline: none !important;
		background: #FFF !important;
		color: #000 !important;
	}
	header .dj-megamenu-offcanvas .dj-mobile-open-btn {
		font-size: 2rem;
		text-transform: none;
		line-height: 2.5rem;
	}
	header .dj-mobile-open-btn, header .dj-mobile-open-icon:before {
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		font-size: 2rem !important;
		background: none !important;
		outline: none !important;
		color: #000 !important;
	}
	
	.dj-offcanvas-content li.dj-mobileitem>a {
		font-size: 1.05rem !important;
	}

	.dj-offcanvas-content .contact {
		width: 100%;
		height: 100px;
		margin-left: auto;
		padding: 0 30px;
		display: flex;
		align-items: center;
		justify-content: space-around;
		background: #ffaa17;
		color: #000;
		box-shadow: 0 5px 10px rgba(0,0,0,.1);
	}
	.dj-offcanvas-content .contact i {
		font-size: 25px;
	}
	.dj-offcanvas-content .contact .method {
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 5px;
	}
	.dj-offcanvas-content .contact .method a {
	    color: #000;
	    text-decoration: none;
	}
}

@media (max-width: 1100px) {
	.home .top .slider img {
		width: 130% !important;
	    transform: translateX(-30%);
	}
	.inside .top .slider img {
		height: 450px;
	}
	.top .splash {
		transform: translateY(-35%);
	}
}

@media (max-width: 900px) {
	.home .top .slider img {
		width: 200% !important;
	}
	.inside .top .slider img {
		height: 400px;
	}
	.top .splash h2.row1, .top .splash h2.row2 {
		font-size: 80px;
	}
	.top .splash.title h2.row1, .top .splash.title h2.row2 {
		font-size: 50px;
	}
	.top .splash .links {
		flex-wrap: wrap;
	}

	header .nav {
		width: 100%;
	}
	header .contact {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 767px) {
	.home .top .slider img {
		width: 300% !important;
	}
	.inside .top .slider img {
		height: 300px;
	}
	.top .splash h2.row1, .top .splash h2.row2 {
		font-size: 60px;
	}
	
	header .nav_icons {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 500px) {
	.home .top .slider img {
		width: 450% !important;
	}
	.inside .top .slider img {
		height: 400px;
	}
	.top .splash .tagline {
		display: none;
		visibility: hidden;
	}
	.top .splash h2.row1, .top .splash h2.row2 {
		font-size: 60px;
	}
	.splash .links a {
		padding: 13px 40px;
	}
}

@media (max-width: 350px) {
	.top .splash .links {
		display: none;
		visibility: hidden;
	}
}

/* CONTENT */

.content {
	padding: 1.5% 5%;
}
.home .content.sdgrid {
	display: none;
	visibility: hidden;
}

/* FORM + BUTTONS */

.btn-primary {
	padding: 16px 18px;
	border: 0;
	border-radius: 5px;
	background: #ffaa17;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: none !important;
	color: #000 !important;
	font-size: 1.15rem !important;
	font-family: 'Rajdhani', sans-serif;
	font-weight: bold;
}
.btn-primary span {
	display: none !important;
	visibility: hidden !important;
}
.btn-primary:hover {
	background: #000;
	color: #FFF !important;
}
.btn-primary a {
	text-decoration: none !important;
	color: #000 !important;
}
.content input[type=text], .content input[type=email], .content input[type=password] {
	padding: 15px;
}
.content .check_element {
	margin: 0.4rem 0;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}
.content .check_element * {
	margin: 0;
	padding: 0;
}

#sddownload_category h3 {
	font-size: 1.15rem !important;
}
#sddownload_category .btn-success, #sddownload_category .btn-info {
	padding: 12px 18px;
	background: #ffaa17 !important;
	color: #000 !important;
	text-transform: uppercase;
	text-shadow: none !important;
	font-size: 1.15rem !important;
	font-weight: bold;
	border: 0;
}
#sddownload_category .btn-success:hover, #sddownload_category .btn-info:hover {
	background: #000 !important;
	color: #FFF !important;
}
#sddownload_category .labels span {
	padding: 5px 7px;
	font-size: 0.9rem !important;
}

@media (max-width: 850px) {
	.btn-primary {
		margin: 0;
		padding: 10px;
	}
}

/* WIDGET */

.widget {
	padding: 1.5% 1%;
	display: flex;
	justify-content: space-around;
    align-items: center;
}
.widget .img, .widget .content {
	padding: 0 90px;
}
.widget .img {
	width: 45%;
	position: relative;
	overflow: hidden;
    text-align: center;
}
.widget .img img {
    width: 100%;
}
.widget .content {
	width: 55%;
	text-align: left;
}
.widget .highlight {
    position: absolute;
    right: 0;
    top: 50%;
    height: 180px;
    width: 180px;
    padding: 10px;
    background-color: #ffaa17;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 10px solid #fff;
	transform: translateY(-50%);
	flex-direction: column;
}
.widget .big {
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
}

@media (max-width: 1250px) {
	.widget .img, .widget .content {
		padding: 30px 75px;
	}
	.widget .highlight {
	    height: 150px;
	    width: 150px;
	}
	.widget .big {
		font-size: 35px;
	}
}

@media (max-width: 1250px) {
	.widget .img, .widget .content {
		width: 50%;
		padding: 30px 75px;
	}
	.widget .highlight {
	    height: 150px;
	    width: 150px;
	}
	.widget .big {
		font-size: 35px;
	}
}

@media (max-width: 1000px) {
	.widget {
		flex-direction: column;
	}
	.widget .img, .widget .content {
		width: 100% !important;
		padding: 30px 30px;
	}
}

/* NUMBERS */

.numbers {
	background: #F5F9FA;
	margin: 1.5% 0;
	padding: 2.5rem 0 0.5rem 0;
}
.numbers h2 {
	text-align: center;
}
.numbers .counterup {
	margin: 1rem 0;
	padding: 1rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	text-align: center;
}
.numbers .counterup-item {
	margin: 1rem 2rem;
	text-align: center;
}
.numbers .counterup_text {
	font-size: 4.5rem;
	font-weight: bold;
	color: #ffaa17;
	text-align: center;
}
.numbers .counterup-number {
	font-size: 4.5rem;
	font-weight: bold;
	color: #1D2122;
	text-align: center;
}
.numbers .counterup_textdw {
	line-height: 4rem;
	font-weight: bold;
	text-transform: uppercase;
}

/* INSIDE TEXT */

.insidetext {
	margin: 1.5% auto;
	padding: 2.5rem 6%;
}
.insidetext h2 {
	text-align: center;
	padding-bottom: 1.5rem;
}
.insidetext ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.insidetext li {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	font-weight: bold;
	padding: 1rem 1.5rem;
	position: relative;
}

.insidetext i {
	width: 100px;
	height: 100px;
	font-size: 3rem;
	line-height: 3rem;
	background: #ffaa17;
	color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.insidetext {
		padding: 2.5rem 0;
	}
}

/* SERVICES */

.services {
	background: #1D2122;
	margin: 1.5% 0;
	padding: 1% 0;
	color: #FFF;
	font-size: 2rem;
}
.sd_shortservices ul {
	margin: 1rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
}
.sd_shortservices li {
	width: 21%;
	margin: 1rem 0;
	text-align: center;
}
.sd_shortservices i {
	font-size: 3rem;
}
.sd_shortservices h3 {
    font-size: 1.5rem;
}
.sd_shortservices p {
	font-size: 1.2rem;
}

.services .sd_shortservices i, .services .sd_shortservices h3 {
	color: #ffaa17;
}

@media (max-width: 1000px) {
	.sd_shortservices li {
		width: 40%;
		margin: 1rem 5%;
	}
}

@media (max-width: 767px) {
	.sd_shortservices ul {
		flex-direction: column;
	}
	.sd_shortservices li {
		width: 80%;
		margin: 1rem 10%;
	}
}

/* CARDS */

.cards {
	padding: 1.5% 0;
}
.cards .card_wrapper {
	margin: 0 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cards .card_wrapper .card {
	width: 30%;
	margin: 2% 0;
	padding: 3% 5%;
	background: #F5F9FA;
	color: #000;
	display: flex;
	align-items: center;
}
.cards .card_wrapper .card h3 {
	font-size: 1.7rem;
	color: #ffaa17;
}
.cards .card_wrapper .card i {
	font-size: 35px;
	padding-right: 35px;
}
.cards .card_wrapper .card:nth-child(3n + 2):last-child {
	margin-right: auto;
	margin-left: 5%;
}

@media (max-width: 1400px) {
	.cards .card_wrapper .card {
		width: 47.5%;
	}
}

@media (max-width: 750px) {
	.cards .card_wrapper .card {
		width: 100%;
	}
}

/* FOOTER */

footer {
	background: #1D2122;
	margin-top: 1.5%;
	padding: 2rem;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
footer .links ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
footer .links a {
	color: #FFF;
	padding: 0 10px;
	font-size: 1.1rem;
	background: none !important;
}



















.pagetitle, .sd_titlesection {
	display: none;
	visibility: hidden;
}
.sd_titlesection {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sd_titlesection h1 {
	text-shadow: 1px 1px #000;
	font-size: 2rem;
	color: #FFF;
}

@media (max-width: 950px) {
	.pagetitle, .sd_titlesection {
		height: 100px;
	}
	.sd_titlesection {
		height: 100px;
	}
	.sd_titlesection h1 {
		font-size: 1.5rem;
	}	
}