/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
/*@import "fonts/fonts.css";*/

* { position: relative; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, 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, button { border: none; padding: 0px; margin: 0px; font: inherit; vertical-align: baseline; outline: none !important; outline-color: transparent !important; outline-width: medium !important; outline-style: none !important; text-decoration: none; }

html, body, form { margin: 0px; padding: 0px; -webkit-tap-highlight-color: rgba(255,255,255,0); -webkit-tap-highlight-color: transparent; }
body { background: #ffffff; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #000000; overflow-x: hidden; overflow-y: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label { border: 0; font-size: 100%; vertical-align: baseline; margin: 0; padding: 0; }

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
@media all and (max-width: 1024px) {
  body {
    /*display: flex;
    flex-flow: column;
    position: relative;
	height:100vh;*/
  }
}

.container { display: block; overflow: hidden; }

.animateAll { -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.animateAllFast { -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }
.underline { text-decoration: underline; }
.clear { display: block; height: 0px; font-size: 0px; line-height: 0px; clear: both; }
.text-center { text-align:center;}

.button { display: block; height: 40px; font-family: 'Russo One', sans-serif; font-weight: 400; background: #81beea !important; color: #ffffff; cursor: pointer; }

.Russo-One { font-family: 'Russo One', sans-serif; font-weight: 400; color:white; }

.Russo-One-Black {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    color: black;
}


#search::-webkit-input-placeholder { font-size: 15px !important; color: white !important; text-align: right !important; }
#search:-ms-input-placeholder { font-size: 15px !important; color: white !important; text-align: right !important; }
#search::-moz-placeholder { font-size: 15px !important; color: white !important; text-align: right !important; }
#search::-ms-input-placeholder { font-size: 15px !important; color: white !important; text-align: right !important; }
#search::placeholder { font-size: 15px !important; color: white !important; text-align: right !important; }

#search { border: 0px !important; }
#search .dx-placeholder { font-family: 'Open Sans', sans-serif; font-weight: 400; color: #ffffff; font-size: 15px; right: 0px; text-align: right; padding-right: 60px; }
#search .dx-placeholder:before { padding-left: 0px; padding-right: 0px; }


.wrap { width: 100%; padding: 0 20px; display: flex; justify-content: center; }
@media all and (max-width: 767px) {
  .wrap {
    padding: 0 12px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white;
}
select {
  -webkit-appearance: none;
  background-color: white;
  padding: 10px 15px;
  background-image: url(../images/icon-select.png);
  background-position: calc(100% - 10px) center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  border: 0;
}
.header {
  background-image: url(../images/visual.jpg);
  background-size: cover;
  background-position: center center;
  height: 100px;
}
@media all and (max-width: 1024px) {
	.header { height: 70px; }
}
@media all and (max-width: 767px) {
  .header {
    height: 40px;
    display: flex;
  }
}
.header__top {
  background-color: white;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width:100%;
}
@media all and (max-width: 1024px) {
  .header__top {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .header__top {
    background-color: transparent;
    padding: 0 12px;
  }
}
.header__top__logo {
  width: 190px;
  padding: 25px 0 15px 0;
}
@media all and (max-width: 1024px) {
  .header__top__logo {
    padding: 10px 0;
    width: 150px;
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .header__top__logo {
    display: none;
  }
}
.header__top__logo img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .header__top__nav {
    display: flex;
    justify-content: flex-start;
  }
}
.header__top__nav .burger {
  display: none;
  background-image: url('../images/icon-burger.png');
  background-position: center;
  background-size: 28px auto;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .header__top__nav .burger {
    display: flex;
  }
}
.header__top__nav .burger.opened {
  background-image: url('../images/icon-close.png');
}
.header__top__nav .bread {
  display: none;
}
@media all and (max-width: 767px) {
  .header__top__nav .bread {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-size: 16px;
    /*font-family: 'PragmaticaBook-Reg';
    font-weight: normal;
    font-style: normal;*/
    color: white;
  }
}
.header__top__nav ul {
  padding: 0 100px;
  display: flex;
  flex-flow: row;
  list-style: none;
}
@media all and (max-width: 1024px) {
  .header__top__nav ul {
    padding: 0 20px;
  }
}
@media all and (max-width: 767px) {
  .header__top__nav ul {
    display: none;
  }
  .header__top__nav ul.opened {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: fixed;
    background: white;
    top: 47px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 81px);
    z-index: 10;
  }
}
.header__top__nav ul li {
  margin: 0 5px;
}
@media all and (max-width: 1024px) {
  .header__top__nav ul li {
    display: flex;
  }
}
.header__top__nav ul li a {
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  position: relative;
  padding: 22px 15px;
  color: #181816;
  text-decoration: none;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  .header__top__nav ul li a {
    padding: 15px 10px;
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .header__top__nav ul li a {
    font-size: 22px;
  }
}
.header__top__nav ul li a::after {
  content: '';
  background-color: black;
  position: absolute;
  width: 0px;
  height: 4px;
  bottom: 0;
  left: 0;
}
.header__top__nav ul li a:hover::after {
  width: 100%;
  transition: width 0.5s linear;
}
.header__top__nav ul li.current a::after {
  content: '';
  background-color: #81beea;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}
.header__top__utils {
  display: flex;
  justify-self: flex-end;
  margin: 0 0 0 auto;
}
@media all and (max-width: 767px) {
  .header__top__utils {
    /*position: fixed;
    bottom: 0;
    left: 0;
    background-color: #81beea;
    width: 100%;
    justify-content: flex-end;
    padding: 6px 12px;
    z-index: 11;*/
  }
}
.header__top__utils ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top__utils ul li {
  margin-left: 90px;
}
@media all and (max-width: 1024px) {
  .header__top__utils ul li {
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .header__top__utils ul li {
    margin: 0 0 0 15px;
  }
}
.header__top__utils ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181816;
  font-size: 14px;
  text-decoration: none;
}
@media all and (max-width: 1024px) {
  .header__top__utils ul li a {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .header__top__utils ul li a {
    text-transform: uppercase;
    color: white;
    font-size: 9px;
  }
}
.header__top__utils ul li a .icon {
  display: flex;
  border-radius: 100%;
  background-color: #81beea;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
@media all and (max-width: 1024px) {
  .header__top__utils ul li a .icon {
    background-color: white;
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}
.header__top__utils ul li a .icon--cart {
  background-image: url('../images/icon-cart.svg');
  background-position: center;
  background-size: 18px auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .header__top__utils ul li a .icon--cart {
    background-image: url('../images/icon-cart-blue.svg');
    background-size: 12px auto;
  }
}
.header__top__utils ul li a .icon--profile {
  background-image: url('../images/icon-profile.svg');
  background-position: center;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  .header__top__utils ul li a .icon--profile {
    background-image: url('../images/icon-profile-blue.svg');
    background-size: 10px auto;
  }
}
.footer { width: 100%; background: #2e2e2e; padding: 30px 40px; display: block;}
.footer:before { position: absolute; left: 0px; right: 0px; top:0px; width: 100%; height: 100%; display: block; content: ''; background: transparent url('../images/tigre_vettoriale_bordi_sottile.png') no-repeat center center; opacity: .1; }

@media all and (max-width: 1024px) { .footer { padding: 30px 20px; }
}
.footer__row { display: block; width: 100%; max-width: 1050px; margin:0px auto; }
.footer__row a { color:#ffffff; text-decoration:none;}
.footer__row p, .footer__row ul { font-size: 14px; line-height: normal; color: #ffffff; }
.footer__row p { margin-bottom: 18px; }
.footer__row ul { list-style:none; margin:0px; padding:0px;}

.footer__row.group { }
.footer__row.group .logo { display: block; width: 100%; max-width: 270px; padding-bottom:18px; }
.footer__row.group span.contact { display:inline-block; width:80px; }
.footer__row.group span.value { display: inline-block; width:auto; }

.footer__row.group-companies { padding-top:50px; }
.footer__row.group-companies .col { display:block; float:left; width:25%; font-size:0px;}
.footer__row.group-companies .col a { display:inline-block;}
.footer__row.group-companies .col img { display: block; max-width: 100%; max-height: 28px; margin:0px auto;}

.footer__row.group-partners { padding-top:20px;}
.footer__row.group-partners .col { display: block; float: left; width: 25%; font-size: 0px; }
.footer__row.group-partners .col a { display: inline-block; }
.footer__row.group-partners .col img { display: block; max-width: 100%; max-height: 28px; margin: 0px auto; }

.footer__row.navigation { padding-top: 20px; padding-bottom: 30px; border-bottom: 1px solid #808080; }
.footer__row.navigation li { padding-right: 15px; display: inline-block; vertical-align: top; }
.footer__row.navigation li a { display:inline-block; padding-bottom:5px; }
.footer__row.navigation li ul { display:block; }
.footer__row.navigation li ul li { display:block;}
.footer__row.navigation li ul li a { padding: 5px 0px; font-size: 12px; display: inline-block; }

.footer__row.legal { padding-top:30px; }
.footer__row.legal .footer__col { display: block; width: 50%; float: left; }
.footer__row.legal .footer__col.left { text-align: left; }
.footer__row.legal .footer__col.left p { font-size: 12px; line-height: 12px; color: white; margin: 0; }
.footer__row.legal .footer__col.right { text-align: right; }
.footer__row.legal .footer__col.right ul { list-style: none; display: block; margin: 0px; padding: 0px; font-size: 0px; }
.footer__row.legal .footer__col.right ul li { display: inline-block; padding-left: 20px; }
.footer__row.legal .footer__col.right ul li a { font-size: 11px; line-height: 12px; color: #abaaaa; text-decoration: none; letter-spacing: 0.02em; }
@media all and (max-width: 1023px) {
	.footer__row.group { text-align: center; }
	.footer__row.group span.contact { text-align:left;}
	.footer__row.group span.value { width: 150px; text-align: left; }
	.footer__row.group .logo { margin:0px auto;}
	.footer__row.group-companies .col,
	.footer__row.group-partners .col { display: block; float: none; width: 100%; font-size: 0px; text-align: center; }
	.footer__row.group-companies { padding-top: 20px; }
	.footer__row.group-companies .col img,
	.footer__row.group-partners .col img { max-height: 35px; }
	.footer__row.group-partners .col.erema img { max-height:20px;}
	.footer__row.navigation li { padding: 0px 15px; text-align: center; width: 33%; }
	.footer__row.navigation li ul { display: block; padding-bottom: 15px; }
	.footer__row.navigation li ul li { display: block; width: 100%; }
}
@media all and (max-width: 767px) {
	.footer__row.navigation li { width: 49%; padding: 0px 5px; }
	.footer__row.navigation li a { padding-bottom: 15px; }
	.footer__row.navigation li ul { margin-top:-10px;}
}


@media all and (max-width: 530px) {
	.footer__row.legal .footer__col { width: 100% !important; float: none !important; text-align: center !important; }
	.footer__row.legal .footer__col.right { padding-top: 10px; }
	.footer__row.legal .footer__col.right ul li { padding: 0px 10px; }
}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: auto;
  width: 100%;
  min-height:500px;
}
@media all and (max-width: 767px) {
	.login { padding:50px 0px;}
}
.login__wrap {
  flex-flow: column;
  align-items: center;
  padding-bottom:50px;
}
@media all and (max-width: 767px) {
	.login__wrap { height: 100%; justify-content: space-around; padding-bottom: 0px; }
}
.login__logo {
  display: none;
}
@media all and (max-width: 767px) {
  .login__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .login__logo {
    display: none;
  }
}
.login__logo img {
  max-width: 100%;
}
.login__box {
  width: 100%;
  max-width: 610px;
  background-color: #f6f6f6;
  padding: 50px 100px;
  display: flex;
  flex-flow: column;
  position: relative;
  text-align:center;
}
@media all and (max-width: 767px) {
	.login__box { padding: 50px 20px; margin-top: 100px; }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .login__box {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.login__box__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .login__box__row {
    width: 48%;
  }
}
.login__box__row label {
  /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/
  font-size: 16px;
  color: #181816;
}
@media all and (max-width: 767px) {
  .login__box__row label {
    display: none;
  }
}
.login__box__row input { margin: 10px 0; padding: 10px; display: flex; width: 100%; max-width: 100%; height: 40px; -webkit-appearance: none; background-color: white; border: none; text-align: center; align-items: center; justify-content: center; }
.login__box__row button {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  -webkit-appearance: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: flex-end;
  height: 36px;
  width: 300px;
  max-width: 100%;
  background-color: #81beea;
  color: white;
  font-size: 16px;
  margin: 10px 0 0 auto;
}
.login__box__row p { /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/ font-size: 12px; color: #181816; margin: 12px 0px; display: block; width: 100%; }
.login__box__row p a {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  color: black;
}
.login__box .icon--profile { position: absolute; width: 95px; height: 95px; background-color: #81beea; border-radius: 100%; background-image: url('../images/icon-profile.svg'); background-size: 48px auto; background-position: center; background-repeat: no-repeat; top: -60px; margin-left: -48px; left: 50%; }
@media all and (max-width: 767px) {
  .login__box .icon--profile {
    width: 78px;
    height: 78px;
    background-size: 38px auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -48px;
  }
}
.search { display: flex; width: 100%; background-color: #81beea; }
.search .wrap-hamburger { position: absolute; left: 20px; top: 10px; display: none; transform: scale(0.8); transform-origin: left center; }
.search .wrap-hamburger .hamburger { padding: 0px; }
.search .wrap-hamburger .hamburger .hamburger-inner,
.search .wrap-hamburger .hamburger .hamburger-inner:after,
.search .wrap-hamburger .hamburger .hamburger-inner:before { background: #ffffff !important; }
.search .wrap-hamburger .hamburger.is-active:hover,
.search .wrap-hamburger .hamburger:hover { opacity: 1 !important; }

@media all and (max-width: 1023px) { 
    .search .wrap-hamburger { display:block;}
}

.search .search__wrap { }
.search .search__wrap .nav { position: relative; margin-right: auto; }
.search .search__wrap .nav .nav-menu { position: relative; }
.search .search__wrap .nav .nav-menu,
.search .search__wrap .nav .nav-menu ul,
.search .search__wrap .nav .nav-menu li,
.search .search__wrap .nav .nav-menu a { margin: 0; padding: 0; line-height: normal; list-style: none; display: block; position: relative; }
.search .search__wrap .nav .nav-menu ul { opacity: 0; position: absolute; top: 100%; left: -9999px; z-index: 999; -webkit-transition: opacity .3s; transition: opacity .3s; }
.search .search__wrap .nav .nav-menu li:hover > ul { left: 0; opacity: 1; z-index: 1000; }
.search .search__wrap .nav .nav-menu ul li:hover > ul { top: 0; left: 100%; }
.search .search__wrap .nav .nav-menu li { cursor: default; float: left; white-space: nowrap; }
.search .search__wrap .nav .nav-menu ul li { float: none; }
.search .search__wrap .nav .nav-menu ul { min-width: 12em; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25); box-shadow: 2px 2px 2px rgba(0,0,0,0.25); }
.search .search__wrap .nav .nav-menu a { padding: 0px 10px !important; color: #ffffff; font-weight: normal; font-size: 15px; line-height: 46px !important; text-decoration: none; }
.search .search__wrap .nav .nav-menu > li > .nav-active { background-color: rgba(0,0,0,0.05); }
.search .search__wrap .nav .nav-menu a:hover,
.search .search__wrap .nav .nav-menu a:focus,
.search .search__wrap .nav .nav-menu li:hover a { background: #438bbf; color: #FFF; }
.search .search__wrap .nav .nav-menu li li a,
.search .search__wrap .nav .nav-menu li:hover li a { padding: 8px 10px; background: #438bbf; color: #FFF; font-size: 13px; line-height: normal; }
.search .search__wrap .nav .nav-menu li:hover li a:hover,
.search .search__wrap .nav .nav-menu li:hover li a:focus,
.search .search__wrap .nav .nav-menu li:hover li:hover a { background: #346d96; }
.search .search__wrap .nav .nav-menu li:hover li:hover li a { background: #346d96; }
.search .search__wrap .nav .nav-menu li:hover li:hover li a:hover,
.search .search__wrap .nav .nav-menu li:hover li:hover li a:focus,
.search .search__wrap .nav .nav-menu li:hover li:hover li:hover a { background: #204158; }
.search .search__wrap .nav .nav-menu li:hover li:hover li:hover li a { background: #204158; }
.search .search__wrap .nav .nav-menu li:hover li:hover li:hover li a:hover,
.search .search__wrap .nav .nav-menu li:hover li:hover li:hover li a:focus { background: #204158; }

@media all and (max-width: 1023px) {
    .search .search__wrap .nav { position: absolute; left: -300px; top: 46px; background: #81beea; width: 100%; max-width: 300px; }
    .search .search__wrap .nav.show__sidebar { left: 0px; }
    .search .search__wrap .nav .nav-menu li { float:none;}
    .search .search__wrap .nav .nav-menu ul { position: relative; opacity: 1; top: initial; left: initial; display: none; -webkit-box-shadow: none; box-shadow: none; }
    .search .search__wrap .nav .nav-menu li:hover > ul { display: block; left: initial !important; }
}

.search .search__wrap .search__row { position: relative; width: 100%; max-width: 240px; margin-left: auto; }
@media all and (max-width: 1023px) {
    .search .search__wrap .search__row { max-width: 70%; }
}
.search input[type='text'] {
  -webkit-appearance: none;
  background-color: #81beea;
  width: 100%;
  border: 0;
  height: 46px;
  line-height:46px;
  padding: 0px 60px 0px 0px;
   font-family: 'Open Sans', sans-serif; font-weight: 400;
  font-size: 15px;
  color: white;
  text-align: right;
}
.search input[type='submit'] {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  -webkit-appearance: none;
  background-image: url('../images/icon-search.svg');
  background-size: 29px auto;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  pointer-events:none;
}
.sidebar {
  position: absolute;
  top: 0;
  width: 240px;
  left: 40px;
  padding: 15px 0;
}
.sidebar.hide { left: -280px; }

@media all and (max-width: 1023px) {
  .sidebar {
	left:-280px;
  }
	.sidebar.show { left: 20px; }
}
@media all and (max-width: 767px) {
  /*.sidebar {
    display: none;
  }*/
}

a.az_sidebar { position: absolute; left: 10px; top: 35px; width: 20px; height: 20px; display: block; z-index:2; }
@media all and (max-width: 1023px) {
	a.az_sidebar { display:none;}
}

a.az_sidebar.left { background: url('../images/icon-arrow-left-blue.svg') no-repeat center center; background-size: cover; }
a.az_sidebar.right { background: url('../images/icon-arrow-right-blue.svg') no-repeat center center; background-size: cover; }

.sidebar h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  text-transform: uppercase;
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
}
.sidebar h2::before {
  content: '';
  height: 3px;
  width: 30px;
  bottom: 0;
  left: 0;
  background-color: #81beea;
  position: absolute;
}
.sidebar__product {
  width: 100%;
}
.sidebar__product h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
  cursor: pointer;
}
.sidebar__product h3 .icon {
  width: 30px;
  margin-right: 20px;
}
.sidebar__product h3 .icon img {
  max-width: 28px;
  height: auto;
}
.sidebar__product ul {
  display: none;
  list-style: none;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
}
.sidebar__product ul li {
  padding-left: 50px;
  position: relative;
  margin: 2px 0;
  display: flex;
  align-items: center;
}
.sidebar__product ul li::before {
  content: '';
  background-color: #81beea;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 6px;
  margin: auto 0;
}
.sidebar__product ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #181816;
  text-decoration: none;
  /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/
}


.dxtvControl_Metropolis { width: 100%; font-size: 11px; font-family: 'Open Sans', sans-serif; font-weight: 400; }
.dxtvControl_Metropolis .dxtv-elbNoLn, .dxtvControl_Metropolis .dxtv-elb { width: 16px; height: 16px; }
.dxtvControl_Metropolis .dxtv-btn { margin-left: 0px; margin-top: 5px; }
.dxtvControl_Metropolis .dxtv-nd { margin-top: 0px; padding: 5px; }
.dxtvControl_Metropolis .dxtv-subnd { margin-left: 15px; }


.home { position: relative; width: 100%; padding-left:280px;}
.home_index {
    position: relative;
    width: 100%;
}
.home.expanded { padding-left: 30px; }
@media all and (max-width: 1023px) {
	.home { padding-left:0px;}
    .home.show__sidebar, .home_index.show__sidebar { padding-left: 0px; transform: translateX(300px); }
}
.home__logo {
  display: none;
  padding-top:25px;
}
@media all and (max-width: 767px) {
  .home__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .home__logo {
    display: none;
  }
}
.home__logo img {
  max-width: 100%;
}
.home__content {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding:0px 20px;
}
@media all and (max-width: 1024px) {
  /*.home__content {
    float: right;
    width: calc(100% - 220px);
  }*/
}
@media all and (max-width: 767px) {
  /*.home__content {
    width: 100%;
  }*/
}
.home__row {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  flex-wrap: wrap;
}

#contenutoNews { display:block;}
.site_posts_container { width: 100%; max-width: 1024px; display: flex; justify-content: space-between; padding: 0px; flex-wrap: wrap; }
.site_post { width: 295px; max-width: 31%; margin-bottom: 25px; border: 1px solid #a4a9ad; display: flex; flex-flow: column; margin: 12px 0; }
@media all and (max-width: 767px) {
	.site_post { width: 48%; max-width:48%; }
}

@media all and (max-width: 599px) {
	.site_post { width: 100%; max-width:100%; }
}
.site_post br { display:none;}
.site_post a { font-size: 14px; font-weight:700; padding: 10px 15px; color: #81beea; }
.site_post img { width: 100%; display: block; }
.site_post p { display: flex; flex-flow: column; padding: 15px; font-size: 14px; line-height: 20px;}

.home__col { width: 295px; max-width: 31%; }

@media all and (max-width: 767px) {
  .home__col {
    width: 100%;
    max-width: 100%;
	padding-bottom:10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .home__col {
    width: 295px;
    max-width: 31%;
  }
}
.home__col--boxLink a {
  text-decoration: none;
}
.home__col--boxLink figure {
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
}
@media all and (max-width: 1024px) {
  .home__col--boxLink figure {
    height: 110px;
  }
}
.home__col--boxLink figure img {
  height: 30px;
  width: auto;
  max-width: 80%;
}
.home__col--boxLink .cta {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 16px;
  margin-top: 3px;
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;

}
.home__col--boxLink .cta--blue {
  background-color: #81beea;
}
.home__col--boxLink .cta--green {
  background-color: #1c9795;
}
.home__col--boxLink .cta--violet {
  background-color: #140958;
}
.home__col--boxLink .cta--orange {
    background-color: #f39222;
}
.home__col--boxLink .cta--acidgreen {
    background-color: #4ca84d;
}
.home__col--boxText {
  border: 1px solid #a4a9ad;
  display: flex;
  flex-flow: column;
  margin: 12px 0;
}
@media all and (max-width: 767px) {
  .home__col--boxText {
    width: 48%;
  }
}
@media all and (max-width: 599px) {
	.home__col--boxText { width: 100%; }
}
.home__col--boxText figure {
  height: 144px;
}
@media all and (max-width: 1024px) {
  .home__col--boxText figure {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .home__col--boxText figure {
    height: auto;
  }
}
.home__col--boxText figure img {
  width: 100%;
}
.home__col--boxText .content {
  display: flex;
  flex-flow: column;
  padding: 15px;
}
@media all and (max-width: 767px) {
  .home__col--boxText .content {
    padding: 10px;
  }
}
.home__col--boxText .content h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 16px;
  color: #181816;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.home__col--boxText .content h2 a {
  color: #181816;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .home__col--boxText .content h2 {
    font-size: 15px;
  }
}
.home__col--boxText .content p {
  /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .home__col--boxText .content p {
    font-size: 12px;
  }
}
.home__col--boxText .content .cta--text {
  /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  text-transform: uppercase;
  color: #81beea;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .home__col--boxText .content .cta--text {
    font-size: 8px;
  }
}
.listing {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
@media all and (max-width: 1024px) {
  .listing {
    padding: 30px 0;
  }
}
.listing__row {
  width: 100%;
  max-width: 1270px;
  display: grid;
  grid-template-columns: repeat(3, 33.333%);
  grid-template-rows: repeat(auto-fill, auto);
}
@media all and (max-width: 767px) {
  .listing__row {
    grid-template-columns: 50% 50%;
    padding-bottom: 30px;
  }
}
.listing__col {
  border: 1px solid #cdd4d9;
  margin-left: -1px;
  margin-top: -1px;
  justify-self: stretch;
}
.listing__col a {
  text-decoration: none;
  color: #181816;
}
.listing__col__title {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  width: 100%;
  background-color: #f2f8fd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.listing__col figure {
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .listing__col figure {
    height: 95px;
  }
}
.listing__col figure img {
  max-width: 100%;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}
.table {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 25px 0;
}
.table h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 18px;
  margin-top: 10px;
}
.table table,
.table td,
.table th {
  border: 1px solid #f0f1f2;
  vertical-align: top;
}
.table table {
  border-collapse: collapse;
  border-bottom: 1px dashed;
  width: 100%;
}
.table__row {
  width: 100%;
}
.table__row--header {
  background-color: #81beea;
}
.table__col {
  /*font-family: 'PragmaticaLight';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  line-height: 17px;
  color: #181816;
}
@media all and (max-width: 767px) {
  .table__col {
    width: 100%!important;
    float: left;
    font-size: 12px;
  }
}
.table__col--10 {
  width: 10%;
}
.table__col--15 {
  width: 15%;
}
.table__col--20 {
  width: 20%;
}
.table__col--25 {
  width: 25%;
}
.table__col--30 {
  width: 30%;
}
.table__col--35 {
  width: 35%;
}
.table__col--40 {
  width: 40%;
}
.table__col--45 {
  width: 45%;
}
.table__col--50 {
  width: 50%;
}
.table__col--55 {
  width: 55%;
}
.table__col--60 {
  width: 60%;
}
.table__col--65 {
  width: 65%;
}
.table__col--70 {
  width: 70%;
}
.table__col--75 {
  width: 75%;
}
.table__col--80 {
  width: 80%;
}
.table__col--85 {
  width: 85%;
}
.table__col--90 {
  width: 90%;
}
.table__col--95 {
  width: 95%;
}
.table__col--100 {
  width: 100%;
}
.table__col--icon {
  text-align: center;
}
.table__col--icon .icon {
  max-width: 50px;
}
.table__col .image {
  float: left;
  margin-right: 30px;
  max-width: 200px;
}
.table__col .image img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .table td.table__col.table__col--15.table__col--collapse {
    width: 50%!important;
  }
}
.table th {
  padding: 5px 10px;
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 13px;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .table th {
    display: none;
  }
}
.table th img {
  max-height: 20px;
  width: auto;
}
.table .mobileLabel {
  display: none;
}
@media all and (max-width: 767px) {
  .table .mobileLabel {
    background-color: #81beea;
    padding: 5px 10px;
    /*font-family: 'PragmaticaMedium';
    font-weight: normal;
    font-style: normal;*/
    font-size: 13px;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .table tr {
    border-bottom: 50px solid white;
  }
}
.table td {
  padding: 25px 10px;
}
@media all and (max-width: 767px) {
  .table td {
    padding: 0px 10px 10px 10px;
  }
}

.table--orders {
	padding-bottom:50px;

}

.table--orders .wrap { width: 100%; max-width: 1350px; }
.table--ticketlist .wrap {
  width: 100%;
  max-width: 1310px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-top: 35px;
  background-color: #f0f1f2;
  margin-bottom: 35px;
}
.table--ticketlist .wrap h2 {
  margin-bottom: 35px;
}
.table--ticketlist table,
.table--ticketlist td,
.table--ticketlist th {
  border: 1px solid white;
  vertical-align: top;
}
.prodotto { position: relative; width: 100%; padding-left: 280px; padding-bottom: 50px; }
.prodotto.expanded { padding-left: 30px; }
@media all and (max-width: 1023px) {
	.prodotto { padding-left:0px;}
	.prodotto.show__sidebar { padding-left: 0px; transform: translateX(300px); }
}


.prodotto__wrap {
  flex-flow: column;
  width: 100%;
}
@media all and (max-width: 1024px) {
  /*.prodotto__wrap {
    float: right;
    width: calc(100% - 220px);
  }*/
}
@media all and (max-width: 767px) {
  /*.prodotto__wrap {
    width: 100%;
  }*/
}
.prodotto__scheda {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .prodotto__scheda {
    flex-flow: column;
  }
}
.prodotto__scheda__col {
  width: 50%;
  justify-content: flex-start;
}
@media all and (max-width: 1024px) {
  .prodotto__scheda__col {
    width: 100%;
  }
}
.prodotto__scheda__col.design { margin: 25px 0px; }
.prodotto__scheda__col.design .row { display: block; padding-bottom: 20px; }
.prodotto__scheda__col.design .row .col { display: block; width: 50%; }
.prodotto__scheda__col.design .row .col.left { float: left; text-align: left; }
.prodotto__scheda__col.design .row .col.left h2 { font-size: 30px; }
.prodotto__scheda__col.design .row .col.right { float: right; text-align: right; color: #81beea; }
.prodotto__scheda__col.design .row .col.right a { color: #81beea; }
.prodotto__scheda__col.design .tool { position: absolute; left: 10px; top: 10px; width: 30px; display: block; z-index:2;}
.prodotto__scheda__col.design .row.down { padding-bottom:0px; padding-top:00px; }
.prodotto__scheda__col.design .row.down a { font-size: 16px; color: white; width: 100%; display: flex; justify-content: center; align-items: center; padding: 8px 0; background-color: #81beea; }
@media all and (max-width: 1024px) {
    .prodotto__scheda__col.design .row.down { padding-top:10px;}
}
@media all and (max-width: 767px) {
    .prodotto__scheda__col.design .row.down { padding-top: 0px; }
}

.prodotto__scheda__col.table { padding-left: 20px; }
@media all and (max-width: 1024px) {
	.prodotto__scheda__col.table { padding-left: 0px; }
	.dx-datagrid-group-panel .dx-group-panel-message { padding-left:0px !important;}
}

.prodotto__scheda__col.table .menuProdotto { display:block; width:100%; padding-bottom:20px;}
.prodotto__scheda__col.table .menuProdotto #breadcrumbs a.cta { color:#81beea; }
.prodotto__scheda__col.table .menuProdotto #menuProdotto { float: left; border: 0px; background: transparent; padding: 0px; }
.prodotto__scheda__col.table .menuProdotto #menuProdotto .dxm-item { display: block; font-family: 'Russo One', sans-serif; font-weight: 400; background: #81beea !important; color: #ffffff !important; cursor: pointer; font-size: 16px; border: 0px !important; }
.prodotto__scheda__col.table .menuProdotto #menuProdotto .dxm-item a.dx {
        display: block;
        font-family: 'Russo One', sans-serif;
        font-weight: 400;
        background: #81beea !important;
        color: #ffffff !important;
        cursor: pointer;
        font-size: 16px;
        border: 0px !important;
    }

.prodotto__scheda__col.table .menuProdotto .dxm-popup { border: 1px solid #81beea; background: #ffffff; padding: 5px; }
.prodotto__scheda__col.table .menuProdotto .dxm-popup .dxm-gutter { background:none;}
.prodotto__scheda__col.table .menuProdotto .dxm-popup .dxm-item { padding-left: 0px !important; font-size: 12px !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; }
.prodotto__scheda__col.table .menuProdotto .dxm-popup .dxm-hovered { background-color: #cbe8fd; border: 1px solid #81beea; }


.dx-gridbase-container > * {
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}

.prodotto__scheda__col th,
.prodotto__scheda__col td { padding: 5px 10px; vertical-align: middle; }
@media all and (max-width: 1024px) {
  .prodotto__scheda__col td {
    padding: 0px 10px 10px 10px;
  }
}
/*.prodotto__scheda__col img,*/
.prodotto__scheda__col svg,
.prodotto__scheda__col object {
  width: 100%!important;
  height: auto!important;
}
.prodotto__scheda__col #svgarea {
  width: 100%;
  border:1px solid #ddd;
}
.prodotto__scheda__col #svgarea object {
  width: 100%!important;
  height: auto!important;
}
.prodotto__scheda__col .inputCart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodotto__scheda__col .inputCart input {
  -webkit-appearance: none;
  width: 50px;
  border: 0;
  text-align: center;
  height: 30px;
  font-size: 20px;
  background: white;
  padding: 0;
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
}
.prodotto__scheda__col .inputCart .btnIncr {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  font-size: 20px;
}
.prodotto__row {
  width: 100%;
  max-width: 1270px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .prodotto__row {
    padding-bottom: 30px;
  }
}
.prodotto__col {
  border: 1px solid #cdd4d9;
  width: 33.333%;
}
@media all and (max-width: 767px) {
  .prodotto__col {
    width: 100%;
  }
}
.prodotto__col a {
  text-decoration: none;
  color: #181816;
}
.prodotto__col__title {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  width: 100%;
  background-color: #f2f8fd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.prodotto__col__code {
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 0;
}
.prodotto__col figure {
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .prodotto__col figure {
    height: 95px;
  }
}
.prodotto__col figure img {
  max-width: 100%;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodotto__button {
  margin: 5%;
}
@media all and (max-width: 767px) {
  .prodotto__button {
    margin: 5% 8px;
  }
}
.prodotto__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  color: #181816;
  text-decoration: none;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .prodotto__button a {
    font-size: 8.5px;
  }
}
.prodotto__button .icon {
  margin: 15px 20px;
  width: 115px;
  height: 115px;
  border-radius: 100%;
  background-color: #81beea;
}
@media all and (max-width: 767px) {
  .prodotto__button .icon {
    height: 75px;
    width: 75px;
    margin: 15px 0;
  }
}
.prodotto__button .icon--parts {
  background-image: url('../images/icon-parts.svg');
  background-position: center;
  background-size: 76px auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .prodotto__button .icon--parts {
    background-size: 50px auto;
  }
}
.prodotto__button .icon--diagrams {
  background-image: url('../images/icon-diagrams.svg');
  background-position: center;
  background-size: 73px auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .prodotto__button .icon--diagrams {
    background-size: 48px auto;
  }
}
.prodotto__button .icon--manuals {
  background-image: url('../images/icon-manuals.svg');
  background-position: center;
  background-size: 82px auto;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  .prodotto__button .icon--manuals {
    background-size: 54px auto;
  }
}
.orders {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  flex-flow: column;
}
@media all and (max-width: 767px) {
  .orders {
    padding-top: 60px;
  }
}
.orders .wrap {
  width: 100%;
  max-width: 1350px;
  margin-bottom: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.orders h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 18px;
  margin-top: 10px;
}
.orders .icon {
  display: flex;
  width: 115px;
  height: 115px;
  background-color: #81beea;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  .orders .icon {
    width: 75px;
    height: 75px;
  }
}
.orders .icon--cart {
  background-image: url('../images/icon-cart.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
}
@media all and (max-width: 767px) {
  .orders .icon--cart {
    background-size: 25px auto;
  }
}
.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  flex-flow: column;
}
@media all and (max-width: 767px) {
  .profile {
    padding-top: 60px;
  }
}
.profile .wrap {
  width: 100%;
  max-width: 1310px;
  background-color: #f0f1f2;
  margin-bottom: 20px;
}
.profile h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 18px;
  margin-top: 10px;
}
.profile__box {
  width: 734px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .profile__box {
    padding-bottom: 0px;
  }
}
.profile__box__top {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .profile__box__top {
    padding-bottom: 10px;
  }
}
.profile__box__top .icon {
  display: flex;
  width: 115px;
  height: 115px;
  background-color: #81beea;
  border-radius: 100%;
  margin-top: -65px;
}
@media all and (max-width: 767px) {
  .profile__box__top .icon {
    width: 75px;
    height: 75px;
    margin-top: -35px;
  }
}
.profile__box__top .icon--profile {
  background-image: url('../images/icon-profile.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
}
@media all and (max-width: 767px) {
  .profile__box__top .icon--profile {
    background-size: 25px auto;
  }
}
.profile__box__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile__box__col {
  width: 45%;
  align-items: flex-start;
  padding-left: 56px;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 15px 0;
}
@media all and (max-width: 767px) {
  .profile__box__col {
    width: 100%;
    background-size: 30px;
    padding-left: 40px;
    margin: 7px 0 0 0;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
  }
}
.profile__box__col--profile {
  background-image: url('../images/icon-profile-gray.png');
}
.profile__box__col--address {
  background-image: url('../images/icon-address-gray.png');
}
.profile__box__col--mail {
  background-image: url('../images/icon-mail-gray.png');
}
.profile__box__col--company {
  background-image: url('../images/icon-company-gray.png');
}
.profile__box__col--phone {
  background-image: url('../images/icon-phone-gray.png');
}
.profile__box__col .label {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .profile__box__col .label {
    font-size: 11px;
  }
}
.profile__box__col .value {
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  line-height: 1.3em;
}
@media all and (max-width: 767px) {
  .profile__box__col .value {
    font-size: 11px;
  }
}
.tickets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.tickets .wrap {
  width: 100%;
  max-width: 1310px;
  background-color: #f0f1f2;
}
.tickets h2 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 18px;
  margin-top: 10px;
}
.tickets h3 {
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
}
.tickets p {
  /*font-family: 'PragmaticaBook-Reg';
  font-weight: normal;
  font-style: normal;*/
  font-size: 14px;
  line-height: 1.2em;
}
.tickets__box {
  width: 320px;
  max-width: 100%;
  padding: 30px 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 767px) {
  .tickets__box {
    width: 100%;
  }
}
.tickets select {
  margin: 30px 0;
  width: 100%;
}
.tickets .cta--button {
  background-color: #81beea;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
  border: 0;
  width: 100%;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.dxtvControl_Metropolis .dxtv-ndSel { background-color: #81beea; color: #FFFFFF; }

.fancybox-content a.cta {
    /*font-family: 'PragmaticaMedium';
  font-weight: normal;
  font-style: normal;*/
    background-color: #81beea;
    margin-top: 3px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}