@import "reset.css";
@import "prettyPhoto.css";
@import "supersized.css";
@import "supersized.shutter.css";
@import "jplayer.css";

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/* Global properties ======================================================== */
body, html {height:100%;}

body{ background:#f2f1e9; border:0; font: 13px Arial, Helvetica, sans-serif; color:#221d1e ; line-height:18px; min-width:1000px; min-height: 500px;}

#spinner { position:fixed; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #f2f1e9; width:100%; height:100%; top:0; left:0;}
#pageLoader { position: fixed; width: 64px; height: 64px; top: 50%; left: 50%; margin: -32px 0 0 -32px; background:#f2f1e9; z-index: 1000; padding: 0px; display: none; }
#pageLoader > div { background: url(../images/page_loader.gif) 0 0 no-repeat; width: 64px; height: 64px;}


header{text-align: center; padding-top: 100px;}
.logo { display:inline-block;text-decoration:none;}
.logo .txt1{font-size: 60px; line-height: 60px; font-family: 'vast_shadowregular'; color: #2d1f21; text-decoration: none; text-transform: uppercase; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);}
.logo .txt2{font-size: 24px; line-height: 30px; font-family: 'bitterregular'; color: #2d1f21; text-decoration: none; text-transform: uppercase; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75); letter-spacing: 5px;}

.slide-list_wrapper{width: 1000px; margin: 25px auto 15px; height: 30px;}


footer{width: 1000px; height: 54px; background: url(../images/footer.png); position: absolute; left: 50%; margin-left: -500px; bottom: 0; z-index: 20;}

.copyright{color:#c0bcab; line-height:54px;font-family: 'bitterregular';font-size: 14px; padding-left:20px; float: left;}
.copyright a { color:#ebe7d9;}
.copyright span{color: #6b685b;}

.icons_txt{ line-height:54px; color:#c0bcab; font-size:14px;font-family: 'bitterregular'; float:left; padding-right:10px;}
.icons { float:left; padding-top:20px;}
.icons > li { display:inline-block; padding:0 2px;position:relative;}
.icons > li > a{display:block;}

.tola{float: right; margin-right: 10px;margin-top: 10px; display: inline-block;}







/* ============================= main menu ====================== */

.menu { display:block; width: 100%; height:50px; position:relative; z-index:50; text-align:center; white-space:nowrap; }
#menu { display:inline-block; height:50px; white-space:nowrap;}
#menu > li { display: inline-block;height:50px; position:relative; float:left; margin-right: 1px; white-space:nowrap;}
#menu > li > a{display: inline-block; height:100%; text-decoration:none; position:relative; padding:0 20px; overflow:hidden; }
#menu > li > a .over1{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:#ebe9d3;}
#menu > li > a .txt1{ display:block; position: relative; width:100%; height:100%; z-index:2;font-family:'bitterregular';font-size:20px; line-height:50px; color:#2d1f21; text-decoration:none; text-transform:uppercase; letter-spacing: 2px;  }

.submenu{ position:absolute; z-index:1; top:55px; left:0px;}
.submenu .submenu{left: 100%; top: 0;}
.submenu > ul{ padding:0px 0; background: #fffdf6;  }
.submenu ul > li{ display:block; width:100%; height:39px; position:relative; text-align:left; border-top: 1px solid #edeee6;}
.submenu ul > li:first-child{border-top: none;}
.submenu ul > li > a{ display:block;height:100%;line-height:39px; text-decoration:none; position: relative; font-family:'bitterregular';font-size:16px; color:#2d1f21; white-space:nowrap; padding:0 20px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover { color:#8e9a05; text-decoration:none;}
.submenu ul > li > a .s_txt1{display: inline-block;}
.submenu ul > li > a em{display: inline-block; width: 7px; height: 10px; background: url(../images/arr1.png); position: absolute; right: 11px; top: 14px;}

/* ============================= main layout ====================== */
#wrapper > section { position: relative; height: 100%; width: 1000px; margin: 0 auto; }
#wrapper > section > div { position: relative; height: 100%; overflow: visible;  }

.box{position: relative; background: url(../images/content_bg.png); border-top:5px solid #8e9a05; padding: 50px 70px 70px 70px;}

.dynamicContent { position: absolute; width: 100%; z-index: 2; }
.dynamicContent .content{padding-bottom: 0px;}







.col0,.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12   { float:left;}

.col0 { width:1px; background:#131314; margin-left:29px; margin-right:30px; margin-top:20px;}

.col1{ width:380px;}
.col2{ width:410px;}
.col3{ width:400px;}
.col4{ width:410px;}
.col5{ width:190px;}
.col6{ width:410px;}





.pad_left1{ padding-left:10px;}
.pad_left2{ padding-left:20px;}
.pad_left3{ padding-left:30px;}
.pad_left4{ padding-left:40px;}
.pad_left5{ padding-left:50px;}
.pad_left6{ padding-left:60px;}
.pad_left7{ padding-left:70px;}




a{ color:#000; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'bitterbold';font-weight:normal; font-size:30px; color:#2d1f21; line-height:30px; padding:15px 0 25px 0;  }
.h3{ font-family:'bitterregular';font-weight:normal; font-size:16px; color:#221d1e; line-height:22px; padding-bottom: 10px;  }
.h4{ font-family:'bitterbold';font-weight:normal; font-size:16px; color:#221d1e; line-height:22px; padding-bottom: 10px;  }


.upper { text-transform:uppercase;}

.color1{ color:#fff;}
.color2{ color:#ffae00;}

.text { padding:0 0 5px; display: block;}

.line1 { height:1px; background:#4a4a4a; margin:15px 0;}

.radius1{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.border1 { border:1px solid #707070;}



.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:20px;}

.video1 {width:380px; height:182px; position:relative; margin-bottom:20px;background: #2d1f21;}
.video1 a img {position:relative;}
.video1 a span{position:absolute;z-index:2; top:0;left:0; background:url(../images/video1.png) 50% 50% no-repeat; width:100%; height:100%;}

.button1{ display:inline-block; height:45px; line-height:45px; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:13px; font-family:'bitteritalic'; color:#221d1e; white-space:nowrap;background:#fffbed; padding:0 25px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.button1:hover { color:#fff; background: #8e9a05;}

.home1{padding-bottom: 10px;}
.home1 .txt1{width: 42px; height: 42px; line-height: 42px; background: #8e9a05;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; float: left; margin-right: 15px; text-align: center; font-family: 'bitterregular'; font-size: 20px; color: #fffbed;}
.home1 .txt2{font-family: 'bitterbold'; font-size: 16px; color: #221d1e; padding-top: 3px;}
.home1 .txt3{font-family: 'bitterregular'; font-size: 13px; color: #221d1e; padding-bottom: 0px;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:24px; }
.ul1 > li a{ display:block; height:100%; text-decoration:underline; color:#221d1e; padding-left:20px; background: url(../images/li_st1.png) 0 10px no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover{ text-decoration:none; color:#8e9a05; background-position: 5px 10px;}

.services1{padding-bottom: 15px;}
.services1 .img{float: left; margin-right: 15px;}

.breeding1{padding-bottom: 15px;}
.breeding1 .img{float: left; margin-right: 15px;}

.gal1 { width:190px; padding-bottom:40px; float:left; margin-right:33px; }
.gal1.last { margin-right:0px; }

.photo1 {width:190px; height:129px; margin-bottom:15px; position: relative; background: #2d1f21;}
.photo1 a{display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.photo1 a img {}
.photo1 a span {display: block;width: 100%; height: 100%; background: url(../images/photo1.png) center center no-repeat; position: absolute; left: 0; top: 0; z-index: 2;}

.google_map{

    width: 410px;
    height: 260px;
    border-radius:0px;
    background: #fff;
    position:relative;
    overflow:hidden; margin-bottom:20px; 
}

.google_map iframe { background:#fff url(../images/googleMapLoader.gif) no-repeat center center; border: medium none; display: inline-block; height: 100%; outline: medium none; position: relative; width: 100%; }

.cform{}


/*================= Contacts =========================*/

#note{ width:400px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#221d1e;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:390px; height:34px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #221d1e; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  padding-left: 5px;}
#ajax-contact-form input:focus{border-color:#767676; }

#ajax-contact-form textarea{ float:left; width:390px; height:150px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #221d1e; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding-left: 5px; padding-top: 5px;}
#ajax-contact-form textarea:focus{border-color:#767676; }

#ajax-contact-form img{float:left; width:120px; height:53px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:105px; margin-top:5px; margin-right:10px;}

#ajax-contact-form input.submit{ width:112px; height:42px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:5px 0 0 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%;box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; }
#ajax-contact-form input.submit:hover{ background-position:bottom;}


/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */

@font-face {
    font-family: 'bitterregular';
    src: url('bitter-regular-webfont.eot');
    src: url('bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-regular-webfont.woff') format('woff'),
         url('bitter-regular-webfont.ttf') format('truetype'),
         url('bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bitterbold';
    src: url('bitter-bold-webfont.eot');
    src: url('bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-bold-webfont.woff') format('woff'),
         url('bitter-bold-webfont.ttf') format('truetype'),
         url('bitter-bold-webfont.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bitteritalic';
    src: url('bitter-italic-webfont.eot');
    src: url('bitter-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('bitter-italic-webfont.woff') format('woff'),
         url('bitter-italic-webfont.ttf') format('truetype'),
         url('bitter-italic-webfont.svg#bitteritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vast_shadowregular';
    src: url('vastshadow-regular-webfont.eot');
    src: url('vastshadow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('vastshadow-regular-webfont.woff') format('woff'),
         url('vastshadow-regular-webfont.ttf') format('truetype'),
         url('vastshadow-regular-webfont.svg#vast_shadowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}