* {
	margin:0;
	padding:0;
}

img.lightbox {
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color:#444;
	text-align:left;
	margin:0;
	padding:0;
}

#page {
	
}

.categories{
	padding:5px auto;
}
.categories li{
    font-size:14px;
    margin-left:25px;
    padding:0px;
    list-style:url(../images/design/list.gif);
    line-height:30px;
}
.categories li a:link, .categories li a:visited{
    font-family:Oswald, sans-serif;
    font-size:13px;
    font-weight:normal;
    line-height:18px;
    text-transform:none;
    text-decoration:none;
}
.categories li a:hover{
    padding:2px;
    -moz-box-shadow: 0px 0px 12px #9e9ea3;
    -webkit-box-shadow: 0px 0px 12px #9e9ea3;
    box-shadow: 0px 0px 12px #9e9ea3;
    border:none 0px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a {
	color:#26ace2;
	text-decoration:none;
}
a:hover {
	color:#26ace2;
}
a:active {
	color:#26ace2;
}
a.inside {
	color: #26ace2;
	text-decoration: none;
}
a.inside:hover {
	color: #26ace2;
	text-decoration: none;
}
a.inside-out {
	color: #26ace2;
	font-weight: bold;
	text-decoration: none;
}
a.inside-out:hover {
	color:#26ace2;
	font-weight: normal;
	text-decoration: none;
}
p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
	clear:none;	
}



body #page {
	margin:0;
	padding:0;
}
div.space10 {
	clear:both;
	height:10px;
}
div.space50 {
	clear:both;
	height:50px;
}
div#title {
	margin: 0px 0 5px;
	width: 545px;
	height:95px;
	float:left;
	position:relative;
	font-size:24px;
	color:white;
	text-align:center;
	padding:25px;
}
/************* Menu ******************/
div#menu-bg {
	
	padding-top: 0px;
	position: relative;
	z-index: 50;
	width:100%;
	float:right;
	margin-top:15px;

}
div#menu {
	position: relative;
}

div#menu ul {
	text-align: left;
	list-style:none;
	position: relative;
	z-index:1000;
	/*border-right: 1px solid #1A1A1A;*/

	margin:0;
	padding:0;
	display: table;
	table-layout: fixed;

	background-image: url(../images/design/background-light.jpg);
	/* background-image: url(../images/design/aser-christmas.jpg);*/
}

div#menu > ul > li {
	/*border-left: 1px solid #1A1A1A;*/

	float: left;
	position: relative;
}
div#menu > ul > li > a {
	color: #222;
	display: block;
	/*font-family: 'Oswald', sans-serif;*/
	font-size: 16px;
	line-height: 20px;
	padding: 17px 23px 14px 23px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	text-decoration:none;
	/*background:  url(../images/design/nav-bg.png) repeat-x;*/
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
	vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 5px solid #d9e7ee;
}
div#menu > ul > li.selected > a {
	background: rgba(123, 189, 222, 0.36);
	border-bottom:4px solid #26ace2;
	
}
div#menu > ul > li:hover > a {
		background: rgba(123, 189, 222, 0.36);
	border-bottom:4px solid #26ace2;
}
div#menu > ul > li.selected:hover > a {
		background: rgba(123, 189, 222, 0.36);
	border-bottom:4px solid #26ace2;
}
div#menu > ul > li#blank-menu-li {
	margin-left: 0px !important;
}

div#menu ul li > ul {
	/*background: #cccccc;*/
	display: none;
	margin-left: 0px;
	position: absolute;
	top: 50px;
	padding:5px 0;
	background: #26ace2;
	width: 100%;
}
div#menu ul li > ul li {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	background: #aaa;
	text-align: left;
	cursor: pointer;
	padding-left: 3px;	
}
div#menu ul li > ul li > a {
	/*font-weight:bold;*/
	color: #ffffff;
	text-decoration:none;
	cursor: pointer;
	display: block;
	padding: 6px 0 6px 12px ;
}
div#menu ul li > ul li:hover > a {
	color: #26ace2;
	cursor: pointer;
	margin-left: 10px;
}
div#menu ul li > ul li:hover {
	
}
div#menu ul li:hover > ul {
	display:block;
	z-index:1000;
}
/* END OF MENU */
div#wrap {
	margin: auto;
	
	width: 100%;
}
div#wrap-bottom {
	background:url(../images/design/bg-bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: auto;
	width: 960px;
	height:19px;
	margin-bottom: 8px;
}

img {
	border:0px;
}
.content-lightbox img {
	max-width:100%!important;
}

main {
	background-image: url(../images/design/pattern.png);
}

#main {
	margin:0 auto;
	width:100%;

	position: relative;
	z-index: 20;

}
#footer {
	margin: 0 auto;
	width: 100%;

}
#footer a, #footer p{
	color :#000;
	font-size:13px;

}
#footer-wrap {
	background: #c0c0c0;
	width:100%;
	margin-bottom:0px;

	/* background-image: url(../images/design/aser-christmas.jpg); */

}
.social-networks {
	float: left;
	display: none;
}
div#menu-top {
	float:right;
	display:none;
	width: 470px;
}
div#menu-top ul {
	list-style:none;
}
div#menu-top ul li {
	border-right: 1px solid #A2A2A2;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}
div#menu-top ul li:last-child {
	border: medium none !important;
	padding-right: 0 !important;
}
#header {
	position: relative;
		  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

width:100%;
top:0px;
z-index: 999;
}
.header.fixed {
	

}
#header-center {
	margin: 0 auto;
	position: relative;
padding:5px 20px;
	
}
#header #logo {
	float: left;
	
	margin-top: 15px;
	position: relative;
	width:20%;
	float:left;
	display:inline-block;
	
}

#header #logo img{
	max-width:200px;
	
}
#header #banner {
	float: left;
	height: 250px;
	margin-top: 18px;
	position: relative;
	width: 620px;
	overflow:hidden;
}
#header #slider {
	float: left;
	clear:both;
	margin-top: 18px;
	position: relative;
	width: 940px;
	overflow:hidden;
}
#header div.logo-widget {
	padding: 0 0 0 20px;
}
#header div.logo-widget a {
	font-weight:normal !important;
	color:inherit;
}
#header div.logo-widget a:hover {
	text-decoration: none;
}
#header #shortcuts {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 50px;
	margin-left: 698px;
	position: absolute;
	text-align: right;
	top: 80px;
	width: 200px;
}
#header #border {
	margin: 2px auto;
	width: 100%;
	height:1px;
	background-color:black;
}
#header .shortcut {
	float:right;
	padding-right:12px;
	clear:none;
}
div.sistem-menu {
	clear: right;
    float: right;
    margin: 5px 0 0;
}
div.login-menu {
	float: right;
    height: 21px;
    margin: 2px 0 0 20px;
    text-align: right;
    width: 252px;
}
div.login-menu img {
	position:relative;
	top:2px;
}
div#divide {
	clear: both;
	height: 5px;
	width: 100%;
}
div.divide-small {
	clear:both;
	height:5px;
	width:100%;
}
div.divide-smaller-gray {
	background-color: white;
	border-top: 3px solid #575551;
	clear: both;
	height: 10px;
	width: 100%;
	margin-top: 5px;
}
div.action {
	clear:both;
	height:40px;
	width:100%;
	background: #FC952E;
	margin: 0;
	border-bottom: 3px solid #FFAB22;
}
div.action h2 {
	/*color: #363027;*/
	color: #ffffff;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 0 10px 10px;
}
p#website-title {
	font-size:24px;
}
p#website-slogan {
	font-size:12px;
}
div.content {
	clear: both;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	padding: 0 0px;
	text-align: left;
}
div.content-contact {
	clear: both;
	font-size: 13px;
	min-height: 400px;
	padding-bottom: 15px;
	padding-top: 0px;
	width: 940px;
}
div.content-full {
	clear: both;
	font-size: 13px;
	margin-left: 0px;
	min-height: 400px;
	padding: 15px 10px;
	width: 930px;
}
div.content-landing {
	background-color: white;
	clear: both;
	font-size: 13px;
	margin-left: 5px;
	min-height: 400px;
	padding-bottom: 15px;
	padding-top: 7px;
	width: 930px;
}
.content-left div.gallery-content-wrapper {
	padding: 0px 0px 20px 0px;
	float: left;
	width: 100%;
}
.content-right div.gallery-content-wrapper {
	padding: 0px 0px 20px 0px;
	float: left;
	width: 600px;
}

