h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .openSans {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
body{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
}
html {
    height: 100%
}
body {
    margin: 0;
    color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
ul,ul li{
    list-style: none;
}
.header_bar{
    height: 48px;
    background:#8c0a91;
    width: 100%;
}
header, .header_bar, .horizontal_seperator, footer, .main-wrapper, .breadcrumb_nav
{ height: auto; display: block;}
.footer_logo
{
    margin: 0 auto;
    background: url(/images/logo3.png?6) no-repeat center;
    height: 70px;
    background-size: 180px;
    text-align: center;
}
.whole-block {float: left; display: block; width: 100%; margin: 0px 0;}

.header_bar{ margin: 0 auto; position: relative;}
.header_bar, header, .footer_side, .horizontal_seperator, footer, .main-wrapper
{width: 100%;}
.header_bar .container .centerlogo{
    display:block;
    margin:0 10px;
    width:160px;
    height:48px;
}
.group.blist{
    width: 70%;
    position:absolute;
    top:48px;
    right: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.group.blist.active{
    /*left:0px;*/
}
.group .navigation.group{
    top:0px;
    overflow:scroll;
    padding: 0;
    display: none;
}
.navigation{
}
.slide-trigger {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background:url(../images/menu_trigger_icon.png) no-repeat;
    background-position:0px 3px;
}
.close{
    width: 48px;
    height: 48px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index:101;
    font-weight:bold;
    font-size: 40px;
    line-height:48px;
    text-align: center;
    display: none;
}
ul.navigation li.mobile_block.breedgroup,ul.navigation li.mobile_block.breedgroup_dog{
    display:none;
    padding-left:10px;
    background: #7d7d7d;
    border-bottom: none;
}
.mobile_block a {
    position: relative;
    overflow: hidden;
}
.icon.angle.down,.icon.angle.up{
    /*color: #fff;*/
    /*position: absolute;*/
    right: 0;
    top: -3px;
}
.angle_up{
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top:-2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}
.angle_down{
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top:-2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #fff;
}
header .logo{
    background: url(/images/logo3.png?6) no-repeat center;
    background-size: 160px;
    height: 48px;
    margin-left:0px!important;
}
.headersearch{
    display:block;
    position:absolute;
    right:48px;
    top: 0;
    margin:0px;
    z-index: 10000;
}
.headersearch .hsinput{
    line-height: 30px;
    border-radius: 3px !important;
    float: left;
    height: 30px;
    padding: 4px 0px;
    width: 0px;
    margin: 5px 0;
    box-sizing: content-box;
    transition: all .3s;
    box-shadow: none;
    font-size: 1rem;
    border: none;
    outline: none;
}
.headersearch .hsbtn{
    border: 0 none;
    background: url(/images/h_search_icon.png?v=1) -7px 9px no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/h_search_icon.png?v=1");
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 7px 24px;
    text-decoration: none;
    line-height: 20px;
    border: none;
    outline: none;
    height: 48px;
}
.headersearch .hsbtn:hover{

}
ul.navigation{
    background-color: #696969;
    float: left;
    width:100%;
    margin: 0;
}
.click{
    background: #3c3c3c!important;
}
ul.navigation li.mobile_block {
    width: 100%;
    height: auto;
    padding: 0px 0 0px 0px;
    display: block; clear: both; float: left;
    text-align:left;
    background-color: #6b6b6b;
}
ul.navigation li a span {
    display: inline-block;
    clear: both;
    text-align:left;
    color: #fdfdfd;
    font-size:.95em;
    padding-left:10px;
}
ul.navigation li a span.nav_icon {display:none;}
.footer_side ul li, ul.navigation li
{
    padding: 2px 0;
    display: block;
    text-align: center;
}
ul.navigation {position: relative; z-index: 999;}
ul.navigation li{ width: auto; }
ul.navigation li a{
    line-height: 37px;
    height:37px;
    font-size:16px;  float: left; display: inline; width: 100%;
    border: none;
    color:#fff;
}
ul.navigation li
{-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.uiOverlay {
    background-color: rgba(102, 102, 102, 0.9);
    display: none;
    position: absolute;
    top: 48px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 890;
}

.uiOverlay.active {
    display: block;
}
.footerblock h2{
    font-size:.9em;
    text-align:left;
    padding-left:1%;
    color:#c9c9c9;
    line-height:20px;
}
.footer_side{
    padding-top:10px;
}
.footerblock,.footer_side{
    background-color:#8c0a91;
}
.footerblock .items{
    margin-left:1%;
}
.footerblock .items a{
    font-size:.9em;
    color:#fff;
    margin:2px 10px 2px 10px;
    display:inline-block;
    float:left;
    line-height: 18px;
}
.adhint div{
    color:#666;
}

.center {
    margin: 0 auto;
    text-align: center;
    display: block;
    color:#c9c9c9;
}
.pad10 {
    padding: 10px;
}
.small_letter {
    font-size: .9em;
}
.tos{
    text-align:center;
    font-size:14px;
}
#content .ad_link{
    width:100%;
    text-align:center;
    margin: 0 0 5px;
}
.toparea .ad_link{
    width: 96%;
    margin: 0 2%;
    min-height: 30px;
}
#content .headerbg {
    position: relative;
    width: 100%;
    text-align: center;
    height: 180px;
    background-size: 100%;
    background-image: url(/images/bg/list_bg.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}
.headerbg #single_title {
    background: rgba(242,238,222, 0.35) none repeat scroll 0 0;
    border-radius: 0;
    display: none;
    font-weight: 300 !important;
    left: 0;
    width: 100%;
    padding-right: 0px;
    position: absolute;
    text-align: left;
    bottom: 0px;
    z-index: 9;
    height: 55px;
    max-height: 85px;
}
.headerbg h1 {
    display: table;
    float: left;
    font-size: 18px;
    height: auto;
    margin: 18px 0 0;
    width: 100%;
    line-height: 20px;
    padding-left: 10px;
    color: #8c0a91;
}
.declaration{
    color:#8c0a91;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clips .declaration h2{
    color:#8c0a91;
}

.breadcrumb {
    padding: 8px 2%;
    margin: 0px 0 0px;
    font-size: 12px;
    list-style: none;
}
.breadcrumb a span{
    text-decoration: underline;
}
.breadcrumb>li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}

.breadcrumb>li>.divider {
    padding: 0 2.5px;
    color: #ccc;
}

/**relation links start****/
.relation_links{
    width:96%;
    margin:15px 2% 0;
    padding:0;
}
.relation_links h2{
    padding:0;
    margin:0;
}
.relation_links h2 a{

}
.relation_links li img{
    width:100%;
}
.relation_links li a{
    display:block;
    padding:10px 0;
    text-decoration: underline;
}
.relation_links li a .name{
    display:block;
    margin:5px 0;
    width:100%;
    height:20px;
    line-height:20px;
    text-align:center;
}
.relation_links .subtitle h2{
    display:inline-block;
}
.relation_links .subtitle .more{
    display:inline-block;
    float:right;
    margin:0 2% 0 0;
    text-decoration: underline;
    line-height:25px;
}
/*.description{*/
    /*margin:10px 2%;*/
    /*line-height:1.5;*/
/*}*/
/**relation links end****/
.mobile728{
    max-width:728px;
    margin:0 auto;
}
.relative{
    position:relative;
}