﻿ /***** CSS RESET *****/
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     margin-block-start: 0em;
     margin-block-end: 0em;
     -webkit-margin-before: 0em;
     -webkit-margin-after: 0em;
     -webkit-margin-start: 0px;
     -webkit-margin-end: 0px;
 }

 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
     display: block;
 }

 body {
     line-height: 1;
 }

 ol,
 ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 /*===============================================================*/
 @font-face {
     font-family: Calibri;
     src: url(../fonts/Calibri.woff);
 }

 /** {box-sizing:border-box;}*/

 html {
     scroll-behavior: smooth;
 }

 body {
     margin: 0;
     padding: 0;
     font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
     background: url(../siteart/new-siteart/bg.jpg) center center;
     overflow-x: hidden;
     -webkit-appearance: none;
 }

 p {
     -webkit-margin-after: 0em;
     /*     color: #fff;*/
 }

 ul {
     list-style-type: none;
 }

 h1 {
     font-weight: bold;
     font-size: 20px;
     margin: 0 0 10px 0;
 }

 .wrapper {
     max-width: 1200px;
     margin: 0 auto;
 }

 a:active,
 a:visited,
 a {
     text-decoration: none;
     list-style-type: none;
 }

 /*control the Captcha */
 .CaptchaPanel {
     margin: 0 0 0 0 !important;
     padding: 0 0 0 0 !important;
     text-align: center;
     line-height: normal !important;
 }

 .CaptchaImagePanel {
     margin: 0 0 0 0;
     padding: 0 0 0 0;
 }

 .CaptchaMessagePanel {
     padding: 0 0 0 0 !important;
     margin: 0 0 0 0 !important;
     font-weight: normal !important;
     font-size: 12px;
     line-height: 14px;
     color: #fff;
 }

 .CaptchaAnswerPanel {
     margin: 0 0 0 0;
     padding: 2px 0px 2px 0px !important;
 }

 .CaptchaWhatsThisPanel {
     line-height: 0;
     margin: 0 0 0 0;
     padding: 0px 0 15px 0 !important;
     color: #fff;
     font-size: 12px;
 }

 @media screen and (min-width:768px) {
     .CaptchaWhatsThisPanel {
         float: right;
     }
 }

 .CaptchaWhatsThisPanel a {
     color: #fff;
 }

 .CaptchaWhatsThisPanel a:hover {
     text-decoration: none;
 }
