/* roboto-100 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v18-latin_latin-ext-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v18-latin_latin-ext-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v18-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v18-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v18-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v18-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('fonts/roboto-v18-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin_latin-ext-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
html, body{
      height: 100%;
      font-family: 'roboto';
      font-size: 10.5pt;
      margin: 0;
      padding: 0;
      min-width: 980px;
      font-weight: 300;
}

a{
      cursor: pointer;
      color: #FF0066;
}

a:hover{
      color: white;
}

a img{
      border: 0;
}

.container{
      width: 980px;
      margin: 0 auto;
      overflow: visible;
}

.space{
      background:url('/images/general/bg.jpg') -25px -50px #262626;
      width:100%;
      min-height: 700px;
      height: auto;
      background-size: auto calc(100% + 100px);
      overflow: hidden;
}


#logo{
      width: 725px;
      max-width: 38%;
      height: auto;
      margin: 100px auto;
}

#logo img{
      width: 100%;
}


.spaceOverlay{
      position: relative;
      background: url('/images/general/space-smaller.png') center center no-repeat;
      background-size: cover;
      overflow: hidden;
      height: 100%;
      text-align: center;
      min-height: 700px;
}

#topLinks{
      float: right;
      margin-right: -100px;
      width: 420px;
      height: 20px;
      text-align: center;
      padding-top: 20px;
      padding-left: 100px;
}

#topLinks a{
      font-weight: 700;
      font-size: 9.5pt;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      margin: 0 10px;
}

#topLinks a:hover{
      color: #FF0066;
}

#moto{
      color: white;
      font-weight: 200;
      font-size: 26pt;
      line-height: 180%;
      margin: 0 auto 50px 0;
      width: auto;
      display: inline-block;
      cursor: default;
}

#moto b{
      font-weight: 500;
}

#moto span{
      font-size: 32pt;
}

#homeBoxes{
      width: 990px;
      margin: -50px auto 0 auto;
      margin: -8% auto 0 auto;
}

#homeBoxesSlides{
      width: 100%;
      height: 100%;
}

#homeBoxes .box{
      width: 300px;
      margin: 0 15px;
      text-align: center;
      cursor: default;
      color: white;
      float: left;

}

.box h2{
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 0 20px 0;
      font-size: 13.5pt;
}

.box h2 a{
      color: white;
      font-weight: 400;
      font-size: 13.5pt;
      text-decoration: none;
}

.box h2 i{
      display: block;
      margin: 6px auto 0 auto;
      width: 54px;
      height: 2px;
      background-color: #FF0066;
}

h2{
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14pt;
      color: black;
      text-align: center;
      margin: 45px 0;
      cursor: default;
}

h2 i{
      display: block;
      margin: 6px auto 0 auto;
      width: 54px;
      height: 2px;
      background-color: #FF0066;
}


.icon{
      width: 64px;
      height: 64px;
      border: 1px solid #ccc;
      border-radius: 50%;
      display: block;
      background-color: white;
      margin: 0 auto 0 auto;
      transition: 300ms;
}

.icon span{
      width: 100%;
      height: 100%;
      display: block;
}

.box:hover .icon{
      background-color: #FF0066;
      border-color: #FF0066;
}


.box h2 .icon{
      margin-bottom: 25px;
}

.box p{
      padding: 0 15px;
      font-size: 9.5pt;
      font-weight: 400;
      margin: 0;
      line-height: 20px;
}

.box .more{
      color: white;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 9.5pt;
      display: inline-block;
      margin-top: 15px;
      text-decoration: underline;

}
.box .more:hover{
      color: #ff0066;
}

.iconNewsletter{
      background: url('/images/general/ico-newsletter.svg') center center no-repeat;
}

.box:hover h2 .iconNewsletter{
      background: url('/images/general/ico-newsletter-white.svg') center center no-repeat !important;
}

.iconVideo{
      background: url('/images/general/ico-video.svg') center center no-repeat;
}

.iconApp{
      background: url('/images/general/ico-app.svg') center center no-repeat;
}

.box:hover h2 .iconApp{
      background: url('/images/general/ico-app-white.svg') center center no-repeat !important;
}

.iconShop{
      background: url('/images/general/ico-shop.svg') center center no-repeat;
}


.box:hover h2 .iconShop{
      background: url('/images/general/ico-shop-white.svg') center center no-repeat !important;
}

.box:hover h2 .iconVideo{
      background: url('/images/general/ico-video-white.svg') center center no-repeat !important;
}

.iconComment{
      background: url('/images/general/ico-comment.svg') center center no-repeat;
}

.box:hover h2 .iconComment{
      background: url('/images/general/ico-comment-white.svg') center center no-repeat !important;
}

#ten{
      display: inline-block;
      margin: 50px 0;
      font-size: 12pt;
      font-weight: 500;
      color: white;
      text-transform: uppercase;
      text-decoration: underline;
      line-height: 50px;
      height: 50px;
      transition: 250ms;

}

#ten span{
      width: 40px;
      height: 40px;
      float: left;
      text-decoration: none;
      background-color: rgba(255,0,102, 0.4);
      border-radius: 50%;
      text-align: center;
      padding: 4px;
      margin-right: 10px;
      transition: 250ms;
}

#ten span b{
      font-size: 16pt;
      width: 40px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      display: block;
      text-decoration: none;
      background-color: #ff0066;
      border-radius: 50%;
      text-align: center;

}

#ten:hover{
      color: #ff0066;
}

#ten:hover span{
     box-shadow: 0px 0px 10px 5px #ff0066;
     background-color: white;
     color: #ff0066;
     color: white;
}

.product h3{
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14pt;
      color: black;
      margin: 5px 0;
      cursor: default;
      background: url('/images/general/ico-dots.svg') center left no-repeat;
      padding-left: 50px;
      width: 180px;
      float: left;
}

.product{
      margin: 0 0 50px 0;
}

.productDesc{
      width: calc(100% - 240px);
      float: right;
}

.productDesc p{
      margin: 0 0 20px 0;
      line-height: 150%;
      cursor: default;
}

.btn{
      border: 1px solid #06a4cc;
      color: #00CCFF;
      font-size: 10.5pt;
      text-transform: uppercase;
      padding: 7px 15px;
      border-radius: 4px;
      font-weight: 500;
      transition: 200ms;
      text-decoration: none;
      display: inline-block;
}

.btn:hover{
      color: #00ccff;
      box-shadow: 0px 0px 8px 0px #00ccff;

}

.iconImage{
      background: url('/images/general/ico-image.svg') center center no-repeat;
}

.iconAntispam{
      background: url('/images/general/ico-antispam.svg') center center no-repeat;
}

.iconUsers{
      background: url('/images/general/ico-users.svg') center center no-repeat;
}

.iconHorn{
      background: url('/images/general/ico-horn.svg') center center no-repeat;
}

.iconOl{
      background: url('/images/general/ico-ol.svg') center center no-repeat;
}

.iconFlag{
      background: url('/images/general/ico-flag.svg') center center no-repeat;
}

.iconFilm{
      background: url('/images/general/ico-film.svg') center center no-repeat;
}

.iconStopwatch{
      background: url('/images/general/ico-stopwatch.svg') center center no-repeat;
}

.iconExpand{
      background: url('/images/general/ico-expand.svg') center center no-repeat;
}

.iconRepeat{
      background: url('/images/general/ico-repeat.svg') center center no-repeat;
}

.iconHtml{
      background: url('/images/general/ico-html.svg') center center no-repeat;
}

.iconMobile{
      background: url('/images/general/ico-mobile.svg') center center no-repeat;
}

.iconAnimation{
      background: url('/images/general/ico-animation.svg') center center no-repeat;
}

.iconFont{
      background: url('/images/general/ico-font.svg') center center no-repeat;
}

.iconEmail{
      background: url('/images/general/ico-mail.svg') center center no-repeat;
}

.iconPhone{
      background: url('/images/general/ico-phone.svg') center center no-repeat;
}

.iconForm{
      background: url('/images/general/ico-form.svg') center center no-repeat;
}


.whyOM{
      margin-top: 40px;
      padding-bottom: 25px;
      border-bottom: 1px solid #ccc;

}

.whyOM a{
      background-color: white;
      padding: 2px 10px;
      font-size: 9pt;
      color: #888;
      text-decoration: none;
      float: right;
      margin-right: 48px;
      margin-top: 11px;
}

.whyOM a:hover{
      color: #ff0066;
}

.why, .contact{
      width: 185px;
      height: 130px;
      text-align: center;
      font-weight: 500;
      text-transform: uppercase;
      float: left;
      cursor: default;
      margin-bottom: 15px;
}

.why b{
      font-size: 9.5pt;
      color: #ff0066;
      font-weight: 700;
      display: block;
      margin: 15px 0 4px 0;
      text-transform: lowercase !important;
}

.why .icon, .contact .icon{
      position: relative;
      transition: 150ms;

}

.contact{
      text-transform: none;
      display: inline-block;
      float: none;
}

.contact b{
      margin-top: 20px;
      display: block;
}

.why:hover .icon, .contact:hover .icon{
      width: 74px;
      height: 74px;
      margin-top: -5px;
      margin-bottom: -5px;
      box-shadow: 0px 0px 10px 0 #ccc;
}

#contact{
      text-align: center;
}

#contact a{
      color: black;
      text-decoration: underline;
}


#contact a:hover{
      color: #FF0066;
}

#why{
      background-size: cover;
      background-position: center center;
      padding-bottom: 60px;
}

#why h2{
      font-size: 18pt;
      font-weight: 600;
      color: white;
}

#why h2 b{
      font-size: 28pt;
      color: #ff0066;
}

#price{
      font-size: 13pt;
      line-height: 150%;
      margin: 30px auto 70px auto;
      width: 550px;
      text-align: center;
      cursor: default;
}

#email{
      unicode-bidi: bidi-override;
      direction: rtl;
}

#footer{
      background: url('/images/general/footer.svg') center center no-repeat;
      height: 490px;
      overflow: hidden;
      margin-bottom: 25px;
      margin-top: 20px;
}



#contactContainer{
      margin-bottom: 50px;
}

#company{
      margin: 195px auto 0 auto;
      font-size: 11.5pt;
      width: 230px;
      line-height: 145%;
      padding-left: 40px;
      cursor: default;
}

#company b{
      font-weight: 600;
}

#company span{
      margin-top: 15px;
      display: inline-block;
}

.btnWhite{
      color: white;
      border: 1px solid white;
      font-size: 13pt;
      font-weight: 600;
      padding: 10px 26px;
      border-radius: 5px;
      text-transform: uppercase;
      transition: 200ms;
      text-decoration: none;
}


.btnWhite:hover{
      background-color: #ff0066;
      box-shadow: 0 0 15px 2px #ff0066;
}

.whyItem{
      width: 165px;
      padding: 0 15px;
      float: left;
      text-transform: uppercase;
      color: white;
      cursor: pointer;
      margin-bottom: 20px;
      height: 120px;
}

.why5{
      margin: 50px 0;
}

.whyItem b{
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: black;
      margin: 0 auto 20px auto;
      font-size: 16pt;
      font-weight: 800;
      display: block;
      cursor: default;
      border-radius: 50%;
      background-color: white;
      border: 3px solid #E4E4E4;
      transition: 400ms;

}

.whyItem:hover b, .whyItemActive b{
      border-color: #06A4CC;
      color: #06A4CC;
      box-shadow: 0px 0px 10px 1px #00ccff;
}


.whyItem:hover, .whyItemActive{
     color: #00ccff;
}

#whyText{
      border: 1px solid #06A4CC;
      border-radius: 8px;
      padding: 40px 100px;
      color: white;
      line-height: 150%;
      font-size: 11pt;
      cursor: default;
      clear: both;
      margin: 45px 0 65px 0;
}

#whyText div{
      display: none;
}

#why5_1{
      margin-top: 80px;
}

#why5_2{
      margin-bottom: 80px;
}

.form{
      padding: 10px;
}

.form input{
      width: calc(100% - 4px);
      border: 0;
      border-bottom: 1px solid #999;
      margin: 5px 0;
      height: 40px;
      line-height: 40xp;
      padding: 0 2px;
}

textarea, input{
      font-family: 'roboto';
      font-size: 10.5pt;
}

input:focus{
      border-bottom: 1px solid #06a4cc;
}

.form textarea{
      width: calc(100% - 4px);
      border: 0;
      border-bottom: 1px solid #999;
      margin: 5px 0;
      height: 100px;
      line-height: 22px;
      padding: 0 2px;

}

.formSubmit{
      margin: 25px 0 10px 0;
      text-align: center;
}

#showMsg, #showConfirm{
      display: none;
}

.btnModalClose{
      height: 50px;
      margin: 10px 0 0 0;
      overflow: hidden;
      line-height: 50px;
}

.btnModalClose .btn{
      margin: 0;
      line-height: normal;
}

#showMsgText{
      line-height: 150%;
}

#mainMenu{
      display: none;
}

.slidesjs-navigation{
      display: none !important;
}

.slidesjs-pagination{
      list-style-type: none;
      padding: 0;
      margin: 0;
      text-align: center;
      margin-top: 10px;
}

.slidesjs-pagination li{
      display: inline-block;
      margin: 0 10px;
      height: 16px;
      line-height: 16px;
      padding: 0;
      font-size: 0;
}

.slidesjs-pagination li a{
      font-size: 0;
      width: 12px;
      height: 12px;
      background-color: white;
      border-radius: 50%;
      display: inline-block;
}

.slidesjs-pagination-item .active{
      background-color: #ff0066;
}

#spaceContainer{
      height: 100%;
}

.productDesc b{
      font-weight: 500;
}@media all and (max-width: 990px){

html, body{
      min-width: auto;
}

.container{
      width: auto;

}

.product h3{
      float: none;
      width: calc(100% - 70px);
      margin: 0 10px 10px 10px;
}

.productDesc{
      float: none;
      padding: 0 10px;
      width: calc(100% - 20px);
}

.why{
      width: 25%;
      min-width: 100px;
}

.why5{
      margin: 25px 0;
}

#why5_1{
      margin-top: 0;
}

#whyText{
      display: none;
}

.why5 .cleaner{
      display: none;
}

.mobileCleaner{
      display: block !important;
}

#price{
      width: calc(100% - 20px);
      margin-bottom: 40px;
}


#logo{
      width: 80%;
      height: auto;

      text-align: center;
      max-width: 400px;
}

#moto{
      color: white;
      font-weight: 200;
      font-size: 20pt;
      position: static;
      cursor: default;
      margin: 30px auto;
      width: calc(100% - 20px);
      text-align: center;
      float: none;
}

#moto span{
      font-size: 26pt;
}

#why .btnWhite{
      margin-top: 30px;
}

#homeBoxes{
      margin-top: 15px;
      width: 300px;
      height: 300px;
      overflow: hidden;
}

#homeBoxes .cleaner{
      display: none;
}

#homeBoxes .box{
      float: none;
      margin: 0;
}

#ten{
      margin-top: 30px;
}







#mainMenu{
      width: 100%;
      position: absolute;
      z-index: 100;
      top: 60px;
      height: calc(100% - 60px);
      display: none;
      text-align: center;
}

#mainMenuBg{
      height: calc(100% - 15px);
      background-color: rgba(0,0,0,0.9);
      border-top: 2px solid #ff0066;
      padding-top: 15px;
}

#mainMenu i{
      font-style: normal;
}

#menuLinks a{
      display: block;
      height: 50px;
      line-height: 50px;
      color: white;
      font-size: 12.5pt;
      text-decoration: none;
      font-weight: 500;
}

#menuLinks i{
      text-transform: uppercase;
}

#menuLinks a:hover, #menuLinks .active{
      background-color: rgba(255,0,102,0.9);
}

.menu{
      position: absolute;
      width: 40px;
      height: 40px;
      margin: 10px;
      background: url('/images/general/ico-menu.png') center center no-repeat;
      background-size: 28px auto;
      z-index: 10;
}

.closeMenu{
      background: url('/images/general/ico-menu-close.png') center center no-repeat;
      background-size: 20px auto;

}

#topLinks{
      float: right;
      margin-right: 20px;
      width: 200px;
      height: 20px;
      text-align: right;
      padding-top: 20px;
}

}
@media all and (max-width: 440px){


.why{
      width: 50%;
      min-width: 100px;
}

.whyItem{
      width: 135px;
}

}.fl{ float: left; }

.fr{ float: right; }

.cleaner{ clear: both; height: 0; overflow: hidden; display: block; }

.f7 { font-size:  7pt; }
.f8, .f8 th, .f8 td { font-size:  8pt !important }
.f9 { font-size:  9pt  !important; }
.f10{ font-size: 10pt !important; }
.f11{ font-size: 11pt !important; }
.f12{ font-size: 12pt !important; }
.f13{ font-size: 13pt !important; }
.f14{ font-size: 14pt !important; }
.f15{ font-size: 15pt !important; }
.f16{ font-size: 16pt !important; }
.f17{ font-size: 17pt !important; }
.f18{ font-size: 18pt !important; }
.f19{ font-size: 19pt !important; }
.f20{ font-size: 20pt !important; }
.f21{ font-size: 21pt !important; }
.f22{ font-size: 22pt !important; }
.f23{ font-size: 23pt !important; }
.f24{ font-size: 24pt !important; }

.bold{ font-weight: bold; }
.normal{ font-weight: normal; }
.nodecor{ text-decoration: none !important; }
.noborder{ border: 0 !important; }
.hand, .pointer{ cursor: pointer !important; }
.cdefault{ cursor: default !important; }
.tleft{text-align: left}
.tcenter{text-align: center !important}
.tright{text-align: right !important}
.decor{text-decoration: underline !important}

.red{ color: #ff0000 !important }
.gray{ color: #777777}
.white{ color: white }
.black{ color: black }

.mcenter{ margin: auto }

.center{ margin: auto }

.nobg{ background: transparent !important }

.hidden{display: none }
.hiddenI{display: none !important}

#null, #preload{display: none}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }.nicemodal-overlay{
	display: none;
	position: fixed;
      z-index: 1000;
	left: 0;
	top: 0;
	overflow-y: auto;
	background: url('/images/general/space-smaller.png') center center no-repeat rgba(0,0,0, 0.7);
      background-size: cover;
}
.nicemodal-wrap-modal-content{
	display: none;
      padding: 10px;
}

.nicemodal-window{
	position: relative;
	position: absolute;
	overflow:hidden;
	display: none;
	background-color: #FFF;
	z-index: 1002;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/images/mynicemodal/loader.gif);
	background-opacity: 0.2;
	background-size: 40px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
      left: calc(50% - 80px);
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 204, 255, 1);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 204, 255, 1);
	box-shadow:         0px 0px 20px 0px rgba(0, 204, 255, 1);
}
.nicemodal-close-button{
	cursor: pointer;
	background-image: url(/images/mynicemodal/ico-close.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	margin: 0px 0px 0 0;
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1009;
}
.nicemodal-close-button:hover {
	background-image: url(/images/mynicemodal/ico-close-active.png);
}
.nicemodal-alert-message{
	background: #e74c3c;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	margin-top: 50px;
}

.nicemodal-wrap-modal-header{
      height: 44px;
      line-height: 44px;
      background-color: #0F2332;
      color: white;
      font-size: 10.5pt;
      text-transform: uppercase;
      padding: 0 0 0 10px;
      font-weight: 500;
}.inputError{
      border-bottom-color: #DB0000 !important;
}

.inputErrorInfo{
      display: none;
      width: 0;
      height: 0;
      overflow: hidden;
}



