* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d1d1d;
	text-align: left;
	margin: 0;
	padding: 0;
}
#page {
	background: #ffffff;
}
/************* Bootstrap settings ******************/



b, strong {
	font-weight: 600;
}
.container {
	width: auto!important;
	max-width: 1350px!important;
}
.btn-default, .btn a {
	font-size: 19px !important;
line-height: 32px !important;
padding: 13px 41px;
border: 1px solid #d6d5d5;
text-transform: uppercase;
font-weight: bold;
background: none !important;
color: #282828;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-default:hover, .btn a:hover {
	background: #8cc63f!important;
	color: #fff!important;
	text-decoration:none!important;
}
.btn-primary {
	background: #c40000;
	color: #fff;
	border: none!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;
}
.btn-primary:hover {
	background: #ae280c;
	color: #fff;
}
.cart-add {
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	border: 0;
	width: auto;
	text-decoration: none;
	background: 0;
	background: url(../images/design/basket-png.png) no-repeat 30px 0;
	background-color: #c40000;
	padding: 0 30px 10px 65px;
	transition: 0.15s;
	margin-top: -3px;
}
.btn-more {
	font-size: 15px;
	background: none;
	color: #d43b1c;
	border: 1px solid #d43b1c!important;
	padding: 5px 20px;
	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;
}
.btn-more:hover {
	background: #d43b1c;
	color: #fff;
}
.attribute-search .btn {
	width: 100%;
	margin-top: 18px;
}
.edit-button {
	margin-top: 40px;
	margin-bottom: 20px;
}
.row > h1, .row > h2, .row > h3, .row > h4 {
	margin-left: 15px;
}
/************* Links ******************/

a {
	color: #8cc63f;
	text-decoration: none;
}
a:hover {
	color: #8cc63f;
}
a:active, a:focus {
	color: #8cc63f;
}
a.inside {
	color: #8cc63f;
	text-decoration: none;
}
a.inside:hover {
	color: #8cc63f;
}
a.inside-out {
	color: #8cc63f;
	font-weight: bold;
}
a.inside-out:hover {
	color: #8cc63f;
	font-weight: normal;
	text-decoration: none;
}
p {
	font-size: 100%;
	line-height: 130%;
	padding-bottom: 12px;
	margin: 0;
	padding: 0;
	clear: none;
}
/************* Search ******************/

.search-button {
	background: none repeat scroll 0 0 #1d1d1d;
	border: medium none;
	color: #FFFFFF;
	cursor: default;
	display: block;
	font-size: 17px;
	height: 30px;
	padding: 0;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 2px;
}
.search-wrapper {
	display: inline-block;
	width: auto;
	float: right;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
#search-query {
	height: 30px;
	width: 210px;
	margin: 0;
	display: inline-block;
	outline: medium none;
	position: relative;
	float: left;
	padding: 0px 60px 0px 10px;
}
/************* Header ******************/





.headerTop {
	background: #eee;
	padding: 8px 0;
}
.header p.contact {
	display: block;
	float: right;
	margin-right: 10px;
	padding-bottom: 0px;
	font-size: 17px;
	padding-top: 8px;
	margin-top: 6px;
	font-weight: 600;
	line-height: 18px;
}
.header .contact .fa {
	font-size: 18px;
	vertical-align: top;
	margin-right: 0px;
}
.header-info{
	position: relative;
    right: 0;
    display: block;
    flex-direction: column;
    float: right;
    width: 20%;
    text-align: right;
}

.reference-wrapper {
	width: 50%;
	float: right;
}

.headerTop .left {
	display: inline-block;
	width: auto;
	float: left;
}
.headerTop .right {
	display: inline-block;
	width: auto;
	float: right;
}
.header {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 10000;
	background:#8bc73f;
}

.header-info a {
    color: #000;
}

