body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#999;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
}

a {
	color:#999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

a:hover {
	color:#f8c255;
}

a, a:hover {
	text-decoration:none;
}

ul, li {
	list-style-type:none;
}

.no-padding {
	margin:0;
	padding:0;
}

.logo {
	position: absolute;
	top: 20px;
	z-index: 999999;
	margin-left: 20px;
	color: #fff;
}

.main {
	height:auto;
	overflow:hidden;
}

header {
	padding: 20px 0 20px 0;
	border-bottom:1px solid #eee;
}

header .menu {
	text-align: right;
	margin: 15px 0 0 0;
}

header a {
	text-transform: uppercase;
}

#slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.about {
	height:auto;
	overflow:hidden;
}

.about .title {
	height:380px;
	background-color:#f8c255;
	color:#b08b3b;
	font-weight:600;
	letter-spacing:0px;
	font-size:30px;
	padding:130px 0 0 80px;
}

.about .title span {
	margin: 0 0 0 40px;
}

.about .content {
	height:380px;
	background-color:#f5f5f5;
	padding:50px;
}

.btn-portfolio {
	position:relative;
	height:320px;
	background: url('../../img/bg-portfolio.jpg') no-repeat center top;
}

.btn-portfolio .circle {
	position:absolute;
	width:150px;
	height:150px;
	padding:30px 0 0 0;
	top:50%;
	left:50%;
	margin:-75px 0 0 -75px;
	background-color:#fff;
	border-radius:50%;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}

.btn-portfolio img {
	margin:10px auto;
}

#maps {
	width: 100%;
    height: 300px;
}

.contatti {
	height:auto;
	overflow: hidden;
	background-color:#f5f5f5;
	padding: 50px;
}

.contatti h2 {
	color: #000;
}

.contatti h4 {
	margin:0 0 50px 0;
}

.contatti p {
	margin: 0;
}

.contatti .social {
	margin: 50px 0 0 0;
}

.contatti form {
	margin: 20px 0 0 0;
}

.contatti span {
	font-weight: 400;
}

.contatti label, .contatti input, .contatti textarea{
    width: 100%;
}

.contatti input#submit_btn{
    text-transform: uppercase;
    margin: -10px 0 0 0 !important;
    padding: 10px 20px 10px 20px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.contatti input#submit_btn:hover {
	background-color: #f8c255;
	color: #fff;
}

.contatti input, .contatti textarea {
    border:none;
    border-radius: 5px;
    background-color: #eaeaea;
    padding:10px;
    margin:3px 0 20px 0;
    font-weight: 400;
}

.contatti textarea {
    height: 128px;
    max-width: 100%;
}

footer {
	height: 175px;
	/*background: url('../../img/bg-footer.jpg') no-repeat center top;*/
	padding: 50px;
}

footer p {
	margin:0;
	font-size: 12px;
	color: #ccc;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #f8c255;
}

.portfolio{
	margin: 30px auto;
}

.portfolio-sorting{
	text-transform: uppercase;	
	font-size: 16px;
	margin-bottom: 28px;
}

.portfolio-sorting li a {
	color: #808080;
	text-decoration: none;
	padding: 6px;
}
.portfolio-sorting li a:hover,
.portfolio-sorting li a.active{
	color: #f8c255;
	border-bottom: 2px solid #f8c255;
}

.portfolio-item {
	margin: 20px 0 0 0;
}

.portfolio-item:hover {
	background-color: #f8c255;
}

.item-detail img {
	margin: 0 0 30px 0;
}

.item-detail h1 {
	color:#f8c255 ;
}

.item-detail p {
	line-height: 24px;
	margin: 0 0 30px 0;
}

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    	.btn-portfolio {
			position:relative;
			height:320px;
			background-image: url('../../img/bg-portfolio.jpg');
		  	background-size:105%;
		  	background-repeat: no-repeat;
		  	background-position: center top;
		    transition: all 1s;
		    -webkit-transition: all 1s;
		    -o-transition: all 1s;
		    -moz-transition: all 1s;
		}

		.btn-portfolio:hover{
			background-size: 120%;
		}

		footer {
			position:relative;
			height:175px;
		/*	background-image: url('../../img/bg-footer.jpg');*/
		  	background-size:105%;
		  	background-repeat: no-repeat;
		  	background-position: center top;
		    transition: all 1s;
		    -webkit-transition: all 1s;
		    -o-transition: all 1s;
		    -moz-transition: all 1s;
		}

		footer:hover{
			background-size: 120%;
		}


    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	footer {
    		background: #000 !important;
    		height: auto !important;
    		overflow: hidden !important;
    		padding: 20px !important;
    		text-align: center !important;
    	}

    	footer .design {
    		margin: 15px 0 0 0 !important;
    	}

    	.pull-right {
    		float: none !important;
    	}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    	
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }