/*

*/

html, body {

	background-color: #f2f2f2;

	text-align: center;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size:13px;

	color: #6c6c6c;
	
	margin:0;
	
	padding:0;

	-webkit-font-smoothing: subpixel-antialiased;

	-webkit-overflow-scrolling: touch;

	}


/* ========================================================================= index.php */
.top-background {
	display: block;

	float: left;

	position: relative;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	min-height: 750px;

	background-color: #de2939;

	background-image: url(../images/background.png);

	background-repeat: repeat;

	margin: 0;

	padding: 0;

	overflow: hidden;
}

.top-background .logo{
	width: 400px;

	height: auto;

	margin: 80px 0 0 0;
}


.section-1,
.section-2,
.section-3,
.section-4
 {
	display: block;

	position: relative;
	
	float: left;

	width: 90%;

	margin: 10px 5% 0 5%;

}

ul.ul-top {
	display: block;

	float: right;

	list-style: none;

	width: auto;

	height: auto;

	margin: 0;

	padding: 0;
}

ul.ul-top li{
	display: block;

	float: left;

	padding: 0;

	line-height: 50px;

	width: auto;

	height: 50px;
}

ul.ul-top li a{
	display: block;

	float: left;

	width: 35px;

	height: 35px;

	margin: 5px 0;

	padding: 0;

	overflow: hidden;

	text-indent: -9999px;

	background-position: -162.5px -2.5px;

	background-color: #303030;

	border-radius: 50%;
}
ul.ul-top li a:hover{
	background-color: #3b5998;
}

ul.ul-top li:nth-child(2){
	margin: 5px 5px 5px 10px;

	width: 35px;

	height: 35px;

	background-color: #303030;

	border-radius: 50%;

	background-position: -402.5px -42.5px;
}

ul.ul-top li:last-child{
	font-size: 1.2em;

	color: #fff;
}


.section-2{
	list-style: none;

	margin: 10px 5% 0 5%;

	padding: 0;

	color: #303030;
	
	height: 76px;

	/*text-transform: uppercase;*/

	background-color: rgba(255,255,255,1);

	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.2);

}

