
.logo-box {
    background: none repeat scroll 0 0 #252D30;
    display: block;
    padding: 1.25em;
    width: 100%;
    border-bottom: 1px solid #151E1F;
}
h1 {
color: #231f20;
font-weight: 600;
font-size: 1.1em;
}

#categoryWrap h1 {

	margin:0; 
padding-left: 50px;
}

#categoryWrap .item h1{ padding-bottom:20px; padding-top:210px; font-size: 1.5em;}

#categoryWrap .prodImage {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

#pageFadeInContent { opacity:0; position: absolute;
left: -1050px; z-index:90}

#owl-demo .item{
       /* background: #3fbf79;*/
        padding: 30px 0px;
        margin: 10px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: left;
		padding-right: 0px;
    }
    .customNavigation{
      text-align: center;
	  position: absolute;
top: 90px;
right: 30px;
    }
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  cursor:pointer;
	  display: inline-block;
	  margin-right:20px;
	  border: 1px solid #FFF;
border-radius: 5px;
padding: 15px 15px 10px;
 transition: background 0.40s linear 0s;
 -o-transition: background 0.40s linear 0s;
 -ms-transition: background 0.40s linear 0s;
 -moz-transition: background 0.40s linear 0s;
 -webkit-transition: background 0.40s linear 0s;
    }
	
	.customNavigation a:hover{ background:#000;}

.customNavigation img{width: 40px;}

#categoryWrap .more a:link                          { border-radius: 10px;
    border: 1px solid #FFF;
    display: block;
    float: left;
	color:#fff;
    padding: 11px;
	background:none;
	-webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -ms-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear; }
#categoryWrap .more a:visited                          { color:#fff; text-decoration: none; }
#categoryWrap .more a:hover                          { color:#000; text-decoration: none; padding:10px;  border: 2px solid #FFF; background:#FFFFFF;  }


 
.aside-nav ul {
   /* background: none repeat scroll 0 0 #000; */
   width: 80%;
margin: 0 auto;
text-align: left;
margin-top:15px;
margin-bottom:15px;
padding-left:35px;
}
.aside-nav li a {
   /* border-bottom: 1px solid #151E1F;*/
    color: #FFFFFF;
}
.aside-nav li a:link {
    color: #FFFFFF;
}
.aside-nav li a:visited {
    color: #fff;
}

.aside-nav li > ul,.aside-nav li ul ul {
   /* background: none repeat scroll 0 0 #151E1F;*/
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
padding-left: 10px;
}
.top-nav li a:hover, .aside-nav li a:hover,.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
    color:#c3c1c1;
}
i {
    color: #E36132;
    display: inline-block;
    font-size: 1.2em;
}
.date {
    text-align: center;
}
.date span {
    font-size: 2.7em;
}
.date i {
    color: #D0D0D0;
    font-size: 1.5em;
    width: auto;
}
#search,#social {
    border-top: 1px solid #151E1F;
    padding: 1.25em;
    position: relative;
}
#search i {
    margin-left: 0.625em;
    width: auto;
}
#social i {
    color: #B0B0B0;
    font-size: 1.8em;
    width: auto;
}
article hr {
    color: #E0E0E0;
    margin: 1.25em 0;
}
#content-wrapper:after {
/*  clear: both;
    content: ".";*/
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#content-wrapper {
    background: none repeat scroll 0 0 #efebe0;
}
img#background {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}

#map {
                width: 100%;
                height: 250px;
				position:absolute;
				bottom:0;
            }
			
	@media screen and (max-width: 960px) {		
	.aside-nav ul {
    width: 100%;
    margin: 15px auto;
    text-align: left;
    padding-left: 25px;
}

}		

@media screen and (max-width: 980px) , screen and (max-height:580px) {
  .aside-nav li a,#search,#social {
      
  }
  .date {
      text-align: left;
  }
  
  .customNavigation{
      text-align: center;
	  position: relative;
padding-bottom: 80px;
clear: both;
margin-top: 0px;
right: 0;
    }
	

	
	#categoryWrap .prodImage {
    float: none;
    margin: 0 auto;;
}
#categoryWrap h1{ padding-top:30px; }
#categoryWrap .item h1{ padding-bottom:0px; padding-top:20px; padding-left:0px;}

#map{ position:relative;}

#categoryWrap h1 {
    padding-left: 0px;
    width: 90%;
    margin: 0px auto;
}

#categoryWrap .item h1 {
    padding-bottom: 0px;
    padding-top: 20px;
    padding-left: 0px;
    width: 100%;
}

#owl-demo .item {
    color: #FFF;
    border-radius: 3px;
    text-align: left;
    padding: 30px 0px;
    margin: 0px auto;
    width: 90%;
}

.aside-nav ul {
    width: 80%;
    margin: 15px auto;
    text-align: left;
    padding-left: 35px;
}

#pageFadeInContent {
    opacity: 0;
    position: relative;
    left: 0px;
    z-index: 90;
}
  
}

@media screen and ( max-height: 850px ){

#map {
    width: 100%;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 250px;
}
}