@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900&subset=cyrillic');
body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
iframe {
	width: 100%;
}
.nopadding-left {
	padding-left: 0;
}
.nopadding-right {
	padding-right: 0;
}
.margb {
	margin-bottom: 15px;
}
.margt {
	margin-top: 15px;
}
.margl {
	margin-left: 15px;
}
.margr {
	margin-right: 15px;
}
.sale {
	position: absolute;
	top: 0;
	right: 15px;
	text-align: center;
	padding: 0 10px;
	background: #960305;
	color: #fff;
	line-height: 2em;
	z-index: 9;
}
.page {
	background: #3366FF; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#3366FF, #CCD9FF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3366FF, #CCD9FF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3366FF, #CCD9FF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3366FF, #CCD9FF); /* Standard syntax */
	padding-top: 20px;
	min-height: 650px;
}

@media only screen and (max-width : 768px) {
.page .nopadding-left {
	padding-left: 15px;
}
}

.btn-primary {
	background: #2a87dd;
	border: 1px solid #2a87dd;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary:hover {
	background: #3366FF;
	border: 1px solid #3366FF;
}
.btn-shop {
	background: #2a87dd;
	border: 1px solid #2a87dd;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
}
.btn-shop:hover {
	background: #3366FF;
	border: 1px solid #3366FF;
}

.btn-success {
	background: #fdf446;
	border: 1px solid #fdf446;
	color: #000;
	border-radius: 0;
	text-transform: uppercase;
}

.btn-success:hover {
	background: #fdf446;
	border: 1px solid #fdf446;
	color: #000;
	border-radius: 0;
}

.navbar-default {
	border-radius: 0;
	border: 0;
	background: #fff;
	margin-bottom: 0;
}
.navbar {
	min-height: 80px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 1.2em;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover {
	color: #2a87dd;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #0000FF;
	background-color: #fff;
}
.navbar-default .navbar-nav {
	margin-top: 15px;
}
.newslink {
	animation: blinker 2s linear infinite;
}
 @keyframes blinker {
 50% {
opacity: 0.5;
color: #2A87DD
}
}
.basketicon {
	background: #2A87DD !important;
	color: #fff !important;
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
}


.basketiconactive {
	background: #000;
	color: #fff !important;
	position: relative;
	transition: transform 0.9s;
	-webkit-transform: scale(1.2) rotate(-360deg);
	-moz-transform: scale(1.2) rotate(-360deg);
	-ms-transform: scale(1.2) rotate(-360deg);
	-o-transform: scale(1.2) rotate(-360deg);
	transform: scale(1.2) rotate(-360deg);
	border-radius: 50%;
}
.qty {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background: #d42008;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}
.logopanel {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.logopanel h1 {
	text-transform: uppercase;
	font-weight: 700;
	color: #010cb1;
	font-size: 24px;
	margin-top: 0;
}

@media only screen and (max-width : 1200px) {
.logopanel h1 {
	font-size: 22px;
}
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #010CB1;
	background-color: #FDF404;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #2a87dd;
	border-color: #2a87dd;
}
.badge {
	color: #FDF404;
	background-color: #2a87dd;
}
a.list-group-item, button.list-group-item {
	color: #000;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	background-color: #C9F5FE;
	color: #2a87dd;
}
.list-group-item img {
	margin-right: 10px;
}
.panel-primary {
	border-color: #2a87dd;
}
.panel {
	border-radius: 0;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #337AB7;
	font-size: 1em;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #2a87dd;
	border-color: #2a87dd;
}
#first-slider .main-container {
	padding: 0;
}
#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
	padding-left: 40px;
}
#first-slider .carousel-indicators {
	bottom: 0;
}
#first-slider .carousel-control.right, #first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	height: 70vh;
	width: 100%;
	padding-top: 100px;
}

@media only screen and (max-width : 992px) {
#first-slider .carousel .item {
	padding-top: 40px;
	height: 30vh;
}
}

@media only screen and (max-width:768px) {
#first-slider .carousel .item {
	padding-top: 30px;
	height: 70vh;
}
}

