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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .front-page-kennels {
  font-size: 24px;
  line-height: 30px;
  background-image: url(/images/gallery.jpg);
  background-repeat: no-repeat;
  margin: 0px;
}

.front-page-buttons {
  background-color: #000;
}

.front-buttons-h3 {
	font-size: 32px;
	text-shadow: 0 2px 0 rgba(0,0,0,1);
	color: #fff;
	text-align: center;
	vertical-align: central;
	padding: 99px 60px 99px 60px;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.front-h3 { 
   position: absolute; 
   top: 70px; 
   left: 60px; 
   width: 100%;
   color: #fff; 
   font-size: 32px;
   text-shadow: 0 2px 0 rgba(0,0,0,1);
}

.front-page-h3 { 
   text-align: center;
   vertical-align: central;
}

.uk-form input[type="checkbox"] {
  width: 14px!important;
}

.uk-form input[type="text"],
.uk-form textarea {
  width: 90%;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
    .ad-h1 {
      font-size: 32px;
      line-height: 40px;
    }
	
	.ad-tag {
      font-size: 28px;
      line-height: 38px;
    }
	
	.ad-kennel {
      font-size: 24px;
      line-height: 34px;
    }
}

/* YouTube Video - Homepage*/
.km-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.km-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
