html {
	height: 100%;
}

body {
	min-height: 100%;
}

body, html {
	padding: 0;
	margin: 0;
	background-color: #191919;
}

body, input, textarea, button {
	font-family: 'Quicksand', Arial, sans-serif;

}

a.yellow {
	color: yellow;
}

.floatingBox a {
	color: #35A0D4;
	font-weight: bold;
}

#is_480 {
	display: none;
}

.body.wpad,
.wpad {
	padding-left: 15px;
	padding-right: 15px;
}

.not-mobile {
	display: block;
}

.only-mobile {
	display: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

a.underlined {
	text-decoration: underline;
}

.body {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
}

.grid {
	background: url('/images/griglia_texture.png') center -55px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	opacity: 0.15;
}

#mobile-menu-container {
	display: none;
}

#mobile-submenu {
	display: none;
	border-top: 4px solid #D36459;
}

#container {
	position: relative;
	min-width: 320px;
	min-height: 100vh;
}

#container #inner {
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 0px;*/
	width: 100%;
	z-index: 20;
}

#container video {
	/*display: none;*/
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
}

#topbar {
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}

#topbar div a .fa:first-of-type {
	margin-left: 15px;
}

#topbar > div a .fa {
	margin-right: 5px;
}

#topbar > .body div {
	float: left;
	width: 50%;
	padding-left: 10px;
}

#topbar > .body div:first-of-type {
	width: 65%;
}

#topbar > .body div:first-of-type span {
	/*display:inline-block;*/
	/*margin-right: 0px;*/
}

#topbar > .body div:last-of-type {
	width: 34%;
}

#topbar > .body div:last-of-type {
	float: right;
	text-align: right;
	padding: 0;
	padding-right: 10px;
}

.logo-container {
	position: relative;
	overflow: hidden;
	margin-top: 3px;
}

.logo-container > div {
	float: left;
	width: 30%;
	height: 150px;
}

.logo-container > div:nth-child(1),
.logo-container > div:nth-child(3) {
	width: 37.75%;
	background-color: rgba(0, 0, 0, 0.3);
}

.logo-container > div:nth-child(2) {
	position: relative;
	width: 24%;
	margin-left: 0.25%;
	margin-right: 0.25%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
}

.logo-container > div:nth-child(2) img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#home-menu {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin: 0 auto;
	margin-top: 30px;
	color: #FFFFFF;
	padding-bottom: 200px;
}

#home-menu .row {
	position: relative;
	overflow: hidden;
}

#home-menu .row > a {
	position: relative;
	display: table;
	float: right;
	width: 20%;
	height: 200px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background-color: rgba(30, 80, 139, 0.85);

	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#home-menu .row:first-of-type a:last-of-type {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#home-menu .row:first-of-type > a {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#home-menu .row:last-of-type a:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#home-menu .row > a:hover {
	background-color: rgba(170, 36, 32, 0.85);
}

#home-menu .row > a .fa {
	position: absolute;

	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
	font-size: 28px;
}

#home-menu .row > a span {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 40px;
	line-height: 30px;
}

#home-menu .row a .fa {
	display: block;
}

#home-menu .row > div.large {
	display: table;
	float: right;
	width: 40%;
	border: 0px;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 19px;
	text-transform: none;
	height: 200px;
	padding: 30px;
	line-height: 22px;
}

#home-menu .row > div.large span {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 5px;
}

#home-menu .row:first-of-type .large {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

#home-menu .row:last-of-type .large {
	width: 60%;
}

#home-menu .row .large.right {
	text-align: right;
}

#customers {
	position: absolute;
	bottom: 0px;
	width: 100%;

	color: #FFFFFF;
	height: 175px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 60px;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 1px;
}

#customers h2 {
	font-size: 24px;
	font-weight: bold;
}

#customers-slider {
	position: relative;
	margin-top: 25px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
}

#customers-slider > .row {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#customers-slider .customer {
	position: relative;
	display: inline-block;
	vertical-align: top;

	margin-right: 1.2%;
	width: 23.7%;
	height: 100%;
	text-align: center;
}

#customers-slider .customer img {
	max-width: 100%;
	max-height: 100%;

	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#slider-circles {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
}

#slider-circles > div {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	margin-right: 5px;
}

#slider-circles > div.current {
	background-color: #FFFFFF;
}

#customers-slider > div:nth-of-type(4n) {
	margin-right: 0;
}

#customers-slider > div:nth-child(n+5) {
	display: none;
}

#main-content {
	position: relative;
	overflow: hidden;
	padding-bottom: 210px;
	min-height: 835px;
}

footer {
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 13px;
	background-image: url('/images/griglia_texture.png');
}

.lol::after {
	content: "";
	background-image: url('/images/griglia_texture.png');
	/*background-image: url('http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg');*/
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#footer-content {
	/*background-color: rgba(23, 23, 23, 1);*/
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background-color: #191919;

	padding-top: 20px;
	padding-bottom: 15px;
}

footer .column {
	float: left;
	width: 30%;
	line-height: 20px;
	margin-right: 5%;
}

