/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom form styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
body{
	min-width: 320px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
input[type=text], 
input[type=password], 
input[type=file], textarea{-webkit-appearance:none;}
/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;

}
.container{
	position: relative;
	z-index: 1;
}
.content-page h1{
    font-size:34px;
    font-weight:300;
    margin:0 0 20px 0;
}

.content-page h2{
    font-size:24px;
    font-weight:300;
    margin:0 0 20px 0;
}

.content-page h3{
    font-size:18px;
    font-weight:300;
}

.largebold {
	font-size:20px;
    font-weight:600;
}

.altlink {

	color:#6C4302;
	text-decoration:underline;
}

.altlink1 {

	color:#6C4302;
	font-weight:bold;
}

.altlink:hover {

	color:#503202;
}

.altlink1:hover {

	color:#503202;
}

.altcolor {

	color:#571D1D;

}


.boxruler {
	border-left:1px solid #CACBCE;
	padding-left:20px;
}

.modal-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
     border-radius: 8px;
}

.btn {   -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
    border-radius: 4px; 
}

.slideshow .pagination li a {
	border:0px;
}
hr {
	height: 1px;
	border: 0; 
	border-top: 1px solid #ddd;;
}

.key-state{
    width: 40px;
    display: inline-block;
}
.sp22{
    width:22px;
    display: inline-block;
    height: 17px;
   
}
.blue {color:#34b6e6;}
.purple {color:#C000C0;}
.green {color:#63B455;}

.contrast { color:#e17c11;}

.contrastdark { color:#B8620E;}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

    /* Standard Margins and Paddings */
.m0 { margin:0 !important; }
.ml0 { margin-left:0 !important; }
.mr0 { margin-right:0 !important; }
.mt4{ margin-top:4px; }
.ml3{ margin-left:3px; }
.m3{ margin:3px; }
.mr3{ margin-right:3px; }
.mt0{ margin-top:0; }
.mb0{ margin-bottom:0 !important; }
.m5{ margin:5px; }
.mr5{ margin-right:5px; }
.mt5{ margin-top:5px; }
.ml5{ margin-left:5px; }

.m8{ margin:8px; }
.mt8{ margin-top:8px; }
.mb8{ margin-bottom:8px; }
.ml8{ margin-left:8px; }
.mr8{ margin-right:8px; }

.m10{ margin:10px; }
.mt10{ margin-top:10px; }
.mb10{ margin-bottom:10px; }
.mb0{ margin-bottom:0px; }
.ml10{ margin-left:10px; }
.mr10{ margin-right:10px; }

.m15{ margin:15px; }
.mt15{ margin-top:15px; }
.mb15{ margin-bottom:15px; }

.m20{ margin:20px; }
.mt20{ margin-top:20px; }
.mb20{ margin-bottom:20px; }
.ml20{ margin-left:20px; }
.mr20{ margin-right:20px; }
    
.m30{ margin:30px; }
.mt30{ margin-top:30px; }
.mb30{ margin-bottom:30px; }
.mr30{ margin-right:30px; }
.ml30{ margin-left:30px; }
.m40{ margin:40px; }
.mt40{ margin-top:40px; }
.mb40{ margin-bottom:40px; }
.ml40{ margin-left:40px; }
.m80{ margin:80px; }
.mt70{ margin-top:70px; }
.mt75{ margin-top:75px; }
.mt80{ margin-top:80px; }
.mb80{ margin-bottom:80px; }
.mb110{ margin-bottom:110px; }
.mb160{ margin-bottom:160px; }

.p0{ padding:0 !important; }
.pl0{ padding-left:0 !important; }  
.pr0{ padding-right:0; }
.pb0{padding-bottom:0;}
.pb1{padding-bottom:1px;}
.p10{ padding:10px; }
.pt10{ padding-top:10px; }
.pb10{ padding-bottom:10px; }
.p15{ padding:15px; }
.pt15{ padding-top:15px; }
.pb15{ padding-bottom:15px; }

.p20{ padding:20px; }
.pt20{ padding-top:20px; }
.pb20{ padding-bottom:20px; }
.pl20{ padding-left:20px; }
.pl25{ padding-left:25px; }
.pr20{ padding-right:20px; }

.p30{ padding:30px; }
.pt30{ padding-top:30px; }
.pb30{ padding-bottom:30px; }
.pl30{ padding-left:30px; }
.pr30{ padding-right:30px; }    

.p40{ padding:40px; }
.pt40{ padding-top:40px; }
.pb40{ padding-bottom:40px; }
.pl40{ padding-left:40px; }
.pr40{ padding-right:40px; }
    
.p80{ padding:80px; }
.pt80{ padding-top:80px; }
.pb80{ padding-bottom:80px; }
.bold{
    font-weight:600;
}

.ch {width:26px;height:14px;background-image: url("/images/bullet-championship-show.png");background-repeat: no-repeat;}
.op {width:26px;height:14px;background-image: url("/images/bullet-open-show.png");background-repeat: no-repeat;}
.ds {width:26px;height:14px;background-image: url("/images/bullet-dog-sports.png");background-repeat: no-repeat;}
.bn {width:26px;height:14px;background-image: url("/images/bullet-breed-numbers.png");background-repeat: no-repeat;}
.oe {width:26px;height:14px;background-image: url("/images/bullet-other-event.png");background-repeat: no-repeat;}
.pdf {width:26px;background-image: url("/images/pdf.png");background-repeat: no-repeat;}
.ole {width:26px;height:14px;background-image: url("/images/bullet-online.png");background-repeat: no-repeat;}
.cat {width:26px;height:14px;background-image: url("/images/bullet-catalog.png");background-repeat: no-repeat;}
.shalert {width:26px;background-image: url("/images/ico.png");background-repeat: no-repeat;}

.ilb {display:inline-block;
vertical-align: middle;
margin-right:5px}

.iconh {height:20px;}

a.fill {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.thepote display:none;

/* Title Boxes */
.title-box{
    font-size:18px;
    color:#fff;
    padding:20px;
    margin:0;
    text-transform:uppercase;
}

.title-box-brown {
    background:#3d2500;
}

.title-box-blue {
    background:#293d78;
}

.title-box-darkblue {
    background:#141b34;
}

.title-box-orange {
    background:#fad396;
    color:#000 !important;
}
    
/* header styles */
#header{
	background: #202944;
	position: relative;
	z-index: 5;
}
.header-block{
	overflow: hidden;
	position: relative;

}
.header-block:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
}
/* page logo styles */
.logo{
	float: left;
	width: 322px;
	height: 85px;
	margin: 11px 0 17px -29px;
}
.logo a,
.logo img{
	display: block;
	width: 100%;
}
/* visit box styles */
.visit-box{
	text-align: right;
	overflow: hidden;
	padding: 14px 2px 18px 0;
	font-size: 10px;
	line-height: 11px;
	color: #45b6e6;
	word-spacing: 2px;
	text-transform: uppercase;
}
.visit-box a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.visit-box a em{
	display: block;
	font-style: normal;
	color: #45b6e6;
}
.visit-box img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px 0 0;
}
.visit-box span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
/* searh form styles */
.searh-form{
	float: right;
	width: 320px;
	height: 33px;
	position: relative;
	background: #a4b7c7;
	background: rgba(218, 240, 250, 0.7);
}
.searh-form .form-control{
	background: none;
	border: 0;
	color: #141c35;
	font-size: 12px;
	line-height: 19px;
	padding: 7px 40px 7px 12px;
}
.searh-form .btn-search{
	background: url(/images/sprite.png) no-repeat -128px 0;
	width: 22px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 8px;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
.searh-form .form-control::-webkit-input-placeholder { color: #141c35; }
.searh-form .form-control:-moz-placeholder { color: #141c35; }
.searh-form .form-control::-moz-placeholder {
	color: #141c35;
	opacity: 1;
}
.searh-form .form-control:-ms-input-placeholder { color: #141c35; }

#nav{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #fff;
	margin: 0;
	background: #ddf1fb url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRmZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff 0%, #c9dfea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9dfea));
	background: -webkit-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: -o-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: linear-gradient(to bottom,  #fff 0%,#c9dfea 100%);

}

#nav .navbar-right{ float: none !important; }
#nav .navbar-nav.navbar-right:last-child{ margin: 0; }
#nav .navbar-nav{
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
#nav .navbar-nav > li{
	float: none;
	display: table-cell;
	white-space: nowrap;
}
.nav > li > a{ padding: 18px 0 17px; }

#nav.navbar-default .navbar-nav > li > a{ color: #081b3a; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #081b3a;
	background: #bfe5f7;

}
	
		
#nav .navbar-nav > li.members,
#nav.navbar-default .navbar-nav > li.members > a,
.navbar-default .navbar-nav > li.members > a:hover,
.navbar-default .navbar-nav > li.members > a:focus,
.navbar-default .navbar-nav > li.members.open > a,
.navbar-default .navbar-nav > li.members .open > a:hover,
.navbar-default .navbar-nav > li.members .open > a:focus{
	background: #00C000;
	color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus	 {
	background: #45b6e6;
	color: #fff !important;
}	


.dropdown-menu{
	min-width: 202px;
	padding: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.29);
}
.dropdown-menu > li{ border-top: 1px solid #9ad7f2; }
.dropdown-menu > li:first-child{ border: 0; }
.dropdown-menu > li > a{
	padding: 13px 15px 11px;
	font-weight: bold;
}
	/* Main Carousel */

	.new_carousel_indicators_first_slide {
		z-index:9999;
	}
	.slider_caption_main {
		padding:0px 16px 16px 16px;
		background:rgba(42, 37, 43, 0.33);
		width:300px;
		position:absolute;
		top:1px;
		z-index:1000;
		
	}
	.slider_text_main {
		color:#fff;
		font-size:30px;
	}
	.slider_text_sub {
		font-size:16px;
		color:#ffffff;
	}
	
	
	.view_breeds_link {
		background: #19213b;
		padding: 0;
		position: relative;
		left: -15px;
		margin-top: 20px;
	}
	.view_breed_text {
		margin:0;
	}
	.view_breed_text a {
		color:#ffffff;
		font-size:18px;
		line-height: 24px;
		padding: 10px 10px;
		display: block;
		text-decoration:none;
	}
	.view_breed_text a:hover {
		background:#3FA7EC;
	}/* main informative part styles */
	
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  
  .sidebar-nav .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #081B40;
}
  
  .sidebar-nav .navbar .navbar-collapse {
	  background: #ddf1fb;
	  font-weight:bold;
	  text-transform:uppercase;
	  }

  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
    border-top: 1px solid #ffffff;
  }
  
  
  .sidebar-nav .navbar li a {
    padding: 12px;
  }
  
  .sidebar-nav .navbar-nav > li > a{ color: #081b3a; }
.sidebar-nav .navbar-default .navbar-nav > li > a:hover,
.sidebar-nav .navbar-default .navbar-nav > li > a:focus,
.sidebar-nav .navbar-default .navbar-nav > .open > a, 
.sidebar-nav .navbar-default .navbar-nav > .open > a:hover, 
.sidebar-nav .navbar-default .navbar-nav > .open > a:focus {
	color: #081b3a;
	background: #bfe5f7;

}
}

tr.clickableRow { cursor: pointer; } 

#main{ margin-bottom: -1px; }
.ad-banner{
 
    margin: 20px auto;
    display: block;
    text-align: center;

}
 
.ad-banner1{

    margin: 20px auto 0px;
    display: block;
    text-align: center;

}

.ad-banner2{

    margin: 0px auto 10px;
    display: block;
    text-align: center;

}

.ad-banner3{

    margin: 0px auto 20px;
    display: block;
    text-align: center;
 
}

.ad-banner4{

    margin: 10px auto 0px;
    display: block;
    text-align: center;
 
}

.ad-banner5{

    margin: 10px auto;
    display: block;
    text-align: center;
 
}

.ad-banner6{

    margin: 30px auto 0px;
    display: block;
    text-align: center;

}

.ad-mid1{

    margin: 80px auto 20px;
    display: block;
    text-align: center;

}

.ad-col{

    margin: 0px auto 20px;
    display: block;
    text-align: center;

}

.ad-colm{

    margin: 80px auto 20px;
    display: block;
    text-align: center;

}

.ad-colmax{

    margin: 100px auto 20px;
    display: block;
    text-align: center;

}

.ad-colsm{

    margin: 20px auto 20px;
    display: block;
    text-align: center;

}

.ad-colmed{

    margin: 40px auto 20px;
    display: block;
    text-align: center;
 
}


.content-box-light{
	border:1px solid #aeacac;
	background-color:#fff;
	margin-bottom:10px;
}

.btop {
		float:right;
		margin-top:-10px;
		
}

.mktitem {
	width:300px;
	border:1px solid #000;
	overflow:hidden;
	padding:10px;
	margin:10px;
}

.blueshade {
	
	background: #ddf1fb url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRmZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff 0%, #c9dfea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#c9dfea));
	background: -webkit-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: -o-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#c9dfea 100%);
	background: linear-gradient(to bottom,  #fff 0%,#c9dfea 100%);
	color:#373737 !important;
}

.highlight-alert, .highlight-alert:link, .highlight-alert:visited, .highlight-alert:hover{
		color:#fff;
		font-weight:600;
		background-image:url(/images/bullet-alert.png);
		background-repeat:no-repeat;
		background-position:left 8px center;
		padding:6px 6px 6px 30px;
		text-transform:uppercase;
		margin-top:10px;
	}	
 
 /* Backgrounds */	
	.blue-bg{
		background-color:#3b9cc6;
	}
	.orange-bg{
		background-color:#ea9a45;
	}
	.green-bg{
		background-color:#63b455;
	}

.general-list{
    padding:0;
}
 
.general-list li{
    list-style-type:none;
    margin-bottom:8px;
}


.llink a {
	font-weight:normal;
	color:#594F52;
}

/* main content styles */
#content{ float: left; }
.puppy-search{
	position: relative;
	margin: 0 0 19px;
	overflow: hidden;
}
.puppy-search .bg-stretch{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.puppy-search .info-box{
	position: relative;
	z-index: 1;
	max-width: 300px;
	padding: 20px 22px 4px;
	color: #fefefe;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.puppy-search .info-box h2{
	font-size: 32px;
	line-height: 34px;
	color: #fefefe;
	margin: 0 0 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.puppy-search .info-box p{
	word-spacing: 1px;
	margin: 0 0 21px;
}
.puppy-search .info-box .btn{
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	word-spacing: 1px;
	position: relative;
	background: rgba(0,0,0, 0.4);
	display: inline-block;
	margin: 0 0 11px -22px;
	padding: 5px 12px 5px 32px;
}
.puppy-search .info-box .btn:hover{ background: rgba(0,0,0, 0.6); }
.puppy-search .info-box .btn:after {
	background: url(/images/sprite.png) no-repeat -156px 0;
	content: "";
	height: 7px;
	left: 21px;
	margin: -3px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;
}
/* latest updates styles */
.latest-updates{
	overflow: hidden;
	margin: 0 0 19px;
}
.latest-updates h1{
	background: #2a3e7a;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 25px 19px;
	margin: 0;
	position: relative;
}

.latest-updates h1 span{
	position: relative;
	z-index: 99;
	display: block;
}
.latest-updates .carousel{
	border: 1px solid #2a3e79;
	padding-bottom: 15px;
	margin: 0;
	border-top: 0;
	background: #fbfbfd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU4ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fbfbfd 0%, #e4e8f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfd), color-stop(100%,#e4e8f4));
	background: -webkit-linear-gradient(top,  #fbfbfd 0%,#e4e8f4 100%);
	background: -o-linear-gradient(top,  #fbfbfd 0%,#e4e8f4 100%);
	background: -ms-linear-gradient(top,  #fbfbfd 0%,#e4e8f4 100%);
	background: linear-gradient(to bottom,  #fbfbfd 0%,#e4e8f4 100%);
}
.latest-updates .item{
	overflow: hidden;
	padding: 17px 40px 9px 20px;
	word-spacing: 1px;
}
.latest-updates .carousel-caption{
	position: relative;
	left: 0;
	margin: 0;
	width: 100% !important;
	text-align: left;
	text-shadow: none;
	font-size: 14px;
	line-height: 24px;
	color: #141c35;
	margin: 0 !important;
}
.latest-updates .carousel-caption p{ margin: 0 0 8px; }
.latest-updates .btn{
	position: relative;
	bottom: 0;
	width: auto;
	font-size: 14px;
	line-height: 19px;
	height: auto;
	padding: 6px 12px 6px 33px;
	background: #2a3e7a;
	border: 0;
	color: #fff;
	word-spacing: 1px;
	border-radius: 0;
}

.latest-updates .btn:hover{ background: #45b6e6; }
.latest-updates .btn:after {
	background: url(/images/sprite.png) no-repeat -156px 0;
	content: "";
	height: 7px;
	left: 21px;
	margin: -3px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;
}

.latest-updates h2{
	font-size: 18px;
	line-height: 24px;
	color: #141c35;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.latest-updates footer{
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 12px;
	color: #6f6f6f;
}

/* additional-block styles */
.additional-block{
	overflow: hidden;
	margin-bottom: 20px;
}

.bullet-caret{
		padding:0;
	}
	
.bullet-caret li{
	list-style-type:none;
	background-image:url(/images/bullet-caret.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 6px 2px 14px;	
}

.title-box{
		font-size:18px;
		font-weight:500;
		color:#fff;
		padding:15px;
		margin:0;
		text-transform:uppercase;
}

.title-box-brown {
	background:#3d2500;
}

.title-box-blue {
	background:#293d78;
}

.title-box-darkblue {
	background:#141b34;
}
	
/* manager box styles */
.manager-box{
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #141c35;
	padding: 14px;
	border: 1px solid #50890b;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #e1f3cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e1f3cc));
	background: -webkit-linear-gradient(top,  #fff 0%,#e1f3cc 100%);
	background: -o-linear-gradient(top,  #fff 0%,#e1f3cc 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#e1f3cc 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e1f3cc 100%);
}
.manager-box img{
	vertical-align: top;
	margin: 0 0 10px;
}
.manager-box h2{
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #50890b;
	margin: 0 0 13px;
}
.manager-box p{ margin: 0 0 17px; }
.manager-box .btn{
	position: relative;
	bottom: 0;
	margin: 0 0 0 -14px;
	width: auto;
	font-size: 14px;
	line-height: 19px;
	height: auto;
	padding: 6px 12px 6px 33px;
	background: #50890b;
	color: #fff;
	border: 0;
	float: left;
	word-spacing: 1px;
}
.manager-box .btn:hover{ background: #2e5302; }
.manager-box .btn:after {
	background: url(/images/sprite.png) no-repeat -156px 0;
	content: "";
	height: 7px;
	left: 21px;
	margin: -3px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;
}
.market-box{
	overflow: hidden;
	font-size: 14px;
	width:300px;
	line-height: 20px;
	color: #141c35;
	padding: 10px;
	border: 1px solid #000;
	background: #fff;

}
.market-box p{ margin: 0 0 17px; }
.market-box .btn{
	position: relative;
	bottom: 0;
	margin: 0 0 0 -14px;
	width: auto;
	font-size: 14px;
	line-height: 19px;
	height: auto;
	padding: 6px 12px 6px 33px;
	background: #E78321;
	color: #fff;
	border: 0;
	float: left;
	word-spacing: 1px;
}
.market-box .btn:hover{ background: #BC6612; }
.market-box .btn:after {
	background: url(/images/sprite.png) no-repeat -156px 0;
	content: "";
	height: 7px;
	left: 21px;
	margin: -3px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;
}
.additional-block .ad-box{ overflow: hidden; }
.additional-block .ad-box img{
	display: block;
	width: 100%;
}

/* sidebar styles */
#sidebar{
	float: left;
}
/* top dogs styles */
.top-dogs{
	background: #fff;
	border: 1px solid #141C35;
	margin: 0 0 19px;
	padding: 0 0 17px;
}
.top-dogs h2{
	background: #141c35;
	color: #fff;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 25px 9px;
	position: relative;
}
.top-dogs h2:after{
	background: url(/images/sprite.png) no-repeat 0 -68px;
	width: 274px;
	height: 62px;
	position: absolute;
	bottom: 0;
	margin: 0 0 0 -137px;
	left: 50%;
	content: '';
}
.top-dogs h2 span{
	position: relative;
	z-index: 2;
}
.top-dogs ul{
	list-style: none;
	padding: 0 19px;
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 18px;
	color: #373737;
	counter-reset:item;
}
.top-dogs ul li{
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 22px 0 22px;
}
.top-dogs ul li:first-child{
	border: 0;
	padding: 20px 0 19px;
}
.top-dogs ul li .img-frame{
	float: left;
	margin: 0 13px 0 0;
}
.top-dogs ul li .img-frame img{ vertical-align: top; }
.top-dogs ul li .holder{
	overflow: hidden;
	position: relative;
}
.top-dogs ul li h3{
	font-size: 14px;
	line-height: 18px;
	color: #373737;
	margin: 0 0 19px;
	font-weight: bold;
}
.top-dogs ul li h3 a{
	text-decoration: none;
	color: #373737;
}
.top-dogs ul li h3 a:hover{ color: #2a3e7a; }
.top-dogs ul li .holder:before {
	display: inline-block;
	text-align: center;
	min-width:56px;
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
	color:#fff;
	margin: 0 0 7px;
	background:#141c35;
	content:counters(item, ".") " ";
	counter-increment:item;
}
.top-dogs ul li p{ margin: 0 0 -3px; }
.top-dogs .btn{
	position: relative;
	bottom: 0;
	width: auto;
	font-size: 14px;
	line-height: 19px;
	height: auto;
	padding: 6px 12px 6px 35px;
	background: #141c35;
	border: 0;
	color: #fff;
	border-radius: 0;
	word-spacing: 1px;
}
.top-dogs .btn:hover{ background: #45b6e6; }
.top-dogs .btn:after {
	background: url(/images/sprite.png) no-repeat -156px 0;
	content: "";
	height: 7px;
	left: 21px;
	margin: -3px 0 0;
	position: absolute;
	top: 50%;
	width: 4px;
}
/* footer styles */
#footer{
	position: relative;
	width: 100%;
	background: #020614;
}
.footer-block{
	position: relative;
	padding: 32px 0 27px;
	background: #202944;
}
.footer-block:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	
}
/* footer nav styles */
.footer-nav{ overflow: hidden; }
.footer-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}
.footer-nav ul li a{
	color: #fff;
	text-decoration: none;
}
.footer-nav ul li a:hover{ color: #45b6e6; }
.footer-nav:first-child > ul > li:first-child{ margin: 0 0 28px; }
.footer-nav ul ul{
	font-weight: normal;
}
.footer-nav ul ul li{
	position: relative;
	padding: 0 0 0 12px;
}
.footer-nav ul ul li:after{
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	content: '';
}
.logo2{
	display: block;
	margin: 5px 0 36px 7px;
}
.logo2 img{
	display: block;
}
/* social networks styles */
.social-networks{
	overflow: hidden;
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 0 0 27px;
}
.social-networks li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 0 0 8px;
}
.social-networks li a{
	display: block;
	width: 27px;
	height: 27px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/sprite.png) no-repeat;
}
.social-networks li.facebook a{ background-position: -284px -68px; }
.social-networks li.twitter a{ background-position: -322px -68px; }
.social-networks li.googleplus a{ background-position: -359px -68px; }
.social-networks li a:hover{ opacity: 0.8; }
/* footer links styles */
.footer-links{
	overflow: hidden;
	text-align: right;
	margin: 0 0 20px;
}
.footer-links ul{
	list-style: none;
	padding: 0;
	margin: 0 -11px 0 0;
	overflow: hidden;
}
.footer-links ul li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 12px 0 11px;
}
.footer-links ul li:after{
	position: absolute;
	top: 3px;
	left: 0;
	width: 1px;
	height: 14px;
	background: #fff;
	content: '';
}
.footer-links ul li:first-child:after{ display: none; }
.footer-links ul li a{
	color: #fff;
	text-decoration: none;
}
.footer-links ul li a:hover{ color: #45b6e6; }
.footer-info{
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 17px 0;
}
.footer-info p{
	margin: 0 11px;
	display: inline-block;
	vertical-align: top;
}
.footer-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.footer-info ul li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 2px 0 5px;
}
.footer-info ul li:after{
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 12px;
	background: #fff;
	content: '';
}
.footer-info ul li:first-child:after{ display: none; }
.footer-info a{
	color: #fff;
	text-decoration: none;
}
.footer-info a:hover{ color: #45b6e6; }
/* breadcrumb holder styles */
.breadcrumb-holder{
	overflow: hidden;
	background:#fff;

}
.breadcrumb-holder .breadcrumb{
	margin: 0;
	padding: 10px 0 0px;
}
.breadcrumb > li + li:before{
	color: #272f43;
	padding: 0 8px;
}
.breadcrumb-holder .breadcrumb a{
	text-decoration: none;
	color: #276bbe;
}
.breadcrumb-holder .breadcrumb a:hover{ color: #13739b; }
/* information block styles */
.information-block{
	overflow: hidden;
	margin: 0 0 17px;
}
.information-block .img-frame{
	float: left;
	margin: 0 30px 0 0;
}
.information-block .holder{ overflow: hidden; }
.information-block .holder h1{
	font-size: 34px;
	line-height: 38px;
	color: #27304c;
	margin: -5px 0 13px;
	font-weight: normal;
	letter-spacing: 1px;
}
.information-block .holder h2{
	font-size: 34px;
	line-height: 38px;
	color: #27304c;
	margin: -5px 0 13px;
	font-weight: normal;
	letter-spacing: 1px;
}
.information-block .note{
	font-size: 12px;
	color: #373737;
}
.information-block .subtitle{
	display: block;
	margin: 0 0 10px;
	color: #373737;
}
.information-block .subtitle a{ color: #276bbe; }
.information-block .title{
	float: left;
	margin: 0 20px 0 0;
	line-height: 32px;
	color: #373737;
	font-size: 14px;
}
.information-block .form-content{ overflow: hidden; }
.information-block .block{
	overflow: hidden;
	margin: 0 0 4px;
}
.information-block .info-from{
	overflow: hidden;
	margin: 0 0 15px;
}
.information-block .info-from label{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	color: #444;
	font-weight: normal;
	margin: 0;
}
.information-block .info-from .select{
	width: 253px;
	overflow: hidden;
	margin: 0 0 9px;
}
.information-block .info-from .select select{ width: 253px !important; }
.information-block .info-from .chk-area{
	margin: 4px 9px 0 0;
}
.img-frame{
	border: 1px solid #fff;
	margin: 0 0 20px;
	box-shadow: 0 0 9px rgba(0,0,0, 0.28);
}

.list-block{
	overflow: hidden;
	margin: 10px 0 20px;
	border: 1px solid #9799a0;
	background: #ebf5f9;
}
.list-block .col{
	float: left;
	width: 172px;
	color: #231f20;
	line-height: 18px;
	background: #ebf5f9;
	padding: 19px 22px 19px 18px;
}
.list-block .col .img-frame{
	border: 1px solid #fff;
	margin: 0 0 20px;
	box-shadow: 0 0 9px rgba(0,0,0, 0.28);
}
.list-block .col .img-frame img{
	display: block;
	width: 100%;
}
.list-block .col ul{
	list-style: none;
	padding: 0;
	margin: 0 0 13px;
	overflow: hidden;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.list-block .col ul li{ margin: 0 0 10px; }
.list-block .col ul li a{
	display: block;
	background: #3b9cc5;
	position: relative;
	color: #fff;
	padding: 5px 6px 5px 28px;
	text-decoration: none;
}
.list-block .col ul li a:after{
	background: url(/images/sprite.png) no-repeat -390px -81px;
	width: 15px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin: -8px 0 0;
	content: '';
}
.list-block .col ul li a.orange{ background: #ea9a44; }
.list-block .col ul li a.green{ background: #63b455; }
.list-block .col ul li a:hover{ opacity: 0.9; }
.list-block .holder{
	overflow: hidden;
	background: #fff;
	padding: 18px 22px 16px;
}
.list-block .holder h1{
	font-size: 24px;
	line-height: 28px;
	color: #276bbe;
	text-transform: uppercase;
	margin: 0 0 13px;
}
.list-block .holder h2{
	font-size: 24px;
	line-height: 28px;
	color: #276bbe;
	text-transform: uppercase;
	margin: 0 0 13px;
}
.list-block .holder h1 span{
	text-transform: none;
	color: #474747;
	font-size: 14px;
	line-height: 18px;
}
.list-block .holder h2 span{
	text-transform: none;
	color: #474747;
	font-size: 14px;
	line-height: 18px;
}
.list-block .holder dl{
	margin: 0 0 23px;
	color: #474747;
}
.list-block .holder dl dt{
	float: left;
	width: 72px;
	margin: 0 13px 2px 0;
}
.list-block .holder dl dd{
	display: block;
	overflow: hidden;
	margin: 0 0 2px;
}
.list-block .holder dl dd a{
	color: #276bbe;

}
.list-block .holder p{ margin: 0 0 15px; }
.list-block .holder ul{
	overflow: hidden;
	list-style: none;
	padding: 2px 0 0;
	margin: 0;
}
.list-block .holder ul li{
	position: relative;
	padding: 0 0 0 23px;
	margin: 0 0 5px;
	max-width: 440px;
}
.list-block .holder ul li:after{
	background: url(/images/sprite.png) no-repeat -390px -68px;
	width: 11px;
	height: 9px;
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
}
.list-block .holder ul li a{ color: #276bbe; }
.list-block .holder .plan{
	float: right;
	max-width: 275px;
	margin: -26px 0 0;
}
.bold{
		font-weight:600;
	}
	
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

/* Breedscore Boxes */
.breedscore{
	 background:#fff;
	 border-left: 1px solid #b1bbd9;
	 border-top: 1px solid #b1bbd9;

}
.breedscore-box{
	
	 border-right: 1px solid #b1bbd9;
	 border-bottom: 1px solid #b1bbd9;
}
	
.list-block .holder .plan time{ font-weight: bold; }
/* payment content styles */
.payment-content{
	margin: -6px 0 40px;
	line-height: 18px;
	color: #292929;
}
.payment-content h1,
.member-content h1{
	font-size: 34px;
	line-height: 38px;
	color: #27304c;
	margin: 0 0 20px;
	font-weight: normal;
}
.payment-content p{ margin: 0 0 26px; }
/* renew block styles */
.renew-block{
	overflow: hidden;
	margin: 0 0 20px;
}
.renew-block h2{
	margin: 0 0 16px;
	font-size: 24px;
	line-height: 28px;
	color: #292929;
	font-weight: normal;
}
.price-info{
	overflow: hidden;
	padding: 21px 0;
	
}
.price-info .col{
	margin: 0 15px 0 0;
	float: right;
}
.price-info .col:first-child{
	float: left;
}
.price-info .col .title{
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #292929;
}
.price-info .col .info{
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: #cb0000;
	text-transform: uppercase;
}
/* method holder styles */
.method-holder{ overflow: hidden; }
.method-holder .secure{
	float: right;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 18px;
	line-height: 24px;
	color: #343434;
	margin: 4px 10px 0 0;
}
.method-holder .secure:after{
	background: url(/images/sprite.png) no-repeat -430px -68px;
	width: 18px;
	height: 24px;
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
}
.method-holder ul{
	list-style: none;
	padding: 2px 0 0;
	margin: 0;
	overflow: hidden;
}
.method-holder ul li{
	float: left;
	margin: 0 0 0 29px;
}
.method-holder ul li a{
	display: block;
	width: 140px;
	padding: 10px;
	height: 133px;
	text-align: center;
	background: #3cacda;
	text-decoration: none;
}
.method-holder ul li a:hover{ background: #3aa4cf; }
.method-holder ul li:first-child{ margin: 0; }
.paytitle{
	height: 30px;
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 7px;
}

/* sidenav styles */
.sidenav{
	overflow: hidden;
	margin: 0 0 17px;
	padding: 0 16px;
}
.sidenav h2{
	font-size: 14px;
	line-height: 24px;
	color: #141c35;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.sidenav h2 span{
	display: block;
	text-transform: none;
}
.sidenav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
.sidenav ul li{
	position: relative;
	padding: 0 0 0 15px;
}
.sidenav ul li:after{
	background: url(/images/sprite.png) no-repeat -410px -82px;
	width: 4px;
	height: 7px;
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
}
.sidenav ul li a{
	color: #1e95c7;
	text-decoration: none;
}
.sidenav ul li a img{
	position: relative;
	top: -1px;
}
.sidenav ul li a:hover{ color: #157eaa; }
/* member content styles */
.member-content{
	margin: -6px 0 11px;
	line-height: 18px;
	color: #292929;
}
.member-content .box{
	border: 1px solid #9799a0;
	background: #fff;
	padding: 16px 24px 21px;
	overflow: hidden;
	margin: 0 0 20px;
}
.member-content .box h2{
	font-size: 24px;
	line-height: 28px;
	color: #292929;
	font-weight: normal;
	margin: 0 0 16px;
}
.member-content .box p{ margin: 0 0 7px; }
.member-content .box form{
	margin: 0 0 20px;
	padding: 10px 0 0;
}
.member-content .box .field{
	width: 100%;
	margin: 0 0 10px;
}
.member-content .box .field:after,
.member-content .box form:after{
	display: block;
	clear: both;
	content: '';
}
.member-content .form-control{
	color: #010101;
	font-size: 14px;
	line-height: 18px;
	height: 33px;
	box-shadow: none;
	padding: 6px 8px;
	width: 253px;
}
.member-content .form-control::-webkit-input-placeholder { color: #010101; }
.member-content .form-control:-moz-placeholder { color: #010101; }
.member-content .form-control::-moz-placeholder {
	color: #010101;
	opacity: 1;
}
.member-content .form-control:-ms-input-placeholder { color: #010101; }
.member-content .form-control:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.member-content .box .btn{
	font-weight: bold;
	text-transform: uppercase;
	min-width: 100px;
}
.member-content .box .link{
	font-weight: bold;
	color: #1a8bbb;
	text-decoration: none;
}
.member-content .box .link:hover{ color: #166b8f; }

/* profile block styles */
.profile-block{ margin: 10px 0 31px; }
.profile-block h1{
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 13px;
	color: #e8900c;
	font-weight: bold;
}
.profile-block .block{
	overflow: hidden;
	background: #fff;
	border: 1px solid #9799a0;
	padding: 18px 24px 6px 28px;
}
/* contact info styles */
.contact-info{
	overflow: hidden;
	padding: 0 0 6px;
}
.contact-info dl{
	overflow: hidden;
	margin: 0 0 10px;
	color: #474747;
}
.contact-info dl dt{
	float: left;
	margin: 0 13px 2px 0;
	width: 67px;
}
.contact-info dl dd {
	display: block;
	margin: 0 0 2px;
	overflow: hidden;
}
.contact-info dl dd  a {
	color: #276bbe;
	font-weight: bold;
}
/* related info styles */
.related-info{
	overflow: hidden;
	padding: 0px 0 8px;
	color: #474747;
}
.related-info .col{
	float: right;
	width: 428px;
}
.related-info .col:first-child{ float: left; }
.related-info dl{
	overflow: hidden;
	margin: 0 0 10px;
}
.related-info dl dt{
	float: left;
	margin: 0 8px 2px 0;
	width: 140px;
	
}
.related-info dl dd {
	display: block;
	margin: 0 0 2px;
	overflow: hidden;
}
.related-info .col:first-child dl dt{ width: 100px; }

/* details content styles */
.details-content{
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 11px;
}
.details-content h2{
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 18px;
	color: #231f20;
	font-weight: bold;
}
.details-content .name{
	display: block;
	margin: 0 0 18px;
}
.details-content h3{
	font-size: 14px;
	line-height: 18px;
	color: #de8800;
	text-transform: uppercase;
	margin: 0 0 18px;
	font-weight: bold;
}
.details-content .title{
	display: block;
	margin: 0 0 18px;
}
.details-content p{ margin: 0 0 18px; }
.slideshow{
	position: relative;
	padding: 0 0 26px 4px;
	margin: 0 0 22px;
}
.slideshow:after{
	display: block;
	clear: both;
	content: '';
}
.slideshow .slideset{
	float: left;
	overflow: hidden;
	width: 702px;
	position: relative;
	
}
.slideshow .slideset img{
	display: block;
	width: 100%;

}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow div.slide.active { z-index: 2; }
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next { visibility: hidden; }
.slideshow .pagination{
	width: 132px;
	float: right;
	margin: 0;
}
.slideshow .pagination li{
	float: left;
	margin: 0 0 8px;
}
.slideshow .pagination li a{
	display: block;
	float: none;
	padding: 0;
	background: none;

}
.slideshow .pagination li a img{
	display: block;
	width: 100%;
	cursor: pointer;
}
/* recent results styles */
.recent-results{
	overflow: hidden;
}
.recent-results h2{
	font-size: 24px;
	line-height: 28px;
	color: #e8900c;
	margin: 0 0 16px;
}
.recent-results ul{
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;

}
.recent-results ul li{ margin: 0 0 18px; }
.recent-results ul li h3{
	color: #714103;
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
.disclaimer{
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #6d6d6d;
	margin: 0 0 23px;
	padding-top: 8px;
}
/* ---------------------------------------------------------
   3. Custom form styles
   ---------------------------------------------------------*/
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	border: 1px solid #afdcef;
	background: rgba(218, 240, 250, 0.4);
	margin: 0 10px 0 0;
	float: left;
	width: 14px;
	height: 14px;
}
.chk-area .checkspace {
	margin: 5px 10px 0 0;
}
.chk-checked {
	background: #45b6e6;
	background-image:url('/images/tick.gif');
	
}


.chk-focus {
	border-color: #45b6e6;
}
.chk-disabled {
	background: #eee;
}
.jcf-label-disabled {
	color: #ccc;
}
/* custom select styles */
.select-area {
	border: 1px solid #afdcef;
	background: rgba(218, 240, 250, 0.4);
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 33px;
	float: left;
	padding: 0 20px 0 10px;
}
.select-area .center {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	color: #010101;
}
.select-disabled { background: #eee; }
.select-area .select-opener {
	border-left: 1px solid #afdcef;
	background: rgba(218, 240, 250, 0.4);
	position: absolute;
	height: 31px;
	width: 37px;
	right: 0;
	top: 0;
}
.select-area .select-opener:after{
	background: url(/images/sprite.png) no-repeat -410px -68px;
	width: 14px;
	height: 7px;
	position: absolute;
	top: 13px;
	left: 50%;
	margin: 0 0 0 -7px;
	content: '';
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.select-options .drop-holder {
	border: 1px solid #afdcef;
	background: rgba(218, 240, 250, 0.4);
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #45b6e6;
	color: #fff;
}
/* select options optgroup example styles */
.select-options .optgroup { clear: both; }
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a { padding-left: 30px; }
/* ---------------------------------------------------------
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/
@media only screen and (max-width:1250px){
	.carousel-caption h1{
		font-size: 36px;
		line-height: 41px;
	}
}
@media only screen and (max-width:991px){
	#nav .navbar-nav{ font-size: 11px; }
	.nav > li > a{ padding: 18px 4px; }
	.dropdown-menu{ font-size: 12px; }
	.carousel .carousel-caption{
		width: 720px;
		margin: 0 0 0 -360px;
	}
	.carousel-caption h1{
		font-size: 28px;
		line-height: 33px;
	}
	.carousel-caption .subtitle{ bottom: 95px; }
	.top-dogs h2{ padding: 9px 25px; }
	.footer-block:after{ background-size: 100% 100%; }
	.footer-right{ padding-top: 30px; }
	.logo2{
		float: left;
		margin: 0;
	}
	h1 {
  font-size: 30px;
}

	.list-block .holder ul{ margin: 0 0 10px; }
	.list-block .holder .plan{ margin: 0; }
	.method-holder ul li{ margin: 0 0 0 38px; }
	.sidenav{
		float: left;
		width: 50%;
	}
	.profile-block .block{ padding: 18px 20px 6px; }
	.related-info .col{
		width: 100%;
	}
	.related-info .col:first-child dl dt{ width: 140px; }
	.description-list li .text,
	.description-list .text-row .text{
		margin: 0 10px 0 0;
		width: 210px;
	}
	
	.description-list li .holder{ width: 453px; }
	.description-list .text-row{ padding: 7px 0 8px; }
	.description-list .text-row .holder{ width: 220px; }
	.description-list .text-row .holder .text{ width: 220px; }
	.slideshow { padding: 0; }
	.slideshow .slideset{
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.slideshow .slideset:after,
	.slideshow .pagination:after{
		display: block;
		clear: both;
		content: '';
	}
	.slideshow .pagination{
		float: none;
		overflow: hidden;
		width: auto;
		margin: 0 -5px;
		padding: 10px 0;
	}
	.slideshow .pagination li{
		padding: 0 5px;

	}
	.sidebar-nav .navbar-nav{ font-size: 12px; }
	
}
@media only screen and (max-width:767px){
	body{
		font-size: 13px;
	}
	.header-block{
		padding: 15px 0;

	}
	
	.btop {
		float:right;
		margin-top:-10px;
		margin-bottom:10px;
}
	
	.boxruler {
	border-top:1px solid #CACBCE;
	padding-top:20px;
	margin-top:10px;
	border-left:1px solid #ffffff;
	padding-left:10px;

}
	
	h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.statusbox {
	border-top:1px solid #2C9BCA;
}

	.header-block:after{ background-size: 100% 100%; }
	.logo{
		float: none;
		display: block;
		width: 290px;
		margin: 0 auto 15px;
	}
	.visit-box{
		text-align: center;
		padding: 0 0 15px;
	}
	.searh-form{
		float: none;
		margin: 0 auto;
		width: 290px;
	}
	.navbar-collapse{ padding: 0; }
	
	#nav{
	
	background: #ddf1fb;
	
	}

	#nav .navbar-nav{ display: block; }
	#nav .navbar-nav{ font-size: 12px; }
	#nav .navbar-nav > li{
		display: block;
	}
	.nav > li > a{ 
		padding: 10px 10px 7px 30px;
	text-align:left; 
	}
	.navbar-nav .open .dropdown-menu{ background: #bfe5f7; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		text-align: left;
		color: #1F53A1;
		padding: 10px 10px 7px 30px;
	}
	.navbar-default .navbar-toggle .icon-bar{ background:#3f6bad; }
	.navbar-default .navbar-toggle {
		border-color: #3f6bad;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ background: #bfe5f7; }
	
	


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus	 {
	background:  #ddf1fb;
	color: #081b3a !important; 
}	

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background: #45b6e6 !important;
	color: #fff !important;
}

.sidebar-nav .navbar {background: #ddf1fb;}
  .sidebar-nav .navbar .navbar-collapse {
	  background: #ddf1fb;
	  font-weight:bold;
	  color: #1F53A1;
	  text-transform:uppercase;
	  }
	  
.sidebar .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		text-align: left;
		color: #1F53A1;
		padding: 10px 10px 7px 30px;
	}

.sidebar-nav .navbar-nav > li > a{ color: #081b3a; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	color: #081b3a;
	background: #bfe5f7;

}

	#carousel .carousel-caption{
		position: static;
		margin: 0;
		width: auto;
	}
	.carousel-caption .holder{
		position: relative;
		width: 100%;
		padding: 15px 15px 35px;
		background: rgba(27,36,60, 0.7);
	}
	.carousel-caption .holder h1{
		font-size: 15px;
		line-height: 22px;
		letter-spacing: inherit;
		margin: 0 0 15px;
		font-weight: bold;
	}
	.carousel-caption .subtitle{
		font-size: 12px;
		line-height: 15px;
		position: static;
		display: block;
		margin: 0 0 20px;
	}
	.carousel-caption .holder .btn{
		font-size: 12px;
		line-height: 20px;
		position: relative;
		bottom: 0;
	}
	.puppy-search .info-box{
		max-width: 200px;
		padding: 20px 15px 4px;
		font-size: 13px;
		line-height: 18px;
	}
	.puppy-search .info-box h2{
		font-size: 20px;
		line-height: 24px;
	}
	.puppy-search .info-box .btn,
	.latest-updates .btn,
	.manager-box .btn,
	.featured-profiles .btn,
	.top-dogs .btn{
		font-size: 13px;
		line-height: 16px;
	}
	.latest-updates h1,
	.featured-profiles h1{
		font-size: 15px;
		font-weight: bold;
		padding: 15px;
	}
	.latest-updates .item{ padding: 10px; }
	.latest-updates .carousel-caption{
		font-size: 13px;
		line-height: 18px;
	}
	.latest-updates h2{
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	.latest-updates .carousel-caption p{ margin: 0 0 12px; }
	.latest-updates footer{font-size: 10px; }
	.latest-updates .carousel-control{ bottom: 15px; }
	.manager-box{ margin: 0 0 19px; }
	.manager-box p{ margin: 0 0 15px; }
	.latest-updates .carousel,
	.featured-profiles .carousel{ padding-bottom: 10px; }
	.latest-updates .carousel-control,

	.additional-block .ad-box.add{ margin: 0 0 19px; }
	.top-dogs{ padding: 0 0 10px; }
	.top-dogs h2{
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		padding: 10px 15px;
	}
	.top-dogs ul{ padding: 0 10px; }
	.top-dogs ul li:first-child,
	.top-dogs ul li{ padding: 12px 0; }
	.top-dogs ul li .holder:before{
		font-size: 25px;
		line-height: 45px;
		min-width: 45px;
		margin: 0 0 15px;
	}
	.top-dogs ul li h3{ margin: 0 0 10px; }
	.footer-nav{ margin: 0 0 20px; }
	.footer-nav ul{
		font-size: 12px;
		line-height: 26px;
	}
	.footer-nav:first-child > ul > li:first-child{ margin: 0; }
	.footer-right{
		text-align: center;
		padding-top: 10px;
	}
	.logo2{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
	}
	.logo2 img{ width: 100%; }
	.social-networks{
		text-align: center;
		margin: 0 0 20px;
	}
	.footer-links{
		text-align: center;
		font-size: 12px;
		margin: 0;
	}
	.footer-links ul li:after{ height: 12px; }
	.footer-info{
		font-size: 12px;
		line-height: 18px;
	}
	.footer-info p{
		display: block;
		margin: 0 0 10px;
	}
	.breadcrumb-holder .breadcrumb{
		letter-spacing: inherit;
		font-size: 12px;
	}
	.breadcrumb > li + li:before{ padding: 0 2px; }
	.information-block{
		font-size: 13px;
		line-height: 18px;
	}
	.information-block .img-frame{
		float: none;
		overflow: hidden;
		margin: 0 0 15px;
	}
	.information-block .img-frame img{
		display: block;
		width: 100%;
	}
	.information-block .holder h1{
		font-size: 24px;
		line-height: 28px;
	}
	.information-block .holder h2{
		font-size: 24px;
		line-height: 28px;
	}
	.information-block .title{
		float: none;
		display: block;
		margin: 0 0 15px;
		font-size: 13px;
		line-height: 18px;
	}
	.information-block .info-from .select{ width: 100%; }
	.information-block .info-from .chk-area { margin: 3px 9px 0 0; }
	.list-block{
		margin: 0 0 20px;
		font-size: 13px;
		line-height: 18px;
	}
	.list-block .col{
		float: none;
		width: 100%;
		padding: 15px;
	}
	.list-block .holder{ padding: 15px; }
	.list-block .holder h1{
		font-size: 20px;
		line-height: 24px;
	}
	.list-block .holder h2{
		font-size: 20px;
		line-height: 24px;
	}
	.list-block .holder .modal-body dl dt{ width: 60px; }
	.payment-content{ font-size: 12px; }
	.payment-content h1,
	.member-content h1{
		font-size: 24px;
		line-height: 28px;
	}
	.renew-block h2{
		font-size: 20px;
		line-height: 24px;
	}
	.price-info .col .info{
		font-size: 15px;
		line-height: 19px;
	}
	.price-info .col,
	.price-info .col:first-child{

		overflow: hidden;
	}
	.price-info .col:first-child{ margin: 0 0 15px; }
	.method-holder ul li,
	.method-holder ul li:first-child{
		width: 48%;
		margin: 0 1% 15px;
	}
	.method-holder ul li a{ width: 100%; }
	.method-holder .secure{
		float: none;
		display: block;
		margin: 2px 0 15px;
	}
	.paytitle{ font-size: 15px; }
	.status-box h3,
	.status-box .title{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
	}
	.status-box time,
	.sidenav ul,
	.information-block .info-from label{
		font-size: 13px;
		line-height: 20px;
	}
	.sidenav ul li:after{ top: 6px; }
	.member-content{ margin: 0; }
	.member-content .box{ padding: 15px 20px; }
	.member-content .box h2{
		font-size: 20px;
		line-height: 24px;
	}
	.member-content .box,
	.member-content .form-control,
	.member-content .box .btn{
		font-size: 13px;
		line-height: 18px;
	}
	
	.profile-block{ margin: 0 0 20px; }
	.profile-block .block{ padding: 15px; }
	.profile-block h1,
	.recent-results h2{
		font-size: 20px;
		line-height: 24px;
	}
	.contact-info dl,
	.related-info,
	.details-content,
	.recent-results ul,
	.recent-results ul li h3{
		font-size: 13px;
		line-height: 18px;
	}
	.description-list li { padding: 20px 0 0; }
	.description-list li .text,
	.description-list li .holder,
	.description-list .text-row .text,
	.description-list .text-row .holder .text{
		width: auto;
		margin: 0 0 10px;
		display: block;
	}
	.description-list li .holder,
	.description-list li .text{ margin: 0; }
	.description-list .text-row{ padding: 10px 0; }
	
.slideshow .pagination li{ width: 80px; }
	
	.table tbody td {
	font-size: 13px;
}
}
@media only screen and (max-width:479px){
	.method-holder ul li,
	.method-holder ul li:first-child{
		width: 100%;
		margin: 0 0 15px;
	}
	
	.slider_caption_main {
		
		padding:0px 16px 16px 16px;
		background:rgba(42, 37, 43, 0.33);
		position:absolute;
		top:1px;
		z-index:1000;
		
	}

	.sidenav{ width: 100%; }
	.related-info dl dt,
	.related-info .col:first-child dl dt{
		float: none;
		display: block;
		width: auto;
	}
	
	.ad-banner{
 
    margin: 20px auto;
    display: block;
    text-align: center;

}
 
.ad-banner1{

    margin: 20px auto 0px;
    display: block;
    text-align: center;

}

.ad-banner2{

    margin: 0px auto 10px;
    display: block;
    text-align: center;

}

.ad-banner3{

    margin: 0px auto 20px;
    display: block;
    text-align: center;

}

}