@media only screen and (max-width : 480px) {
#first-slider .carousel .item {
	padding-top: 10px;
	height: 40vh;
}
}
#first-slider h3 {
	animation-delay: 1s;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	text-shadow: 3px 3px 0 #0E1541, -1px -1px 0 #0E1541, 1px -1px 0 #0E1541, -1px 1px 0 #6E87C4, 1px 1px 0 #0E1541;
}

@media only screen and (max-width:768px) {
#first-slider h3 {
	font-size: 36px;
}
}

@media only screen and (max-width : 480px) {
#first-slider h3 {
	font-size: 30px;
	text-shadow: none;
}
}
#first-slider h4 {
	animation-delay: 2s;
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
#first-slider h4 {
	font-size: 30px;
}
}
#first-slider .btn-slider {
	font-size: 24px;
	font-family: 'Qanelas';
	color: #61a226;
	text-transform: uppercase;
	background: #fff;
	border-radius: 20px;
	padding: 10px 30px;
}
#first-slider h2 {
	animation-delay: 3s;
}
#first-slider .carousel-control {
	width: 6%;
	text-shadow: none;
}
#first-slider h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
#first-slider .p {
	padding-top: 125px;
	text-align: center;
}
#first-slider .p a {
	text-decoration: underline;
}
#first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,.4);
	border: none;
}
#first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: none;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .fa-angle-left {
	left: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control .fa-angle-right {
	right: 50%;
	width: 38px;
	height: 38px;
	margin-top: -15px;
	font-size: 30px;
	color: #fff;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 53px;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
#first-slider .slide1 {
	background-image: url(../../../images/slide1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#first-slider .slide2 {
	background-image: url(../../../images/slide2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
#first-slider .slide3 {
	background-image: url(../../../images/slide3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width : 768px) {
#home .nopadding-left {
	padding-left: 15px;
}
}
#homecategories {
	margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
#homecategories {
	margin-top: 30px;
}
}
#homecategories ul {
	margin: 0;
}
#homecategories ul li {
	padding: 0;
	width: 50%;
}

@media only screen and (max-width : 992px) {
#homecategories ul li {
	width: 100%;
}
}

#homecategories ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#homecategories ul li a:after {
	background: rgba(0, 0, 0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
#homecategories ul li a:after h3 {
color:#fff;
}

@media (max-width:1199px) {
#homecategories ul li a:after {
	display: none;
}
}
#homecategories ul li a:hover:after {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
#homecategories .btn-default {
	font-weight: 700;
	font-size: 1em;
	line-height: 15px;
	text-align: center;
	padding: 17px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#homecategories ul li a:hover .btn.btn-default {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#homecategories ul li a:hover .cat-desc {
	top: 30%;
}
#homecategories ul li .cat-desc {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width:1199px) {
#homecategories ul li .cat-desc {
	top: 50%;
}
}
#homecategories ul li img {
	max-width: 100%;
	height: auto;
}
#homecategories ul li h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 24px;
	color: #3E6EFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-text-stroke: 1px white;
	text-stroke: 1px white
}

@media (max-width:991px) {
#homecategories ul li h3 {
	margin: 0;
}
}

@media only screen and (max-width:768px) {
#homecategories ul li h3 {
	font: 18px
}
}
#homecategories ul li .btn.btn-default {
	border: 1px solid #C9F5FE;
	;
	text-transform: lowercase;
	font-size: 18px;
	color: white;
	background: none;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
#homecategories ul li .btn.btn-default:hover, #homecategories ul li .btn.btn-default:active, #homecategories ul li .btn.btn-default:active:focus, #homecategories ul li .btn.btn-default:focus {
	background: #C9F5FE;
	color: #3669ff;
}

@media (max-width:1199px) {
#homecategories ul li .btn.btn-default {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
}

@media (max-width:991px) {
#homecategories ul li .btn.btn-default {
	display: none;
}
}
.home-cat-icons a {
	display: block;
	float: left;
	width: 19%;
	font-size: 1.1em;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	margin: 0.5%;
}