.section-2 li{
	display: block;

	float: right;

	position: relative;

	margin: 0;

	padding: 0 30px;

	border-left: 1px solid #eee;

	line-height: 76px;

	font-size: 1.2em;

	cursor: pointer;

	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-2 li:first-child,
.section-2 li:last-child{
	border-left: 0;
}
.section-2 li:first-child{
	float: left;

	padding: 0 40px 0 20px;

	font-family: 'Pacifico';

	color: #fff;

	background-color: #303030;

	overflow: hidden;
}

.section-2 li:first-child b{
	display: block;

	float: left;
	
	font-weight: normal;

	font-size: 2.5em;

	line-height: 76px;
}

.section-2 li:first-child span{
	display: block;

	float: left;

	margin: 10px 0 0 10px;

	text-align: left;

	color: #ddd;

	line-height: 1.2em;

	font-size: 1.4em;

}

.section-2 li:first-child z{
	display: block;

	position: absolute;

	width: 180px;

	height: 180px;

	background-color: #fff;

	top: -52px;

	right: -160px;

	border-radius: 50%;
}

.section-2 li.link:hover{
	color: #f00;
}

.top-background .mobile-menu{
	display: none;

	position: absolute;

	z-index: 100;

	top: 97px;

	right: 8%;

	width: 40px;

	height: auto;
}

.top-background .mobile-menu span{
	display: block;

	float: left;

	width: 100%;

	height: 0;

	border:2px solid #555;

	border-radius: 5px;

	margin: 5px 0 0 0;
}

.top-background .mobile-menu span:first-child{
	margin: 0;
}

.top-background .mobile-menu-items{
	display: block;

	position: absolute;

	z-index: 2000;

	top: 0;

	left: 0;

	list-style: none;

	width: 100%;

	height: auto;

	margin: 0;

	padding: 0;

	border-top: 5px solid #777;

	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}
.top-background .mobile-menu-items.show{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}

.top-background .mobile-menu-items li{
	display: block;

	float: left;

	width: 100%;

	height: 50px;

	line-height: 50px;

	font-size: 1.3em;

	text-transform: uppercase;

	margin: 0;

	padding: 0 20px;

	background-color: #555;

	border-bottom: 1px solid #777;

	color: #fff;

	text-align: right;
}

.top-background .mobile-menu-items li:last-child{

	float: right;

	width: 60px;

	padding: 0;

	border:0;

	border-radius: 0 0 0 5px;
}

.top-background .mobile-menu-items li b{
	display: block;

	float: left;

	width: 40px;

	height: 40px;

	margin: 0;
}

.top-background .mobile-menu-items li:last-child b{
	margin: 5px 10px;

	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}


.top-background .mobile-menu-items li:nth-child(1) b{ background-position: -160px -40px; }
.top-background .mobile-menu-items li:nth-child(2) b{ background-position: -240px -40px; }
.top-background .mobile-menu-items li:nth-child(3) b{ background-position: -200px -40px; }
.top-background .mobile-menu-items li:nth-child(4) b{ background-position: -400px 0px; }


.section-3{
	
	margin: 100px 5% 0 5%;

	border-top: 1px solid #ddd;

}

.section-3 .slider-images{
	display: none;
}

.section-3 .col-left {
	display: block;

	position: relative;

	float: left;

	width: 437.5px;

	height: 500px;

	margin: 0;

	padding: 0;

	overflow: hidden;
}

.section-3 .col-left b{
	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-size: 101% 101%;

	background-repeat: no-repeat;

	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.section-3 .col-left b.second{
	background-image: url(../images/pizzas_hawaiana.jpg);

	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}


.section-3 .col-right{
	display: block;

	position: relative;

	float: left;

	margin: 30px 0 0 0;

	padding: 0 0 0 30px;

	width: calc(100% - 437.5px);
	
	width: -webkit-calc(100% - 437.5px);
	
	width: -moz-calc(100% - 437.5px);
	
	width: -ms-calc(100% - 437.5px);
	
	width: -o-calc(100% - 437.5px);

	height: 100%;

	text-align: left;
}

.section-3 .col-right .hidden-info{
	position: absolute;

	left: -9999px;

	top: -9999px;

	width: 100%;
}

.section-3 .col-right .info-container, 
.section-3 .col-right .info-container h1,
.section-3 .col-right .hidden-info h1 {
	display: block;

	float: left;

	width: 100%;

	height: auto;

	margin: 0;

	padding: 0;

	opacity: 0;
}
.section-3 .col-right .info-container{
	min-height: 200px;
}

.section-3 .col-right .info-container.visible{
	opacity: 1;
}

.section-3 .col-right .info-container h1,
.section-3 .col-right .hidden-info h1 {
	
	line-height: 80px;

	font-family: 'Pacifico';

	color: #f00;

	font-weight: normal;

	font-size: 4em;

	opacity: 1;

}

.section-3 .col-right .info-container p,
.section-3 .col-right .hidden-info p{
	line-height: 1.7em;
}

.section-3 .col-right .pizzas-picker {
	display: block;

	float: left;

	position: relative;

	width: 100%;

	height: 150px;

}

.section-3 .col-right .pizzas-picker z{
	display: block;

	position: absolute;

	width: 20px;

	height: 100%;

	cursor: pointer;

	opacity: 0.05;
}

.section-3 .col-right .pizzas-picker z.prev{
	top: 0;

	left: 0;

	background-position: -40px 22.5px;
}
.section-3 .col-right .pizzas-picker z.next{
	top: 0;

	right: 0;

	background-position: -140px 22.5px;
}

.section-3 .col-right .pizzas-picker z.prev.active,
.section-3 .col-right .pizzas-picker z.next.active{
	opacity: 1;
}

.section-3 .col-right .pizzas-picker z.prev.active:hover{
	background-position: -240px 22.5px;
}
.section-3 .col-right .pizzas-picker z.next.active:hover{
	background-position: -340px 22.5px;
}

.section-3 .col-right .pizzas-picker .wrapper {
	display: block;

	position: relative;

	float: left;

	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px);

	height: 100%;

	margin: 0 20px;

	overflow: hidden;

}
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper {
	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	text-overflow: ellipsis;
  	
  	white-space: nowrap;

}

.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b{
	display: inline-block;

	width: 131.25px;

	height: 150px;

	cursor: pointer;

	background-size: 100% 100%;

	background-repeat: no-repeat;

	margin: 0;
}

.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:hover{
	opacity: 0.8;
}

.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:last-child{
	margin-right: 0;
}

.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(1){ background-image: url(../images/pizzas_hawaiana.jpg); }
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(2){ background-image: url(../images/pizzas_chorizo.jpg); }
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(3){ background-image: url(../images/pizzas_champ.jpg); }
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(4){ background-image: url(../images/pizzas_pepperoni.jpg?1); }
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(5){ background-image: url(../images/pizzas_salchicha.jpg); }
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b:nth-child(6){ background-image: url(../images/pizzas_salami.jpg?1); }


.section-4{
	margin: 100px 5%;
}

.section-4 .item {
	display: block;

	float: left;

	margin: 20px 2.5%;

	padding: 0;

	width: 45%;

	height: auto;
}

.section-4 .item.wide {
	width: 95%;

	background-color: #fff;
}

.section-4 .item span{
	display: block;

	float: left;

	width: 100%;

	margin: 0;

	padding: 0;

	font-family: 'Pacifico';

	font-size: 3em;

	color: #f00;

	background-color: #fff;
}

.section-4 .item.wide span{
	width: auto;

	margin: 0 0 0 5%;

	line-height: 210px;

	background-color: inherit;
}

.section-4 .item:nth-child(1) span z{
	font-size: 0.5em;
}

.section-4 .item b{
	display: inline-block;

	margin: 50px 0;

	padding: 0;
	
	background-image: url(../images/empaques.jpg?1);

	background-size: 1000px 220px;
}


.section-4 .item:nth-child(1) b{
	
	width: 220px;

	height: 200px;

	background-position: -20px -10px;
}

.section-4 .item:nth-child(2) b{
	
	width: 280px;

	height: 200px;

	background-position: -240px -10px;
}

.section-4 .item:nth-child(3) b{
	
	width: 280px;

	height: 200px;

	background-position: -700px -10px;
}

.section-4 .item:nth-child(4) b{
	
	width: 140px;

	height: 110px;

	background-position: -540px -60px;
}

.section-5{
	display: block;

	float: left;

	width: 100%;

	height: auto;

	padding: 125px 5% 100px 5%;

	background-image: url(../images/texture.jpg);

	background-repeat: repeat;
}

.section-5 ul{
	display: block;

	float: left;

	width: 100%;

	height: auto;

	list-style: none;

	margin: 100px 0 0 0;

	padding: 0;
}

.section-5 ul li{
	display: inline-block;

	width: 160px;

	height: 100px;

	border: 3px solid #fff;

	border-radius: 5px;

	margin: 10px;

	cursor: pointer;

	background-size: 4000px 100px;

	background-repeat: no-repeat;

	background-position: center center;

	background-image: url(../images/gallery/gallery_palette.jpg);
}
.section-5 ul li:nth-child(1){ background-position: 0 0; }
.section-5 ul li:nth-child(2){ background-position: -160px 0; }
.section-5 ul li:nth-child(3){ background-position: -320px 0; }
.section-5 ul li:nth-child(4){ background-position: -480px 0; }
.section-5 ul li:nth-child(5){ background-position: -640px 0; }
.section-5 ul li:nth-child(6){ background-position: -800px 0; }
.section-5 ul li:nth-child(7){ background-position: -960px 0; }
.section-5 ul li:nth-child(8){ background-position: -1120px 0; }
.section-5 ul li:nth-child(9){ background-position: -1280px 0; }
.section-5 ul li:nth-child(10){ background-position: -1440px 0; }
.section-5 ul li:nth-child(11){ background-position: -1600px 0; }
.section-5 ul li:nth-child(12){ background-position: -1760px 0; }
.section-5 ul li:nth-child(13){ background-position: -1920px 0; }
.section-5 ul li:nth-child(14){ background-position: -2080px 0; }
.section-5 ul li:nth-child(15){ background-position: -2240px 0; }
.section-5 ul li:nth-child(16){ background-position: -2400px 0; }
.section-5 ul li:nth-child(17){ background-position: -2560px 0; }
.section-5 ul li:nth-child(18){ background-position: -2720px 0; }
.section-5 ul li:nth-child(19){ background-position: -2880px 0; }
.section-5 ul li:nth-child(20){ background-position: -3040px 0; }
.section-5 ul li:nth-child(21){ background-position: -3200px 0; }
.section-5 ul li:nth-child(22){ background-position: -3360px 0; }
.section-5 ul li:nth-child(23){ background-position: -3520px 0; }
.section-5 ul li:nth-child(24){ background-position: -3680px 0; }
.section-5 ul li:nth-child(25){ background-position: -3840px 0; }

.section-5 ul li:hover{
	opacity: 0.5;
}

.gallery-mask {
	display: block;

	position: fixed;

	visibility: hidden;

	z-index: -1000;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,0.5);

	opacity: 0;

	cursor: default;
}

