div.fixed {
	clear: both;
}
span.noView {
	display: none;
}
/* ---- toys index ---- */
div.toyBox {
	min-height: 350px;
}
div.grayBoxToy {
	background-color: #dddddd;
}
div.toyBox div.caption {
	position: relative;
}
div.toyBox h2 {
	font-size: 14px;
	text-align: center;
}
div.labelPercent {
	float: right;
	width: 70px;
	top:-1px;
	right: -1px;
	position: absolute;
	
}
div.labelPercent img {
	width: 100%;
}
div.labelPercent span {
	padding-left: 10px;
	padding-top: 10px;
	position: absolute;
	transform: rotate(-13deg);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	//rotation-point:50% 50%;
}
.tagVideo {
	background:url(../images/youtubeSmall.png) no-repeat 0 0; 
	position: absolute; 
	display:block; 
	margin-top: -15px;
	left: 0px; 
	height:35px; 
	width:46px;
}
div.cutToy {
	height: 200px;
	overflow: hidden;
}
div.product-price {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}
span.price-title {
    font-size: 9px;
    text-transform: uppercase;
}
span.right {
    float: right;
}
span.left {
    float: left;
}
span.old-price {
    text-decoration: line-through;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    color: #696969;
    font-weight: normal;
}
div.price-item {
    padding-top: 3px;
}
span.promo {
    width: 30px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    color: #666666;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #dddddd;
}
span.price {
    color: #515356;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: 700;
}
a.btnPreview {
	float: left;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #8ad34d;
    background-image: -moz-linear-gradient(top,#8ad34d,green);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#8ad34d),to(green));
    background-image: -webkit-linear-gradient(top,#8ad34d,green);
    background-image: -o-linear-gradient(top,#8ad34d,green);
    background-image: linear-gradient(to bottom,#8ad34d,green);
    background-repeat: repeat-x;
    border-color: green green #002a80;
    
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    
	display: block;
	border-radius:3px;
	vertical-align: middle;
}
input.btnReserve {
	float: left;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #f1bb10;
    background-image: -moz-linear-gradient(top,#f1bb10,#ff3c39);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f1bb10),to(#ff3c39));
    background-image: -webkit-linear-gradient(top,#f1bb10,#ff3c39);
    background-image: -o-linear-gradient(top,#f1bb10,#ff3c39);
    background-image: linear-gradient(to bottom,#f1bb10,#ff3c39);
    background-repeat: repeat-x;
    border-color: #f1bb10;
    
    padding: 3px 12px;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 14px;
    line-height: 20px;
    
	display: block;
	border-radius:3px;
	vertical-align: middle;
}
.likeBtn {
	border:none;
	background: none;
}
/* ---- search ---- */
input.searchInput {
	float: left;
	margin-right:20px;
	padding: 6px 12px;
}
.btnSearch {
	float: left;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #08c;
    background-image: -moz-linear-gradient(top,#08c,#002a80);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#002a80));
    background-image: -webkit-linear-gradient(top,#08c,#002a80);
    background-image: -o-linear-gradient(top,#08c,#002a80);
    background-image: linear-gradient(to bottom,#08c,#002a80);
    background-repeat: repeat-x;
    border-color: #08c #08c #002a80;
    
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    
	display: block;
	border-radius:3px;
	vertical-align: middle;
}
/* ---- news page ---- */
div.newsBox{
	min-height:400px;
	position: relative;
	margin: 1%;
	width:31%;
	float: left;
	//border: 1px solid red;
}
div.newsBox h3 {
	font-size:18px; 
	margin-bottom: 5px;
	display:block;
	color:#4e4e4e;
	line-height: normal;
}
div.newsBox span {
	font-size: 12px;
	display:block;
	margin-bottom: 10px;
	color: #007d9c;
}
div.newsBox p {
	color:#4e4e4e;
}
div.newsBox div.cutImage {
	height: 200px;
	width: 100%;
	overflow: hidden;
	border-radius:5px;
}
div.newsBox img {
	margin-top:30px;
	border-radius:5px;
	vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
div.newsBox a.more {
	float:right;
	font-size: 12px;
	color:#007d9c;
	position: absolute;
	bottom:0px;
	right: 0px;
}
/* ---- selected news page ---- */
div.newsSelect div#gallery {
	margin-right: 20px;
}
span.date {
	color:#00b1dd;
}
div.cutLittleImg {
	width: 82px;
	height: 62px;
	overflow: hidden;
	float: left;
	margin: 1%;
}
div.cutLittleImg img {
	border: none;
}
/* ---- my account page ---- */
table.aTable {
	width: 50%;
	float: left;
}
table.aTable td {
	padding: 5px;
	font-size: 14px;
	text-align: right;
}
table.aTable  td.textTable{
	font-weight: bold;
	text-align: left;
}
/* --- galery --- */

#portfolio .center p {
	margin-top:50px;
	margin-bottom:50px;
	font-size:18px;
	text-align: center;
}
div.portfolioBox {
	height: 180px;
	width: 32%;
	float: left;
	overflow: hidden;
	padding: 5px;
}
/* --- cart --- */
input.changeQty {
	width: 20px;
	float:left;
}
a.minusbtn {
	border: 1px solid red !important;
}
table tr.grayClass {
	background-color: #dddddd;
}
/* --- my orders page --- */
h3.titleOrderClient {
	cursor: pointer;
}
table.TableClientOrders{
	width:100%;
	border:2px solid gray;
	border-radius: 3px;
	padding: 10px;
	margin-top:20px;
}
table.TableClientOrders tr {
	border:1px solid silver;
}
table.TableClientOrders th {
	height: 30px;
	font-size: 14px;
	border-bottom: 1px solid silver;
	width:20%;
	padding:0px 10px;
	font-weight: bold;
	text-align: left;
}
table.TableClientOrders tr td{
	padding:5px 10px;
}
table.TableClientOrders tr.ttp span {
	font-weight: bold;
}
table.TableClientOrders td.alignRight {
	text-align: right;
}
table.TableClientOrders td.alignCenter {
	text-align: center;
}
/* ---- product page ---- */
h1.titleProduct {
	font-size: 26px;
}
label.bigPrice {
	font-size: 26px;
	padding-top: 10px;
	float: left;
	font-weight: bold;
}
label.smallPrice {
	font-size: 16px;
	padding-top: 10px;
	text-decoration: line-through;
}
h4.greenTitle {
	color: #3f8341;
}
div.video {
	width: 500px;
	height: 300px;
	position: relative;
}
div.video iframe {
	width: 100%;
	height: 100%;
}

/* ---  contacts page -------------------------- */
table.contactsMobile {
	display: none;
}
@media screen and (min-width: 599px) {
	table.contactsMobile {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	table.contacts {
		display: none;
	}
	table.contactsMobile {
		display: block;
		width: 100%;
		margin-left: 10px;
	}
	table.contactsMobile td {
		padding-bottom: 10px;
		color: #4E565A;
		width: 95%;
		vertical-align: top;
	}
	table.contactsMobile input{
		height: 30px;
		width: 95%;
		border: 1px solid #B1B1B1;
		font-size: 16px;
		color: #4E565A;
		background-color: #fff;
		padding: 2px 2px 2px 5px;
	}
	table.contactsMobile textarea {
		width: 95%;
		font-size: 16px;
		color: #4E565A;
		border: 1px solid #B1B1B1;
		background-color: #fff;
		padding: 2px;
		resize: none;
	}
	table.contactsMobile tr.cap dev {
		position:absolute;
		background-color: #C5C5C5;
		width:100px;
		height:30px;
		color: #1E1F1F;
		font-weight:bold;
		font-size:120%;
		margin:2px 0px 0px 0px;
		padding: 3px 0px;
		text-align: center;
	}
	table.contactsMobile input.capcha {
		width: 124px;
		height: 30px;
		border: 1px solid #B1B1B1;
		padding-left:10px;
		margin:2px 0px 0px 105px;
		font-size:16px;
		float: left;
		font-weight: bold;
		color: #4E565A;
	}
	table.contactsMobile input.contactBtn {
		width: 95%;
		height: 35px;
		color: white;
		background-color: #26426B;
		font-size: 16px;
		cursor: pointer;
		border: none;
		margin:3px 0px 0px 0px;
		padding: 5px 0px;
	}
	table.contactsMobile input.contactBtn:hover {
		background-color: #FE980F;
		color: #ffffff;
	}
}
table.contacts td {
	padding-bottom: 10px;
	color: #4E565A;
	vertical-align: top;
}
table.contacts input{
	height: 30px;
	width: 274px;
	border: 1px solid #B1B1B1;
	font-size: 16px;
	color: #4E565A;
	background-color: #fff;
	padding: 2px 2px 2px 5px;
}
table.contacts textarea {
	width: 573px;
	height: 300px;
	font-size: 16px;
	color: #4E565A;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	padding: 2px;
	resize: none;
}
table.contacts tr.cap dev {
	position:absolute;
	background-color: #C5C5C5;
	width:100px;
	height:30px;
	color: #1E1F1F;
	font-weight:bold;
	font-size:120%;
	margin:2px 0px 0px 0px;
	padding: 3px 0px;
	text-align: center;
}
table.contacts input.capcha {
	width: 124px;
	height: 30px;
	border: 1px solid #B1B1B1;
	padding-left:10px;
	margin:2px 0px 0px 105px;
	font-size:16px;
	float: left;
	font-weight: bold;
	color: #4E565A;
}
table.contacts input.contactBtn {
	width: 285px;
	height: 35px;
	color: white;
	background-color: #26426B;
	font-size: 16px;
	cursor: pointer;
	border: none;
	margin:3px 0px 0px 0px;
	padding: 5px 0px;
}
table.contacts input.contactBtn:hover {
	background-color: #FE980F;
	color: #ffffff;
}
/* ----------------------------------------------- */
/* ---  toys.php page	-------------------------- */
/* ----------------------------------------------- */
.col-6 {
	width: 50%;
	float: left;
}
.searchInputIn {
	    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-right:10px;
}
button.btnSearchIn {
	
	float: left;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #08c;
    background-image: -moz-linear-gradient(top,#08c,#002a80);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#002a80));
    background-image: -webkit-linear-gradient(top,#08c,#002a80);
    background-image: -o-linear-gradient(top,#08c,#002a80);
    background-image: linear-gradient(to bottom,#08c,#002a80);
    background-repeat: repeat-x;
    border-color: #08c #08c #002a80;
    
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    
	border-radius:3px;
	vertical-align: middle;
}
@media(max-width:1200px) {
	.discountLabel {
		display: none;
	}
}
@media(max-width:979px){
	.col-6 {
		width: 100%;
		clear: both;
		margin:5px 0;
	}
}
/* ----------------------------------------------- */
/* ---  RETURN TO TOP	-------------------------- */
/* ----------------------------------------------- */
#return-to-top {
    position: fixed;
    bottom: 90px;
    right: 50px;    
    width: 80px;
    height: 170px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    
}
#return-to-top:hover i {
    color: #FFF;
    top: 5px;
}
/* ----- cart ----- */
.halfDiv {
	width:48%; 
	float:left;
}
.rightDataCart {
	margin-left:1%;
}
.fullDiv {
	width:98%; 
	clear: both; 
}
@media screen and (max-width: 600px) {
	.halfDiv {
		width:98%; 
		clear: both; 
	}
	.rightDataCart {
		width: 98%; 
		clear: both; 
		margin-left:0 px;
	}
}

/* ---- registration ----- */
span.capcha {
	padding:6px 10px;
	font-size: 16px;
	background-color: #ffd484;
	position:absolute;
}
input#Capcha {
	margin-left:100px;
}