/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

.pdf:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pdf {
  background: url('../images/pdf.png') no-repeat 0px 11px;
  /* border-bottom: 1px dotted #CCC; */
  padding: 8px 0 8px 25px;
  margin: 0px;
  font-size: 11px;
  color: #444;
}

.pdf a, pdf a:hover, .pdf a:active {
  color: #444;
}

@media (max-width: 767px) {
  #logo, #headerbar, #menu {
    display: none;
  }

  /*.wk-accordion .content-wrapper:nth-child(1) .container-fluid {
    min-height: 4080px !important;
  }

  .wk-accordion   .content-wrapper:nth-child(2) .container-fluid {
    min-height: 3900px !important;
  }

  .wk-accordion   .content-wrapper:nth-child(3) .container-fluid {
    min-height: 3900px !important;
  }  

  .wk-accordion   .content-wrapper:nth-child(4) .container-fluid {
    min-height: 2800px !important;
  } */

  .wk-accordion   .content-wrapper:nth-child(2) {
    height: 4080px !important;
  }

  .wk-accordion  .content-wrapper:nth-child(4) {
    height: 3900px !important;
  }

  .wk-accordion  .content-wrapper:nth-child(6) {
    height: 3900px !important;
  }  

  .wk-accordion  .content-wrapper:nth-child(8) {
    height: 2800px !important;
  }  

}

.wk-slideshow.wk-slideshow-default {margin: 0 auto;}


/* ================================================================= Custom Code ================================================================= */

.row-fluid .thumbnails {
  padding-left: 0;
}

body .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.wk-accordion-default .content {
  padding: 10px 0;
}

body #innertop:after {
  background: none;
}

#innertop .width33 img {
  float: right;
  max-width: 223px;
  width: 97%;
}

#innertop .width33 {
  width: 27%;
}

#innertop .width66 {
  width: 72%;
}

#innertop .wk-slideshow.wk-slideshow-default {
  margin: 0;
}

/* ================================================================= Media Queries ================================================================= */

@media (max-width: 767px) {
  #innertop .width33 img {
    float: none;
  }  
  #innertop .width33 {
    text-align: center;
  }
  #innertop .wk-slideshow.wk-slideshow-default {
    margin: 0 auto;
  }
  #innertop .width33,
  #innertop .width66 {
    width: 100%;
    float: none;
  }
}
