.gallery-mask .close-mask{
	display: block;

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,0);

}

.gallery-mask .preloader {
	display: block;

	position: absolute;

	z-index: 1000;

	left: 50%;

	top: 50%;

	width: 100px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	margin: -25px 0 0 -50px;

	color: #fff;
}


.gallery-mask .preloader z {
	display: block;

	float: left;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-top-color: #999;
	border-radius: 50%;
	margin: 15px 10px 0 0;
	animation: rotation linear 0.6s infinite;
	-webkit-animation: rotation linear 0.6s infinite;
	-moz-animation: rotation linear 0.6s infinite;
	-ms-animation: rotation linear 0.6s infinite;
	-o-animation: rotation linear 0.6s infinite;
}


@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(360deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.gallery-mask .images-container{
	display: block;

	position: absolute;

	z-index: 2000;

	top: 50%;

	left: 50%;

	width: 1px;

	height: 1px;

	margin: -0.5px 0 0 -0.5px;

	background-color: #000;

	border:2px solid #333;
}

.gallery-mask .images-container img{
	display: block;

	margin: 0;

	padding: 0;

	opacity: 0;

	visibility: hidden;

	width: 100%;

	height: auto;

	max-width: 100%;
}
.gallery-mask .images-container z,
.gallery-mask .images-container zz
{
	display: block;

	position: absolute;

	bottom: -15px;

	right: 0px;

	color: #888;

	font-size: 0.8em;
}

.gallery-mask .images-container zz{
	display: none;

	bottom: auto;

	top: -25px;

	font-size: 2em;

	text-shadow: 0px 0px 1px #fff;

	color: #fff;

	cursor: pointer;
}

.gallery-mask .hidden-images{
	display: block;

	position: absolute;

	top: -9999px;

	left: -9999px;
}

.gallery-mask b{
	display: block;

	position: absolute;

	z-index: 10;

	top: 50%;

	margin-top: -20px;

	width: 60px;

	height: 60px;

	cursor: pointer;

	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);

}
.gallery-mask b.prev { 
	left: 0;

	background-position: -300px 0; 
}
.gallery-mask b.next { 
	right: 0;

	background-position: -360px 0; 
}
.gallery-mask b:hover{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}


