@import url('http://fonts.googleapis.com/css?family=Ubuntu:regular,italic,bold,bolditalic&subset=cyrillic,greek,latin');


* {
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu', Tahoma;
	line-height: 100%;
	outline: none;
}
html {
	border: 0px;
}
body {
	color: #FFF;
	cursor: default;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #d0d9de;
}
a:hover {
	color: #FFF;
}
#cont {
	width: 100%;
	overflow: hidden;
	float: left;
	z-index: 70;
	overflow: auto;
}
.copy {
	text-shadow: #111 1px 1px 0px;
	text-align: center;
	padding: 10px 0px;
	line-height: 150%;
}
.prodImg {
	max-width: 100%;
	height: auto;
	max-height: 180px;
	min-height: 180px;
}

/* ========================================================
   Top bar
   ===================================================== */
#header {
	z-index: 10000;
	height: 37px;
	line-height: 37px;
	padding-bottom: 2px;
	color: #ddd;
	text-shadow: 0 -1px black;
	background: url(img/topbar.png) repeat-x;
	margin-bottom: 20px;
}
/*#header .container {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
}*/
#header a {
	line-height: 36px;
}
#header ul {
	list-style: none;
}
#header h1 {
	float: left;
	font-size: 16px;
}
#header h1, #header h1 a {
	color: #eee;
}
#header h1 a {
	display: block;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
}
#header #nav {
	float: right;
	border-left: 1px solid #2f4b56;
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	border-right: 1px solid #111;
}
#header #nav li {
	float: left;
}
#header #nav a {
	height: 36px;
	display: block;
	padding: 0 15px;
	color: #d0d9de;
	border-left: 1px solid #191919;
	border-right: 1px solid #2f4b56;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	text-decoration: none;
	cursor: pointer;
}
#header #nav a:hover {
	background: url(img/topbar-hover.png);
}
#header #nav a img {
	float: left;
	margin-right: 12px;
	margin-top: 11px;
}

#header #nav li.active a, #header #nav a:active {
	background: url(img/topbar-active.png);
	border-right: 0;
	padding-right: 16px;
}
#header #nav span {
	display: inline-block;
	vertical-align: text-top;
	line-height: 16px;
	font-size: 11px;
	padding: 0 5px;
	color: #fff;
	text-shadow: 0 1px #902a27;
	border-radius: 2px;
	margin-left: 10px;
	background-color: #e93631;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f65d5f), color-stop(100%, #e93631));
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -ms-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(top, #f65d5f, #e93631);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

div.header div img#logo {
	float: left;
}

sup {
	font-size: 13px;
}

/* offers on frontpage*/
.frontOffers, .frontOffers span {
	display: inline-block;
	width: 100%;
	color: #444;
	text-align: center;
}
.frontOffers {
	margin: 1em 0;
}
.frontOffers h2 {
	display: inline-block;
	width: 100%;
	margin: .5em;
}
.owl-item .item {
	border: 1px solid #999;
    box-shadow: 0 0 10px #444;
    transition: all 0.2s linear 0s;
    margin: 1em .5em;
}
.owl-item .itemhover {
    border: 1px solid #444;
    box-shadow: 0 0 10px #909090;
}
.moreBtn {
	margin: .3em 0 .6em 0;
	display: inline-block;
	padding: .6em 1.2em;
	background: #8E1416;
	color: #fff;
	transition: all linear .2s;
}
.moreBtn:hover {
	background: #444; 
}
.prodTitle {
	padding: .15em 1%;
	margin: .15em 0;
	display: inline-block;
	width: 98%;
	white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease 0s;
}
.prodPrice {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}
.apoint a {
    border: 3px solid #fff;
    box-shadow: 0 5px 5px #444;
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    padding: 1em 1.2em;
    text-align: center;
    text-decoration: none;
    background: #8E1416;
    float: right;
    margin-bottom: 1em;
}

/* main slider */
			        .captionOrange, .captionBlack {
			            color: #fff;
			            font-size: 20px;
			            line-height: 30px;
			            text-align: center;
			            border-radius: 4px;
			        }
			        .captionOrange {
			            background: #EB5100;
			            background-color: rgba(235, 81, 0, 0.6);
			        }
			        .captionBlack {
			        	font-size:16px;
			            background: #000;
			            background-color: rgba(0, 0, 0, 0.4);
			        }
			        a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
			        	color: #ffffff;
			        	text-decoration: none;
			        }
			        a.captionOrange:hover {
			            color: #eb5100;
			            text-decoration: underline;
			            background-color: #eeeeee;
			            background-color: rgba(238, 238, 238, 0.7);
			        }
			        .bricon {
			            background: url(../img/browser-icons.png);
			        }

			/* jssor slider arrow navigator skin 20 css */
            /*
            .jssora20l                  (normal)
            .jssora20r                  (normal)
            .jssora20l:hover            (normal mouseover)
            .jssora20r:hover            (normal mouseover)
            .jssora20l.jssora20ldn      (mousedown)
            .jssora20r.jssora20rdn      (mousedown)
            */
			.jssora20l, .jssora20r {
                display: block;
                position: absolute;
                /* size of arrow element */
                width: 55px;
                height: 55px;
                cursor: pointer;
                background: url(../img/a20.png) no-repeat;
                overflow: hidden;
            }
            .jssora20l { background-position: -3px -33px; }
            .jssora20r { background-position: -63px -33px; }
            .jssora20l:hover { background-position: -123px -33px; }
            .jssora20r:hover { background-position: -183px -33px; }
            .jssora20l.jssora20ldn { background-position: -243px -33px; }
            .jssora20r.jssora20rdn { background-position: -303px -33px; }

/* basic responsive rules - panos */
@media (min-width: 769px) and (max-width: 968px) {
}
@media (max-width: 768px) {
	.content, #welcome, article ul > li > ul, 	#footer ul > li > ul {
		width: 96%!important;
		padding: 1%!important;
		margin: 1%!important;
	}
	#example {
		display: none;
	}
	#parasection article {
		height: auto;
		display: block;
		min-height: 12em;
	}
}
@media (min-width: 481px) and (max-width: 768px){
	#three ul > li  {
		width: 46%;
		padding: 1%;
		margin: 1%;
	}
}
@media (max-width: 481px) {
	#three ul > li  {
		width: 96%;
		padding: 1%;
		margin: 1%;
	}
}


/* /basic responsive rules - panos */
