/* Style */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* End Basic Reset */

body {
	font-family: "Raleway";
	line-height: 1.6;
}

.header {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 80px;
	padding-top: 20px;
}

.hero-section {
	width: 100%;
	height: 80vh;
	background: url(../images/slider4.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

#faq .hero-section {
	width: 100%;
	height: 70vh;
	background: url(../images/slider1.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

#order .hero-section {
	width: 100%;
	height: 70vh;
	background: url(../images/slider2.jpg);
	background-size: cover;
	background-position: top center;
	position: relative;
}

.main {
	width: 100%;
	padding: 110px 0;
}

footer {
	width: 100%;
	margin-bottom: 70px;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-left: 50px;
}

.menu li {
	list-style-type: none;
	display: inline-block;
}

.menu a {
	text-decoration: none;
	color: #000;
	line-height: 63px;
	margin: 0 10px;
	font-weight: 600;
	font-size: 14px;
}

.menu a:hover {
	color: #999;
}

.menu {
	float: right;
	margin-right: 50px;
}

.titlu-hero {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.titlu-hero h1 {
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 20px;
}

.titlu-hero p {
	font-size: 20px;
	font-weight: 600;
}

.titlu-hero h1::after {
	display: block;
	content: " ";
	background: #fff;
	height: 5px;
	width: 60px;
	margin: auto;
	margin-top: 15px;
}

.mond-desc-product h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

.mond-desc {
	text-align: center;
	width: 550px;
	margin: auto;
}

.mond-desc img {
	margin-bottom: 30px;
}

.products {
	margin-top: 60px;
	margin-bottom: 30px;
}

.products-desc {
	position: relative;
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 50px;
}

.products-desc img {
	width: 100%;
}

.products-desc p {
	font-weight: 600;
}

.mag-holder {
	opacity: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mag-holder img {
	width: 50px;
}

.link-product:hover .mag-holder {
	opacity: 1;
}

.link-product {
	text-decoration: none;
	color: #000;
}

.logo-footer {
	text-align: center;
}

.footer-store-text {
	font-size: 13px;
	text-align: center;
	margin: 20px 0 40px;
}

.social-icons li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px;
}

.social-icons {
	text-align: center;
	margin: 20px;
}

.social-icons i {
	color: #000;
	font-size: 16px;
}

.social-icons a:hover i {
	color: #999;
}

.active-link a {
	color: #808080;
}

/*product page*/

.order-btn {
	text-align: center;
	margin: 50px 0 70px 0;
}

.order-btn a {
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	text-align: center;
}

.order-btn a:hover {
	background: #777;
}

.galerie {
	width: 60%;
	margin: auto;
	position: relative;
}

.gal-prev,
.gal-next {
	position: absolute;
    top: 50%;
    outline: none;
    transform: translate(0%, -50%);
    z-index: 1;
    border: none;
}

.gal-next {
	right: 0px;
}

.gal-prev {
	left: 0px;
}

.gal-prev span,
.gal-next span {
	font-size: 50px;
	color: white;
	line-height: 31px;
	padding: 10px;
}

.elemente-galerie {
overflow:hidden;
position:relative;
width:100%;
z-index:1;
}

.elemente-galerie img {
display:none;
width:100%;
}

.elemente-galerie img:first-child {
display:block;
}

#tabs {
	position: relative;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	background: #ffffff;
	color: #333333;
	padding: .2em;
	vertical-align: baseline;
	margin:0;
	/* height:254px */
}

#tabs>ul {
	list-style-type: none;
	margin: 0;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
}

#tabs li {
	display: inline-block;
	padding: 10px 20px;
	background: transparent;
	border: 1px solid #c5c5c5;
	font-weight: normal;
	color: #000;
	font-size: 100%;
	cursor: pointer;
}

#tabs li:first-child {
	background: #000;
	color:#ffffff;
}
		
#tabs>#tabs-1, #tabs>#tabs-2 {
	width: 100%;
	text-align: center;
	top: 50px;
	padding: 50px 30px;
	border-width: 0;
	border-radius:3px;
	font-size: 100%;
	display: none;
}

#tabs>#tabs-1 {
	display: block;
}

/*end product page*/

svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}

.header label,
.header input {
	display: none;
}

/* order form */

input,
select,
textarea {
	display: inline-block;
	margin-bottom: 10px;
	padding: 14px 20px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #000;
	box-shadow: none;
	color: #888;
	vertical-align: top;
	font-size: 14px
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #fff;
	color: #000
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}

textarea {
	height: 200px;
	resize: vertical
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: 0 20px;
	height: 40px;
	line-height: 38px!important;
	width: auto;
	background-color: #000!important;
	color: #fff;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer
}

form {
	width: 60%;
	margin: auto;
	text-align: center;
}

 #catalog {
    display: inline-block;
    margin-bottom: 10px;
    padding: 14px 20px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #000;
    box-shadow: none;
    vertical-align: top;
    font-size: 14px;
}
                 
#different {
    list-style-type: none;
}

#different input {
    vertical-align: middle;
    width: auto;
}

#different input[type="number"] {
    padding: 5px 0 5px 5px;
    width: 50px;
}

#ac {
    cursor: pointer;
    border: 1px solid black;
    padding: 5px 10px;
    background: black;
    color: white;
}

#ac:hover {
    background: #808080;
    color: white;
    border: 1px solid #c5c5c5
}

#catalog p {
    margin-top:10px;
}
                   
#lista ul{
    list-style-type: none;
}

#cart {
	display: inline-block;
    margin-bottom: 10px;
    padding: 14px 20px;
    max-width: 100%;
    width: 100%;
    border: 1px solid #000;
    box-shadow: none;
    vertical-align: top;
    font-size: 14px;   
}

#nr_prod {
    font-size: 30px;
    color: red
}

/* end order form */

/* faq page*/

.no-margin-top {
	margin-top: 0;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #000000;
	background: #000;
	font-weight: normal;
	color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #000000;
	background-color: #ffffff;
}

.ui-tabs .ui-tabs-panel {
	padding: 50px 30px;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 20px;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 50px 35px;
	border-top: 0;
	overflow: auto;
}

/*end faq page*/

/* responsive */

@media screen and (max-width:768px) {
	.container {
		max-width: 100%;
		padding: 0 15px;
	}
	.mond-desc {
		width: 100%;
	}

	#tabs li {
		display: block;
	}

	.products-desc {
		width: 50%;
	}
	
	form {
		width: 100%;
	}
	.galerie {
		width: 100%;
	}

	.margin-galerie {
		width: 100%;
		margin: 10px 0;
	}

	img {
		max-width: 100%;
	}
	
	.titlu-hero h1 {
		font-size: 40px;
		line-height: 1.2;
	}
	.menu {
		float: none;
		margin-right: 0;
		background: #fff;
		display: none;
		height: 100vh;
		top: 0;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.menu li {
		width: 100%;
		text-align: center;
	}

	input:checked+.menu {
		display: block;
		opacity: 1;
	}
	.header label {
		display: block;
		float: right;
		margin-top: 15px;
	}
	.header label img {
		width: 40px;
	}
	.menu ul {
		margin-top: 50%;
	}
	.logo {
		margin-left: 0px;
	}
	.header {
		position: fixed;
		z-index: 1000;
	}
    
}

/*end responsive*/