footer{
	display: block;

	float: left;

	width: 100%;

	height: auto;

	margin: 0;

	padding: 0;

	background-image: url(../images/texture.jpg);

	background-repeat: repeat;

}

footer .left,
footer .right
{
	display: block;

	float: left;

	width: 50%;

	margin: 0;

	padding: 0;
}

footer .left {
	text-align: left;

	padding: 50px 50px 50px 5%;

}
footer .left input,
footer .left input:focus,
footer .left textarea,
footer .left textarea:focus
 {
	display: inline-block;

	width: 	100%;

	height: 50px;

	margin: 5px 0;

	line-height: 50px;

	font-size: 16px;

	color: #fff;

	background-color: rgba(255,255,255,0.1);

	border-radius: 5px;

	border: none;

	outline: none;

	padding: 0 20px;
}

footer .left textarea{
	color: #aaa;
}

footer .left textarea,
footer .left textarea:focus{
	height: 150px;

	resize: none;
}

footer .send{
	display: block;

	float: left;

	width: 100%;

	text-align: right;
}

footer .alert{
	display: inline-block;

	line-height: 35px;

	color: #dd0d0d;

	margin: 0 10px 0 0;
}

footer .alert.ok{
	color: #fff;
}

footer .spinner{
	display: none;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-top-color: #555;
	border-radius: 50%;
	margin: 20px 10px 0 0;
	animation: rotation linear 0.6s infinite;
	-webkit-animation: rotation linear 0.6s infinite;
	-moz-animation: rotation linear 0.6s infinite;
	-ms-animation: rotation linear 0.6s infinite;
	-o-animation: rotation linear 0.6s infinite;
}

