body {
	font: 16px/20px "brandon-grotesque",sans-serif;
	color: #000;
	font-weight: 400;
	margin: 0px;
	padding: 0px;	
}
body.home {
	text-align: center;
}

#check {
	width: 1px;
	height: 1px;
	display: block;
	position: absolute;
}
h2 {
	font-size: 50px;
	line-height: 58px;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
}
h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}
h2 span, h3 span, h4 span, h5 span {
	color: #505050;
}

a, a:hover {
	color: #000;
}
a:active, a:focus {
	outline: none;
}

.input_error {
	background-color: #fcfec8 !important;
}

/*
NAVBAR
*/
#navbar .navbar-inner{
	background: rgba(228, 43, 47, .9);
	border: 0px;
	margin-top: -100px;
	position: relative;
}
#navbar .btn-navbar{
	border: 0px;
	background: transparent;
	box-shadow: none;
}
#logo {
	width: 150px;
	height: 40px;
	background: url(../images/logo-gag.png) no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	left: 5%;
}
#logo span {
	display: none;
}
#navbar ul.nav {
	margin: 0px;
	margin-top: 0px;	
	padding: 20px 0px;
	float: right;
	margin-right: 0px;
} 
#navbar ul.nav li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
}
#navbar ul.nav li a {
	color: #fff;
	margin-left: 14px;
	text-decoration: none;
	text-shadow: none;
}

#header {
	width: 100%;	
	background-position: center top;
	background-repeat: no-repeat;	
	background-size: cover;
	color: #fff;
	position: relative;
}
.home #header { 
	height: 750px; 
	background-image: url(../images/headers/ufficio_new.jpg); 
}

#header .container  {
	padding-top: 14%;
}
#header h1{
/* 	padding-top: 30%; */
	font-size: 100px;
	margin: 0px;
	line-height: 40px;
	font-weight: 900;
}
#header h2{
	font-size: 32px;
	line-height: 48px;
	font-weight: 900;
}
#header p{
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.ballon {
	background: #e42b2f;
  border-radius: 50%;  
  -moz-border-radius: 50%;  
  -webkit-border-radius: 50%;
  position: relative;  
  width: 568px;
  height: 568px;
  display: table;
}
.ballon:after {
  content: '';
  position: absolute;
  border-bottom: 70px solid #e42b2f;
  border-left: 120px solid transparent;
  border-right: 0px transparent transparent;
  top: 380px;
  right: -30px;
  -webkit-transform: rotate(-130deg);
  -moz-transform:    rotate(-130deg);
  -ms-transform:     rotate(-130deg);
  -o-transform:      rotate(-130deg);
}

#claim {
	color: #fff;
	display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
#claim h1 {
	font-weight: 700;
	font-size: 80px;
	line-height: 76px;
	margin-bottom: 30px;
}
#claim h1 span {
}
#claim h2 {
	font-size: 32px;
	line-height: 50px;
	font-weight: 500;
}
#claim p {
	font-size: 22px;
	line-height: 28px;
}

#header a#goAhead{
	position: absolute;
	bottom: 10%;
	left: 50%;
	margin-left: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}


/*
HOME NEWS
*/
section.home-news {
	padding-top: 30px;
}
section.home-news h2 {
	font-weight: 900;
	margin: 20px 0px 10px 0px;	
}
section.home-news h2.medium {
	font-size: 36px;
	line-height: 38px;
}
section.home-news h3 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px;
}

#homeNewsText {
	height: 160px;
}

section.home-news .span1 .arrow-circle {
	margin-top: 200px;
}

/*
HOME PRODUCTS
*/
section.products {
	padding: 50px 0px;
	background: #f5f5f5;
}
section.products h2 {
	font-size: 65px;
	line-height: 68px;
	font-weight: 900;	
	margin-bottom: 40px;
}
section.products .span3 {
}
section.products p {
	font-weight: 100;
	margin-bottom: 40px;
}

/*
HOME SERVICES
*/
section.services {
	padding: 40px 0px 70px 0px;
}
section.services .span4 {
	margin-top: 50px;
}
section.services p {
	font-weight: 100;
	padding: 0px 30px;
}
section.services p:first-child {
	padding: 0px 35px;
}
section.services p:last-child {
	padding: 0px 43px;
}
section.services .span4 {
}

