* { font-family: 'Ubuntu', verdana, arial, Sans-Serif; color: #000000; }

img, html, body, header, footer {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear {
  clear: both;
}

.dec {
    list-style-type: decimal;
}

.dec li {
    text-align: justify;
}

.ten {
    height: 10px;
}

.twenty {
  height: 20px;
}

.fifty {
  height: 50px;
}

.left {
  float: left;
}

.pad {
   padding: 10px;
}

.right {
  float: right;
}

html {
  height: 100%;
  width: 100%;
  min-width: 1200px;
}

.under {
  text-decoration: underline;
}

body {
  background: #f1f1f1 url('/gfx/bg_body.jpg');
  height: auto;
  min-height: 100%;
  width: 100%;
}


.loader {
    background: url("/gfx/loader.gif") no-repeat center center;
}

hr, .hr_gray, .hr_gray2, .hr_gray3 {
    color: none;
    background-color: none;
    border: 1px dotted #c0c0c0;
    border-style: none none dotted;
}

.grad_01 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#000000));
  background: -moz-linear-gradient(top,  #2d2d2d, #000000);
  background: -o-linear-gradient(#2d2d2d,#000000); 
}

header, #headr {
   border-bottom: 1px solid white;
   height: 345px;
   width: 100%;
   position: relative;
   padding: 0px;
    box-shadow: 0px 0px 80px #d1d1d1;
}

.looo, .lloo {
  width: 1000px;
  min-height: 25px;
  height: auto !important;
  height: 20px;
  margin: 0px auto 0 auto;
}

.lloo {
  width: 1100px;
}

#top_strip {
    width: 100%;
    height: 7px;
    background: #88b908;
    box-shadow: 0px 0px 6px #808080;
    z-index: 99;
    position: relative;
}

#top {
   height: 140px;
   z-index: 10;
   margin-top: -7px;
   position: relative;
}

#top_white {
    background: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */

    height: 55px;
    width: 750px;
    border-bottom-right-radius: 20px;
    padding: 0 0 0 210px;
    margin: 0 0 0 100px;
    position: relative;
}

.motto {
    display: inline-block;
    font-size: 14pt;
    letter-spacing: 0.2em;
    color: #88B908;
    font-style: italic;
    margin: 15px 0px 0px;
    font-weight: 500;
}

#top_menu {
    float: right;
    margin: 20px 40px 0 0;
    position: relative;
}

#cud_fb {
    width: 165px;
    height: 85px;
    background: url('/gfx/cud_fb.png') no-repeat center center;
    position: absolute;
    right: -60px;
    top: 20px;
}

a.a_contact, a.a_fb, a.a_yt {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url('/gfx/ico_contact.png') no-repeat center center;
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

a.a_yt {
    width: 55px;
    border-left: 1px solid rgba(136,185,9,0.3);
    background: url('/gfx/ico_yt.png') no-repeat center center;
}

a.a_fb {
    margin-left: 5px;
    border-left: 1px solid rgba(136,185,9,0.3);
    background: url('/gfx/ico_fb.png') no-repeat center center;
}

a.a_contact:hover {
    background: url('/gfx/ico_contact.png') no-repeat top center;
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

a.a_yt:hover {
    background: url('/gfx/ico_yt.png') no-repeat top center;
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

a.a_fb:hover {
    background: url('/gfx/ico_fb.png') no-repeat top center;
    -moz-transition: 0.3s ease-in; -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in;
}

#slider {
    margin: 0 auto 0 auto;
    height: 345px;
    position: relative;

}

#menu_box {
  min-height: 40px;
  margin: 243px auto 0 auto;
  position: relative;
}


ul#menu {
  list-style: none;
  height: 50px;
  margin: 0px;
  padding: 0;
}

ul#menu li {
  z-index:11;
  float: left;
  position: relative;
  background: none;

}

ul#menu li a {
  float: left;
  color: #236fb0;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 3px 18px 3px;
  margin: 0 10px 0 10px;
  height: 11px;
  transition: border-color 0.5s linear;
  border-bottom: 3px solid rgba(0,0,0,0);
}

ul#menu li:hover a.menutop, ul#menu li a.menutop.select {
  border-bottom: 3px solid #236fb0;
    transition: border-color 0.5s linear;
}

ul#menu li a.last {
  border-right: 0px solid rgba(255,255,255,0.3);  
}

ul#menu li a.expand {
    padding-right: 35px;
}

ul#menu li a.first {
    margin-left: 0;
}

ul#menu li:hover a {
}


