/*
Theme Name: Allocco Studio
Author: Allocco Studio
*/

@font-face {
    font-family: 'trashhandregular';
    src: url('fonts/trashhand-webfont.eot');
    src: url('fonts/trashhand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trashhand-webfont.woff2') format('woff2'),
         url('fonts/trashhand-webfont.woff') format('woff'),
         url('fonts/trashhand-webfont.ttf') format('truetype'),
         url('fonts/trashhand-webfont.svg#trashhandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Ubuntu', sans-serif;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

* {
	outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/*  General   */

.center {
	position: relative;
	width: 1230px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

a.block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}



/*############################# HEADER #############################*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	z-index: 99999;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#header.active {
	background: rgba(69,70,70,0.4);
}

#header h1.logo a {
	float: left;
	width: 204px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	margin: 22px 0 0 24px;
	background: url(images/header-logo.png) no-repeat;
}

#main-menu {
	float: right;
	vertical-align: top;
}

#main-menu li {
	line-height: 96px;
	font-size: 16px;
	float: left;
	font-weight: 300;
	color: #FFF;
}

#main-menu li.home {
	display: none;
}

#main-menu li a {
	float: left;
	color: #FFF;
	line-height: 96px;
	height: 70px;
	display: block;
	padding: 0 30px;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#main-menu li a:hover,
#main-menu li.current a {
	background: #da0c56;
}






/*############################# CONTENT #############################*/


#content {
	position: relative;
	width: 100%;
}

#slider-wrapper {
	position: relative;
	width: 100%;
}

#slider-wrapper .center {
	height: 100%;
}

#slider-wrapper .arrow {
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin: 0 0 0 -37px;
	display: block;
	width: 74px;
	height: 74px;
	background: url(images/slider-arrow.png) no-repeat;
	z-index: 99;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}

#slider-wrapper .arrow:hover {
	bottom: 40px;
}

.section {
	position: relative;
	width: 100%;
}

.section h2 {
	font-family: 'trashhandregular';
	font-size: 55px;
	font-weight: normal;
	text-align: center;
}

.section .error {
	padding: 150px 0;
	text-align: center;
	font-size: 17px;
	color: #444;
}

#section-3 .error {
	color: #FFF;
}

#section-1 {
	padding: 180px 0 50px;
	background: url(images/section-1-bg.jpg) center no-repeat;
	background-size: cover;
}

#section-1 h2 {
	color: #da0c56;
}

#section-1 .items {
	vertical-align: top;
	text-align: center;
	padding: 30px 0 0 0;
}

#section-1 .items .item {
	position: relative;
	display: inline-block;
	margin: 0 3px 7px;
	width: 295px;
	height: 277px;
	overflow: hidden;
}

#section-1 .items .item img {	
	float: left;
	width: 100%;
}

#section-1 .items .item h4 {
	position: absolute;
	top: 40%;
	left: 45px;
	right: 45px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 22px;
	color: #FFF;
	padding: 10px 0;
	z-index: 10;
	font-weight: normal;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#section-1 .items .item .block {
	z-index: 11;
}

#section-1 .items .item span.bg {
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#section-1 .items .item:hover span.bg {
	background: rgba(218,12,86,0.9);
}

#section-1 .items .item:hover h4 {
	opacity: 1;
}

#section-2 {
	padding: 180px 0 120px;
	background: #FFF;
	overflow: hidden;
}

#section-2 h2 {
	color: #444242;
	padding: 0 0 110px;
}

#section-2 .slider {
	float: left;
	width: 514px;
	height: 565px;
	margin: 0 0 0 30px;
	overflow: hidden;
}

#section-2 .text {
	float: left;
	width: 535px;
	padding: 0 0 0 49px;
	margin: -5px 0 0 46px;
	background: url(images/section-2-bar.png) left 61px no-repeat;
}

#section-2 .text h3 {
	font-size: 25px;
	line-height: 25px;
	color: #504f51;
	font-weight: 500;
	padding: 0 0 8px;
}

#section-2 .text h3 span {
	color: #da0c56;
}

#section-2 .text p {
    color: #504f51;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 22px 0 0;
}

#section-2 .text p span {
	font-weight: 500;
}

#carousel.section {
	height: 96px;
	background: #da0c56;
	text-align: center;
}

#carousel.section .arrow {
	position: absolute;
	top: -23px;
	left: 50%;
	margin: 0 0 0 -24px;
	width: 45px;
	height: 23px;
	display: block;
	background: url(images/slider-phrase-top.png) no-repeat;
}

#carousel.section p {
	position: relative;
	display: inline-table;
	font-size: 25px;
	font-weight: 300;
	font-style: italic;
	line-height: 96px;
	color: #FFF;
}