.header.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.13);
	-moz-box-shadow: 0 0px 10px rgba(0,0,0,0.13);
	box-shadow: 0 0px 10px rgba(0,0,0,0.13);
}
.header.sticky .headerTop {
	display: none;
}
.header.sticky .header-center {
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-center {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	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;
}
.header #logo {
	float: left;
	width: 25%;
	position: relative;
	margin-top: 0px;
	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;
}
.header #logo img {
	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;
}

.header .topMenu {
	float: right;
	width: 75%;
	position: relative;
	margin-top: 0px;
	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;
}

.header .topMenu ul{
	list-style-type:none!important;
	margin-left:0px!important;
	padding-left:0px!important;
	text-align:right;
}

.header .topMenu ul li{
	list-style-type:none!important;
	margin-left:25px!important;
	padding-left:0px!important;
	display:inline-block;
}

.header .topMenu ul li a{
	color: #777777;
position: relative;
font-size: 16px;
line-height: 20px;
font-weight: 400;
}
.header .cart {
	margin-right: 20px;
	margin-left: 20px;
	cursor: pointer;
	display: inline-block;
	width: auto;
}
.header .cart:hover {
	text-decoration: none;
}
.header .cart .cart {
	display: none;
}
.header .cart .fa {
	font-size: 30px;
}
.header .cart .cartNum {
	font-size: 12px;
}
/************* Menu ******************/

div#menu-bg {
	position: relative;
	z-index: 50;
	width: 100%;
	background:#333333;

}
div#menu {
	max-width: 1350px;
	margin:0 auto;

}
div#menu ul {
	text-align: center;
	list-style: none;
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width:100%;
	border-right: 1px solid #414141;
}
div#menu > ul > li {
	position: relative;
	display:table-cell;
	border-left: 1px solid #414141;
}
div#menu > ul > li > a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 20px 10px 20px 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
	text-decoration: none;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
	vertical-align: top;
	font-weight:700;
	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;
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}


div#menu > ul > li > a::after {
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: #222;
	content:"";
	z-index:-1;
	height:0px;
	-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
div#menu > ul > li > a .fa {
	font-size: 17px;
	margin-left: 5px;
	vertical-align: middle;
}
div#menu > ul > li.selected > a {
	background: #222;
}
div#menu > ul > li:hover > a::after {
	height:100%;
}
div#menu > ul > li.selected:hover > a::after {
	height:100%;
}
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: 100%;
	background: #333;
	padding:0;
}
div#menu ul li > ul li {
	font-size: 14px;
	margin: 0px;
	padding: 0px;

	text-align: left;
	cursor: pointer;
	border-left: none;
}
div#menu ul li > ul li > a {
	/*font-weight:bold;*/
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	padding: 25px 15px;
	display:block;
	border-bottom: 1px solid #414141;
	text-align: center;
	content: #fff;
}

div#menu ul li > ul li:last-child > a {
	border-bottom: none;
}
div#menu ul li > ul li:hover > a {
	color: #ffffff;
	cursor: pointer;
}
div#menu ul li > ul li:hover {

}
div#menu ul li:hover > ul {
	display: block;
	z-index: 1000;
}
/* END OF MENU */





/************* Backgrounds ******************/



.bgWhite {
	background: #fff;
	padding: 90px 0;
}
.bgGrey {
	background: #f4f4f4;
	padding: 90px 0;
}
.parallax {
	background-attachment: fixed!important;
	background-size: cover!important;
	background-position: center center;
	padding: 90px 0;
	background-repeat: no-repeat!important;
	background: url(../images/design/parallax.jpg);
	text-align:center;
}

.parallax2 {
	background-attachment: fixed!important;
	background-size: cover!important;
	background-position: center right;
	padding: 90px 0;
	background-repeat: no-repeat!important;
	background: url(../images/design/parallax1.jpg);
	text-align:center;
}
.parallax.dark h2{
	font-size: 79px;
line-height: 91px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 40px;
color: #fff;
}

.parallax.dark h2 strong{
font-weight: 900;
}


