/* CSS Document */
/* Font Weights 
font-family: 'Open Sans', sans-serif; 300 400 600 800
font-family: 'Oswald', sans-serif; 300 400
 font-family: "aller",sans-serif; 300
*/
/* Purple #3a2f67
Dark Purple #1c212f
Other Purple #1a2030
Blue #588383
Gray #3f4643
Footer Purple #283149
Yellow #ffca3d
*/
body #k2Container {
    padding: 0 0 40px 0!important;
}
.odd, .even {
  background: inherit;
  border-bottom: inherit;
}
div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  float: inherit;}
  div.catItemExtraFields, div.genericItemExtraFields {
   border-top: inherit;
}
div.itemListCategory {
  background: inherit;
  border: inherit;}
  div.itemListCategory img {
  background: inherit;
  padding: 0;
  border: 1px solid #999;
  margin: 0;
}
div.catItemHeader {
	/*display:none;*/
}
div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
  background: inherit;
}
div.catItemCategory {
  border-bottom: inherit;
}
div#itemListLinks {
  background: inherit;
  border: inherit;}
 div.subCategory {
  background: inherit;
  border: 1px solid #414843;
  text-align: center;
   padding: 15px 10px;
}
div.subCategory:hover {
	background: #D88712;
	}
	
	a div.subCategory:hover h2 {
	color:#ffffff!important;}
	
div.itemHeader h2.itemTitle{
	
}
div.catItemImageBlock {
   
}

#k2Container .groupLeading div.catItemBody div.catItemImageBlock, #k2Container .itemImageBlock {
    margin: 0;
    padding: 0;
	position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    transition: background-color 0.35s ease 0s;
    width: 100%;}

#k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemContent, #k2Container .itemImageBlock .itemContent {
	    left: 50%;
    position: absolute;
    text-align: center;
     transform: translate(-50%, -15%);
    width: 75%;
	transition: transform 0.22s ease-out 0s, -webkit-transform 0.22s ease-out 0s, -moz-transform 0.22s ease-out 0s;
	color: #fff;
    z-index: 5;
}

div.catItemBody {
    margin: 0;
    padding: 0;
}


#k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemImage, #k2Container .itemImageBlock .itemImage{
	  height: 100%;
    overflow: hidden;
    width: 100%;
	  left: 0;
    position: relative;
    top: 0;
    z-index: 1;
	margin: 0;
	transition: transform 0.503s ease 0s, -webkit-transform 0.503s ease 0s, -moz-transform 0.503s ease 0s;
	background-color: #555;
}
#k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemImage img, #k2Container .itemImageBlock .itemImage img{
	    height: 100%;
    object-fit: cover;
    width: 100%;
}
#k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemOverlay, #k2Container .itemImageBlock .itemOverlay{
	 background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.80) 90%);
	  content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: transform 0.27s ease 0s, background-color 0.27s ease 0s, -webkit-transform 0.27s ease 0s, -moz-transform 0.27s ease 0s;
    width: 100%;
    z-index: 2;
}

#k2Container.itemListView .catItemContent h1.catItemTitle, #k2Container .itemImageBlock .itemContent h1.itemTitle{
	font-family: "aller",sans-serif;
 margin: 0 0 15px;
	line-height: 1;
	  font-weight: 300;
	text-transform: uppercase;
    text-shadow: 2px 2px 0px black;
}
#k2Container .extra-fields.subtitle .extra_field_item.ef_value{
	line-height: 1.1;
	font-size: 1.2rem;
}
#k2Container h1 .extra-fields.pretitle .extra_field_item.ef_value{
	font-family: 'Open Sans', sans-serif; 
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 5px;
    text-shadow: 2px 2px 0px black;
}
.catItemHeader {
    border-bottom: none!important;
    padding: 0!important;
}

/**********************/
/***** Responsive *****/
/**********************/
@media only screen and (min-width: 1500px) {
	.catItemImageBlock,.itemImageBlock{  height: calc(70vh - 202px); min-height: 350px;}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.catItemImageBlock,.itemImageBlock{ height: calc(70vh - 202px); min-height: 350px;}
	
}
@media only screen and (min-width: 1200px){
	
	
}
@media only screen and (max-width: 1199px) {
	
	
}
@media only screen and (min-width: 960px)  {
	#k2Container.itemListView .catItemContent h1.catItemTitle, #k2Container .itemImageBlock .itemContent h1.itemTitle{font-size: 3.43em;}
	div.itemListSubCategories{margin-bottom: 40px;}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .catItemImageBlock,.itemImageBlock{ height: calc(70vh - 202px); min-height: 350px;}
	
}
@media only screen and (max-width: 959px) {
	
	
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.catItemImageBlock,.itemImageBlock{ height: calc(50vh - 194px); min-height: 350px;}
	
}
@media only screen and (min-width: 768px){
	#k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemContent, #k2Container .itemImageBlock .itemContent {
		bottom: 10px;}
	
}
@media only screen and (max-width: 767px) {
    #k2Container .groupLeading div.catItemBody div.catItemImageBlock .catItemContent, #k2Container .itemImageBlock .itemContent {
            left: 50%;
        position: absolute;
        text-align: center;
        bottom: 0px;}
    .catItemImageBlock,.itemImageBlock{ height: calc(50vh - 194px); min-height: 350px;}


}
@media only screen and (max-width: 600px) {
	
	
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 481px){
	
	
}
@media only screen and (max-width: 480px) {
	
}
