/*html { 
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

@-ms-viewport {
  width: device-width;
}

body {
	background: #402416; 
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', georgia, serif;
	font-size: 20px;
	color: #6f4d29;
}

#intro {
  background: url('./graf/intro-bg.jpg') top center repeat-x #f6e0b2; 
}

#intro #intrologo {
  margin-left: auto;
  margin-right: auto;
  width: 309px;
  height: 65px;
  margin-top: 20px;
}

.horsename {
  font-family: georgia, 'times new roman', serif;
  font-size: 20px;
  text-transform: uppercase;
}

.halfpanel, .halfpanel800{
  width: 48%;
  display: inline-block;
  /*float:left;*/
  padding: 0.5%;
  /*border: 1px solid red;*/
  padding-bottom: 25px;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 750px) {
  .halfpanel {
    width: 100%;
    padding:0;
    padding-bottom: 25px;
  }
}

@media (max-width: 850px) {
  .halfpanel800 {
    width: 100%;
    padding:0;
    padding-bottom: 25px;
  }
}

.thirdpanel, .thirdpanel800{
  width: 29%;
  display: inline-block;
  /*border: 1px solid red;*/
  padding: 1.8%;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 750px) {
  .thirdpanel {
    width: 100%
    padding:0;
  }
}

@media (max-width: 850px) {
  .thirdpanel800 {
    width: 100%;
    padding:0;
  }
}

.shadowbox {
	-moz-box-shadow: 1px 1px 6px rgba(63, 35, 21, 0.3);	
	-webkit-box-shadow: 1px 1px 6px rgba(63, 35, 21, 0.3);	
	box-shadow: 1px 1px 6px rgba(63, 35, 21, 0.3);	
}

h1 {
  text-align: left;
	padding: 0;
	margin: 0;
}

.text {
  -webkit-column-width: 300px;
  -webkit-column-gap: 2em; 
  -webkit-column-rule: 0.1em dotted #644914;
  -moz-column-width: 300px;
  -moz-column-gap: 2em;
  -moz-column-rule: 0.1em dotted #644914; 
  column-width: 300px;
  column-gap: 2em; 
  column-rule: 0.1em dotted #644914;
}

#lang {
  width: 100%;
  text-align: right;
}

#lang div {
  display: inline-block;
}

#header1 {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  margin-top: 14px;
}

#header2 {
  border-top: 4px solid #ece1c0;
  border-bottom: 4px solid #ece1c0;
  background: white;
  text-align: center;
  height: 86px; 
}

#header2 img{
  margin-top: 10px; 
}

@media (max-width: 360px) {
  #header2 img{
   width: 85%;
  }
}

.bar_foto{
	width: 100%;
	height: 305px;
	display: block;
	text-align: center;
	background: url('./graf/ban-bg.jpg') top repeat-x;
	/*background: url('./graf/foto1_full.jpg') center no-repeat;*/
	/*border: 1px solid red;*/
}

@media (max-width: 970px) {
  .bar_foto {
    display: none;
  }
}

.bar_foto_970{
	width: 100%;
	height: auto;
	display: none;
	/*border: 1px solid green;*/
}

.bar_foto_970 img{
	width: 100%;
	border: 0px none;
	display: block;
}

@media (max-width: 970px) {
  .bar_foto_970 {
    display: block;
  }
}

.bar_eagle_970{
	width: 100%;
	height: auto;
	display: none;
	/*border: 1px solid green;*/
}

.bar_eagle_970 img{
	width: 100%;
	border: 0px none;
	display: block;
}

@media (max-width: 970px) {
  .bar_eagle_970 {
    display: block;
  }
}

.array_list_outside{
  width: 285px;
  margin: 4px;
  display: inline-block;
}

.array_list_up{
  height: 41px; 
  text-align: center; 
  background:url('graf/c_up.png') bottom center no-repeat;
}

.array_list_down{
  height: 41px; 
  text-align: center; 
  background:url('graf/c_dn.png') bottom center no-repeat;
}

.array_list {
  width: 285px;
  height: 430px;
  background: url('graf/link_bg.jpg') bottom center no-repeat #f8ebcf;
  border: 1px solid #f8ebcf;
  border-radius: 10px;
}

.array_list_container {
  width: 100%;
  /*border: 1px solid #f4e0b5;*/
  text-align: center;
}

#ft_shadow {
  background: url('./graf/ft-up.jpg') top center repeat-x #006080;
  height: 11px;
  width: 100%;
}

.bar_ft {
  padding-top: 8px;
  background: url('./graf/ft.jpg') top repeat-x;
	width: 100%;
	height: auto;
	min-height:200px;
	text-align:center;
	/*border: 1px solid green;*/
}

.bar_ft a{
  font-family: 'caviar_dreamsbold', arial, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
  letter-spacing: normal;
	font-weight: normal;
  display: inline-block;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top:6px;
  color: #f6e0b2;
  border: 0px solid white;
  border-radius: 4px;
}