ul#menu li ul {
  list-style: none;
  display: none;
  position:absolute;
  width:250px;
  top: 38px;
  left: 0;
  font-weight: normal;
  padding: 0;
  margin-left:0px;
  background: rgba(124,173,0,0.7);
  z-index:9979;
}

ul#menu li ul span {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #7cad00;
  position:absolute;
  top: -6px;
  left: 40px;
}

ul#menu li ul li {
  width: 250px;
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.1);
}

ul#menu li ul li:hover, ul#menu li ul li {
      border: none;
      border-top: 1px solid rgba(255,255,255,0.1);
}

ul#menu li ul li a {
       text-align: left;
       font-size: 12pt;
       margin: 0;
       width: 225px;
       padding: 8px 5px 8px 20px;
        min-height: 20px;
        height: auto !important;
        height: 20px;
       text-shadow: 1px 1px 0px #000000;
       color: white;
       border: 0;
       font-weight: normal;
       background: none;
      -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}


ul#menu li ul li a:hover {
  border: 0px;
  color: white;
    background: rgba(124,173,0,0.9);
  -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}


ul#menu li:hover ul, ul#menu li.over ul {
  display: block;
}

h1 {
  font-weight: bold;
  font-size: 16pt;
  margin: 30px 0 30px 0;
  color: #92d050;
  text-transform: uppercase;
}

h1.ctr {
    text-align: center;
}

h1.h1_column {
    color: #ff4926;
    font-size: 11pt;
    margin: 10px 0 10px 0;
}

h2 {
    padding: 5px;
    font-size: 13pt;
    margin: 0;
    color: #88b908;
    margin: 10px 0 10px 0;
}

h3 {
    font-size: 11pt;
    color: #88b908;
}

h2.ctr, h3.ctr, p.ctr  {
    text-align: center;
}

h2.news_title2 {
    font-size: 16pt;
}


p {
    color: #000000;
    font-size: 11pt;
    line-height: 130%;
}

p.it {
    margin: 0;
    font-style: italic;
}

span.it {
    font-style: italic;
}

p.mini {
    margin: 0;
    font-size: 8pt;
}

.mini2 {
    margin: 0 0 0 10px;
    font-size: 8pt;

}

.mini3 {
    font-size: 10pt;

}

img.widmax {
    max-width: 670px;
}

span.account {
    font-weight: bold;
    color: black;
}

.upp {
  text-transform: uppercase;
}

#map {
    width: 670px;
    height: 400px;
}

p.txt, p.sig {
    color: #000000;
    font-size: 12pt;
    text-align: justify;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

h1.darkred, h2.darkred, p.darkred {
    color: #dc0d0c;
}

.main_txt p.txt a {
    font-weight: bold;
}

p.sig {
    text-align: center;
    max-width: 300px;
    margin: 20px 20px 20px auto;
}

p a {
    color: #000000;
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

p strong {
    color: #000000;
    font-weight: bold;
}

strong.red {
    color: #ff0000;
}

span.foto_01 {
    display: block;
    width: 50px;
    height: 50px;
    background: white;
    box-shadow: 0 0 5px #d1d1d1;
    margin: 10px;
}

ul.menu_mini {
    list-style-type: square;
}

ul.menu_mini li {
    margin: 0 0 3px 0;
}

ul.brick_blue, ul.brick_red, ul.brick_green, ul.brick_yellow {
    margin-left: 10px;
}

ul.brick_blue li, ul.brick_red li, ul.brick_green li, ul.brick_yellow li, ul.brick li {
    background: url('/gfx/ico_brick_blue.png') no-repeat left 3px;
    padding: 3px 0px 3px 30px;
    list-style: none;
    margin: 0 0 10px 0;
}

ul.brick_blue li a, ul.brick_red li a, ul.brick_green li a, ul.brick_yellow li a {
    font-size: 14pt;
    padding: 0 5px 5px 5px;
    display: block;
}

ul.brick_blue li a:hover, ul.brick_red li a:hover, ul.brick_yellow li a:hover, ul.brick_green li a:hover {
    background: rgba(233,233,233,0.7);
    text-decoration: none;
    padding: 0 5px 5px 5px;
}

ul.brick_red li {
    background: url('/gfx/ico_brick_red.png') no-repeat left 3px;
}

ul.brick_green li {
    background: url('/gfx/ico_brick_green.png') no-repeat left 3px;
}

ul.brick_yellow li {
    background: url('/gfx/ico_brick_yellow.png') no-repeat left 3px;
}

span.big_green {
    font-size: 14pt;
    color: #88b908;
    font-weight: bold;
}

span.big_red {
    font-size: 14pt;
    color: #ff0000;
    font-weight: bold;
}

span.big_blue {
    font-size: 14pt;
    color: #236FB0;
    font-weight: bold;
}

#loading, .loading_100  {
  height: 200px;
  background: url('/gfx/loader.gif') no-repeat;
  background-position: center;
  display: none;
}

.loading_100 {
  max-height: 100px;
}

input, select, textarea {
  background: rgba(26,75,110,0.55);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 4px;
  color: white;
  display: block;
  margin: 0;
}

input.inmini {
  display: inline-block;
  margin: 0;
}

input.inlong {
    display: inline-block;
    width: 300px;
    margin: 0;
}

input:focus, textarea:focus {
  border: 1px solid white;
  color: white;
}


input[type=submit], input[type=button] {
  padding: 2px 10px 2px 10px; 
  cursor:pointer;
  width: auto;
  display: inline-block;
  margin: 0 20px 0 0px;
  min-height: 22px;
  background: #c9ef00;
  color:  navy;
  text-shadow: none;
  border: none;
}

input[type=submit]:hover, input[type=button]:hover {
  box-shadow: 0px 0px 5px #000000;
}

input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}