.parallax2  h2, .parallax2  h1{
	font-size: 79px;
line-height: 91px;
font-weight: 900;
text-transform: uppercase;
margin-bottom: 0;
color: #282828;
}

.parallax2  h4{
	font-size: 79px;
line-height: 91px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 0;
color: #282828;
}

.parallax2  p{
	font-size: 15px;
line-height: 27px;
color: #777777;
font-weight: 400;
margin-bottom: 33px;
padding: 0 10px;
}
/************* Images ******************/

img {
	border: 0px;
}
.content-lightbox img {
	position: relative!important;
	max-width: 100%;
	width: auto!important;
}
img.lightbox {
	position: relative!important;
	max-width: 100%;
	width: auto!important;
}
#main {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 20;
	padding-top: 0px;
}
/************* Footer ******************/


.footerTop {
	border-bottom:1px solid #000;
	padding: 50px 0;
	}

.footerTop p {
	font-size: 12px;
line-height: 18px;
color: #adadad;
margin-bottom: 24px;
	}


.footerTop ul{
	list-style-type:none!important;
	margin-left:0px!important;
	padding-left:0px!important;
}

.footerTop ul li{
	list-style-type:none!important;
	margin-left:0px!important;
	padding-left:0px!important;
	margin-bottom:5px;

}

.footerTop ul li a{
	color: #adadad;
position: relative;
font-size: 16px;
line-height: 20px;
font-weight: 400;
}
#footer {
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer a, #footer p {
		color: #777777!important;
	font-size: 14px!important;
}
#footer-wrap {
	background: #282828;
	width: 100%;
}
.social-networks {
	width: auto;
	display: inline-block;
	float: left;
}
/************* Content ******************/

div.content {
	clear: both;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	padding: 0 0px;
	text-align: left;
}
.subPage {
	margin-top: 70px;
	padding-bottom: 80px;
}
.sidebar-left {
	padding-left: 0px!important;
}
.sidebar-right {
	padding-right: 0px!important;
}
.sidebar-left h2, .sidebar-right h2 {
	font-size:30px;
	}

.sidebar-right ul {
	padding: 0 !important;
	margin: 0 !important;
}

.sidebar-right ul li {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}

.sidebar-right ul li a {
	display: block !important;
	padding: 15px 20px;
	background: #8bc73f;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	max-width: 250px;
	margin-bottom: 20px;
}

.sidebar-right .form-control,
.sidebar-right input[type=text] {
	background: transparent;
}

.content-left {
	padding-left: 0px!important;
}
.content-right {
	padding-right: 0px!important;
}

main {
	background: url('../images/design/paper.png')
}

#main #content ul {
	padding-bottom: 4px;
	margin-left: 10px;
	list-style-type: disc;
}
#main #content ul li {
	display: list-item;
	list-style: disc outside;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	vertical-align: top;
	line-height: 20px;
	margin-left: 20px;
}
.product-left {
	position: relative;
}
.product-right {
	position: relative;
}
.product-left h2 {
	font-size: 20px;
	font-weight: 600;
	margin-left: 2px;
	margin-bottom: 15px;
}
.product-left ul {
	list-style: none !important;
	margin-left: 0 !important;
	margin-bottom: 10px;
}
.product-left ul li a {
	font-size: 19px;
	line-height: 36px;
	font-weight: 600;
}
.product-left ul li ul {
	list-style: none !important;
	margin-left: -15px
}
.product-left ul li ul li {
	list-style: none !important;
	margin-left: 20px !important;
}
div.product-category-content {
	margin-bottom: 10px;
}
div.social-buttons {
	display: block;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	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;
}
.col-lg-15 {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
/* TITLES */

h1 {
	padding: 0;
border: none;
color: #282828;
font-size: 40px;
line-height: 1em;
margin: 0 0 25px 0;
text-transform: uppercase;
}
h2 {
		padding: 0;
border: none;
color: #282828;
font-size: 30px;
line-height: 1em;
margin: 0 0 25px 0;
text-transform: uppercase;
}
h3 {
		padding: 0;
border: none;
color: #282828;
font-size: 20px;
line-height: 1em;
margin: 0 0 25px 0;
}
h4 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}
h5 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}
input.newsletter-button {
	margin-top: 5px;
}
a.social-image {
	padding-right: 7px;
}
/* END TITLES */