@media only screen and (max-width : 992px) {
.home-cat-icons a {
	width: 32%;
	margin: 0.5%;
}
}
.home-cat-icons a:hover {
	background: #2a87dd;
	color: #fff;
}
.home-cat-icons a img {
	margin-bottom: 15px;
}
.project {
	margin-bottom: 30px;
	vertical-align: top;
	margin-right: 30px;
	float: left;
	cursor: pointer;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.project figure {
	position: relative;
	display: inline-block;
}
.project figure img {
	width: 100%;
}
.project figure:hover figcaption {
	background: #d81e05;
}
.project figure:hover figcaption .project-details {
	color: #fff;
}
.project figure:hover .actions {
	background-color: rgba(42,135,221,.8);
	top: 0%;
	font-size: 2.3em;
	font-weight: 700;
	padding-top: 10%;
}
.project figure .actions {
	display: table-cell;
	position: absolute;
	bottom: 0px;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	background-color: rgba(29,29,29,.5);
	-ms-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	color: #fff;
	font-size: 2em;
	padding: 2%;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

@media (min-width: 992px) {
.project figure .actions {
	top: 60%;
	left: 0;
	right: 0;
	font-size: 1.5em;
	padding: 2%;
}
.project figure:hover .actions {
	top: 0%;
	font-size: 2em;
	padding-top: 20%;
}
}

@media (min-width: 1200px) {
.project figure .actions {
	top: 85%;
	left: 0;
	right: 0;
	font-size: 1.3em;
	padding: 2%;
	font-weight: 400;
}
.project figure:hover .actions {
	top: 0%;
	font-size: 1.5em;
	padding-top: 25%;
}
}
.footer1 {
	background: #fff;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}
.title-widget {
	color: #2a87dd;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}
.title-widget::before {
	background-color: #FFF500;
	content: "";
	height: 22px;
	left: 0px;
	position: absolute;
	top: -2px;
	width: 5px;
}
.widget_nav_menu ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget_archive ul li {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 3px;
}
.widget_nav_menu ul li {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 95%;
}
.title-median {
	color: #636363;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}
.footerp p {
	font-family: 'Gudea', sans-serif;
}
#social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-gp:hover {
	color: #d34836;
}
.social-em:hover {
	color: #f39c12;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
.footer-bottom {
	background-color: #2a87dd;
	min-height: 30px;
	width: 100%;
}
.copyright {
	color: #FFF500;
	line-height: 30px;
	min-height: 30px;
	padding: 7px 0;
}
.design {
	color: #fff;
	line-height: 30px;
	min-height: 30px;
	padding: 7px 0;
	text-align: right;
}
.design a {
	color: #fff;
}
/*    --------------------------------------------------
	:: Login Section
	-------------------------------------------------- */
#login {
	padding-top: 50px
}
#login h1 {
	color: #1fa67b;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#login .form-group {
	margin-bottom: 25px;
}
#login .checkbox {
	margin-bottom: 20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#login .checkbox.show:before {
	content: '\e013';
	color: #1fa67b;
	font-size: 17px;
	margin: 1px 0 0 3px;
	position: absolute;
	pointer-events: none;
	font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	display: inline-block;
}
#login .checkbox .label {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: normal;
}
#login .btn.btn-custom {
	font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
	font-size: 13px;
	text-align: center;
	display: block;
}
/*    --------------------------------------------------
	:: Products Grid
	-------------------------------------------------- */
	