/*
HOME CASE HISTORY
*/
section.case-history {
	padding: 40px 0px 60px 0px;
}
section.case-history .span4 {
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: left;
}
section.case-history a.case-history-block {
	display: block;
	height: 259px;
	background-color: #f0f0f0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:contain;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
section.case-history h4 {
	font-size: 18px;
}
section.case-history h5 {
	font-size: 16px;
}
section.case-history h4, section.case-history h5 {
	margin: 0px;
}

/*
HOME AWARDS
*/
section.awards {
	padding: 40px 0px 60px 0px;
}

section.awards h4 {
	font-weight: 900;
	font-size: 21px;
	line-height: 24px;
}
section.awards h5 {
	font-size: 16px;
	line-height: 20px;
	color: #9e9d9d;
}

/*
HOME CLIENTS
*/
section.clients {
	padding: 70px 0px;
}
section.clients h2 {
	margin-bottom: 40px;
}
section.clients .logos {
	margin-bottom: 70px;
}

/*
HOME MAPS
*/
section.coffee {
	background-color: #000;
	padding: 20px 0px;
}
section.coffee .address-box {
	width: 320px;
	padding: 5px;
	border: 10px solid #000000;
	background: #fff;	
	font-size: 13px;
	position: absolute;
	text-align: left;
}
section.coffee .address-box:after {	
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
section.coffee .address-box:after {
	border-color: rgba(0, 0, 0, 0);	
	border-width: 30px;
	left: 50%;
	margin-left: -30px;
}
section.coffee #rome-box.address-box:after {
	bottom: 100%;
	border-bottom-color: #000000;
}
section.coffee #milan-box.address-box:after {
	top: 100%;
	border-top-color: #000000;
}

section.coffee .address-box h2 {
	font-size: 28px;
	text-indent: 20px;
	margin: 0px;
}
section.coffee .address-box h2 span {
	font-size: 28px;
	font-weight: 700;
	color: #505050;
}
section.coffee .address-box strong {
	color: #e42b2f;
	font-size: 15px;
}
section.coffee .address-box p.pin {
	background: url(../images/address-pin.png) 15px top no-repeat;
	padding-left: 35px;
}
section.coffee .address-box p.phone {
	background: url(../images/address-phone.png) 10px top no-repeat;
	padding-left: 35px;
	min-height: 25px;
}
section.coffee .address-box p.mail {
	background: url(../images/address-mail.png) 10px top no-repeat;
	padding-left: 40px;
	min-height: 25px;
}

section.coffee .address-box .left {
	text-align: left;
	float: left;
	margin-left: 10px;
	width: 150px;
}
section.coffee .address-box .right {
	text-align: left;
	margin-left: 140px;
}

section.coffee .maps {
	width: 100%;
	height: 410px;
	position: relative;
	overflow: hidden;
}
section.coffee .maps .map {
	width: 50%;
	height: 100%;
	position: absolute;
}
section.coffee .maps .map.left {
	left: -10px;
}
section.coffee .maps .map.right {
	right: -10px;
}


/*
HOME FORM
*/
section.welove {
	padding: 40px 0px 80px 0px;
	text-align: left;
}
section.welove form {
	margin: 0px;
	padding: 0px;
}
section.welove form label {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}
section.welove form .input {
	width: 98%;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 0px;
	border: 0px;
	background: #dce0df;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
section.welove form textarea {
 height: 135px;
}
section.welove form .button {
	float: right;
	padding: 8px 50px;
	margin-right: 8px;
	border: 0px;
	background: #de3e3b;
	color: #fff;
	font-weight: 900;
	-webkit-border-radius: 0px;
}
section.welove form .button:hover {

}
#FC input[name="privacy"] {
float:left;
margin-top:5px;
}
span.privacy-label {
float:right;
display:block;
width:95%;
}

/*
PRODUCTS
*/


