html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	min-height: 100vh;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/*MB*/
	/*font-family: 'Roboto';*/
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
b,
strong {
	font-weight: bolder;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.wrap {
	max-width: 1310px;
	padding: 0px 50px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header {
	border-bottom: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: -88px;
	z-index: 103;
	position: fixed;
	left: 0;
	right: 0;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.header {
	line-height: 88px;
	height: 88px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.logo a {
	display: block;
	max-height: 100%;
	outline: none;
}
.logo a img {
	height: 88px;
}
.menu {
	margin-left: 100px;
}
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 13px;
	display: inline-block;
	font-family: 'PT Sans';
	font-weight: 600;
	height: 83px;
	-webkit-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.menu ul li a:hover {
	border-bottom: 5px solid #ffd102;
}
.shop {
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	width: auto;
}
.shop>ul>li>a {
	color: #000;
	background-color: #ffd102;
	padding: 12px 16px;
	text-decoration: none;
	font-family: 'PT Sans';
	font-weight: bold;
}
.shop .sub-menu {
	background-color: #ffd102;
	position: absolute;
	display: none;
	top: 88px;
	left: 0px;
	width: 170px;
}
.shop .sub-menu li {
	line-height: 25px;
	font-size: 14px;
	padding-left: 20px;
}
.shop .sub-menu li a {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	color: #000;
	outline: none;
}
.shop .menu-item li a{
	height: inherit;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.shop .menu-item:nth-of-type(n+2){
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: none;
	height: 40px;
	width: 100%;

}
.shop .menu-item:nth-of-type(n+2) a{
	padding: 0 0 0 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.shop:hover .menu-item:nth-of-type(n+2) {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #ffd102;
	font-size: 14px;
	-webkit-box-shadow: 0 4px 5px 0 #8F8F8F;
	box-shadow: 0 4px 5px 0 #8F8F8F;
}
.language ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.language ul li a {
	padding: 0 13px;
	display: inline-block;
}
.language .wpml-ls-current-language {
	display: none;
}
.find {
	position: relative;
}
.find a {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
}
.find a:hover {
	color: #ffd102;
}
.find-hide {
	position: absolute;
	left: -325px;
	display: none;
	background-color: #000;
	border: 2px solid #ffd102;
	padding-left: 20px;
	padding-right: 20px;
}
.find-hide input {
	height: 40px;
	border: 2px solid #ffd102;
	outline: none;
	padding-left: 10px;
	color: #fff;
	width: 260px;
	background-color: #000;
}
.find-hide button {
	height: 46px;
	border: 2px solid #ffd102;
	background-color: #ffd102;
	margin-left: -5px;
	width: 44px;
}
.find-hide button i {
	color: #fff;
}
.find-hide button:hover i {
	color: #000;
}
.section-one img {
	width: 100%;
}
.avia-section {
	background-repeat: no-repeat;
	/*background-image: url("../images/shortcuts-bike23.jpg");*/
	background-attachment: scroll;
	background-position: center center;
	height: 238px;
	margin-top: -4px;
}
.avia-section .avia-section-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.avia-section .avia-section-wrap .avia-col-2x {
	width: 50%;
	color: #fff;
	font-family: 'PT Sans';
}
.avia-section .avia-section-wrap .avia-col-2x-left {
	text-align: center;
	padding-right: 16%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 75px;
	font-size: 50px;
}
.avia-section .avia-section-wrap .avia-col-2x-left .avia-single-no-number {
	opacity: 0.5;
	font-size: 0.8em;
	font-weight: normal;
}
.avia-section .avia-section-wrap .avia-col-2x-left .avia-i {
	font-size: 45px;
}
.avia-section .avia-section-wrap .avia-col-2x-left p {
	font-size: 18px;
	font-family: 'PT Sans';
	margin-top: 10px;
}
.avia-section .avia-section-wrap .avia-col-2x-right {
	text-align: center;
	padding-left: 16%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 75px;
	font-size: 50px;
}
.avia-section .avia-section-wrap .avia-col-2x-right .avia-single-number {
	color: #000;
	font-family: 'PT Sans';
}
.avia-section .avia-section-wrap .avia-col-2x-right .avia-single-no-number {
	opacity: 0.5;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}
.avia-section .avia-section-wrap .avia-col-2x-right .avia-i {
	color: #000;
	font-size: 45px;
}
.avia-section .avia-section-wrap .avia-col-2x-right [data-av_icon]{
	color: #222;
}
.avia-section .avia-section-wrap .avia-col-2x-right p {
	font-size: 18px;
	color: #000;
	font-family: 'PT Sans';
	margin-top: 10px;
}
.bx-wrapper .bx-pager {
	display: none;
}
.section-for-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 160px;
}
.section-for-wrap .section-for-2x {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
.section-for-wrap .section-for-2x .bx-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.section-for-2x-right {
	padding-left: 50px;
}
.section-for-2x-right img {
	float: left;
	margin-right: 20px;
}
.section-for-2x-right h4 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'PT Sans';
}
.section-for-2x-right p {
	margin-top: 50px;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'PT Sans';
}
.section-for-2x-right .section-for-2x-right-read-more {
	color: #ffd102;
	margin-top: 25px;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	font-family: 'PT Sans';
	text-decoration: none;
}
.section-for-2x-right .section-five-right-hover {
	padding-top: 25px;
	display: none;
}
.section-for-2x-right .section-five-right-hover li {
	list-style-type: disc;
	line-height: 24px;
	font-size: 16px;
	font-family: 'PT Sans';
	font-weight: 600;
}
.section-for-2x-right .section-five-right-hover p {
	font-size: 14px;
	margin-top: 20px;
}
.section-five-top {
	padding-top: 50px;
	color: #fff;
	text-align: center;
}
.section-five-top h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'PT Sans';
}
.section-five-top p {
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'PT Sans';
}
.section-five-top img {
	margin-top: 20px;
}
.section-five-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-five-center .col-4x {
	overflow: hidden;
	width: 25%;
	text-align: center;
	margin-top: 50px;
}
.section-five-center .col-4x h3 {
	font-size: 30px;
	font-family: 'PT Sans';
	font-weight: 600;
	margin-bottom: 15px;
}
.section-five-center .col-4x p {
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'PT Sans';
	padding-left: 10%;
	padding-right: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-five-center .col-4x img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.section-five-center .section-five-button {
	background-color: #2c2c2c;
	border-color: #000;
	color: #fff;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	font-family: 'Roboto';
}
.section-five-center .section-five-button:hover .span-ii {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
.section-five {
	background-color: #ffd202;
	background-repeat: no-repeat;
	background-image: url(../images/bg_vorteile.png);
	background-attachment: scroll;
	background-position: top center;
}
.section-six .wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-six .wrap h2 {
	font-size: 35px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 40px;
	font-family: 'PT Sans Bold';
}
.section-six .wrap .section-six-bike img {
	width: 100%;
}
.section-six .section-six-brand {
	margin-top: 50px;
	margin-bottom: 50px;
}
.section-six .section-six-brand img {
	/*width: 100%;*/
	max-width: 100%;
}
.section-seven-top {
	padding-left: 200px;
	padding-right: 200px;
}
.section-seven {
	background-image: url(../images/bb1.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	background-attachment: fixed;
}
.section-seven h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-top: 50px;
	margin-bottom: 35px;
	font-family: 'Roboto';
}
.section-seven p {
	font-size: 15px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'Roboto';
}
.section-seven .section-seven-colum {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section-seven .section-seven-colum .section-seven-col-3x {
	width: 33.3%;
	padding-left: 5%;
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto';
}
.section-seven .section-seven-colum .section-seven-col-3x h2 {
	color: #ffd102;
	font-weight: bold;
}
.section-nine {
	background-image: url(../images/bb.jpg);
	height: 1000px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.section-nine-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 440px;
}
.section-nine-col-4x {
	width: 25%;
	text-align: center;
	overflow: hidden;
}
.section-nine-col-4x h2 {
	color: #fff;
	font-family: 'PT Sans';
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.section-nine-col-4x p {
	color: #fff;
	text-align: center;
	font-family: 'PT Sans';
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	line-height: 1.5em;
}
.section-nine-col-4x img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.section-ten h2 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	font-family: 'PT Sans';
	margin-top: 60px;
	margin-bottom: 40px;
}
.section-ten-coll {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}
.section-ten-coll-50 {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-ten-coll-50 .section-ten-img img {
	width: 100%;
}
.section-ten-coll-50:first-child {
	padding-right: 40px;
}
.section-ten-coll-50:nth-child(2n) {
	padding-left: 40px;
}
.section-ten-write {
	background-color: #fafafa;
	color: #000000;
	padding: 10px;
	font-size: 13px;
	width: 182px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffd202;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.section-ten-write .span-ii {
	font-size: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	margin: 0;
	width: 0px;
	height: auto;
	overflow: hidden;
}
.section-ten-write:hover {
	width: 211px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	
}
.section-ten-write:hover .span-ii {
	margin-left: 10px;
	font-size: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 20px;

}
.section-ten-coll-50-bottom {
	background-color: #efefef;
	padding-top: 25px;
}
.section-ten-coll-50-bottom img {
	float: left;
}
.section-ten-coll-50-bottom p {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.section-ten-coll-50-bottom span {
	font-style: italic;
}
.section-eleven {
	background-repeat: no-repeat;
	background-image: url(../images/news.jpg);
	background-size: 100%;
	margin-bottom: 70px;
	margin-top: 70px;
	padding-bottom: 20px;
	min-height: 300px;
	background-size: cover;
	background-position: center;
}
.section-eleven-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.section-eleven-col-50 {
	width: 50%;
	padding-top: 35px;
}
.section-eleven-col-50-form h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.section-eleven-col-50-form p {
	font-size: 15px;
	line-height: 1.5em;
	color: #fff;
	/*margin-bottom: 15px;*/
}
.section-eleven-col-50-form input {
	background-color: #fafafa;
	color: #a3a3a3;
	-webkit-appearance: none;
	border: 1px solid #ffd102;
	padding: 8px 6px;
	outline: none;
	width: 60%;
	margin-bottom: 20px;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.section-eleven-col-50-form input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
	opacity: 1; /* Firefox */
}
.section-eleven-col-50-form input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
	opacity: 1; /* Firefox */
}
.section-eleven-col-50-form input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
	opacity: 1; /* Firefox */
}
.section-eleven-col-50-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a3a3a3;
	opacity: 1; /* Firefox */
}

.section-eleven-col-50-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #a3a3a3;
}

.section-eleven-col-50-form input::-ms-input-placeholder { /* Microsoft Edge */
	color: #a3a3a3;
}
.section-eleven-col-50-form button, .section-eleven-col-50-form input[type=submit] {
	padding: 9px 22px;
	cursor: pointer;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	background-color: #ffd102;
	color: #fff;
	border-color: #ddb000;
	width: auto;
	font-size: 11px;
}
.section-eleven-col-50-news {
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-eleven-col-50-news h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'PT Sans Bold';
}
.section-eleven-col-50-news img {
	float: left;
	margin-right: 15px;
}
.section-eleven-col-50-news h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'PT Sans Bold';
}
.section-eleven-col-50-news p {
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'PT Sans';
}
.section-eleven-col-50-news a {
	font-size: 15px;
	line-height: 1.5em;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-family: 'PT Sans Bold';
}
.yellow {
	color: #ffd102;
}
.section-eight {
	margin-bottom: 40px;
}
.section-eight h2 {
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 75px;
	margin-bottom: 60px;
	font-family: 'PT Sans';
	font-weight: bold;
}
.section-eight .section-eight-bike {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.short-description{
	display: none;
	
}
.section-eight .col-bike-3:hover .short-description {
	display: block;
	
}
.section-eight .col-bike-3 {
	text-align: center;
	width: 32%;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-radius: 0px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	z-index: 100;
}
.col-bike-3-wrap{
	width: 100%;
	height: auto;

}
.col-bike-3-wrap img{
	width: 100%;
	height: auto;

}

.col-bike-3-wrap:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 0 20px 1px #A6A6A6;
	box-shadow: 0 0 20px 1px #A6A6A6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	height: auto; 

}
.section-eight .col-bike-3 h2 {
	margin: 15px 0;
	font-size: 18px;
	line-height: 20px;
	font-family: 'PT Sans';
}
.section-eight .col-bike-3 h3 {
	margin-bottom: 15px;
	text-align: center;
	color: #cca700;
	font-size: 20px;
	font-weight: bold;
}
.section-eight .col-bike-3 p {
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'PT Sans';
}
.section-eight .col-bike-3 .bike-prise {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
.section-eight .col-bike-3 .bike-prise-zline {
	text-decoration: line-through;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	font-family: 'PT Sans';
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-eight .col-bike-3 .col-bike-3-button {
	background-color: #ffd202;
	border-color: #ffd202;
	color: #0a0a0a;
	padding: 15px 30px 13px;
	font-size: 13px;
	min-width: 139px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.section-eight .col-bike-3-button:hover .span-ii {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
.col-bike-3-button-hide {
	display: none;
}
.bike-line {
	width: 150px;
	height: 2px;
	background-color: #0a0a0a;
	margin: 0 auto;
	margin-bottom: 15px;
}
.faq {
	padding-top: 150px;
	padding-bottom: 50px;
}
.faq-h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 30px;
	margin-bottom: 25px;
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 600;
	font-family: 'PT Sans';
}
.faq-row {
	-webkit-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	transition: all 0.30s linear;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
.faq-row .faq-row-a {
	/*color: #000;*/
	text-decoration: none;
	display: inline-block;
	padding: 18px 20px 18px 20px;
	width: 100%;
	font-family: 'PT Sans';
	line-height: 1.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.faq-row .faq-row-a i {
	margin-right: 15px;
}
.faq-row .faq-row-p {
	max-height: 0;
	overflow: hidden;
	font-family: 'PT Sans';
	line-height: 1.1em;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.faq-row.active .faq-row-p {
	padding: 18px 20px 18px 15px;
	max-height: 1000px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq-row:hover .faq-row-a i.i-fa, .faq-row.active .faq-row-a i.i-fa{
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
footer {
	color: #fff;
}
.footer {
	background-color: #000;
	padding-bottom: 30px;
}
.footer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}
.footer-contact-form {
	width: 25%;
}
.footer-contact-form h3 {
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'PT Sans';
	font-weight: 800;
	letter-spacing: 2px;
}
.footer-contact-form input {
	padding: 10px 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #6e6e6e;
	font-family: 'PT Sans';
	outline: none;
}
.footer-contact-form textarea {
	padding: 10px 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 60px;
	line-height: 1.5em;
	color: #6e6e6e;
	margin-bottom: 20px;
	height: 110px;
	font-family: 'PT Sans';
	outline: none;
	resize: none;
}
.footer-contact-form button, .footer-contact-form input[type="submit"]{
	background-color: #ffd102;
	font-weight: 700;
	padding: 15px 30px;
	border: none;
	font-family: 'PT Sans';
	outline: none;
	width: 110px;
	color: buttontext;
}
.footer-service {
	width: 25%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-service h3 {
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'PT Sans';
	font-weight: 800;
	letter-spacing: 2px;
}
.footer-service ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	/*padding: 10px;*/
	font-size: 19px;
	display: inline-block;
	font-family: 'PT Sans';
}
.footer-service ul li a:hover {
	color: #ffd102;
}
.footer-payments {
	width: 25%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-payments h3 {
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'PT Sans';
	font-weight: 800;
	letter-spacing: 2px;
}
.footer-payments img {
	margin-top: 30px;
}
.footer-contact {
	width: 25%;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-contact a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-family: 'PT Sans';
}
.footer-contact a:hover {
	color: #ffd102;
}
.footer-contact img {
	width: 100%;
	margin-top: 20px;
}
.footer-contact p {
	margin-top: 25px;
	font-family: 'PT Sans';
}
.footer-copywrite {
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #363636;
}
.footer-copywrite p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 80%;
	float: left;
	line-height: 30px;
	font-family: 'PT Sans';
}
.footer-copywrite .footer-copywrite-social {
	width: 20%;
	float: right;
}
.footer-copywrite .footer-copywrite-social a {
	float: left;
	width: 30px;
	display: block;
	outline: none;
	padding: 0;
	min-height: 30px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #ffd102;
	border-radius: 50%;
	margin-right: 15px;
}

.scroll-top {
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	background-color: #363636;
	opacity: 0.7;
	visibility: visible;
	outline: none;
	color: #ffffff;
	border: 1px solid #e1e1e1;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.scroll-top:hover {
	color: #ffd202;
	border: 1px solid #ffd202;
	background-color: #fff;
}
.contact-img img {
	width: 100%;
	left: -470.5px;
}
.contact-wrap{
	padding-top: 120px;
	margin-bottom: 30px;
}
.tm-extra-product-options .tm-epo-field.tmcp-checkbox, .tm-extra-product-options .tm-epo-field.tmcp-radio{
	top: 0;
}
.contact-wrap h4 {
	font-family: 'Roboto';
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 120px;
}
.contact-wrap p {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Roboto';
	text-align: center;
}
.contact-wrap .contact-wrap-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
	padding-top: 80px;
}
.contact-wrap .contact-wrap-center-form {
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
.contact-wrap .contact-wrap-center-form label {
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	line-height: 1.5em;
	font-family: 'Roboto';
	font-size: 17px;
}
.contact-wrap .contact-wrap-center-form input {
	width: 60%;
	margin-bottom: 10px;
	margin-bottom: 0;
	display: inline;
	min-width: 50px;
	padding: 13px;
	border-radius: 2px;
	border: 2px solid #ffd102;
	background-color: #fafafa;
	color: #a3a3a3;
	outline: none;
	font-family: 'Roboto';
}
.contact-wrap .contact-wrap-center-form button, .contact-wrap .contact-wrap-center-form input[type=submit]{
	background-color: #ffd102;
	color: #ffffff;
	border-color: #ddb000;
	margin: 0;
	padding: 16px 20px;
	border-radius: 2px;
	border: 2px solid #ffd102;
	font-weight: normal;
	font-size: 0.92em;
	min-width: 142px;
	width: 142px;
	outline: none;
	font-family: 'Roboto';
	font-size: 18px;
}
.contact-wrap .contact-wrap-center-form .wpcf7-form-control-wrap {
	display: inline;
}
.contact-wrap-center-form form.wpcf7-form>p{
	text-align: left;
}
.contact-wrap .contact-wrap-center-form textarea {
	border: 2px solid #ffd102;
	width: 60%;
	resize: none;
	padding: 13px;
	background-color: #fafafa;
	color: #a3a3a3;
	outline: none;
	font-family: 'Roboto';
}
.contact-wrap .contact-wrap-center-right {
	width: 50%;
	padding-top: 80px;
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-wrap .contact-wrap-center-right h3 {
	font-size: 26px;
	font-family: 'Roboto';
	margin-bottom: 15px;
}
.contact-wrap .contact-wrap-center-right p {
	font-size: 22px;
	font-family: 'Roboto';
	text-align: left;
	margin-bottom: 15px;
}
.contact-wrap .contact-wrap-center-right a {
	display: block;
	font-family: 'Roboto';
	text-align: left;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 10px;
}
.about-img img {
	width: 100%;
}
.about-top-img {
	text-align: center;
	margin-top: 70px;
}
.about-top h2 {
	text-align: center;
	font-size: 45px;
	font-family: 'Roboto';
	margin-bottom: 25px;
}
.about-top p {
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	font-family: 'Roboto';
	margin-bottom: 35px;
	font-size: 18px;
}
.about-top .p2 {
	text-align: center;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 110px;
}
.about-roman {
	background-color: #ededed;
}
.about-roman h2 {
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto';
	margin-bottom: 45px;
	font-weight: bold;
	padding-top: 100px;
	color: #000;
}
.about-roman p {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 25px;
	color: #000;
	width: 90%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-roman-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-roman-50 {
	width: 50%;
}
.roman-img {
	padding-left: 10%;
}
.roman-img img {
	width: 100%;
}
.romap {
	padding-left: 20px;
	border-left: 7px solid #ffd102;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}
.about-roman-any {
	background-image: url(../images/roma2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 60px;
	margin-top: 60px;
	padding-bottom: 25px;
}
.about-roman-any h2 {
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto';
	margin-bottom: 35px;
	font-weight: bold;
	padding-top: 70px;
	color: #fff;
}
.about-roman-any p {
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 1.5em;
	margin-bottom: 25px;
	color: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.about-roman-any-a {
	background-color: #ffd202;
	border-color: #ffd202;
	color: #0a0a0a;
	padding: 12px 16px 10px;
	font-size: 13px;
	width: 180px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 15px;
	font-family: 'PT Sans';
}
.timer {
	padding-bottom: 15px;
}
.active-class {
	display: block !important;
}
.section-news-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section-news-wrap-col-30{
	padding: 120px 200px 50px 200px;

}
.section-news-wrap-col-30 h3{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'PT Sans Bold';
	position: relative;
	line-height: 60px;
	margin-bottom: 70px;
}
.section-news-wrap-col-30-line{
	display: none;
}
.section-news-wrap-col-30 h3:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ffd102;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}

.news-image-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social-sharing{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border:1px solid #ffd102;
	height: auto!important;
}
.social-sharing a{
	height: 66px!important;
	width: 25%!important;
	background-color: #fff!important;
	background-image: none!important;
	margin: 0%!important;
}
.social-sharing a:nth-child(2){
	border-left:1px solid #ffd102;
	border-right:1px solid #ffd102;
}
.social-sharing a:nth-child(3){
	border-right:1px solid #ffd102;
}
.social-sharing a{
	-webkit-transition-delay: 0s!important;
	-o-transition-delay: 0s!important;
	transition-delay: 0s!important;
	-webkit-transition-duration: 250ms!important;
	-o-transition-duration: 250ms!important;
	transition-duration: 250ms!important;
	-webkit-transition-property: all!important;
	-o-transition-property: all!important;
	transition-property: all!important;
	-webkit-transition-timing-function: ease-in-out!important;
	-o-transition-timing-function: ease-in-out!important;
	transition-timing-function: ease-in-out!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-image:url(images/facebook-letter-logo_b.png)!important;
}
.social-sharing .ss-button-facebook{
	background-image:url(images/facebook-letter-logo_b.png)!important;

}
.social-sharing .ss-button-twitter{
	background-image: url()!important;
	background-image:url(images/twitter-logo-silhouette_b.png)!important;
}
.social-sharing .ss-button-googleplus{
	background-image: url()!important;
	background-image:url(images/google-plus-symbol_b.png)!important;
}
.social-sharing .ss-button-linkedin{
	background-image: url()!important;
	background-image:url(images/linkedin-logo_b.png)!important;
}

.ss-button-facebook:hover{
	background-color: #37589b!important;
	background-image:url(images/facebook-letter-logo_w.png)!important;
}
.ss-button-twitter:hover{
	background-color: #46d4fe!important;
	background-image:url(images/twitter-logo-silhouette_w.png)!important;
}
.ss-button-googleplus:hover{
	background-color: #de5a49!important;
	background-image:url(images/google-plus-symbol_w.png)!important;
}
.ss-button-linkedin:hover{
	background-color: #0077b5!important;
	background-image:url(images/linkedin-logo_w.png)!important;
}
.section-news-wrap-col-30 p{
	margin-bottom: 20px;
	font-family: 'PT Sans';
	font-size: 15px;
}
.section-news-wrap .section-news-wrap-col-30 {
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 60px;
}
.section-news-wrap .section-news-wrap-col-30 img {
	width: 100%;
}
.section-news-wrap .section-news-wrap-col-30 h3 {
	color: #cca700;
	font-size: 20px;
	font-family: 'PT Sans';
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 25px;
}
.section-news-wrap .section-news-wrap-col-30 h3 a {
	color: #cca700;
	display: inline-block;
	text-decoration: none;
	font-family: 'PT Sans';
}
.section-news-wrap .section-news-wrap-col-30 p {
	font-family: 'Roboto';
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 18px;
}
.section-news-wrap .section-news-wrap-col-30 .section-news-wrap-col-30-line {
	width: 40px;
	background-color: #ffd102;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-news-wrap .section-news-wrap-col-30 .section-news-wrap-col-30-footer {
	border-top: 2px solid #ffd102;
	border-bottom: 2px solid #ffd102;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-news-wrap .section-news-wrap-col-30 .section-news-wrap-col-30-footer a {
	width: 50%;
	display: inline-block;
	border-right: 2px solid #ffd102;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	text-align: right;
	text-decoration: none;
	color: #c6c6c6;
	line-height: 18px;
	font-family: 'PT Sans';
}
.section-news-wrap .section-news-wrap-col-30 .section-news-wrap-col-30-footer span {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	color: #c6c6c6;
	line-height: 18px;
	font-family: 'PT Sans';
}
.span-ii {
	display: none;
}
.referenze-img img {
	width: 100%;
}
.referenze-wrap h2 {
	font-size: 34px;
	line-height: 1.1em;
	margin-bottom: 80px;
	font-family: 'PT Sans';
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
.video-referenze {
	margin-bottom: 40px;
}
.video-referenze img {
	width: 100%;
}
.referenze-mesage {
	padding-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #efefef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 2px solid #ffd102;
	margin-bottom: 60px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.referenze-ava {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 35px;
	margin-right: 25px;
	margin: 0 auto;
}
.referenze-ava img {
	width: 100%;
}
.referenze-text {
	width: 80%;
	font-size: 15px;
	line-height: 1.5em;
	font-family: 'Roboto';
}
.referenze-text-avtor {
	line-height: 1.3em;
	padding-top: 0.2em;
	font-weight: bold;
	font-family: 'PT Sans';
	font-size: 26px;
	margin-top: 15px;
}
.referenze-text-avtor2 {
	line-height: 1.3em;
	font-weight: bold;
	font-family: 'PT Sans';
	font-size: 26px;
	opacity: 0.4;
}
.hamburger {
	display: none;
	position: absolute;
	top: 33px;
	right: 30px;
}
.hamburger {
	padding: 15px 15px;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	z-index: 99;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--spring .hamburger-inner {
	top: 2px;
	-webkit-transition: background-color 0s 0.13s linear;
	-o-transition: background-color 0s 0.13s linear;
	transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
	top: 10px;
	-webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
	top: 20px;
	-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: 0.22s;
	-o-transition-delay: 0.22s;
	transition-delay: 0.22s;
	background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.active-menu {
	width: 100%;
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	height: -webkit-fill-available;
}
.active-menu .menu {
	display: block;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.active-menu .menu ul {
	display: block;
}
.active-menu .menu ul li a {
	font-size: 22px;
}
.active-menu .find {
	text-align: center;
	display: block;
}
.active-menu .shop {
	display: block;
	margin: 0;
}
.active-menu .shop>ul>li>a {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.active-menu .shop .sub-menu {
	margin: 0;
	width: 100%;
	text-align: center;
	display: block;
	position: initial;
	background-color: #000;
	color: #fff;
}
.active-menu .shop .sub-menu a {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.active-menu .shop .sub-menu li {
	padding-left: 0;
	margin-top: 10px;
}
.active-menu .language {
	display: block;
}
.active-menu .language ul {
	display: block;
}
.active-menu .language ul li {
	text-align: center;
}
.over-none {
	overflow: hidden;
}
.over-active {
	overflow-y: auto;
}
.col-3x-cart {
	width: 120px;
	height: 120px;
	background: red;
	margin-top: 100px;
}
.wrap-shop {
	padding-top: 35px;
}
.wrap-shop h2 {
	font-family: 'Roboto';
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 120px;
}
.no-bike {
	border-width: 0 !important  ;
}
.dg-grey {
	background-color: #f4f4f4;
}
.section-qqq {
	padding-bottom: 20px;
}
.section-qqq img {
	width: 100%;
}
.section-qqq h2 {
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto';
	margin-bottom: 45px;
	font-weight: bold;
	padding-top: 50px;
	color: #000;
}
.section-cart-white{
	padding-bottom: 50px ;
}
.section-cart-white h2 {
	text-align: center;
	font-size: 35px;
	font-family: 'Roboto';
	margin-bottom: 45px;
	font-weight: bold;
	color: #000;
}
.add-prod-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.add-prod-item{
	border:2px solid #ffd202;
	margin: 0 10px 10px 10px;
	position: relative;

}

.add-prod-item__overlay{
	position: absolute;
	top: -0;
	bottom: -0;
	left:-0;
	right:-0;
	background: rgba(000,000,000,.7);
	display: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 2px solid #ffd202;
	outline-offset: -10px;
	padding: 0 20px;
	text-align: center;
}
.add-prod-item__overlay a{
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto';
	color:#ffd202;
	font-weight: bold;

}
.add-prod-item:hover .add-prod-item__overlay{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

}
.add-prod-item__image{
	width: 100%;
}
.add-prod-item__image img{
	width: 100%;
	height: auto;

}
.hidden{
	display: none;
}

.image-mapper-wrap{
	position: relative;
}

.image-mapper-wrap .marker-mapper {
	position: absolute;
	border-radius: 50%;
	background-color: #ffd202;
	z-index: 20;
	width: 26px;
	height: 26px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
div.ui-tooltip {
	max-width: 326px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 12px;
	z-index: 1000;
}
div.ui-tooltip img{
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
.ui-helper-hidden-accessible{
	display: none;
}

.acf-map {
	width: auto;
	height: 400px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.about-roman blockquote {
	border-color: #ffd102;
	border-left-style: solid;
	border-left-width: 7px;
	padding-left: 20px;
	margin-bottom: 1em;
	margin-right: 1em;
	font-size: 1.235em;
	line-height: 1.5em;
	quotes: "\201C""\201D""\2018""\2019";
}
.about-roman blockquote p {
	display: inline;
}

.page-template-default section .wrap, .search-results section .wrap{
	padding-top: 150px;
	padding-bottom: 50px;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-color: rgb(255, 209, 2);
	/*line-height: 22.5px;*/
	line-height: 31.35px;
}
.page-template-default section .contact-img+.wrap{
	padding-top: 50px;
}
.return-to-shop .wc-backward {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color:#fff;
	background-color: #ffd102;
	width: 130px;
	height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Roboto';
}
.woocommerce-notices-wrapper{
}
.woocommerce-message{
	padding-top: 100px;
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	width: 100%;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background: rgba(15,131,77,.7)!important;
}
.woocommerce-message a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color:#fff;
	width: 160px;
	height: 40px;
	border-radius: 5px;
	background: rgba(15,131,77,1)!important;
}
.page-template-default section .wrap h1{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 37.4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px 0;
}
.page-template-default section .wrap h2{
	line-height: 33px;
	font-weight: 700;
}
.page-template-default section ol {
	list-style: decimal;
	margin-bottom: 20px;
	line-height: 31.35px;
}
.page-template-default section ol li{
	margin-left: 1em;
	padding: 3px 0;
}
/**  ACF oEmbed wrap iframe responsive  **/
.video-referenze {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.video-referenze iframe,
.video-referenze object,
.video-referenze embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** WC Cart styles **/
.cart{
	position: relative;
}
.cart .cart_icon_link{
	font-size: 16px;
	color: #fff;
	margin: 0 5px;
}
.cart .wc_cart_sidebar_before_widget{
	line-height: 16px;
	background-color: #fff;
	position: absolute;
	display: none;
	top: 88px;
	left: -140px;
	width: 300px;
	padding: 20px 10px;
	border:  2px solid #ffd102;
}
.cart:hover .wc_cart_sidebar_before_widget{
	display: block;
}
.variation{
	display: none;

}
.widgettitle{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.mini_cart_item{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:  2px dashed #ffd102;
}
.minicart-product-image{
	width: 100px;
}
.minicart-product-image img{
	width: 100%;
	height: auto;
}
.minicart-product-title{
	display: inline-block;
	width: 170px;
	padding-left: 10px;
	text-decoration: none;
	color:#000;
	font-size: 16px;
}
.quantity{
	width: 100%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: -20px;
}
.remove_from_cart_button{
	position: absolute;
	top:0;
	right: 0;
	text-decoration: none;
	color:#fff;
	background-color: #000;
	border-radius: 50%;
	font-size: 26px;
	line-height: 0px;
	width: 22px;
	height: 22px;
	float: right;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}
.total{
	text-align: right;
	font-family: 'Roboto Bold';
	font-size: 15px;
}
.buttons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	margin-top: 20px;
}
.buttons a{
	text-decoration: none;
	width: 100px;
	height: 40px;
	background-color: #000;
	color:#ffd102;
	font-weight: bold;
	letter-spacing: 2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: 'Roboto Light';
}
.shop_table_responsive{
	border:1px solid #ffd102;
	font-size: 14px;
	background-color: #fafafa;
}
.shop_table_responsive thead{
	border-bottom:1px solid #ffd102;
}
.shop_table_responsive thead tr th{
	border-right:1px solid #ffd102;
	padding-left: 15px;
}
.product-name a{
	color: #ffd102;
}
.product-remove a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border:1px solid #ffd102;
	border-radius: 50%;
	color:#ffd102;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.shop_table_responsive thead tr th:nth-child(1){width: 43px;}
.shop_table_responsive thead tr th:nth-child(2){width: 52px;}
.shop_table_responsive thead tr th:nth-child(3){width: 735px;}
.shop_table_responsive thead tr th:nth-child(4){width: 87px;}
.shop_table_responsive thead tr th:nth-child(5){width: 150px;}
.shop_table_responsive thead tr th:nth-child(6){width: 134px;}
.product-thumbnail img{width: 100%;height: auto;}
.product-thumbnail{padding: 0 10px;}
.cart_item td{padding-left: 15px; border-right:1px solid #ffd102; vertical-align: middle;}
.variation dd p{margin: 0;}
.actions{border-top:1px solid #ffd102; padding: 10px 15px;}
/* .coupon{border-bottom:1px solid #ffd102;} */
.coupon .input-text{
	width: 200px;
	float: left;
	margin: 3px 3px 3px 0;
	font: 12px/1.7em "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 17px;
	padding: 11px;
	border-radius: 2px;
	background-color: #ffffff;
	border:1px solid #ffd102;
}
.actions .coupon {
	width: 500px;
	float: left;
}
.coupon .button{
	width: 200px;
	height: 40px;
	margin: 3px 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffd102;
	border:1px solid #ddb000;
	color:#fff;
	outline:0;
}
.actions button{
	float: right;
	width: 200px;
	height: 40px;
	margin: 3px 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffd102;
	border:1px solid #ddb000;
	color:#fff;
	outline:0;
}
.cart-collaterals{
	margin-top: 30px;
	margin-bottom: 100px;
}
.cart-collaterals h2{color: #000000;
	font-size: 35px;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.cart-collaterals tbody tr{
	vertical-align: middle;
}
.cart-collaterals tbody tr th{
	padding:0 15px;
	vertical-align: middle;
	height: 46px;
	text-transform: uppercase;
	font-weight: bold;

}
.cart-collaterals tbody tr td{
	vertical-align: middle;
	width: 50%;
	border-left:1px solid #ffd102;
	padding:0 15px;
}
.cart_totals table tbody tr:nth-child(2){
	border-top:1px solid #ffd102;
	border-bottom:1px solid #ffd102;
	background-color: #fff;
	color: #a3a3a3;
}
.cart_totals table tbody tr{
	background-color: #fafafa;
}
.order-total td{
	color: #ffd102;
}
.checkout-button{
	width: 193px;
	display: block;
	font-size: 16px;
	background-color: #ffd102;
	color: #ffffff;
	border-color: #ddb000;
	min-width: 110px;
	padding: 15px;
	line-height: 1em;
	margin: 4px 2px 0 0;
	float: left;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	border-radius: 2px;
}
.wc-proceed-to-checkout{
	margin-top: 15px;
}
.woocommerce-info{
	border:1px solid #ffd102;
	margin: 0 0 20px 0;
	background-color: #fafafa!important;
	width: 96%;
	font-size: 19px;
	padding: 20px 2%;
}
.woocommerce-info a{
	text-decoration: none;
	color:#ffd102;
}
.checkout input{
	border:1px solid #ffd102!important;
	background-color: #fafafa!important;
	color: #a3a3a3!important;
	outline: 0!important;
	height: 36px!important;
	width: 100%;
}
.checkout .input-text {
	border:1px solid #ffd102!important;
	width: 100%;
	height: 170px;
	background-color: #fafafa!important;
}
.checkout .input-checkbox{
	width: auto;
}
.checkout .checkbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

}
.checkout .checkbox input{height: auto!important;}
.checkout label{
	display: block;

}
.col2-set{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.col-1, .col-2{
	width: 48%;
}
.woocommerce-billing-fields h3{
	color: #cca700;
	font-size: 20px;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.required{
	color:#ffd102!important;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{
	border:1px solid #ffd102;
	background-color: #fafafa;
}
.woocommerce-checkout-review-order .product-name{
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 16px;
}
.woocommerce-checkout-review-order tfoot tr th{
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 16px;
	border-right:1px solid #ffd102;
}
.woocommerce-checkout-review-order tfoot tr{
	border-bottom:1px solid #ffd102;
}
.woocommerce-checkout-review-order tfoot{
	border:1px solid #ffd102;
	border-right: none;
	border-left: none;
}
.address-field, .validate-required{
	margin-bottom: 20px!important;
}
.cart_item .product-name{
	width: 1035px;
}
.cart_item .product-total{
	width: 175px;
}
.woocommerce-checkout-review-order-table thead{
	border-bottom:1px solid #ffd102;

}
.woocommerce-checkout-review-order-table .product-name{
	border-right:1px solid #ffd102;
}
.variation .tc-name{
	float: left;
	margin-right: 10px;
	font-size: 13px;

}
.variation .tc-value{
	font-weight: bold;
	font-size: 16px;
}
.woocommerce-checkout-review-order tfoot tr td{
	padding-left: 20px;
}
.woocommerce-checkout-payment{
	margin: 50px 0;
	border: 1px solid #ffd102;
	padding:20px;
}
.wc_payment_methods{
	border-left: 0;
	border-right: 0;
	    border: 1px solid #ffd102;
	border-bottom:none;
	padding:20px 20px 0 20px;
}
.wc_payment_methods label{
	padding-bottom:20px;
}
.wc_payment_methods a{
	text-decoration:none;
	color:#ffd102;
	margin-left:15px;
}
.payment_method_paypal{
	border-top: 1px solid #ffd102;
	    font-weight: bold;
    font-size: 22px;
	padding-top:20px;
}
.wc_payment_method{
	padding:20px;
}
.wc_payment_method label{
		    font-weight: bold;
    font-size: 22px;
}
.woocommerce-checkout-review-order .place-order{
	padding: 20px;
}
.place-order .button{
	min-width: 110px;
	padding: 15px;
	line-height: 1em;
	margin: 4px 2px 0 0;
	float: left;
	font-size: 12px;
	width: auto;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	border-radius: 2px;
	background-color: #ffd102;
	color: #ffffff;
	border-color: #ddb000;
}
.woocommerce-checkout-payment .place-order{
	border: 1px solid #ffd102; 
	margin-bottom: 100px;
}
.bg-home-video-wrap{
	overflow: hidden;
	max-height: 100vh;
}
.wp-custom-header iframe, .wp-custom-header video{
	height:100%;
	width:100%;
	position: relative;
}
.wp-custom-header iframe{
	height: 100vh;
}
.wp-custom-header-video-button{
	display: block;
	position: absolute;
	top: 80vh;
	left:100px;
	border:0;
	outline: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	background-color: #ffd102;
	width: 100px;
	height: 40px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.3;
	cursor: pointer;
}
.wp-custom-header-video-button:hover{
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}

.product-main-info-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-main-info-wrap .product-main-info .product_meta{
	margin: 30px 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}

.product-main-info-wrap .onsale{
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 4px;
	font-family: 'PT Sans Bold Italic';
	color:#f20000;
	background-color: #ffd102;
}
.woocommerce-product-gallery, .product-main-info{
	width: 49%;
}
.flex-viewport .woocommerce-product-gallery__image{
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
	border:1px solid #ffd102;
	width: 19%!important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	width: 100%;
}
.woocommerce-product-gallery__trigger{
	background: rgba(255,209,2,.5);
	border-radius: 50px;
	padding: 3px;
}
.product-main-info h1{
	text-align: center;
	font-size: 26px;
	font-family: 'Roboto Bold';
	margin-bottom: 20px;
}
.product-main-info h4{
	text-align: left;
}
.product-main-info p{
	font-size: 16px;
	font-family: 'PT Sans';
	text-align: left;
	
}
.product_meta .posted_in{
	float: right;
	font-family: 'Roboto Medium Italic';
	font-size: 16px;
}
.product_meta .posted_in a{
	text-decoration: none;
	color:#ffd102;
	font-family: 'Roboto Bold Italic';
}
.summary{
	border: 2px solid #ffd102;
	padding: 20px 40px;
}
.summary  .product_meta{
	margin-top: 10px;
}
.summary  .product_meta .sku_wrapper{
	font-family: 'Roboto';

}
.tm-extra-product-options .tm-epo-field-label{
	text-transform: uppercase;
	font-family: 'Roboto';
}
.tc-extra-product-options .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label{
	font-size: 14px;
	font-family: 'Roboto Medium';
}
.tm-options-totals{
	font-family: 'Roboto Medium';
}
.tm-options-totals .price{
	margin-bottom: 10px;
	display: inline-block;
}
.tm-final-totals{
	margin:5px;
	color:#f20000;
	font-family: 'Roboto Medium';
}
.cart .quantity{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
}
.cart .quantity input{
	border: 2px solid #ffd102;
	padding: 5px 10px;
	width: 80px;
	background: rgba(255,209,2,.3);
	outline: 0;
}
.cart .single_add_to_cart_button{
	width: 104px;
	height: 40px;
	border:0;
	outline: 0;
	background-color: #ffd102;
	cursor: pointer;
}
.variations_form .label{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5px;
	font-family: 'Roboto';
	font-size: 14px;
}
.variations_form .reset_variations{
	text-decoration: none;
	color: #f20000;
	margin-left: 10px;
	font-size: 12px;
	font-family: 'Roboto Light';
}
.card_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 70px 0;
}
.card_wrap .card{
	position: relative;
	perspective: 2000px;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective:2000px;
	-o-perspective: 2000px;
	height: 100%;
	width: 360px;
	height: 260px;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	

}
.card_wrap .card:hover .front{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.card_wrap .card:hover .back{
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.card_wrap .front{
	backface-visibility: hidden;
	-webkit-backface-visibility:  hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fbd44a;
	width: 360px;
	height: 260px;
}
.card_wrap .front p{
	font-size: 21px;
	font-family: 'Gilroy-Bold';
	text-align: center;
	position: absolute;
	top: 30px;
	width: 100%;
	padding: 0 20px;
	left: 0px;
}
.card_wrap .front p span{
	font-size: 16px;
	font-family: 'Tahoma';
}

.card_wrap .card .front img {
	width: 100%;
	height: 100%;
	

}
.card_wrap .front span{
	font-size: 60px;
	font-family: 'Gilroy-ExtraBold';
}

.card_wrap .back{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	background-color: #ebebeb;
	width: 360px;
	height: 260px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.card_wrap .back h2{
	margin-bottom: 30px;
}
.card_wrap .back p{
	text-align: center;
	padding: 0 10px;

}
.card_wrap .back p img{
	width: 70%;
}

.pulse:before {
	content: '';
	position: absolute;
	background-color: #ffd202;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border-radius: 50%;
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	opacity: 0;
	z-index: -1;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}
.form-horizontal{
	width: 70%;
	margin: 0 auto;
	margin-top: 70px;
}
.form-horizontal .form-group .form-control{
	border: 1px solid #ffd102;
}
.form-horizontal .ui-datepicker{
	border: 1px solid #ffd102;
	-webkit-box-shadow: 0 0 8px rgba(255,209,2,.6);
	box-shadow: 0 0 8px rgba(255,209,2,.6);
}
.form-horizontal .form-group .form-control:focus{
	border-color: #ffd102;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(255, 209, 2, .8);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(255, 209, 2, .8);
}
.av_textblock_section {
	text-align: center;
}
.av_textblock_section h4{
	font-size: 30px;
	font-family: 'Roboto';
	color:#ffd202;
}
.av_textblock_section:nth-of-type(2) p{
	font-family: 'Roboto';
	font-size: 25px;
}
.av_textblock_section:nth-of-type(3) p{
	color:#1fd2ff;
	font-size: 30px;
	font-family: 'Roboto';
}
.ea-bootstrap .final h3{
	color: #cca700;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: bold;
}
.ea-bootstrap .form-horizontal .control-label{
	width: 10%;
}

.ea-bootstrap .form-horizontal .col-sm-8{
	width: 90%;
}
.pop-up-content button:first-of-type{
	padding: 10px 15px;
	width: 140px;
}
.pop-up-content input{
	border:1px solid #ffd102;

}
.pop-up-content textarea{
	border:1px solid #ffd102;
}
.pop-up-content label span{
	display: inline-block;
	margin-bottom: 10px;
}
.related-product-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border:1px solid #ffd102;
	width: 600px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.actions-product-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.image-product-wrap{
	width: 300px;
}
.image-product-wrap img{
	width: 100%;
	height: auto;

}
.body-product-wrap{
	border-left:1px solid #ffd102;
	padding: 10px;
	background-color: #fafafa;
	font-family: 'PT Sans';
	text-align: center;
	font-size: 16px;
	width: 279px;
}
.description-product-wrap h2{
	font-family: 'PT Sans Bold';
	font-size: 18px;
}
.price-product-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:15px 0;
	border-top:  1px solid #ffd102;
	border-bottom:  1px solid #ffd102;
	padding: 10px;
}
.price-product-wrap del{
	display: inline-block;
	text-align: left;
	width: 50%;
}
.price-product-wrap ins{
	display: inline-block;
	width: 50%;
	text-align: right;
}
.price-product-wrap small{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}
.actions-product-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.actions-product-wrap .add_to_cart_wrap{
	margin-right: 20px;
}
.actions-product-wrap .add_to_cart_wrap a{
	text-decoration: none;
	color: #167a16;
}
.actions-product-wrap .product-permalink a{
	text-decoration: none;
	color: #000;
}
.footer-contact .call-block{
	width: 100%;
	text-align: center;
}
.footer-contact .call-block .wrap-icon{
	width: 100%;
	font-size: 80px;
}
.footer-contact .call-block .phone{
	font-family: "Roboto Bold";
	font-size: 28px;
	line-height: 40px;
	font-weight: 900;
}
.no-results{
	padding-top: 150px;
}
.no-results .page-header{
	position: relative;
	margin: 0;
}
.no-results .page-header .page-title{
	background-color: #fff;
	color: #000000;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: bold;
}
.no-results .page-content  p{
	font-family: 'PT Sans';
	margin-bottom: 10px;
}
.no-results .search-form{
	width: 280px;
	height: 40px;
	position: relative;
}
.no-results .search-form .search-field{
	width: 100%;
	height: 100%;
	border:1px solid #ffd102;
	outline-color: #ffd102;
	padding: 0 50px 0 10px;
	background-color: #fafafa;
}
.no-results .search-form .search-submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border:none;
	outline: 0;
	background-color: #ffd102;
	font-size: 0;
	cursor: pointer;
	background-image: url(../images/musica-searcher.png);
	background-position: center;
	background-repeat: no-repeat;
}
.woocommerce-product-gallery__image:hover img.wp-post-image{
	opacity:0
}
.col2-set input{
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.col2-set .select2-container--default .select2-selection--single{
	background-color: #fafafa!important;
	border: 1px solid #ffd102!important;
	height: 40px;
	outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button{
	margin: 30px 2px 0 0;
}
.checkout_coupon .form-row-first .input-text{
	background-color: #fafafa!important;
	border: 1px solid #ffd102!important;
	padding: 10px;
	outline: 0;
}
.checkout_coupon .form-row-last{
	margin-top: 10px;
	}
.checkout_coupon .form-row-last .button{
	background-color: #ffd102;
	border:0;
	outline: 0;
	font-weight: 700;
	padding: 15px 20px;
	cursor:pointer;
}
.woocommerce-thankyou-order-details, .wc-bacs-bank-details{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	border:1px solid #ffd102;
	padding: 10px 0;
}
.woocommerce-bacs-bank-details h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.woocommerce-bacs-bank-details h3{
	color:#bd9e13;
	font-weight: bold;
	font-size: 20px;
	}
.woocommerce-thankyou-order-details .woocommerce-order-overview__order, .woocommerce-order-overview__date, .woocommerce-order-overview__total, .woocommerce-order-overview__payment-method{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding:0px 20px;
	border-right:1px solid #b7b7b5;
	text-align: left;
}

.woocommerce-bacs-bank-details .bank_name, .account_number, .sort_code, .iban, .bic{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding:0px 20px;
	border-right:1px solid #b7b7b5;
	text-align: left;
}

.woocommerce-order-details h2{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.woocommerce-order-details .woocommerce-table--order-details{
	width: 100%;
	border:1px solid #ffd102;
}
.woocommerce-table--order-details tbody{
	border-top:1px solid #ffd102;
	border-bottom:1px solid #ffd102;
}
.woocommerce-table--order-details .woocommerce-table__product-total{
	border-left:1px solid #ffd102;
	width: 20%;
}
.woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name{
	border-right:1px solid #ffd102;
}
.woocommerce-table--order-details .woocommerce-table__product-total .woocommerce-Price-amount{
	display:block;
	text-align: center;
	}
.woocommerce-table__product-name .wc-item-meta li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom:1px solid #b7b7b5;
	padding: 0 15px;
}
.woocommerce-table__product-name .wc-item-meta li strong{
margin-right: 15px;
	}
.woocommerce-table__product-name .wc-item-meta li:last-of-type{
	border-bottom:0;
}
.woocommerce-table--order-details tfoot tr{
	border-bottom:1px solid #ffd102;
}
.woocommerce-table--order-details tfoot tr th{
	border-right:1px solid #ffd102;
	text-align: left;
	padding-left: 15px;
}
.woocommerce-table--order-details tfoot tr td{
	text-align: center;
}
.price .woocommerce-Price-amount{
	font-weight: bold;
	 font-family: 'Roboto Black';
	font-size: 24px;
	margin-right: 5px;
}

.woocommerce-checkout-review-order .variation{
	display: block;
}