div.content-login-left {
	padding: 0px;
	float: left;
	width: 400px;
	margin-bottom:50px;
	clear:none;
}
div.content-login-right {
	padding: 0px 0px 0px 100px;
	border-left:1px dashed #CECECE;
	float: right;
	width: 400px;
	clear:none;
}
.product-left {
	clear: none;
	float: left;
	min-height: 400px;
	width: 240px;
	padding-top: 15px;
	margin-left: 15px;
}

.product-left h2 {

	margin-left: 2px;
	margin-bottom: 15px;
}

.product-left ul {
	list-style: none !important;
	margin-left: -18px !important;
	margin-bottom: 10px;
	}
	
.product-left ul li {
	list-style: none !important;
	/*margin-left: -30px*/
	line-height: 120%;
	}	

.product-left ul li a {
	font-size: 15px;
	}


.product-left ul li ul li a {
	font-size: 13px;
	color:#930;
	}

.product-left ul li ul {
	list-style: none !important;
	margin-left: -15px
	}	


.product-right {
	background-color: white;
	clear: none;
	float: right;
	min-height: 400px;
	padding: 15px 5px 15px 5px;
	width: 665px;
}
.cart-left {
	clear: none;
	float: left;
	min-height: 400px;
	width: 160px;
	padding-top: 15px;
}
.cart-content {
	background-color: white;
	clear: none;
	float: right;
	min-height: 400px;
	padding: 15px 5px 15px 5px;
	width: 750px;
}
div.product-category-content {
	margin-bottom:10px;	
}
div.gallery-content-wrapper {
	padding: 0px 0px 20px 0px;
	float: left;
	width: 930px;
}
div.social-buttons {
	display:block;
	width:100%;
	height:20px;
	margin-bottom:5px;
	margin-top:20px;
	float: left;
}
div.facebook-button, div.twitter-button, div.gplus-button {
	position:relative;
	display:block;
	float:left;
	width:30%;
	clear:none;
	height:20px;
}
ul.product-menu li.selected > a {
	font-weight:bold;
}
/* TITLES */
h1 {
	font-size: 30px;
	margin-bottom: 30px;
	color: #222;
	font: 500 30px/30px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
h2 {
	color: #222;
	font: 500 24px/24px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 30px;
}
h3 {
	color: #222;
	font: 500 20px/20px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 30px;
}
div#footer h2.latest-news-h2, div#footer h2.latest-actions-h2 {
	padding-left:20px;
	color: #363027;
}

img.newsletter-mail {
	margin: -7px 8px -9px 0;
}
input.newsletter-button {
	margin-top: 5px;
}
a.social-image {
	padding-right:7px;
}

/* END TITLES */
img.newsletter-mail {
	margin: -7px 8px -9px 0;
}
input.newsletter-button {
	margin-top: 5px;
}
a.social-image {
	padding-right:7px;
}
/* Footer columns */
div.footer-column-3 {
	float: right;
	padding-right: 0px !important;
	text-align: right;
	width: auto;
	color: #757575;
	font-size: 12px;
	line-height: 24px;
}
div#footer-admin {
	color: #757575;
    float: right;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    text-align: right;
    width: 200px;
    display: none;
}
/* -------- */
textarea {
	resize: vertical;
}
textarea.long {
	width:500px;
}
div.row-expand {
	font-size:10px;
}
div#login {
	text-align:right;
}
div#login img {
	left: 3px;
	position: relative;
	top: 3px;
}
img.loading {
	margin-left: 3px;
	position: relative;
}
a.hand, img.hand {
	cursor:pointer;
}
div.small-font {
	font-size:10px !important;	
}
div.inside-album {
	clear: both;
	float: left;
	padding: 15px 0 0 0;
	width: 700px !important;
}

div.inside-album h3 {
	display: none;
}

div.album_item {
	float: left;
	height: 185px;
	margin: 10px;
	width: 204px;
}
div.album_item span {
	text-align:center;
}
div.album_item_thumbnail {
	background-color: #cecece;
	padding-top: 2px;
}
div.album_item_title {
	color: black;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	width: 167px;
	/*height: 22px;*/
	min-height: 22px;
}
div.album_item_pictures {
	position: relative;
	top: 5px;
}
.hidden {
	display:none;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	font-size: 14px;
	margin-right: 10px;
	text-align: right;
	width: 130px;
}
div.widget div.row span.label {
	text-align: left !important;
	float:left;
}
div.widget div.row span.field {
	float:left;
	clear:left;
}
div.widget textarea {
	width:210px;
}
div.row span.field {
	float: left;
	text-align: left;
	z-index:1;
	overflow:hidden;
}
font.blue {
	color:blue;
}
font.small {
	font-size:10px;
}
.width-500 {
	width:500px;
}
input[type=button] {
	cursor:pointer;
	padding:2px 4px;
}
input[type=button].edit-button {
	clear: both;
	float: left;
	margin-top: 10px;
}
div.folder {
	width:300px;
	position:relative;
	float:left;
}
input.m-short, select.m-short {
	margin: 1px;
	width:100px;
}
li.m-subitem input.m-short {
	margin-left: 11px;
	width: 90px;
}
input.m-medium, select.m-medium {
	margin: 1px;
	width:200px;
}
input.m-average, select.m-average {
	margin: 1px;
	width:150px;
}
ul {
	list-style:inside;
}
ul.sitemap > li {
	padding:5px 0;
}
ul.sitemap > li.home {
	font-size:16px;
	list-style:none;
}
ul.sitemap > li.page {
	font-size:14px;
	list-style-position:inside;
	list-style-type:circle;
}
ul.sitemap > li.module {
	font-size:14px;
	list-style-position:inside;
	list-style-type:circle;
}
ul.sitemap > li.module-sub {
	font-size: 12px;
	left: 15px;
	list-style-position: inside;
	list-style-type: disc;
	position: relative;
	padding:2px 0 !important;
}
ol {
	list-style:inside;
	list-style-type:decimal;
}
li.m-details {
	list-style:none;
}
li.m-item {
	list-style-image:url(../images/m-item.gif);
	cursor:pointer;
}
li.m-subitem {
	list-style-image:url(../images/m-subitem.gif);
}
ul.m-main {
	padding-left: 50px;
	padding-top: 15px;
}
.transparent {
	opacity:0.7;
}
img.delete {
	cursor:pointer;
}
div.content-full {
	clear: both;

	margin-left: 0px;
	min-height: 400px;
	
	padding-top: 45px;
	width: 100%;
}




div.content-right {
	
    clear: none;
    float: right;
    margin-right: 0;
    min-height: 400px;
    padding: 65px 0px;
    width: 70%;
}
div.content-left {
  float:left;
    padding: 65px 0px;
    width: 70%;
}
div.sidebar-right {
	clear: none;
	float: right;
	  padding: 65px 0px;
    width: 24%;
}

div.sidebar-right h2{
	font-size:25px;
	margin-bottom:10px;
}

div.sidebar-right .home_news_item {
	width: 300px;
}
div.sidebar-right .home_news_item_i_no_picture h5 {
	width: 200px;
}


.contact {
	margin-top:30px;
}
.homepages {
	
	
}