/*
FOOTER
*/
#footer {
	width: 100%;
	padding: 40px 0px;
	font-size: 20px;
	font-weight: 300;
	color: #8a8989;
	font-size: 13px;
	text-align: center;
}
#footer address{
	font: 16px/20px "brandon-grotesque",sans-serif;
}
#footer h5 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: 900;
}
#footer a {
	color: #e42b2f;
}
#footer ul {
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	list-style: none;
}
#footer ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 2px;
}
#footer a#backToTop{
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	right: 5%;
	bottom: 45px;
	z-index: 100;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#footer a#backToTop span:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top:7px;	
	border-style: solid;		
	z-index: 10;
	border-width: 10px 10px 10px 10px;	
	border-color: transparent transparent #000 transparent;
	left:10px;
}
#footer a#backToTop span:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top:5px;	
	border-style: solid;		
	z-index: 10;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	left:10px;
}

/*
OTHER
*/
.slider {	
	overflow: hidden;
}
.slider ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.slider li {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.iGag {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: 407px;
}
.iGag .screen span {
	display: block;
	width: 100%;
	height: 380px;
	position: relative;
	border-top-right-radius: 15px;
	z-index: 3;
	margin-top: -350px;
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.2) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.2)));
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.2) 100%);
	background: -o-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.2) 100%);
	background: -ms-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.2) 100%);	
}
.iGag .screen span:hover {
	cursor: hand;
	cursor: pointer;
}
.iGag .screen {
	display: block;
	height: 380px;
	background: #202020;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 2;
	margin-top: -5%;
}
.iGag .screen:after {
	display: block;
	content: url('../images/logo-gag-small.png');
	margin-top: -35px;
}

.iGag .pad {
	position: absolute;
	left: 50%;	
	margin-left: -83px;
}
.iGag .pad  img {
	position: absolute;
	margin-top: -35px;
	margin-left: 60px;
}
.iGag .desktop {
	width: 90%;
	height: 84%;
	background: #fff;
	position: relative;
	margin: 5%;
	top:8%;
	overflow: hidden;
}

.iGag .pad:after {
	content: "";
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 0;
	width: 156px;
	border-bottom: 27px solid #e4e4e4;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.iGag .pad span {
	content: "";
	z-index: 1;
	position: absolute;
	width: 166px;
	height: 5px;
	top: -18px;
	left: 0;
	box-shadow: 0 25px 15px rgba(141,141,141,0.8);
}

.arrow-circle-red {
	width: 66px;
	height: 66px;
	display: block;
	background: #c31101;
	border-radius: 50%;  
  -moz-border-radius: 50%;  
  -webkit-border-radius: 50%;
  position: relative;
  margin-top: 157px;
}
.arrow-circle-red span:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top:23px;	
	border-style: solid;		
	z-index: 10;
}
.arrow-circle-red span:before {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top:23px;	
	border-style: solid;		
	z-index: 10;
}
.arrow-circle-red span.prev:after{
	border-width: 10px 10px 10px 0;	
	border-color: transparent #c31101 transparent transparent;
	left:29px;
}
.arrow-circle-red span.prev:before{
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	left:26px;
}
.arrow-circle-red span.next:after{
	border-width: 10px 0 10px 10px;	
	border-color: transparent transparent transparent #c31101;
	left: 26px;
}
.arrow-circle-red span.next:before{
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;	
	left: 29px;
}

/*
.arrow-circle {
	width: 66px;
	height: 66px;
	background: url(../images/arrow-circle.png) no-repeat;
	display: block;
}
.arrow-circle.right {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}*/