input.newsletter-button {
	margin-top: 5px;
}
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;
}
/* GALLERY */



.home-gallery {
	margin-top: 80px;
}
.home-gallery .bx-default-pager {
	bottom: -30px!important;
	display: none;
}
.home-gallery div.album_item_pictures {
	display: none;
}
div.inside-album {
	clear: both;
	/*float: left;*/
	padding: 15px 0 0 0;
}
div.album_item {
	margin-bottom: 30px;
}
div.album_item span {
	text-align: center;
}
div.album_item_thumbnail {
	width: 100%;
}
div.album_item_thumbnail img {
	width: 100%;
}
div.album_item_title {
	color: black;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	text-align: center;
}
div.album_item_pictures {
	position: relative;
	top: 5px;
}
.notVisible {
	display: none;
}
font.small {
	font-size: 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;
}
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;
}
div.subscribe-msg {
	padding-left: 0px;
}
div.widget ul {
	padding-left: 20px;
}
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;
}
font.mandatory {
	color: #DB211B;
}
font.colored {
	color: #096CFB;
}
font.ok {
	font-weight: bold;
	color: #00A253;
}
font.error {
	font-weight: bold;
	color: #DB211B;
}
input[type=submit], button {
}
input.subscribeEmail {
	padding: 0 5px;
}
input[type=text] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select, input[type=number] {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
span.label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;
	color: #1d1d1d;
}
input[type=submit].noPadding {
	padding: 0px !important;
	position: relative;
	top: -1px;
}
input[type=submit]:hover, button:hover {
	cursor: pointer;
}
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[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: 20px 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;
}
/* NEWS, ACTIONS */



div.news_item {
	border-bottom: 1px solid #CECECE;
	margin: 10px 0px;
	padding: 20px 0px;
}
div.action_item {
	border-bottom: 1px solid #CECECE;
	margin: 10px 0px;
	padding: 20px 0px;
}
div.search_item {
	border-bottom: 1px solid #CECECE;
	margin: 10px 0px;
	padding: 20px 0px;
}
div.news_thumbnail, div.action_thumbnail, div.search_thumbnail {
	float: left;
	padding: 0px 0;
	position: relative;
	width: 200px;
	overflow: hidden;
}
div.news_thumbnail img, div.action_thumbnail img, div.search_thumbnail img {
	width: 100%;
}
div.search_info {
	position: relative;
	margin-left: 230px;
}
div.action_info {
	position: relative;
	margin-left: 230px;
}
div.news_info {
	position: relative;
	margin-left: 230px;
}

