.container #search a {
  margin: -26px 0 0 0;
  position: relative;
  display: block;
}

.container #search a > i.fa-search {
  color: #222222;
  float: right;
  font-size: 18px;
  /*padding: 5px 20px 0 0;*/
  position: relative;
}

.tickercontainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 85%;
}

.ticker {
  height: 28px;
  overflow: hidden;
}

.newsticker {
  position: relative;
  left: 1000px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newsticker li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.newsticker .post_date {
  display:none;
}

.ticker li {
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}

#search {
  position: relative;
}

.block-quicktabs .content-header h4 {
  display: none;
}

.blog-listing .post-type-1 {
  overflow: hidden;
}

.blog-listing .meta-tags span.cat-parent {
  margin-right: 1px;
}

.blog-listing .meta-tags span a:after {
  content: '\00a0/\00a0';
}

.container.blog-posts .list-tags a:not(:last-child):after {
  content: '\00a0/\00a0';
}

.owl-item figure {
  max-height: 170px;
}

.owl-item figure .img-responsive {
  height: 170px;
}

.fa-reddit {
  background-color: #67401A;
}

.gallery .img-responsive {
  width: 100%;
}

#search input[type=text] {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
}

#search input[type=submit] {
  height: 34px;
  line-height: 34px;
  background: url(../images/search_icon.png);
  background-repeat: no-repeat;
  width: 34px;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

#search .container-inline {
  position: relative;
}

#search .container-inline .form-actions {
  position: absolute;
  top: 0px;
  right: 0px;
}

#search .dropdown-menu {
  width: 270px;
}

.search_result li.col-md-6 {
  padding-left: 0;
}

.search_result figure {
  float: left;
  margin: 0px !important;
}

.comment-form input[type=text] {
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #d7d7d7;
}

.comment-form textarea {
  border: 1px solid #d7d7d7;
}

.comment-form label {
  width: 100%;
}

.comment-form .form-wrapper {
  margin-top: 20px;
}

.comment-form input[type=submit]:hover {
  color: #fff;
}

.comment-form .form-wrapper input {
  margin-right: 20px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  padding: 6px 16px;
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  -ms-transition: background-color .3s, color .3s;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.user-picture img {
  border-radius: 50%;
  width: 70px;
  height: auto;
}

.yamm-fw.open {
  position: relative;
}

.yamm-fw.open .sub-menu {
  position: absolute;
  left: 0px;
  width: 245px;
}

.dropdown i.fa {
  font-size: 11px;
  margin-left: 5px;
}

ul.site-map.hor > li {
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
}

ul.site-map li a {
  font-size: 14px;
  margin-left: 16px;
  position: absolute;
  top: 3px;
}

ul.site-map li .views-summary li {
  color: #fff;
}

ul.site-map li .views-summary li:before {
  color: #000;
}

.contact-form label, #user-register-form label, #user-login label {
  width: 100%;
}

.contact-form input[type=text],
#user-register-form input[type=text],
#user-login input[type=text],
#user-login input[type=password] {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #d7d7d7;
}

/*.contact-form .form-item, #user-register-form .form-item, #user-login .form-item{margin-bottom: 20px;}*/

.contact-form textarea {
  border: 1px solid #d7d7d7;
}

.contact-form input[type=submit], #user-register-form input[type=submit], #user-login input[type=submit] {
  /*color: #666;*/
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  padding: 6px 16px;
  text-shadow: none;
  text-transform: uppercase;
}

.contact-form input[type=submit]:hover,
#user-register-form input[type=submit]:hover,
#user-login input[type=submit]:hover {
  color: #fff;
}

.dropdown-menu > li > a {
  border-bottom: 1px solid #d7d7d7;
  padding: 8px 22px;
}

.dropdown-menu > li:last-child > a {
  border-bottom: none;
}

.dropdown-menu > li > a:hover {
  background: none;
}

.tabs.primary li {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #666;
  font-family: 'Open sans', sans-serif;
  /*font-size: 15px;*/
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  -ms-transition: background-color .3s, color .3s;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.tabs.primary li a {
  display: block;
}

.tabs.primary {
  max-width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

#user-register-form .description {
  font-size: 12px;
  font-style: italic;
}

/*#user-register-form input[type=submit] ,#user-login input[type=submit]
{
	background: #fff;
	border: 1px solid #d7d7d7;
}*/

.messages.error {
  margin-bottom: 30px;
}

.col-md-4 {
  margin-bottom: 40px;
}

.tags-list li a {
  box-shadow: none;
  color: #676666;
  font-size: 11px;
  margin: 30px 0 14px;
  padding: 2px 6px;
  text-transform: uppercase;
  text-shadow: none;
  transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  -ms-transition: background-color .3s, color .3s;
}

.main-submenu {
  width: 220px;
}

.block-quicktabs h2 {
  display: none;
}

#quicktabs-tab_home_content .item-list {
  height: 30px;
  margin-bottom: 40px;
}

.carousel-indicators li {
  margin-right: 2px;
}

.sidebar-widget4 ul li:last-child p:last-child {
  border-bottom: none;
}

.footer-content .col-md-4 {
  margin-bottom: 0px;
}

.view-display-id-block_news_pictures .post-type-1 {
  border-bottom: none;
}

.clearfix.hr-bold {
  margin-top: 30px;
}

.wpb_wrapper div.clearfix:last-child {
  display: none;
}

.wpb_wrapper .post-type-1 {
  border-bottom: none;
}

#quicktabs-tab_sidebar_content .item-list ul li a {
  padding: 0px 9px;
  font-weight: 700;
  font-size: 16px;
}

#quicktabs-tab_sidebar_content ul.quicktabs-style-nostyle > li.active a,
#quicktabs-tab_sidebar_content ul.quicktabs-style-nostyle > li.active a:hover {
  border-bottom: 3px solid #2F92EE;
  padding-bottom: 19px;
}

.isotope-item.col-md-6 {
  margin-bottom: 100px;
}

#search-form input[type=text] {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
}

#search-form input[type=submit] {
  box-shadow: none;
  color: #676666;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin: 30px 0 14px;
  padding: 8px 16px;
  text-transform: uppercase;
  text-shadow: none;
  transition: background-color .3s, color .3s;
  -moz-transition: background-color .3s, color .3s;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  -ms-transition: background-color .3s, color .3s;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
}

#search-form input[type=submit]:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .tickercontainer {
    width: 80%;
  }

  #quicktabs-tab_sidebar_content ul.quicktabs-style-nostyle {
    padding-bottom: 41px;
  }

  #quicktabs-tab_sidebar_content .item-list ul li a {
    padding: 0px 4px;
    font-size: 14px;
  }
}