.homepages h2{
	text-align:center;
	margin-bottom:50px;
	
}
div.widget-class-1 {
}
div.widget-class-1 img, div.widget-class-1 input {
	float:left;
}
div.subscribe-msg {
	padding-left:0px;
}
div.widget ul {
	padding-left:20px;
}
div.hr {
	margin: 5px auto;
	width: 100%;
	height:1px;
	background-color:black;
}
div.user-info {
	text-align:center;
}
#user-logout {
	cursor: pointer;
	float: left;
	height: 16px;
	position: absolute;
	top: 25px;
	width: 16px;
}
#profile-picture {
	height: 50px;
	text-align: right;
	width: 50px;
	float:left;
}
 .loginContainer {
	background-color: #DEDEE6;
	border-color: #D1D1D1;
	border-style:solid;
	border-width:1px;
	padding:25px;
}

.loginContainer {
	margin:0 auto;
	width:500px;
	min-height:250px;
	margin-top:5px;
}
select {
	margin:2px 4px 2px 0px;
}
div#column1 {
	float:left;
	width:250px;
	margin-right:10px;
}
div#column2 {
	float:left;
	width:600px;
}
div.atribute {
	float:left;
	width:100px;
	text-align:right;
	padding-right:5px;
	padding-bottom:5px;
	height:20px;
}
div.atribute_short {
	float:left;
	width:85px;
	text-align:right;
	padding-right:5px;
	padding-bottom:5px;
	height:20px;
}
div.field_short {
	float:left;
	width:50px;
}
div.field_medium {
	float:left;
	width:150px;
}
div.field_average {
	float:left;
	width:115px;
}
div.field_long {
	float:left;
	width:315px;
}
div.field_full {
	float:left;
	width:100%;
}
div.clear {
	clear:both;
}
p.small {
	font-size:smaller;
}
.clear {
	clear:both;
}
.space1 {
	height:1px;
}
.space4 {
	height:4px;
}
.fleft {
	float:left;
}
.cleft {
	clear:left;
}
.fright {
	float:right;
}
.tright {
	text-align:right !important;
}
.lalign {
	text-align:left;
}
.ralign {
	text-align:right;
}

font.mandatory {
	color:#DB211B;
}
font.colored {
	color:#096CFB;
}
font.ok {
	font-weight:bold;
	color:#00A253;
}
font.error {
	font-weight:bold;
	color:#DB211B;
}
div.bold {
	font-weight:bold;
}
div.white {
	color:white;
}
input[type=submit], button {
}
.search-button {
	background: none repeat scroll 0 0 #666666;
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    display: block;
    font-size: 14px;
    height: 32px;
    padding: 0;
    position: relative;
    width: 60px;
}
.search-wrapper {
	margin-top:43px;
	margin-bottom:0;
	padding:0;
	position:relative;
}
#search {
	height: 35px;
    margin: 12px 0 0 188px;
}
#search-query {
	height:30px;
	width:210px;
	margin:0;
	display: inline-block;
	outline: medium none;
	position:relative;
	float: left;
	padding-left:10px;
}
input.subscribeEmail {
	padding: 0 5px;
}
input[type=submit].noPadding {
	padding:0px !important;
	position:relative;
	top:-1px;
}
input[type=submit]:hover, button:hover {
	cursor:pointer;
}
input[type=text], input[type=password], input[type=file] {
	border:solid;
	border-width: 1px;
	border-color: #A5A5A5;
	background-color: white;
	color: #2C3944;
	height:20px;
}

form#ContactForm input, form#ContactForm textarea {
	padding: 3px;
	border-radius: 2px;
}

div.message {
	background-color:#D5E8FF;
	margin:5px;
	padding:5px;
	border:solid;
	border-width: 1px;
	border-color: #4298FF;
}
div.center {
	text-align:center;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
	text-align:center;
}
div.error {
	color:red;
}
input.short {
	width:35px;
}
input.small {
	width:65px;
}
input.medium {
	width:210px;
}
input.average {
	width:100px;
}
input.long {
	width:300px;
}
input[readonly=true] {
	background-color:#C3C3C3;
}
div.b {
	font-weight:bold !important;
}
div.dbg {
	background-color:#E6E6EC !important;
}
div.welcome {
	height:400px;
}
div.index-type {
	position:relative;
	left:40px;
}
div.s {
	font-size:10px;
	line-height:10px;
	text-align:left;
}
div.paginator {
	clear: both;
    margin: 0 auto;
    overflow: hidden;
}
/* PAGINATOR */
div.paginatorItem {
	background-color:#FFAB22;
	color:white;
	padding:0px;
	margin-right:4px;
	text-align:center;
	float:left;
	clear:none;
}
div.paginatorItemDisabled {
	background-color: #6B6B6B;
	clear: none;
	color: #fff;
	float: left;
	margin-right: 4px;
	min-width: 20px;
	padding: 5px 10px;
	text-align: center;
}
div.paginatorItem:hover {
	background-color:#889cb2;
	cursor:pointer;
}
div.paginatorItem a {
	display:block;
	padding:2px 6px;
	min-width:16px;
	color:#889cb2 !important;
	text-decoration:none !important;
}
div.paginatorItem:hover a {
	color:white !important;
	text-decoration:none !important;
}
/* END OF PAGINATOR */
div.item_space_transparent {
	height: 1px;
	overflow:hidden;
	width: auto;
	background-color:#ccd2d6;
}

div.product_category_item { /* fix in php code the number of items per line if you change width */
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    float: left;
    margin: 10px 5px 10px 0;
    padding: 10px;
    position: relative;
	width: 196px;
}
div.product-thumbnails-item-big {
	height:185px;	
}
div.product-thumbnails-item-big img {
	cursor:pointer;	
}
div.product_category_item div.product_category_thumbnail {
	margin-bottom:5px;
}

div.product_category_item_no_margin_right { 
    margin: 10px 0px 10px 0 !important;
    width: 197px;	/* 1 more pixel to fit in template */
}
div.product-category-subcategories {
	width:700px;	
}
div.product_category_title, div.product_category_thumbnail > p {
	text-align:center;
}
div.product_item {
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 643px;	
}



div.product_thumbnail {
    clear: none;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 200px;
}
div.product-thumbnails {
    border: 0px solid #C0C0C0;
    clear: none;
    float: left;
    margin: 20px 10px 5px 0;
    position: relative;
    width: 200px;
	overflow:hidden;
}
div.product-prices {
    clear: none;
    float: left;
    margin: 20px 0px 0px 30px;
    position: relative;
    min-width: 400px;
}
div.product-content-tabs {
    clear: left;
    float: left;
    margin: 20px 0px 0px 0px ;
    position: relative;
    width: 665px;
}
div.product-thumbnails-item-big-border-bottom {
	border-bottom:1px solid #C0C0C0;
}
div.product-thumbnails-item-little {
	position:relative;
	float:left;
	clear:none;
}
div.product_info {
    padding: 20px;
    position: relative;
    width: 400px;
	float:left;
	clear:none;
}
div.product_info h3 {
	padding-bottom:10px;
}
p.product_text {
	padding: 15px;
    text-align: justify;
    width: 325px;
}
span.product_price_normal {
	margin-right: 20px;
}
span.product_price_lower {
	margin-right: 20px;
}
div.product_info font.price, div.product-prices font.price {
	color:#F5862B;
	font-size:16px;
	font-weight:bold;
}
p.product_stock {
	margin-bottom:5px;
}
p.product_stock img {
	top:4px;
	position:relative;
}

div.product-prices p {
	margin: 7px 0;	
}

div.product-content-tabs {  
	width: 665px !important;  

}

