@charset 'UTF-8';
/* Starter CSS for Flyout Menu */
#cssmenu,
#cssmenu ul,
#cssmenu li #cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1;
}
#cssmenu {
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  align: center;
  background: #fff url(pattern.png) top left repeat;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #7b7d7e;
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link {
  padding: 15px 0px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #7b7d7e;
  border-right: 0px solid #7b7d7e;
}
#cssmenu a:hover {
  color: #c0cf45;
}

#cssmenu li {
  float: left;
  width: 159px;
  text-align: center;
}
#cssmenu li:hover {
  background: #fff url(pattern.png) top left repeat;
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#cssmenu .active {
  color: #c0cf45;
}
/* Stylesheet: LESMenu Modified On 2019-02-06 13:12:42 */
html {
    font-size: 62.5%;
}
body { marging-top: 0;
background-color: #c0cf45;
}

a {text-decoration:none; cursor:pointer;text-decoration:none; }
a:hover {text-decoration:none;}

.button {}
.button:hover {}

.link {color:#c0cf45; text-decoration:none;}
.link:hover {text-decoration:underline;}
.link-1 {color:#c0cf45; text-transform:underline; text-decoration:none; font-size:12px; line-height:18px; font-weight:bold; display:inline-block; }
.link-1:hover {text-decoration:none;}
.link-2 {color:#7b7d7e; text-transform:underline; text-decoration:none; font-size:24px; line-height:18px; display:inline-block; }
.link-2:hover {text-decoration:none;}
.clr-1 {color:#c0cf45;}

#page { width: 956px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #7b7d7e;
    font-family: "helvetica", arial, sans-serif;
    font-size: 1.4em; /* equiv 14px */
    line-height: 1.5; /* adapt to your design */
}

#banner {
    width: 956px;
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
}

#content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.zenter {
    text-align: center;
}
.initial {
    color:#c0cf45;
    font-size: 24px;
}
footer {
    text-align: center;
    background-color: #fff;
    height: 20px;
    padding-top: 15px;
}

.just {
    text-align: justify;
}
/* font-sizing for content */
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details, 
figure, 
hgroup {
    font-size: 1em; /* equiv 14px */
    line-height: 1.5em;
    margin: 1.5em 0 0;
}
h1, .h1-like {
    font-size: 1.8571em; /* equiv 26px */
    font-weight: strong;
    line-height: 1.6154em;
    margin: .8077em 0 0 0;
    color: #c0cf45;
}
h2, .h2-like {
    font-size: 1.7143em; /* equiv 24px */
    font-weight: normal;
    line-height: 1.75em;
    margin: .2em 0 0 0;
}
h3, .h3-like {
    font-size: 1em; /* equiv 14px */
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 0 0;
    font-style: normal;
    font-weight: bold;
}
h4, .h4-like {
    font-size: 1.4286em; /* equiv 20px */
    font-weight: normal;
    line-height: 1.05em;
    margin:  1.05em 0 0 0;
}
h5, .h5-like {
    font-size: 1.2857em; /* equiv 18px */
    font-weight: normal;
    line-height: 1.1667em;
    margin:  1.1667em 0 0 0;
}
h6, .h6-like {
    font-size: 1.1429em; /* equiv 16px */
    font-weight: normal;
    line-height: 1.3125em;
    margin:  1.3125em 0 0 0;
}

/* alternate font-sizing */
.smaller {
    font-size: .7143em; /* equiv 10px */
    line-height: 2.1em;
}
.small {
    font-size: .8571em; /* equiv 12px */
    line-height: 1.75em;
}
.big {
    font-size: 1.1429em; /* equiv 16px */
    line-height: 1.3125em;
}
.bigger {
    font-size: 1.2857em; /* equiv 18px */
    line-height: 1.1667em;
}
.biggest {
    font-size: 1.4286em; /* equiv 20px */
    line-height: 1.05em;
}

/* soft reset */
html,

textarea,
figure,
label {
    margin: 0;
    padding: 0;
}
ul,
ol {
    padding-left: 2em;
}
code, 
pre,
samp {
    white-space: pre-wrap;
    font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
}
code { line-height: 1em; }
table { margin-bottom: 1.5em; }

/* avoid top margins on first content element */
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}

/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, video {
    max-width: 100%;
}

/* you shall not pass */
div, textarea, table, td, th, code, pre, samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

/* pictures */
img {
    vertical-align: middle;
}
a img { border: 0; }

/* scripts */
body > script {display: none !important;}

/* skip-links */
.skip-links {
    position: absolute;
}
.skip-links a {
    position: absolute;
    left: -9999px;
    padding: 0.5em;
    background: #000;
    color:#fff;
    text-decoration: none;
}
.skip-links a:focus {
    position: static;
}
/* Stylesheet: LES Modified On 2014-09-30 11:40:08 */
/*--------- slider ---------*/
#slider {width:956px; position:relative; margin-top:-20px; margin-bottom:0px;}
.slider {width:956px; overflow:visible !important; z-index:1;}
.items {display:none;}

#slider{height:350px;}
.slider{height:350px;}



.pagination {position:absolute; bottom:-55px; left:45%; display:none; z-index:60;width:515px; padding-left:0px; padding-bottom: 7px;}
.pagination li {float:left; margin-right:3px;}
.pagination a {display:block; width:12px; height:25px; background:url(/uploads/images/pagination.png) right 0 no-repeat; margin-left: 15px; }
.pagination li.current a, .pagination li:hover a { background-position: 0 0;}

.slider-banner {position:absolute; right:0px; top:75px; display:none; z-index:500; background-color:#000000; opacity:0.5; width:560px; height:100px;}

.banner {position:absolute; z-index:900; top:80px; left:330px; width:560px; font-size:24px; line-height:33px; color:#fff; font-family: 'Tahoma', sans-serif; font-weight:bold; text-align:left; display:none;}
.banner span {display:block; margin-top:-4px;}
/* Stylesheet: slider Modified On 2014-09-30 10:47:42 */