footer .column a:hover {
	/*text-decoration: underline;*/
}

footer .column:nth-child(3) {
	margin-right: 0;
}

footer h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

footer .column-link {
	-webkit-transition: 0.4s ease; /* Safari */
	transition: 0.4s ease;

	display: block;
	border-bottom: 1px solid #7A7A7A;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

footer .column-link:hover {
	background-color: #FFFFFF;
	color: #000000;
}

footer .column .column-link:last-of-type {
	border-bottom: 0px;
}

footer hr {
	border: 0;
	height: 1px;
	background-color: #7A7A7A;
	width: 100%;
	margin: 10px 0px;
}

#social-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 63px;
	background-color: #A7463A;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 65px;
}

#social-footer .fa {
	margin-right: 0px;
	padding: 4px;
	min-width: 40px;
}

#social-footer a:hover .fa {
	background-color: #FFFFFF;
	color: #A7463A;
}

#social-footer .fa:first-of-type {
	margin-left: 5px;
}

#social-footer .fa:last-of-type {
	margin-right: 0;
}

#menu2-container {
	position: relative;
	/*overflow: hidden;*/
	height: 125px;
	margin-bottom: 30px;
}

#menu2-main {
	position: relative;
	height: 100%;
	margin: 0 auto;
}

#menu2-left {
	position: absolute;
	width: 1000px;
	height: 100%;
	left: -1003px;
}

#menu2-right {
	position: absolute;
	width: 1000px;
	/*height: 200px;*/
	right: -1000px
}

#menu2-logo {
	position: relative;
	float: left;
	width: 220px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	margin-right: 3px;
	text-align: center;
}

#menu2-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#menu2-logo img {
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#navbar-container {
	/*overflow: hidden;*/
	height: 100%;
	color: #FFFFFF;
	margin-left: 223px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#navbar-container .right a {
	display: inline-block;
	line-height: 27px;
}

#navbar-container .right a.external_link {
	font-size: 12px;
}

#navbar-container .right .fa:first-of-type {
	margin-left: 9px;
}

#navbar-container .right .fa {
	margin-right: 9px;
	line-height: 36px;
}

.navbar-top {
	position: relative;
	overflow: hidden;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.5);

	line-height: 33px;
	font-size: 12px;
	padding-left: 20px;
	/*padding-right: 20px;*/
}

.navbar-bottom {
	height: 87px;
	margin-top: 3px;
	background-color: rgba(0, 0, 0, 0.8);

	padding-left: 5px;
}

.navbar-bottom > div {
	display: inline-block;
	position: relative;
	height: 100%;
	padding: 0px 0px;
}

.navbar-bottom > div:last-of-type {
	padding-right: 0;
}

.navbar-bottom > div > a {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 85px;
	height: 100%;
	padding: 0px 18px;
}

.navbar-bottom > div[data-current='1'],
.navbar-bottom > div:hover {
	border-bottom: 5px solid #D36459;
}

.navbar-bottom > div:hover .submenu {
	display: block;
}

.navbar-bottom > div .submenu {
	display: none;
	position: absolute;
	top: 82px;
	left: 0px;
	min-width: 100%;
	width: 200px;
	height: 100px;
	background-color: #FFFFFF;
	z-index: 9;
	border-top: 4px solid #D36459;
}

.navbar-bottom > div .submenu div {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}

.navbar-bottom > div .submenu div:hover {
	background-color: #D36459;
}

.navbar-bottom > div .submenu div:hover a {
	color: #FFFFFF;
}

.navbar-bottom > div .submenu a {
	display: block;
	padding: 15px 0px;
	margin: 0px 10px;

	color: #000000;
	font-size: 13px;
}

.navbar-bottom span {
	display: inline-block;
}

.col2 {
	position: relative;
	overflow: hidden;
}

.col2 .preview {
	float: left;
	width: 280px;
	margin-right: 15px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 30px 0px;
}

.col2 .preview img {
	max-width: 90%;
}

.col2 .black-box {
	overflow: hidden;
	display: block;
	width: auto;
}

.black-box {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.75);
	vertical-align: top;
	padding: 30px 20px;
	color: #FFFFFF;
	line-height: 20px;
	width: 100%;
}

.black-box.title {
	width: auto;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin-bottom: 20px;
}

.black-box a {
	color: #63B6DF;
}

.black-box a:hover {
	text-decoration: underline;
}

.black-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.black-box h3:first-child {
	margin-top: 0px;
}

.black-box h4 {
	font-style: italic;
	margin-bottom: 5px;
}

.black-box p {
	margin-bottom: 20px;
}

.black-box p:last-of-type {
	margin-bottom: 0;
}

.black-box > a {
	/*color: yellow;*/
}

h1 {
	font-weight: bold;
	font-size: 35px;
}

.black-box h1 {
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 3px;
	line-height: 30px;
}

.contacts-table {
	position: relative;
	float: left;
	vertical-align: top;
	width: 60%;
}

.contacts-table:first-of-type {
	width: 35%;
	margin-right: 3%;
}