label.error {
  color: #ff7986;
  font-size: 9pt;
  display: block;
}

.red {
    color: #ff7986;
}

.green {
    color: green;
}

input.error {
  border: 1px solid red;
}

.txt_ctr {
    text-align: center;
}

.invis {
  display: none;
}




footer {
  margin: 0px 0 0 0;
    background: #88b908;
    box-shadow: inset 0 10px 10px #6d9306;
}

.bottom.tags {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 5px 0 0 0;
    text-align: center;
}

footer p, footer p a {
  font-family: verdaan, arial;
  font-size: 8pt;
  color: rgba(255,255,255,0.3);
  margin: 5px 0 0 0;
}

.menu_bottom {
    background: white;
    padding: 5px;
    margin: 0 auto 0 auto;
    text-align: center;
    box-shadow: 0px 0px 20px #d1d1d1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#bg {
    width: 1000px;
    height: 345px;
    position: absolute;
    margin: 0 auto 0 -500px;
    background: url('/gfx/slide_01.jpg') no-repeat  top center;
    left: 50%;
}

a.menubottom {
    color: #808080;
    display: inline-block;
    padding: 2px 20px 2px 20px;
    font-size: 9pt;
}

a.a_tag {
    color: rgba(255,255,255,0.8);
    font-size: 10pt;
    margin: 0 20px 0 20px;
}


.col1, .col2, .col12 {
    float: left;
    width: 750px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}

.col2 {
    width: 300px;
    background: none;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin: 0 0 0 20px;
    padding: 0 10px 20px 10px;
    min-height: 220px;
    height: auto !important;
    height: 220px;
}

.col12 {
    width: 50%;
}

.box_content, .box_content2 {
    background: white;
    border-top: 5px solid #88b908;
    margin: 20px;
    padding: 0 20px 20px 20px;
    min-height: 220px;
    height: auto !important;
    height: 220px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 20px #d1d1d1;
}

.box_content2 {
    width: 1060px;
    margin: 20px 0 20px 0;
}

.box_column {
    background: white;
    border-top: 5px solid #ff4926;
    margin: 20px 0 0 0;
    padding: 0 10px 10px 10px;
    min-height: 120px;
    height: auto !important;
    height: 120px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 20px #d1d1d1;
}


.lt {
    text-align: left;
}

.table_names, .table_list, .table_prices, .table_prices2, .table_prices3 {
    border-collapse: collapse;
    margin: 20px auto 20px auto;
    width: 800px;
}

.table_center {
    margin: 0 auto 0 auto;
}

.table_center td {
    padding: 10px;
    font-size: 9pt;
}

.table_list {
    width: 650px;
}

.table_prices2, .table_prices3 {
    width: 650px;
}

.table_prices {
    width: 1050px;
    font-size: 10pt;
}

.table_prices th, .table_prices td, .table_prices3 th, .table_prices3 td {
    padding: 3px 6px 3px 6px;
    border: 1px solid #d1d1d1;
    text-align: left;
    background: rgba(255,255,255,0.3);
    font-weight: bold;
}

.table_prices2 td {
    border: 1px solid #d1d1d1;
    padding: 2px 5px 2px 5px;
    font-size: 10pt;
}

