@font-face {
    font-family: 'adventureregular';
    src: url('fonts/adventure-webfont.eot');
    src: url('fonts/adventure-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/adventure-webfont.woff') format('woff'),
         url('fonts/adventure-webfont.ttf') format('truetype'),
         url('fonts/adventure-webfont.svg#adventureregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antonella_script_xbold';
    src: url('fonts/antonella_script_x-webfont.eot');
    src: url('fonts/antonella_script_x-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonella_script_x-webfont.woff') format('woff'),
         url('fonts/antonella_script_x-webfont.ttf') format('truetype'),
         url('fonts/antonella_script_x-webfont.svg#antonella_script_xbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
	
}
html {
	height:100%;
	width: 100%;
}
	
body {
	height:100%;
	font-size: 100%;
	font-family: adventureregular, Calibri, sans-serif;
	line-height: 2;
	background:#222222;
	color:#000000;
}
.page-wrapper{ 
	min-height:100%;
	margin-bottom:-210px;
	background:transparent;
	width: 100%;
}
.push {
	
	height: 210px;
	background:transparent;
	clear:both;	
}
.header {
	height:100px;
	background: #eeeeee;
	padding:20px 8.33%;
	margin:0 8.33%;
	text-align: right;
	font-weight: bold;
}
.content{	
	background: #eeeeee;
	padding: 10px 8.33%;
	margin:0 8.33%;
}
.darkcontent{	
	background: #222222;
	color: #eeeeee;
	padding: 10px 8.33%;
	margin:0;
}
.footer {
	width:66,68%;
	height: 210px;
	background: #eeeeee;
	padding: 10px 8.33%;
	margin:0 8.33%;
	border-top: 4px solid #222222;
	clear:both;
	font-style:italic;
	text-align: center;
	margin-top:-210px;
	overflow:hidden;
}
h1 { font-size:2.25em;}
h2 { font-size:2em;}
h3 { font-size:1.75em;}
h4 { font-size:1.5em;}
h5 { font-size:1.25em;}
p {font-size:1.125em;}

a { 
	color : #00000; 
	text-decoration: underline; 
	font-size:1.125em;
}
a:link { color : #000000;}
a:visited {color : #666666; } 
a:hover { color : #ff0000; text-decoration: none;}
a:active { color : #ff0000; text-decoration: none;}
a.light { color : #000000; text-decoration: none; text-shadow: 4px 4px 2px #cccccc;}
a.light:link { color : #000000; text-decoration: none; }
a.light:visited {color : #000000;  } 
a.light:hover { color : #ff0000; text-decoration: underline;}
a.light:active { color : #ff0000;}
a.dark { color : #eeeeee; text-decoration: none;text-shadow: 4px 4px 2px #111111;}
a.dakr:link { color : #eeeeee; text-decoration: none; }
a.dark:visited {color : #eeeeee; } 
a.dark:hover { color : #ff0000; text-decoration: underline;}
a.dark:active { color : #ff0000; }

hr {
	clear:both;
	background: #ccc; 
	height:1px; 
	width:100%;
}
.mmimg{
 float: left; 
 width: 16%; 
 height: auto; 
 margin-top: -20px; 
 border-width: 0px;
}
#nav {
	width: 100%;
	list-style-type:none;
	padding:2% 0%;
	font-size:1.5em;
	color: #cc0000;
	text-align:center;
}
#nav li { 
	display: inline; 
	padding: 0 0.7%;
}
ul#nav a { 
	color : #ffffff; 
	text-decoration: underline; 
}
ul#nav a:link { color : #ffffff;}
ul#nav a:visited { color : #666666;} 
ul#nav a:hover { color : #ff0000; }
ul#nav a:active { color : #ff0000;}


#reservnav {
	list-style-type:none;
	padding: 0.1% 0%; 
	margin: 0 -11%;
	font-size:1.125em;
	font-style: normal;
	color: #ff0000;
	text-align:center;
}
#reservnav li { 
	display: inline; 
	padding: 0 .8%;
}
ul#reservnav a { 
	color : #000000; 
	text-decoration: underline; 
}
ul#reservnav a:link {color : #000000;}
ul#reservnav a:visited { color : #666666; } 
ul#reservnav a:hover {color : #ff0000; }
ul#reservnav a:active {color : #ff0000;}

ul.menu {
	width:100%;
	list-style-type:none;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-top:0px;
	color: #222222;	
	font-size:1.5em;
	font-weight: bold;
	}

ul.menu li { 
	display: inline-block;
	padding: 0px 0.4%; 
}

.litter {	
	width:40%;
	display:block;
	font-size:1.125em;
	text-align:center;
	list-style-type:none;
}
.litter li {
	padding: 5px 0;
}
ul.litter a { 
	color : #000000; 
	text-decoration: underline;	 
}
ul.litter a:link { 
color : #000000;
}
ul.litter a:visited {
	color : #666666;
 } 
ul.litter a:hover { 
	color : #ff0000; 
}
ul.litter a:active { 
	color : #ff0000;
}

.dark{
background: #222222;
color: #eeeeee;
}

.border	{
	border: 4px solid #111111;
	border-radius: 5px;
	margin:20px 0;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	width:100%;
	height:auto;
}

.bw{
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	-webkit-filter: sepia(100%);
	
}
.bw:hover {  -webkit-filter: sepia(0%);}

.album{
	width:90%;
	height:auto;
	margn: 10px 5%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	-webkit-filter: sepia(70%);
}
.album:hover{
	-webkit-filter: sepia(0%);	
}

.gallery {
width:24%;
display: inline-block;
text-align: center;
color: #eeeeee;
}
.male{
	width: 48%;
	float:left; 
	margin-right: 1%;
	display: inline-block;
}
.female{
	width: 48%;
	float:right; 
	margin-left: 1%;
	display: inline-block;
	}
.sire{
margin-left:-20%;
margin-right:2%; 
float:left;
text-align: right;
width: 49%;
}
.dam{
margin-right:-20%; 
margin-left:2%;
float:right; 
text-align: left;
width: 49%;
}


.footerlight, .footerdark {
display: block; 
width: 100%; 
height: 160px; 
margin-top:15px;
background-size:contain;
background-repeat: no-repeat;
}
.footerlight: { background-image: url(images/mm.png);}
.footerlight:link { background-image: url(images/mm.png); }
.footerlight:visited {background-image: url(images/mm.png);  } 
.footerlight:hover { background-image: url(images/mmred.png);}
.footerlight:active { background-image: url(images/mmred.png);}

a.footerdark: { background-image: url(images/mmdark.png);}
a.footerdark:link { background-image: url(images/mmdark.png); }
a.footerdark:visited {background-image: url(images/mmdark.png);  } 
a.footerdark:hover { background-image: url(images/mmreddark.png);}
a.footerdark:active { background-image: url(images/mmreddark.png);}

.passpartout{
	float:right;
	background:#ffffff;
	border: 4px solid #111111;
	border-radius: 0px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	width:29%;
	height:auto;
	padding:4.4%;
	margin:2.2%;
}

.images {
	width:44%;
	margin:0.5%;
	height: auto;
	float:left;
	
}
.images:first-child{ margin-left:-20%;}
.images:last-child{ margin-right:-20%;}

table {
	width: 100%;
	border-color: #000000; 
	text-align:center;
	background: #ffffff;
    border: 2px solid #111111;
	border-radius: 5px;
	margin:20px 0 20px 0px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
   }
td {
    font-size:1em;
    font-family: Calibri, sans-serif;
    background: #bbbbbb; 
    background: -moz-linear-gradient(top, #ddd, #777); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-linear-gradient(top, #ddd, #777);
    background: -o-linear-gradient(top, #ddd, #777); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ddd, #777); /* IE10 */
    background: linear-gradient(top, #ddd, #777);    
    border: 1px solid #333333;  
}

.name {
	font-size:1.25em;
	color: black; 
    font-weight: 400;
}
.country{
	color: #ffffff; 
    font-weight: 400;
}

.news{
color: #111111;
list-style-image: url(images/listborzoi.png);
font-size:1.5em;
}
.news li {
color: #cc1111;
font-size:1.125em;
}
.borzoi, .greyhound {
	width:49%;
	display:block;
	font-family: adventureregular, Calibri, sans-serif;
	font-size:1.5em;
	color: #cc0000;
	text-align:left;
}
.borzoi li, .greyhound li { padding: 0 0.7%;}
.borzoi{list-style-image: url(images/listborzoi.png);}
.greyhound{list-style-image: url(images/listgreyhound.png);}


.box{
width: 90%;
 min-height: 400px; 
float: left;
margin: 40px;
position: relative;
border: 1px solid #ccc;
z-index: 2;
 background: #fff;
 background: -webkit-gradient(linear, 0% 20%, 0% 100%, from(#f3f3f3), to(#f6f6f6), color-stop(.1,#fff));
 background: -moz-linear-gradient(0 0 360deg, #f3f3f3, #fff 10%, #f6f6f6);
 border: 1px solid #ccc;
 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
 -webkit-border-bottom-left-radius: 90px 5px;
 border-bottom-left-radius: 90px 5px; 
 -webkit-transform: rotate(1deg)
      translate(3px,8px);
 -moz-transform: rotate(1deg)
      translate(3px,8px);
  -o-transform: rotate(1deg)
      translate(3px,8px);
 transform: rotate(1deg)
      translate(3px,8px);
	z-index: 1;

}

.box::after{
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top:0;
left: 0;
z-index: -1;
background: #fff;
 background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f9f9f9), color-stop(.1,#fff));
 background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f9f9f9);
 border: 1px solid #ccc;
 -webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
 box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
 -webkit-border-bottom-right-radius: 80px 5px;
 border-bottom-right-radius: 80px 5px;
  -webkit-border-top-left-radius: 100px 2px;
 border-top-left-radius: 100px 2px;
 -webkit-transform: rotate(-1deg)
      translate(3px,2px);
 -moz-transform: rotate(-1deg)
      translate(-1px,2px) ;
  -o-transform: rotate(-1deg)
      translate(-1px,2px) ;
 transform: rotate(-1deg)
      translate(-1px,2px) ;  

}

.box::before{
content: '';
width: 100%;
  height: 100%;
display: block;
position: absolute;
top:0;
left: 0;
 z-index: -1;
 background: #fff;
 background: -webkit-gradient(linear, 100% 100%, 50% 10%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
 background: -moz-linear-gradient(100% 50%, #fff, #fff 10%, #f3f3f3);
 border: 1px solid #ccc;
 -webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
 -webkit-border-bottom-right-radius: 60px 5px;
 border-bottom-right-radius: 60px 5px;
 -webkit-border-top-left-radius: 80px 5px;
 border-top-left-radius: 80px 5px;
 -webkit-transform: rotate(-2deg)
      translate(3px,8px);
 -moz-transform: rotate(-2deg)
      translate(3px,8px);
  -o-transform: rotate(-2deg)
      translate(3px,8px);
 transform: rotate(-2deg)
      translate(3px,8px); 
z-index: -1;
}

.in{
 -webkit-transform: rotate(-1deg);
 -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
 transform: rotate(-1deg); 
padding: 40px;
text-align: justify;
line-height: 1.3;
font-size: 1.5em;
}
.in:hover{
font-family: Calibri, sans-serif;
}

img.history {
	background:#ffffff;
	border: 2px solid #111111;
	border-radius:1px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
   	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	padding:2%;
	width:41%;
}
.standart {
    text-indent: 1.25em; /* Отступ первой строки в пикселах */
	font-size: 1.2em;
	font-family:inherit;
 }
 a.history { 
 font-size: 1.1em;
 font-weight: bold;
 }
 .history {
    text-indent: 1.25em; /* Отступ первой строки в пикселах */
	font-size: 1.2em;
	font-family:inherit;
 }
p.history:first-letter 
    {
font-family: antonella_script_xbold, serif;
color: #660000;
font-size: 2.875em;
float: left;
font-weight: 400;
line-height: 1em;
margin-bottom: -0.4em;
margin-right: 0.09em;
position: relative;
}

@media only screen and (max-width: 1000px) {
body { font-size: 80%;}
}
@media only screen and (max-width: 800px) {
	body { font-size: 80%;}
	.header {
	height:60px;
	padding:0px 8.33% 40px;
	margin:0 3.33%;
	}
	.mmimg { margin-top:0px;}
	.content{	
	padding: 10px 8.33%;
	margin:0 3.33%;
	}
	.darkcontent{	
	padding: 10px 8.33%;
	margin:0;
	}
	.footer {
	width:72,68%;
	padding: 10px 3.33%;
	margin:0 3.33%;
	height:180px;
	margin-top:-180px;
	}
	#reservnav {	margin: 0 -5%;}
	.page-wrapper{ 	margin-bottom:-180px;}
	.push {	height: 180px;}
	.sire{
	margin-left:-13%;
	width: 49%;
	}
	.dam{
	margin-right:-13%; 
	width: 49%;
	}
	.images {width:40%;}
	.images:first-child{ margin-left:-13%;}
	.images:last-child{ margin-right:-13%;}
	img.history { width:36%;}
}