div.product-content-tabs ul.tabs, div.cart-left ul.cart-tabs {  
	margin: 0px !important;  
	padding: 0px !important;  
	list-style: none !important;  
}
div.product-content-tabs ul.tabs li, div.cart-left ul.cart-tabs li {  
	background: none !important;  
	color: #222 !important2;  
	display: inline-block !important;
	cursor: pointer !important;  
}
div.product-content-tabs ul.tabs li {
	padding: 10px 15px !important;  
}
div.cart-left ul.cart-tabs li { 
	padding: 10px 15px !important;
	margin: 0px !important;
	float:left;
	clear:left;
	width:150px;
}
div.product-content-tabs ul.tabs li.current {  
	background: #ededed !important;  
	color: #222 !important;  
}
div.cart-left ul.cart-tabs li.current {  
	background: #cecece !important;  
	color: #222 !important;  
}
div.product-content-tabs .tab-content, div.cart-content .tab-content{  
	display: none !important;  
	background: #ededed !important;  
	padding: 15px !important;
	margin-bottom: 15px;
}  

div.product-content-tabs .tab-content.current, div.cart-content .tab-content.current{  
	display: inherit !important;  
}

div.news_item {
	border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;	
	padding:20px 0;
}
div.action_item {
	border-bottom: 1px solid #CECECE;
    clear: both;
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
}
div.search_item {
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 583px;	
}
div.news_thumbnail, div.action_thumbnail, div.search_thumbnail {
    clear: none;
    float: left;
    padding: 0px 0;
    position: relative;
    width: 25%;
	overflow:hidden;
	
}

div.search_info {
    position: relative;
    margin-left: 20px;
    width: 70%;
	float:left;
	clear:none;
}
div.action_info {
    position: relative;
    margin-left: 20px;
    width: 70%;
	float:left;
	clear:none;
}
div.news_info {
    
    position: relative;
    margin-left:20px;
	float:right;
	clear:none;
	width:70%;
}
p.news_text {
	padding-top: 10px;
	padding-bottom: 10px;	
    text-align: justify;
    width: 100%;
}
p.action_text {
	padding-top: 10px;
	padding-bottom: 10px;	
    text-align: justify;
    width: 100%;
}

.widget-news ul {
	list-style: none !important;
	margin-left: -40px !important;
	}
	
.widget-news ul li {
	list-style: none !important;
	}
	
.widget-news a {
	font-size: 16px;
	}
	
.widget-news H2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	}		

p.search_text {
	padding: 15px;
    text-align: justify;
    width: 100%;
}

div.home_news_item {

}

div.home_action_item {
	
}

div.home_news_thumbnail, div.home_action_thumbnail {

    width: 50%;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}
div.home_news_thumbnail .cal, div.home_action_thumbnail .cal{

	position:absolute;
	bottom:0px;
	right:0px;
	padding:20px 30px;
	font-size:15px;
	color:#fff;
	background: rgba(38, 172, 226, 0.8) none repeat scroll 0 0;
	text-align:center;
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}


div.home_news_thumbnail .cal span, div.home_action_thumbnail .cal span{

	display:block;
	margin-bottom:5px;
}
div.home_product_item {
	background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #CECECE;
    float: left;
    height: 160px;
    margin: 10px 10px 0 0;
    padding: 14px;
    text-align: center;
    width: 195px;
	overflow:hidden;
}
div.home_product_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;
    position: relative;
    width: 180px;
}
div.home_product_thumbnail > a {
    width: 180px !important;
	height: 140px !important;
}
div.home_news_thumbnail img, div.home_action_thumbnail img {
    width: 100% !important;
	display:block;
	  -ms-transform:  rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}

.home_news_item:hover img, .home_action_item:hover img  {
	  -ms-transform:  rotate(-10deg) scale(1.3);
    -webkit-transform: rotate(-10deg) scale(1.3);
    transform: rotate(-10deg) scale(1.3);
	}
	
.home_news_item:hover div.home_news_thumbnail .cal, .home_action_item:hover div.home_action_thumbnail .cal{


	background: rgba(255,255, 255, 0.8) none repeat scroll 0 0;
	color:#000;

}

.home-news h3 a,.home-actions h3 a {
  color :#222;
  transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
}

.home_news_item:hover  h3 a,  .home_action_item:hover h3 a {
  color :#26ace2;
}
div.home_product_thumbnail img {
    width: 150px !important;
}
div.home_news_info, div.home_action_info {
   
    width: 100%;
}
p.home_news_text, p.home_action_text {
	padding: 5px 0;
color :#666;
    text-align: justify;
}
.home_news_more a::after { 
 border-bottom: 26px solid transparent;
    border-left: 5px solid #26ace2;
    border-top: 26px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -5px;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    width: 0;
	
}
.home_news_more a { 

 background: #26ace2 none repeat scroll 0 0;
    border: 1px solid #26ace2;
    color: #fff!important;
    display: inline-block;
    line-height: 50px;
    padding: 0 15px 0 20px;
    position: relative;
    text-transform: lowercase;
	margin-top:20px;
	}
div.home_product_info {
    clear: none;
    float: left;
    position: relative;
    top: -55px;
    width: 180px;
    z-index: 100;
}
div.home_product_item > h3 {
	height:20px;
	overflow:hidden;	
}
div.home_product_info p {
	background:url(../images/transparent-product.png) repeat;
	font-weight:bold;
	font-size: 15px;
	/*text-shadow:1px 1px #333;*/
}
div.home_product_info p.home_product_price_old {
	color:#000;
}
div.home_product_info p.home_product_price_new {
	color:#F30;
}
p.home_product_text {
	padding: 5px;
    text-align: justify;
}

div.news_item > img.thumbnail, div.action_item > img.thumbnail {
	float:left;
	margin-right: 15px;
}
div.home_page_text_item {
	float: left;
	overflow: hidden;
}
div.homepage-subscribe-class-1 {
	padding: 0 0 20px 20px;
}
/* ITEMS */
div.home_page_item {
	  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	  height: 264px;
}
.home_page_text {
	width:50%;
	float:right;
	padding:10px;
	}
.home_page_item_thumbnail {
	float:left;
	width:45%;
	}
div.home_page_item h2 {
	
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 22px;
	color: #fff;
	font-weight:normal!important;
	line-height:25px;
	text-align:center;
	
}
div.home_page_item h2 a:hover {
	text-decoration:none;
}
div.home_page_item p {
	line-height: 23px;
	color: #fff;
	font-size: 14px;

}
div.home_page_item p a {
	
	display: block;
	font-weight:700;
	margin-top:10px;
	color :#fff;
	
}
div.home_page_item #button-more a:hover {
	color: #d43b1c;
	background:  url(../images/design/buttonh-more.png) no-repeat;
}
div.home_page_item img {
	display:block;
	width:100%;
}

.bx-pager.bx-default-pager { display:none;}
.border-horiz {
	/*background:  url(../images/design/border-horiz.gif) repeat-x scroll 0 0 transparent;*/
	border-top: 1px solid #999;
	height: 2px;
	margin: 15px 0 15px;
	width: 100%;
	float:left;
}
#main #content {
	margin:0 auto;

	padding-top:40px;

}

