﻿#logo img {
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #logo img {
    height: 60px;
    left: 5px;
    position: relative;
    top: 10px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  #services-item li aside {
    line-height: 14px;
    font-size: 11px;
  }
}
.twgallery .gallery-cell {
  width: 70%;
  height: 320px;
  margin-right: 10px;
}
.modal .twgallery .gallery-cell {
  width: 45%;
  height: auto;
}
.twbtn {
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
  line-height: 32px;
  border: 2px solid;
  background-color: transparent;
  margin: 0 3px;
  transition: all ease 0.2s;
}
.twbtn:hover {
  border-color: #e27900;
  color: #e27900;
  transition: all ease 0.2s;
}
.modal {
  /*margin:50px;*/
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.85);
}
.sidebar .title {
  margin-bottom: 30px;
}
/* tweets */
.tweets .tweet {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d2ac53;
}
.tweet .tweet_text a {
  clear: both;
  display: block;
  font-size: small;
  font-style: italic;
  color: #d2ac53;
}
.avatar {
  height: 30px;
}
.tweet_avatar > img {
  height: 25px;
  width: 25px;
  margin-right: 25px;
}
.tweet_time {
  color: #d2ac53 !important;
  float: right;
  font-size: 11px;
  font-style: italic;
}
div.discover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 25%;
  background-color: #333;
  z-index: 2;
  transition: all 0.25s ease-out;
  background-image: url(../../img/bg.jpg);
  background-size: cover;
  background-position: center center;
}
div.discover.slice {
  left: 100%;
  transition: all 0.25s ease-in;
}
.relative {
  position: relative;
}
.btn-link {
  color: #d2ac53;
  border: none;
}
.btn-link:hover {
  color: #232323;
  text-decoration: none;
}
i.fa {
  margin-right: 5px;
}
.admin .fa {
  cursor: pointer;
}
.newsletter .alert {
  display: none;
}
.jtable .imgBlog img {
  width: 250px !important;
}
.cropper-preview img {
  max-width: none;
}
.entry-content {
  margin-top: 50px;
}
.ui-dialog {
  /*z-index: 1101 !important ;*/
  margin-left: 25% !important;
  width: 50% !important;
  /*top: 0 !important;*/
}
#cke_BlogTesto {
  height: 300px;
}
.fa.fa-photo {
  cursor: pointer;
}
.widget a.btn {
  color: #eee;
  background-color: #d2ac53;
  border: none;
  transition: all ease 0.2s;
}
.widget a.btn[disabled] {
  opacity: 0.15;
}
.widget a.btn.active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) inset;
}
.widget a.btn:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6) inset;
  color: #eee;
  transition: all ease 0.2s;
}