
/** posts slider widget **/
.crsl-items {
  display: block;     margin-top: 5px;
}

.crsl-item {     height: auto!important;
  padding: 0px;     background: #fff;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
        min-height: 350px;
}

/* .crsl-item:hover{background: #ff0000;
-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
 */
.crsl-item .thumbnail {
    display: block;
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;

}
#menu-item-659 .sub-menu a::after{display:none;}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto; max-height: 300px;
}
.crsl-item .thumbnail:hover img {
  
}
.r-more .fa {
    margin-left: 5px;
}
.crsl-item h3 {
       font-size: 20px;
    font-family: 'open sans';
    text-align: center;
    color: #000;
    font-weight: 700;
    padding: 20px 0 10px;
   
}

.ped-34{padding-top:34px;}
.cart1{
	font-family: "open sans",sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #8e8e8e;
    padding: 7px 12px;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
    display: table;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart1:hover{    background: #484848;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  }


.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}
.crsl-item .thumbnail img {
    min-height:276px;
    object-fit: cover;
    max-height: 276px;

}
.crsl-item p {
       font-family: "Lato",sans-serif;
    text-align: center;
    color: #000 !important;
    margin-bottom: 0px;
}

.crsl-item p del{
  font-size: 20px;
  color: #a5a5a5;
  font-family: inherit;
  font-weight: inherit;
   text-decoration: line-through;
   margin: 0 8px;
}
.crsl-item p mark{
  font-size: 20px;
  color: #ff8d8d;
  font-family: inherit;
  font-weight: inherit;
   background-color: transparent;
}

.crsl-item p.readmore a {
   background: #f8e7fd none repeat scroll 0 0;
    color: #0b0426;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 13px;
    text-decoration: none;
    transition: all 0.5s ease-out 0s; margin-top: 20px;
}
.crsl-item p.readmore a:hover {
  background: #fff;
}
span.footer-news-letter{ font-family: 'FuturaPT-Medium' !important;}

.widget_wysija_cont .wysija-submit {
    display: initial;
    margin-top: 20px;
    background: #000;
    padding: 10.5px 10px;
    color: #fff;
    margin-left: -3px;
    vertical-align: bottom;
    border: solid 1px #000;
}

p.wysija-paragraph input {
    padding: 3px 0px ;
        width: 342px;
}
   

/** posts slider nav **/
.slidernav {
  display: block;


    top: 0px;
    right: 0;
    text-align: right;
    padding-right: 5px;
    width: 100%;
    float: left;
    margin-top: 44px;
}

.slidernav a {
  
    font-size: 1.4em;
    border: 0;
	background: #90f029;
    color: #000;
    text-decoration: none;
    box-shadow: none;
  display: inline-block;
    margin-left: 5px;
    width: 34px;
    height: 34px;
    text-align: center;

}

.slidernav a i{
  margin-top: 6px;
}



a:hover, a:focus {text-decoration: none !important;}
.crsl-items1{margin-top:40px;}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
.slidernav a:hover {
    background: #000 !important;
    color: #fff;
}

/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
 

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }


section.newest.new_t .slidernav a{ background: #383938 ;}

section.newest.new_t .slidernav a:hover{ background: #8bd07d;}


section.newest.new_t nav.slidernav a.previous {
    background: #ccc !important;
}
.hide_div {
        display:none !important;
 }
 .show_div {
    display: block !important;
 }
