@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/*
Darryl - Addons
*/


/*
Darryl - Addons
*/


body {
  font-family: 'Open Sans', sans-serif;
  background: #DCE0E1;
  /*background:none; background-image:url(../images/s1.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/ }

a {
  color: #337ab7; }

a, a:link, a:focus, a:link, a:visited, a:active {
  outline: 0;
  text-decoration: none; }

a, .btn, button {
  transition: all 0.4s ease-in-out; }

.wraper {
  max-width: 1366px;
  margin: 0 auto;
  background: #fafafa; }

.main-menu {
  max-width: 1366px;
  margin: 0 auto; }

.col {
  padding: 0; }

.left-clear {
  padding-left: 0; }

.right-clear {
  padding-right: 0; }

.red {
  color: red; }

.form-control {
  border-radius: 0;
  box-shadow: none; }
  .form-control:focus {
    border-color: #999;
    box-shadow: none; }

/*--Selection-------*/
::-moz-selection {
  text-shadow: none;
  background: #333;
  color: #fff; }

::selection {
  text-shadow: none;
  background: #333;
  color: #fff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*-------------Scroll to top--------------*/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #fff;
  color: #333;
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 22px;
  bottom: 80px;
  padding-bottom: 2px;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  border-top: 3px solid #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none; }

.scroll-top-wrapper:hover {
  opacity: 0.9 !important;
  border-top: 1px solid #f0f0f0;
  border-bottom: 3px solid #333; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

/*----------------Smart Menu-------------*/
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; }

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

/*:::::::Top Info:::::::*/
.top-info {
  height: 36px;
  border-bottom: 1px solid #f0f0f0;
  position: relative; }
  .top-info .top-social ul {
    margin: 0;
    padding: 0; }
    .top-info .top-social ul li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .top-info .top-social ul li a {
        display: block;
        line-height: 36px;
        height: 36px;
        width: 36px;
        border-right: 1px solid #f0f0f0;
        text-align: center;
        margin: 0;
        margin-left: -5px;
        color: #666; }
        .top-info .top-social ul li a:hover {
          background: #333;
          color: #fff; }
      .top-info .top-social ul li a:first-child {
        border-left: 1px solid #f0f0f0; }
  .top-info .breaking-wraper {
    position: relative;
    height: 36px; }
  .top-info .breaking-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #333;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 36px;
    width: 130px;
    text-align: center;
    text-transform: uppercase; }
    .top-info .breaking-title:after {
      content: '';
      border-left: 10px solid #333;
      border-bottom: 10px solid transparent;
      border-top: 10px solid transparent;
      right: -10px;
      position: absolute;
      top: 50%;
      margin-top: -10px; }
  .top-info .breaking-news {
    margin-left: 130px; }
    .top-info .breaking-news .item {
      line-height: 36px; }
      .top-info .breaking-news .item a {
        color: #666; }
        .top-info .breaking-news .item a:hover {
          color: #111; }

/*::::::--Logo Ad--::::::*/
.logo-ad .logo {
  padding: 36px 0; }
  .logo-ad .logo img {
     }
  .logo-ad .logo h1 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 36px;
    color: #333; }
  .logo-ad .logo h6 {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    letter-spacing: 2.2px; }
.logo-ad .top-ad {
  padding: 15px 0 15px 15px; }
  .logo-ad .top-ad img {
    border: 1px solid #f0f0f0; }

/*::::Main Menu::::*/
.main-menu {
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 4px solid #333; }
  .main-menu .navbar {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    min-height: 40px; }
  .main-menu .navbar-nav > li > a {
    padding: 10px 17px; }
  .main-menu .navbar-default .navbar-nav > .active > a, .main-menu .navbar-default .navbar-nav > .active > a:hover, .main-menu .navbar-default .navbar-nav > .active > a:focus,.main-menu .navbar-default .navbar-nav > .current-menu-item > a, .main-menu .navbar-default .navbar-nav > .current-menu-item > a:hover, .main-menu .navbar-default .navbar-nav > .current-menu-item > a:focus {
    background: #333;
    color: #fff; }
  .main-menu .has-submenu {
    background: none;
    color: #666; }
  .main-menu .nav .open > a, .main-menu .nav .open > a:hover, .main-menu .nav .open > a:focus {
    border-color: #f0f0f0; }
  .main-menu .dropdown-menu {
    padding: 0;
    padding-top: 10px;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 4px solid #333;
    border-radius: 0 0 4px 4px; }
  .main-menu .dropdown-menu .dropdown-menu {
    padding-top: 5px; }
  .main-menu .dropdown-menu > li > a {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 8px 15px;
    background: #fff; }
  .main-menu .dropdown-menu > li:first-child a {
    border-top: 1px solid #f0f0f0; }
  .main-menu .dropdown-menu > li:last-child a {
    border-bottom: none;
    border-radius: 0; }
  .main-menu .search {
    position: relative;
    max-width: 50px;
    float: right; }
    .main-menu .search #search-toggle {
      background-color: transparent;
      border: none;
      padding: 10px 15px;
      border-left: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      color: #666;
      outline: 0; }
    .main-menu .search .search-form {
      position: absolute;
      bottom: -100%;
      right: 0;
      width: 200px;
      transition: all 0.4s ease-in-out;
      transform: translate(0, -10px);
      opacity: 0;
      visibility: hidden; }
      .main-menu .search .search-form .form-control {
        border-radius: 0; }
        .main-menu .search .search-form .form-control:focus {
          border-color: #999; }
  .main-menu .search.show .search-form {
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    z-index: 99; }

.main-menu.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  border-top: none; }

@media (min-width: 768px) {
  .navbar-collapse {
    padding: 0; }

  .navbar-nav > li > a {
    border-right: 1px solid #f0f0f0; }

  .navbar-nav > li:first-child a {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 10px 15px; }

  .navbar-nav > li:first-child a:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    height: 10px;
    background: #fff;
    top: -10px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0; }

  .navbar-nav > li.active:first-child a:before {
    background: #333; }

  .dropdown-menu .dropdown-menu {
    transform: translate(5px, 0); } }
@media (max-width: 1024px) {
  .main-menu .navbar-nav > li > a {
    padding: 10px 6px; } }
@media (max-width: 767px) {
  .logo-ad .logo {max-width: 225px;}
  .navbar-toggle {
    margin-top: -80px; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none; }

  .main-menu .navbar {
    min-height: 0;
    border: none; }

  .navbar-default .navbar-toggle {
    background-color: #333;
    border: none; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #222; }

  .main-menu .navbar-nav > li > a {
    border-bottom: 1px solid #f0f0f0; } }
/*::::Main Slider::::*/
.main-slider .col-sm-6 {
  padding: 0; }
.main-slider .carousel-caption {
  left: 20px;
  right: 20px;
  bottom: 0;
  text-align: left;
  padding-bottom: 0; }
  .main-slider .carousel-caption h5 {
    background: #333;
    padding: 6px 12px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0; }
    .main-slider .carousel-caption h5 a {
      color: #fff; }
  .main-slider .carousel-caption h2 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 28px; }
    .main-slider .carousel-caption h2 a {
      color: #fff; }
  .main-slider .carousel-caption p {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px; }
    .main-slider .carousel-caption p a {
      color: #fff; }
.main-slider .carousel-control {
  z-index: 999; }
.main-slider .carousel-control.left, .main-slider .carousel-control.right {
  background-image: none; }
.main-slider .latest {
  overflow: hidden;
  position: relative; }
  .main-slider .latest:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); }
  .main-slider .latest:hover img {
    transform: scale(1.2); }
  .main-slider .latest img {
    transition: all 0.4s ease-in-out; }
.main-slider .carousel-control .icon-next:before {
  content: '\f105';
  font-family: fontAwesome; }
.main-slider .carousel-control .icon-prev:before {
  content: '\f104';
  font-family: fontAwesome; }

@media (max-width: 1170px) {
  .main-slider .latest .carousel-caption h5 {
    font-size: 14px; }

  .main-slider .carousel-caption h2 {
    margin: 5px 0px 0px;
    font-size: 13px;
    line-height: 17px; }

  .main-slider .latest .carousel-caption p {
    margin-top: 5px; } }
@media (max-width: 1024px) {
  .main-slider .latest .carousel-caption h5 {
    display: none; } }
/*:::::News Body:::::::*/
.news-body {
  /*-----------------Sidebar-----------*/ }
  .news-body .block {
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-top: 20px;
    overflow: auto;
    /*-------News-tab------*/
    /*---News single block style 1--------*/
    /*---News single block style 2--------*/
    /*---News single block style 3--------*/
    /*---News single block style 4--------*/ }
    .news-body .block .news-tab .nav-tabs {
      border-bottom: 3px double #333; }
    .news-body .block .news-tab .nav-tabs > li > a {
      background: none;
      text-decoration: none;
      color: #999;
      text-transform: uppercase;
      border: none; }
    .news-body .block .news-tab .nav-tabs > li.active > a, .news-body .block .news-tab .nav-tabs > li.active > a:hover, .news-body .block .news-tab .nav-tabs > li.active > a:focus {
      color: #333; }
    .news-body .block .news-tab .news-single {
      margin-top: 20px; }
      .news-body .block .news-tab .news-single:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-tab .news-single .image {
        position: relative;
        overflow: hidden; }
        .news-body .block .news-tab .news-single .image img {
          transition: all 0.4s ease-in-out; }
        .news-body .block .news-tab .news-single .image .category {
          position: absolute;
          left: 0;
          bottom: 0;
          background: #333;
          color: #fff;
          padding: 3px 8px; }
          .news-body .block .news-tab .news-single .image .category a {
            color: #fff; }
      .news-body .block .news-tab .news-single h2 {
        font-size: 20px;
        margin: 0;
        margin-top: 10px;
        color: #333;
        line-height: 28px; }
        .news-body .block .news-tab .news-single h2 a {
          color: #333; }
      .news-body .block .news-tab .news-single .info {
        color: #999;
        font-size: 13px; }
        .news-body .block .news-tab .news-single .info a {
          color: #999; }
      .news-body .block .news-tab .news-single p {
        font-size: 14px;
        line-height: 22px;
        color: #666; }
        .news-body .block .news-tab .news-single p a {
          color: #666; }
    .news-body .block .news-tab .news-single.small {
      margin-bottom: 40px;
      display: block;
      overflow: auto;
      position: relative; }
      .news-body .block .news-tab .news-single.small .image {
        float: left;
        max-width: 100px;
        margin-right: 10px;
        padding-top: 5px; }
      .news-body .block .news-tab .news-single.small .content {
        overflow: hidden; }
      .news-body .block .news-tab .news-single.small h2 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px; }
    .news-body .block .block-title {
      margin: 0;
      padding: 10px 12px;
      text-transform: uppercase;
      font-size: 15px;
      color: #333;
      border-bottom: 3px double #333; }
      .news-body .block .block-title a {
        color: #333; }
    .news-body .block .news-single-1 {
      margin-top: 20px;
      margin-bottom: 20px;
      display: block;
      overflow: auto;
      position: relative; }
      .news-body .block .news-single-1:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-1 .image {
        float: left;
        max-width: 100px;
        margin-right: 10px;
        padding-top: 5px;
        overflow: hidden; }
        .news-body .block .news-single-1 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-1 .content {
        overflow: hidden; }
      .news-body .block .news-single-1 h2 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px;
        color: #333; }
        .news-body .block .news-single-1 h2 a {
          color: #333; }
      .news-body .block .news-single-1 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-1 .info a {
          color: #999; }
    .news-body .block .news-single-2 {
      margin-top: 20px;
      display: block;
      overflow: auto;
      position: relative; }
      .news-body .block .news-single-2:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-2 .image {
        overflow: hidden; }
        .news-body .block .news-single-2 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-2 h2 {
        font-size: 16px;
        margin-top: 0;
        line-height: 22px;
        color: #333; }
        .news-body .block .news-single-2 h2 a {
          color: #333; }
      .news-body .block .news-single-2 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-2 .info a {
          color: #999; }
    .news-body .block .news-single-3 {
      padding: 10px;
      display: block;
      overflow: auto;
      position: relative;
      border-bottom: 1px solid #f0f0f0; }
      .news-body .block .news-single-3:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-3 .image {
        overflow: hidden; }
        .news-body .block .news-single-3 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-3 h2 {
        font-size: 18px;
        margin-top: 0;
        line-height: 24px;
        color: #333; }
        .news-body .block .news-single-3 h2 a {
          color: #333; }
      .news-body .block .news-single-3 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-3 .info a {
          color: #999; }
    .news-body .block .news-single-4 {
      padding: 10px;
      display: block;
      overflow: auto;
      position: relative;
      border-bottom: 1px solid #f0f0f0; }
      .news-body .block .news-single-4:hover .image img {
        transform: scale(1.2); }
      .news-body .block .news-single-4 .content {
        overflow: hidden; }
      .news-body .block .news-single-4 .image {
        max-width: 82px;
        float: left;
        margin-right: 10px;
        padding-top: 5px;
        overflow: hidden; }
        .news-body .block .news-single-4 .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .block .news-single-4 h2 {
        font-size: 18px;
        margin-top: 0;
        line-height: 24px;
        color: #333; }
        .news-body .block .news-single-4 h2 a {
          color: #333; }
      .news-body .block .news-single-4 .info {
        font-size: 11px;
        text-transform: uppercase;
        color: #999; }
        .news-body .block .news-single-4 .info a {
          color: #999; }
  .news-body .news-single-4:first-of-type .image {
    max-width: 100%; }
  .news-body .news-single-4:first-of-type .content {
    overflow: initial; }
  .news-body .home-sidebar .block {
    padding-bottom: 10px; }
    .news-body .home-sidebar .block ul {
      padding-left: 0;
      list-style: none;
      padding: 15px 15px 0 15px; }
      .news-body .home-sidebar .block ul li {
        padding: 3px 0; }
        .news-body .home-sidebar .block ul li a {
          display: block;
          color: #666;
          font-size: 14px;
          line-height: 22px; }
      .news-body .home-sidebar .block ul li.cat-item {
        padding: 0; }
        .news-body .home-sidebar .block ul li.cat-item a {
          line-height: 28px; }
    .news-body .home-sidebar .block .tag-cloud {
      padding-left: 15px; }
      .news-body .home-sidebar .block .tag-cloud a {
        display: inline-block;
        padding: 6px 12px;
        border: 1px solid #f0f0f0;
        margin-top: 5px;
        color: #666;
        text-transform: lowercase; }
        .news-body .home-sidebar .block .tag-cloud a:hover {
          color: #333;
          border-radius: 8px; }
    .news-body .home-sidebar .block .video {
      padding: 10px;
      padding-bottom: 0; }
    .news-body .home-sidebar .block .trending {
      padding: 10px; }
      .news-body .home-sidebar .block .trending:hover .image img {
        transform: scale(1.2); }
      .news-body .home-sidebar .block .trending .image {
        overflow: hidden; }
        .news-body .home-sidebar .block .trending .image img {
          transition: all 0.4s ease-in-out; }
      .news-body .home-sidebar .block .trending h2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
        color: #333; }
        .news-body .home-sidebar .block .trending h2 a {
          color: #333; }
      .news-body .home-sidebar .block .trending .info {
        font-size: 11px;
        color: #999;
        text-transform: uppercase; }
  .news-body .home-sidebar .newsletter {
    background: #333;
    padding: 15px; }
    .news-body .home-sidebar .newsletter h2 {
      color: #fff;
      margin: 0;
      font-size: 20px;
      text-transform: uppercase; }
    .news-body .home-sidebar .newsletter p {
      color: #999;
      margin-top: 10px; }
    .news-body .home-sidebar .newsletter .form-control {
      background: #444;
      border-radius: 0;
      border-color: #999;
      color: #eee; }
      .news-body .home-sidebar .newsletter .form-control:focus {
        border-color: #333; }
    .news-body .home-sidebar .newsletter .btn-dark {
      margin-top: 10px;
      background: #222;
      color: #999;
      text-transform: uppercase; }
      .news-body .home-sidebar .newsletter .btn-dark:hover {
        border-color: #444; }
  .news-body .home-sidebar .social-media {
    display: block; }
    .news-body .home-sidebar .social-media .social-icon {
      background: #fafafa;
      height: 40px;
      margin-top: 20px;
      overflow: hidden;
      border-right: 4px solid #f0f0f0;
      transition: all 0.4s ease-in-out; }
      .news-body .home-sidebar .social-media .social-icon:hover {
        border-color: #333; }
      .news-body .home-sidebar .social-media .social-icon:after {
        content: '';
        clear: both; }
      .news-body .home-sidebar .social-media .social-icon i {
        float: left;
        width: 40px;
        height: 40px;
        background: #333;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin-right: 15px;
        position: relative; }
        .news-body .home-sidebar .social-media .social-icon i:after {
          content: '';
          position: absolute;
          right: -8px;
          border-left: 8px solid #333;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          top: 50%;
          margin-top: -8px; }
      .news-body .home-sidebar .social-media .social-icon p {
        padding: 3px 0;
        font-size: 13px;
        line-height: 16px;
        color: #999; }

/*:::::Footer::::::*/
footer {
  /*----------Copyright---------*/ }
  footer .footer-info {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    margin-top: 30px;
    padding-bottom: 30px; }
    footer .footer-info .single {
      margin-top: 60px; }
      footer .footer-info .single .logo {
        max-width: 200px;
        margin-bottom: 10px;
        display: block; }
      footer .footer-info .single .single-title {
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
        border-bottom: 3px double #f0f0f0;
        padding-bottom: 5px; }
      footer .footer-info .single ul {
        margin: 0;
        padding: 0; }
        footer .footer-info .single ul li a {
          display: block;
          line-height: 28px;
          color: #666; }
          footer .footer-info .single ul li a:hover {
            color: #333; }
      footer .footer-info .single .gallery li {
        width: 32%; }
        footer .footer-info .single .gallery li img {
          transition: all 0.4s ease-in-out; }
          footer .footer-info .single .gallery li img:hover {
            border-radius: 10px; }
      footer .footer-info .single .block {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 5px; }
        footer .footer-info .single .block:hover .image img {
          transform: scale(1.2); }
        footer .footer-info .single .block:after {
          clear: both;
          content: '';
          display: block; }
        footer .footer-info .single .block:last-child {
          border-bottom: none; }
        footer .footer-info .single .block .image {
          max-width: 60px;
          float: left;
          margin-right: 10px;
          overflow: hidden; }
          footer .footer-info .single .block .image img {
            margin-top: 5px;
            transition: all 0.4s ease-in-out; }
        footer .footer-info .single .block h2 {
          margin: 0;
          padding-top: 0;
          font-size: 14px;
          line-height: 20px;
          color: #666; }
          footer .footer-info .single .block h2 a {
            color: #666; }
        footer .footer-info .single .block .info {
          color: #999; }
          footer .footer-info .single .block .info i {
            color: #333; }
  footer .copyright {
    background: #f0f0f0;
    padding: 20px 0; }
    footer .copyright h6 {
      font-size: 13px;
      color: #666; }
      footer .copyright h6 a {
        color: #333; }

/*:::::::Inner Page:::::::*/
.breadcrumb {
  margin: 0;
  background: none; }
  .breadcrumb li a {
    color: #333; }
  .breadcrumb li + li:before {
    content: '\f105';
    font-family: FontAwesome; }

/*------------Category Single---------*/
.category-single {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  overflow: auto; }
  .category-single:hover .image img {
    transform: scale(1.2); }
  .category-single:last-of-type {
    border-bottom: none; }
  .category-single .image {
    float: left;
    overflow: hidden;
    margin-right: 15px; }
    .category-single .image img {
      transition: all 0.4s ease-in-out; }
  .category-single .content .title {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #333; }
    .category-single .content .title a {
      color: #333; }
  .category-single .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .category-single .content p {
    font-size: 14px;
    line-height: 23px;
    color: #2d2d2d; }
  .category-single .content .social-share li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #999; }
    .category-single .content .social-share li a:hover {
      color: #333;
      border-radius: 5px; }
  @media (min-width: 768px) {
    .category-single .image {
      max-width: 350px; }
    .category-single .content {
      overflow: hidden; }
    .category-single .video {
      position: relative;
      min-height: 1px;
      width: 350px;
      float: left;
      margin-right: 15px;
      padding-top: 5px; } }

/*::::Pagination::::*/
.my-pagination {
  padding: 15px;
  display: block; }
  .my-pagination .pagination > li > a, .my-pagination .pagination > li > span {
    margin-right: 5px;
    color: #666; }
  .my-pagination .pagination > .active > a, .my-pagination .pagination > .active > span, .my-pagination .pagination > .active > a:hover, .my-pagination .pagination > .active > span:hover, .my-pagination .pagination > .active > a:focus, .my-pagination .pagination > .active > span:focus, .my-pagination .pagination li > a.current, .my-pagination .pagination li > span.current, .my-pagination .pagination li > a.current:hover, .my-pagination .pagination li > span.current:hover, .my-pagination .pagination li > a.current:focus, .my-pagination .pagination li > span.current:focus {
    background: #333;
    border-color: #333;
    color: #fff; }

/*--------------Single Page------------*/
.single-post {
  padding: 15px;
  display: block;
  overflow: auto; }
  .single-post:hover .image img {
    transform: scale(1.2); }
  .single-post .image {
    float: none;
    overflow: hidden;
    margin-right: 15px; }
    .single-post .image img {
      transition: all 0.4s ease-in-out;
      max-width: 100%; }
  .single-post .content .title {
    margin: 0;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
    color: #2d2d2d; }
    .single-post .content .title a {
      color: #333; }
  .single-post .content .user-content {
    font-size: 14px;
    line-height: 22px;
    color: #292828;}
    .single-post .content .user-content a {
      color: #333;
      border-bottom: 1px dotted #999; }
    .single-post .content .user-content img {
      max-width: 100%;
      float: left;
      margin-right: 15px; }
    .single-post .content .user-content ul {
      list-style: none;
      padding-left: 0; }
      .single-post .content .user-content ul li {
        display: block; }
        .single-post .content .user-content ul li:before {
          font-family: fontAwesome;
          content: '\f105';
          padding-right: 5px; }
  .single-post .content .info {
    color: #999;
    font-size: 11px;
    text-transform: uppercase; }
  .single-post .content p {
    font-size: 15px;
    line-height: 23px;
    color: #2d2d2d;}
  .single-post .content .tags li a {
    color: #999; }
    .single-post .content .tags li a:hover {
      border-bottom: 1px dotted #999; }
    .single-post .content .tags li a i {
      color: #333; }
  .single-post .content .share-icons {
    margin-top: 30px;
    background: #f0f0f0;
    display: block; }
    .single-post .content .share-icons h3 {
      font-size: 20px;
      float: left;
      margin: 0;
      padding: 6px;
      background: #333;
      color: #fff; }
    .single-post .content .share-icons .social-share li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .single-post .content .share-icons .social-share li a {
        display: block;
        padding: 6px 10px;
        text-align: center;
        border: 1px solid #f0f0f0;
        color: #999;
        text-transform: uppercase; }
        .single-post .content .share-icons .social-share li a:hover {
          color: #333;
          border-radius: 5px; }

/*------------Comment Single---------*/
.comment-single {
  padding: 15px;
  overflow: auto;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px; }
  .comment-single:first-of-type {
    border-top: none; }
  .comment-single .image {
    float: left;
    max-width: 60px;
    margin-right: 15px; }
    .comment-single .image img {
      max-width: 100%;
      border-radius: 4px;
      border: 1px solid #f0f0f0; }
  .comment-single .content {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .comment-single .content h6 {
      margin: 0;
      padding: 0;
      display: block; }
    .comment-single .content h3 {
      font-size: 18px;
      margin-bottom: 0; }
    .comment-single .content p {
      font-size: 13px;
      line-height: 20px; }
    .comment-single .content .comment-reply {
      color: #666;
      border: 1px solid #f0f0f0;
      padding: 3px 10px;
      border-radius: 4px; }

/*:::::Leave a comments:::::::::::*/
.leave-comments {
  padding: 15px; }
  .leave-comments .form-control {
    margin-top: 30px;
    max-width: 500px; }
  .leave-comments textarea.form-control {
    max-width: 100%; }
  .leave-comments .btn {
    margin-top: 30px;
    background: #333;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase; }
    .leave-comments .btn:hover {
      background: #111; }

/*::::::Not Found:::::*/
.not-found {
  padding: 15px; }
  .not-found .form-control {
    max-width: 500px; }

/*# sourceMappingURL=style.css.map */

.snippit-list {
    list-style-type: none;
    padding: 10px 0 0;
    margin: 0px;
    border-top: 2px solid #747474;
}
.new-resources .snippit-list li {
    border-bottom: 2px solid #747474;
    margin: 0px;
}
.Regular {
    color:#FFFFFF;
    background:#747474;
    border-top:4px solid #FFFFFF;
    line-height:normal;
    padding: 5px;
}
.new-resources .contact-resource {
    width: 100%;
    margin: 10px 1%;
    padding: 0px;
}
.new-resources .snippit-list li .contact-resource li, .new-resources .contact-resource li {
    border: 0px none;
    background-color: #dfdfdf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    line-height:25px;
	display:block;
	text-align:left;
    margin: 0 0 10px 0;
	padding:7px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}