footer .send span{
	display: inline-block;

	border-radius: 5px;

	font-size: 1.5em;

	cursor: pointer;

	padding: 8px 20px;

	background-color: rgba(255,255,255,0.1);

	border: 1px solid rgba(255,255,255,0);
}

footer .send span:hover{
	color: #ddd;

	border: 1px solid #fff;
}

footer .right {
	text-align: left;

	padding: 50px 5% 50px 50px;

	color: #aaa;

	font-size: 1.2em;
}

footer .right p{
	line-height: 50px;

	font-size: 1.5em;
}

footer .right p.location{
	font-size: 0.8em;
}

footer .right p.tel b,
footer .right p.email b,
footer .right p.location b,
footer .right a b
{
	display: block;

	float: left;

	width: 50px;

	height: 50px;

}

footer .right p.tel b{ background-position: -500px -50px; }
footer .right p.email b{ background-position: -500px 0; }
footer .right p.location b{ background-position: -350px 0; }

footer .right a.fb,
footer .right a.fb:visited
{
	display: inline-block;

	text-decoration: none;

	background-color: #3a5795;

	border-radius: 5px;

	line-height: 50px;

	width: auto;

	height: 50px;

	margin-left: 12px;

	padding: 0 20px 0 0;

	color : #fff;

	border: 1px solid rgba(255,255,255,0);
}

footer .right a.fb:hover{
	border:1px solid #fff;

}
footer .right a.fb b{
	background-position: -200px 0;

	margin: 0;
}

footer .copy{
	display: block;

	float: left;

	width: 90%;

	margin: 50px 5%;

	padding: 20px 0 0 0;

	border-top: 1px solid rgba(255,255,255,0.2);

	text-align: left;
}
footer .copy a,
footer .copy a:visited
{
	color: #6c6c6c;
}

.wide-title {
	display: block;

	float: left;

	line-height: 50px;

	margin: 0;

	padding: 0;

	width: 100%;

	height: auto;

	font-size: 4em;

	color: #333;

	font-family: 'Pacifico';
}

.wide-title.mTop {
	margin-top: 70px;
}

.wide-title.white {
	color: #fff;
}

.go-top {
	display: block;

	position: fixed;

	bottom: 25px;

	right: 100px;

	z-index: 100;

	width: 50px;

	height: 50px;

	background-color: #333;

	border-radius: 5px;

	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);

	background-position: -50px 0;

	opacity: 0;

	visibility: hidden;
}

.go-top.show{
	visibility: visible;

	opacity: 1;
}

.go-top:hover{
	cursor: pointer;

	background-color: #000;
}

