#sidebar .widget_categories ul li a {
    color: #a5a3b3;
  }
  
  #sidebar .widget_categories ul li a:hover {
    text-decoration: none;
  }
  
  #sidebar .widget_archive .widget-title a, #sidebar .widget_parsidate_archive .widget-title a, #sidebar .widget_ztjalali_archive .widget-title a {
    color: #46647d;
  }
  
  #sidebar .widget_archive .widget-title a:hover, #sidebar .widget_parsidate_archive .widget-title a:hover, #sidebar .widget_ztjalali_archive .widget-title a:hover {
    text-decoration: none;
  }
  
  #sidebar .widget_archive ul li, #sidebar .widget_parsidate_archive ul li, #sidebar .widget_ztjalali_archive ul li {
    display: inline-block;
    border-bottom: 1px solid #e6e6ed;
    color: #a5a3b3;
    width: 40%;
    margin-left: 5%;
    padding: 5px 0;
    line-height: 30px;
  }
  
  #sidebar .widget_archive ul li a, #sidebar .widget_parsidate_archive ul li a, #sidebar .widget_ztjalali_archive ul li a {
    color: #a5a3b3;
  }
  
  #sidebar .widget_archive ul li a:hover, #sidebar .widget_parsidate_archive ul li a:hover, #sidebar .widget_ztjalali_archive ul li a:hover {
    color: #404040;
    text-decoration: none;
  }
  
  #sidebar .solopine_latest_news_widget .side-newsfeed .side-item .side-image {
    float: right;
    margin: 0 0 0 15px;
  }
  
  #sidebar .solopine_latest_news_widget .side-newsfeed .side-item .side-item-text {
    margin: 0 90px 0 0;
  }
  
  #sidebar .solopine_latest_news_widget .side-newsfeed .side-item .side-item-text h4 a {
    font-family: IRANSans;
  }
  
  #sidebar .solopine_latest_news_widget .side-newsfeed .side-item .side-item-text h4 a:hover {
    color: #404040;
    text-decoration: none;
  }
  
  #sidebar .widget_pintapin_categories ul li {
    clear: both;
    color: #a5a3b3;
  }
  
  #sidebar .widget_pintapin_categories ul li a {
    display: block;
    line-height: 50px;
  }
  
  #sidebar .widget_pintapin_categories ul li a:hover {
    text-decoration: none;
  }
  
  #sidebar .widget_pintapin_categories ul li a .l-sec {
    vertical-align: middle;
  }
  
  #sidebar .widget_pintapin_categories ul li a .title {
    font-size: 13px;
  }
  
  #sidebar .widget_pintapin_categories ul li a .count {
    margin-right: 5px;
    color: #999;
  }
  .widget-title {
    border: 0;
    letter-spacing: 0;
    font-size: 13px;
    color: #46647d;
    text-align: right;
    margin-bottom: 10px;
    font-family: IRANSans;
  }

  .sidebar-states-head {
    padding: 0 0 1em
}

.sidebar-states-head .widget-title,
.sidebar-states-head .widgettitle {
    padding: 0;
    float: right;
    color: #404040
}

.sidebar-states-head .more-link {
    float: left;
    color: #FF4232;
    text-decoration: none;
    padding-right: 1em
}

.sidebar-states-head .more-link .fa {
    -webkit-transition: padding-right .2s ease-out;
    -moz-transition: padding-right .2s ease-out;
    -ms-transition: padding-right .2s ease-out;
    -o-transition: padding-right .2s ease-out;
    transition: padding-right .2s ease-out
}

.sidebar-states-head .more-link:focus,
.sidebar-states-head .more-link:hover {
    color: #E91331;
    text-decoration: none
}

.sidebar-states-head .more-link:focus .fa,
.sidebar-states-head .more-link:hover .fa {
    padding-right: 7px
}

.sidebar-states-list {
    padding-bottom: 1em;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e6e6e6
}

.states-list {
    text-align: center;
    width: 95%;
    margin: 0 auto
}

.states-list .state-item {
    padding: 5px!important;
    margin: 0!important
}

.state-item {
    position: relative!important;
    overflow: hidden!important;
    display: inline-block;
    width: 50%;
    max-width: 250px;
    padding: 0!important;
    margin: 5px!important;
    border-bottom: none!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.state-item:first-child {
    margin-right: 0!important
}

.state-link {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #ccc
}

.state-btns .state-btn,
.state-img,
.state-link:after {
    display: block;
    border-radius: 5px
}

.state-link:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .55) 100%);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .55) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .55) 100%)
}

.state-link.loaded:after {
    opacity: 1
}

.state-img {
    width: 100%!important;
    height: auto;
    max-height: 187.5px
}

.state-btns,
.state-title {
    position: absolute;
    width: 100%;
    line-height: normal;
    z-index: 9
}

.state-title {
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: 1px 2px 3px #404040;
    color: #fff;
    text-align: center;
    padding-bottom: 1em
}

.state-btns {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: transform .3s ease-out, top .3s ease-out;
    -moz-transition: transform .3s ease-out, top .3s ease-out;
    -ms-transition: transform .3s ease-out, top .3s ease-out;
    -o-transition: transform .3s ease-out, top .3s ease-out;
    transition: transform .3s ease-out, top .3s ease-out
}

.state-btns .state-btn {
    text-align: center;
    color: #fff!important;
    width: 75%;
    margin: 0 auto;
    padding: .3em 0;
    line-height: normal!important;
    background: 0 0;
    border: 1px solid #fff
}

.state-btns .state-btn:first-child {
    margin-bottom: 1em
}

.state-btns .state-btn:focus,
.state-btns .state-btn:hover {
    background: #fff!important;
    text-decoration: none!important;
    color: #404040!important
}

.state-link.active:after {
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.state-link.active .state-title {
    display: none
}

.state-link.active .state-btns {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile .state-btn {
    width: 85%;
    padding: .1em 0
}


.state-landing {
  width: 100%!important
}

.state-landing .widget_search {
  margin-bottom: 1em;
  padding: 77.5px 20px;
  background: url(assets/img/headers/3.jpg) center/cover no-repeat
}

.current-state-title {
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #404040
}


.independent-cats .indpendent-cats-title {
  font-size: 13px;
  color: #404040
}

.independent-cats .independent-cats-list {
  position: relative;
  height: 85px;
  overflow: hidden;
  padding: 1em 0 0
}

.independent-cats .independent-cats-item {
  width: 50%;
  float: right;
  margin: .5em 0!important;
  padding: 0 .5em!important;
  border-bottom: none!important
}

.independent-cats .independent-cats-link {
  display: block;
  padding: .5em;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #fff
}

.independent-cats .independent-cats-link:focus,
.independent-cats .independent-cats-link:hover {
  background: #FF4232;
  color: #fff;
  text-decoration: none
}

.independent-cats .independent-cats-more {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em 0 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  color: #404040
}

.independent-cats .independent-cats-more .txt {
  text-shadow: 0 1px 1px #fff, -2px 2px 3px #e6e6e6
}

.independent-cats .independent-cats-more .fa {
  vertical-align: middle
}

.independent-cats .independent-cats-more:focus,
.independent-cats .independent-cats-more:hover {
  text-decoration: none
}