.contacts-table:nth-child(2) {
	width: 62%;
}

.contacts-table td {
	padding: 6px 1px;

	display: block;
	width: 99.9%;
	clear: both
}

.contacts-table td .fa {
	margin-right: 10px;
}

.contacts-table td > span {
	float: right;
	font-weight: bold;
}

.contacts-table td label {
	font-size: 13px;
}

.contacts-table td input[type="text"], .contacts-table td textarea {
	padding: 8px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	outline: 0;
}

.contacts-table td textarea {
	height: 100px;
	resize: none;
}

.page-buttons {
	margin-top: 30px;
	text-align: right;
}

.btn {
	display: inline-block;
	border: 0px;
	border-radius: 3px;
	padding: 14px 12px;
	color: #FFFFFF;
	font-size: 15px;
	cursor: pointer;
	outline: 0;
}

.btn .fa {
	margin-right: 5px;
	vertical-align: middle;
}

.btn span {
	vertical-align: middle;
	font-weight: normal;
}

.btn.red {
	background-color: #D24939;
}

.btn.green {
	background-color: #1C9A51;
}

.btn.blue {
	background-color: #184B81;
}

.btn.blue:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.btn.white {
	background-color: #FFFFFF;
	color: #333333;
}

#portfolio {
	height: 700px;
}

#portfolio > a {
	position: relative;
	display: block;
	float: left;
	width: 326px;
	height: 233px;

	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	/*background-position: center center;*/
}

#portfolio .overlay {
	display: none;

	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
}

#portfolio > div:hover .overlay {
	display: block;
}

#portfolio > div:hover .details {
	display: block;
}

#portfolio .details {
	display: none;
	width: 100%;
	padding: 10px;
	color: #FFFFFF;
	background-color: #CB4E3C;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
}

#portfolio > div .details .fa {
	background-color: #FFFFFF;
	color: #CB4E3C;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.dialog-portfolio {
	position: relative;
	overflow: hidden;
	padding: 15px;
	margin: 0px auto;
	height: 550px;
}

.dialog-portfolio h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}

.dialog-portfolio h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 10px;
}

#window-left,
#window-right {
	position: relative;
	float: left;
	width: 12%;
	height: 100%;
}

#window-center {
	position: relative;
	float: left;
	overflow: hidden;
	width: 76%;
}

#project-screens {
	position: relative;
	overflow: hidden;
	float: left;
	width: 64%;
	height: 334px;
	background-color: #3A3A3A;
	border: 1px solid #CCCCCC;
}

#project-screens > img {
	display: none;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#screens-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: pink;
}

#statusbar-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 43px;
	background-color: rgba(0, 0, 0, 0.7);
}

#screens-slider-sx,
#screens-slider-rx {
	position: absolute;
	left: 10px;
	font-size: 12px;
	bottom: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

#screens-slider-dots {
	position: absolute;
	text-align: center;
	bottom: 15px;
	width: 80%;
	height: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.window-close {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	top: -55px;
}

#screens-slider-dots > div {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	background-color: #989898;
	border-radius: 50%;
	border: 1px solid #333333;
}

#screens-slider-dots > div[data-current='1'] {
	background-color: #FFFFFF;
}

#screens-slider-rx {
	left: auto;
	right: 10px;
}

#project-screens > img[data-current='1'] {
	display: block;
}

.dialog-portfolio .description {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-weight: 400;
	overflow-y: auto;
}

.dialog-portfolio #info {
	position: relative;
	float: left;
	vertical-align: top;
	width: 35%;
	margin-left: 1%;
	height: 334px;
	background-color: #3A3A3A;
	color: #FFFFFF;
	padding: 10px;
}

.dialog-portfolio #info .row {
	margin-bottom: 4px;
}

.dialog-portfolio #info .row div {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;

}

.dialog-portfolio #info .row div:first-of-type {
	width: 27%;
}

.dialog-portfolio #info .row div:last-of-type {
	width: 68%;
}

.dialog-portfolio #info h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}

#window-left .fa,
#window-right .fa {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	color: #FFFFFF;
	background-color: #35A0D4;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	line-height: 45px;
	/* padding-right: 15px; */
}

#window-left a:hover,
#window-right a:hover {
	background-color: #A5DBED !important;
}

#window-right .fa {
	padding: 0;
	padding-left: 6px;
}

#portfolio-pages {
	text-align: center;
	margin-top: 15px;
}

#portfolio-pages > a {
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.75);
	margin-right: -2px;
}

#window-center .description {
	margin-top: 15px;
	max-height: 55px;
}

#services-container {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 214px;
	margin: 0 auto;
	margin-top: 20px;
}

#services-container > a {
	position: relative;
	float: left;
	display: block;
	width: 33.333%;
	height: 100%;
	background-size: cover;
	cursor: pointer;
}

#services-container > a:hover div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}

#menu-type1,
#menu-type2 {
	display: none;
}

#mobile-menu-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 99;
}

#no-screenshots {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navbar-top .left span {
	margin-right: 5px;
	line-height: 36px;
}