#carousel.section p .left {
	position: absolute;
	left: -40px;
	top: 37px;
	width: 27px;
	height: 25px;
	background: url(images/phrase-left.png) no-repeat;
}

#carousel.section p .right {
	position: absolute;
	right: -40px;
	top: 41px;
	width: 27px;
	height: 26px;
	background: url(images/phrase-right.png) no-repeat;
}

#section-3 {
	background: url(images/section3-bg.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 466px;
	padding: 180px 0 30px;
}

#section-3 h2 {
	color: #da0c56;
}

#section-3 .items {
	vertical-align: top;
	text-align: center;
	padding: 30px 0 0 0;
}

#section-3 .items .item {
	position: relative;
	width: 383px;
	/*height: 403px;*/
	float: left;
	/*margin: 0 12px 20px;*/
	overflow: hidden;
}

#section-3 .items .item img {	
	float: left;
	width: 100%;
	height: auto;
}

#section-3 .items .text {
	/*width: 383px;*/
	width: 100%;
	height: 126px;
	background: #FFF;
	clear: both;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#section-3 .items .item:hover .text {
	background: #e3e3e3;
}

#section-3 .items .text .date {
	float: left;
	width: 105px;
	text-align: center;
	font-family: 'trashhandregular';
	font-size: 55px;
	color: #d11659;
	line-height: 40px;
	padding: 15px 0 0 0;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#section-3 .items .text .date span {
	font-size: 35px;
	display: block;
}

#section-3 .items .text .right {
	float: left;
	width: 286px;
	text-align: left;
	padding: 12px 0 0 0;
}

#section-3 .items .text .right h3 {
	font-size: 19px;
	color: #4d4e4f;
	font-weight: 500;
	border-bottom: 2px dotted #4d4e4f;
	padding: 0 0 8px;
}

#section-3 .items .text .right p {
	font-size: 15px;
	line-height: 20px;
	color: #5b5b5f;
	font-weight: 400;
	padding: 9px 0 15px 0;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#section-4 {
	padding: 180px 0 0;
	overflow: hidden;
	background: #FFF;
}

#section-4 h2 {
	color: #444242;
}

#section-4 .inner {
	position: relative;
}

#section-4 .left {
	float: left;
	width: 290px;
	padding: 105px 0 0 45px;
}

#section-4 .left h2.logo {
	width: 214px;
	height: 40px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: url(images/contact-logo.png) no-repeat;
}

#section-4 .left ul {
	padding: 62px 0 0 0;
}

#section-4 .left ul li {
	font-size: 15px;
	color: #504f51;
	font-weight: 300;
	height: 26px;
	line-height: 26px;
	padding: 4px 0 4px 45px;
}

#section-4 .left ul li.icon1 {
	background: url(images/contact-icon1.png) left center no-repeat;
}

#section-4 .left ul li.icon2 {
	background: url(images/contact-icon2.png) left 5px no-repeat;
}

#section-4 .left ul li.icon3 {
	background: url(images/contact-icon3.png) left center no-repeat;
}

#section-4 .right {
	float: right;
	margin: 40px 0 0 0;
}

#section-4 .middle {
	float: left;
	width: 580px;
}

#section-4 form {
	position: relative;
	width: 100%;
	padding: 105px 0 0 0;
}

#section-4 form input,
#section-4 form textarea {
	float: left;
	border: 1px solid #888f99;
	width: 245px;
	height: 36px;
	font-size: 15px;
	color: #504f51;
	line-height: 36px;
	padding: 0 15px;
	font-family: 'Ubuntu', sans-serif;
}

#section-4 form input.email {
	float: right;
	background: url(images/form-email-icon.png) 242px center no-repeat;
}

#section-4 form textarea {
	clear: both;
	width: 550px;
	height: 108px;
	margin: 10px 0 39px;
}

#section-4 form button {
	margin: 0 auto;
	display: block;
	width: 108px;
	height: 39px;
	line-height: 39px;
	background: #da0c56;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 3px 0 #5e5f61;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#section-4 form button:hover {
	background: #5e5f61;
}

#section-4 .map {
	width: 100%;
	height: 430px;
	margin: 45px 0 0 0;
	padding: 21px 0 0 0;
	clear: both;
	float: left;
	background: #FFF url(images/section-4-bg.png) 0 8px repeat-x;
}

#section-4 .map iframe {
	width: 100%;
	height: 430px;
	border: none;
}

.messagebox {
	position: absolute;
	font-size: 14px;
	text-align: center;
	bottom: -30px;
	left: 0;
	right: 0;
	width: 100%;
	color: #333;
}

.messageboxerror {
	color: #F00;
}

.messageboxerror {
	color: #F00;
}