.table_prices2 td.red {
    border: 0px;
    padding: 2px;
    font-size: 12pt;
    text-align: center;
    color: red;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

td.none {
    border: 0;
}

.rt, p.txt.rt {
    text-align: right;
}

.table_list th, .table_list td {
    padding: 8px 6px 8px 6px;
    border-bottom: 1px solid #88b908;
    text-align: left;
    background: rgba(255,255,255,0.3);
}

.table_prices2 td.grn {

}

.table_list td strong, strong.green {
    color: #88b908;
}

.table_names th, .table_names td {
    padding: 3px 6px 3px 6px;
    border: 1px solid #d1d1d1;
    text-align: left;
    background: rgba(255,255,255,0.3);
}

.table_names tr.line {
        border-bottom: 2px solid #d1d1d1;
}

th.ctr, td.ctr {
    text-align: center;
}

.table_prices th.mark, .table_prices td.mark, .table_prices3 th, .table_prices th, .table_prices th strong {
    text-align: center;
    color: #88b908;
    font-weight: bold;
}

.table_prices th.mark_top, .table_prices td.mark_top {
    padding-top: 20px;
    border-left: 0px;
    border-right: 0px;
}

.table_prices th, .table_prices3 th {
    background: rgba(136,185,8,0.1);
}

.table_prices td strong {
    color: #88b908;
}

.table_prices3 th {
    text-align: left;
    font-size: 10pt;
}

.table_prices3 strong {
    color: #4a4a4a;
}

.table_prices3 {
line-height: 150%;
}

span.bgyellow {
    background: rgba(255,255,0,0.3);
    padding: 3px;
    margin: 5px 0 5px 0;
    display: block;
    min-width: 460px;
}

.gal {
    display: inline-block;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 5px #c0c0c0;
    margin: 10px;
}

.gal:hover {
    border: 2px solid #88b908;
}

.wide {
    max-width: 900px;
    margin: 0 auto 0 auto;
}

.splash {
    position: relative;
    width: 900px;
    margin: 0 auto 0 auto;
}

#splash {
    display: block;
    margin: 0 auto 0 auto;
}



a.a_back {
    background: #236FB0;
    color: white;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    margin: 10px 0 0 0;
    display: inline-block;
}

a.a_back:hover {
    box-shadow: 0 0 5px #000000;
}

a.sel {
    color: #236FB0;
    font-weight: bold;
}

span.mark {
    color: red;
    font-weight: bold;
}

span.mark2 {
    color: #88b908;
    font-weight: bold;
}

span.mark3 {
    color: #808080;
    font-size: 10pt;
    padding: 20px 0 0 10px;
    display: inline-block;
}

.box_mark {
    border: 1px solid #236FB0;
    padding: 10px 30px 10px 30px;
    text-align: center;
    margin: 20px auto 20px auto;
    border-radius: 10px;
    background: rgba(0,0,255,0.05);
    line-height: 160%;
}

.box_mark ul.red, .box_mark ul.red li {
  text-align: left;
  color: red;
  font-weight: bold;
}

.box_mark strong {
    color: red;
    font-size: 14pt;
    padding: 10px;
}

#see_more {
    font-size: 9pt;
    position: absolute;
    left: 510px;
    top: 330px;
    color: #808080;
}

#see_more2 {
    font-size: 9pt;
    color: #808080;
}

#see_more3 {
    float: right;
    font-size: 11pt;
    color: #d10300;
    font-weight: bold;
}

a.a_li {
    display: inline-block;
    padding: 10px;
}

.right_col_img {
    max-width: 350px;
}

img.team {
    max-width: 50px;
    max-height: 50px;
}

img.team_detail {
  max-width: 70px;
  max-height: 70px;
  float: left;
  margin: 0 20px 20px 0;
  border: 5px solid #88b908;
}

span.subtitle {
    font-size: 11pt;
    font-style: italic;
    color: #808080;
    padding: 0 0 0 10px;
}

a.a_pdf {
    display: inline-block;
    padding: 2px 2px 10px 20px;
    margin: 0 0 0 8px;
    background: url('/gfx/ico_pdf.png') no-repeat 0px 3px;
}


a.a_submenu {
    color: #88b908;
    text-transform: uppercase;
    font-size: 10pt;
    margin: 0 12px 0 12px;
}

.submenu_box {
  color: #808080;
}

.sent {
    padding: 5px;
    font-size: 13pt;
    margin: 0;
    color: #88b908;
    margin: 10px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.a_list {
   display: block;
   background: none;
}

a.a_list strong.name {
  text-decoration: underline;
}

a.a_list:hover, a.a_list:hover strong.name {
  text-decoration: none;
}

iframe.yt, iframe.yt2 {
    width: 640px;
    height: 360px;
    margin: 20px auto 50px auto;
    border: 0;
    display: block;
}

iframe.yt2 {
    width: 100%;
    height: 250px;
}