/* =Import Required styles

========================================================================================*/

@import url(normalize.css);
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,700italic,300);
/* =Box Sizing 

========================================================================================*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* =Deafult Tag & General Classes

========================================================================================*/

html, body { -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
body { font: 15px/1.45 'gothic', Arial, Helvetica, sans-serif; color: #505061; }
body.homebg { background: #000 }
img { vertical-align: top; border: 0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -moz-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition: background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
.allanim, #mainmenu li a:after { -moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
a { color: #f34834; text-decoration: none; }
a:hover { text-decoration: underline; }
 @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active { background-color: transparent; }
}
strong { font-weight: bold; }
small, .small { font-size: 85%; }
sub, sup { font-size: 80% }
p { margin: 0 0 20px 0; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin: 0 0 10px; font-weight: 300; }
h1, h2 { font-size: 44px; }
h3 { font-size: 38px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 16px; }
ul li { line-height: 24px; }
.cf:before, .cf:after, .wrap:after, .wrap:before { content: ""; display: table; }
.cf:after, .wrap:after { clear: both; }
.cf, .wrap { zoom: 1; }
.nodisplay { display: none; }
.nodisplay_strict { display: none !important; }
.alignleft { float: left; }
.alignright { float: right; }
:focus { outline: none; }
.text_cont p { padding: 0 0 10px 0; }
.nopad p, p.nopad { padding: 0; }
.cols {
*zoom:1; margin-left: -20px; margin-right: -20px; clear: both; }
.cols:after { content: ""; display: table; clear: both; }
.cols .col { float: left; min-height: 1px; padding-left: 20px; padding-right: 20px; }
.cols1 .col { width: 100% }
.cols2 .col { width: 50% }
.cols3 .col { width: 33.333333333333%; }
.cols4 .col { width: 25%; }
@font-face { font-family: 'gothic'; src: url('../fonts/gothic.eot'); src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype'); }


.col3Flex{
    display: flex; flex-flow: row wrap; justify-content: space-around;
}
.col3Flex::after{
    display: none;
}
.itemTitle{
    text-align:center; 
    font-size: 1.15rem; 
    font-weight: bold;
}
.linkImgBorderless,
.linkImgBorderless img{
    border: none;
}
.linkImgBorderless img{
    width: 100%;
}


/*========================================================================================
            CONTACT US PAGE
  ========================================================================================*/
  .gd-row{
      display: flex;
      flex-flow: row wrap;
  }
  .gd-col{
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 0 15px;
  }
  .justify-items-center{
      justify-items: center;
  }
  .contact-form{
      background-color: rgb(170,170,170);
      padding: 50px 40px;
  }
  .contact-form form{
      text-align: center;
  }
  .contact-form input,
  .contact-form textarea,
  .contact-form button{
      border-radius: 5px;
  }
  .contact-form button{
      background-color: rgb(36, 173, 225);
  }
  .contact-form button:hover{
      background-color: rgb(28, 154, 202);
  }
  .contact-form .contact-message{
      color: #fff;
  }
  @media (max-width: 768px){
    .gd-col{
        width: 100%;
    }
  }
/* =Blockquote & highlight
========================================================================================*/



blockquote { border-left: solid 6px #e1e1e1; margin-left: 0; padding-left: 15px; }
blockquote small { font-size: 85%; display: block; color: #999; padding: 5px 0 0 0; font-style: italic; }
.highlight, mark { background: #fffd64; }
/* =Text Size, color & Custom list style

========================================================================================*/

.text-bigger { font-size: 22px; }
.text-big { font-size: 20px; }
.text-small { font-size: 12px; }
.text-muted { color: #777; }
.text-primary { color: #f34834; }
.text-secondary { color: #7979a9; }
.bg-muted { background: #777; }
.bg-primary { background: #e34f26; }
.bg-secondary { background: #7979a9; }
.text-lc { text-transform: lowercase; }
.text-uc { text-transform: uppercase; }
.has-show { display: block !important; }
.has-hide { display: none !important; }
.has-error { padding: 8px 12px 0; display: block; color: #f34834; }
input.has-error { border: solid 1px #f34834 !important; }
.tall-space { margin: 45px 0; }
.medium-space { margin: 20px 0; }
.custom-arrow-list { margin: 0; padding: 0; list-style: none; }
.custom-arrow-list li { position: relative; padding-left: 20px; }
.custom-arrow-list li:before { content: ''; border: solid 2px #bbb; border-left: 0; border-top: 0; position: absolute; left: 1px; top: 9px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); width: 7px; height: 7px; }
/* =Divider Width

========================================================================================*/

hr { border: 0; border-bottom: solid 1px #e1e1e1; margin: 20px 0; position: relative; width: 100%; }
hr:before { background: #888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right: 0; margin: 0 auto; top: 0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style: dashed }
.dotted-border { border-bottom-style: dotted; }
.double-border { border-bottom-style: double; border-bottom-width: 3px; }
.double-border:before { height: 3px; }
/* =Drop Caps

========================================================================================*/

p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #f34834; color: #fff; padding: 6px; margin-right: 5px; border-radius: 4px; }
/* =Image Caps

========================================================================================*/

.image-block { padding: 25px 0; }
.image-block:after { display: table; clear: both; content: ''; }
.image-block figure { width: 33.33333%; float: left; margin: 0; position: relative; border: solid 1px #e5e5e5; padding: 5px; background: #fff; margin: 0 20px 10px 0; }
.image-block figure img { width: 100%; height: auto; }
.image-block.right-align figure { float: right; margin: 0 0 10px 20px; }
.image-block figcaption { display: block; padding: 6px 0; font-weight: 700; position: absolute; left: 5px; right: 5px; bottom: 5px; margin: 0 auto; background: rgba(0,0,0,0.40); padding: 13px 10px; color: #fff; text-align: center; line-height: 1.25; }
.image-block h3 { margin-bottom: 20px; }
/* =Section Caps

========================================================================================*/

.section-block { padding: 25px 0; background: #fff; }
/* =Layout Width

========================================================================================*/

#wrapper { }
.wrap { max-width: 90; width: 100%; margin: 0 auto; padding-left: 30px; padding-right: 30px; }
.content { max-width: 1200px; width: 100%; margin: 0 auto; padding-top: 76px; padding-bottom: 100px }
#main { padding: 25px 0; }
#primary { float: left; width: 700px; }
#sidebar { float: right; width: 200px; }
.one-column { width: auto !important; float: none !important; }
/* =Common-Page (common classes for all pages)

========================================================================================*/

#header { padding: 18px 0; position: absolute; z-index: 5; left: 0; right: 0; }
#header.show-bg { background: #000; }
#logo { float: left; width: 192px; position: relative; }
#logo img { max-width: 100%; height: auto; width: auto; }
.video-box { background: #000; background-size: cover }
video#bgvid { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; background: url(../images/bg_on.jpg) center center no-repeat; background-size: cover; opacity: 0; transition: opacity 3s ease-in-out; -moz-transition: opacity 3s ease-in-out; -webkit-transition: opacity 3s ease-in-out; -o-transition: opacity 3s ease-in-out; }
video#bgvid.visible-on { opacity:1; }
#mainmenu { float: right; font-size: 14px; margin: 10px 0 0 0; }
#mainmenu.open > ul { opacity: 1 }
#mainmenu > ul { display: none; position: fixed; opacity: 0; left: 0; width: 100%; top: 0; bottom: 0; background: rgba(0,0,0,.98); z-index: -1; padding: 10% 0 90px; margin: 0; }
#mainmenu ul li { display: block; height: calc(20%); min-height: 50px; position: relative; text-align: center; font-size: 25px; opacity: 0 }
#mainmenu li a { text-decoration: none; padding: 0; display: block; color: #FFF; position: relative; display: inline-block }
#mainmenu.open li { animation: fadeInRight .5s ease forwards; animation-delay: .35s; }
#mainmenu.open li:nth-of-type(2) { animation-delay: .4s; }
#mainmenu.open li:nth-of-type(3) { animation-delay: .45s; }
#mainmenu.open li:nth-of-type(4) { animation-delay: .50s; }
 @keyframes fadeInRight {  0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}
/* Responsive Menu line icon*/

#menu { display: block; width: 35px; height: 24px; }
.menulines-button { padding: 0; cursor: pointer; user-select: none; text-transform: uppercase; font-size: 16px; text-decoration: none; color: #fff; text-decoration: none; }
.menulines-button em { font-style: normal; font-weight: bold; margin-left: 10px; }
.menulines-button:hover { text-decoration: none; }
.menulines { display: inline-block; width: 35px; height: 3px; background: #fff; position: relative; float: left; margin: 0px 0 0 0; -moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); opacity: 1; top: 10px }
.menulines:before, .menulines:after { display: inline-block; width: 35px; height: 3px; background: #fff; transition: 550ms; position: absolute; left: 0; content: ''; -webkit-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center; -moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transform-origin: 0.28571rem center; -moz-transform-origin: 0.28571rem center; -ms-transform-origin: 0.28571rem center; transform-origin: 0.28571rem center; }
.menulines:before { top: 10px; }
.menulines:after { top: -10px; }
.menuopen .menulines { background: none; }
.menuopen .menulines:before, .menuopen .menulines:after { -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; }
.menuopen .menulines:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); background: #666 }
.menuopen .menulines:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); background: #666 }
#footer { background: #f2f2f2; padding: 30px 0; font-size: 14px; position: fixed; left: 0; right: 0; bottom: 0 }
.socials { padding: 0 0 }
.socials ul { list-style: none; margin: 0 0 0; padding: 0; text-align: center }
.socials ul:after { display: table; clear: both; content: ''; }
.socials li { display: inline-block; margin: 0 5px; }
.socials li a { background: url(../images/bgi/sprites.png) no-repeat 0 0; width: 30px; height: 30px; text-indent: -999em; display: block; -moz-transition: all 0.1s ease-in 0s; -webkit-transition: all 0.1s ease-in 0s; -ms-transition: all 0.1s ease-in 0s; -o-transition: all 0.1s ease-in 0s; transition: all 0.1s ease-in 0s; opacity: .3 }
.socials li a.fb { background-position: 0 0; }
.socials li a.pin { background-position: -32PX 0; }
.socials li a:hover { opacity: 1; }
/* =Home-Page (only homepage used classes)

========================================================================================*/

.sprites { background-image: url(../images/bgi/sprites.png); }
.sp-after:after { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.png); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle; }
/* =Form Style

========================================================================================*/

button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align:middle;
}
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
button, input { line-height: normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background: #fff; padding: 4px 12px; height: 48px; line-height: 1.55; border: solid 1px #d7d9dd; color: #454648; width: 100%; font-family: 'Open Sans', Arial, Helvetica, sans-serif; -moz-transition: border-color 200ms ease-in; -webkit-transition: border-color 200ms ease-in; transition: border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height: 58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height: 38px; }
textarea { width: 100%; height: 160px; overflow: auto; resize: vertical; padding: 10px 15px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
select { height: auto; padding: 12px 42px 12px 12px; font-size: 14px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; position: relative; z-index: 1; background: none; line-height: 1.25; border-radius: 0; }
 select::-ms-expand {
display:none;
}
.custom-select { display: block; margin: 0; position: relative; background: #fff; }
.custom-select:before { position: absolute; right: 1px; top: 1px; width: 48px; background: #fff; content: ''; height: 48px; }
.custom-select:after { content: ''; border-top: solid 6px #848690; border-right: solid 6px transparent; border-left: solid 6px transparent; position: absolute; right: 18px; top: 50%; margin-top: -3px; }
.ie select { padding-right: 0; }
.ie .custom-select:before { z-index: 2; height: 40px; }
.ie .custom-select:after { z-index: 3; }
.ie input[type="text"], .ie input[type="password"], .ie input[type="email"], .ie input[type="tel"], .ie input[type="search"], .ie input[type="url"], .ie select { line-height: 32px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border: solid 1px #acacac; }
 input::-moz-focus-inner, button::-moz-focus-inner {
border:0;
padding:0;
}
input[type="button"], input[type="submit"], button { background: #f34834; color: #fff; border: 0; cursor: pointer; width: auto; overflow: visible; padding: 13px 45px; vertical-align: middle; text-decoration: none; text-transform: uppercase; font-size: 16px; line-height: 1.25; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background: #d71802; color: #fff; }
input[type="checkbox"], input[type="radio"] { margin: 4px 8px 0; vertical-align: top; }



::-webkit-input-placeholder {
opacity:1;
}

::-moz-placeholder {
opacity:1;
}

:-ms-input-placeholder {
opacity:1;
}

:-moz-placeholder {
opacity:1;
}
.ez-hide { opacity: 0; filter: alpha(opacity=0); }
.ez-checkbox { background-position: 0 -29px; display: inline-block; }
.ez-checkbox.disabled, .ez-radio.disabled { opacity: 0.6 }
.ez-radio { background-position: -48px -29px; display: inline-block; }
.ez-checked { background-position: -16px -29px; }
.ez-checked.disabled { background-position: -32px -29px; }
.ez-selected { background-position: -64px -29px; }
.ez-selected.disabled { background-position: -80px -29px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline;
vertical-align: middle; margin-right: 8px }
.ez-checkbox input, .ez-radio input { margin: 3px 0 0; display: block; width: 15px; height: 15px; vertical-align: top; }
/* =Form list

========================================================================================*/

.form-block { margin: 10px 0; }
.form-group { padding: 10px 0 }
.form-group:after { clear: both; content: ''; display: table; }
.formlist .form-group ul { margin: 0; padding: 0; list-style: none; }
.forgot-link { float: right; }
.form-block .form-group label { display: inline-block; padding: 0 0 5px; }
.form-inline .form-group label { float: left; width: 30%; padding: 10px 10px 10px 0; line-height: 1.5 }
.form-inline .form-group .field-box { width: 70%; float: left; }
/* =Common button CSS

========================================================================================*/

.button { background-color: #24aee2; text-transform: uppercase; font-size: 16px; color: #fff; display: inline-block; line-height: 1.2; padding: 13px 30px; vertical-align: bottom; font-weight: 600; }
.button:hover { background-color: #0d6d91; text-decoration: none; color: #fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding: 16px 35px; font-size: 18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding: 10px 25px; font-size: 14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding: 8px 20px; font-size: 12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background: #969fb0; color: #fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background: #757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background: #555; color: #fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background: #333; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background: #fff; border: solid 2px #f34834; color: #f34834; }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background: #f34834; color: #fff; }
.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline { padding: 14px 35px; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline { padding: 11px 30px; }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline { padding: 8px 25px; }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline { padding: 6px 20px; }
.button.btn-block { display: block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left: 10px !important; padding-right: 10px !important; }
.banner-data:after { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.banner-data { display: block; height: 100%; text-align: center; vertical-align: middle; padding: 0 }
.banner-data h1 { color: #fff; display: inline-block; font-family: 'gothic', Arial, Helvetica, sans-serif; font-size: 45px; font-weight: 600; margin: 0; position: relative; text-align: center; text-transform: uppercase; vertical-align: middle; z-index: 1; letter-spacing: 5px; }
.banner-data h1 span { display: block; margin: 8px 0; }
.mirror { padding-top: 10%; }
.mirror .mirro-box > iframe { width: 100%; }
.common-title { text-align: center }
.common-title h1 { font-size: 32px; margin-bottom: 50px; }
.contact-info { text-align: center; color: #666 }
.contact-info a { color: #666; font-size: 20px; }
.contact { margin: 20px 0 }
.contact h5 { margin-bottom: 5px; }
.contact a { text-decoration: none }
.contact a:hover { }
.mirro-box video { width: 100%; height: 315px; background: #000 }
.video-box iframe { width: 100%; height: 100%; }
.youtube { bottom: 0; height: auto; min-height: 100%; min-width: 100%; position: fixed; right: 0; transition: opacity 3s ease-in-out 0s; width: auto; z-index: 0; }
video.video-stream { width: 100% }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mobile-show { display: none }
.popouterbox .popup-block { display: block; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; z-index: 99999; max-width: 560px; width: 100%; padding: 30px; }
.popouterbox .popup-block.taller { top: 0; }
.popouterbox { bottom: 0; display: none; left: 0; overflow: hidden; overflow-x: hidden; overflow-y: auto; position: fixed; right: 0; top: 0; z-index: 999999999; }
.modal-backdrop { display: none; background: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; }
.pop-contentbox { background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.25); }
.popup-block .account-box { margin: 0; }
#sizeguide .popup-block { max-width: 540px; }
.pop-contentbox h4 { font-size: 24px; margin-bottom: 20px; font-weight: normal; padding-right: 55px; font-weight: 600; background: #809d36 url(../images/login-box.png); padding: 15px; color: #FFF }
.pop-contentbox a { color: #FFF; text-decoration: underline; }
.pop-contentbox a:hover { text-decoration: none }
.overflowhidden #wrapper { -webkit-filter: blur(3px); filter: blur(3px); }
.demo { position: absolute; bottom: 0; z-index: 5; width: 100px; height: 42px; background: #FFF }

.pdf-data { text-align:center; padding:45px 0 }
.pdf-data .button { padding:0; background-color:transparent; color:#24aee2 }

.close-dialogbox { width:45px; height:45px; border-radius:50%; background:#24aee2; color:#FFF; display:block; line-height:45px; text-align:center; margin-bottom:5px; font-weight:700; }