.messageboxok {
	color: #1cbb07;
}

.popup {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 905px;
	padding: 50px 50px 80px;
	margin: 0 0 0 -503px;
	background: rgba(255,255,255,0.9);
	z-index: 9999999;
	display: none;
}

.popup .close {
	position: absolute;
	right: -25px;
	top: -25px;
	width: 51px;
	height: 51px;
	background: url(images/popup-close.png) no-repeat;
	z-index: 99999999;
}

.popup .loader {
	margin: 100px auto;
	display: block;
}

#interior-popup .image {
	float: left;
	position: relative;
	margin: 0 0 0 30px;
}

#interior-popup .image img {
	width: 355px;
	border: 10px solid #FFF;
	box-shadow: 2px 2px 7px #777;
    -webkit-box-shadow: 2px 2px 7px #777;
    -moz-box-shadow: 2px 2px 7px #777;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	z-index: 9;
	position: relative;
}

#interior-popup .image .clip {
	position: absolute;
	top: -35px;
	left: 16px;
	width: 55px;
	height: 111px;
	display: block;
	background: url(images/popup-clicp.png) no-repeat;
	z-index: 99;
}

#interior-popup .text {
	float: left;
    padding: 5px 0 0 40px;
    width: 450px;
}

#interior-popup .text img {
	display: none;
}

#interior-popup .text h4 {
	font-size: 16px;
	color: #dc2164;
	font-weight: normal;
	line-height: 16px;
}

#interior-popup .text h2 {
	font-size: 26px;
	color: #504f51;
	line-height: 35px;
	padding: 0 0 30px;
	background: url(images/popup-title-bg.png) center bottom no-repeat;
}

#interior-popup .text p {
	font-size: 15px;
	color: #504f51;
	font-weight: 300;
	line-height: 26px;
	padding: 15px 0 0 0;
}

#interior-popup .slider {
	clear: both;
	width: 849px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	text-align: center;
}

#news-popup {
	width: 695px;
	padding: 45px 95px;
}

#news-popup .large-image,
#news-popup .large-image img {
	width: 100%;
	height: auto;
}

#news-popup .text {
	position: relative;
	margin: 40px 0 0 0;
}

#news-popup .inner-text {
	padding: 15px 34px 15px 0;
}

#news-popup .text h2 {
	font-size: 26px;
	color: #504f51;
	border-bottom: 1px solid #464545;
	padding: 0 200px 10px 0;
}

#news-popup .text .date {
	font-size: 25px;
	color: #dc2164;
	position: absolute;
	top: 8px;
	right: 0;
	text-align: right;
	font-family: 'trashhandregular';
}

#news-popup .text p {
	font-size: 15px;
	font-weight: 300;
	color: #504f51;
	line-height: 25px;
	padding: 13px 0;
}

#news-popup .text p a {
	color: #504f51;
	text-decoration: underline;
}

#news-popup .text p a:hover {
	text-decoration: none;
}

#news-popup .button {
	position: relative;
	margin: 40px auto 0;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999em;
	background: url(images/popup-facebook-button.png) no-repeat;
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	display: none;
}


/*############################# FOOTER #############################*/

#footer {
	position: relative;
	width: 100%;
	height: 142px;
	background: #343434;
	border-top: 4px solid #da0c56;
}

#footer h3.logo {
	float: left;
	width: 214px;
	height: 40px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	margin: 47px 0 0 44px;
	background: url(images/footer-logo.png) no-repeat;
}

#footer ul.left {
	float: left;
	width: 300px;
	padding: 36px 0 0 10px;
}

#footer ul.left li {
	color: #aeaeae;
	font-size: 12px;
	padding: 4px 0 4px 20px;
}

#footer ul.left li.icon1 {
	background: url(images/footer-icon1.png) left center no-repeat;
}

#footer ul.left li.icon2 {
	background: url(images/footer-icon2.png) left center no-repeat;
}

#footer ul.left li.icon3 {
	background: url(images/footer-icon3.png) left center no-repeat;
}

#footer ul.footer-menu {
	float: right;
	width: 428px;
	padding: 38px 0 0 0;
}

#footer ul.footer-menu li {
	float: left;
	font-size: 12px;
	color: #aeaeae;
	letter-spacing: 1px;
}

#footer ul.footer-menu li a {
	float: left;
	color: #aeaeae;
	margin: 0 25px;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#footer ul.footer-menu li:last-child a {
	margin: 0 0 0 30px;
}

#footer ul.footer-menu li a:hover {
	color: #FFF;
}

#footer p {
	font-size: 12px;
	color: #aeaeae;
	text-align: right;
	float: right;
	padding: 87px 10px 0 0;
	letter-spacing: 1px;
}