@charset "utf-8";
/* CSS Document */
.koi-for-sale { /* used on koiForSale.php */
	background:#fff;
/*	box-shadow:7px 7px 10px #ddd; */
	width:23%;
	height:620px;
	text-align:center;
	float:left;
	border:1px solid #aaa;
	border-radius:10px 10px 5px 5px;
	margin:1%;
	position:relative
}
.featured-koi-for-sale { /* used on home page */
	background:#fff;
	width:23%;
/*	height:500px;  */
	text-align:center;
	float:left;
	border:1px solid #bbb;
	border-radius:0 0 10px 10px;
	padding-bottom:10px;
	margin:1%;
	position:relative;
}
.featured-koi-for-sale:hover {
	background:#ddd;
	border:1px solid #000;	
}
.bidBox {
	width:100%;
	text-align:center;
    background-image: linear-gradient(#fff, #eee);
    border: 1px solid #68AA46;
	font-size:1.25em;
    padding: 3px;
    margin: 10px auto!important;
    line-height: 1.5em;
	border-radius:5px;
	position:relative;
}
.bid label input.button {
    float: none !important;
    width: auto !important;

	border-radius:5px;
    margin: 5px !important;
}
.bid {
	width:100%;
    padding: 8px 0 8px 12px !important;
    margin: 0 !important;
    line-height: normal;
}
.button {
    background-image: linear-gradient(#f00, #420000);

    color: #fff;
    border-radius: .75em!important;
    box-shadow: 0px 1px 2px #555;
    font-family: Arial;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    padding: 5px 30px 5px 30px;

}
.button:hover {
  background: #420000;
  background-image: linear-gradient(#420000, #f00);
  text-decoration: none;
}
.button-confirm {
    background-image: linear-gradient(#34d968, #138013);

    color: #fff;
    border-radius: .75em!important;
    box-shadow: 0px 1px 2px #555;
    font-family: Arial;
    color: #fff;
    font-size: 1.25em;
    padding: 2px 30px 2px 30px;
    cursor: pointer;
}
.button-confirm:hover {
  background: #34d968;
  background-image: linear-gradient(#138013, #34d968);
  text-decoration: none;
}
.button-confirm:disabled {
	background:#9e9e9e;
	cursor:wait;
}
form {
    margin: 5px 0 5px 0!important;
}
.auction-time {
	color:#000!important;
	width:100%;
	margin:0px;
	padding:15px 0 0 0;
}
.auction-timeHome {
	color:#000!important;
	width:100%;
	margin:0px;
	padding:0px;
}
h2.title, h3.title {
    color: #000;
    margin: 0 0 5px;
}
h2.title {
    font-size: 26px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    color: #ff0701;
    font-family: "Lato",sans-serif;
/*    font-weight: 300;  */
}
logInBox {
    color: #000000;
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    margin: 0 0 20px 0 !important;
/*    font-weight: 300;  */
}
.g-recaptcha {
	display: inline-block;
}
.pagetitle {
	margin-top:10px!important;
}
.grid_9 h4 {
	font-size:1.5em;
}
.grid_9 h3 {
    color: #7448F5;
    font-size:1.25em;
    line-height: 30px;
    margin: 10px 0 10px 0;
    padding: 0 ;
}
h3.lily {
    color: #7448F5;
    font-size:1.25em;
    line-height: 30px;
    background: url(../img/lilypad.gif) no-repeat left center!important;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 30px;
}
.specification-title {
    font-weight: bold;
}
h2.winning-group, h2.auctions-endingSoon {
	color:#ff0701;text-align:center!important;
	padding:10px;
	border-bottom:1px solid #ff0701!important;
	border-top:1px solid #ff0701!important;
	margin:10px auto;	
}
h2.auctions-group, h2.profile-group {
	text-align:center!important;
	padding:10px;
	border-bottom:1px solid #68aa46!important;
	border-top:1px solid #68aa46!important;
	margin:10px auto;
	color: #68aa46!important;	
}

.infobtnWrapper {
	width:110px;
	text-align:center;
	margin:10px auto;
}
.infobtn {
  background: #68aa46;
  background-image: linear-gradient(#68aa46, #a1cf84);
  border: none;
  border-radius: .75em;
  box-shadow: 0px 1px 2px #555;
  font-family: Arial;
  color: #fff;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}

.infobtn:hover {
  background: #a1cf84;
  background-image: linear-gradient(#a1cf84, #68aa46);
  color:#fff;
  text-decoration: none;
}

@media only screen and (min-width:240px) and (max-width : 420px) {
.featured-koi-for-sale {
	width:48%;
/*	height:440px; */
	height:auto
}
}
@media only screen and (min-width:421px) and (max-width : 500px) {
.featured-koi-for-sale {
	width:48%;
/*	height:520px; */
	height:auto;
}
}
@media only screen and (min-width:501px) and (max-width : 640px) {
.featured-koi-for-sale {
	width:48%;
/*	height:580px;  */
	height:auto;
}
}
@media only screen and (min-width:641px) and (max-width: 992px){
.featured-koi-for-sale {
	width:31%;
/*	height:520px; */
	height:auto;
}
}
@media only screen and (min-width:993px) {
.featured-koi-for-sale {
/*	height:510px;*/
	height:auto;
}
}
.featured-koi-for-sale h4 {
	font-size:16px;
	color:#000;
	margin:1em 0 1em 0;
	font-weight:bold!important;
	padding-bottom:0px;
}
.koi-flag {
	width:32px;
	height:32px;
	z-index:1000;
	position:absolute;
	right:-20px;
	top:-20px;
}
.koi-flag img {
	width:32px!important;
	height:32px!important;
	border:none!important;
	box-shadow:none!important;
}
.koi-flag-48 {
	width:48px;
	height:48px;
	z-index:1000;
	float:right;
	margin:10px;
}
.koi-flag-48 img {
	width:48px!important;
	height:48px!important;
	border:none!important;
	box-shadow:none!important;
}
.koi-for-sale h4 {
	font-size:1em;
	color:#333;
	margin:2px;
}
.koi-for-sale-img {
	background:none;
	height:auto;
	width:100%;
	margin:0 auto;
	position:relative;
}
.koi-for-sale-img img {
/*	box-shadow:5px 5px 10px #555;
	border:1px solid #aaa;  */
	max-width:100%!important;
	margin:0!important;
}
.koi-for-sale-sold {
	width:150px;
	height:150px;
	position:absolute;
	top:-11px;
	left:-13px;
}
.koi-on-sale {
	position:absolute;
	top:-4px;
	right:-8px;
	border:none!important;
}
.koi-on-sale img {
	border:none!important;
	box-shadow:none!important;
}
.koi-on-sale-ribbon {
	max-width:300px;
	max-height:300px;
	position:absolute;
	top:-5px;
	right:-12px;
	border:none!important;
	z-index:99999!important;
}
.centered {
	width:100%;
	margin:5px auto;
	text-align:center;
	color:#000;
}
.koi-details-row {
	border-top:#ddd 1px solid;
	padding:1px 0;
	overflow:hidden
}
.koi-details-label {
	color:#903430;
	float:left;
	width:40%;
	text-align:left;
	font-size:.75em;
	font-weight:bold;
	padding:1px;
	display:inline;
	margin-left:7px;
}
.koi-details-info {
	color:#000;
	float:left;
	width:49%;
	font-size:.75em;
	text-align:right;
	padding:1px;
}
.koi-search-box {
	background-image:linear-gradient(#fff, #eee);
	width: 700px;
	height: auto;
	font-size: .75em;
	margin: 20px auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 2px 2px 5px 0 #ddd;
}
.koi-search-box h2 {
	color:#903430;
	font-size:1.25em;
	text-align:center
}
.koi-search-box-select {
	float:left;
	width:32%;
	height:30px;
	font-size:1em;
	padding:4px;
	text-align:right;
}
.form1 {
	width: 170px;
	margin: 0px;
}
.koi-search-box-submit {
	float:left;
	width:32%;
	height:30px;
	font-size:1em;
	padding:4px;
	text-align:left;
}
/****** Now the Koi Details Page ******/
.koi-details-image {
	width:100%;
	height:auto;
	float:left;
	border-radius:5px;
	position:relative;
	margin:0 auto;
	text-align:center;
        padding:0 0 10px 0;
}
.koi-social-sharing {
	width:100%;
	height:auto;
	border-radius:5px;
	border:1px solid #ddd;
	position:relative;
	padding-top:0px;
	padding-bottom:10px;
	margin:10px auto;
	text-align:center;
}	
}
.koi-details-image img {
	margin:0 auto!important;
	border-radius:5px;
	padding:5px;
	max-width:100%;
	border:1px solid #ccc;
}
.koi-for-sale-details-img {
	height:600px;
	width:300px;
	margin:0;
	position:relative;
}
.koi-for-sale-details-img img {
	margin:0!important;
}
.koi-details-image-thumb {
	width:54px;
	height:100px;
	float:left;
	margin:0 4px;
	overflow:hidden;
}
.koi-details-image-thumb img {
	max-width:50px;
	padding:4px;
	border:1px solid #ddd;
	border-radius:5px;
	margin:0!important;
}
.koi-details-buy-info {
	width:100%;
	min-height:595px;
	float:left;
	position:relative;
	padding:5px 0;
	margin-top:20px;
}
.vidoe-hack {
	width:475px;
	height:300px;
	position:absolute;
	bottom:-10px;
	left:0
}
.video-hack {
	width:475px;
	height:300px;
	position:absolute;
	bottom:-10px;
	left:0
}
.two-column {
	width:48%;
	min-height:120px;
	height:auto;
	line-height:2em;
	float:left;
	position:relative;
	margin:1%;
}





/****** Now the Koi Details Page ******/
.buy-koi-image {
	float:left;
	width:300px;
	height:600px;
	box-shadow: 2px 2px 5px 0 #ddd;
}
.buy-koi-image img {
	height:600px;
	width:300px;
}
.buy-koi-details-wrapper {
	background: transparent url('../images/koiback.png');
	float:left;
	width:400px;
	min-height:600px;
	font-size:1.25em
}
.buy-koi-details-wrapper h4 {
	font-size:1em;
	color:#333;
	margin:2px;
	text-align:center
}
.buy-koi-breeder-details {
	color:#333;
	width:390px;
	height:auto;
	margin:5px auto;
	font-size:.75em;
	font-style:italic;
	padding:5px;
	border:1px solid #ddd;
}
.buy-koi-breeder-details img {
	float:left;
	margin:5px 10px 10px 0;
	box-shadow: 2px 2px 5px 0 #333;
}

.pager-div {
	text-align:center;
	font-size:1.5em;
	color:#222;
}
.pager-div a:link, .pager-div a:visited {
	color:#f00;
	text-decoration:underline
}
.pager-div a:hover, .pager-div a:active {
	color:#222;
	text-decoration:none
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 32px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0px;
    background-color: #9e9e9e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 50px;
    opacity: 0.7;
    text-decoration: none;
}
#back2Top:hover {
    opacity: 0.9;    
    color: #555;
}
@media (max-width: 960px) {
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 32px;
    overflow: hidden;
    z-index: 2001;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 40px;
    right: 2px;
    background-color: #9e9e9e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 50px;
    opacity: 0.7;
    text-decoration: none;}
.footerText {
    display: none;
}
.footerIcon {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
}

}
@media (min-width:960px) {
.footerText {
    display: inline-block;
    margin: 0 10px
}
.footerIcon {
    display: none;
}
}