.filter input[type="checkbox"], .filter input[type="radio"] {
	display: none;
}
.filter label {
	position: relative;
	padding-left: 40px;
	line-height: 32px;
	cursor: pointer;
	font-weight: 300;
}
.filter label:before, .filter label:after {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
}
/*unchecked*/
.filter .checkbox+label:before {
	content: "\f096";
	color: #333;
}
.filter .checkbox+label:after {
	content: "\f00c";
	margin: -3px 0 0;
	max-width: 0;
	overflow: hidden;
	opacity: 0.5;
	/* CSS3 transitions for animated effect for browsers that support it */
	transition: all 0.3s ease-in-out;
}
.filter .radio+label:before {
	content: "\f10c";
	color: #333;
}
.filter .radio+label:after {
	content: "\f111";
	margin: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.filter input[type="checkbox"]:checked + label:after {
	max-width: 40px;
	opacity: 1;
	color: #0c0;
}
.filter input[type="radio"]:checked + label:after {
	max-width: 40px;
	opacity: 1;
	color: #0c0;
}
.filter input[type="radio"]:checked + label:before {
	opacity: 0;
}
.filter .toggle .radio+label:before {
	content: "\f204";
	color: #333;
}
.filter .toggle .radio+label:after {
	content: "\f205";
 rotate:;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.masonry {
	display: block;
	-webkit-column-gap: 2.25rem;
	-moz-column-gap: 2.25rem;
	column-gap: 2.25rem;
}
.masonry.masonry-columns-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

@media(max-width:1170px) {
.masonry.masonry-columns-5 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
}
.masonry.masonry-columns-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.masonry.masonry-columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.masonry.masonry-columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.masonry.masonry-columns-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

@media(max-width:991px) {
.masonry.masonry-columns-4, .masonry.masonry-columns-5 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}

@media(max-width:767px) {
.masonry.masonry-columns-4, .masonry.masonry-columns-5, .masonry.masonry-columns-3 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}

@media(max-width:540px) {
.masonry.masonry-columns-4, .masonry.masonry-columns-5, .masonry.masonry-columns-3, .masonry.masonry-columns-2 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}
.masonry .masonry-item {
	display: inline-block !important;
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	display: block;
	padding: 3px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: .25rem;
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-bottom: 2.25rem !important;
}
.masonry .masonry-item {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	border: 1px solid transparent;
	transition: all 0.4s ease-in-out;
}
.masonry .masonry-item:hover {
	border: 1px solid #f0f0f0;
}
.masonry .masonry-item .media img {
	width: 100%;
}
.masonry .masonry-item .post-title {
	display: block;
	color: #2A87DD;
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase
}
.masonry .masonry-item .post-info {
	display: block;
	color: #555;
}
.masonry .masonry-item p {
	color: #666;
}
.masonry .masonry-item .read-more {
	color: #27c2aa;
}
.masonry .masonry-item .tag-comment {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
	padding: 5px 0;
	color: #999;
}
/*    --------------------------------------------------
	:: Product Details 
	-------------------------------------------------- */
.nav-tabs > li > a {
	padding: 10px 15px;
}
.productnav {
	margin: 15px 0;
	border-bottom: 1px solid #2A87DD
}
#breadcrumbs {
	line-height: 24px;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
#breadcrumbs a {
	color: #2A87DD;
}
.product-price {
	font-size: 2em;
	color: #2A87DD;
	margin: -15px 0 0;
}
.tabcontent {
	display: block;
	padding: 15px 0;
}
.simproduct {
	height: 100px;
	overflow: hidden;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.positive {
	color: #279002;
	display: block;
	font-weight: 700
}
.negative {
	color: #ef0637;
	display: block;
	font-weight: 700
}
span.stars, span.stars span {
	display: block;
	background: url(/images/stars.png) 0 -16px repeat-x;
	width: 160px;
	height: 16px;
}
span.stars span {
	background-position: 0 0;
}
.SizeOfProduct {
	background: url(/images/dimension_1.gif) no-repeat;
	padding-left: 26px;
	color: #9d9d9d;
	font-size: 16px;
}
.SizeOfPackage {
	background: url(/images/dimension_2.gif) no-repeat;
	padding-left: 26px;
	color: #9d9d9d;
	font-size: 16px;
}
.dislikebutton {
	float: right;
	height: 22px;
	line-height: 22px;
	background: url(/images/unlikebutton.png) no-repeat top right;
	padding-right: 25px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}
.dislikebutton:hover {
	background-position: bottom right;
	color: #57c615;
}
.likebutton {
	float: right;
	height: 22px;
	line-height: 22px;
	background: url(/images/likebutton.png) no-repeat top right;
	padding-right: 25px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}
.likebutton:hover {
	background-position: bottom right;
	color: #57c615;
}
.favoritebutton {
	float: right;
	height: 24px;
	line-height: 24px;
	background: url(/images/favorite.png) no-repeat top right;
	padding-right: 26px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}
.favoritebutton:hover {
	background-position: bottom right;
	color: #57c615;
}
.captcha {
	height: 34px;
	width: 97px;
}
.captcha img {
	height: 34px;
	width: 97px;
}
.pattactive {
	border: 4px solid #2A87DD;
	height: 60px;
	cursor: pointer
}
.pattnoactive {
	border: 4px solid #fff;
	height: 60px;
	cursor: pointer
}
.subpactive {
	border: 4px solid #2A87DD;
	cursor: pointer;
	width: 75px;
	float: left;
	font-size: 0.8em;
	height: 110px;
	text-align: center;
	padding: 5px;
}
.subpnoactive {
	border: 4px solid #fff;
	cursor: pointer;
	width: 75px;
	float: left;
	font-size: 0.8em;
	height: 110px;
	text-align: center;
	padding: 5px;
}
.subpimg {
	height: 50px;
	overflow: hidden;
}
.subpimg img {
	max-height: 50px;
}
.errform {
	color: #CD0003;
}

.offerprice {
	font-size: 1.2em;
}

.offerprice strong {
	color: #2A87DD;
	font-size: 1.3em;
}

/*    --------------------------------------------------
	:: Basket Table Reponsive 
	-------------------------------------------------- */
        
@media (max-width: 992px) {
table#cart tbody td .form-control {
	display: inline !important;
}
.actions .btn {
	width: 36%;
	margin: 1.5em 0;
}
.actions .btn-info {
	float: left;
}
.actions .btn-danger {
	float: right;
}
table#cart thead {
	display: none;
}
table#cart tbody td {
	display: block;
	padding: .6rem;
	min-width: 320px;
}
table#cart tbody tr td:first-child {
	background: #E9E9E9;
	color: #000;
}
table#cart tbody td:before {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	width: auto;
}
table#cart tfoot td {
	display: block;
}
table#cart tfoot td .btn {
	display: block;
}
table#cart .totalprice {
	display: block;
	margin: 10px 0;
	padding: 5px;
	background: #333;
	border-radius: 3px;
	color: #fff;
}
table#cart .buttons .btn {
	display: block;
}
}


