@charset "utf-8";
/* Kitstown Teams & Colours & Styles & Brands CSS, 1-5-2015 */
@import url("imgeffect.css");



.wrap
{
	width:70%;
	margin: 0 auto;
}


/* start slider */
.slider_bg{
	background:  url('../images/banner.jpg') no-repeat;
	background-size: 100% 100%;
}
.da-slide {
	padding: 11% 0%;
}
.da-slide h1 {
	color: #FFF;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	z-index: 10;
	text-align: center;
}
.da-slide h1 span {
	font-size: 1em;
	font-weight: 300;
}
.da-slide p {
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	margin: 1.5em auto;
	width: 77%;
	font-weight: 300;
	line-height: 1.4em;
}

.da-img{
	width: 50px;
	height: 50px;
	display: block;
	margin: 2em auto 1em;
	background: url(../images/buttonimg.png);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.da-img:hover{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/buttonimgh.png);
}



/* start main_btm */
.container h1{
	color:#4D4D4D;
	font-size: 2em;
	padding-bottom: 0.5em;
	text-align: center;
}
.container p{
	color:#444444;
	font-size: 1em;
	padding-bottom: 1em;
	text-align: center;
}

/*---start-gallery-----*/
.gallery{
	margin-top: 4% 0%;
}
.gallery1 {
	padding: 4em 0em;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#filters {
	margin: 2% auto;
	padding: 0;
	list-style: none;
	width: 100%;
}
#filters li {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
#filters li span {
	display: block;
	height: 30px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	color: #fff;
	background: #777777;
	cursor: pointer;
	font-weight: 600;
}
#filters li span:hover {
	background:#01CAA1;
}
#filters li span.active {
	background:#333333;
	color: #fff;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 170px;
	margin: 0%;
	padding: 0%;
	display: none;
	float: left;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	position: relative;
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}




/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 100%; 
	}
	
	#portfoliolist .portfolio {
		margin:0%;
	}		

	
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 100%;
	}
	
}

#portfoliolist .portfolio {
	margin: 0%;
}

/******/
@media only screen and (max-width:1440px) and (min-width:1366px)
{
.wrap {
	width:75%;
}
#filters {
	margin: 2% auto;
	padding: 0;
	list-style: none;
}
#portfoliolist .portfolio {
	margin: 0%;
}


}
/******/
@media only screen and (max-width:1366px) and (min-width:1280px)
{
.wrap {
	width:80%;
}

#portfoliolist .portfolio {
	margin: 0%;
}


}
/******/
@media only screen and (max-width:1280px) and (min-width:1025px)
{
.wrap {
	width:85%;
}

#portfoliolist .portfolio {
	margin: 0%;
}


}
/******/
@media only screen and (max-width:1024px) and (min-width:768px)
{
.wrap {
	width:90%;
}

#portfoliolist .portfolio {
	margin: 0% 3%;
}

/****/


.da-slide p {
	width: 100%;
}
.da-slide h2 {
	font-size: 2.6em;
}

.da-slide {
	padding: 6% 0%;
}

}
/******/
@media only screen and (max-width:768px) and (min-width:640px)
{
.wrap{
		width:90%;
}

#portfoliolist .portfolio {
	margin: 0% 1%;
}

/****/


#portfoliolist>div{
	display:none;
}


.gallery1 {
	padding: 3em 0em;
}

.da-slide p {
	width: 100%;
	font-size: 1.3em;
	margin: 1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.6em;
}

.da-slide {
	padding: 3% 0% 1% 0%;
}


}
/******/
@media only screen and (max-width:640px) and (min-width:480px)
{
.wrap{
		width:90%;
}

#portfoliolist .portfolio {
	margin: 0% 5%;
}

/****/


.da-slide p {
	width: 100%;
	font-size: 1.3em;
	margin: 1.6em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.5em;
}


.da-slide {
	padding: 4%  0%;
}

.gallery1 {
	padding: 3em 0em;
}
#portfoliolist>div{
	display:none;
}


/****/
#filters li {
	margin-left: 10px;
}
#filters li span {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 0.9em;
}

}
@media (width:568px)
{
 #portfoliolist .portfolio {
	margin: 0% 2.5%;
  }
}
/******/
@media only screen and (max-width:480px) and (min-width:320px)
{
.wrap{
		width:90%;
}



#portfoliolist .portfolio {
	margin: 0%;
}



/****/


.da-slide p {
	width: 100%;
	font-size: 1em;
	margin: 1.1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.1em;
}

.da-img {
	margin: 1em auto 1em;
}
.da-slide {
	padding: 4%  0%;
}

.gallery1 {
	padding: 2em 0em;
}
#portfoliolist>.hide
{
	display: block;
}
#portfoliolist>div{
	display:none;
}


/****/
#filters li {
	margin-left: 10px;
}
#filters li span {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}


/****/
.container h2 {
font-size: 1.8em;
}
.desc p:nth-child(3) {
	padding: 0em 1em 2em 1em;
}
}
/******/
@media only screen and (max-width:320px) and (min-width:240px)
{
.wrap{
		width:90%;
}



#portfoliolist .portfolio {
	float:none;
}

/****/


.da-slide p {
	width: 100%;
	font-size: 0.9em;
	margin: 1.1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 1.6em;
}


.da-img {
	margin: 0.5em auto 0.5em;
}
.da-slide {
	padding: 4%  0%;
}
.desc p:nth-child(3) {
	padding: 0em 1em 2em 1em;
}

.gallery1 {
	padding: 2em 0em;
}
#portfoliolist>div{
	display:none;
}
#portfoliolist>.hide
{
	display: none;
}


/****/
#filters li {
	margin: 5px;
}
#filters li span {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 0.8em;
}

/****/
.container h2 {
	font-size: 1.6em;
}
.ch-grid li {
	margin: 0px;
}
}
.ch-item{background-size:100%;}
@media (max-width:320px){
 #portfoliolist .portfolio{width:49%;}
 .ch-grid li{width:110px;height:110px;}
}
@media (min-width:321px) and (max-width:374px){
  .ch-grid li{width:140px;height:140px;}
  #portfoliolist .portfolio{width:160px;float:none;}
  .ch-grid{margin:0;}
}
@media (width:375px){
  .ch-grid li{width:130px;height:130px;}
  #portfoliolist .portfolio{width:166px;float:none;}
}

@media (min-width:376px) and (max-width:425px){
	#portfoliolist .portfolio{width:191px;}
}
@media (min-width:426px) and (max-width:780px){
	.ch-grid li{width:140px;height:140px;}
	#portfoliolist .portfolio{width:auto;}
}
@media (width:414px){
  .ch-grid li{width:140px;height:140px;}
  #portfoliolist .portfolio{width:49%;float:none;}
}
@media (width:768px){
  #portfoliolist .portfolio{width:188px;margin:0 3%;}
}