div.news_info h3 {
	margin-bottom: 6px;
}

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 0;
	text-align: justify;
}
div.home_news_item {
	margin-bottom: 30px;
}
div.home-actions, div.home-news {
	position: relative;
	margin-top: 70px;
}
div.home-actions .moreNews a, div.home-news .moreNews a {
	margin-top: 30px;
}
div.home_action_item {
	margin-bottom: 30px;
}
div.home_news_info, div.home_action_info {
	padding: 0px;
	position: relative;
}
p.home_news_text, p.home_action_text {
	padding: 15px 0;
}
div.home_news_thumbnail, div.home_action_thumbnail {
	overflow: hidden;
	position: relative;
	width: 100%;
}
div.home_news_thumbnail img, div.home_action_thumbnail img {
	width: 100% !important;
}
div.home_action_item:hover img, div.home_news_item:hover img {
	width: 100% !important;
	transition: all 0.45s ease-in 0s;
	-moz-transition: all 0.45s ease-in 0s;
	-webkit-transition: all 0.45s ease-in 0s;
	-o-transition: all 0.45s ease-in 0s;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
div.home_action_info h3, div.home_news_info h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
/*  PRODUCTS */



div.home-products {
	position: relative;
	margin-top: 80px;
	margin-bottom: 50px;
}
div.product_category_item {
	border: 1px solid #CECECE;
	margin-bottom: 30px;
	width: 100%;
	padding: 20px;
}
div.product_category_item div.product_category_thumbnail {
	max-height: 220px;
	overflow: hidden;
}
div.product_category_item h3 {
	margin: 0;
}
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: 15px;
}
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_title, div.product_category_thumbnail {
	text-align: center;
}
div.product_category_thumbnail a {
	height: auto !important;
}
div.product_category_thumbnail img {
	width: 100%;
}
div.product_item {
	border: 1px solid #CECECE;
	clear: both;
	margin: 15px 0;
	padding: 25px;
}
div.product_thumbnail {
	width: 200px;
	float: left;
}
div.product_thumbnail img, div.product-thumbnails img {
	width: 100%;
}
div.product-thumbnails {
	float: left;
	padding: 20px 0;
	position: relative;
	width: 200px;
}
div.product-prices {
	width: auto;
	margin-left: 230px;
}
div.product-content-tabs {
	margin: 20px 0px 0px 0px;
	position: relative;
}
.pika-stage img {
	max-height: 400px!important;
}
div.product-thumbnails-item-big-border-bottom {
	border-bottom: 1px solid #C0C0C0;
}
div.product-thumbnails-item-little {
	position: relative;
	float: left;
}
div.product_info {
	margin-left: 220px;
	float: none;
	width: auto;
}
div.product_info h3 {
	margin-bottom: 20px;
}
p.product_text {
	padding: 15px 0;
	text-align: justify;
	width: 100%;
}
div.product_info font.price, div.product-prices font.price {
	color: #d43b1c;
	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 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 {
	list-style: disc outside;
	margin: 0;
	outline: 0 none;
	vertical-align: top;
	line-height: 22px;
	margin-left: 20px;
}
li.tab-link {
	border: 1px solid #1d1d1d !important;
	border-bottom: 0 !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;
	padding: 15px !important;
	margin-bottom: 15px;
	border: 1px solid #1d1d1d !important;
}
div.product-content-tabs .tab-content.current, div.cart-content .tab-content.current {
	display: inherit !important;
}
.attribute-search {
	margin-top: 80px;
}
div.home_product_item {
	background: #fcfcfc;
	border: 1px solid #ccc;
	float: left;
	padding: 15px;
	text-align: center;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
div.home_product_item h3 {
	font-size: 16px;
	font-weight: 600;
	height: 60px;
	margin-bottom: 0;
	overflow: hidden;
}
div.home_product_thumbnail {
	clear: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 150px;
}
div.home_product_thumbnail > a {
	display: block;
}
div.home_product_thumbnail img {
	width: 150px !important;
}
div.home_product_info {
	position: relative;
	text-align: left;
	display: block;
	margin: 20px 0;
	height: 40px;
}
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;
}
#main #content ul.product-menu > li > ul {
	border-top: 1px solid #ccc;
}
#main #content ul.product-menu > li a {
	color: #222222;
}
#main #content ul.product-menu > li > ul >li a {
	width: 100%;
	height: auto;
	min-height: 23px;
	max-width: none;
	color: #1d1d1d;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
}
div.product_item2 {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #CECECE;
	padding: 10px;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.product_item2 .product_thumbnail {
	width: 100%!important;
}
.product_item2 a img {
	width: 100%!important;
	margin-bottom: 25px;
}
.product_item2 a {
	color: #000000;
}
/*featured products */

.feautred-products {
	padding-bottom: 50px;
}
.feautred-products .bx-wrapper {
	border-right: 1px solid #ccc;
}
.feautred-products .bx-controls-direction {
	display: none!important;
}
.feautred-products .bx-wrapper .bx-pager.bx-default-pager {
	bottom: -40px;
}
.feautred-products .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
}
.feautred-products .bx-wrapper .bx-pager.bx-default-pager a:hover, .feautred-products .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
div.featured_product_item {
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fcfcfc;
	width: 100%;
	padding: 15px;
}
.featured_product_info {
	text-align: left;
	margin-bottom: 20px;
	height: 135px;
}
div.featured_product_item h3 {
	color: #222222;
	font-size: 18px;
	margin: 20px 0 15px 0;
	text-align: center;
}
div.featured_product_item h3 a {
	color: #222222;
}
.featured-products .bx-pager {
	display: none;
}
div.featured_product_thumbnail {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 220px;
}
div.featured_product_thumbnail > a {
	width: 100% !important;
	height: auto !important;
}
div.featured_product_thumbnail > a:hover {
	opacity: 0.5;
}
div.featured_product_thumbnail img {
	display: inline-block!important;
}
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;
}
/* TESTIMONIALS */



