.snip1300 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #000000;
  text-align: center;
  cursor: pointer; }

.snip1300 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

figure.snip1300 img {
  max-width: 100%;
  vertical-align: top; }

figure.snip1300 i {
  position: absolute;
  top: 100%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045); }

figure.snip1300 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; }

figure.snip1300.green {
  background-color: transparent; }

figure.snip1300.green i {
  color: #000; }

figure.snip1300:hover img,
figure.snip1300.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

figure.snip1300:hover i,
figure.snip1300.hover i {
  top: 50%;
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1; }

/* End Thumbnail */
/* Tabs */
.tabs {
  font-size: 0; }

.tabs:after {
  clear: both;
  content: '';
  display: table; }

.tabs .tab {
  display: inline; }

.tab label {
  cursor: pointer !important; }

.tabs .tab-label {
  background: #333;
  border: 1px solid #ccc;
  color: #fff;
  display: inline-block !important;
  font-size: 15px !important;
  padding: 10px 25px 7px;
  position: relative;
  text-align: center;
  vertical-align: bottom; }

.tabs .tab-label:hover {
  background-color: #007a94; }

@media screen and (min-width: 768px) and (max-width: 979px) {
  .tabs .tab-label {
    padding: 10px 12px; } }
@media screen and (min-width: 980px) and (max-width: 1199px) {
  .tabs .tab-label {
    padding: 10px 18px; } }
.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1; }

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0; }

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: transparent;
  padding: 0 0px;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -1px;
  width: 100%; }

.tabs .tab [type="radio"]:checked + .tab-label {
  background: #0093b2 none repeat scroll 0 0 !important;
  border: 1px solid #ccc;
  z-index: 1;
  color: #fff; }

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline; }

.tabs {
  color: #222; }

.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:focus, .tabs a:active {
  color: #36A; }

.for {
  display: inline-block;
  position: relative; }

.for:after {
  background: #DDD;
  bottom: 150%;
  color: #222;
  font-family: sans-serif;
  font-size: 12px;
  opacity: 0;
  padding: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  white-space: nowrap; }

.for:hover:after {
  opacity: 1; }

.for.default-tab {
  color: #8AD; }

.for.default-tab:after {
  content: 'For default tab'; }

@media only screen and (max-width: 768px) {
  .crabappple-pane-one {
    position: relative !important;
    width: 100% !important;
    background-position: left top !important;
    background-color: #780D17;
    margin-bottom: 10px; }

  .brook-pane-one {
    position: relative !important;
    width: 100% !important;
    background-position: left top !important;
    background-color: #3C5639;
    margin-bottom: 10px; }

  .city-pane-one {
    position: relative !important;
    width: 100% !important;
    background-position: left top !important;
    background-color: #113662; }

  .salogan-cc {
    font-size: 28px;
    padding: 0px !important;
    text-align: center !important; }

  .announce-advert {
    margin: 18px 0px 0px 1px !important; }

  .tabs .tab > label {
    border-color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

  .tabs .tab > [type="radio"]:checked + label {
    background: #222;
    border-color: #444;
    color: #DDD; } }
/* End Tabs */