.circle-black {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	width: 180px;
	height: 180px;
	border: 10px solid #4a4949;
	border-radius: 50%;  
  -moz-border-radius: 50%;  
  -webkit-border-radius: 50%;
  -moz-box-shadow: 0px 0px 0px 5px #d4d4d4; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 0px 5px #d4d4d4; /* Safari and Chrome */
  box-shadow: 0px 0px 0px 5px #d4d4d4;
  display: table;
  margin: 20px auto;
}
.circle-white{
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	line-height: 200px;
	font-size: 90px;
	text-align: center;
	border-radius: 50%;  
  -moz-border-radius: 50%;  
  -webkit-border-radius: 50%;
  display: table;
  color: #000;
  margin: 38px auto;
}
.circle-black .obj, .circle-white .obj {
	display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.circle-black.icon-oculus {
	background-image: url(../images/icon-oculus.png);
}
.circle-black.icon-monitor {
	background-image: url(../images/icon-monitor.png);
}
.circle-black.icon-comments {
	background-image: url(../images/icon-comments.png);
}
.circle-black.icon-badge {
	background-image: url(../images/icon-badge.png);
}
.circle-black.icon-wordpress {
	background-image: url(../images/icon-wordpress.png);
}
.circle-black.icon-laptop {
	background-image: url(../images/icon-laptop.png);
}
.circle-black.icon-smartphone {
	background-image: url(../images/icon-smartphone.png);
}
.circle-black.icon-wallet {
	background-image: url(../images/icon-wallet.png);
}
.circle-black.icon-book {
	background-image: url(../images/icon-book.png);
}

.circle-white.icon-diamond {
	background-image: url(../images/diamond.png);
}

.white {
	color: #fff;
}
.red {
	color: #e42b2f;
}
.bg-red {
	background-color: #e42b2f;
	color: #fff;
}
.bg-square {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQYGWP89OnTf3Z2dgZCgAWkiI2NjZGQQiZCCmDyowphIYGVBgCIggQoU/xsqgAAAABJRU5ErkJggg==) repeat;
}
.bg-triangle {
	background: url(../images/pattern-triangle.gif);
	color: #fff;
}

textarea {
	resize: none; 
}

hr {
	width: 100%;
	border: 0;
  height: 0;
  border-bottom: 1px solid rgb(229, 229, 229);
  margin-bottom: 20px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
	.map-place .text{
		padding:10px;
	}

/*
RESPONSIVE
*/
/* Large desktop */
@media (min-width: 1200px) {
	#navbar ul.nav li {
	font-size: 18px;
	}
	#navbar ul.nav li a {
		margin-left: 30px;
	}

	.circle-black {	
		width: 230px;
		height: 230px;
	}
	section.case-history a.case-history-block {	
		height: 320px;
	}
	section.case-history h4 {
		font-size: 26px;
		margin-top: 7px;
	}
	section.case-history h5 {
		font-size: 20px;
		margin-top: 7px;
	}
	.iGag {
		height: 500px;
	}
	.iGag .screen span{
		height: 473px;
		margin-top: -435px;
	}
	.iGag .screen {
		height: 473px;
	}
	.arrow-circle-red{
		margin-top: 203px;
	}
	section.awards h4 {
		font-size: 24px;
	}
	section.awards h5 {
		font-size: 18px;
	}

	section.coffee .address-box {
		width: 400px;
		padding: 5px 10px;
		border-width: 15px;
		font-size: 15px;
	}
	section.coffee .address-box h2, section.coffee .address-box h2 span {
		font-size: 35px;	
	}
	section.coffee .address-box strong {
		font-size: 18px;
	}
	section.coffee .address-box .left {
		width: 180px;
		margin-left: 10px;
	}
	section.coffee .address-box .right {
		margin-left: 180px;
	}
	section.map-place{
		background-image: url(/images/map-place.jpg);
		width: 100%;
		height: 650px;
		text-align: left;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#logo{
		margin-top: 8px;
/*
		left: 50%;		
		margin-left: -75px;
*/
	}
	#check {
		display: none;
	}
	#navbar .navbar-inner {
		margin-top: 0px;
		padding: 15px 0px;
		background-color: transparent;
	}
	#navbar.navbar-fixed-top{
		margin: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
	  position: absolute;
	}
	#navbar ul.nav {
		float: none;
		border-bottom: 1px solid #fff;
	}
	#navbar ul.nav li a{
		margin-left: 0px;
	}
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
	section.products h2 {
		font-size: 50px;
		line-height: 55px;
	}
	section.products h4 {
		margin-bottom: 0px;
	}
	section.products p{
		font-weight: 400;
	}
	section.map-place{
		background-image: url(/images/map-place.jpg);
		width: 100%;
		height: 650px;
		text-align: left;
		color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	.home #header {
/* 		background-image: url(../images/headers/ufficio_01-iPad-portrait.jpg); */
		height: 500px;
	}
	.home #header h1{
		padding-top: 21%;
    font-size: 79px;
	}
	.ballon {
		background: none;
		height: auto;
	}
	.ballon:after {
		display: none;
	}
	#claim {
		color: #fff;
	  text-align: left;
	  vertical-align: top;
	  z-index: 10;
	}
	#claim h1 {
		background-color: #e42b2f;
		display: table;		
		padding: 0px 5px;
		margin: 0px;
	}
	#claim h1 span {
		text-transform: uppercase;
		font-size: 60px;
	}
	#claim h2 {
		background-color: #e42b2f;
		display: table;
		font-size: 28px;
		padding: 0px 10px;
		margin: 2px 0px;
	}
	#claim p {
		background-color: #e42b2f;
		display: table;
		padding: 5px;
		margin: 0px;
		font-size: 18px;
		line-height: 22px;
	}
	.iGag {
		height: 325px;
	}
	.iGag .screen span {
		height: 298px;
		margin-top: -273px;
	}
	.iGag .screen {
		height: 298px;
	}
	.iGag .screen:after{
		margin-top: -28px;
	}
	.arrow-circle-red{
		margin-top: 120px;
		width: 45px;
		height: 45px;
	}
	.arrow-circle-red span:after, .arrow-circle-red span:before {
		top:13px;	
	}
	.arrow-circle-red span.prev:after, .arrow-circle-red span.next:before{
		left:19px;
	}
	.arrow-circle-red span.prev:before, .arrow-circle-red span.next:after{
		left:16px;
	}

	section.home-news h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.circle-black {	
		width: 128px;
		height: 128px;
		border-width: 7px;
		margin: 10px auto;
	}
	.circle-black.icon-monitor {
		background-image: url(../images/icon-monitor-medium.png);
	}
	.circle-black.icon-comments {
		background-image: url(../images/icon-comments-medium.png);
	}
	.circle-black.icon-badge {
		background-image: url(../images/icon-badge-medium.png);
	}
	.circle-black.icon-wordpress {
		background-image: url(../images/icon-wordpress-medium.png);
	}
	.circle-black.icon-laptop {
		background-image: url(../images/icon-laptop-medium.png);
	}
	.circle-black.icon-smartphone {
		background-image: url(../images/icon-smartphone-medium.png);
	}
	.circle-black.icon-wallet {
		background-image: url(../images/icon-wallet-medium.png);
	}
	.circle-black.icon-book {
		background-image: url(../images/icon-book-medium.png);
	}
	section.services h4 {
		margin-bottom: 0px;
	}
	section.services p {
		font-weight: 400;
		padding: 0px;
	}

	.circle-white {
		width: 120px;
		height: 120px;
		margin: 19px auto;
	}
	.awards .circle-white {
		line-height:120px;
	}
	.circle-white.icon-diamond {
		background-image: url(../images/diamond-medium.png);
	}
	section.case-history .span4 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	section.case-history a.case-history-block {	
		height: 196px;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;
	}
	section.case-history h5 {
		font-size: 15px;
	}
	section.coffee {
		padding: 15px 0px;
	}
	section.coffee .maps {
		height: 700px;
	}
	section.coffee .maps .map {
		width: 100%;
		height: 50%;
		position: relative;
	}
	#rome-map {
		margin-bottom: 15px;
		left: 0px;
	}
	#milan-map {
		right: 0px;
	}
	section.coffee .address-box {
		width: 380px;
		padding: 15px;
		border-width: 15px;
		font-size: 15px;
	}
	section.coffee .address-box h2 {
		font-size: 40px;	
	}
	section.coffee .address-box strong {
		font-size: 18px;
	}
	section.coffee .address-box .right {
		margin-left: 180px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.navbar-fixed-top, .navbar-fixed-bottom {
  position: absolute;
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	margin-left: 0px;
}
		#check {
		display: none;
	}	
	h2 {
		font-size: 30px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
	h4 {
	font-size: 18px;
	line-height: 22px;
	}
	h5 {
		font-size: 16px;
		line-height: 18px;
	}

	.home #header {
/* 		background-image: url(../images/headers/ufficio_01-iPhone-landscape.jpg); */
/*
		background-size: contain;
		height: 580px;
*/
	}
	#navbar .navbar-inner {
		margin-top: 0px;
		padding: 15px 0px;
	}
	#navbar.navbar-fixed-top{
		margin: 0px;
	}
	#navbar ul.nav {
		float: none;
	}
	#navbar ul.nav li {
		margin-top: 20px;
	}
	#navbar ul.nav li a {
		margin: 0px;
	}
	#logo{
		margin-top: 8px;
		left: 50%;		
		margin-left: -75px;
	}
	#header h1 {
    padding-top: 30%;
    font-size: 57px;
    margin: 0px;
    line-height: 40px;
    font-weight: 900;
	}
	#header h2 {
    font-size: 26px;
    line-height: 48px;
    font-weight: 900;
    margin-top: 3px;
	}
	.ballon {
		background: url(../images/pattern-triangle.gif);
		text-align: center;
		width: 100%;
		height: 180px;
		margin-top: 330px;
		border-radius: 0;  
		padding: 15px 0px;
		-moz-border-radius: 0;  
		-webkit-border-radius: 0;
	}
	.ballon:after {
		display: none;
	}
	#claim {
		color: #fff;
	  text-align: center;
	  vertical-align: top;
	  z-index: 10;
	}
	#claim h1 {
		margin: 0px;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 60px;
		line-height: 68px;
		text-transform: none;
	}
	#claim h1 span {
		font-weight: 700;		
	}
	#claim h2 {
		margin: 0px;
		font-size: 20px;
		line-height: 30px;
		padding-left: 10px;
	}
	#claim p {
		margin: 0px;
		font-size: 14px;
		line-height: 16px;
	}
	section.home-news, section.products, section.services, section.case-history, section.awards, section.clients, section.welove {
		padding: 0px;

	}
	section.home-news h2 {		
		margin-bottom: 0px;
		font-size: 30px;
		line-height: 35px;
	}
	section.home-news h2.medium {		
		font-size: 30px;
		line-height: 35px;
	}
	section.home-news h3 {
		font-size: 18px;
		line-height: 20px;
		padding: 0px 10px;
	}
	#homeNewsText {
		height: 200px;
	}
	.iGag {
		display: inline-block;
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}
	.iGag .screen span {
		display: none;
	}
	.iGag .screen {
		display: block;
		height: 330px;
		background: #202020;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		z-index: 2;
		margin-top: -5%;
	}
	.iGag .screen:after, .iGag .pad, .iGag .pad:after, .iGag .pad span {
		display: none;
		content: none;
	}
	.iGag .desktop {
		width: 100%;
		height: 100%;
		margin: 0;
		top:0;
	}
	section.products h2, section.services h2 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	section.products p {
		padding: 0px 10px;
	}
	section.case-history h4, section.case-history h5{
		padding: 0px 10px;
	}
	section.coffee {
		padding: 15px 0px;
	}
	section.coffee .maps {
		height: 700px;
	}
	section.coffee .maps .map {
		width: 100%;
		height: 50%;
		position: relative;
	}
	#rome-map {
		margin-bottom: 15px;
		left: 0px;
	}
	#milan-map {
		right: 0px;
	}
	section.coffee .address-box {
		width: 280px;
		padding: 5px;
		border-width: 5px;
		font-size: 14px;
	}
	section.coffee .address-box h2 {
		text-indent: 5px;
	}
	section.coffee .address-box p.pin, section.coffee .address-box p.phone, section.coffee .address-box p.mail {
		background: none;
		padding-left: 0px;
	}
	section.coffee .address-box .left {
		width: 110px;
	}
	section.coffee .address-box .right {
		margin-left: 130px;
	}
	section.welove .container {
		padding: 0px 15px;
	}
	section.welove form .input {
		width: 95%;
	}
	section.welove form textarea {
		padding-left: 7px;
		padding-right: 7px;
	}
	section.welove form .button {
		margin-bottom: 20px;
	}
} 
/* Landscape phones and down */
@media (max-width: 480px) {
	#header p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}
	.home #header {		
/* 		background-image: url(../images/headers/ufficio_01-iPhone-portrait.jpg); */
    height: 470px;
/* 		background-size: contain; */
	}
	#navbar ul.nav li a {
		padding: 0px 7px;
	}
	.ballon {
		margin-top: 135px;
		padding: 15px 0px;
	}
	.iGag .screen {
		height: 185px;
	}
}