.testimonials {
	margin-top: 80px;
}
.testimonials img {
	margin-bottom: 20px;
}
/* HOMEITEMS */



.homepages {
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}


.homepages .home_page_item{
	padding: 40px 30px;
	background: #ffd900;
	position:relative;
}

.homepages .home_page_item:nth-child(2){
	background: #eb3c00;
}

.homepages .home_page_item:nth-child(3){
	background: #007ee1;
}

.homepages .home_page_item:nth-child(4){
	background: #5ca316;
}

.homepages .home_page_item:nth-child(5){
	background:#ffd900;
}

.homepages .home_page_item:nth-child(6){
		background: #eb3c00;
}
.homepages .home_page_item h2 {
margin-bottom: 7px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight:400;
color: #fff;
}

.homepages .home_page_item h2:hover, .homepages .home_page_item h2:active, .homepages .home_page_item h2:focus {
	text-decoration: none;
}

.homepages .home_page_item h2 strong{

font-weight:900;
}


.homepages .home_page_item p{
font-size: 15px;
line-height: 20px;
color: #fff;
font-weight: 400;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
height: 82px;
overflow: hidden;
}

.homepages .home_page_item:hover p,.homepages .home_page_item:hover h2 {
color: #282828;
}

.homepages .home_page_item a.btn {
    position: relative;
    color: #fff;
    display: block;
    margin: 20px 0 0 0	 !important;
    padding: 10px 20px !important;
    width: 100px !important;
    box-sizing: border-box;
}

.homepages .home_page_item a:hover {
    background-position: 0 bottom;
}

div.home_page_item img {
	display: none;
}

/* END OF ITEMS */





div.footer-vsi-entry {
	float: left;
}
div.footer-copyright {
	float: left;
	margin-right: 20px;
}
/* BXSLIDER  */



.bx-wrapper ul {
	padding-left: 0px!important;
	margin-left: 0px!important;
}
.bx-wrapper ul li {
	padding-left: 0px!important;
	margin-left: 0px!important;
}
.bx-wrapper .bx-controls-direction a {
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-indent: 0px!important;
	text-decoration: none!important;
}
.bx-wrapper .bx-controls-direction a:hover {
	background: rgba(0,0,0,0.8);
	text-decoration: none;
}
.bx-wrapper .bx-prev::after {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 40px;
}
.bx-wrapper .bx-next::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 40px;
}
/* BANNER  */

.bx-wrapper .bx-prev {
left:0px;
	}
.bx-wrapper .bx-next {
right:0px;
	}