/*    --------------------------------------------------
	:: Catalog 
	-------------------------------------------------- */

.catalogimage {
	width: 70px;
}

.catalogimage img {
	width: 100%;

}

@media only screen and (max-width : 992px) {
.catalogbuttons .btn {
	display:block;
	float: left;
	width: 42%;
	margin-bottom: 10px;
	
}
}

/*    --------------------------------------------------
	:: CheckOut 
	-------------------------------------------------- */
	
	
	

#login .panel-default:active {
	border: 1px solid #2A87DD
}
#login .panel-default:hover {
	border: 1px solid #2A87DD
}
/*    --------------------------------------------------
	:: paymentmethodmask 
	-------------------------------------------------- */
        
.funkyradio div {
	/*clear: both;*/
	/*margin: 0 50px;*/
	overflow: hidden;
}
.funkyradio label {
	/*min-width: 400px;*/
	width: 100%;
	border-radius: 3px;
	border: 1px solid #D1D3D4;
	font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
	display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
	position: relative;
	line-height: 2em;
	padding-left: 3.25em;
	margin-bottom: 0.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
	content: '\2714';
	text-indent: .9em;
	color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
	content: '\2714';
	text-indent: .9em;
	color: #333;
	background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
	color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
	color: #333;
	background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	background-color: #5bc0de;
}
.funkyradio i {
	color: #5CB85C
}
/*    --------------------------------------------------
	:: Cookies Bar 
	-------------------------------------------------- */


#cookie-bar {
	background: #111111;
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}
#cookie-bar .cb-enable {
	background: #2A87DD;
}
#cookie-bar .cb-disable {
	background: #990000;
}
#cookie-bar .cb-policy {
	background: #3366FF;
}