#main #content ul {
	padding-bottom: 4px;

	margin-left: 10px;
	list-style-type: disc;

}
#main #content ul li {
	display: list-item;
	list-style: disc outside;
	font-size: 14px;
	margin: 0;
	outline: 0 none;
	vertical-align: top;
	line-height:20px;
	margin-left: 20px;
}
#main #content .home-products ul li {
	margin-left:0;
}
.calendar {
	background: none repeat scroll 0 0 #6B6B6B;
	color: #FFFFFF;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0 20px 0 0;
	padding: 5px 0 4px;
	text-align: center;
	width: 60px;
	text-transform:uppercase;
}
.calendar span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform:uppercase;
}
.news-top {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: top;
	display: block;
	float: left;
}
.news-second {
	padding: 0;
	margin: 5px 0 0 0;
	display: block;
	float: left;
}
div.home_news_item_i, div.home_actions_item_i {
	margin-bottom: 20px;
	float: left;
}
div.home_actions_item_i span.action_date, div.home_news_item_i span.news_date {
	padding-top: 6px;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	display: block;
	vertical-align: top;
	color: #565656;
}
div.home_actions_item_i span.action_text, div.home_news_item_i span.news_text {
	display: block;
}
div.home_actions_item_i span.action_more a, div.home_news_item_i span.news_more a {
	text-align: left;
	color:#d43b1c;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	float:left;
}
a.home-more-news {
	color: #D43B1C;
	margin-left: 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	padding-right: 50px;
	display:none;
}
.more-news {
	display:block;
	float:left;
	position:relative;
	width:900px;
	text-align: left;
	padding-top: 0px;
}
div.action_item span.action_date, div.news_item span.news_date {
	color: #1F1F1F;
	display: inline-block;
	font-family: tahoma;
	font-size: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
	text-transform: uppercase;
	width: 100%;
}
div.action_item span.action_text, div.news_item span.news_text {
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 35px;
	width: 100%;
}
div.action_item span.action_more, div.news_item span.news_more {
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	margin-left: 35px;
	width: 100px;
}
div.home_news_item_i img, div.home_actions_item_i img, div.action_item img, div.news_item img {
	float:left;
	padding: 0px 7px 0px 0px;
}
div.action_item h3, div.news_item h3 {
	
	font-size: 20px;
	font-weight: bold;
	padding-left: 0px;

	margin-bottom:10px;
}
div.action_item_no_picture, div.news_item_no_picture {
	padding-left: 0px !important;
	padding-top: 0px !important;
}
div.action_item_no_picture h3, div.news_item_no_picture h3 {
	padding-left: 0px;
	padding-top: 10px;
}
div.home_actions_item_i_no_picture h5, div.home_news_item_i_no_picture h5 {
	padding-left: 0px !important;
	padding-top: 5px !important;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 0 !important;
	text-transform: none;
	float:left;
	vertical-align: top;
	width:300px;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
div.home_actions_item_i_no_picture h5 a, div.home_news_item_i_no_picture h5 a {
	color:#000;
	font-family: 'Oswald', sans-serif;
}
div.action_item_no_picture span.action_date, div.news_item_no_picture span.news_date {
	margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_date, div.home_news_item_i_no_picture span.news_date {
	margin-left: 0px !important;
	display: block;
	vertical-align:top;
	float:left;
}
span.news_text {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #838383;
	padding-left:0px;
	margin-left:0px;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	vertical-align: top;
	line-height:18px;
}
span.news_text a {
	color:#d43b1c;
	text-transform:uppercase;
	margin-left:5px;
}
div.action_item_no_picture span.action_text, div.news_item_no_picture span.news_text {
	margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_text, div.home_news_item_i_no_picture span.news_text {
	margin-left: 0px !important;
}
div.action_item_no_picture span.action_more, div.news_item_no_picture span.news_more {
	margin-left: 0px !important;
}
div.home_actions_item_i_no_picture span.action_more, div.home_news_item_i_no_picture span.news_more {
	margin-left: 10px !important;
}

.latest-actions ul {
    list-style: outside none none !important;
    margin-left: -40px !important;
}

/* END OF ITEMS */
div.home-text-wrapper {
	overflow:hidden;
	position: relative;
	width: 100%;
}
div.home-pages {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
	width: 100%;
}
p.home_page_item_thumbnail {
	padding-top: 2px;
	position: relative;
	overflow: hidden;
}
div.footer-vsi-entry {
	float: left;
	margin-right: 35px;
	padding-left: 10px;
	position: relative;
	text-align: left;
	color: #757575;
	font-size: 12px;
	line-height: 24px;
}
div.footer-copyright {
	float: left;
	margin: 7px 0px 0px 0px;
	position: relative;
	text-align: left;
	color: #757575;
	font-size: 12px;
	line-height: 24px;
}
div#menu-top a {
	font-weight:normal;
	color: inherit;
	font-family: arial;
	font-size: 11px;
	text-decoration:none;
}
div#footer a {

}
div#footer a:hover {
	text-decoration:underline;
}
div#menu-top a:hover {
	text-decoration:underline;
}
#footer .shortcut, div.letter {
	float:left;
	padding-right:12px;
	clear:none;
}

div.home-text {
	float: left;
	width:940px;
	padding-bottom: 20px;
	padding-top: 20px;
}


div.home-products {
	float: left;
	max-width: 940px;	
	width: 100%;
	background:none;
	margin-left: 0px;
}
div.home-actions {
	float: left;
	width: 440px;
	background:none;
}
.pogosta-vprasanja {
	width: 440px;
}
.pogosta-vprasanja #top {
	background: url(../images/quote-arrow.png) no-repeat 0px 10px;
	padding-left:17px;
	position:relative;
	margin-bottom:20px;
}
#top #content, #bottom #content {
	width:100%;
	background:#e3e3e3;
	padding-top:15px;
	padding-bottom:15px;
}
#top #content .title, #bottom #content .title {
	padding-left:15px;
	padding-right:15px;
	color: #000000;
}
#top #content p, #bottom #content p {
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	line-height: 18px;
	color: #838383;
}

div.title h1 {
	text-align: center;
}

.pogosta-vprasanja #bottom {
	background: url(../images/quote-arrow1.png) no-repeat right 10px;
	padding-right:17px;
	position:relative;
	margin-bottom:40px;
}
div.home-gallery {
	float:left;
	padding:15px;
}
#slideshow_wrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 930px;
	height:320px;
}
#slideshow_wrap div.nav {
	margin-top: -190px;
	position: absolute;
	width: 100%;
	z-index: 100;
}
#slideshow_wrap div.nav div.nav-center {
	margin:0 auto;
	width: 100%;
}
#slideshow_wrap #slideshow {
	height: 345px;
	margin: auto;
	width: 930px;
}
#slideshow_wrap div.nav-center > div.fleft {
	padding-left:17px;
}
#slideshow_wrap div.nav-center > div.fright {
	padding-right:30px;
}
#slideshow_wrap div.caption {
	background: url("../images/transparent-slider.png") repeat scroll 0 0 transparent;
	/*height: 45px;*/
	/*background: #CCC;*/
	padding: 5px;
	position: absolute;
	right: -600px;
	text-align: left;
	top: 69%;
	min-width: 400px;
	z-index: 20;
}
#slideshow_wrap div.caption p {
    font-size: 35px;
	line-height: 32px;
}

.home-slider {
	position:relative;
}

.homeitems {
	left:0px;
	right:0px;
	bottom:20px;
	padding: 50px 0;
}

div.caption-wrap {

    position: absolute;
    text-align: left;
    top: 20%;
	bottom:0%;
	left:0%;
	right:0;
   width:100%;
	padding:20px 0;
    z-index: 20;
   
	text-align:left;
	width:100%;

}



div.caption-out {
  max-width :1200px;
	margin:0 auto;


}
 div.caption  {
	max-width :1200px;
    color: #fff;
	margin:0 auto;
	display: none;
}

 div.caption .button {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: auto;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: uppercase;
	line-height:15px;
    z-index: 2;
}
 div.caption p {
    line-height: 30px;
	font-size: 20px;

display:inline-block;
width:auto;
float:left;
padding:15px 30px;
 background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #000;
	

	
}

div.caption a {
	  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    font-size: 25px;
	padding:15px 30px;
    line-height: 30px;
    text-transform: uppercase;
	color:#fff;
	display:inline-block;
	float:left;
}

div.caption a:hover {
	text-decoration: none;
}