.banner {
	max-height: 200px;
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
/* HOMESLIDER  */

.home-slider {
	position: relative;
}

.home-slider .bx-pager.bx-default-pager{
display:none;
	}
.home-slider ul {
	padding: 0px!important;
	margin: 0px!important;
}
.home-slider ul li {
	padding: 0px 0 0 0px!important;
	margin: 0px!important;
	background-size: cover!important;
	background-attachment: fixed!important;
	min-height:600px;
}
.home-slider ul li img {
	width: 100%!important;
}
.home-slider .caption-wrap {
	position: relative;
	width: 100%;
	padding: 250px 0;
	display:none;
}
.home-slider .caption {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.55);
	padding: 25px;
}
.home-slider .caption a.title {
	font-size: 60px;
	display: block;
	line-height: 60px;
	color: #eee;
}
.home-slider .caption p {
	font-size: 20px;
	display: block;
	line-height: 20px;
	color: #fff;
	margin: 30px 0;
}
/* CART, STORE */



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;
	text-align: center;
	padding: 9px 0;
	border-radius: 0;
	height: 40px;
}
p.product-login {
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
	margin: 0 0 10px;
	padding: 5px;
}
.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;
}
/*	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: #d43b1c;
	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;
}

.paginator div:only-child {
    display: none;
}

.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 */





.clear {
	clear: both;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.mobileMenuLink {
	display: none;
	position: absolute;
	top: 16px;
	right: 15px;
	font-size: 30px;
}

.pieContainer {
	height: 270px;
	position:relative;
}

.charts .col-sm-3{
position:relative;
}
.charts h4{
	color: #fff;
font-size: 19px;
line-height: 29px;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: bold;
padding: 0 20px;
margin-top:20px;
}


.charts h5{
	color: #fff;
font-size: 65px;
line-height: 70px;
text-transform: uppercase;
font-weight: 400;
position:absolute;
top:37%;
left:46%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
animation-duration: 1s;
animation-delay: 0.5s;
-webkit-animation-duration: 1s;
-webkit-animation-delay: 0.5s;
-moz-animation-duration: 1s;
-moz-animation-delay: 0.5s;
}

.pieBackground {
          background-color: #464646;
          position: absolute;
          width: 270px;
          height: 270px;
          -moz-border-radius: 135px;
          -webkit-border-radius: 135pxx;
          -o-border-radius: 135px;
          border-radius: 135px;


}

	  .pie {
          position: absolute;
          width:270px;
          height: 270px;
          -moz-border-radius: 135px;
          -webkit-border-radius: 135px;
          -o-border-radius: 135px;
          border-radius: 135px;
          clip: rect(0px, 135px, 270px, 0px); -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
     }
     .hold {
          position: absolute;
          width: 270px;
          height: 270px;
          -moz-border-radius: 135px;
          -webkit-border-radius: 135px;
          -o-border-radius: 135px;
          border-radius: 135px;
          clip: rect(0px, 270px, 270px, 135px);
		   -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
     }


     #pieSlice1 .pie {
          background-color: #007ee1;
          -webkit-transform:rotate(180deg);
          -moz-transform:rotate(180deg);
          -o-transform:rotate(180deg);
          transform:rotate(180deg);

animation-duration: 1s;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
     }
	   #pieSlice2 {

          -webkit-transform:rotate(180deg);
          -moz-transform:rotate(180deg);
          -o-transform:rotate(180deg);
          transform:rotate(180deg);
		  animation-duration: 1s;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
     }
.pie1  #pieSlice2 .pie {
          background-color: #007ee1;
          -webkit-transform:rotate(90deg);
          -moz-transform:rotate(90deg);
          -o-transform:rotate(90deg);
          transform:rotate(90deg);
     }

.pie2 #pieSlice1 .pie {
          background-color: #5ca316;
		   -webkit-transform:rotate(180deg);
          -moz-transform:rotate(180deg);
          -o-transform:rotate(180deg);
          transform:rotate(180deg);
     }

.pie2  #pieSlice2 .pie {
	  background-color: #5ca316;
	  -webkit-transform:rotate(140deg);
	  -moz-transform:rotate(140deg);
	  -o-transform:rotate(140deg);
	  transform:rotate(140deg);
 }
.pie3 #pieSlice1 .pie {
          background-color: #ffd900;
		   -webkit-transform:rotate(160deg);
          -moz-transform:rotate(160deg);
          -o-transform:rotate(160deg);
          transform:rotate(160deg);
     }