.bar_ft a:hover{
  color: #000000;
  background-color: #f6e0b2;
  border: 0px solid white;
  border-radius: 4px;
  -webkit-transition: all 0.5s; 
  transition: all 0.5s;
}

.footer_cookies{
	padding: 20px;
  max-width:940px;
  margin-left: auto;
  margin-right: auto; 
	font-size: 9px; 
	color: #f6e0b2; 
	text-align: justify;
	/*border: 1px solid red;*/
}

#pricelist {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (max-width: 850px) {
  #pricelist {
  width: 94%;
  }
}

#pricelist tr:hover {
  background: #006080;
  color: white;
}

#pricelist td {
  padding: 8px;
  border-top: 1px solid silver;
}

.bar_header_1200{
  background: url('./graf/logo3bg.jpg') repeat-x top white;
  text-align: center;
  width:100%;
  height: 100px;
  display: none;
}

@media (max-width: 1150px) {
	.bar_header_1200 {
    display: block;
  }
}

.bullet{
  display: inline:
}

@media (max-width: 970px) {
    .bullet{
      display: none;
    }
}

.bar_menu{
  font-family: georgia, serif;
	text-transform: uppercase;
	font-size: 17px;
	width: 100%;
	background: white;
  height: 56px;
  display: block;
  text-align: center;
	border-bottom:4px solid #6f4d29;
}

.bar_menu a{
	letter-spacing: normal;
	font-weight: normal;
  display: inline-block;
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top:6px;
  color: #6f4d29;
  border: 0px solid white;
  border-radius: 4px;
  text-shadow: 1px 1px 1px rgba(236, 225, 192, 0.8);
  
}

@media (max-width: 970px) {

  .bar_menu{
    height: auto;
    padding-bottom: 4px;
  }

  .bar_menu a{
    width: 30%;
    background: #f6e0b2;
    margin-top: 4px;
    margin: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid white;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);	
	  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);	
	  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 680px) {
  .bar_menu a{
    width: 42%;
    margin-top: 3px;
    margin: 3px;
    font-size: 14px;
  }
}

.bar_menu a:hover{
  background: #6f4d29;
  color: white;/*#b5934b;*/
  text-shadow: none;
  -webkit-transition: all 0.5s; 
  transition: all 0.5s;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.9);
}

.bar_menu_970 {
	background: white;
	text-align: center;
	width: 100%;
	display: none;
}

@media (max-width: 970px) {

  .bar_menu_970 {
    display: block;
  }
}

.bar_menu_1200 a{
	display:inline-block;
	/*float: left; */
	width: 44%;
	text-align: center;
	font-family: 'caviar_dreamsbold', 'serif';
	font-size: 18px;
	text-transform: uppercase;
	padding: 4px;
	margin: 2px;
	background: #006080;
	color: white;
	/*border: 1px solid white;*/
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	transition-property: all;
	transition-duration:300ms;
	-webkit-transition-duration:300ms;	/* Safari */
}

.bar_menu_1200 a:hover{
	background: #ffffff;
	color: #006080;
}

#logo {
  width: 336px;
  height: 119px;
  display:inline-block;
  float: left;
}

.bar3{
	width: 100%;
	background: url('./graf/content_bg_up.jpg') top no-repeat #f6e0b2; 
	border-bottom: 4px solid #6f4d29;
	/*border:1px solid white;*/
}

#content_container {
	width: 970px;
	margin-left: auto;
  margin-right: auto;
}


.pedigree_container {
  padding: 15px; 
}

.pedigree_description {
  /*border: 1px solid red;*/
  display: inline-block;
  vertical-align:middle;
  width: 49%;
}

@media (max-width: 1000px) {
  .pedigree_description {
    width: 100%;
  }
}

.pedigree_description h2{
 text-align: left;
}

.pedigree_photo {
  /*border: 1px solid green;*/
  text-align: right;
  display: inline-block;
  vertical-align:middle;
  width: 50%;
  margin-bottom: 8px;
}

.pedigree_photo img {
    width: 100%;
}

@media (max-width: 1000px) {
  .pedigree_photo {
    width: 100%;
  }
  
  .pedigree_photo img {
    width: 100%;
  }
}

.pedigree_gallery {
  /*border: 1px solid blue;*/
}

.pedigree_pedigree {
  /*border: 1px solid black;*/
  font-size: 14px;
  display: inline-block; 
  vertical-align:top;
  width: 50%;
}

@media (max-width: 1000px) {
  .pedigree_pedigree {
    width: 100%;
  }
}

.pedigree_details {
  /*border: 1px solid orange;*/
  display: inline-block; 
  vertical-align:top;
  margin-left:1%;
  width: 48%;
}

@media (max-width: 1000px) {
  .pedigree_details {
    width: 100%;
    margin-left:0;
  }
}

.pedigree_details iframe{
  width: 95%;
}

#pedigree td {
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: left top repeat-y;
}

#pedigree {
  width: 100%;
  border: 1px solid #f4e0b5; 
  border-spacing: 0px; 
  font-family: arial, verdana, sans-serif; 
  text-align: left; 
  letter-spacing: normal;
	text-align: left; 
	letter-spacing: normal;
	-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);	
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);	
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);	
}


