
/**/

h2.subtitle{
	font-size: 35px;
	font-weight: 500;
	color: #3a5b37;
	font-family: 'Quattrocento', serif;
	/*font-family: "Times New Roman", Georgia, Serif;*/
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2.subtitle2{
	font-size: 35px;
	font-weight: 600;
	color: #3a5b37;
	font-family: 'Quattrocento', serif;
	text-transform: uppercase;
}


h2.subtitle3{
	font-size: 35px;
	font-weight: 600;
	color: #3a5b37;
}


.jcarousel-prev-horizontal {
    display:none !important;	
}
.jcarousel-next-horizontal {
    display:none !important;	
}

.imageMenuHome {
    width: 220px;
    height: 260px;
	border-bottom:2px solid #323232;	
	-webkit-transition:background 0.2s linear;
    -moz-transition:background 0.2s linear;
    -o-transition:background 0.2s linear;
    transition:background 0.2s linear;		
}

.imageMenuHome img {
    width: 100%;

}

.centerHomeImage{
		width: 60%;
		margin: auto;
	}
.centerHomeImage a{
	color: #323232;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	display: block;
	height: auto;
}
.centerHomeImage a:hover{
	color: #26cda4;
}

.centerHomeImage h3{
	text-align: center;
}

.centerHomeImage img{
	width: 220px;
}
.portfolio-carousel-details{
	border: 0px;

}
.homeSeparator{
	background-color: #ccc;
	margin: 30px auto;
	display: block;
	width: 90%;

}
.portfolio-carousel-details{
	height: 60px;
}
.linkHome{
	width: 540px;
	margin: auto;
	margin-bottom: 40px;
	left: 30px;
    position: relative;
}
#footer{
	text-align: center;

}
#footer h2{
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;

}
#bottomfooter{
	text-align: center;
}
#bottomfooter p{
	float: none;

}
.productsImage .percent-one-third img{
	width: 280px;
}
ul.productList li.title{
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #333;
}

ul.productList li{
	margin: 0 0 0 10px;
	font-size: 14px;
}

#bottomfooter p{
	color: #666;

}
#bottomfooter p a{
	color: #666;

}
#bottomfooter p a:hover{
	color: #fff;
	cursor: pointer;

}
.team_name{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;

}







/* Table of Contents
==================================================

    #Mobile - 240px
    #Mobile - 320px	
    #Mobile - 480px	
	#Tablet - 768px	
	*/


/* #Mobile - 240px
================================================== */
@media only screen and (max-width: 319px) {
	.centerHomeImage{
		width: 100%;
		margin: auto;
	}
	.percent-one-third img{
		width: 100%;

	}
	.linkHome{
	width: 100%;
	}
	/*.linkHome img{
	width: 70%;
	}*/
	.logo img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	.productsImage .percent-one-third img{
	width: 100%;
	height: auto;
	}
}

/*  #Mobile - 320px
================================================== */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.centerHomeImage{
		width: 100%;
		margin: auto;
	}
	.percent-one-third{
		margin:auto;
		float:none;
	}
	.percent-one-third img{
		width: 100%;

	}
	.column-last{
		margin-right:auto!important;

	}
	.linkHome{
	width: 100%;
	}
	/*.linkHome img{
	width: 70%;
	}*/
	.logo img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	.productsImage .percent-one-third img{
	width: 100%;
	height: auto;
	}
}

/* #Mobile - 480px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.centerHomeImage{
		width: 100%;
		margin: auto;
	}
	.percent-one-third{
		margin:auto;
		float:none;
	}
	.percent-one-third img{
		width: 100%;

	}
	.column-last{
		margin-right:auto!important;

	}
	.linkHome{
	width: 100%;
	}
	/*.linkHome img{
	width: 70%;
	}*/
	.logo img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	.productsImage .percent-one-third img{
	width: 100%;
	height: auto;　
	}
}

/* #Tablet - 768px
================================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.centerHomeImage{
		width: 100%;
		margin: auto;
	}
	.percent-one-third img{
		width: 100%;

	}
	.linkHome{
	width: 540px;
	}
	.productsImage .percent-one-third img{
	width: 100%;
	height: auto;
	}
}

/* #Screens Bigger than - 1280px
================================================== */
@media only screen and (min-width: 1281px) {
	.centerHomeImage{
		width: 750px;
		margin: auto;
	}
	.percent-one-third img{
		width: 100%;

	}
	.linkHome{
	width: 540px;
	}
	.productsImage .percent-one-third img{
	width: 320px;
	}
}