/* ========================================================================= [ icons ] */
ul.ul-top li a,
ul.ul-top li:nth-child(2),
.gallery-mask b,
footer .right p.tel b,
footer .right p.email b,
footer .right p.location b,
footer .right a b,
.go-top,
.top-background .mobile-menu-items li b {
	background-image: url(../images/iconset-white.png);
	background-repeat: no-repeat;
}
ul.ul-top li a,
ul.ul-top li:nth-child(2),
.top-background .mobile-menu-items li b { /* 40px each icon */
	background-size: 600px 80px;
}
footer .right p.tel b,
footer .right p.email b,
footer .right p.location b,
footer .right a b,
.go-top { /* 50px each icon */
	background-size: 750px 100px;
}
.gallery-mask b { /* 60px each icon */
	background-size: 900px 120px;
}


.section-3 .col-right .pizzas-picker z{
	background-image: url(../images/iconset.png);
	background-repeat: no-repeat;
}

.section-3 .col-right .pizzas-picker z { /* 100px each icon */
	background-size: 700px 100px; 
}

/* =================================================== media queries */


@media only screen and (max-width:1230px) { 
	.section-3 .col-right .info-container h1,
	.section-3 .col-right .hidden-info h1 {
		font-size: 3em;
	}
}
@media only screen and (max-width:1050px) { 
	.section-3 .col-right .info-container h1,
	.section-3 .col-right .hidden-info h1 {
		font-size: 2.5em;
	}
}
@media only screen and (max-width:990px) { 
	.section-2 li{
		
		padding: 0 20px;

		font-size: 1em;
	}
	.section-2 li:first-child{

		font-size: 1.2em;
	}
	.section-3 .col-right .info-container h1,
	.section-3 .col-right .hidden-info h1 {
		font-size:3em;
	}
	.section-3 .col-right .info-container h1 z,
	.section-3 .col-right .hidden-info h1 z{
		display: none;
	}

	.section-3 .col-left {
		width: 350px;

		height: 400px;
	}
	.section-3 .col-right{
		width: calc(100% - 350px);
		
		width: -webkit-calc(100% - 350px);
		
		width: -moz-calc(100% - 350px);
		
		width: -ms-calc(100% - 350px);
		
		width: -o-calc(100% - 350px);
	}
	.section-3 .col-right .info-container p,
	.section-3 .col-right .hidden-info p{
		line-height: 1em;
	}

}
@media only screen and (max-width:890px) {
	.section-3 .col-right .info-container h1,
	.section-3 .col-right .hidden-info h1 {
		font-size: 2.5em;
	}
	.section-5 ul li{

		width: 100px;

		height: 62.5px;

		margin: 2px;
	}
	.section-4 .item{
		font-size: 0.9em;
	}

	footer .left {
		padding: 50px 0 50px 5%;
	}
	footer .right{
		margin-top: 50px;
	}
}
@media only screen and (max-width:800px) {
	.section-2 li{
		
		display: none;
	}
	.section-2 li:first-child,
	.top-background .mobile-menu{

		display: block;
	}
	.top-background .logo{
		width: 300px;
	}

	.section-3 .col-left {
		left: 50%;

		width: 437.5px;

		height: 500px;

		border-bottom: 1px solid #ddd;

		margin: 0 0 0 -218.75px;
	}
	.section-3 .col-right{
		width: 100%;

		padding: 0;
	}
	.section-3 .col-right .info-container p,
	.section-3 .col-right .hidden-info p{
		line-height: 1.7em;
	}
	.section-4 .item.wide b{
		margin: 0;
	}
	.section-4 .item.wide span{
		width: 100%;

		margin: 0;

		line-height: 100px;

		text-align: center;
	}
}
@media only screen and (max-width:750px) { 



	.section-4 .item:nth-child(1) b{

		background-size: 714.27px 157.14px;
		
		width: 157.14px;

		height: 142.85px;

		background-position: -10px -5px;
	}

	.section-4 .item:nth-child(2) b{

		background-size: 714.27px 157.14px;
		
		width: 200px;

		height: 142.85px;

		background-position: -170px -5px;
	}
	footer .left,
	footer .right
	{
		
		width: 100%;

		padding: 50px 10% 0 10%;

		font-size: 0.9em;
	}

	footer .right a.fb,
	footer .right a.fb:visited{
		font-size: 1.5em;
	}
}
@media only screen and (max-width:600px) { 
	
	.section-2 li:first-child{
		font-size: 0.8em;
	}
	.section-2 li:first-child span{
		margin: 20px 0 0 10px;
	}

	.top-background{
		min-height: 580px;
	}
	.top-background .logo{
		display: block;

		float: left;

		position: relative;

		left: 50%;

		width: 250px;

		margin:70px 0 0 -125px;
	}
}

@media only screen and (max-width:500px) { 


	.section-3 .col-left {

		width: 350px;

		height: 400px;

		margin: 0 0 0 -175px;
	}

	.section-4 .item:nth-child(1) b{
		
		background-size: 1000px 220px;

		width: 220px;

		height: 200px;

		background-position: -20px -10px;
	}

	.section-4 .item:nth-child(2) b{

		background-size: 1000px 220px;
		
		width: 280px;

		height: 200px;

		background-position: -240px -10px;
	}

	.section-4 .item {

		margin: 20px 0;

		width: 100%;
	}
	.section-4 .item.wide{
		width: 100%;
	}
	.section-4 .item.wide span{
		line-height: 1.2em;
		padding: 20px;
	}

	.go-top {
		bottom: 90px;

		right: 28px;

	}
	
}
/*@media only screen and (max-width:990px) { }*/


/*   --------------------------------------------------------------- media queries */


/* ========================================================================= */

.class {
	-webkit-background-size: cover;
	
	-moz-background-size: cover;
	
	-ms-background-size: cover;

	-o-background-size: cover;
	
	background-size: cover;

	background-position: center center;
}

.section-1,
.section-2,
.section-3,
.section-3 .col-left,
.section-3 .col-right,
.section-3 .col-right .pizzas-picker,
.section-3 .col-right .pizzas-picker .wrapper,
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper b,
.section-4 .item,
.section-5,
.section-5 ul li,
.gallery-mask .preloader z,
.images-container,
footer .left,
footer .right,
footer .left input,
footer .left textarea,
footer .send span,
footer .copy,
.section-4 .item.wide span,
.top-background .mobile-menu-items,
.top-background .mobile-menu-items li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.section-2 li.link,
footer .send span {
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
}
footer .send span,
footer .right a.fb {
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-ms-transition: border 0.5s;
	-o-transition: border 0.5s;
}
.images-container {
	transition: height 0.3s, width 0.3s, margin 0.3s;
	-webkit-transition: height 0.3s, width 0.3s, margin 0.3s;
	-moz-transition: height 0.3s, width 0.3s, margin 0.3s;
	-ms-transition: height 0.3s, width 0.3s, margin 0.3s;
	-o-transition: height 0.3s, width 0.3s, margin 0.3s;
}

.section-3 .col-right .info-container,
.ul-top li a,
.section-5 ul li,
.gallery-mask,
.images-container img{
	transition: opacity 0.3s, height 0.3s;
	-webkit-transition: opacity 0.3s, height 0.3s;
	-moz-transition: opacity 0.3s, height 0.3s;
	-ms-transition: opacity 0.3s, height 0.3s;
	-o-transition: opacity 0.3s, height 0.3s;
}
.go-top {
	transition: opacity 0.3s, background-color 0.3s;
	-webkit-transition: opacity 0.3s, background-color 0.3s;
	-moz-transition: opacity 0.3s, background-color 0.3s;
	-ms-transition: opacity 0.3s, background-color 0.3s;
	-o-transition: opacity 0.3s, background-color 0.3s;
}

.section-3 .col-left b.motion,
.section-3 .col-right .pizzas-picker .wrapper .inner-wrapper,
.gallery-mask b,
.top-background .mobile-menu-items{
	transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	
}