.contact h2{
	color: #000000;
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    padding-bottom: 37px;
    text-transform: uppercase;
}
.slidingDiv {
    height:auto;
    padding-top:20px;
	padding-bottom:10px;
    margin-top:10px;
    display: none;
	margin-bottom:10px;
	color: #838383;
    line-height: 18px;
}
.show{
	color: #d43b1c !important;
    display: block;
    line-height: 18px;
    padding-bottom: 0px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}
.show ul li:hover{
	color: #888 !important;
}
.show ul li{
	color: #d43b1c !important;
}

.cart-preview {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 2px 10px;
	margin-left:20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-preview:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	text-decoration: none;
}
.cart-preview:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	position: relative;
	top: 1px;
}
.cart-add {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 1px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-inquiry-add {
	padding: 3px 5px;
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.cart-add:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
	text-decoration: none;
}
.cart-add:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
	position: relative;
	top: 1px;
}
.cart-add > span {
	position: relative;
    top: 0px;	
}
div#cart-preview-html {
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
    border: 1px solid #505050;
    border-radius: 5px 0 5px 5px;
    padding: 10px;
    position: absolute;
    top: 23px;
    width: 230px;
    z-index: 1000;
	display: none;
}
div.cart-preview-product {
	border-bottom: 1px dashed #969696;
    clear: both;
    float: left;
    margin-bottom: 6px;
    padding-bottom: 6px;	
}
div.cart-preview-product-quantity {
	clear: none;
    float: left;
    padding-right: 5px;
    text-align: left;
    width: 35px;
}
div.cart-preview-product-title {
	width:125px;
	float:left;
	clear:none;
    padding-right: 5px;
	font-size:10px;
    text-align: left;
}
div.cart-preview-product-title-long {
	width:195px;
	float:left;
	clear:none;
    padding-right: 5px;
	font-size:10px;
    text-align: left;
}
div.cart-preview-product-price {
	width:60px;
	float:right;
	clear:none;
	text-align:right;
}
div.cart-preview-continue {
	padding:5px 0 0 0;	
}
div.cart-preview-continue a {
	font-size:13px !important;
	color: #F30 !important;	
}
div.cart-preview-close {
	padding:5px 0 0 0;	
}
div.cart-preview-close a {
	font-size:13px !important;
	color: #F30 !important;	
}
div.cart-preview-empty {
	font-size:12px !important;
	text-align:left;
	color: #F30 !important;	
}

div#cart-preview-message {
	margin-bottom:5px;	
}
div.cart-preview-product-quantity > img.cart-delete-item {
	position:relative !important;
	left:-5px !important;	
}
img.cart-delete-item {
	position:relative;
	left:-10px;	
}
div.cart-content-product {
	border-bottom: 1px dashed #969696;
    clear: both;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
	width: 100%;	
}
div.cart-content-product-quantity {
	clear: none;
    float: left;
    font-size: 14px;
    padding-right: 5px;
    text-align: left;
    width: 75px;
}
div.cart-content-product-code {
	clear: none;
    float: left;
    font-size: 14px;
    padding-right: 5px;
    text-align: left;
    width: 80px;
	overflow: hidden;
}
div.cart-content-product-title {
	width:145px;
	float:left;
	clear:none;
    padding-right: 5px;
    text-align: left;
}
div.cart-content-product-price-without-discount {
	width:80px;
	float:right;
	clear:none;
	text-align:right;
}
div.cart-content-product-discount {
	width:100px;
	float:right;
	clear:none;
	text-align:right;
}
div.cart-content-product-price-with-discount {
	width:80px;
	float:right;
	clear:none;
	text-align:right;
}
div.cart-content-product-price-total {
	width:200px;
	float:right;
	clear:none;
	text-align:right;
	margin-right:5px;
}
div.cart-content-product-vat {
	width:50px;
	float:right;
	clear:none;
	text-align:right;
	margin-right:5px;
}
div.cart-content-product-price-without-vat {
	width:80px;
	float:right;
	clear:none;
	text-align:right;
	margin-right:5px;
}
div.cart-content-inquiry {
	margin-top:30px;
	width:200px;
	float:left;
	clear:left;
	text-align:left;
}
div.cart-content-buy {
	margin-top:30px;
	width:200px;
	float:right;
	clear:right;
	text-align:right;
}

table.Order {
	border: 1px solid;
    width: 720px;
}	
table.Order td {
	padding: 5px;
}	
table.Order td.ID {
    width: 50px;	
}		
table.Order td.Date {
	width:125px;	
}		
table.Order td.Status {
	width:100px;	
}		
table.Order td.Amount {
	width:100px;	
}		
table.Order td.PDF {
	width:100px;	
}		
table.Order td.Cancel {
	width:85px;	
}
input.quantity-numeric {
	width:35px;
	position:relative;
	top:-4px;
	text-align:center;
}

p.product-login {
	background-color: #FFFF99;
    border: 1px solid #FFCC00;
    margin: 0 0 10px;
    padding: 5px;
}
/*featured products */
div.featured_product_item {
	
    float: left;
    height: 361px !important;
    margin: 10px 0px 0 0;
    
    text-align: center;
   border:1px solid #ccc;
	overflow:hidden;
	background:#fcfcfc;
}

div.featured_product_item h3{
 color:#222222;
 font-size:14px;
 font-weight:normal;
 height:230px;
}
div.featured_product_item h3 a{
 color:#222222;

}
.featured-products .bx-pager{
	display:none;
	}
div.featured_product_thumbnail {
    clear: none;
    float: left;
    overflow: hidden;		height: 200px!important;
    position: relative;
     width: 100% 
}
div.featured_product_thumbnail > a {
    width: 100% !important;
	height: auto !important;
}

div.featured_product_thumbnail > a:hover {
    opacity:0.5;
}
div.featured_product_thumbnail {
	clear: none;
	float: left;
	overflow: hidden;	
	height: 200px!important;	
	position: relative;
	width:	100%;
	
}
div.featured-products-inside {		
	max-width: 1170px;
	background:none;
	margin:0 auto;
}
div.featured_product_item {
	float: left;
	height: 361px !important;
	margin: 10px 0px 0 0;
	text-align: center;
	border: 1px solid #ccc	;
	overflow: hidden;
	background: #fcfcfc;
	
}
li.clip img{	margin: 10px auto 10px 11px!important;}
.product-title{	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #222222;	
		font-size: 18px;	
		line-height: 1.1em;	
		font-weight: 600;	
		margin-bottom: 14px;
}
.ammount .price{	
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	display: inline;
	text-decoration: none;
	font-size: 15px;	
	line-height: 24px;	
	font-weight: 600;
	color: #c3512f!important;
}
.avia-arrow{	
	height: 10px;		
	width: 10px;		
	position: absolute;
	top: -6px;		
	left: 50%;		
	margin-left: -5px;	
	border-color: #e1e1e1;	
	-webkit-transform: rotate(45deg);	
	-moz-transform: rotate(45deg);
	/* transform: rotate(45deg); */
	/* border-width: 1px; */	
	/* border-style: solid; */	
	visibility: hidden\9;
}
#main #content ul.product-menu > li > ul{
		border-top: 2px solid #e1e1e1;
}
#main #content ul.product-menu > li a{	
		color:#222222;	
}
#main #content ul.product-menu > li > ul >li a{	
		width: 100%;	
		height: auto;	
		/* float: left; */
		/* text-align: left; */	
		line-height: 23px;	
		/* padding: 8px 15px; */
		font-size: 12px;
		min-height: 23px;
		max-width: none;	
		/* text-decoration: none; */
		color: #808080;	
}

div.product_item2 {
	background: none repeat scroll 0 0 #fff;
	
	border: 1px solid #CECECE;
	
	margin: 9px 2px 0 0;
	
	padding: 10px;
	
	width: 142px;
	
	height: 198px;
	
	float: left;
}
.product_item2 a img {

	width: 120px!important;

}