.pie3  #pieSlice2 .pie {
	  background-color: #ffd90;
	  -webkit-transform:rotate(0deg);
	  -moz-transform:rotate(0deg);
	  -o-transform:rotate(0deg);
	  transform:rotate(0deg);
 }
.pie4 #pieSlice1 .pie {
          background-color: #eb3c00;
		   -webkit-transform:rotate(180deg);
          -moz-transform:rotate(180deg);
          -o-transform:rotate(180deg);
          transform:rotate(180deg);
     }

.pie4  #pieSlice2 .pie {
	  background-color: #eb3c00;
	  -webkit-transform:rotate(60deg);
	  -moz-transform:rotate(60deg);
	  -o-transform:rotate(60deg);
	  transform:rotate(60deg);
 }

.scrollup {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 20px;
    right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding-top: 6px;
    background: #8cc63f;
	text-align:center;
}
.scrollup .fa {
    color: #fff;
    font-size: 28px;
}

.fonts p {
	font-size: 100%;
}

.row.do {
	padding-bottom:65px;
}
.row.do h3 {
	font-weight: 700;
	border-bottom:solid;
	border-color: #8cc63f;
}
.fonts li {
	line-height: 130%;
    font-size: 100%;
}

.fonts ul li {
       background-image: url(/files/ul.png)!important;
    background-size: 12px;
    list-style-type: none !important;
    margin-left: 0 !important;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0px 3px;
}
.fonts ul {
    margin: 0 !important;
    padding: 0 !important;
}
.spletnonarocilo .btn-default {
	width:200px;
	background-color:#8cc63f!important;
	color:white;

}
.spletnonarocilo .btn-default a {
	color:white;
}

.spletnonarocilo .btn-default a:hover {
	color:black;
	text-decoration:none!important;
}

form#AssembleForm .assemble-step-title-text {
	margin-left: -63%;
    margin-top: 63%;

}
form#AssembleForm .assemble-step-title-text b {
	float:left;
}
form#AssembleForm input {
	float:left;
}
form#AssembleForm .label {
	padding:0px;
}

h2.show-more {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #b4b4b4  !important;
    border: none;
    outline: none;
    transition: 0.4s;
    box-sizing: border-box;
    font-size:25px;
}

h2.show-more.active, h2.show-more:hover {
    background-color: #8cc63f;
}

div.show-more-expand {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(180, 180, 180);
}

div.content-full div.show-more-expand {
	display: none;
}

.show-more-expand img {
    max-height: 310px;
}

.show-more-expand p {
	font-size: 18px;
}

.sidebar-left {
	display:none;
}

form#AssembleForm .assemble-contact-container {
	padding-left: 15px;
}

form#AssembleForm input#file_9 {
	margin-left:10px;
}

form#AssembleForm input#send {
	font-size: 19px !important;
    line-height: 32px !important;
    padding: 13px 41px;
    border: 1px solid #d6d5d5;
    text-transform: uppercase;
    font-weight: bold;
    background: none !important;
    color: #282828;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-left: -15px;
    margin-top: -15px;
}

form#AssembleForm input#send:hover {
    background: #8cc63f!important;
    color: #fff!important;
    text-decoration: none!important;
}

.fadeIn.wow.animated {
	font-weight: 400;
}

table, th, td{
	border: 1px solid #000000;
	padding: 5px;
}

.widget.widget-news {
    display: none;
}

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

div.reference-wrapper {
	width: 55%;
	padding-top: 13px;
}

ul#textSlider {
	padding-left: 0 !important;
	width: 100% !important;
	text-align: right;
}

ul#textSlider li.adj {
	display: none;
	font-size: 17px;
	line-height: 18px;
	font-weight: 600;
}

ul#sentence li#first {
	text-align: right;
	list-style: none;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 14px;
}

ul#textSlider li.slide-in {
	display: block;
}