@media (max-width: 970px) {
  #content_container {
    width: 100%;
  }
}

.media_box{
  margin-bottom:12px;
}

.media_body{
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 540px){
  .media_body{
  width: 95%;
  }
  
  .media_box{
    margin-bottom:50px;
  }
}

.media_img{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right:12px;
}

@media (max-width: 540px){
  .media_img{
  width: 95%;
  }
}

.media_img img{
  max-width: 100%;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
}

#content_box {
	vertical-align: top; 
	padding: 15px;
	padding-top: 0;
	padding-bottom: 20px; 
	text-align: justify;
}

#content_box img.photoright{
  float: right;
  margin: 2%;
  width: 94%;
  border: 8px solid white;
}

#content_box img.photo{
  float: left;
  margin: 2%;
  width: 94%;
  border: 8px solid white;
}

.gallery_history, .gallery_back{
  width: 100%; 
  text-align: center;
}

.gallery_history img, .gallery_back img{
  width: auto; 
}

.gallery_dirtable {
  width: 100%;
  text-align: center;
}

.gallery_dirtable div{
  display: inline-block; 
  padding: 5px;
}

.gallery_filetable {
  width: 100%;
  text-align: center;
}

.gallery_filetable div{
  display: inline-block; 
  padding: 5px;
}

.newstable {
	width: 100%; 
	border-spacing: 0px;
}

.newstable .img_td {
	text-align: center; 
	vertical-align: top;
	width: 160px;
}

@media (max-width: 480px) {

	.newstable .img_td {
    width: 110px;
  }

  .newstable .img_td img {
    width: 100px;
  }
}

.newstable .text_td{
	text-align: justify; 
	vertical-align: top; 
	padding-left: 10px; 
	padding-top: 0px;
}

table.pages {
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
}

table.pages td.current b{
	color: #f2e6ce;
	border: 1px solid #8f7c5a;
	background: #504938;
	text-align: center;
	display: block;
	padding: 4px 10px;
	border-radius: 2px;
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
	/*width: 24px;
	height: 24px;*/
}

table.pages td.go_to a{
	color: #504938;
	border: 1px solid #ffffff;
	background: #f2e6ce;
	text-align: center;
	display: block;
	padding: 4px 10px;
	border-radius: 2px;
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
	/*width: 24px;
	height: 24px;*/
}

table.pages td.arrow a{
	border: 1px solid #ffffff;
	background: #f2e6ce;
	text-align: center;
	display: block;
	padding: 4px 6px;
	border-radius: 2px;
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.5);
	/*width: 24px;
	height: 24px;*/
}

table.pages td.go_to a:hover{
	background: #ffffff;
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);	
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);
}

table.pages td.arrow a:hover{
	background: #ffffff;
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);	
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.1);
}

.hr_line {
	height: 2px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr_line2 {
	height: 2px; 
	background-image:url("./graf/line2.gif"); 
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title, .title16, .title14, .title20, .pagetitle, .buttons, h1, h2, h3{
	color: #644914;
	font-family: georgia, 'times new roman', serif;
	text-transform: uppercase;
	font-size: 42px;
	letter-spacing: normal;
	font-weight: normal;
	/*text-shadow: 1px 1px 1px #665a38;*/
}

.title{
  line-height: 14px;
}

.title20 {
	font-size: 20px;
}

.title16 {
	font-size: 16px;
}

.title14 {
	font-size: 14px;
}

.pagetitle, h1 {
	font-size: 40px; 
	line-height: 56px;
}


.buttons {
	font-family: 'Alegreya SC', georgia, 'times new roman', serif;
	font-weight: bold;
	font-size: 16px; 
}

h2 {
  text-align: center;
	font-weight: bold;
	font-size: 28px; 
}

h3 {
	font-weight: bold;
	font-size: 16px; 
	line-height: 18px;
}

a { 
	color: #3f2215;
	text-decoration: none;
	transition-property: all;
	transition-duration:300ms;
	-webkit-transition-duration:300ms;	/* Safari */
}

a:hover {
	color: #9c7245;
	text-decoration: none;
}

a.ft { 
	display: inline-block;
	background: transparent;
	padding: 4px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px solid #eddebe; 
	border-radius: 6px;
	transition-property: all;
	transition-duration:300ms;
	-webkit-transition-duration:300ms;	/* Safari */
}

a.ft:hover {
	display: inline-block;
	background: white;
	padding: 4px;
	color: #006080;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px solid #eddebe; 
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
}

a.introbutton { 
	display: inline-block;
	background: transparent;
	padding: 12px;
	font-family: 'caviar_dreamsbold', arial, sans-serif;
	font-size: 16px;
	color: #644914;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px solid #eddebe; 
	border-radius: 6px;
	transition-property: all;
	transition-duration:300ms;
	-webkit-transition-duration:300ms;	/* Safari */
}

a.introbutton:hover {
	background: #644914;
	color: white;
	text-decoration: none;
	border: 0px solid #eddebe; 
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);	
}