.product_item2 a{

	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	
	color: #000000;
	
	text-transform:uppercase;

}
/*	assemble  section - START */
div.assemble-left {
	clear: none;
	float: left;
	min-height: 400px;
	width: 240px;
	padding-top: 15px;
}

div.assemble-left h2 {

	font-size: 28px !important;
}

div.assemble-left ul {
	list-style:none;
	margin-left: 0px !important;
	margin-top: 20px !important;
}

div.assemble-left ul li {
	list-style:none;
	margin-left: 0px !important;
}

div.assemble-right {
	background-color: white;
	clear: none;
	float: left;
	min-height: 400px;
	padding: 15px 5px 15px 15px;
	width: 900px;
}

div.assemble-category {
	clear: none;
	float: left;
	padding-bottom: 15px;
}

img.assemble-category-image {
	float: left;
}

div.assemble-category-content {
	clear: none;
	float: left;
	/*width: 665px;*/
}

div.assemble-step {
	clear: none;
	float: left;
	width: 100%;
}

div.assemble-step-container {
	float: left;
	width: 28%;
	height: auto;

	margin-top: 20px;
}

div.assemble-step-container-full {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.assemble-step-container-empty {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;	
}

div.assemble-step-container-text {
	/*width: 665px;*/
	float: left;
	padding-bottom: 10px;
}

div.assemble-step-title {
	padding-bottom: 10px;
	padding-right: 10px
}

div.assemble-step-title span, div.assemble-step-title-text span {
	padding-left: 0px;
	font-size: 16px;
}

div.assemble-step-title-text span {
	padding-right: 10px;
}

div.assemble-step-title-text textarea {
	float: right;
}

div.assemble-step-title-text input[type=text] {
	/*float: left;*/
	width: 50px;
}

div.assemble-step-container-content {
	float: left;
	text-align:left;
}

div.assemble-step-container-content img {
	float: left;

}

.assemble-step-image {
	float: left;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	/*width: 200px;*/
	max-height: 200px;
}

div.assemble-step-price {
	padding-left: 0px;
	padding-bottom: 5px;
	/*width: 20%;*/
	float: left;
}

div.assemble-step-content {
	/*padding-left: 20px;*/
	padding-bottom: 20px;
	/*width: 100%;*/
	float: left;
}

span.assemble-step-normal {
	padding-right: 10px;
}

font.assemble-step-price {
	color: #F5862B;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

div.assemble-paginator {
	margin-top: 30px;
}

div.assemble-paginator>span {
	margin-right: 10px;
}

div.assemble-paginator select {
	padding: 0px 10px;
	height: 27px;
	margin: 2px 4px 2px 0;
}

.assemble-category-menu {
	font-size: 18px;
}

.assemble-category-menu input[type="button"]#next {
    background: #f49f1a none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    border: medium none;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    font-size: 16px;
    /*height: 44px;
	width: 44px;*/
    padding: 4px 5px;
    vertical-align: middle;
	background-image: url("../images/arrow_rightj.png");
}

.assemble-category-menu input[type="button"]#previous {
    background: #f49f1a none repeat scroll 0 0;
    color: white;
    cursor: pointer;
    border: medium none;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    font-size: 16px;
    /*height: 44px;
	width: 44px;*/
    padding: 4px 5px;
    vertical-align: middle;
}
/*	assemble  section - END */
/*	pop-up dialod - START */
.file-download {
	display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.file-download-content {
    background-color: #d1d1d1;
    margin: 15% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 450px;
    height: 150px;
}
.file-download-link {
	cursor: pointer;
		color:#F49F1A !important;
}
/*	pop-up dialod - END */


#page .col-sm-6 {
    width: 50%;
}

#page .col-sm-1 {
    width: 8.33333%;
}

#page .col-sm-4 {
    width: 33.3333%;
}

#page .col-sm-3 {
    width: 25%;
}

#page .col-sm-5 {
    width: 41.6667%;
}

#page .col-sm-8 {
    width: 66.6667%;
}


#page .col-sm-9 {
     width: 75%;
}
.col-sm-1, .col-sm-2,.col-md-4, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11,.col-lg-15,.col-sm-8 {
    float: left;
}

#page .col-md-4 {
    width: 33.3333%;
}

#page  .col-lg-15 {
    width: 20%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,.col-lg-15 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	  box-sizing: border-box;
}

.container {
    max-width: 1200px;
	margin:0 auto;
	color:#000;
	
}

.row::before, .row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}


.row {
	
    margin-left: -15px;
    margin-right: -15px;
}


.clear
{
  display: block;
}
.clear:after
{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

form .row { margin-left:0px!important; margin-right:0px!important;}

.home-news  {
	margin-bottom:0px;
	margin-top:0px;

	}
.home-news h3, .home-actions h3 {
	font-size: 22px;
	font-weight:normal!important;
	margin-top:15px;
	margin-bottom:10px;
	}
	
.testimonials {
	background:  url(../images/design/pattern2.png) repeat;
	padding:60px 0;
	border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
	-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
	}
	
.testimonials .bx-default-pager {
	display:none;
	}
	
.testimonials h2 {
	text-align:center;
	margin-bottom:50px;
	}
	
.testimonials ul li {
	padding:0px 80px;
	width:100%;
	text-align:center;
	}
	
.testimonials ul li p{
	line-height:22px!important;
	font-size:16px!important;
	}
	
.testimonials ul li p span{

	font-size:13px!important;
	}

input#PostContact {
    color: #fff;
    background-color: #26ace2;
    padding: 10px 20px !important;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    transition: 0.25s;
    margin-bottom: 25px;
}

input#PostContact:hover {
    background-color: #000;
    transition: 0.25s;
}

.accordion { border-bottom:1px solid #fff!important;}
.ui-accordion-header {
	 background: none  repeat scroll 0 0!important;
    color: #fff!important;
    display: block!important;
    font: 18px/1em "Open Sans",sans-serif!important;
    padding: 16px 75px 17px 24px!important;
    position: relative!important;
    text-transform: none!important;
	border-radius:0!important;
	
	margin-bottom:0px!important;
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
	border:1px solid #fff!important;
	border-bottom:0px!important;
	 margin-top: -3px!important;
	
	}
	
.ui-accordion-header::after {
	 background: none none repeat scroll 0 0;
    color: #fff;
  
	content: "";
    font: 23px/55px FontAwesome;
    height: 51px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 55px;
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	-o-transition:all 0.2s ease-in 0s;
	border-left:1px solid #ddd;
	}
.ui-widget-content {
	background:none!important;
	border-bottom:0px!important;
	}
	
.ui-widget-content p{
	color :#fff!important;
	font-size:15px!important;
	}
	
.ui-widget-content li{
	color :#fff!important;
	font-size:14px!important;
	}
.ui-accordion-header:hover::after {
	
	
	
	}
.ui-accordion-header.ui-state-active{
	  background:#fff!important;
	  color:#000!important;
	
	}
.ui-accordion-header.ui-state-active::after{
	  content: "";
	  background:#fff!important;
	  color :#000!Important;
	
	}
.ui-accordion-header.ui-state-active:hover{

	
	}	
.ui-icon {
	
	background-image: none!important;
	
	}
	
	
.tabs {
  margin: 0;
  position: relative;

 
  width: 100%;
}

.tabs .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  
  color: #6C5D5D;

  width: 200px;
}

.tabs .nav a {
  padding: 30px 0px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  border:1px solid #fff;
  border-bottom:0px solid #fff;
  color :#fff;
  font-size:15px;
}

.tabs .nav a .fa {
 
  font-size:20px;
  vertical-align:middle;
  
}
.tabs .nav a:last-child {


  border-bottom:1px solid #fff;

}
.tabs .nav a:hover,
.tabs .nav a.selected {
  background: #fff;
  color: #000;

}

.tabs .cont {
  padding: 20px 0px;
  position: absolute;
  top: 0px;
  left: 200px;
  color: #fff;
  width: 0px;
  height:calc(100% - 42px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
  font-size:15px;
  border:1px solid #fff;
    border-left:0px solid #fff;
}

.tabs .cont.visible {
  padding: 20px;
  width: calc(100% - 260px);
  opacity: 1;
     overflow-y: scroll;
}

.tabs .cont p { padding-bottom: 2px; }

.tabs .cont p:last-of-type { padding-bottom: 0px; }

.kontakt {
	width:auto;
	float:right;
	margin-top:35px;
	}

.kontakt .icon::after, .kontakt .icon::before {
	border-bottom: 5px solid #26ace2;
    border-left: 21.5px solid transparent;
    border-right: 21.5px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -4px;
    width: 0;
	}
	
	
.kontakt .icon::after {
		 border-bottom: 0 none;
    border-top: 5px solid #26ace2;
    bottom: -4px;
    top: auto;
		
		}
.kontakt .icon {		
background: #26ace2;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    margin-right: 10px;
	 margin-left: 30px;
    position: relative;
    text-align: center;
	
    width: 43px;
}

.kontakt p {
	font-size: 20px;
}

.kontakt  a {
	color: #444;
}

.kontakt .icon .fa {		
	right:-2px;
	position:relative;
  
}

.cta {
padding-bottom: 40px;
    padding-top: 40px;
	background-color: #c0c0c0;	
	}
	
.cta .container {
	background-color: #fff;	
	position:relative;
	padding:20px 0;
	
	}
	
.cta .container .fa{
 background:#26ace2;
 -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
width:60px;
height:70px;
line-height:70px;
border:5px solid #0a749f;
text-align:center;
font-size:28px;
color:#fff;
padding-left:10px;
float:left;
margin-left:20px;
vertical-align:middle;
	}
	
.cta .container p, .cta .container h1{
margin-left:120px;
font-size:30px;
top:24px;
position:relative;
padding-right:120px

	}
	
.cta .container .btn {
	float:right;
	display:inline-block;
	width:auto;
	position:absolute;
	right:20px;
	top:35px;
	}
	
.cta .container .btn a{
 background: #26ace2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
  
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
	 height: 50px;
    line-height: 50px;
	}
	
.cta .container .btn a::before, .cta .container .btn a::after {
    border-bottom: 26px solid transparent;
    border-right: 5px solid #26ace2;
    border-top: 26px solid transparent;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: 0;
    width: 0;
}

.cta .container .btn a::after{
    border-left: 5px solid #26ace2;
    border-right: 0 none;
    left: auto;
    right: -5px;
}


.news {
	margin-top:0px;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	}
	
.news h2, .logos2 h2{
	border: 1px solid #d8d8d8;
    color: #000;
    
    line-height: 60px;
 
	}
	
.news h2 i::after, .logos2 h2 i::after {
    border-bottom: 31px solid transparent;
    border-left: 5px solid #26ace2;
    border-top: 31px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -4px;
    top: 0;
    width: 0;
}


.news h2 i, .logos2 h2  i {
    background: #26ace2 none repeat scroll 0 0;
    color: #fff;
    line-height: 60px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 55px;
	
}

.parallax {
	padding:40px 0;
background:  url(../images/design/parallax.png) no-repeat;
background-size:cover;
background-attachment:fixed;
margin-top:60px;
}


.logos2 {
	padding:30px 0;
	}
	
.flexslider {
	max-width:700px;
}
.flexslider .slides img {
    
    width: 100%!important;
}

#main #content div.flex-viewport ul {
	margin: 0 0 0 10px !important;
	}
#main #content ul.flex-direction-nav li {
	list-style: none;
}
.flexslider .slides img {
    width: auto !important;
    height: auto !important;
}

.contact-left {
	float:left;
	width: 45%;
}

.contact-right {
	float:right;
	width: 45%;
}

.contact-right iframe {
	width: 100%;
}

div.news_thumbnail img, div.action_thumbnail img {
    width: 100%;
}

div.widget div.bx-wrapper ul li {
    width: 150px !important;
    display: flex;
    align-items: center;
    height: 100px;
}

.container.news {
	margin-bottom: 30px;
}

.footer-top {
    margin-right: 35px;
    padding: 30px 10px 30px 0;
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
}

div.footer-top div {
	width: 50%;
}

div.footer-top div p {
	font-size: 17px;
	line-height: 22px;
}

div.footer-top a {
	color: #000;
	font-weight: 700;
}

div.footer-top a:hover {
	color: #000;
}

.top-parent {


    background: #939292;
    background-image: url(../images/design/background-light.jpg);


    background-size: 100%;
    background-position: bottom;
}

div.logos2 div.widget img {
    width: 135px;
    height: auto;
    vertical-align: middle;
    margin: 14px 11px;
}

.news-container {
    background: #d9e7ee;
    padding: 30px 0;
    margin: 0 auto;
}

/* Flexslider changes */

.flexslider {
	max-width:100% !important;
	border: 0 !important;
}

#main #content ul.flex-direction-nav li {
	list-style: none;
}

.flex-control-thumbs li {
    display: block !important;
    list-style-type: none !important;
    font-size: 14px !important;
    border: 1px solid #e1e1e1 !important;
    margin: 0 !important;
}

#main #content div.flex-viewport ul li {
	left: -15px;
	position: relative;
	border-top: none !important;
}

#main #content div.flex-viewport ul li.clone { 
	margin-right: 5px !important;
}

 

/* END Flexslider changes */















div.sidebar-left {
	clear: none;
	float: left;
	min-height: 400px;
	padding: 65px 0px;
    width: 24%;
}

div.sidebar-left ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}

div.sidebar-left ul li {
    color: #666666;
    display: block;
    font-size: 16px;
    /* line-height: 72px; */
    list-style-type: none !important;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #c0ebfd;
    background-color: white;
    margin-left: 0 !important;
    margin-top: -1px !important;
   	background-color: #d9e7ee;
}

div.sidebar-left ul li.selected{
	background: #c0c0c0;
}

div.sidebar-left ul li ul {
    margin-bottom: 0 !important;
}

div.sidebar-left ul li ul li {
	border: 0;
	background-color: #fff;
}

div.sidebar-left a {
	display: block;
    padding: 10px 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    margin-top: -2px;
    color: #000;
}

div.sidebar-left a:hover {
	color: #000;
}

div.sidebar-left ul li ul {
	padding-bottom: 0 !important;
	margin-top: 2px;
	max-height:0;
	overflow:hidden;
	transition:all .5s ease;
}

div.sidebar-left ul li ul.showclass {
	max-height: 1000px !important;
}

div.sidebar-left ul li ul li a {
    margin-left: 10px;
    padding: 5px;
    font-weight: 500;
    border: 0;
}

div.sidebar-left ul li:hover {
	color: #fff;
	background-color: #d9e7ee;
	transition: 0.15s;
	cursor: pointer;
}

.lb-contact-a {
	display: none;
}

.container h1{
	text-align: center;
}

#flake {
	color: #26ace2;
	position: absolute;
	font-size: 25px;
	top: -50px;
	z-index: 10001;
}

body#page {
	max-width: 100%;
	overflow-x: hidden;
}

.youtube-videos {
	padding-bottom: 55px;
}

.top-header {
	width: 100%;
	background: #26ace2;
}

.top-header .container {
	padding: 10px;
}

.top-header p,
.top-header a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}

.top-header a:hover {
	color: #fff !important;
}

@media (max-width: 450px) {
	.youtube-videos iframe {
		height: 200px !important;
	}
}

@media (max-width: 767px) {
	.homeitems {
		padding-bottom: 0;
	}

	.youtube-videos .col-sm-6:last-child {
		padding-top: 30px
	}
}